Files
zeal/src/ui/forms/mainwindow.ui
T
2016-02-26 00:52:48 -05:00

349 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>1050</width>
<height>579</height>
</rect>
</property>
<property name="windowTitle">
<string>Zeal</string>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QVBoxLayout" name="centralWidgetLayout">
<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="QSplitter" name="splitter">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="QWidget" name="layoutWidget">
<layout class="QVBoxLayout" name="resultPane">
<property name="spacing">
<number>0</number>
</property>
<item>
<widget class="ToolBarFrame" name="searchEditWidget" native="true">
<property name="minimumSize">
<size>
<width>0</width>
<height>40</height>
</size>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<layout class="QVBoxLayout" name="searchToolBarFrame">
<property name="leftMargin">
<number>6</number>
</property>
<property name="topMargin">
<number>6</number>
</property>
<property name="rightMargin">
<number>6</number>
</property>
<property name="bottomMargin">
<number>6</number>
</property>
<item>
<widget class="SearchEdit" name="lineEdit">
<property name="placeholderText">
<string>Enter your query</string>
</property>
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="QSplitter" name="sectionsSplitter">
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<widget class="QTreeView" name="treeView">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="indentation">
<number>10</number>
</property>
<attribute name="headerVisible">
<bool>false</bool>
</attribute>
</widget>
<widget class="QFrame" name="resultSectionsPane">
<layout class="QVBoxLayout" name="verticalLayout">
<property name="spacing">
<number>0</number>
</property>
<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="QLabel" name="seeAlsoLabel">
<property name="font">
<font>
<pointsize>9</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true">* { padding: 0 2px; }</string>
</property>
<property name="text">
<string>See also</string>
</property>
<property name="margin">
<number>2</number>
</property>
</widget>
</item>
<item>
<widget class="QListView" name="sections">
<property name="frameShape">
<enum>QFrame::NoFrame</enum>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAlwaysOff</enum>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="layoutWidget_2">
<layout class="QVBoxLayout" name="viewInfo">
<property name="spacing">
<number>0</number>
</property>
<item>
<widget class="ToolBarFrame" name="navigationBar" native="true">
<property name="minimumSize">
<size>
<width>0</width>
<height>40</height>
</size>
</property>
<layout class="QHBoxLayout" name="toolbox">
<property name="topMargin">
<number>0</number>
</property>
<property name="rightMargin">
<number>12</number>
</property>
<property name="bottomMargin">
<number>0</number>
</property>
<item>
<widget class="QToolButton" name="backButton">
<property name="text">
<string></string>
</property>
</widget>
</item>
<item>
<widget class="QToolButton" name="forwardButton">
<property name="text">
<string></string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="openUrlButton">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="text">
<string>Open URL</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<widget class="SearchableWebView" name="webView" native="true">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1050</width>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>&amp;File</string>
</property>
<addaction name="actionOptions"/>
<addaction name="separator"/>
<addaction name="actionQuit"/>
</widget>
<widget class="QMenu" name="menuHelp">
<property name="title">
<string>&amp;Help</string>
</property>
<addaction name="actionSubmitFeedback"/>
<addaction name="actionCheckForUpdates"/>
<addaction name="separator"/>
<addaction name="actionAboutZeal"/>
<addaction name="actionAboutQt"/>
</widget>
<widget class="QMenu" name="menuView">
<property name="title">
<string>&amp;View</string>
</property>
<addaction name="actionBack"/>
<addaction name="actionForward"/>
</widget>
<widget class="QMenu" name="menuTabs">
<property name="title">
<string>&amp;Tabs</string>
</property>
<addaction name="actionNewTab"/>
<addaction name="actionCloseTab"/>
<addaction name="separator"/>
<addaction name="actionNextTab"/>
<addaction name="actionPreviousTab"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuView"/>
<addaction name="menuTabs"/>
<addaction name="menuHelp"/>
</widget>
<action name="actionQuit">
<property name="text">
<string>&amp;Quit</string>
</property>
</action>
<action name="actionOptions">
<property name="text">
<string>&amp;Options</string>
</property>
</action>
<action name="actionAboutZeal">
<property name="text">
<string>About &amp;Zeal</string>
</property>
</action>
<action name="actionAboutQt">
<property name="text">
<string>About &amp;Qt</string>
</property>
</action>
<action name="actionBack">
<property name="text">
<string>&amp;Back</string>
</property>
</action>
<action name="actionForward">
<property name="text">
<string>&amp;Forward</string>
</property>
</action>
<action name="actionNewTab">
<property name="text">
<string>New Tab</string>
</property>
<property name="shortcut">
<string>Ctrl+T</string>
</property>
</action>
<action name="actionCloseTab">
<property name="text">
<string>Close Tab</string>
</property>
</action>
<action name="actionNextTab">
<property name="text">
<string>Next Tab</string>
</property>
</action>
<action name="actionPreviousTab">
<property name="text">
<string>Previous Tab</string>
</property>
</action>
<action name="actionSubmitFeedback">
<property name="text">
<string>&amp;Submit Feedback...</string>
</property>
</action>
<action name="actionCheckForUpdates">
<property name="text">
<string>&amp;Check for updates...</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>SearchEdit</class>
<extends>QLineEdit</extends>
<header>ui/widgets/searchedit.h</header>
</customwidget>
<customwidget>
<class>SearchableWebView</class>
<extends>QWidget</extends>
<header>ui/widgets/searchablewebview.h</header>
<container>1</container>
</customwidget>
<customwidget>
<class>ToolBarFrame</class>
<extends>QWidget</extends>
<header>ui/widgets/toolbarframe.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections/>
</ui>