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">
|
---|
|
---|