Skip to content

Commit

Permalink
Add window icon to all dialogs
Browse files Browse the repository at this point in the history
  • Loading branch information
ruimaciel committed Nov 3, 2023
1 parent 30736d9 commit 80195f9
Show file tree
Hide file tree
Showing 5 changed files with 35 additions and 5 deletions.
8 changes: 7 additions & 1 deletion src/configdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
<property name="windowTitle">
<string>Configuration</string>
</property>
<property name="windowIcon">
<iconset resource="../resources.qrc">
<normaloff>:/artwork/icon.png</normaloff>:/artwork/icon.png</iconset>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="leftMargin">
<number>6</number>
Expand Down Expand Up @@ -1094,7 +1098,9 @@ e-mail</string>
<tabstop>storePath</tabstop>
<tabstop>toolButtonStore</tabstop>
</tabstops>
<resources/>
<resources>
<include location="../resources.qrc"/>
</resources>
<connections>
<connection>
<sender>buttonBox</sender>
Expand Down
8 changes: 7 additions & 1 deletion src/keygendialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<property name="windowTitle">
<string>Generate GnuPG keypair</string>
</property>
<property name="windowIcon">
<iconset resource="../resources.qrc">
<normaloff>:/artwork/icon.png</normaloff>:/artwork/icon.png</iconset>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="leftMargin">
<number>6</number>
Expand Down Expand Up @@ -299,7 +303,9 @@ Expire-Date: 0
<tabstop>checkBox</tabstop>
<tabstop>plainTextEdit</tabstop>
</tabstops>
<resources/>
<resources>
<include location="../resources.qrc"/>
</resources>
<connections>
<connection>
<sender>buttonBox</sender>
Expand Down
8 changes: 7 additions & 1 deletion src/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down Expand Up @@ -396,7 +400,9 @@
<tabstop>treeView</tabstop>
<tabstop>textBrowser</tabstop>
</tabstops>
<resources/>
<resources>
<include location="../resources.qrc"/>
</resources>
<connections/>
<slots>
<slot>deselect()</slot>
Expand Down
8 changes: 7 additions & 1 deletion src/passworddialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
<property name="windowTitle">
<string>Password</string>
</property>
<property name="windowIcon">
<iconset resource="../resources.qrc">
<normaloff>:/artwork/icon.png</normaloff>:/artwork/icon.png</iconset>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2" stretch="0">
<property name="leftMargin">
<number>6</number>
Expand Down Expand Up @@ -191,7 +195,9 @@
<tabstop>spinBox_pwdLength</tabstop>
<tabstop>plainTextEdit</tabstop>
</tabstops>
<resources/>
<resources>
<include location="../resources.qrc"/>
</resources>
<connections>
<connection>
<sender>buttonBox</sender>
Expand Down
8 changes: 7 additions & 1 deletion src/usersdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
<property name="windowTitle">
<string>Read access users</string>
</property>
<property name="windowIcon">
<iconset resource="../resources.qrc">
<normaloff>:/artwork/icon.png</normaloff>:/artwork/icon.png</iconset>
</property>
<property name="modal">
<bool>true</bool>
</property>
Expand Down Expand Up @@ -104,6 +108,8 @@ Red entries are not valid, you will not be able to encrypt to these.</string>
<tabstop>lineEdit</tabstop>
<tabstop>listWidget</tabstop>
</tabstops>
<resources/>
<resources>
<include location="../resources.qrc"/>
</resources>
<connections/>
</ui>

0 comments on commit 80195f9

Please sign in to comment.