In article <[email protected]>, Ken Ray <[email protected]> wrote:
> Hey, I'm getting started with QT, so bear with me. I've been trying to work > with a Dockwidget that has a treewidget inside of it. > > 1) I did a layout vertical layout on the dockWidgetContents and it caused the > contained treeview to shrink in size (large borders), is there a way to avoid > that behavior ? > Change the layout margins in your dockWidgetContents to smaller values. -- Stephen Chu _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
