~ubuntu-branches/ubuntu/saucy/merkaartor/saucy

« back to all changes in this revision

Viewing changes to GotoDialog.ui

  • Committer: Bazaar Package Importer
  • Author(s): Bernd Zeimetz
  • Date: 2009-09-13 00:52:12 UTC
  • mto: (1.2.7 upstream) (0.1.3 upstream) (3.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20090913005212-pjecal8zxm07x0fj
ImportĀ upstreamĀ versionĀ 0.14+svnfixes~20090912

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <class>GotoDialog</class>
3
 
 <widget class="QDialog" name="GotoDialog" >
4
 
  <property name="geometry" >
5
 
   <rect>
6
 
    <x>0</x>
7
 
    <y>0</y>
8
 
    <width>426</width>
9
 
    <height>637</height>
10
 
   </rect>
11
 
  </property>
12
 
  <property name="windowTitle" >
13
 
   <string>Go To</string>
14
 
  </property>
15
 
  <layout class="QVBoxLayout" name="verticalLayout" >
16
 
   <item>
17
 
    <layout class="QHBoxLayout" name="horizontalLayout_4" >
18
 
     <item>
19
 
      <widget class="QRadioButton" name="rbBookmark" >
20
 
       <property name="minimumSize" >
21
 
        <size>
22
 
         <width>200</width>
23
 
         <height>0</height>
24
 
        </size>
25
 
       </property>
26
 
       <property name="text" >
27
 
        <string>Bookmark</string>
28
 
       </property>
29
 
      </widget>
30
 
     </item>
31
 
     <item>
32
 
      <widget class="QComboBox" name="coordBookmark" >
33
 
       <property name="sizePolicy" >
34
 
        <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
35
 
         <horstretch>0</horstretch>
36
 
         <verstretch>0</verstretch>
37
 
        </sizepolicy>
38
 
       </property>
39
 
       <property name="minimumSize" >
40
 
        <size>
41
 
         <width>200</width>
42
 
         <height>0</height>
43
 
        </size>
44
 
       </property>
45
 
      </widget>
46
 
     </item>
47
 
    </layout>
48
 
   </item>
49
 
   <item>
50
 
    <layout class="QHBoxLayout" name="horizontalLayout_2" >
51
 
     <item>
52
 
      <widget class="QRadioButton" name="rbOSM" >
53
 
       <property name="minimumSize" >
54
 
        <size>
55
 
         <width>200</width>
56
 
         <height>0</height>
57
 
        </size>
58
 
       </property>
59
 
       <property name="text" >
60
 
        <string>OSM permalink</string>
61
 
       </property>
62
 
      </widget>
63
 
     </item>
64
 
     <item>
65
 
      <widget class="QLineEdit" name="coordOSM" >
66
 
       <property name="sizePolicy" >
67
 
        <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
68
 
         <horstretch>0</horstretch>
69
 
         <verstretch>0</verstretch>
70
 
        </sizepolicy>
71
 
       </property>
72
 
      </widget>
73
 
     </item>
74
 
    </layout>
75
 
   </item>
76
 
   <item>
77
 
    <layout class="QHBoxLayout" name="horizontalLayout_3" >
78
 
     <item>
79
 
      <widget class="QRadioButton" name="rbCoord" >
80
 
       <property name="minimumSize" >
81
 
        <size>
82
 
         <width>200</width>
83
 
         <height>0</height>
84
 
        </size>
85
 
       </property>
86
 
       <property name="text" >
87
 
        <string>lonMin, latMin, lonMax, latMax</string>
88
 
       </property>
89
 
      </widget>
90
 
     </item>
91
 
     <item>
92
 
      <widget class="QLineEdit" name="coordCoord" >
93
 
       <property name="sizePolicy" >
94
 
        <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
95
 
         <horstretch>0</horstretch>
96
 
         <verstretch>0</verstretch>
97
 
        </sizepolicy>
98
 
       </property>
99
 
      </widget>
100
 
     </item>
101
 
    </layout>
102
 
   </item>
103
 
   <item>
104
 
    <layout class="QHBoxLayout" name="horizontalLayout" >
105
 
     <item>
106
 
      <widget class="QRadioButton" name="rbSpan" >
107
 
       <property name="minimumSize" >
108
 
        <size>
109
 
         <width>200</width>
110
 
         <height>0</height>
111
 
        </size>
112
 
       </property>
113
 
       <property name="text" >
114
 
        <string>latCent, lonCent, latSpan, lonSpan</string>
115
 
       </property>
116
 
      </widget>
117
 
     </item>
118
 
     <item>
119
 
      <widget class="QLineEdit" name="coordSpan" >
120
 
       <property name="sizePolicy" >
121
 
        <sizepolicy vsizetype="Fixed" hsizetype="Expanding" >
122
 
         <horstretch>0</horstretch>
123
 
         <verstretch>0</verstretch>
124
 
        </sizepolicy>
125
 
       </property>
126
 
      </widget>
127
 
     </item>
128
 
    </layout>
129
 
   </item>
130
 
   <item>
131
 
    <widget class="QGroupBox" name="groupBox" >
132
 
     <property name="title" >
133
 
      <string>Info</string>
134
 
     </property>
135
 
     <layout class="QVBoxLayout" name="verticalLayout_2" >
136
 
      <item>
137
 
       <layout class="QHBoxLayout" name="horizontalLayout_5" >
138
 
        <item>
139
 
         <widget class="QLabel" name="label" >
140
 
          <property name="minimumSize" >
141
 
           <size>
142
 
            <width>75</width>
143
 
            <height>0</height>
144
 
           </size>
145
 
          </property>
146
 
          <property name="text" >
147
 
           <string>OSM API Url</string>
148
 
          </property>
149
 
         </widget>
150
 
        </item>
151
 
        <item>
152
 
         <widget class="QLineEdit" name="coordOsmApi" >
153
 
          <property name="enabled" >
154
 
           <bool>true</bool>
155
 
          </property>
156
 
          <property name="readOnly" >
157
 
           <bool>true</bool>
158
 
          </property>
159
 
         </widget>
160
 
        </item>
161
 
       </layout>
162
 
      </item>
163
 
      <item>
164
 
       <layout class="QHBoxLayout" name="horizontalLayout_6" >
165
 
        <item>
166
 
         <widget class="QLabel" name="label_2" >
167
 
          <property name="minimumSize" >
168
 
           <size>
169
 
            <width>75</width>
170
 
            <height>0</height>
171
 
           </size>
172
 
          </property>
173
 
          <property name="text" >
174
 
           <string>OSM XAPI url</string>
175
 
          </property>
176
 
         </widget>
177
 
        </item>
178
 
        <item>
179
 
         <widget class="QLineEdit" name="coordOsmXApi" >
180
 
          <property name="enabled" >
181
 
           <bool>true</bool>
182
 
          </property>
183
 
          <property name="readOnly" >
184
 
           <bool>true</bool>
185
 
          </property>
186
 
         </widget>
187
 
        </item>
188
 
       </layout>
189
 
      </item>
190
 
     </layout>
191
 
    </widget>
192
 
   </item>
193
 
   <item>
194
 
    <widget class="QGroupBox" name="searchBox" >
195
 
     <property name="title" >
196
 
      <string>Search</string>
197
 
     </property>
198
 
     <layout class="QVBoxLayout" name="verticalLayout_3" >
199
 
      <item>
200
 
       <layout class="QVBoxLayout" name="verticalLayout_4" >
201
 
        <item>
202
 
         <layout class="QHBoxLayout" name="horizontalLayout_7" >
203
 
          <item>
204
 
           <widget class="QLineEdit" name="NameFinderEdit" />
205
 
          </item>
206
 
          <item>
207
 
           <widget class="QPushButton" name="searchButton" >
208
 
            <property name="text" >
209
 
             <string>Search</string>
210
 
            </property>
211
 
           </widget>
212
 
          </item>
213
 
         </layout>
214
 
        </item>
215
 
       </layout>
216
 
      </item>
217
 
     </layout>
218
 
    </widget>
219
 
   </item>
220
 
   <item>
221
 
    <widget class="QDialogButtonBox" name="buttonBox" >
222
 
     <property name="orientation" >
223
 
      <enum>Qt::Horizontal</enum>
224
 
     </property>
225
 
     <property name="standardButtons" >
226
 
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
227
 
     </property>
228
 
    </widget>
229
 
   </item>
230
 
  </layout>
231
 
 </widget>
232
 
 <resources/>
233
 
 <connections>
234
 
  <connection>
235
 
   <sender>buttonBox</sender>
236
 
   <signal>rejected()</signal>
237
 
   <receiver>GotoDialog</receiver>
238
 
   <slot>reject()</slot>
239
 
   <hints>
240
 
    <hint type="sourcelabel" >
241
 
     <x>223</x>
242
 
     <y>151</y>
243
 
    </hint>
244
 
    <hint type="destinationlabel" >
245
 
     <x>266</x>
246
 
     <y>108</y>
247
 
    </hint>
248
 
   </hints>
249
 
  </connection>
250
 
  <connection>
251
 
   <sender>coordSpan</sender>
252
 
   <signal>textEdited(QString)</signal>
253
 
   <receiver>rbSpan</receiver>
254
 
   <slot>toggle()</slot>
255
 
   <hints>
256
 
    <hint type="sourcelabel" >
257
 
     <x>240</x>
258
 
     <y>98</y>
259
 
    </hint>
260
 
    <hint type="destinationlabel" >
261
 
     <x>101</x>
262
 
     <y>106</y>
263
 
    </hint>
264
 
   </hints>
265
 
  </connection>
266
 
  <connection>
267
 
   <sender>coordCoord</sender>
268
 
   <signal>textEdited(QString)</signal>
269
 
   <receiver>rbCoord</receiver>
270
 
   <slot>toggle()</slot>
271
 
   <hints>
272
 
    <hint type="sourcelabel" >
273
 
     <x>259</x>
274
 
     <y>72</y>
275
 
    </hint>
276
 
    <hint type="destinationlabel" >
277
 
     <x>117</x>
278
 
     <y>79</y>
279
 
    </hint>
280
 
   </hints>
281
 
  </connection>
282
 
  <connection>
283
 
   <sender>coordOSM</sender>
284
 
   <signal>textEdited(QString)</signal>
285
 
   <receiver>rbOSM</receiver>
286
 
   <slot>toggle()</slot>
287
 
   <hints>
288
 
    <hint type="sourcelabel" >
289
 
     <x>238</x>
290
 
     <y>44</y>
291
 
    </hint>
292
 
    <hint type="destinationlabel" >
293
 
     <x>111</x>
294
 
     <y>48</y>
295
 
    </hint>
296
 
   </hints>
297
 
  </connection>
298
 
  <connection>
299
 
   <sender>coordBookmark</sender>
300
 
   <signal>activated(int)</signal>
301
 
   <receiver>rbBookmark</receiver>
302
 
   <slot>toggle()</slot>
303
 
   <hints>
304
 
    <hint type="sourcelabel" >
305
 
     <x>263</x>
306
 
     <y>21</y>
307
 
    </hint>
308
 
    <hint type="destinationlabel" >
309
 
     <x>89</x>
310
 
     <y>23</y>
311
 
    </hint>
312
 
   </hints>
313
 
  </connection>
314
 
  <connection>
315
 
   <sender>coordBookmark</sender>
316
 
   <signal>highlighted(int)</signal>
317
 
   <receiver>rbBookmark</receiver>
318
 
   <slot>toggle()</slot>
319
 
   <hints>
320
 
    <hint type="sourcelabel" >
321
 
     <x>290</x>
322
 
     <y>14</y>
323
 
    </hint>
324
 
    <hint type="destinationlabel" >
325
 
     <x>137</x>
326
 
     <y>19</y>
327
 
    </hint>
328
 
   </hints>
329
 
  </connection>
330
 
 </connections>
331
 
</ui>