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">
|
2012-05-22 12:17:07 -04:00
|
|
|
<string notr="true">KeePassX</string>
|
2010-09-19 10:59:32 -04:00
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2012-05-27 05:24:56 -04:00
|
|
|
<property name="margin">
|
|
|
|
<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">
|
2012-05-27 05:24:56 -04:00
|
|
|
<property name="margin">
|
|
|
|
<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">
|
2012-05-27 05:24:56 -04:00
|
|
|
<property name="margin">
|
|
|
|
<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>
|
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>
|
2014-03-08 05:42:26 -05:00
|
|
|
<height>20</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">
|
|
|
|
<string>Recent databases</string>
|
|
|
|
</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"/>
|
2012-05-12 04:08:41 -04:00
|
|
|
<addaction name="actionImportKeePass1"/>
|
|
|
|
<addaction name="separator"/>
|
2012-10-12 06:12:00 -04:00
|
|
|
<addaction name="actionLockDatabases"/>
|
2010-09-19 10:59:32 -04:00
|
|
|
<addaction name="actionQuit"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuHelp">
|
|
|
|
<property name="title">
|
|
|
|
<string>Help</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionAbout"/>
|
|
|
|
</widget>
|
2011-12-16 11:56:13 -05:00
|
|
|
<widget class="QMenu" name="menuEntries">
|
|
|
|
<property name="title">
|
|
|
|
<string>Entries</string>
|
|
|
|
</property>
|
2012-10-23 18:15:23 -04:00
|
|
|
<widget class="QMenu" name="menuEntryCopyAttribute">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="title">
|
|
|
|
<string>Copy attribute to clipboard</string>
|
|
|
|
</property>
|
2013-12-01 03:43:41 -05:00
|
|
|
<addaction name="actionEntryCopyTitle"/>
|
2013-11-30 10:05:10 -05:00
|
|
|
<addaction name="actionEntryCopyUsername"/>
|
|
|
|
<addaction name="actionEntryCopyPassword"/>
|
2013-12-01 03:43:41 -05:00
|
|
|
<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"/>
|
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"/>
|
2014-03-08 05:42:26 -05:00
|
|
|
<addaction name="actionSearch"/>
|
2011-12-16 11:56:13 -05:00
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuGroups">
|
|
|
|
<property name="title">
|
|
|
|
<string>Groups</string>
|
|
|
|
</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>
|
2012-05-27 05:09:52 -04:00
|
|
|
<widget class="QMenu" name="menuExtras">
|
|
|
|
<property name="title">
|
|
|
|
<string>Extras</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionSettings"/>
|
|
|
|
</widget>
|
2012-06-24 18:21:22 -04:00
|
|
|
<widget class="QMenu" name="menuView">
|
|
|
|
<property name="title">
|
|
|
|
<string>View</string>
|
|
|
|
</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"/>
|
2012-05-27 05:09:52 -04:00
|
|
|
<addaction name="menuExtras"/>
|
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"/>
|
2013-12-05 16:14:01 -05:00
|
|
|
<addaction name="actionLockDatabases"/>
|
2012-05-19 05:53:32 -04:00
|
|
|
<addaction name="actionSearch"/>
|
2011-12-16 11:56:13 -05:00
|
|
|
</widget>
|
2010-09-19 10:59:32 -04:00
|
|
|
<action name="actionQuit">
|
|
|
|
<property name="text">
|
|
|
|
<string>Quit</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAbout">
|
|
|
|
<property name="text">
|
|
|
|
<string>About</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2011-11-16 12:47:17 -05:00
|
|
|
<action name="actionDatabaseOpen">
|
2011-11-13 08:55:20 -05:00
|
|
|
<property name="text">
|
|
|
|
<string>Open database</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2011-11-16 12:47:17 -05:00
|
|
|
<action name="actionDatabaseSave">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Save database</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDatabaseClose">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Close database</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDatabaseNew">
|
|
|
|
<property name="text">
|
|
|
|
<string>New 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">
|
|
|
|
<string>Add new entry</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionEntryEdit">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>View/Edit entry</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionEntryDelete">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Delete entry</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionGroupNew">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Add new group</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionGroupEdit">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Edit group</string>
|
|
|
|
</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">
|
|
|
|
<string>Delete group</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2011-12-24 13:22:42 -05:00
|
|
|
<action name="actionDatabaseSaveAs">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Save database as</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2012-01-13 11:52:37 -05:00
|
|
|
<action name="actionChangeMasterKey">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Change master key</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2012-04-19 10:20:20 -04:00
|
|
|
<action name="actionChangeDatabaseSettings">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Database settings</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Database settings</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2012-05-12 04:08:41 -04:00
|
|
|
<action name="actionImportKeePass1">
|
|
|
|
<property name="text">
|
|
|
|
<string>Import KeePass 1 database</string>
|
|
|
|
</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">
|
|
|
|
<string>Clone entry</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2012-05-19 05:53:32 -04:00
|
|
|
<action name="actionSearch">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<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">
|
2013-11-30 10:05:10 -05:00
|
|
|
<string>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">
|
2013-11-30 10:05:10 -05:00
|
|
|
<string>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">
|
|
|
|
<string>Settings</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2012-07-12 16:35:51 -04:00
|
|
|
<action name="actionEntryAutoType">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Perform Auto-Type</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2012-07-27 12:38:52 -04:00
|
|
|
<action name="actionEntryOpenUrl">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Open URL</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2012-10-12 06:12:00 -04:00
|
|
|
<action name="actionLockDatabases">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Lock databases</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2013-12-01 03:43:41 -05:00
|
|
|
<action name="actionEntryCopyTitle">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Title</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionEntryCopyURL">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>URL</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionEntryCopyNotes">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Notes</string>
|
|
|
|
</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>
|
2011-12-30 12:43:24 -05:00
|
|
|
</customwidgets>
|
2010-09-19 10:59:32 -04:00
|
|
|
<resources/>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|