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>