~ubuntu-branches/ubuntu/quantal/qtmobility/quantal

« back to all changes in this revision

Viewing changes to examples/landmarkbrowser/landmarkfilterdialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-11-16 16:18:07 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20101116161807-k2dzt2nyse975r3l
Tags: 1.1.0-0ubuntu1
* New upstream release
* Syncronise with Debian, no remaining changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>LandmarkFilterDialog</class>
 
4
 <widget class="QDialog" name="LandmarkFilterDialog">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>409</width>
 
10
    <height>368</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="sizePolicy">
 
14
   <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 
15
    <horstretch>0</horstretch>
 
16
    <verstretch>0</verstretch>
 
17
   </sizepolicy>
 
18
  </property>
 
19
  <property name="windowTitle">
 
20
   <string>Set Filter</string>
 
21
  </property>
 
22
  <layout class="QGridLayout" name="gridLayout_5">
 
23
   <item row="0" column="0">
 
24
    <widget class="QScrollArea" name="scrollArea">
 
25
     <property name="widgetResizable">
 
26
      <bool>true</bool>
 
27
     </property>
 
28
     <widget class="QWidget" name="scrollAreaWidgetContents">
 
29
      <property name="geometry">
 
30
       <rect>
 
31
        <x>0</x>
 
32
        <y>0</y>
 
33
        <width>372</width>
 
34
        <height>309</height>
 
35
       </rect>
 
36
      </property>
 
37
      <layout class="QGridLayout" name="gridLayout_4">
 
38
       <item row="0" column="0">
 
39
        <layout class="QGridLayout" name="gridLayout_3">
 
40
         <item row="0" column="0">
 
41
          <widget class="QCheckBox" name="filterAllCheckBox">
 
42
           <property name="text">
 
43
            <string>All</string>
 
44
           </property>
 
45
          </widget>
 
46
         </item>
 
47
         <item row="1" column="0" rowspan="2" colspan="5">
 
48
          <widget class="Line" name="line_3">
 
49
           <property name="frameShadow">
 
50
            <enum>QFrame::Plain</enum>
 
51
           </property>
 
52
           <property name="orientation">
 
53
            <enum>Qt::Horizontal</enum>
 
54
           </property>
 
55
          </widget>
 
56
         </item>
 
57
         <item row="3" column="0">
 
58
          <widget class="QCheckBox" name="filterNameCheckBox">
 
59
           <property name="text">
 
60
            <string>Name</string>
 
61
           </property>
 
62
          </widget>
 
63
         </item>
 
64
         <item row="3" column="1">
 
65
          <widget class="QLineEdit" name="nameLineEdit">
 
66
           <property name="text">
 
67
            <string/>
 
68
           </property>
 
69
          </widget>
 
70
         </item>
 
71
         <item row="4" column="0" colspan="5">
 
72
          <widget class="Line" name="line_4">
 
73
           <property name="frameShadow">
 
74
            <enum>QFrame::Plain</enum>
 
75
           </property>
 
76
           <property name="orientation">
 
77
            <enum>Qt::Horizontal</enum>
 
78
           </property>
 
79
          </widget>
 
80
         </item>
 
81
         <item row="5" column="0">
 
82
          <widget class="QCheckBox" name="filterCategoryCheckBox">
 
83
           <property name="text">
 
84
            <string>Category</string>
 
85
           </property>
 
86
          </widget>
 
87
         </item>
 
88
         <item row="5" column="1" colspan="4">
 
89
          <widget class="QComboBox" name="categoryComboBox"/>
 
90
         </item>
 
91
         <item row="6" column="0" colspan="5">
 
92
          <widget class="Line" name="line">
 
93
           <property name="frameShadow">
 
94
            <enum>QFrame::Plain</enum>
 
95
           </property>
 
96
           <property name="orientation">
 
97
            <enum>Qt::Horizontal</enum>
 
98
           </property>
 
99
          </widget>
 
100
         </item>
 
101
         <item row="7" column="0">
 
102
          <widget class="QCheckBox" name="filterBoxCheckBox">
 
103
           <property name="text">
 
104
            <string>Box</string>
 
105
           </property>
 
106
          </widget>
 
107
         </item>
 
108
         <item row="7" column="1" colspan="4">
 
109
          <layout class="QGridLayout" name="gridLayout">
 
110
           <item row="0" column="1">
 
111
            <widget class="QLabel" name="label">
 
112
             <property name="text">
 
113
              <string>Top Left</string>
 
114
             </property>
 
115
            </widget>
 
116
           </item>
 
117
           <item row="1" column="0">
 
118
            <widget class="QLabel" name="label_2">
 
119
             <property name="text">
 
120
              <string>Lat:</string>
 
121
             </property>
 
122
            </widget>
 
123
           </item>
 
124
           <item row="1" column="1">
 
125
            <widget class="QLineEdit" name="boxTopLeftLatitudeLineEdit"/>
 
126
           </item>
 
127
           <item row="1" column="2">
 
128
            <widget class="QLabel" name="label_4">
 
129
             <property name="text">
 
130
              <string>Long</string>
 
131
             </property>
 
132
            </widget>
 
133
           </item>
 
134
           <item row="1" column="3">
 
135
            <widget class="QLineEdit" name="boxTopLeftLongitudeLineEdit"/>
 
136
           </item>
 
137
           <item row="4" column="0">
 
138
            <widget class="QLabel" name="label_3">
 
139
             <property name="text">
 
140
              <string>Lat:     </string>
 
141
             </property>
 
142
            </widget>
 
143
           </item>
 
144
           <item row="4" column="1">
 
145
            <widget class="QLineEdit" name="boxBottomRightLatitudeLineEdit"/>
 
146
           </item>
 
147
           <item row="4" column="2">
 
148
            <widget class="QLabel" name="label_5">
 
149
             <property name="text">
 
150
              <string>Long</string>
 
151
             </property>
 
152
            </widget>
 
153
           </item>
 
154
           <item row="4" column="3">
 
155
            <widget class="QLineEdit" name="boxBottomRightLongitudeLineEdit"/>
 
156
           </item>
 
157
           <item row="2" column="1">
 
158
            <widget class="QLabel" name="label_6">
 
159
             <property name="text">
 
160
              <string>Bottom Right</string>
 
161
             </property>
 
162
            </widget>
 
163
           </item>
 
164
          </layout>
 
165
         </item>
 
166
         <item row="8" column="0" colspan="5">
 
167
          <widget class="Line" name="line_2">
 
168
           <property name="frameShadow">
 
169
            <enum>QFrame::Plain</enum>
 
170
           </property>
 
171
           <property name="lineWidth">
 
172
            <number>0</number>
 
173
           </property>
 
174
           <property name="midLineWidth">
 
175
            <number>0</number>
 
176
           </property>
 
177
           <property name="orientation">
 
178
            <enum>Qt::Horizontal</enum>
 
179
           </property>
 
180
          </widget>
 
181
         </item>
 
182
         <item row="9" column="0">
 
183
          <widget class="QCheckBox" name="filterProximityCheckBox">
 
184
           <property name="text">
 
185
            <string>Proximity  </string>
 
186
           </property>
 
187
          </widget>
 
188
         </item>
 
189
         <item row="9" column="1" colspan="4">
 
190
          <layout class="QGridLayout" name="gridLayout_2">
 
191
           <item row="0" column="0">
 
192
            <widget class="QLabel" name="label_7">
 
193
             <property name="text">
 
194
              <string>Lat:</string>
 
195
             </property>
 
196
            </widget>
 
197
           </item>
 
198
           <item row="0" column="1">
 
199
            <widget class="QLineEdit" name="proximityLatitudeLineEdit"/>
 
200
           </item>
 
201
           <item row="0" column="2">
 
202
            <widget class="QLabel" name="label_8">
 
203
             <property name="text">
 
204
              <string>Long</string>
 
205
             </property>
 
206
            </widget>
 
207
           </item>
 
208
           <item row="0" column="3">
 
209
            <widget class="QLineEdit" name="proximityLongitudeLineEdit"/>
 
210
           </item>
 
211
           <item row="1" column="0">
 
212
            <widget class="QLabel" name="label_9">
 
213
             <property name="text">
 
214
              <string>Radius</string>
 
215
             </property>
 
216
            </widget>
 
217
           </item>
 
218
           <item row="1" column="1">
 
219
            <widget class="QLineEdit" name="radiusLineEdit"/>
 
220
           </item>
 
221
          </layout>
 
222
         </item>
 
223
         <item row="3" column="2">
 
224
          <widget class="QRadioButton" name="startsWithRadioButton">
 
225
           <property name="text">
 
226
            <string>Starts With</string>
 
227
           </property>
 
228
           <property name="checked">
 
229
            <bool>true</bool>
 
230
           </property>
 
231
          </widget>
 
232
         </item>
 
233
         <item row="3" column="3">
 
234
          <widget class="QRadioButton" name="containsRadioButton">
 
235
           <property name="text">
 
236
            <string>Contains</string>
 
237
           </property>
 
238
          </widget>
 
239
         </item>
 
240
        </layout>
 
241
       </item>
 
242
      </layout>
 
243
     </widget>
 
244
    </widget>
 
245
   </item>
 
246
   <item row="1" column="0">
 
247
    <widget class="QDialogButtonBox" name="buttonBox">
 
248
     <property name="orientation">
 
249
      <enum>Qt::Horizontal</enum>
 
250
     </property>
 
251
     <property name="standardButtons">
 
252
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
253
     </property>
 
254
    </widget>
 
255
   </item>
 
256
  </layout>
 
257
 </widget>
 
258
 <resources/>
 
259
 <connections>
 
260
  <connection>
 
261
   <sender>buttonBox</sender>
 
262
   <signal>accepted()</signal>
 
263
   <receiver>LandmarkFilterDialog</receiver>
 
264
   <slot>accept()</slot>
 
265
   <hints>
 
266
    <hint type="sourcelabel">
 
267
     <x>248</x>
 
268
     <y>254</y>
 
269
    </hint>
 
270
    <hint type="destinationlabel">
 
271
     <x>157</x>
 
272
     <y>274</y>
 
273
    </hint>
 
274
   </hints>
 
275
  </connection>
 
276
  <connection>
 
277
   <sender>buttonBox</sender>
 
278
   <signal>rejected()</signal>
 
279
   <receiver>LandmarkFilterDialog</receiver>
 
280
   <slot>reject()</slot>
 
281
   <hints>
 
282
    <hint type="sourcelabel">
 
283
     <x>316</x>
 
284
     <y>260</y>
 
285
    </hint>
 
286
    <hint type="destinationlabel">
 
287
     <x>286</x>
 
288
     <y>274</y>
 
289
    </hint>
 
290
   </hints>
 
291
  </connection>
 
292
 </connections>
 
293
</ui>