How about exporting adaptive related python code ?
Solved
Qt for Python
-
When I want the control to be resizable according to the window size,Qt designer python code and preview are not the same.When I run the exported python code in pycharm, I find that it doesn't look the same as the preview in designer.I tried to set the Qwidget horizontal layout, but in python they are crammed together(
Previewing in designer does not have this problem
-
Hi and welcome to devnet,
What is Form ? A QWidget or a QMainWindow ?
How did you apply the layout ? -
It looks like your spacer and label are not put into the grid layout.