PDA

View Full Version : How to create a movable border between two widgets?



Teuniz
16th March 2007, 07:56
I want to create a movable border between two widgets, for example, I have listview at the
left and a textedit at the right. I want to make it possible for the user to drag the border
between the two widgets to the left or to the right. In other words the user should be able
to resize the two widgets by dragging the border between them. A good example of what I
want is when you create a dockwidget. Is this possible? I couldn't find anything in doc.

Regards.

wysota
16th March 2007, 08:15
Take a look at QSplitter

Teuniz
16th March 2007, 08:45
"Take a look atQSplitter"

Grazie :)