Can I hide a widget temporally in Designer?
-
The
Qt Designerdraws 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 whenWidgetAis visiable and when it is hidden?Be clear, the problem I want to solve is in the
Designing/Editingphase, not runtime or preview phase. -
The
Qt Designerdraws 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 whenWidgetAis visiable and when it is hidden?Be clear, the problem I want to solve is in the
Designing/Editingphase, not runtime or preview phase. -
The
Qt Designerdraws 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 whenWidgetAis visiable and when it is hidden?Be clear, the problem I want to solve is in the
Designing/Editingphase, 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