summaryrefslogtreecommitdiffstats
path: root/qt-ui/downloadfromdivecomputer.ui
diff options
context:
space:
mode:
authorGravatar Sergey Starosek <sergey.starosek@gmail.com>2013-11-30 20:41:38 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2013-11-30 12:01:32 -0800
commit988ddb84a6fc8c9e120cc61736524c1112d28b71 (patch)
tree390a094f2a546ee7eeeec3d275276a90a33076d9 /qt-ui/downloadfromdivecomputer.ui
parent5569577b177551503220abf8eb27991aa5db9f1e (diff)
downloadsubsurface-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/downloadfromdivecomputer.ui')
-rw-r--r--qt-ui/downloadfromdivecomputer.ui11
1 files changed, 9 insertions, 2 deletions
diff --git a/qt-ui/downloadfromdivecomputer.ui b/qt-ui/downloadfromdivecomputer.ui
index 72e9c5ea1..05abd0e40 100644
--- a/qt-ui/downloadfromdivecomputer.ui
+++ b/qt-ui/downloadfromdivecomputer.ui
@@ -7,12 +7,17 @@
<x>0</x>
<y>0</y>
<width>331</width>
- <height>199</height>
+ <height>241</height>
</rect>
</property>
<property name="windowTitle">
<string>Download From Dive Computer</string>
</property>
+ <property name="windowIcon">
+ <iconset>
+ <normalon>:/subsurface-icon</normalon>
+ </iconset>
+ </property>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QLabel" name="label">
@@ -109,6 +114,8 @@
</item>
</layout>
</widget>
- <resources/>
+ <resources>
+ <include location="../subsurface.qrc"/>
+ </resources>
<connections/>
</ui>