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.
 
 
 
 

499 lines
14 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>1009</width>
<height>756</height>
</rect>
</property>
<property name="windowTitle">
<string>SwissSurfer</string>
</property>
<property name="windowIcon">
<iconset resource="resources.qrc">
<normaloff>:/icons/32x32/swisssurfer.png</normaloff>:/icons/32x32/swisssurfer.png</iconset>
</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>22</height>
</rect>
</property>
<widget class="QMenu" name="menuDatei">
<property name="title">
<string>&amp;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="actionCommandline"/>
<addaction name="actionAbout"/>
<addaction name="actionDebugLog"/>
</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/back.png</normaloff>:/icons/back.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/forward.png</normaloff>:/icons/forward.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/gohome.png</normaloff>:/icons/gohome.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>&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="icon">
<iconset>
<normaloff>:/icons/close</normaloff>:/icons/close</iconset>
</property>
<property name="text">
<string>&amp;Quit</string>
</property>
</action>
<action name="actionProxySettings">
<property name="icon">
<iconset>
<normaloff>:/icons/settings</normaloff>:/icons/settings</iconset>
</property>
<property name="text">
<string>&amp;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&amp;view ...</string>
</property>
</action>
<action name="actionInstantPrint">
<property name="icon">
<iconset>
<normaloff>:/icons/print</normaloff>:/icons/print</iconset>
</property>
<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="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>&amp;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>&amp;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>&amp;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>&amp;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>&amp;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>&amp;Close Tab</string>
</property>
<property name="shortcut">
<string>Ctrl+W</string>
</property>
</action>
<action name="actionSaveWindowState">
<property name="text">
<string>Sa&amp;ve Session</string>
</property>
</action>
<action name="actionLoadWindowState">
<property name="text">
<string>&amp;Load Session</string>
</property>
</action>
<action name="actionSearch">
<property name="icon">
<iconset resource="resources.qrc">
<normaloff>:/icons/16x16/butt16_49.png</normaloff>:/icons/16x16/butt16_49.png</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>
<action name="actionDebugLog">
<property name="text">
<string>Debug Log</string>
</property>
</action>
<action name="actionCommandline">
<property name="text">
<string>Commandline</string>
</property>
</action>
</widget>
<resources>
<include location="resources.qrc"/>
</resources>
<connections/>
</ui>