keepassxc/src/gui/MainWindow.ui

602 lines
17 KiB
Plaintext
Raw Normal View History

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="enabled">
<bool>true</bool>
</property>
2010-09-19 10:59:32 -04:00
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string notr="true">KeePassXC</string>
2010-09-19 10:59:32 -04:00
</property>
<widget class="QWidget" name="centralwidget">
<property name="enabled">
<bool>true</bool>
</property>
2010-09-19 10:59:32 -04:00
<layout class="QVBoxLayout" name="verticalLayout">
<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>
<item>
<widget class="MessageWidget" name="globalMessageWidget" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
2010-09-19 10:59:32 -04:00
<item>
<widget class="QStackedWidget" name="stackedWidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
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>
<widget class="QWidget" name="pageDatabase">
<layout class="QVBoxLayout" name="verticalLayout_2">
<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>
<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">
<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>
<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>
2017-02-11 13:04:37 -05:00
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<spacer name="horizontalSpacer">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::MinimumExpanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>50</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
2017-03-10 08:28:26 -05:00
<widget class="WelcomeWidget" name="welcomeWidget" native="true"/>
2017-02-11 13:04:37 -05:00
</item>
<item>
<spacer name="horizontalSpacer_2">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::MinimumExpanding</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>50</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
</layout>
2012-05-27 14:06:03 -04:00
</item>
</layout>
</widget>
<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>
<height>21</height>
2010-09-19 10:59:32 -04:00
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>&amp;Database</string>
2010-09-19 10:59:32 -04:00
</property>
<widget class="QMenu" name="menuRecentDatabases">
<property name="title">
<string>&amp;Recent databases</string>
</property>
</widget>
<widget class="QMenu" name="menuImport">
<property name="title">
<string>Import</string>
</property>
<addaction name="actionImportKeePass1"/>
<addaction name="actionImportCsv"/>
</widget>
<addaction name="actionDatabaseNew"/>
<addaction name="actionDatabaseOpen"/>
<addaction name="menuRecentDatabases"/>
<addaction name="actionDatabaseSave"/>
2011-12-24 13:22:42 -05:00
<addaction name="actionDatabaseSaveAs"/>
<addaction name="actionDatabaseClose"/>
2011-11-13 08:55:20 -05:00
<addaction name="separator"/>
<addaction name="actionChangeMasterKey"/>
<addaction name="actionChangeDatabaseSettings"/>
<addaction name="separator"/>
<addaction name="actionDatabaseMerge"/>
<addaction name="menuImport"/>
<addaction name="actionExportCsv"/>
<addaction name="actionRepairDatabase"/>
<addaction name="separator"/>
2010-09-19 10:59:32 -04:00
<addaction name="actionQuit"/>
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
2017-07-16 14:49:15 -04:00
<string>&amp;Help</string>
2010-09-19 10:59:32 -04:00
</property>
<addaction name="actionAbout"/>
</widget>
<widget class="QMenu" name="menuEntries">
<property name="title">
<string>E&amp;ntries</string>
</property>
<widget class="QMenu" name="menuEntryCopyAttribute">
<property name="enabled">
<bool>false</bool>
</property>
<property name="title">
<string>Copy att&amp;ribute to clipboard</string>
</property>
<addaction name="actionEntryCopyTitle"/>
<addaction name="actionEntryCopyURL"/>
<addaction name="actionEntryCopyNotes"/>
<addaction name="separator"/>
</widget>
2017-04-13 06:05:36 -04:00
<widget class="QMenu" name="menuEntryTotp">
<property name="enabled">
<bool>false</bool>
</property>
<property name="title">
<string>Timed one-time password</string>
</property>
<addaction name="actionEntryCopyTotp"/>
<addaction name="actionEntryTotp"/>
<addaction name="actionEntrySetupTotp"/>
</widget>
<addaction name="actionEntryCopyUsername"/>
<addaction name="actionEntryCopyPassword"/>
<addaction name="menuEntryCopyAttribute"/>
2017-04-13 06:05:36 -04:00
<addaction name="menuEntryTotp"/>
2017-01-24 13:31:49 -05:00
<addaction name="actionEntryAutoType"/>
<addaction name="actionEntryOpenUrl"/>
2017-01-23 22:23:21 -05:00
<addaction name="actionEntryEdit"/>
<addaction name="actionEntryClone"/>
<addaction name="actionEntryDelete"/>
2017-01-24 13:31:49 -05:00
<addaction name="actionEntryNew"/>
</widget>
<widget class="QMenu" name="menuGroups">
<property name="title">
<string>&amp;Groups</string>
</property>
<addaction name="actionGroupNew"/>
<addaction name="separator"/>
<addaction name="actionGroupEdit"/>
2012-04-21 13:06:28 -04:00
<addaction name="actionGroupDelete"/>
2017-04-21 10:33:06 -04:00
<addaction name="actionGroupEmptyRecycleBin"/>
</widget>
<widget class="QMenu" name="menuTools">
<property name="title">
<string>&amp;Tools</string>
</property>
<addaction name="actionLockDatabases"/>
<addaction name="actionPasswordGenerator"/>
<addaction name="actionSettings"/>
</widget>
2010-09-19 10:59:32 -04:00
<addaction name="menuFile"/>
<addaction name="menuEntries"/>
<addaction name="menuGroups"/>
<addaction name="menuTools"/>
2010-09-19 10:59:32 -04:00
<addaction name="menuHelp"/>
</widget>
<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>
<addaction name="actionDatabaseNew"/>
2013-12-05 16:14:01 -05:00
<addaction name="actionDatabaseOpen"/>
<addaction name="actionDatabaseSave"/>
<addaction name="separator"/>
<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"/>
<addaction name="actionEntryCopyUsername"/>
<addaction name="actionEntryCopyPassword"/>
<addaction name="actionEntryCopyURL"/>
<addaction name="actionEntryAutoType"/>
<addaction name="separator"/>
<addaction name="actionPasswordGenerator"/>
2013-12-05 16:14:01 -05:00
<addaction name="actionLockDatabases"/>
<addaction name="separator"/>
</widget>
2010-09-19 10:59:32 -04:00
<action name="actionQuit">
<property name="text">
<string>&amp;Quit</string>
2010-09-19 10:59:32 -04:00
</property>
</action>
<action name="actionAbout">
<property name="text">
<string>&amp;About</string>
2010-09-19 10:59:32 -04:00
</property>
</action>
<action name="actionDatabaseOpen">
2011-11-13 08:55:20 -05:00
<property name="text">
<string>&amp;Open database...</string>
2011-11-13 08:55:20 -05:00
</property>
</action>
<action name="actionDatabaseSave">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>&amp;Save database</string>
</property>
</action>
<action name="actionDatabaseClose">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>&amp;Close database</string>
</property>
</action>
<action name="actionDatabaseNew">
<property name="text">
<string>&amp;New database</string>
</property>
</action>
<action name="actionDatabaseMerge">
2017-02-11 13:04:37 -05:00
<property name="text">
<string>Merge from KeePassX database</string>
</property>
</action>
<action name="actionEntryNew">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>&amp;Add new entry</string>
</property>
</action>
<action name="actionEntryEdit">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>&amp;View/Edit entry</string>
</property>
</action>
<action name="actionEntryDelete">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>&amp;Delete entry</string>
</property>
</action>
<action name="actionGroupNew">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>&amp;Add new group</string>
</property>
</action>
<action name="actionGroupEdit">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>&amp;Edit group</string>
</property>
</action>
2012-04-21 13:06:28 -04:00
<action name="actionGroupDelete">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>&amp;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>Sa&amp;ve database as...</string>
2011-12-24 13:22:42 -05:00
</property>
</action>
<action name="actionChangeMasterKey">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Change &amp;master key...</string>
</property>
</action>
<action name="actionChangeDatabaseSettings">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>&amp;Database settings</string>
</property>
<property name="toolTip">
<string>Database settings</string>
</property>
</action>
2012-05-15 15:10:39 -04:00
<action name="actionEntryClone">
<property name="enabled">
<bool>false</bool>
</property>
2012-05-15 15:10:39 -04:00
<property name="text">
<string>&amp;Clone entry</string>
</property>
</action>
<action name="actionSearch">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>&amp;Find</string>
</property>
</action>
<action name="actionEntryCopyUsername">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Copy &amp;username</string>
</property>
<property name="toolTip">
<string>Copy username to clipboard</string>
</property>
</action>
<action name="actionEntryCopyPassword">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>Cop&amp;y password</string>
</property>
<property name="toolTip">
<string>Copy password to clipboard</string>
</property>
</action>
<action name="actionSettings">
<property name="text">
<string>&amp;Settings</string>
</property>
</action>
<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">
<string>&amp;Perform Auto-Type</string>
2012-07-12 16:35:51 -04:00
</property>
</action>
<action name="actionEntryOpenUrl">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>&amp;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>&amp;Lock databases</string>
2012-10-12 06:12:00 -04:00
</property>
</action>
<action name="actionEntryCopyTitle">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>&amp;Title</string>
</property>
<property name="toolTip">
<string>Copy title to clipboard</string>
</property>
</action>
<action name="actionEntryCopyURL">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>&amp;URL</string>
</property>
<property name="toolTip">
<string>Copy URL to clipboard</string>
</property>
</action>
<action name="actionEntryCopyNotes">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>&amp;Notes</string>
</property>
<property name="toolTip">
<string>Copy notes to clipboard</string>
</property>
</action>
<action name="actionExportCsv">
<property name="enabled">
<bool>false</bool>
</property>
<property name="text">
<string>&amp;Export to CSV file...</string>
</property>
</action>
<action name="actionImportKeePass1">
<property name="text">
<string>Import KeePass 1 database...</string>
</property>
</action>
<action name="actionImportCsv">
<property name="text">
<string>Import CSV file...</string>
</property>
</action>
<action name="actionRepairDatabase">
<property name="text">
<string>Re&amp;pair database...</string>
</property>
</action>
2017-04-13 06:05:36 -04:00
<action name="actionEntryTotp">
<property name="text">
<string>Show TOTP</string>
</property>
</action>
<action name="actionEntrySetupTotp">
<property name="text">
<string>Set up TOTP...</string>
2017-04-13 06:05:36 -04:00
</property>
</action>
<action name="actionEntryCopyTotp">
<property name="text">
<string>Copy &amp;TOTP</string>
</property>
</action>
2017-04-21 10:33:06 -04:00
<action name="actionGroupEmptyRecycleBin">
<property name="text">
<string>Empty recycle bin</string>
</property>
<property name="visible">
<bool>false</bool>
</property>
</action>
2010-09-19 10:59:32 -04:00
</widget>
<customwidgets>
<customwidget>
<class>MessageWidget</class>
<extends>QWidget</extends>
<header>gui/MessageWidget.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>DatabaseTabWidget</class>
<extends>QTabWidget</extends>
<header>gui/DatabaseTabWidget.h</header>
<container>1</container>
</customwidget>
<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>
<customwidget>
<class>PasswordGeneratorWidget</class>
<extends>QWidget</extends>
<header>gui/PasswordGeneratorWidget.h</header>
<container>1</container>
</customwidget>
</customwidgets>
2010-09-19 10:59:32 -04:00
<resources/>
<connections/>
</ui>