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/shifttimes.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/shifttimes.ui')
-rw-r--r-- | qt-ui/shifttimes.ui | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/qt-ui/shifttimes.ui b/qt-ui/shifttimes.ui index 7fba6375c..33977dbc0 100644 --- a/qt-ui/shifttimes.ui +++ b/qt-ui/shifttimes.ui @@ -19,6 +19,11 @@ <property name="windowTitle"> <string>Shift selected times</string> </property> + <property name="windowIcon"> + <iconset> + <normalon>:/subsurface-icon</normalon> + </iconset> + </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <property name="spacing"> <number>6</number> @@ -104,7 +109,9 @@ </item> </layout> </widget> - <resources/> + <resources> + <include location="../subsurface.qrc"/> + </resources> <connections> <connection> <sender>buttonBox</sender> |