A simple Qt based browser with no bullshit that supports PKCS#11 tokens (such as the SuisseID).
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

262 lines
6.9 KiB

<?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>1052</width>
<height>855</height>
</rect>
</property>
<property name="windowTitle">
<string>SwissSurfer</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>0</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 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>
</widget>
<widget class="QStatusBar" name="statusbar"/>
<widget class="QToolBar" name="_toolbar">
<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="actionReload"/>
<addaction name="actionBack"/>
<addaction name="actionForward"/>
<addaction name="actionStop"/>
</widget>
<widget class="QMenuBar" name="_menu">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1052</width>
<height>29</height>
</rect>
</property>
<widget class="QMenu" name="menuDatei">
<property name="title">
<string>&amp;File</string>
</property>
<addaction name="actionNew"/>
<addaction name="separator"/>
<addaction name="actionPrintPreview"/>
<addaction name="actionPrint"/>
<addaction name="actionInstantPrint"/>
<addaction name="separator"/>
<addaction name="actionClose"/>
</widget>
<widget class="QMenu" name="menuEinstellungen">
<property name="title">
<string>&amp;Settings</string>
</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>
</property>
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/icons/reload</normaloff>:/icons/reload</iconset>
</property>
<property name="text">
<string>neu laden</string>
</property>
</action>
<action name="actionStop">
<property name="enabled">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/icons/stop</normaloff>:/icons/stop</iconset>
</property>
<property name="text">
<string>stoppen</string>
</property>
<property name="shortcut">
<string notr="true">Esc</string>
</property>
</action>
<action name="actionBack">
<property name="enabled">
<bool>false</bool>
</property>
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/icons/back</normaloff>:/icons/back</iconset>
</property>
<property name="text">
<string>zurückkehren</string>
</property>
<property name="shortcut">
<string notr="true">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/forward</normaloff>:/icons/forward</iconset>
</property>
<property name="text">
<string>weitergehen</string>
</property>
<property name="shortcut">
<string notr="true">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/home</normaloff>:/icons/home</iconset>
</property>
<property name="text">
<string>Startseite</string>
</property>
<property name="shortcut">
<string notr="true">Home</string>
</property>
<property name="shortcutContext">
<enum>Qt::WindowShortcut</enum>
</property>
</action>
<action name="actionNew">
<property name="text">
<string>&amp;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="text">
<string>&amp;Close</string>
</property>
<property name="shortcut">
<string>Ctrl+W</string>
</property>
</action>
<action name="actionProxySettings">
<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">
<string>Print ...</string>
</property>
</action>
<action name="actionPrintPreview">
<property name="text">
<string>Print Pre&amp;view ...</string>
</property>
</action>
<action name="actionInstantPrint">
<property name="text">
<string>Quick &amp;Print</string>
</property>
</action>
</widget>
<customwidgets>
<customwidget>
<class>QWebView</class>
<extends>QWidget</extends>
<header>QtWebKit/QWebView</header>
</customwidget>
</customwidgets>
<resources>
<include location="resources.qrc"/>
</resources>
<connections/>
</ui>