Qt 4.8 (Expand/Collapse widget)
Unsolved
General and Desktop
-
Good Morning guys,
i want to implement a VerticalLayout with 2 Widgets, in which the left widget can be colapse to a small bar (and the right widget will use the whole space).
When i click tot the collapsed bar, the left widget expands to the old size.(sorry for my bad english, i hop some now what i mean) iam using qt4.8
-
You could detect the double click on the handler and collapse the left widget.