Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/entry/EditEntryWidgetHistory.ui')
-rw-r--r--src/gui/entry/EditEntryWidgetHistory.ui27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/gui/entry/EditEntryWidgetHistory.ui b/src/gui/entry/EditEntryWidgetHistory.ui
index 8390f22fa..b85d3f0c1 100644
--- a/src/gui/entry/EditEntryWidgetHistory.ui
+++ b/src/gui/entry/EditEntryWidgetHistory.ui
@@ -25,6 +25,9 @@
</property>
<item>
<widget class="QTreeView" name="historyView">
+ <property name="accessibleName">
+ <string>Entry history selection</string>
+ </property>
<property name="alternatingRowColors">
<bool>true</bool>
</property>
@@ -43,6 +46,12 @@
<property name="enabled">
<bool>false</bool>
</property>
+ <property name="toolTip">
+ <string>Show entry at selected history state</string>
+ </property>
+ <property name="accessibleName">
+ <string>Show entry at selected history state</string>
+ </property>
<property name="text">
<string>Show</string>
</property>
@@ -53,6 +62,12 @@
<property name="enabled">
<bool>false</bool>
</property>
+ <property name="toolTip">
+ <string>Restore entry to selected history state</string>
+ </property>
+ <property name="accessibleName">
+ <string>Restore entry to selected history state</string>
+ </property>
<property name="text">
<string>Restore</string>
</property>
@@ -63,6 +78,12 @@
<property name="enabled">
<bool>false</bool>
</property>
+ <property name="toolTip">
+ <string>Delete selected history state</string>
+ </property>
+ <property name="accessibleName">
+ <string>Delete selected history state</string>
+ </property>
<property name="text">
<string>Delete</string>
</property>
@@ -73,6 +94,12 @@
<property name="enabled">
<bool>false</bool>
</property>
+ <property name="toolTip">
+ <string>Delete all history</string>
+ </property>
+ <property name="accessibleName">
+ <string>Delete all history</string>
+ </property>
<property name="text">
<string>Delete all</string>
</property>