diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-10-02 15:22:59 +0200 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-10-02 15:22:59 +0200 |
| commit | 0351429493f5ea55c38b35f93d7ae79856d74914 (patch) | |
| tree | 2c32909da94aca09deb099313d195994361ea411 /mainwindow.ui | |
| parent | a06650e2d58e109b54c4d12d34aa633188cb4ecc (diff) | |
| download | src-0351429493f5ea55c38b35f93d7ae79856d74914.tar.gz src-0351429493f5ea55c38b35f93d7ae79856d74914.zip | |
Füge Anwendungslogo ein
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> |
