|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>Browser</class>
|
|
|
|
<widget class="QMainWindow" name="Browser">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>1009</width>
|
|
|
|
<height>756</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>SwissBrowser</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="centralwidget">
|
|
|
|
<layout class="QGridLayout" name="gridLayout_3">
|
|
|
|
<item row="0" column="0">
|
|
|
|
<widget class="QTabWidget" name="_tabs">
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>-1</number>
|
|
|
|
</property>
|
|
|
|
<property name="elideMode">
|
|
|
|
<enum>Qt::ElideMiddle</enum>
|
|
|
|
</property>
|
|
|
|
<property name="documentMode">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="tabsClosable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="movable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</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>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>32</width>
|
|
|
|
<height>32</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<addaction name="actionHome"/>
|
|
|
|
<addaction name="actionBack"/>
|
|
|
|
<addaction name="actionForward"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="_menu">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>1009</width>
|
|
|
|
<height>23</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menuDatei">
|
|
|
|
<property name="title">
|
|
|
|
<string>&File</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionNew"/>
|
|
|
|
<addaction name="actionNewTab"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionPrintPreview"/>
|
|
|
|
<addaction name="actionPrint"/>
|
|
|
|
<addaction name="actionInstantPrint"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionCloseTab"/>
|
|
|
|
<addaction name="actionClose"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuEdit">
|
|
|
|
<property name="title">
|
|
|
|
<string>Edit</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionFind"/>
|
|
|
|
<addaction name="actionReverseFind"/>
|
|
|
|
<addaction name="actionUnFind"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionEditBookmarks"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionSettings"/>
|
|
|
|
<addaction name="actionProxy"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionSaveWindowState"/>
|
|
|
|
<addaction name="actionLoadWindowState"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="_history">
|
|
|
|
<property name="title">
|
|
|
|
<string>History</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuInfo">
|
|
|
|
<property name="title">
|
|
|
|
<string>Info</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionLoginCertificate"/>
|
|
|
|
<addaction name="actionErrorLog"/>
|
|
|
|
<addaction name="actionAbout"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="_bookmarks">
|
|
|
|
<property name="title">
|
|
|
|
<string>Bookmarks</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<addaction name="menuDatei"/>
|
|
|
|
<addaction name="menuEdit"/>
|
|
|
|
<addaction name="_history"/>
|
|
|
|
<addaction name="_bookmarks"/>
|
|
|
|
<addaction name="menuInfo"/>
|
|
|
|
</widget>
|
|
|
|
<action name="actionReload">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources.qrc">
|
|
|
|
<normaloff>:/icons/32x32/butt32_02.png</normaloff>:/icons/32x32/butt32_02.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>neu laden</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>F5</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionStop">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources.qrc">
|
|
|
|
<normaloff>:/icons/32x32/butt32_05.png</normaloff>:/icons/32x32/butt32_05.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>stoppen</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Esc</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionBack">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources.qrc">
|
|
|
|
<normaloff>:/icons/32x32/butt32_03.png</normaloff>:/icons/32x32/butt32_03.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>zurückkehren</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Alt+Left</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcutContext">
|
|
|
|
<enum>Qt::WindowShortcut</enum>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionForward">
|
|
|
|
<property name="enabled">
|
|
|
|
<bool>false</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources.qrc">
|
|
|
|
<normaloff>:/icons/32x32/butt32_04.png</normaloff>:/icons/32x32/butt32_04.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>weitergehen</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Alt+Right</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcutContext">
|
|
|
|
<enum>Qt::WindowShortcut</enum>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionHome">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources.qrc">
|
|
|
|
<normaloff>:/icons/32x32/butt32_01.png</normaloff>:/icons/32x32/butt32_01.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Startseite</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+Home</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcutContext">
|
|
|
|
<enum>Qt::WindowShortcut</enum>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionNew">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff>:/icons/newwindow</normaloff>:/icons/newwindow</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&New Browser</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>New Browser Window</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+N</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionClose">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff>:/icons/close</normaloff>:/icons/close</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Quit</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionProxySettings">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff>:/icons/settings</normaloff>:/icons/settings</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Proxy...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionPrint">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff>:/icons/print</normaloff>:/icons/print</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Print ...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionPrintPreview">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff>:/icons/printpreview</normaloff>:/icons/printpreview</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Print Pre&view ...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionInstantPrint">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff>:/icons/print</normaloff>:/icons/print</iconset>
|
|
|
|
</property>
|
|
|
|
<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="icon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff>:/icons/newtab</normaloff>:/icons/newtab</iconset>
|
|
|
|
</property>
|
|
|
|
<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>
|
|
|
|
<action name="actionFind">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff>:/icons/find</normaloff>:/icons/find</iconset>
|
|
|
|
</property>
|
|
|
|
<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="icon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff>:/icons/close</normaloff>:/icons/close</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Close Find</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Esc</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAbout">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff>:/icons/about</normaloff>:/icons/about</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&About</string>
|
|
|
|
</property>
|
|
|
|
<property name="menuRole">
|
|
|
|
<enum>QAction::AboutQtRole</enum>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSettings">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff>:/icons/settings</normaloff>:/icons/settings</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Settings ...</string>
|
|
|
|
</property>
|
|
|
|
<property name="menuRole">
|
|
|
|
<enum>QAction::PreferencesRole</enum>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionReverseFind">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff>:/icons/find</normaloff>:/icons/find</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Reverse Find</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+R</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionErrorLog">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff>:/icons/error</normaloff>:/icons/error</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Error Log</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>show error logs</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionLoginCertificate">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff>:/icons/usercert</normaloff>:/icons/usercert</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>User Login Certificate</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionProxy">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff>:/icons/settings</normaloff>:/icons/settings</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Proxy ...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionClearLocation">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources.qrc">
|
|
|
|
<normaloff>:/icons/32x32/butt32_06.png</normaloff>:/icons/32x32/butt32_06.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Clear Location</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>clear location bar</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAddBookmark">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources.qrc">
|
|
|
|
<normaloff>:/icons/32x32/butt32_08.png</normaloff>:/icons/32x32/butt32_08.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Add Bookmark</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>add bookmark to location bar</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+D</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionEditBookmarks">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Bookmarks</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionClearFind">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff>:/icons/clearlocation</normaloff>:/icons/clearlocation</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Clear Find</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>clear find bar</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionCloseTab">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff>:/icons/close</normaloff>:/icons/close</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Close Tab</string>
|
|
|
|
</property>
|
|
|
|
<property name="shortcut">
|
|
|
|
<string>Ctrl+W</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSaveWindowState">
|
|
|
|
<property name="text">
|
|
|
|
<string>Sa&ve Session</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionLoadWindowState">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Load Session</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSearch">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset>
|
|
|
|
<normaloff>:/icons/find</normaloff>:/icons/find</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Search</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionClearSearch">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources.qrc">
|
|
|
|
<normaloff>:/icons/32x32/butt32_06.png</normaloff>:/icons/32x32/butt32_06.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Clear Search</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
</widget>
|
|
|
|
<resources>
|
|
|
|
<include location="resources.qrc"/>
|
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|