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/EditEntryWidgetAdvanced.ui')
-rw-r--r--src/gui/entry/EditEntryWidgetAdvanced.ui35
1 files changed, 34 insertions, 1 deletions
diff --git a/src/gui/entry/EditEntryWidgetAdvanced.ui b/src/gui/entry/EditEntryWidgetAdvanced.ui
index 9556eee19..7b079b676 100644
--- a/src/gui/entry/EditEntryWidgetAdvanced.ui
+++ b/src/gui/entry/EditEntryWidgetAdvanced.ui
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>532</width>
- <height>364</height>
+ <height>374</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
@@ -32,6 +32,9 @@
<height>0</height>
</size>
</property>
+ <property name="accessibleName">
+ <string>Attribute selection</string>
+ </property>
<property name="sizeAdjustPolicy">
<enum>QAbstractScrollArea::AdjustToContents</enum>
</property>
@@ -55,6 +58,9 @@
<height>0</height>
</size>
</property>
+ <property name="accessibleName">
+ <string>Attribute value</string>
+ </property>
</widget>
</widget>
</item>
@@ -62,6 +68,9 @@
<layout class="QVBoxLayout" name="attributesButtonLayout">
<item>
<widget class="QPushButton" name="addAttributeButton">
+ <property name="accessibleName">
+ <string>Add a new attribute</string>
+ </property>
<property name="text">
<string>Add</string>
</property>
@@ -72,6 +81,9 @@
<property name="enabled">
<bool>false</bool>
</property>
+ <property name="accessibleName">
+ <string>Remove selected attribute</string>
+ </property>
<property name="text">
<string>Remove</string>
</property>
@@ -82,6 +94,9 @@
<property name="enabled">
<bool>false</bool>
</property>
+ <property name="accessibleName">
+ <string>Edit attribute name</string>
+ </property>
<property name="text">
<string>Edit Name</string>
</property>
@@ -105,6 +120,9 @@
<property name="enabled">
<bool>true</bool>
</property>
+ <property name="accessibleName">
+ <string>Toggle attribute protection</string>
+ </property>
<property name="styleSheet">
<string notr="true">margin-left:50%;margin-right:50%</string>
</property>
@@ -121,6 +139,9 @@
<property name="enabled">
<bool>false</bool>
</property>
+ <property name="accessibleName">
+ <string>Show a protected attribute</string>
+ </property>
<property name="text">
<string>Reveal</string>
</property>
@@ -177,6 +198,9 @@
<height>25</height>
</size>
</property>
+ <property name="accessibleName">
+ <string>Foreground color selection</string>
+ </property>
<property name="text">
<string/>
</property>
@@ -219,6 +243,9 @@
<height>25</height>
</size>
</property>
+ <property name="accessibleName">
+ <string>Background color selection</string>
+ </property>
<property name="text">
<string/>
</property>
@@ -264,6 +291,12 @@
<tabstop>addAttributeButton</tabstop>
<tabstop>removeAttributeButton</tabstop>
<tabstop>editAttributeButton</tabstop>
+ <tabstop>protectAttributeButton</tabstop>
+ <tabstop>revealAttributeButton</tabstop>
+ <tabstop>fgColorCheckBox</tabstop>
+ <tabstop>fgColorButton</tabstop>
+ <tabstop>bgColorCheckBox</tabstop>
+ <tabstop>bgColorButton</tabstop>
</tabstops>
<resources/>
<connections/>