1 <?xml version="1.0" encoding="UTF-8"?>
3 <class>TestResultViewCentralWidget</class>
4 <widget class="QWidget" name="TestResultViewCentralWidget">
5 <property name="geometry">
13 <property name="windowTitle">
16 <layout class="QVBoxLayout" name="verticalLayout">
18 <layout class="QHBoxLayout">
19 <property name="spacing">
22 <property name="margin">
26 <widget class="QLabel" name="resultStatusInfo">
27 <property name="text">
28 <string>Result Status:</string>
33 <widget class="QLabel" name="resultStatus">
34 <property name="text">
41 <property name="orientation">
42 <enum>Qt::Horizontal</enum>
44 <property name="sizeHint" stdset="0">
55 <widget class="QSplitter" name="splitter_2">
56 <property name="orientation">
57 <enum>Qt::Vertical</enum>
59 <widget class="QGroupBox" name="astViewInfo">
60 <property name="title">
61 <string>Abstract Syntax Tree</string>
63 <layout class="QHBoxLayout">
64 <property name="spacing">
67 <property name="margin">
71 <widget class="QTreeView" name="astView">
72 <property name="alternatingRowColors">
79 <widget class="QSplitter" name="splitter">
80 <property name="orientation">
81 <enum>Qt::Vertical</enum>
83 <widget class="QGroupBox" name="groupBox">
84 <property name="title">
85 <string>Output</string>
87 <layout class="QVBoxLayout">
88 <property name="spacing">
91 <property name="margin">
95 <widget class="QStackedWidget" name="outputStack">
96 <property name="currentIndex">
99 <widget class="QWidget" name="page">
100 <layout class="QHBoxLayout">
101 <property name="spacing">
104 <property name="margin">
108 <widget class="QTextEdit" name="serializedResult">
109 <property name="font">
111 <family>Fixed [Sony]</family>
112 <pointsize>9</pointsize>
114 <italic>false</italic>
116 <underline>false</underline>
117 <strikeout>false</strikeout>
120 <property name="readOnly">
123 <property name="html">
124 <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
125 <html><head><meta name="qrichtext" content="1" /><style type="text/css">
126 p, li { white-space: pre-wrap; }
127 </style></head><body style=" font-family:'Fixed [Sony]'; font-size:9pt; font-weight:400; font-style:normal;">
128 <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"></p></body></html></string>
134 <widget class="QWidget" name="page2">
135 <layout class="QHBoxLayout">
136 <property name="spacing">
139 <property name="margin">
143 <widget class="QTableView" name="itemListResult">
144 <property name="alternatingRowColors">
154 <layout class="QHBoxLayout">
155 <property name="spacing">
158 <property name="margin">
162 <widget class="QLabel" name="viewAsInfo">
163 <property name="text">
164 <string>View as:</string>
166 <property name="buddy">
167 <cstring>resultViewSelection</cstring>
172 <widget class="QComboBox" name="resultViewSelection">
173 <property name="enabled">
176 <property name="toolTip">
180 <property name="text">
181 <string>XQuery/XSL-T Serialization</string>
185 <property name="text">
186 <string>Item List</string>
195 <widget class="QGroupBox" name="MessagesInfo">
196 <property name="title">
197 <string>Messages</string>
199 <layout class="QHBoxLayout">
200 <property name="spacing">
203 <property name="margin">
207 <widget class="QTableView" name="messageOutput">
208 <property name="alternatingRowColors">
223 <sender>resultViewSelection</sender>
224 <signal>activated(int)</signal>
225 <receiver>outputStack</receiver>
226 <slot>setCurrentIndex(int)</slot>
228 <hint type="sourcelabel">
232 <hint type="destinationlabel">