[PyQt] mkpyqt
Kyle Altendorf
sda at fstab.net
Sat Aug 18 21:23:09 BST 2018
On August 18, 2018 4:14:54 PM EDT, Christopher Probst <christop.probst at gmail.com> wrote:
>Hi Everybody,
>.
>The" Rapid GUI Programming with Python and Qt" book references a tool
>*mkpyqt.py* and *mkpyqt.pyw* to process ui and rcc files. Is this a
>standard tool? Is this available in pyQt5?
I'm not familiar with that but perhaps you want pyuic5 and pyrcc5 from the PyQt5 wheels.
That said, you can choose to load .ui files directly in your code (loadUi and loadUiType) and the usefulness of rcc files is questioned by some.
Cheers,
-kyle
More information about the PyQt
mailing list