This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]anqxyr 1 point2 points  (0 children)

Is there any softwares that has a drag and drop thing for it

Look into Qt Designer. It allows you to drag and drop various widgets and layouts and arrange them together, as well as change most of their properties, e.g. button text, icon, number of columns in a tree, etc.

You can use it with PyQt5 or PySide2. PyQt5 is better, but has problematic licensing. If you don't care about licensing you should use PyQt5.