adding some mnemonics for a friendlier keyboard interface in Linux and Windows
git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@88 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
parent
141487e27d
commit
169dc74c0f
|
@ -117,80 +117,12 @@
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>724</width>
|
<width>724</width>
|
||||||
<height>27</height>
|
<height>21</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QMenu" name="menuHilfe" >
|
|
||||||
<property name="title" >
|
|
||||||
<string>Help</string>
|
|
||||||
</property>
|
|
||||||
<addaction name="HelpHandbookAction" />
|
|
||||||
<addaction name="separator" />
|
|
||||||
<addaction name="HelpAboutAction" />
|
|
||||||
</widget>
|
|
||||||
<widget class="QMenu" name="menuDatei" >
|
|
||||||
<property name="title" >
|
|
||||||
<string>File</string>
|
|
||||||
</property>
|
|
||||||
<widget class="QMenu" name="menuImportieren_aus" >
|
|
||||||
<property name="title" >
|
|
||||||
<string>Import from...</string>
|
|
||||||
</property>
|
|
||||||
<addaction name="FileImpPwmAction" />
|
|
||||||
<addaction name="FileImpKWalletXmlAction" />
|
|
||||||
</widget>
|
|
||||||
<widget class="QMenu" name="menuExport_to" >
|
|
||||||
<property name="title" >
|
|
||||||
<string>Export to...</string>
|
|
||||||
</property>
|
|
||||||
<addaction name="FileExpPlainTextAction" />
|
|
||||||
</widget>
|
|
||||||
<addaction name="FileNewAction" />
|
|
||||||
<addaction name="FileOpenAction" />
|
|
||||||
<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="menuImportieren_aus" />
|
|
||||||
<addaction name="menuExport_to" />
|
|
||||||
<addaction name="separator" />
|
|
||||||
<addaction name="FileExitAction" />
|
|
||||||
</widget>
|
|
||||||
<widget class="QMenu" name="menuExtras" >
|
|
||||||
<property name="title" >
|
|
||||||
<string>Extras</string>
|
|
||||||
</property>
|
|
||||||
<addaction name="ExtrasSettingsAction" />
|
|
||||||
</widget>
|
|
||||||
<widget class="QMenu" name="menuBearbeiten" >
|
|
||||||
<property name="title" >
|
|
||||||
<string>Edit</string>
|
|
||||||
</property>
|
|
||||||
<addaction name="EditNewGroupAction" />
|
|
||||||
<addaction name="EditEditGroupAction" />
|
|
||||||
<addaction name="EditDeleteGroupAction" />
|
|
||||||
<addaction name="separator" />
|
|
||||||
<addaction name="EditPasswordToClipboardAction" />
|
|
||||||
<addaction name="EditUsernameToClipboardAction" />
|
|
||||||
<addaction name="EditOpenUrlAction" />
|
|
||||||
<addaction name="EditSaveAttachmentAction" />
|
|
||||||
<addaction name="separator" />
|
|
||||||
<addaction name="EditNewEntryAction" />
|
|
||||||
<addaction name="EditEditEntryAction" />
|
|
||||||
<addaction name="EditCloneEntryAction" />
|
|
||||||
<addaction name="EditDeleteEntryAction" />
|
|
||||||
<addaction name="EditAutoTypeAction" />
|
|
||||||
<addaction name="separator" />
|
|
||||||
<addaction name="EditSearchAction" />
|
|
||||||
<addaction name="EditGroupSearchAction" />
|
|
||||||
</widget>
|
|
||||||
<widget class="QMenu" name="menuAnsicht" >
|
<widget class="QMenu" name="menuAnsicht" >
|
||||||
<property name="title" >
|
<property name="title" >
|
||||||
<string>View</string>
|
<string>&View</string>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QMenu" name="menuSpalten" >
|
<widget class="QMenu" name="menuSpalten" >
|
||||||
<property name="title" >
|
<property name="title" >
|
||||||
|
@ -231,6 +163,74 @@
|
||||||
<addaction name="menuSpalten" />
|
<addaction name="menuSpalten" />
|
||||||
<addaction name="menuTool_Button_Sizes" />
|
<addaction name="menuTool_Button_Sizes" />
|
||||||
</widget>
|
</widget>
|
||||||
|
<widget class="QMenu" name="menuDatei" >
|
||||||
|
<property name="title" >
|
||||||
|
<string>&File</string>
|
||||||
|
</property>
|
||||||
|
<widget class="QMenu" name="menuImportieren_aus" >
|
||||||
|
<property name="title" >
|
||||||
|
<string>&Import from...</string>
|
||||||
|
</property>
|
||||||
|
<addaction name="FileImpPwmAction" />
|
||||||
|
<addaction name="FileImpKWalletXmlAction" />
|
||||||
|
</widget>
|
||||||
|
<widget class="QMenu" name="menuExport_to" >
|
||||||
|
<property name="title" >
|
||||||
|
<string>&Export to...</string>
|
||||||
|
</property>
|
||||||
|
<addaction name="FileExpPlainTextAction" />
|
||||||
|
</widget>
|
||||||
|
<addaction name="FileNewAction" />
|
||||||
|
<addaction name="FileOpenAction" />
|
||||||
|
<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="menuImportieren_aus" />
|
||||||
|
<addaction name="menuExport_to" />
|
||||||
|
<addaction name="separator" />
|
||||||
|
<addaction name="FileExitAction" />
|
||||||
|
</widget>
|
||||||
|
<widget class="QMenu" name="menuBearbeiten" >
|
||||||
|
<property name="title" >
|
||||||
|
<string>&Edit</string>
|
||||||
|
</property>
|
||||||
|
<addaction name="EditNewGroupAction" />
|
||||||
|
<addaction name="EditEditGroupAction" />
|
||||||
|
<addaction name="EditDeleteGroupAction" />
|
||||||
|
<addaction name="separator" />
|
||||||
|
<addaction name="EditPasswordToClipboardAction" />
|
||||||
|
<addaction name="EditUsernameToClipboardAction" />
|
||||||
|
<addaction name="EditOpenUrlAction" />
|
||||||
|
<addaction name="EditSaveAttachmentAction" />
|
||||||
|
<addaction name="separator" />
|
||||||
|
<addaction name="EditNewEntryAction" />
|
||||||
|
<addaction name="EditEditEntryAction" />
|
||||||
|
<addaction name="EditCloneEntryAction" />
|
||||||
|
<addaction name="EditDeleteEntryAction" />
|
||||||
|
<addaction name="EditAutoTypeAction" />
|
||||||
|
<addaction name="separator" />
|
||||||
|
<addaction name="EditSearchAction" />
|
||||||
|
<addaction name="EditGroupSearchAction" />
|
||||||
|
</widget>
|
||||||
|
<widget class="QMenu" name="menuExtras" >
|
||||||
|
<property name="title" >
|
||||||
|
<string>E&xtras</string>
|
||||||
|
</property>
|
||||||
|
<addaction name="ExtrasSettingsAction" />
|
||||||
|
</widget>
|
||||||
|
<widget class="QMenu" name="menuHilfe" >
|
||||||
|
<property name="title" >
|
||||||
|
<string>&Help</string>
|
||||||
|
</property>
|
||||||
|
<addaction name="HelpHandbookAction" />
|
||||||
|
<addaction name="separator" />
|
||||||
|
<addaction name="HelpAboutAction" />
|
||||||
|
</widget>
|
||||||
<addaction name="menuDatei" />
|
<addaction name="menuDatei" />
|
||||||
<addaction name="menuBearbeiten" />
|
<addaction name="menuBearbeiten" />
|
||||||
<addaction name="menuAnsicht" />
|
<addaction name="menuAnsicht" />
|
||||||
|
@ -239,42 +239,42 @@
|
||||||
</widget>
|
</widget>
|
||||||
<action name="FileNewAction" >
|
<action name="FileNewAction" >
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>New Database...</string>
|
<string>&New Database...</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="FileOpenAction" >
|
<action name="FileOpenAction" >
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>Open Database...</string>
|
<string>&Open Database...</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="FileCloseAction" >
|
<action name="FileCloseAction" >
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>Close Database</string>
|
<string>&Close Database</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="FileSaveAction" >
|
<action name="FileSaveAction" >
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>Save Database</string>
|
<string>&Save Database</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="FileSaveAsAction" >
|
<action name="FileSaveAsAction" >
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>Save Database As...</string>
|
<string>Save Database &As...</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="FileSettingsAction" >
|
<action name="FileSettingsAction" >
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>Database Settings...</string>
|
<string>&Database Settings...</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="FileChangeKeyAction" >
|
<action name="FileChangeKeyAction" >
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>Change Master Key...</string>
|
<string>Change &Master Key...</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="FileExitAction" >
|
<action name="FileExitAction" >
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>Exit</string>
|
<string>E&xit</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="FileImpPwmAction" >
|
<action name="FileImpPwmAction" >
|
||||||
|
@ -466,12 +466,12 @@
|
||||||
</action>
|
</action>
|
||||||
<action name="ExtrasSettingsAction" >
|
<action name="ExtrasSettingsAction" >
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>Settings...</string>
|
<string>&Settings...</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="HelpAboutAction" >
|
<action name="HelpAboutAction" >
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>About...</string>
|
<string>&About...</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="ViewShowStatusbarAction" >
|
<action name="ViewShowStatusbarAction" >
|
||||||
|
@ -484,7 +484,7 @@
|
||||||
</action>
|
</action>
|
||||||
<action name="HelpHandbookAction" >
|
<action name="HelpHandbookAction" >
|
||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>KeePassX Handbook...</string>
|
<string>&KeePassX Handbook...</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
<action name="FileExpPlainTextAction" >
|
<action name="FileExpPlainTextAction" >
|
||||||
|
@ -530,16 +530,16 @@
|
||||||
<pixmapfunction></pixmapfunction>
|
<pixmapfunction></pixmapfunction>
|
||||||
<customwidgets>
|
<customwidgets>
|
||||||
<customwidget>
|
<customwidget>
|
||||||
<class>KeepassGroupView</class>
|
<class>KeepassEntryView</class>
|
||||||
<extends>QTreeWidget</extends>
|
<extends>QTreeWidget</extends>
|
||||||
<header>../../src/lib/GroupView.h</header>
|
<header>../../src/lib/EntryView.h</header>
|
||||||
<container>0</container>
|
<container>0</container>
|
||||||
<pixmap></pixmap>
|
<pixmap></pixmap>
|
||||||
</customwidget>
|
</customwidget>
|
||||||
<customwidget>
|
<customwidget>
|
||||||
<class>KeepassEntryView</class>
|
<class>KeepassGroupView</class>
|
||||||
<extends>QTreeWidget</extends>
|
<extends>QTreeWidget</extends>
|
||||||
<header>../../src/lib/EntryView.h</header>
|
<header>../../src/lib/GroupView.h</header>
|
||||||
<container>0</container>
|
<container>0</container>
|
||||||
<pixmap></pixmap>
|
<pixmap></pixmap>
|
||||||
</customwidget>
|
</customwidget>
|
||||||
|
|
Loading…
Reference in New Issue