I have a QWidget
, the parent class for all my other widgets. In Qt Designer I set width = 600
and height = 400
for the QWidget
. My size Policy is [Fixed, Fixed, 0, 0]
.
But if I start my the application the QWidgets size is at least 2500*400
. How could I fix the size at application start to 600*400
?