summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.ui')
-rw-r--r--src/mainwindow.ui8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/mainwindow.ui b/src/mainwindow.ui
index 9bdca371..894e99c9 100644
--- a/src/mainwindow.ui
+++ b/src/mainwindow.ui
@@ -13,6 +13,10 @@
<property name="windowTitle">
<string>QtPass</string>
</property>
+ <property name="windowIcon">
+ <iconset resource="../resources.qrc">
+ <normaloff>:/artwork/icon.png</normaloff>:/artwork/icon.png</iconset>
+ </property>
<widget class="QWidget" name="centralWidget">
<layout class="QGridLayout" name="gridLayout_2">
<item row="0" column="0" rowspan="2" colspan="2">
@@ -396,7 +400,9 @@
<tabstop>treeView</tabstop>
<tabstop>textBrowser</tabstop>
</tabstops>
- <resources/>
+ <resources>
+ <include location="../resources.qrc"/>
+ </resources>
<connections/>
<slots>
<slot>deselect()</slot>