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

@ -13,6 +13,11 @@
<property name="windowTitle">
<string>Edit Dive Computer Nicknames</string>
</property>
<property name="windowIcon">
<iconset>
<normalon>:/subsurface-icon</normalon>
</iconset>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTableView" name="tableView">
@ -33,7 +38,9 @@
</item>
</layout>
</widget>
<resources/>
<resources>
<include location="../subsurface.qrc"/>
</resources>
<connections>
<connection>
<sender>buttonBox</sender>