|
|
|
@ -1,8 +1,9 @@ |
|
|
|
|
<ui version="4.0" > |
|
|
|
|
<?xml version="1.0" encoding="UTF-8"?> |
|
|
|
|
<ui version="4.0"> |
|
|
|
|
<author>Tarek Saidi</author> |
|
|
|
|
<class>MainWindow</class> |
|
|
|
|
<widget class="QMainWindow" name="MainWindow" > |
|
|
|
|
<property name="geometry" > |
|
|
|
|
<widget class="QMainWindow" name="MainWindow"> |
|
|
|
|
<property name="geometry"> |
|
|
|
|
<rect> |
|
|
|
|
<x>0</x> |
|
|
|
|
<y>0</y> |
|
|
|
@ -10,102 +11,94 @@ |
|
|
|
|
<height>468</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
<property name="mouseTracking" > |
|
|
|
|
<property name="mouseTracking"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="windowTitle" > |
|
|
|
|
<property name="windowTitle"> |
|
|
|
|
<string>KeePassX</string> |
|
|
|
|
</property> |
|
|
|
|
<widget class="QWidget" name="centralWidget" > |
|
|
|
|
<property name="geometry" > |
|
|
|
|
<rect> |
|
|
|
|
<x>0</x> |
|
|
|
|
<y>29</y> |
|
|
|
|
<width>724</width> |
|
|
|
|
<height>439</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
<layout class="QVBoxLayout" > |
|
|
|
|
<widget class="QWidget" name="centralWidget"> |
|
|
|
|
<layout class="QVBoxLayout"> |
|
|
|
|
<item> |
|
|
|
|
<widget class="QSplitter" name="VSplitter" > |
|
|
|
|
<property name="orientation" > |
|
|
|
|
<widget class="QSplitter" name="VSplitter"> |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Horizontal</enum> |
|
|
|
|
</property> |
|
|
|
|
<widget class="KeepassGroupView" name="GroupView" > |
|
|
|
|
<property name="enabled" > |
|
|
|
|
<widget class="KeepassGroupView" name="GroupView"> |
|
|
|
|
<property name="enabled"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="sizePolicy" > |
|
|
|
|
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" > |
|
|
|
|
<property name="sizePolicy"> |
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
|
|
|
<horstretch>30</horstretch> |
|
|
|
|
<verstretch>0</verstretch> |
|
|
|
|
</sizepolicy> |
|
|
|
|
</property> |
|
|
|
|
<property name="acceptDrops" > |
|
|
|
|
<property name="acceptDrops"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="showDropIndicator" stdset="0" > |
|
|
|
|
<property name="showDropIndicator" stdset="0"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="dragEnabled" > |
|
|
|
|
<property name="dragEnabled"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
<column> |
|
|
|
|
<property name="text" > |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Groups</string> |
|
|
|
|
</property> |
|
|
|
|
</column> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QSplitter" name="HSplitter" > |
|
|
|
|
<property name="sizePolicy" > |
|
|
|
|
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" > |
|
|
|
|
<widget class="QSplitter" name="HSplitter"> |
|
|
|
|
<property name="sizePolicy"> |
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
|
|
|
<horstretch>70</horstretch> |
|
|
|
|
<verstretch>0</verstretch> |
|
|
|
|
</sizepolicy> |
|
|
|
|
</property> |
|
|
|
|
<property name="orientation" > |
|
|
|
|
<property name="orientation"> |
|
|
|
|
<enum>Qt::Vertical</enum> |
|
|
|
|
</property> |
|
|
|
|
<widget class="KeepassEntryView" name="EntryView" > |
|
|
|
|
<property name="enabled" > |
|
|
|
|
<widget class="KeepassEntryView" name="EntryView"> |
|
|
|
|
<property name="enabled"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="sizePolicy" > |
|
|
|
|
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" > |
|
|
|
|
<property name="sizePolicy"> |
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
|
|
|
<horstretch>0</horstretch> |
|
|
|
|
<verstretch>70</verstretch> |
|
|
|
|
</sizepolicy> |
|
|
|
|
</property> |
|
|
|
|
<property name="selectionMode" > |
|
|
|
|
<property name="selectionMode"> |
|
|
|
|
<enum>QAbstractItemView::ExtendedSelection</enum> |
|
|
|
|
</property> |
|
|
|
|
<property name="rootIsDecorated" > |
|
|
|
|
<property name="rootIsDecorated"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="sortingEnabled" > |
|
|
|
|
<property name="sortingEnabled"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QTextBrowser" name="DetailView" > |
|
|
|
|
<property name="enabled" > |
|
|
|
|
<widget class="QTextBrowser" name="DetailView"> |
|
|
|
|
<property name="enabled"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="sizePolicy" > |
|
|
|
|
<sizepolicy vsizetype="Expanding" hsizetype="Expanding" > |
|
|
|
|
<property name="sizePolicy"> |
|
|
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding"> |
|
|
|
|
<horstretch>0</horstretch> |
|
|
|
|
<verstretch>30</verstretch> |
|
|
|
|
</sizepolicy> |
|
|
|
|
</property> |
|
|
|
|
<property name="minimumSize" > |
|
|
|
|
<property name="minimumSize"> |
|
|
|
|
<size> |
|
|
|
|
<width>0</width> |
|
|
|
|
<height>30</height> |
|
|
|
|
</size> |
|
|
|
|
</property> |
|
|
|
|
<property name="readOnly" > |
|
|
|
|
<property name="readOnly"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="openLinks" > |
|
|
|
|
<property name="openLinks"> |
|
|
|
|
<bool>false</bool> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
@ -114,483 +107,480 @@ |
|
|
|
|
</item> |
|
|
|
|
</layout> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QMenuBar" name="menuBar" > |
|
|
|
|
<property name="geometry" > |
|
|
|
|
<widget class="QMenuBar" name="menuBar"> |
|
|
|
|
<property name="geometry"> |
|
|
|
|
<rect> |
|
|
|
|
<x>0</x> |
|
|
|
|
<y>0</y> |
|
|
|
|
<width>724</width> |
|
|
|
|
<height>29</height> |
|
|
|
|
<height>24</height> |
|
|
|
|
</rect> |
|
|
|
|
</property> |
|
|
|
|
<widget class="QMenu" name="menuHilfe" > |
|
|
|
|
<property name="title" > |
|
|
|
|
<widget class="QMenu" name="menuHelp"> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string>&Help</string> |
|
|
|
|
</property> |
|
|
|
|
<addaction name="HelpHandbookAction" /> |
|
|
|
|
<addaction name="separator" /> |
|
|
|
|
<addaction name="HelpAboutAction" /> |
|
|
|
|
<addaction name="HelpHandbookAction"/> |
|
|
|
|
<addaction name="separator"/> |
|
|
|
|
<addaction name="HelpAboutAction"/> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QMenu" name="menuDatei" > |
|
|
|
|
<property name="title" > |
|
|
|
|
<widget class="QMenu" name="menuFile"> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string>&File</string> |
|
|
|
|
</property> |
|
|
|
|
<widget class="QMenu" name="menuExport" > |
|
|
|
|
<property name="title" > |
|
|
|
|
<widget class="QMenu" name="menuExport"> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string>&Export to...</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QMenu" name="menuImport" > |
|
|
|
|
<property name="title" > |
|
|
|
|
<widget class="QMenu" name="menuImport"> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string>&Import from...</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QMenu" name="menuBookmarks" > |
|
|
|
|
<property name="title" > |
|
|
|
|
<widget class="QMenu" name="menuBookmarks"> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string>&Bookmarks</string> |
|
|
|
|
</property> |
|
|
|
|
</widget> |
|
|
|
|
<addaction name="FileNewAction" /> |
|
|
|
|
<addaction name="FileOpenAction" /> |
|
|
|
|
<addaction name="menuBookmarks" /> |
|
|
|
|
<addaction name="FileCloseAction" /> |
|
|
|
|
<addaction name="separator" /> |
|
|
|
|
<addaction name="FileSaveAction" /> |
|
|
|
|
<addaction name="FileSaveAsAction" /> |
|
|
|
|
<addaction name="separator" /> |
|
|
|
|
<addaction name="FileSettingsAction" /> |
|
|
|
|
<addaction name="FileChangeKeyAction" /> |
|
|
|
|
<addaction name="separator" /> |
|
|
|
|
<addaction name="menuImport" /> |
|
|
|
|
<addaction name="menuExport" /> |
|
|
|
|
<addaction name="separator" /> |
|
|
|
|
<addaction name="FileUnLockWorkspaceAction" /> |
|
|
|
|
<addaction name="FileExitAction" /> |
|
|
|
|
<addaction name="FileNewAction"/> |
|
|
|
|
<addaction name="FileOpenAction"/> |
|
|
|
|
<addaction name="menuBookmarks"/> |
|
|
|
|
<addaction name="FileCloseAction"/> |
|
|
|
|
<addaction name="separator"/> |
|
|
|
|
<addaction name="FileSaveAction"/> |
|
|
|
|
<addaction name="FileSaveAsAction"/> |
|
|
|
|
<addaction name="separator"/> |
|
|
|
|
<addaction name="FileSettingsAction"/> |
|
|
|
|
<addaction name="FileChangeKeyAction"/> |
|
|
|
|
<addaction name="separator"/> |
|
|
|
|
<addaction name="menuImport"/> |
|
|
|
|
<addaction name="menuExport"/> |
|
|
|
|
<addaction name="separator"/> |
|
|
|
|
<addaction name="FileUnLockWorkspaceAction"/> |
|
|
|
|
<addaction name="FileExitAction"/> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QMenu" name="menuEntries" > |
|
|
|
|
<property name="title" > |
|
|
|
|
<widget class="QMenu" name="menuEntries"> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string>&Entries</string> |
|
|
|
|
</property> |
|
|
|
|
<addaction name="EditNewEntryAction" /> |
|
|
|
|
<addaction name="EditCloneEntryAction" /> |
|
|
|
|
<addaction name="EditEditEntryAction" /> |
|
|
|
|
<addaction name="EditDeleteEntryAction" /> |
|
|
|
|
<addaction name="EditAutoTypeAction" /> |
|
|
|
|
<addaction name="separator" /> |
|
|
|
|
<addaction name="EditUsernameToClipboardAction" /> |
|
|
|
|
<addaction name="EditPasswordToClipboardAction" /> |
|
|
|
|
<addaction name="EditOpenUrlAction" /> |
|
|
|
|
<addaction name="EditCopyUrlAction" /> |
|
|
|
|
<addaction name="EditSaveAttachmentAction" /> |
|
|
|
|
<addaction name="separator" /> |
|
|
|
|
<addaction name="EditSearchAction" /> |
|
|
|
|
<addaction name="EditGroupSearchAction" /> |
|
|
|
|
<addaction name="EditNewEntryAction"/> |
|
|
|
|
<addaction name="EditCloneEntryAction"/> |
|
|
|
|
<addaction name="EditEditEntryAction"/> |
|
|
|
|
<addaction name="EditDeleteEntryAction"/> |
|
|
|
|
<addaction name="EditAutoTypeAction"/> |
|
|
|
|
<addaction name="separator"/> |
|
|
|
|
<addaction name="EditUsernameToClipboardAction"/> |
|
|
|
|
<addaction name="EditPasswordToClipboardAction"/> |
|
|
|
|
<addaction name="EditOpenUrlAction"/> |
|
|
|
|
<addaction name="EditCopyUrlAction"/> |
|
|
|
|
<addaction name="EditSaveAttachmentAction"/> |
|
|
|
|
<addaction name="separator"/> |
|
|
|
|
<addaction name="EditSearchAction"/> |
|
|
|
|
<addaction name="EditGroupSearchAction"/> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QMenu" name="ViewMenu" > |
|
|
|
|
<property name="title" > |
|
|
|
|
<widget class="QMenu" name="ViewMenu"> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string>&View</string> |
|
|
|
|
</property> |
|
|
|
|
<widget class="QMenu" name="menuTool_Button_Sizes" > |
|
|
|
|
<property name="title" > |
|
|
|
|
<widget class="QMenu" name="menuTool_Button_Sizes"> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string>Toolbar &Icon Size</string> |
|
|
|
|
</property> |
|
|
|
|
<addaction name="ViewToolButtonSize16Action" /> |
|
|
|
|
<addaction name="ViewToolButtonSize22Action" /> |
|
|
|
|
<addaction name="ViewToolButtonSize28Action" /> |
|
|
|
|
<addaction name="ViewToolButtonSize16Action"/> |
|
|
|
|
<addaction name="ViewToolButtonSize22Action"/> |
|
|
|
|
<addaction name="ViewToolButtonSize28Action"/> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QMenu" name="menuColumns" > |
|
|
|
|
<property name="title" > |
|
|
|
|
<widget class="QMenu" name="menuColumns"> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string>&Columns</string> |
|
|
|
|
</property> |
|
|
|
|
<addaction name="ViewColumnsGroupAction" /> |
|
|
|
|
<addaction name="separator" /> |
|
|
|
|
<addaction name="ViewColumnsTitleAction" /> |
|
|
|
|
<addaction name="ViewColumnsUsernameAction" /> |
|
|
|
|
<addaction name="ViewColumnsUrlAction" /> |
|
|
|
|
<addaction name="ViewColumnsPasswordAction" /> |
|
|
|
|
<addaction name="ViewColumnsCommentAction" /> |
|
|
|
|
<addaction name="separator" /> |
|
|
|
|
<addaction name="ViewColumnsExpireAction" /> |
|
|
|
|
<addaction name="ViewColumnsCreationAction" /> |
|
|
|
|
<addaction name="ViewColumnsLastChangeAction" /> |
|
|
|
|
<addaction name="ViewColumnsLastAccessAction" /> |
|
|
|
|
<addaction name="ViewColumnsAttachmentAction" /> |
|
|
|
|
<addaction name="ViewColumnsGroupAction"/> |
|
|
|
|
<addaction name="separator"/> |
|
|
|
|
<addaction name="ViewColumnsTitleAction"/> |
|
|
|
|
<addaction name="ViewColumnsUsernameAction"/> |
|
|
|
|
<addaction name="ViewColumnsUrlAction"/> |
|
|
|
|
<addaction name="ViewColumnsPasswordAction"/> |
|
|
|
|
<addaction name="ViewColumnsCommentAction"/> |
|
|
|
|
<addaction name="separator"/> |
|
|
|
|
<addaction name="ViewColumnsExpireAction"/> |
|
|
|
|
<addaction name="ViewColumnsCreationAction"/> |
|
|
|
|
<addaction name="ViewColumnsLastChangeAction"/> |
|
|
|
|
<addaction name="ViewColumnsLastAccessAction"/> |
|
|
|
|
<addaction name="ViewColumnsAttachmentAction"/> |
|
|
|
|
</widget> |
|
|
|
|
<addaction name="ViewShowEntryDetailsAction" /> |
|
|
|
|
<addaction name="ViewShowStatusbarAction" /> |
|
|
|
|
<addaction name="separator" /> |
|
|
|
|
<addaction name="ViewHideUsernamesAction" /> |
|
|
|
|
<addaction name="ViewHidePasswordsAction" /> |
|
|
|
|
<addaction name="separator" /> |
|
|
|
|
<addaction name="menuColumns" /> |
|
|
|
|
<addaction name="menuTool_Button_Sizes" /> |
|
|
|
|
<addaction name="ViewShowEntryDetailsAction"/> |
|
|
|
|
<addaction name="ViewShowStatusbarAction"/> |
|
|
|
|
<addaction name="separator"/> |
|
|
|
|
<addaction name="ViewHideUsernamesAction"/> |
|
|
|
|
<addaction name="ViewHidePasswordsAction"/> |
|
|
|
|
<addaction name="separator"/> |
|
|
|
|
<addaction name="menuColumns"/> |
|
|
|
|
<addaction name="menuTool_Button_Sizes"/> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QMenu" name="menuExtras" > |
|
|
|
|
<property name="title" > |
|
|
|
|
<widget class="QMenu" name="menuExtras"> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string>E&xtras</string> |
|
|
|
|
</property> |
|
|
|
|
<addaction name="ExtrasPasswordGenAction" /> |
|
|
|
|
<addaction name="ExtrasShowExpiredEntriesAction" /> |
|
|
|
|
<addaction name="ExtrasTrashCanAction" /> |
|
|
|
|
<addaction name="separator" /> |
|
|
|
|
<addaction name="ExtrasSettingsAction" /> |
|
|
|
|
<addaction name="ExtrasPasswordGenAction"/> |
|
|
|
|
<addaction name="ExtrasShowExpiredEntriesAction"/> |
|
|
|
|
<addaction name="ExtrasTrashCanAction"/> |
|
|
|
|
<addaction name="separator"/> |
|
|
|
|
<addaction name="ExtrasSettingsAction"/> |
|
|
|
|
</widget> |
|
|
|
|
<widget class="QMenu" name="menuGroups" > |
|
|
|
|
<property name="title" > |
|
|
|
|
<widget class="QMenu" name="menuGroups"> |
|
|
|
|
<property name="title"> |
|
|
|
|
<string>&Groups</string> |
|
|
|
|
</property> |
|
|
|
|
<addaction name="EditNewGroupAction" /> |
|
|
|
|
<addaction name="EditNewSubgroupAction" /> |
|
|
|
|
<addaction name="EditEditGroupAction" /> |
|
|
|
|
<addaction name="EditDeleteGroupAction" /> |
|
|
|
|
<addaction name="EditGroupSortAction" /> |
|
|
|
|
<addaction name="EditNewGroupAction"/> |
|
|
|
|
<addaction name="EditNewSubgroupAction"/> |
|
|
|
|
<addaction name="EditEditGroupAction"/> |
|
|
|
|
<addaction name="EditDeleteGroupAction"/> |
|
|
|
|
<addaction name="EditGroupSortAction"/> |
|
|
|
|
</widget> |
|
|
|
|
<addaction name="menuDatei" /> |
|
|
|
|
<addaction name="menuEntries" /> |
|
|
|
|
<addaction name="menuGroups" /> |
|
|
|
|
<addaction name="ViewMenu" /> |
|
|
|
|
<addaction name="menuExtras" /> |
|
|
|
|
<addaction name="menuHilfe" /> |
|
|
|
|
<addaction name="menuFile"/> |
|
|
|
|
<addaction name="menuEntries"/> |
|
|
|
|
<addaction name="menuGroups"/> |
|
|
|
|
<addaction name="ViewMenu"/> |
|
|
|
|
<addaction name="menuExtras"/> |
|
|
|
|
<addaction name="menuHelp"/> |
|
|
|
|
</widget> |
|
|
|
|
<action name="ManageBookmarksAction" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<action name="ManageBookmarksAction"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>&Manage Bookmarks...</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="FileOpenAction" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<action name="FileOpenAction"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>&Open Database...</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="FileCloseAction" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<action name="FileCloseAction"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>&Close Database</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="FileSaveAction" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<action name="FileSaveAction"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>&Save Database</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="FileSaveAsAction" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<action name="FileSaveAsAction"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Save Database &As...</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="FileSettingsAction" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<action name="FileSettingsAction"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>&Database Settings...</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="FileChangeKeyAction" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<action name="FileChangeKeyAction"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Change &Master Key...</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="FileUnLockWorkspaceAction" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<action name="FileUnLockWorkspaceAction"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>&Lock Workspace</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="FileExitAction" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<action name="FileExitAction"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>&Quit</string> |
|
|
|
|
</property> |
|
|
|
|
<property name="menuRole" > |
|
|
|
|
<property name="menuRole"> |
|
|
|
|
<enum>QAction::QuitRole</enum> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="EditNewSubgroupAction" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<action name="EditNewSubgroupAction"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>&Add New Subgroup...</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="EditEditGroupAction" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<action name="EditEditGroupAction"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>&Edit Group...</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="EditDeleteGroupAction" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<action name="EditDeleteGroupAction"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>&Delete Group</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="EditPasswordToClipboardAction" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<action name="EditPasswordToClipboardAction"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Copy Password &to Clipboard</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="EditUsernameToClipboardAction" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<action name="EditUsernameToClipboardAction"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Copy &Username to Clipboard</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="EditOpenUrlAction" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<action name="EditOpenUrlAction"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>&Open URL</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="EditSaveAttachmentAction" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<action name="EditSaveAttachmentAction"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>&Save Attachment As...</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="EditNewEntryAction" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<action name="EditNewEntryAction"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Add &New Entry...</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="EditEditEntryAction" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<action name="EditEditEntryAction"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>&View/Edit Entry...</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="EditDeleteEntryAction" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<action name="EditDeleteEntryAction"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>De&lete Entry</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="EditCloneEntryAction" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<action name="EditCloneEntryAction"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>&Clone Entry</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="EditSearchAction" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<action name="EditSearchAction"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Search &in Database...</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="EditGroupSearchAction" > |
|
|
|
|
<property name="text" > |
|
|
|
|
<action name="EditGroupSearchAction"> |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Search in this &Group...</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="ViewShowEntryDetailsAction" > |
|
|
|
|
<property name="checkable" > |
|
|
|
|
<action name="ViewShowEntryDetailsAction"> |
|
|
|
|
<property name="checkable"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="text" > |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Show &Entry Details</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="ViewHideUsernamesAction" > |
|
|
|
|
<property name="checkable" > |
|
|
|
|
<action name="ViewHideUsernamesAction"> |
|
|
|
|
<property name="checkable"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="text" > |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Hide &Usernames</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="ViewHidePasswordsAction" > |
|
|
|
|
<property name="checkable" > |
|
|
|
|
<action name="ViewHidePasswordsAction"> |
|
|
|
|
<property name="checkable"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="text" > |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Hide &Passwords</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="ViewColumnsTitleAction" > |
|
|
|
|
<property name="checkable" > |
|
|
|
|
<action name="ViewColumnsTitleAction"> |
|
|
|
|
<property name="checkable"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="text" > |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>&Title</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="ViewColumnsUsernameAction" > |
|
|
|
|
<property name="checkable" > |
|
|
|
|
<action name="ViewColumnsUsernameAction"> |
|
|
|
|
<property name="checkable"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="text" > |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>User&name</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="ViewColumnsUrlAction" > |
|
|
|
|
<property name="checkable" > |
|
|
|
|
<action name="ViewColumnsUrlAction"> |
|
|
|
|
<property name="checkable"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="text" > |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>&URL</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="ViewColumnsPasswordAction" > |
|
|
|
|
<property name="checkable" > |
|
|
|
|
<action name="ViewColumnsPasswordAction"> |
|
|
|
|
<property name="checkable"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="text" > |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>&Password</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="ViewColumnsCommentAction" > |
|
|
|
|
<property name="checkable" > |
|
|
|
|
<action name="ViewColumnsCommentAction"> |
|
|
|
|
<property name="checkable"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="text" > |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>&Comment</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="ViewColumnsExpireAction" > |
|
|
|
|
<property name="checkable" > |
|
|
|
|
<action name="ViewColumnsExpireAction"> |
|
|
|
|
<property name="checkable"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="text" > |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>E&xpires</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="ViewColumnsCreationAction" > |
|
|
|
|
<property name="checkable" > |
|
|
|
|
<action name="ViewColumnsCreationAction"> |
|
|
|
|
<property name="checkable"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="text" > |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>C&reation</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="ViewColumnsLastChangeAction" > |
|
|
|
|
<property name="checkable" > |
|
|
|
|
<action name="ViewColumnsLastChangeAction"> |
|
|
|
|
<property name="checkable"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="text" > |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>&Last Change</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="ViewColumnsLastAccessAction" > |
|
|
|
|
<property name="checkable" > |
|
|
|
|
<action name="ViewColumnsLastAccessAction"> |
|
|
|
|
<property name="checkable"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|
|
|
|
<property name="text" > |
|
|
|
|
<property name="text"> |
|
|
|
|
<string>Last &Access</string> |
|
|
|
|
</property> |
|
|
|
|
</action> |
|
|
|
|
<action name="ViewColumnsAttachmentAction" > |
|
|
|
|
<property name="checkable" > |
|
|
|
|
<action name="ViewColumnsAttachmentAction"> |
|
|
|
|
<property name="checkable"> |
|
|
|
|
<bool>true</bool> |
|
|
|
|
</property> |
|