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