Page 1 of 1
Windows Forms designer for Python applications
Posted: 04 Jun 2014 14:05
by grindax
.
Re: Windows Forms designer for Python applications
Posted: 04 Jun 2014 15:41
by TheQwerty
I don't have any suggestions for a graphical designer, but which framework are you using?
Have you looked through these?
https://wiki.python.org/moin/GuiProgramming
There's a few mentions of designers that might be worthwhile.
The last Python GUI I did was about 5 years ago and back then I used wxPython which worked very well to create a nice native-looking form, but it was all designed in code:
screenshot.2.png
Re: Windows Forms designer for Python applications
Posted: 04 Jun 2014 15:51
by grindax
.