0
votes
0answers
31 views

Resize QWidgets

My simple GUI: All of those sub-widgets are QDockWidgets. Three of them contain QGraphicsViews, the other one a QTableView. Whats the best way to tell the table-containing widget to always occupy ...
1
vote
1answer
198 views

Refreshing a layout requires a resize?

I'm trying to refresh a QWidget on a QMainWindow, actually I just change it's layout which is a QVBoxLayout filled with QGroupBoxs So, when a certain signal is emited, the QMainWindow hide all the ...
1
vote
1answer
1k views

react on the resizing of a QMainWindow for adjust widget's size

How do I react on the resize of a QMainWindow? I have QTextBrowsers in a QScrollArea and I adjust them to the size of the content on creating them (the only thing that should scroll is the ...
0
votes
3answers
1k views

QMainWindow - resizing problem with QGraphicsView

Using Qt 4.6 on Ubuntu 10.4 I have a QGraphicsView central widget in my MainWindow. Every time the program switches to a new level (Sokoban game), I want the MainWindow to adjust to the new size of ...