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/masterkey/KeyFileEditWidget.ui')
-rw-r--r--src/gui/masterkey/KeyFileEditWidget.ui28
1 files changed, 26 insertions, 2 deletions
diff --git a/src/gui/masterkey/KeyFileEditWidget.ui b/src/gui/masterkey/KeyFileEditWidget.ui
index a267935b5..088995dc8 100644
--- a/src/gui/masterkey/KeyFileEditWidget.ui
+++ b/src/gui/masterkey/KeyFileEditWidget.ui
@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>364</width>
+ <width>370</width>
<height>76</height>
</rect>
</property>
@@ -31,6 +31,9 @@
<verstretch>0</verstretch>
</sizepolicy>
</property>
+ <property name="accessibleName">
+ <string>Key file selection</string>
+ </property>
<property name="editable">
<bool>true</bool>
</property>
@@ -38,13 +41,19 @@
</item>
<item row="0" column="1">
<widget class="QPushButton" name="browseKeyFileButton">
+ <property name="accessibleName">
+ <string>Browse for key file</string>
+ </property>
<property name="text">
- <string>Browse</string>
+ <string>Browse...</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QPushButton" name="createKeyFileButton">
+ <property name="accessibleName">
+ <string>Generate a new key file</string>
+ </property>
<property name="text">
<string>Generate</string>
</property>
@@ -63,6 +72,21 @@
</property>
</spacer>
</item>
+ <item row="1" column="0">
+ <widget class="QLabel" name="label">
+ <property name="font">
+ <font>
+ <italic>true</italic>
+ </font>
+ </property>
+ <property name="text">
+ <string>Note: Do not use a file that may change as that will prevent you from unlocking your database!</string>
+ </property>
+ <property name="wordWrap">
+ <bool>true</bool>
+ </property>
+ </widget>
+ </item>
</layout>
</widget>
<resources/>