Finished welcome dialog. New project dialog prototype.

This commit is contained in:
2018-08-03 14:30:15 +03:00
parent 59cd033cad
commit 037843d14f
17 changed files with 9466 additions and 8889 deletions

View File

@ -7,8 +7,9 @@ UI_OUT=$(UI:.ui=_ui.py)
all: $(RESOURCES_OUT) $(UI_OUT)
clean:
rm ${UI_OUT}
rm ${RESOURCES_OUT}
rm -f ${UI_OUT}
rm -f ${RESOURCES_OUT}
find -name '__pycache__' -exec rm -rf "{}" \;
%_rc.py: %.qrc
pyrcc5 $< -o $@