add context icons + help/about

This commit is contained in:
Maxime Réaux 2026-02-11 13:23:04 +01:00
parent 7f0d86f6dd
commit 4c8086caf4
12 changed files with 143 additions and 38 deletions

View file

@ -1,3 +1,4 @@
# rcc not working as is in Qt6...
ress:
pyrcc5 .\src\warchron\view\resources\ui_ressources.qrc -o .\src\warchron\view\resources\ui_ressources_rc.py
@ -14,7 +15,7 @@ ui: $(PY_FILES)
# Pattern rule: .ui -> .py using pyuic5
$(UI_DIR)/%.py: $(UI_DIR)/%.ui
pyuic5 -x $< -o $@ --import-from warchron.view.resources
pyuic6 -x $< -o $@ --import-from warchron.view.resources
# Function to generate UI file from given name
_ui_generate: