blob: 024035001d5058b91b18825abf4854e3b82f95a1 [file] [log] [blame]
<?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>402</width>
<height>827</height>
</rect>
</property>
<property name="windowTitle">
<string>QtXmlPatterns View</string>
</property>
<widget class="QWidget" name="centralWidget">
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QTabWidget" name="sourceTab">
<property name="currentIndex">
<number>1</number>
</property>
<widget class="QWidget" name="tabTestSuite">
<attribute name="title">
<string>&amp;Test Suite</string>
</attribute>
<layout class="QVBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>9</number>
</property>
<item>
<layout class="QHBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="infoSearch">
<property name="text">
<string>S&amp;earch:</string>
</property>
<property name="buddy">
<cstring>searchInput</cstring>
</property>
</widget>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>40</width>
<height>20</height>
</size>
</property>
</spacer>
</item>
<item>
<widget class="QLineEdit" name="searchInput"/>
</item>
</layout>
</item>
<item>
<widget class="QTreeView" name="testSuiteView">
<property name="alternatingRowColors">
<bool>true</bool>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QWidget" name="tabSourceCode">
<attribute name="title">
<string>&amp;Source Code</string>
</attribute>
<layout class="QVBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>9</number>
</property>
<item>
<widget class="QTextEdit" name="sourceInput">
<property name="font">
<font>
<family>Fixed [Sony]</family>
<pointsize>14</pointsize>
<weight>50</weight>
<italic>false</italic>
<bold>false</bold>
<underline>false</underline>
<strikeout>false</strikeout>
</font>
</property>
<property name="acceptRichText">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<layout class="QVBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QCheckBox" name="isXSLT20">
<property name="text">
<string>Is XSL-T 2.0</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="compileOnly">
<property name="toolTip">
<string>When enabled, the query will not be run, only compiled.</string>
</property>
<property name="text">
<string>Compile &amp;Only</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<layout class="QVBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<layout class="QHBoxLayout">
<property name="spacing">
<number>6</number>
</property>
<property name="margin">
<number>0</number>
</property>
<item>
<widget class="QLabel" name="infoTestCaseCout">
<property name="text">
<string>Test Case Count:</string>
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="testCaseCount">
<property name="text">
<string>The Count</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<spacer>
<property name="orientation">
<enum>Qt::Vertical</enum>
</property>
<property name="sizeType">
<enum>QSizePolicy::Minimum</enum>
</property>
<property name="sizeHint" stdset="0">
<size>
<width>20</width>
<height>40</height>
</size>
</property>
</spacer>
</item>
</layout>
</item>
</layout>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Focus document(URI):</string>
</property>
</widget>
</item>
<item>
<widget class="QLineEdit" name="focusURI"/>
</item>
</layout>
</item>
</layout>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="widgetMenuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>402</width>
<height>26</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>&amp;File</string>
</property>
<addaction name="actionOpen"/>
<addaction name="actionOpenXSLTSCatalog"/>
<addaction name="actionOpenXSDTSCatalog"/>
<addaction name="actionExecute"/>
<addaction name="separator"/>
<addaction name="actionRestart"/>
<addaction name="actionQuit"/>
</widget>
<widget class="QMenu" name="menuWindows">
<property name="title">
<string>&amp;Windows</string>
</property>
</widget>
<addaction name="menuFile"/>
<addaction name="menuWindows"/>
</widget>
<action name="actionOpen">
<property name="text">
<string>&amp;Open XQTS Catalog...</string>
</property>
<property name="toolTip">
<string>Opens a Test Suite Catalog in the format specified by W3C's XQuery Test Suite Task Force. XQTS's catalog is called XQTSCatalog.xml. The format is specified in XQTSCatalog.xsd</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action>
<action name="actionOpen_Recent">
<property name="text">
<string>Open Recent</string>
</property>
</action>
<action name="actionExecute">
<property name="text">
<string>Execute Test</string>
</property>
<property name="toolTip">
<string>Executes the selected test, or the tests in the selected group.</string>
</property>
<property name="shortcut">
<string>Ctrl+E</string>
</property>
</action>
<action name="actionRestart">
<property name="text">
<string>Restart</string>
</property>
<property name="toolTip">
<string>Restarts this program by shutting down and starting up again, such that changes in libraries are used.</string>
</property>
<property name="shortcut">
<string>Ctrl+R</string>
</property>
</action>
<action name="actionQuit">
<property name="text">
<string>Quit</string>
</property>
<property name="toolTip">
<string>Simply shuts down the program.</string>
</property>
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
</action>
<action name="actionOpenXSLTSCatalog">
<property name="text">
<string>O&amp;pen XSLTS Catalog...</string>
</property>
<property name="shortcut">
<string>Ctrl+L</string>
</property>
</action>
<action name="actionOpenXSDTSCatalog">
<property name="text">
<string>O&amp;pen XSDTS Catalog...</string>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
</action>
</widget>
<resources/>
<connections/>
</ui>