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/MainWindow.ui')
-rw-r--r--src/gui/MainWindow.ui39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/gui/MainWindow.ui b/src/gui/MainWindow.ui
index 93488dc05..e44d3d217 100644
--- a/src/gui/MainWindow.ui
+++ b/src/gui/MainWindow.ui
@@ -381,8 +381,11 @@
</widget>
<addaction name="menuTheme"/>
<addaction name="actionCompactMode"/>
+ <addaction name="actionAlwaysOnTop"/>
<addaction name="actionShowPreviewPanel"/>
<addaction name="actionShowToolbar"/>
+ <addaction name="actionHideUsernames"/>
+ <addaction name="actionHidePasswords"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuEntries"/>
@@ -972,6 +975,42 @@
<string>Show Preview Panel</string>
</property>
</action>
+ <action name="actionAlwaysOnTop">
+ <property name="checkable">
+ <bool>true</bool>
+ </property>
+ <property name="text">
+ <string>Always on Top</string>
+ </property>
+ <property name="shortcut">
+ <string notr="true">Ctrl+Shift+A</string>
+ </property>
+ </action>
+ <action name="actionHideUsernames">
+ <property name="checkable">
+ <bool>true</bool>
+ </property>
+ <property name="text">
+ <string>Hide Usernames</string>
+ </property>
+ <property name="shortcut">
+ <string notr="true">Ctrl+Shift+B</string>
+ </property>
+ </action>
+ <action name="actionHidePasswords">
+ <property name="checkable">
+ <bool>true</bool>
+ </property>
+ <property name="checked">
+ <bool>true</bool>
+ </property>
+ <property name="text">
+ <string>Hide Passwords</string>
+ </property>
+ <property name="shortcut">
+ <string notr="true">Ctrl+Shift+C</string>
+ </property>
+ </action>
</widget>
<customwidgets>
<customwidget>