mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-25 07:45:22 -04:00
Add missing tooltips to buttons
This commit is contained in:
parent
cf057b1146
commit
23eb13ced6
3 changed files with 36 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue