python - How to move around items in QtDesigner? -


i have silly problem.enter image description here

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

Popular posts from this blog

java - nested exception is org.hibernate.exception.SQLGrammarException: could not extract ResultSet Hibernate+SpringMVC -

sql - Postgresql tables exists, but getting "relation does not exist" when querying -

asp.net mvc - breakpoint on javascript in CSHTML? -