Replaced 'ShowToolbarAction' with the predefined toggleViewAction(),
some work on the entropy collection dialog. git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@108 b624d157-de02-0410-bad0-e51aec6abb33
This commit is contained in:
@@ -35,9 +35,9 @@ Please move the mouse and/or press some keys until enought entropy for a reseed
|
||||
<widget class="QProgressBar" name="progressBar" >
|
||||
<property name="geometry" >
|
||||
<rect>
|
||||
<x>90</x>
|
||||
<x>70</x>
|
||||
<y>140</y>
|
||||
<width>371</width>
|
||||
<width>391</width>
|
||||
<height>23</height>
|
||||
</rect>
|
||||
</property>
|
||||
@@ -67,10 +67,10 @@ Please move the mouse and/or press some keys until enought entropy for a reseed
|
||||
<widget class="WaitAnimationWidget" native="1" name="Animation" >
|
||||
<property name="geometry" >
|
||||
<rect>
|
||||
<x>10</x>
|
||||
<y>140</y>
|
||||
<width>61</width>
|
||||
<height>51</height>
|
||||
<x>420</x>
|
||||
<y>10</y>
|
||||
<width>41</width>
|
||||
<height>41</height>
|
||||
</rect>
|
||||
</property>
|
||||
</widget>
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
<ui version="4.0" >
|
||||
<author>Tarek Saidi</author>
|
||||
<comment></comment>
|
||||
<exportmacro></exportmacro>
|
||||
<class>MainWindow</class>
|
||||
<widget class="QMainWindow" name="MainWindow" >
|
||||
<property name="geometry" >
|
||||
@@ -120,49 +118,6 @@
|
||||
<height>29</height>
|
||||
</rect>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuAnsicht" >
|
||||
<property name="title" >
|
||||
<string>&View</string>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuSpalten" >
|
||||
<property name="title" >
|
||||
<string>Columns</string>
|
||||
</property>
|
||||
<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>
|
||||
<widget class="QMenu" name="menuType_Here" >
|
||||
<property name="title" >
|
||||
<string>Type Here</string>
|
||||
</property>
|
||||
</widget>
|
||||
<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" />
|
||||
</widget>
|
||||
<addaction name="ViewShowToolbarAction" />
|
||||
<addaction name="ViewShowEntryDetailsAction" />
|
||||
<addaction name="ViewShowStatusbarAction" />
|
||||
<addaction name="separator" />
|
||||
<addaction name="ViewHideUsernamesAction" />
|
||||
<addaction name="ViewHidePasswordsAction" />
|
||||
<addaction name="separator" />
|
||||
<addaction name="menuSpalten" />
|
||||
<addaction name="menuTool_Button_Sizes" />
|
||||
</widget>
|
||||
<widget class="QMenu" name="menuBearbeiten" >
|
||||
<property name="title" >
|
||||
<string>&Edit</string>
|
||||
@@ -216,11 +171,6 @@
|
||||
</property>
|
||||
<addaction name="FileExpPlainTextAction" />
|
||||
</widget>
|
||||
<widget class="QMenu" name="FileNewMenu" >
|
||||
<property name="title" >
|
||||
<string>&New Database</string>
|
||||
</property>
|
||||
</widget>
|
||||
<addaction name="FileNewAction" />
|
||||
<addaction name="FileOpenAction" />
|
||||
<addaction name="FileCloseAction" />
|
||||
@@ -236,9 +186,46 @@
|
||||
<addaction name="separator" />
|
||||
<addaction name="FileExitAction" />
|
||||
</widget>
|
||||
<widget class="QMenu" name="ViewMenu" >
|
||||
<property name="title" >
|
||||
<string>&View</string>
|
||||
</property>
|
||||
<widget class="QMenu" name="menuSpalten" >
|
||||
<property name="title" >
|
||||
<string>Columns</string>
|
||||
</property>
|
||||
<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>
|
||||
<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" />
|
||||
</widget>
|
||||
<addaction name="ViewShowEntryDetailsAction" />
|
||||
<addaction name="ViewShowStatusbarAction" />
|
||||
<addaction name="separator" />
|
||||
<addaction name="ViewHideUsernamesAction" />
|
||||
<addaction name="ViewHidePasswordsAction" />
|
||||
<addaction name="separator" />
|
||||
<addaction name="menuSpalten" />
|
||||
<addaction name="menuTool_Button_Sizes" />
|
||||
</widget>
|
||||
<addaction name="menuDatei" />
|
||||
<addaction name="menuBearbeiten" />
|
||||
<addaction name="menuAnsicht" />
|
||||
<addaction name="ViewMenu" />
|
||||
<addaction name="menuExtras" />
|
||||
<addaction name="menuHilfe" />
|
||||
</widget>
|
||||
@@ -352,14 +339,6 @@
|
||||
<string>Search in this group...</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="ViewShowToolbarAction" >
|
||||
<property name="checkable" >
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text" >
|
||||
<string>Show Toolbar</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="ViewShowEntryDetailsAction" >
|
||||
<property name="checkable" >
|
||||
<bool>true</bool>
|
||||
@@ -542,21 +521,16 @@
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<pixmapfunction></pixmapfunction>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
<class>KeepassGroupView</class>
|
||||
<extends>QTreeWidget</extends>
|
||||
<header>../../src/lib/GroupView.h</header>
|
||||
<container>0</container>
|
||||
<pixmap></pixmap>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>KeepassEntryView</class>
|
||||
<extends>QTreeWidget</extends>
|
||||
<header>../../src/lib/EntryView.h</header>
|
||||
<container>0</container>
|
||||
<pixmap></pixmap>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<resources/>
|
||||
|
||||
Reference in New Issue
Block a user