PDA

View Full Version : QSplitter and a group of toolButtons



qt_gotcha
19th August 2010, 16:30
I have a splitter and to the left of it an explorer type widget with on top a horizontal layout with 8 toolButtons. To the right is an editor. When I move the splitter to the left I would like to have the buttons disappear one by one instead of having the whole widget diseapper and collapsing (like the behaviour of a taskbar when the window is resized.
Is that possible? thanks

Ginsengelf
20th August 2010, 08:39
Hi, maybe you can use a QToolBar for your 8 toolButtons?

Ginsengelf