[Qt-interest] QSplitter only show when needed
Jugdish
jugdizh at gmail.com
Wed May 5 16:36:47 CEST 2010
I'm trying to create a window with a QSplitter than only displays when
needed, but don't see a good way to do so.
The window is split horizontally down the middle -- the top half is a button
which toggles the visibility of a textedit field directly below it, and the
bottom half is another textedit field. I only need the QSplitter to be
visible when both textedits are visible, but when the top textedit field is
hidden, the QSplitter serves no purpose and should not be visible. How can I
have the QSplitter's visibility toggle along with the top textedit when the
2 textedits are the children of the QSplitter?
Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100505/23156c8a/attachment.html
More information about the Qt-interest-old
mailing list