@@ -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>&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>&View</string>
|
||||
</property>
|
||||
<addaction name="actionActivateNextSubwindow"/>
|
||||
</widget>
|
||||
<addaction name="menuDatei"/>
|
||||
<addaction name="menuEinstellungen"/>
|
||||
<addaction name="menuView"/>
|
||||
</widget>
|
||||
<action name="actionProxyConfig">
|
||||
<property name="text">
|
||||
<string>&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>&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 &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>
|
||||
|
||||
Reference in New Issue
Block a user