Dynamically resizing QSCrollArea internal widgets
General and Desktop
1
Posts
1
Posters
655
Views
1
Watching
-
wrote on 26 Jun 2014, 08:34 last edited by
Hi Guys
I have the following layout in my application.
@
QScroll Area- QSrollArea's InternalWidget
-QVBoxLayout
-Layout 1
- some items
- QTableView
-Layout 2
- some items
- QTableView
@
The contents of the QTableViews can change and I resize them dynamically. Currently when I programmatically increase the table size it is done correct, but when i shrink below the widget there is still an empty space.
I have set setWidgetResizable( true ). Can you give me some advice on how to ensure proper resizing of all items. - QSrollArea's InternalWidget
1/1