add context icons + help/about
This commit is contained in:
parent
7f0d86f6dd
commit
4c8086caf4
12 changed files with 143 additions and 38 deletions
3
Makefile
3
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue