6 odpowiedzi
+ 1
You don't need Qt if you're doing basic GUI. Python provides builtin module called tkinter.
+ 1
Tkinter, doesn't render its elements as neatly as Qt
+ 1
Well, the graphics are a bit low but if you're talking about positioning, try using a different layout.
+ 1
Try grid layout if elements are filling the window. Or actually relative should do fine too if you can place elements properly.
+ 1
Thanks I'll try it out
0
You've got any you'd recommend?