2
0
forked from awendt/pyrelacs

[icons] revert back to the qt resource system for icons

This commit is contained in:
2024-09-30 10:03:29 +02:00
parent 09dd7f3d51
commit b0897bf52d
3 changed files with 6 additions and 9 deletions

View File

@@ -8,7 +8,7 @@ from .ui.mainwindow import PyRelacs
from .util.logging import config_logging
log = config_logging()
from . import resources
from . import resources # best created with pyside6-rcc resources.qrc -o resources.py (rcc produces an error...)
def main():
app = QApplication(sys.argv)