forked from awendt/pyrelacs
[icons] revert back to the qt resource system for icons
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user