some slots are disfunctional; refs #13 closes #15

This commit is contained in:
Marc Wäckerlin
2011-01-14 13:39:59 +00:00
parent cada2da8b6
commit 4bdf7810b0
9 changed files with 879 additions and 872 deletions

View File

@@ -18,7 +18,7 @@
<item row="0" column="0">
<widget class="QTabWidget" name="_tabs">
<property name="currentIndex">
<number>0</number>
<number>-1</number>
</property>
<property name="elideMode">
<enum>Qt::ElideMiddle</enum>
@@ -32,16 +32,6 @@
<property name="movable">
<bool>true</bool>
</property>
<widget class="QWidget" name="tab1">
<attribute name="title">
<string>Tab 1</string>
</attribute>
<layout class="QGridLayout" name="gridLayout">
<item row="0" column="0">
<widget class="QWebView" name="_browser" native="true"/>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
@@ -83,6 +73,7 @@
<string>&amp;File</string>
</property>
<addaction name="actionNew"/>
<addaction name="actionNewTab"/>
<addaction name="separator"/>
<addaction name="actionPrintPreview"/>
<addaction name="actionPrint"/>
@@ -96,26 +87,9 @@
</property>
<addaction name="actionProxySettings"/>
</widget>
<widget class="QMenu" name="menuView">
<property name="title">
<string>&amp;View</string>
</property>
<addaction name="actionActivateNextSubwindow"/>
</widget>
<addaction name="menuDatei"/>
<addaction name="menuEinstellungen"/>
<addaction name="menuView"/>
</widget>
<action name="actionProxyConfig">
<property name="text">
<string>&amp;Proxy Configuration</string>
</property>
</action>
<action name="actionProxyPassword">
<property name="text">
<string>Proxy Password</string>
</property>
</action>
<action name="actionReload">
<property name="enabled">
<bool>false</bool>
@@ -217,20 +191,6 @@
<property name="text">
<string>&amp;Proxy...</string>
</property>
<property name="shortcut">
<string>Ctrl+P</string>
</property>
</action>
<action name="actionActivateNextSubwindow">
<property name="text">
<string>Activate Next Subwindow</string>
</property>
<property name="toolTip">
<string>Activate Next Subwindow</string>
</property>
<property name="shortcut">
<string>Ctrl+Right</string>
</property>
</action>
<action name="actionPrint">
<property name="text">
@@ -246,15 +206,38 @@
<property name="text">
<string>Quick &amp;Print</string>
</property>
<property name="shortcut">
<string>Ctrl+P</string>
</property>
</action>
<action name="actionNextTab">
<property name="text">
<string>Next Tab</string>
</property>
<property name="shortcut">
<string>Shift+Right</string>
</property>
</action>
<action name="actionPreviousTab">
<property name="text">
<string>Previous Tab</string>
</property>
<property name="shortcut">
<string>Shift+Left</string>
</property>
</action>
<action name="actionNewTab">
<property name="text">
<string>New Tab</string>
</property>
<property name="toolTip">
<string>Add New Tab</string>
</property>
<property name="shortcut">
<string>Ctrl+T</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>
<class>QWebView</class>
<extends>QWidget</extends>
<header>QtWebKit/QWebView</header>
</customwidget>
</customwidgets>
<resources>
<include location="resources.qrc"/>
</resources>