diff options
| author | Victor Tran <vicr12345@gmail.com> | 2018-07-13 21:43:04 +1000 |
|---|---|---|
| committer | Victor Tran <vicr12345@gmail.com> | 2018-07-13 21:43:04 +1000 |
| commit | a1e9542350cc617412781af88d5b33133d4be8f4 (patch) | |
| tree | 5991a21047b6ddad55a37b3baedcb45a3b5d91f9 /installer/maintainwindow.ui | |
| parent | b71215ec310ada0694dc76b812ddcaaca0263b4d (diff) | |
| download | theInstaller-a1e9542350cc617412781af88d5b33133d4be8f4.tar.gz theInstaller-a1e9542350cc617412781af88d5b33133d4be8f4.tar.bz2 theInstaller-a1e9542350cc617412781af88d5b33133d4be8f4.zip | |
Uninstall from Control Panel works now
Diffstat (limited to 'installer/maintainwindow.ui')
| -rw-r--r-- | installer/maintainwindow.ui | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/installer/maintainwindow.ui b/installer/maintainwindow.ui index 35349ea..7bb57fa 100644 --- a/installer/maintainwindow.ui +++ b/installer/maintainwindow.ui @@ -13,6 +13,10 @@ <property name="windowTitle"> <string notr="true">Modify Application Name</string> </property> + <property name="windowIcon"> + <iconset resource="resources.qrc"> + <normaloff>:/icon.svg</normaloff>:/icon.svg</iconset> + </property> <widget class="QWidget" name="centralwidget"> <layout class="QVBoxLayout" name="verticalLayout"> <property name="leftMargin"> @@ -445,6 +449,8 @@ <container>1</container> </customwidget> </customwidgets> - <resources/> + <resources> + <include location="resources.qrc"/> + </resources> <connections/> </ui> |
