Use resource file
Use Qt resource files, compile it to Python to obtain a window that has an icon! Finally! It is still using the Oxygen icon for Database, since I have nothing better to use.
This commit is contained in:
1
Makefile
1
Makefile
@@ -4,6 +4,7 @@ pyqt:
|
||||
pyuic5 relational_gui/survey.ui > relational_gui/survey.py
|
||||
pyuic5 relational_gui/maingui.ui > relational_gui/maingui.py
|
||||
pyuic5 relational_gui/rel_edit.ui > relational_gui/rel_edit.py
|
||||
pyrcc5 relational_gui/resources.qrc > relational_gui/resources.py
|
||||
|
||||
uninstall:
|
||||
rm -rf /opt/relational
|
||||
|
Reference in New Issue
Block a user