diff options
Diffstat (limited to 'mainwindow.ui')
| -rw-r--r-- | mainwindow.ui | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/mainwindow.ui b/mainwindow.ui index 30c22a3..aebb12c 100644 --- a/mainwindow.ui +++ b/mainwindow.ui @@ -13,6 +13,10 @@ <property name="windowTitle"> <string>MainWindow</string> </property> + <property name="windowIcon"> + <iconset resource="ressources.qrc"> + <normaloff>:/res/CryptLogLogo.svg</normaloff>:/res/CryptLogLogo.svg</iconset> + </property> <widget class="QWidget" name="centralWidget"> <layout class="QVBoxLayout" name="verticalLayout"> <item> @@ -113,7 +117,7 @@ <x>0</x> <y>0</y> <width>590</width> - <height>30</height> + <height>29</height> </rect> </property> <widget class="QMenu" name="menuDatei"> @@ -161,6 +165,8 @@ </action> </widget> <layoutdefault spacing="6" margin="11"/> - <resources/> + <resources> + <include location="ressources.qrc"/> + </resources> <connections/> </ui> |
