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