Can I hide a widget temporally in Designer?
Unsolved
Qt Creator and other tools
-
The
Qt Designer
draws widgets as the sequence you add them, so, some widgets may be shadowed after you doing some layout. Or you want to show some widgets(let it beWidgetA
) conditionally, is there a way to layouting whenWidgetA
is visiable and when it is hidden?Be clear, the problem I want to solve is in the
Designing
/Editing
phase, not runtime or preview phase. -
@Sauntor said in Can I hide a widget temporally in Designer?:
The Qt Designer draws widgets as the sequence you add them, so, some widgets may be shadowed after you doing some layout
After you add layouts, no widget should overlap anything. If you have a proper layout, every widget has its place and enough space