diff options
author | Sergey Starosek <sergey.starosek@gmail.com> | 2013-11-30 20:41:38 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2013-11-30 12:01:32 -0800 |
commit | 988ddb84a6fc8c9e120cc61736524c1112d28b71 (patch) | |
tree | 390a094f2a546ee7eeeec3d275276a90a33076d9 /qt-ui/webservices.ui | |
parent | 5569577b177551503220abf8eb27991aa5db9f1e (diff) | |
download | subsurface-988ddb84a6fc8c9e120cc61736524c1112d28b71.tar.gz |
Add application icon to dialogs
Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'qt-ui/webservices.ui')
-rw-r--r-- | qt-ui/webservices.ui | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/qt-ui/webservices.ui b/qt-ui/webservices.ui index b190a7980..123a95eae 100644 --- a/qt-ui/webservices.ui +++ b/qt-ui/webservices.ui @@ -7,12 +7,17 @@ <x>0</x> <y>0</y> <width>425</width> - <height>141</height> + <height>169</height> </rect> </property> <property name="windowTitle"> <string>Download Location Data</string> </property> + <property name="windowIcon"> + <iconset> + <normalon>:/subsurface-icon</normalon> + </iconset> + </property> <layout class="QGridLayout" name="gridLayout"> <item row="3" column="0"> <widget class="QLabel" name="label_2"> @@ -89,7 +94,9 @@ </item> </layout> </widget> - <resources/> + <resources> + <include location="../subsurface.qrc"/> + </resources> <connections> <connection> <sender>buttonBox</sender> |