process_ui module

Script to process UI files (convert .ui to .py).

It compiles .ui files to be used with PyQt4, PyQt5, PySide, QtPy, PyQtGraph. You just need to run (it has default values) from script folder.

To run this script you need to have these tools available on system:

  • pyuic4 for PyQt4 and PyQtGraph

  • pyuic5 for PyQt5 and QtPy

  • pyside-uic for Pyside

  • pyside2-uic for Pyside2

Links to understand those tools:

process_ui.main(arguments)[source]

Process UI files.