python - How to move around items in QtDesigner? -
i move top layout on right side of mainwindow down ( mean under layouts push buttons). well, in android studio in such case move desired components inside object inspector , arrange order there. in qt desing "frozen" , i'm not able it.
what simpliest way move components around in desired hierarchy?
you can not move widgets/layouts object inspector, items displayed in alphabetical order. have on graphical elements.
you should able drag&drop layout , see blue line going inserted. when have main layout, fills space available can insert widgets/other-layouts between other elements.
the easiest way scratch place widgets (and spacers) need, without taking care of sizes , alignment, wrap them layouts inner layout outer.
Comments
Post a Comment