2010-09-19 10:59:32 -04:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>MainWindow</class>
|
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>800</width>
|
|
|
|
<height>600</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2016-11-03 00:05:30 -04:00
|
|
|
<string notr="true">KeePassXC</string>
|
2010-09-19 10:59:32 -04:00
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2015-04-05 04:48:08 -04:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2012-05-27 05:24:56 -04:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2010-09-19 10:59:32 -04:00
|
|
|
<item>
|
2012-05-27 05:09:52 -04:00
|
|
|
<widget class="QStackedWidget" name="stackedWidget">
|
2010-09-19 10:59:32 -04:00
|
|
|
<property name="currentIndex">
|
2012-05-27 14:06:03 -04:00
|
|
|
<number>2</number>
|
2011-11-13 08:55:20 -05:00
|
|
|
</property>
|
2012-05-27 05:09:52 -04:00
|
|
|
<widget class="QWidget" name="pageDatabase">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
2015-04-05 04:48:08 -04:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2012-05-27 05:24:56 -04:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2012-05-27 05:09:52 -04:00
|
|
|
<item>
|
|
|
|
<widget class="DatabaseTabWidget" name="tabWidget">
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>-1</number>
|
|
|
|
</property>
|
|
|
|
<property name="tabsClosable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="movable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QWidget" name="pageSettings">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
2015-04-05 04:48:08 -04:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2012-05-27 05:24:56 -04:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2012-05-27 05:09:52 -04:00
|
|
|
<item>
|
|
|
|
<widget class="SettingsWidget" name="settingsWidget" native="true"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2012-05-27 14:06:03 -04:00
|
|
|
<widget class="QWidget" name="pageWelcome">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
|
|
<item>
|
|
|
|
<widget class="WelcomeWidget" name="welcomeWidget" native="true"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2016-11-23 21:59:24 -05:00
|
|
|
<widget class="QWidget" name="pagePasswordGenerator">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|
|
|
<item>
|
|
|
|
<widget class="PasswordGeneratorWidget" name="passwordGeneratorWidget" native="true"/>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2010-09-19 10:59:32 -04:00
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menubar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>800</width>
|
2016-11-02 21:01:02 -04:00
|
|
|
<height>26</height>
|
2010-09-19 10:59:32 -04:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menuFile">
|
|
|
|
<property name="title">
|
2011-11-16 12:47:17 -05:00
|
|
|
<string>Database</string>
|
2010-09-19 10:59:32 -04:00
|
|
|
</property>
|
2012-07-23 15:12:19 -04:00
|
|
|
<widget class="QMenu" name="menuRecentDatabases">
|
|
|
|
<property name="title">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>&Recent databases</string>
|
2012-07-23 15:12:19 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
2011-11-16 12:47:17 -05:00
|
|
|
<addaction name="actionDatabaseNew"/>
|
|
|
|
<addaction name="actionDatabaseOpen"/>
|
2012-07-23 15:12:19 -04:00
|
|
|
<addaction name="menuRecentDatabases"/>
|
2011-11-16 12:47:17 -05:00
|
|
|
<addaction name="actionDatabaseSave"/>
|
2011-12-24 13:22:42 -05:00
|
|
|
<addaction name="actionDatabaseSaveAs"/>
|
2011-11-16 12:47:17 -05:00
|
|
|
<addaction name="actionDatabaseClose"/>
|
2011-11-13 08:55:20 -05:00
|
|
|
<addaction name="separator"/>
|
2012-01-13 11:52:37 -05:00
|
|
|
<addaction name="actionChangeMasterKey"/>
|
2012-04-19 10:20:20 -04:00
|
|
|
<addaction name="actionChangeDatabaseSettings"/>
|
2012-01-13 11:52:37 -05:00
|
|
|
<addaction name="separator"/>
|
2016-11-07 22:37:42 -05:00
|
|
|
<addaction name="actionDatabaseMerge"/>
|
2012-05-12 04:08:41 -04:00
|
|
|
<addaction name="actionImportKeePass1"/>
|
2015-07-14 16:14:34 -04:00
|
|
|
<addaction name="actionExportCsv"/>
|
2016-01-28 17:07:04 -05:00
|
|
|
<addaction name="actionRepairDatabase"/>
|
2012-05-12 04:08:41 -04:00
|
|
|
<addaction name="separator"/>
|
2010-09-19 10:59:32 -04:00
|
|
|
<addaction name="actionQuit"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuHelp">
|
|
|
|
<property name="title">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>He&lp</string>
|
2010-09-19 10:59:32 -04:00
|
|
|
</property>
|
|
|
|
<addaction name="actionAbout"/>
|
|
|
|
</widget>
|
2011-12-16 11:56:13 -05:00
|
|
|
<widget class="QMenu" name="menuEntries">
|
|
|
|
<property name="title">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>E&ntries</string>
|
2011-12-16 11:56:13 -05:00
|
|
|
</property>
|
2012-10-23 18:15:23 -04:00
|
|
|
<widget class="QMenu" name="menuEntryCopyAttribute">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>Copy att&ribute to clipboard</string>
|
2012-10-23 18:15:23 -04:00
|
|
|
</property>
|
2013-12-01 03:43:41 -05:00
|
|
|
<addaction name="actionEntryCopyTitle"/>
|
|
|
|
<addaction name="actionEntryCopyURL"/>
|
|
|
|
<addaction name="actionEntryCopyNotes"/>
|
2013-12-01 09:41:26 -05:00
|
|
|
<addaction name="separator"/>
|
2012-10-23 18:15:23 -04:00
|
|
|
</widget>
|
2011-12-16 11:56:13 -05:00
|
|
|
<addaction name="actionEntryNew"/>
|
2012-05-15 15:10:39 -04:00
|
|
|
<addaction name="actionEntryClone"/>
|
2011-12-16 11:56:13 -05:00
|
|
|
<addaction name="actionEntryEdit"/>
|
|
|
|
<addaction name="actionEntryDelete"/>
|
2015-07-16 14:09:23 -04:00
|
|
|
<addaction name="actionEntryCopyUsername"/>
|
|
|
|
<addaction name="actionEntryCopyPassword"/>
|
2012-10-23 18:15:23 -04:00
|
|
|
<addaction name="menuEntryCopyAttribute"/>
|
2012-07-12 16:35:51 -04:00
|
|
|
<addaction name="actionEntryAutoType"/>
|
2012-07-27 12:38:52 -04:00
|
|
|
<addaction name="actionEntryOpenUrl"/>
|
2011-12-16 11:56:13 -05:00
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuGroups">
|
|
|
|
<property name="title">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>&Groups</string>
|
2011-12-16 11:56:13 -05:00
|
|
|
</property>
|
|
|
|
<addaction name="actionGroupNew"/>
|
|
|
|
<addaction name="actionGroupEdit"/>
|
2012-04-21 13:06:28 -04:00
|
|
|
<addaction name="actionGroupDelete"/>
|
2011-12-16 11:56:13 -05:00
|
|
|
</widget>
|
2015-04-05 04:48:08 -04:00
|
|
|
<widget class="QMenu" name="menuTools">
|
2012-05-27 05:09:52 -04:00
|
|
|
<property name="title">
|
2015-04-05 04:48:08 -04:00
|
|
|
<string>Tools</string>
|
2012-05-27 05:09:52 -04:00
|
|
|
</property>
|
2015-04-05 04:48:08 -04:00
|
|
|
<addaction name="actionLockDatabases"/>
|
2016-11-23 21:59:24 -05:00
|
|
|
<addaction name="actionPasswordGenerator"/>
|
2012-05-27 05:09:52 -04:00
|
|
|
<addaction name="actionSettings"/>
|
|
|
|
</widget>
|
2012-06-24 18:21:22 -04:00
|
|
|
<widget class="QMenu" name="menuView">
|
|
|
|
<property name="title">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>&View</string>
|
2012-06-24 18:21:22 -04:00
|
|
|
</property>
|
|
|
|
</widget>
|
2010-09-19 10:59:32 -04:00
|
|
|
<addaction name="menuFile"/>
|
2011-12-16 11:56:13 -05:00
|
|
|
<addaction name="menuEntries"/>
|
|
|
|
<addaction name="menuGroups"/>
|
2012-06-24 18:21:22 -04:00
|
|
|
<addaction name="menuView"/>
|
2015-04-05 04:48:08 -04:00
|
|
|
<addaction name="menuTools"/>
|
2010-09-19 10:59:32 -04:00
|
|
|
<addaction name="menuHelp"/>
|
|
|
|
</widget>
|
2011-12-16 11:56:13 -05:00
|
|
|
<widget class="QToolBar" name="toolBar">
|
|
|
|
<property name="movable">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
2013-12-05 16:14:01 -05:00
|
|
|
<addaction name="actionDatabaseOpen"/>
|
|
|
|
<addaction name="actionDatabaseSave"/>
|
|
|
|
<addaction name="separator"/>
|
2011-12-16 11:56:13 -05:00
|
|
|
<addaction name="actionEntryNew"/>
|
|
|
|
<addaction name="actionEntryEdit"/>
|
2012-04-18 14:08:54 -04:00
|
|
|
<addaction name="actionEntryDelete"/>
|
2013-12-05 16:14:01 -05:00
|
|
|
<addaction name="separator"/>
|
2014-01-14 13:46:44 -05:00
|
|
|
<addaction name="actionEntryCopyUsername"/>
|
|
|
|
<addaction name="actionEntryCopyPassword"/>
|
|
|
|
<addaction name="separator"/>
|
2016-11-23 21:59:24 -05:00
|
|
|
<addaction name="actionPasswordGenerator"/>
|
2013-12-05 16:14:01 -05:00
|
|
|
<addaction name="actionLockDatabases"/>
|
2016-11-02 21:01:02 -04:00
|
|
|
<addaction name="separator"/>
|
2011-12-16 11:56:13 -05:00
|
|
|
</widget>
|
2010-09-19 10:59:32 -04:00
|
|
|
<action name="actionQuit">
|
|
|
|
<property name="text">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>&Quit</string>
|
2010-09-19 10:59:32 -04:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAbout">
|
|
|
|
<property name="text">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>&About</string>
|
2010-09-19 10:59:32 -04:00
|
|
|
</property>
|
|
|
|
</action>
|
2011-11-16 12:47:17 -05:00
|
|
|
<action name="actionDatabaseOpen">
|
2011-11-13 08:55:20 -05:00
|
|
|
<property name="text">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>&Open database</string>
|
2011-11-13 08:55:20 -05:00
|
|
|
</property>
|
|
|
|
</action>
|
2011-11-16 12:47:17 -05:00
|
|
|
<action name="actionDatabaseSave">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>&Save database</string>
|
2011-11-16 12:47:17 -05:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDatabaseClose">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>&Close database</string>
|
2011-11-16 12:47:17 -05:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDatabaseNew">
|
|
|
|
<property name="text">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>&New database</string>
|
2011-11-16 12:47:17 -05:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-11-07 22:37:42 -05:00
|
|
|
<action name="actionDatabaseMerge">
|
|
|
|
<property name="text">
|
|
|
|
<string>Merge from KeePassX database</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2011-12-16 11:56:13 -05:00
|
|
|
<action name="actionEntryNew">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>&Add new entry</string>
|
2011-12-16 11:56:13 -05:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionEntryEdit">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>&View/Edit entry</string>
|
2011-12-16 11:56:13 -05:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionEntryDelete">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>&Delete entry</string>
|
2011-12-16 11:56:13 -05:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionGroupNew">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>&Add new group</string>
|
2011-12-16 11:56:13 -05:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionGroupEdit">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>&Edit group</string>
|
2011-12-16 11:56:13 -05:00
|
|
|
</property>
|
|
|
|
</action>
|
2012-04-21 13:06:28 -04:00
|
|
|
<action name="actionGroupDelete">
|
2011-12-16 11:56:13 -05:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>&Delete group</string>
|
2011-12-16 11:56:13 -05:00
|
|
|
</property>
|
|
|
|
</action>
|
2011-12-24 13:22:42 -05:00
|
|
|
<action name="actionDatabaseSaveAs">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>Sa&ve database as</string>
|
2011-12-24 13:22:42 -05:00
|
|
|
</property>
|
|
|
|
</action>
|
2012-01-13 11:52:37 -05:00
|
|
|
<action name="actionChangeMasterKey">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>Change &master key</string>
|
2012-01-13 11:52:37 -05:00
|
|
|
</property>
|
|
|
|
</action>
|
2012-04-19 10:20:20 -04:00
|
|
|
<action name="actionChangeDatabaseSettings">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>&Database settings</string>
|
2012-04-19 10:20:20 -04:00
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Database settings</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2012-05-12 04:08:41 -04:00
|
|
|
<action name="actionImportKeePass1">
|
|
|
|
<property name="text">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>&Import KeePass 1 database</string>
|
2012-05-12 04:08:41 -04:00
|
|
|
</property>
|
|
|
|
</action>
|
2012-05-15 15:10:39 -04:00
|
|
|
<action name="actionEntryClone">
|
2012-05-16 07:56:25 -04:00
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
2012-05-15 15:10:39 -04:00
|
|
|
<property name="text">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>&Clone entry</string>
|
2012-05-19 05:53:32 -04:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-11-03 00:05:30 -04:00
|
|
|
<action name="actionSearch">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Find</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2012-05-26 10:20:32 -04:00
|
|
|
<action name="actionEntryCopyUsername">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>Copy &username</string>
|
2012-05-26 10:20:32 -04:00
|
|
|
</property>
|
2014-01-14 13:46:44 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Copy username to clipboard</string>
|
|
|
|
</property>
|
2012-05-26 10:20:32 -04:00
|
|
|
</action>
|
|
|
|
<action name="actionEntryCopyPassword">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>Cop&y password</string>
|
2012-05-26 10:20:32 -04:00
|
|
|
</property>
|
2014-01-14 13:46:44 -05:00
|
|
|
<property name="toolTip">
|
|
|
|
<string>Copy password to clipboard</string>
|
|
|
|
</property>
|
2012-05-26 10:20:32 -04:00
|
|
|
</action>
|
2012-05-27 05:09:52 -04:00
|
|
|
<action name="actionSettings">
|
|
|
|
<property name="text">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>&Settings</string>
|
2012-05-27 05:09:52 -04:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-11-23 21:59:24 -05:00
|
|
|
<action name="actionPasswordGenerator">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Password Generator</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2012-07-12 16:35:51 -04:00
|
|
|
<action name="actionEntryAutoType">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>&Perform Auto-Type</string>
|
2012-07-12 16:35:51 -04:00
|
|
|
</property>
|
|
|
|
</action>
|
2012-07-27 12:38:52 -04:00
|
|
|
<action name="actionEntryOpenUrl">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>&Open URL</string>
|
2012-07-27 12:38:52 -04:00
|
|
|
</property>
|
|
|
|
</action>
|
2012-10-12 06:12:00 -04:00
|
|
|
<action name="actionLockDatabases">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>&Lock databases</string>
|
2012-10-12 06:12:00 -04:00
|
|
|
</property>
|
|
|
|
</action>
|
2013-12-01 03:43:41 -05:00
|
|
|
<action name="actionEntryCopyTitle">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>&Title</string>
|
2013-12-01 03:43:41 -05:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionEntryCopyURL">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>&URL</string>
|
2013-12-01 03:43:41 -05:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionEntryCopyNotes">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>&Notes</string>
|
2013-12-01 03:43:41 -05:00
|
|
|
</property>
|
|
|
|
</action>
|
2015-07-14 16:14:34 -04:00
|
|
|
<action name="actionExportCsv">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>&Export to CSV file</string>
|
2015-07-14 16:14:34 -04:00
|
|
|
</property>
|
|
|
|
</action>
|
2016-01-28 17:07:04 -05:00
|
|
|
<action name="actionRepairDatabase">
|
|
|
|
<property name="text">
|
2016-11-02 21:01:02 -04:00
|
|
|
<string>Re&pair database</string>
|
2016-01-28 17:07:04 -05:00
|
|
|
</property>
|
|
|
|
</action>
|
2010-09-19 10:59:32 -04:00
|
|
|
</widget>
|
2011-12-30 12:43:24 -05:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>DatabaseTabWidget</class>
|
|
|
|
<extends>QTabWidget</extends>
|
|
|
|
<header>gui/DatabaseTabWidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2012-05-27 05:09:52 -04:00
|
|
|
<customwidget>
|
|
|
|
<class>SettingsWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/SettingsWidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2012-05-27 14:06:03 -04:00
|
|
|
<customwidget>
|
|
|
|
<class>WelcomeWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/WelcomeWidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2016-11-23 21:59:24 -05:00
|
|
|
<customwidget>
|
|
|
|
<class>PasswordGeneratorWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header>gui/PasswordGeneratorWidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
2011-12-30 12:43:24 -05:00
|
|
|
</customwidgets>
|
2010-09-19 10:59:32 -04:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|