Help laying out dynamically sized window
Locked
General and Desktop
-
Hello
I'm using Qt5.3.1 and widgets.
I need to make a fixed size window which contains a QTabWidget (which itself fills the whole window) with a QLabel attached to each tab. The QLabel will receive a pixmap. I can lay that out in designer with Layouts and more or less get that but the problem is that it needs to be dynamically sized.
The problem I'm having is that I want the whole window to be very specifically sized such that the "inside dimensions" of each tab page is a user specified rectangle.
Here's a visual of what I mean, it will probably better explain:
[Thread closed. Duplicate of http://qt-project.org/forums/viewthread/47531/ --JKSH]