0
|
1 |
<?xml version="1.0" encoding="UTF-8"?>
|
|
2 |
<ui version="4.0">
|
|
3 |
<class>QueryWidget</class>
|
|
4 |
<widget class="QMainWindow" name="QueryWidget">
|
|
5 |
<property name="geometry">
|
|
6 |
<rect>
|
|
7 |
<x>0</x>
|
|
8 |
<y>0</y>
|
|
9 |
<width>570</width>
|
|
10 |
<height>531</height>
|
|
11 |
</rect>
|
|
12 |
</property>
|
|
13 |
<property name="windowTitle">
|
|
14 |
<string>Recipes XQuery Example</string>
|
|
15 |
</property>
|
|
16 |
<widget class="QWidget" name="centralwidget">
|
|
17 |
<layout class="QVBoxLayout" name="verticalLayout">
|
|
18 |
<item>
|
|
19 |
<layout class="QVBoxLayout">
|
|
20 |
<property name="spacing">
|
|
21 |
<number>6</number>
|
|
22 |
</property>
|
|
23 |
<property name="margin">
|
|
24 |
<number>0</number>
|
|
25 |
</property>
|
|
26 |
<item>
|
|
27 |
<widget class="QGroupBox" name="inputGroupBox">
|
|
28 |
<property name="minimumSize">
|
|
29 |
<size>
|
|
30 |
<width>550</width>
|
|
31 |
<height>120</height>
|
|
32 |
</size>
|
|
33 |
</property>
|
|
34 |
<property name="title">
|
|
35 |
<string>Input Document</string>
|
|
36 |
</property>
|
|
37 |
<layout class="QVBoxLayout" name="verticalLayout_4">
|
|
38 |
<item>
|
|
39 |
<layout class="QVBoxLayout" name="_2">
|
|
40 |
<property name="spacing">
|
|
41 |
<number>6</number>
|
|
42 |
</property>
|
|
43 |
<property name="margin">
|
|
44 |
<number>0</number>
|
|
45 |
</property>
|
|
46 |
<item>
|
|
47 |
<widget class="QTextEdit" name="inputTextEdit">
|
|
48 |
<property name="readOnly">
|
|
49 |
<bool>true</bool>
|
|
50 |
</property>
|
|
51 |
</widget>
|
|
52 |
</item>
|
|
53 |
</layout>
|
|
54 |
</item>
|
|
55 |
</layout>
|
|
56 |
</widget>
|
|
57 |
</item>
|
|
58 |
<item>
|
|
59 |
<widget class="QGroupBox" name="queryGroupBox">
|
|
60 |
<property name="minimumSize">
|
|
61 |
<size>
|
|
62 |
<width>550</width>
|
|
63 |
<height>120</height>
|
|
64 |
</size>
|
|
65 |
</property>
|
|
66 |
<property name="title">
|
|
67 |
<string>Select your query:</string>
|
|
68 |
</property>
|
|
69 |
<layout class="QVBoxLayout" name="verticalLayout_5">
|
|
70 |
<item>
|
|
71 |
<widget class="QComboBox" name="defaultQueries"/>
|
|
72 |
</item>
|
|
73 |
<item>
|
|
74 |
<widget class="QTextEdit" name="queryTextEdit">
|
|
75 |
<property name="minimumSize">
|
|
76 |
<size>
|
|
77 |
<width>400</width>
|
|
78 |
<height>60</height>
|
|
79 |
</size>
|
|
80 |
</property>
|
|
81 |
<property name="readOnly">
|
|
82 |
<bool>true</bool>
|
|
83 |
</property>
|
|
84 |
<property name="acceptRichText">
|
|
85 |
<bool>false</bool>
|
|
86 |
</property>
|
|
87 |
</widget>
|
|
88 |
</item>
|
|
89 |
</layout>
|
|
90 |
</widget>
|
|
91 |
</item>
|
|
92 |
<item>
|
|
93 |
<widget class="QGroupBox" name="outputGroupBox">
|
|
94 |
<property name="minimumSize">
|
|
95 |
<size>
|
|
96 |
<width>550</width>
|
|
97 |
<height>120</height>
|
|
98 |
</size>
|
|
99 |
</property>
|
|
100 |
<property name="title">
|
|
101 |
<string>Output Document</string>
|
|
102 |
</property>
|
|
103 |
<layout class="QVBoxLayout" name="verticalLayout_6">
|
|
104 |
<item>
|
|
105 |
<layout class="QVBoxLayout" name="_3">
|
|
106 |
<property name="spacing">
|
|
107 |
<number>6</number>
|
|
108 |
</property>
|
|
109 |
<property name="margin">
|
|
110 |
<number>0</number>
|
|
111 |
</property>
|
|
112 |
<item>
|
|
113 |
<widget class="QTextEdit" name="outputTextEdit">
|
|
114 |
<property name="minimumSize">
|
|
115 |
<size>
|
|
116 |
<width>500</width>
|
|
117 |
<height>80</height>
|
|
118 |
</size>
|
|
119 |
</property>
|
|
120 |
<property name="readOnly">
|
|
121 |
<bool>true</bool>
|
|
122 |
</property>
|
|
123 |
<property name="acceptRichText">
|
|
124 |
<bool>false</bool>
|
|
125 |
</property>
|
|
126 |
</widget>
|
|
127 |
</item>
|
|
128 |
</layout>
|
|
129 |
</item>
|
|
130 |
</layout>
|
|
131 |
</widget>
|
|
132 |
</item>
|
|
133 |
</layout>
|
|
134 |
</item>
|
|
135 |
</layout>
|
|
136 |
</widget>
|
|
137 |
<widget class="QMenuBar" name="menubar">
|
|
138 |
<property name="geometry">
|
|
139 |
<rect>
|
|
140 |
<x>0</x>
|
|
141 |
<y>0</y>
|
|
142 |
<width>570</width>
|
|
143 |
<height>26</height>
|
|
144 |
</rect>
|
|
145 |
</property>
|
|
146 |
</widget>
|
|
147 |
<widget class="QStatusBar" name="statusbar"/>
|
|
148 |
</widget>
|
|
149 |
<resources/>
|
|
150 |
<connections/>
|
|
151 |
</ui>
|