Actions
Feature #428
closedHiding widgets in a layout
Start date:
07/01/2010
Due date:
% Done:
0%
Estimated time:
Description
When a widget within a layout is hidden, the layout should stop reserving space for it, and reflow the other contained widgets (if any) to use the newly freed space. Conversely, calling show() on the widget should cause the layout to reallocate the space, and resize the other widgets to fit.
This would be both more intuitive to Wt programmers and consistent with Qt.
Updated by Koen Deforche almost 14 years ago
- Status changed from New to Closed
- Assignee set to Koen Deforche
Hey,
This has been solved in the mean time.
koen
Actions