closes #9; closes #10; closes #13

This commit is contained in:
Marc Wäckerlin
2011-01-18 14:40:19 +00:00
parent 412bbea12b
commit fbf345e75c
10 changed files with 1337 additions and 1016 deletions

View File

@@ -38,6 +38,9 @@
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="_toolbar">
<property name="enabled">
<bool>true</bool>
</property>
<property name="windowTitle">
<string>toolBar</string>
</property>
@@ -85,14 +88,28 @@
<property name="title">
<string>&amp;Settings</string>
</property>
<addaction name="actionProxySettings"/>
</widget>
<widget class="QMenu" name="menuEdit">
<property name="title">
<string>Edit</string>
</property>
<addaction name="actionFind"/>
<addaction name="actionUnFind"/>
</widget>
<widget class="QMenu" name="menuInfo">
<property name="title">
<string>Info</string>
</property>
<addaction name="actionAbout"/>
</widget>
<addaction name="menuDatei"/>
<addaction name="menuEinstellungen"/>
<addaction name="menuEdit"/>
<addaction name="menuInfo"/>
</widget>
<action name="actionReload">
<property name="enabled">
<bool>false</bool>
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="resources.qrc">
@@ -101,6 +118,9 @@
<property name="text">
<string>neu laden</string>
</property>
<property name="shortcut">
<string>F5</string>
</property>
</action>
<action name="actionStop">
<property name="enabled">
@@ -114,7 +134,7 @@
<string>stoppen</string>
</property>
<property name="shortcut">
<string notr="true">Esc</string>
<string>Esc</string>
</property>
</action>
<action name="actionBack">
@@ -162,7 +182,7 @@
<string>Startseite</string>
</property>
<property name="shortcut">
<string notr="true">Home</string>
<string>Ctrl+Home</string>
</property>
<property name="shortcutContext">
<enum>Qt::WindowShortcut</enum>
@@ -183,9 +203,6 @@
<property name="text">
<string>&amp;Close</string>
</property>
<property name="shortcut">
<string>Ctrl+W</string>
</property>
</action>
<action name="actionProxySettings">
<property name="text">
@@ -237,6 +254,33 @@
<string>Ctrl+T</string>
</property>
</action>
<action name="actionFind">
<property name="text">
<string>Find</string>
</property>
<property name="toolTip">
<string>find in page</string>
</property>
<property name="shortcut">
<string>Ctrl+F</string>
</property>
</action>
<action name="actionUnFind">
<property name="text">
<string>Close Find</string>
</property>
<property name="shortcut">
<string>Esc</string>
</property>
</action>
<action name="actionAbout">
<property name="text">
<string>&amp;About</string>
</property>
<property name="menuRole">
<enum>QAction::AboutQtRole</enum>
</property>
</action>
</widget>
<resources>
<include location="resources.qrc"/>