-
-
Notifications
You must be signed in to change notification settings - Fork 21
Templates
w4ffl35 edited this page Sep 21, 2023
·
5 revisions
AI Runner uses PyQT6.
If you intend to modify the AI Runner templates I recommend installing PyQT6 Tools and using the PyQT6 designer app pictured below (or PySide6).
Templates have a .ui
extension are located the src/airunner/pyqt
directory.
- Launch designer
pyside6-designer
- Create Python files from UI templates
pyuic6 -o <file_name>.py <file_name>.ui
- Build resources file
pyside6-rcc -o resources.py resources.qrc