kristall/src/mainwindow.ui

376 lines
10 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MainWindow</class>
<widget class="QMainWindow" name="MainWindow">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>600</height>
</rect>
</property>
<property name="windowTitle">
<string>Kristall Browser</string>
</property>
<property name="windowIcon">
<iconset resource="icons.qrc">
<normaloff>:/icons/kristall.svg</normaloff>:/icons/kristall.svg</iconset>
</property>
<property name="tabShape">
<enum>QTabWidget::Rounded</enum>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QTabWidget" name="browser_tabs">
<property name="currentIndex">
<number>-1</number>
</property>
<property name="documentMode">
<bool>true</bool>
</property>
<property name="tabsClosable">
<bool>true</bool>
</property>
<property name="movable">
<bool>true</bool>
</property>
<property name="tabBarAutoHide">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<widget class="QDockWidget" name="outline_window">
<property name="windowTitle">
<string>Document Outline</string>
</property>
<attribute name="dockWidgetArea">
<number>1</number>
</attribute>
<widget class="QWidget" name="dockWidgetContents">
<layout class="QVBoxLayout" name="verticalLayout_2">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QTreeView" name="outline_view">
<property name="autoExpandDelay">
<number>0</number>
</property>
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QDockWidget" name="bookmarks_window">
<property name="windowIcon">
<iconset resource="icons.qrc">
<normaloff>:/icons/heart.svg</normaloff>:/icons/heart.svg</iconset>
</property>
<property name="windowTitle">
<string>Bookmarks</string>
</property>
<attribute name="dockWidgetArea">
<number>2</number>
</attribute>
<widget class="QWidget" name="dockWidgetContents_2">
<layout class="QVBoxLayout" name="verticalLayout_3">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QListView" name="favourites_view"/>
</item>
</layout>
</widget>
</widget>
<widget class="QDockWidget" name="history_window">
<property name="windowTitle">
<string>History</string>
</property>
<attribute name="dockWidgetArea">
<number>2</number>
</attribute>
<widget class="QWidget" name="dockWidgetContents_3">
<layout class="QVBoxLayout" name="verticalLayout_4">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QListView" name="history_view"/>
</item>
</layout>
</widget>
</widget>
<widget class="QDockWidget" name="clientcert_window">
<property name="windowTitle">
<string>Client Certificates</string>
</property>
<attribute name="dockWidgetArea">
<number>2</number>
</attribute>
<widget class="QWidget" name="dockWidgetContents_4">
<layout class="QVBoxLayout" name="verticalLayout_5">
<property name="leftMargin">
<number>0</number>
</property>
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>0</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QTreeView" name="clientcert_view">
<property name="headerHidden">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>800</width>
<height>20</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>File</string>
</property>
<addaction name="actionNew_Tab"/>
<addaction name="separator"/>
<addaction name="actionSave_as"/>
<addaction name="actionClose_Tab"/>
<addaction name="separator"/>
<addaction name="actionSettings"/>
<addaction name="separator"/>
<addaction name="actionQuit"/>
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>Help</string>
</property>
<addaction name="actionHelp"/>
<addaction name="separator"/>
<addaction name="actionAbout"/>
<addaction name="actionAbout_Qt"/>
</widget>
<widget class="QMenu" name="menuView">
<property name="title">
<string>View</string>
</property>
</widget>
<widget class="QMenu" name="menuNavigation">
<property name="title">
<string>Navigation</string>
</property>
<addaction name="actionGo_to_home"/>
<addaction name="actionBackward"/>
<addaction name="actionForward"/>
<addaction name="separator"/>
<addaction name="actionRefresh"/>
<addaction name="separator"/>
<addaction name="actionAdd_to_favourites"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuNavigation"/>
<addaction name="menuView"/>
<addaction name="menuHelp"/>
</widget>
<action name="actionAbout">
<property name="icon">
<iconset resource="icons.qrc">
<normaloff>:/icons/info.svg</normaloff>:/icons/info.svg</iconset>
</property>
<property name="text">
<string>About...</string>
</property>
</action>
<action name="actionQuit">
<property name="text">
<string>Quit</string>
</property>
</action>
<action name="actionNew_Tab">
<property name="text">
<string>New Tab</string>
</property>
<property name="shortcut">
<string>Ctrl+T</string>
</property>
</action>
<action name="actionClose_Tab">
<property name="icon">
<iconset resource="icons.qrc">
<normaloff>:/icons/close.svg</normaloff>:/icons/close.svg</iconset>
</property>
<property name="text">
<string>Close Tab</string>
</property>
<property name="shortcut">
<string>Ctrl+W</string>
</property>
</action>
<action name="actionSettings">
<property name="icon">
<iconset resource="icons.qrc">
<normaloff>:/icons/settings.svg</normaloff>:/icons/settings.svg</iconset>
</property>
<property name="text">
<string>Settings</string>
</property>
</action>
<action name="actionBackward">
<property name="icon">
<iconset resource="icons.qrc">
<normaloff>:/icons/arrow-left.svg</normaloff>:/icons/arrow-left.svg</iconset>
</property>
<property name="text">
<string>Backward</string>
</property>
<property name="shortcut">
<string>Alt+Left</string>
</property>
</action>
<action name="actionForward">
<property name="icon">
<iconset resource="icons.qrc">
<normaloff>:/icons/arrow-right.svg</normaloff>:/icons/arrow-right.svg</iconset>
</property>
<property name="text">
<string>Forward</string>
</property>
<property name="shortcut">
<string>Alt+Right</string>
</property>
</action>
<action name="actionRefresh">
<property name="icon">
<iconset resource="icons.qrc">
<normaloff>:/icons/refresh.svg</normaloff>:/icons/refresh.svg</iconset>
</property>
<property name="text">
<string>Refresh</string>
</property>
<property name="shortcut">
<string>F5</string>
</property>
</action>
<action name="actionAbout_Qt">
<property name="text">
<string>About Qt...</string>
</property>
</action>
<action name="actionSave_as">
<property name="icon">
<iconset resource="icons.qrc">
<normaloff>:/icons/content-save.svg</normaloff>:/icons/content-save.svg</iconset>
</property>
<property name="text">
<string>Save as...</string>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
</action>
<action name="actionAdd_to_favourites">
<property name="checkable">
<bool>true</bool>
</property>
<property name="icon">
<iconset resource="icons.qrc">
<normaloff>:/icons/heart.svg</normaloff>:/icons/heart.svg</iconset>
</property>
<property name="text">
<string>Add to favourites</string>
</property>
<property name="shortcut">
<string>Ctrl+D</string>
</property>
</action>
<action name="actionGo_to_home">
<property name="icon">
<iconset resource="icons.qrc">
<normaloff>:/icons/home.svg</normaloff>:/icons/home.svg</iconset>
</property>
<property name="text">
<string>Go to home</string>
</property>
<property name="shortcut">
<string>Ctrl+H</string>
</property>
</action>
<action name="actionHelp">
<property name="icon">
<iconset resource="icons.qrc">
<normaloff>:/icons/help-box.svg</normaloff>:/icons/help-box.svg</iconset>
</property>
<property name="text">
<string>Help</string>
</property>
<property name="shortcut">
<string>F1</string>
</property>
</action>
</widget>
<resources>
<include location="icons.qrc"/>
</resources>
<connections/>
</ui>