Windows Gui Frontend

Eryk Sun eryksun at gmail.com
Sat Apr 1 13:34:27 EDT 2023


On 4/1/23, Jim Schwartz <jschwar at sbcglobal.net> wrote:
> Are there any ide’s that will let me design the screen and convert it to
> python?  I doubt it because it was mentioned that this is time consuming.
>
> Thanks for the responses everyone. I appreciate it.

For Qt, the WYSIWYG UI editor is Qt Designer. The basics are covered
in the following PySide tutorial:

https://www.pythonguis.com/pyside2-tutorial


More information about the Python-list mailing list