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