QGroupBox with two rows of widgets

Sibylle Koczian nulla.epistola at web.de
Mon May 3 19:12:18 BST 2021



Am 03.05.2021 um 19:59 schrieb Rich Shepard:
>
> Now on to learning it. Since building GUIs by hand is quite tedious I can
> see the benefits of using designer to write them, then convert to python
> and
> use that in the application.
>

Converting to Python may be useful for learning, but it isn't needed to
get a working GUI application. You can load the .ui files created by the
designer at runtime. The PyQt5 documentation explains how to do so.

Creating Python code from an .ui file must be repeated after every small
design change, which can be quite tedious.

Greetings,
Sibylle



More information about the PyQt mailing list