Add missing tooltips to buttons

This commit is contained in:
Jonathan White 2019-09-07 09:12:02 -04:00
parent cf057b1146
commit 23eb13ced6
3 changed files with 36 additions and 0 deletions

View File

@ -178,6 +178,9 @@
</item>
<item>
<widget class="QToolButton" name="buttonTogglePassword">
<property name="toolTip">
<string>Toggle password visibility</string>
</property>
<property name="accessibleName">
<string>Toggle password visibility</string>
</property>
@ -316,6 +319,9 @@
</item>
<item row="0" column="4">
<widget class="QPushButton" name="buttonBrowseFile">
<property name="toolTip">
<string>Browse for key file</string>
</property>
<property name="accessibleName">
<string>Browse for key file</string>
</property>
@ -329,6 +335,9 @@
<property name="enabled">
<bool>true</bool>
</property>
<property name="toolTip">
<string>Refresh hardware tokens</string>
</property>
<property name="accessibleName">
<string>Refresh hardware tokens</string>
</property>

View File

@ -105,6 +105,12 @@
</item>
<item>
<widget class="QPushButton" name="faviconButton">
<property name="toolTip">
<string>Download favicon for URL</string>
</property>
<property name="accessibleName">
<string>Download favicon for URL</string>
</property>
<property name="text">
<string>Download favicon</string>
</property>
@ -135,6 +141,12 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Apply selected icon to subgroups and entries</string>
</property>
<property name="accessibleName">
<string>Apply selected icon to subgroups and entries</string>
</property>
<property name="styleSheet">
<string notr="true">padding: 4px 10px</string>
</property>

View File

@ -72,6 +72,9 @@
</item>
<item>
<widget class="QToolButton" name="togglePasswordGeneratorButton">
<property name="toolTip">
<string>Toggle password generator</string>
</property>
<property name="accessibleName">
<string>Toggle password generator</string>
</property>
@ -96,6 +99,9 @@
</item>
<item>
<widget class="QToolButton" name="togglePasswordButton">
<property name="toolTip">
<string>Toggle password visibility</string>
</property>
<property name="accessibleName">
<string>Toggle password visibility</string>
</property>
@ -122,6 +128,9 @@
</item>
<item row="9" column="0" alignment="Qt::AlignLeft|Qt::AlignTop">
<widget class="QCheckBox" name="notesEnabled">
<property name="toolTip">
<string>Toggle notes visibile</string>
</property>
<property name="accessibleName">
<string>Toggle notes visible</string>
</property>
@ -153,6 +162,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="toolTip">
<string>Expiration Presets</string>
</property>
<property name="accessibleName">
<string>Expiration presets</string>
</property>
@ -218,6 +230,9 @@
</item>
<item row="7" column="0" alignment="Qt::AlignRight">
<widget class="QCheckBox" name="expireCheck">
<property name="toolTip">
<string>Toggle expiration</string>
</property>
<property name="accessibleName">
<string>Toggle expiration</string>
</property>