QT Widget Tab Does Not Expand
Unsolved
General and Desktop
-
Hi All,
I have desktop design which looks like below.
The object layout is shown below.
The issue occurs when I maximize the application. Then my widgets in the Tab does not expand. Please see the image below.
As you can see above, the tab did not maximize. Any idea what I am doing wrong here?
Thanks!
-
@Radio1985 hi,
You have two options:
- add a layout to your "frame" and put your QTabWidget in it
remove "frame" altogether as it does not seem to serve a purpose beside containing your QTabWidget (unless there's an esthetic side that I missed in which case, use the option above).