Just click on your splitter in the "Object Explorer".
Just click on your splitter in the "Object Explorer".
ok I already did that in .. Object Inspector I don't see Explorer.. and then ? I only see these fields related to QSplitter:
orientation
opaqueResize
handleWidth
childrenCollapsible
what I want to do is change the ratio/proportion of left panel's width to right panel's width and maybe set some extra stuff ? I did that long ago in Qt2 Designer, but things have changed and I don't see properties to handle those things.
thanks for your reply
In Qt3 Object Inspector was called Object Explorer.Originally Posted by ovidiu.sabou
You can change that by setting horizontalStretch (or verticalStretch) properties of child widgets. Same for maximum and minimum sizes.Originally Posted by ovidiu.sabou
PS. Make sure to check how your form looks like in the preview mode, because Qt Designer sometimes shows it in a wrong way.
ovidiu.sabou (14th March 2006)
ok thank you it works now !
Bookmarks