Add application icon to dialogs

Signed-off-by: Sergey Starosek <sergey.starosek@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Sergey Starosek 2013-11-30 20:41:38 +02:00 committed by Dirk Hohndel
parent 5569577b17
commit 988ddb84a6
7 changed files with 63 additions and 16 deletions

View file

@ -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>