QWidget size in designer form is not respected.
Unsolved
General and Desktop
-
Hi,
I have a problem in which the widget design that I am seeing in the form file is not reflected properly to the actual widget displayed at runtime. I am inserting these custom widgets to a QTableWidget.
I have tried to change size settings and policies to no avail.
What I see in the form:
What I see at runtime:
As it can be observed from the images, groupbox that contains radio buttons has disappeared. How can I enforce that they are shown.
Thanks
-
According your first picture you're missing a layout on the widget.
2/2