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