Subversion Repositories public

Rev

Rev 158 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 158 Rev 232
Line 1... Line 1...
1
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
1
<?xml version="1.0" encoding="UTF-8"?>
2
<class>coordinatesWidgetBase</class>
2
<ui version="4.0">
3
<comment>Dialog to get the boundaries of a downloaded image.</comment>
3
 <author>Andreas Theofilu &lt;andreas@theosys.at&gt;</author>
4
<author>Andreas Theofilu &lt;andreas@theosys.at&gt;</author>
4
 <comment>Dialog to get the boundaries of a downloaded image.</comment>
5
<widget class="QDialog">
5
 <class>coordinatesWidgetBase</class>
6
    <property name="name">
6
 <widget class="QDialog" name="coordinatesWidgetBase">
7
        <cstring>coordinatesWidgetBase</cstring>
7
  <property name="geometry">
8
    </property>
8
   <rect>
9
    <property name="geometry">
9
    <x>0</x>
10
        <rect>
10
    <y>0</y>
11
            <x>0</x>
11
    <width>301</width>
12
            <y>0</y>
12
    <height>353</height>
13
            <width>301</width>
13
   </rect>
14
            <height>324</height>
14
  </property>
15
        </rect>
15
  <property name="windowTitle">
16
    </property>
16
   <string>Image coordinates</string>
17
    <property name="caption">
17
  </property>
18
        <string>Image coordinates</string>
18
  <property name="locale">
19
    </property>
19
   <locale language="English" country="UnitedStates"/>
20
    <property name="icon">
20
  </property>
21
        <pixmap>image0</pixmap>
21
  <layout class="QGridLayout" name="gridLayout_4">
22
    </property>
22
   <item row="0" column="0" colspan="4">
23
    <grid>
23
    <widget class="QLabel" name="textLabel3">
24
        <property name="name">
24
     <property name="text">
25
            <cstring>unnamed</cstring>
25
      <string>&lt;center&gt;&lt;b&gt;Geo coordinates (e.g. 16.4356)&lt;/b&gt;&lt;/center&gt;</string>
26
        </property>
26
     </property>
27
        <widget class="QGroupBox" row="1" column="0" rowspan="1" colspan="5">
27
     <property name="wordWrap">
28
            <property name="name">
28
      <bool>false</bool>
29
                <cstring>groupBox1</cstring>
29
     </property>
30
            </property>
30
    </widget>
31
            <property name="title">
31
   </item>
32
                <string>Upper left corner</string>
32
   <item row="1" column="0" colspan="5">
33
            </property>
33
    <widget class="QGroupBox" name="groupBox_2">
34
            <grid>
34
     <property name="title">
35
                <property name="name">
35
      <string>Upper left corner</string>
36
                    <cstring>unnamed</cstring>
36
     </property>
37
                </property>
37
     <layout class="QGridLayout" name="gridLayout">
38
                <widget class="QLabel" row="0" column="0">
38
      <item row="0" column="0">
39
                    <property name="name">
39
       <widget class="QLabel" name="textLabel1">
40
                        <cstring>textLabel1</cstring>
40
        <property name="text">
41
                    </property>
41
         <string>Longitute</string>
42
                    <property name="text">
42
        </property>
43
                        <string>Longitute</string>
43
        <property name="wordWrap">
44
                    </property>
44
         <bool>false</bool>
45
                </widget>
45
        </property>
46
                <widget class="QLabel" row="1" column="0">
46
       </widget>
47
                    <property name="name">
47
      </item>
48
                        <cstring>textLabel2</cstring>
48
      <item row="0" column="1">
49
                    </property>
49
       <widget class="KDoubleNumInput" name="edLeftLon">
50
                    <property name="text">
50
        <property name="toolTip">
51
                        <string>Latitude</string>
51
         <string>The longitute (X) origin of the downloaded image</string>
52
                    </property>
52
        </property>
53
                </widget>
53
        <property name="minimum">
54
                <widget class="KDoubleNumInput" row="0" column="1">
54
         <double>-180.000000000000000</double>
55
                    <property name="name">
55
        </property>
56
                        <cstring>edLeftLon</cstring>
56
        <property name="maximum">
57
                    </property>
57
         <double>180.000000000000000</double>
58
                    <property name="minValue">
58
        </property>
59
                        <number>-180000</number>
59
        <property name="decimals">
60
                    </property>
60
         <number>6</number>
61
                    <property name="maxValue">
61
        </property>
62
                        <number>180000</number>
62
        <property name="minValue" stdset="0">
63
                    </property>
63
         <number>-180</number>
64
                    <property name="precision">
64
        </property>
65
                        <number>4</number>
65
        <property name="maxValue" stdset="0">
66
                    </property>
66
         <number>180</number>
67
                    <property name="toolTip" stdset="0">
67
        </property>
68
                        <string>The longitute (X) origin of the downloaded image</string>
68
        <property name="precision" stdset="0">
69
                    </property>
69
         <number>6</number>
70
                </widget>
70
        </property>
71
                <widget class="KDoubleNumInput" row="1" column="1">
71
       </widget>
72
                    <property name="name">
72
      </item>
73
                        <cstring>edLeftLat</cstring>
73
      <item row="1" column="0">
74
                    </property>
74
       <widget class="QLabel" name="textLabel2">
75
                    <property name="minValue">
75
        <property name="text">
76
                        <number>-180000</number>
76
         <string>Latitude</string>
77
                    </property>
77
        </property>
78
                    <property name="maxValue">
78
        <property name="wordWrap">
79
                        <number>180000</number>
79
         <bool>false</bool>
80
                    </property>
80
        </property>
81
                    <property name="precision">
81
       </widget>
82
                        <number>4</number>
82
      </item>
83
                    </property>
83
      <item row="1" column="1">
84
                    <property name="toolTip" stdset="0">
84
       <widget class="KDoubleNumInput" name="edLeftLat">
85
                        <string>The latitute (Y) origin of the downloaded image</string>
85
        <property name="toolTip">
86
                    </property>
86
         <string>The latitute (Y) origin of the downloaded image</string>
87
                </widget>
87
        </property>
88
            </grid>
88
        <property name="minimum">
89
        </widget>
89
         <double>-180.000000000000000</double>
90
        <widget class="QGroupBox" row="2" column="0" rowspan="1" colspan="5">
90
        </property>
91
            <property name="name">
91
        <property name="maximum">
92
                <cstring>groupBox2</cstring>
92
         <double>180.000000000000000</double>
93
            </property>
93
        </property>
94
            <property name="title">
94
        <property name="decimals">
95
                <string>Lower right corner</string>
95
         <number>6</number>
96
            </property>
96
        </property>
97
            <grid>
97
        <property name="minValue" stdset="0">
98
                <property name="name">
98
         <number>-180</number>
99
                    <cstring>unnamed</cstring>
99
        </property>
100
                </property>
100
        <property name="maxValue" stdset="0">
101
                <widget class="QLabel" row="0" column="0">
101
         <number>180</number>
102
                    <property name="name">
102
        </property>
103
                        <cstring>textLabel4</cstring>
103
        <property name="precision" stdset="0">
104
                    </property>
104
         <number>6</number>
105
                    <property name="text">
105
        </property>
106
                        <string>Longitude</string>
106
       </widget>
107
                    </property>
107
      </item>
108
                </widget>
108
     </layout>
109
                <widget class="QLabel" row="1" column="0">
109
    </widget>
110
                    <property name="name">
110
   </item>
111
                        <cstring>textLabel5</cstring>
111
   <item row="2" column="0" colspan="5">
112
                    </property>
112
    <widget class="QGroupBox" name="groupBox_3">
113
                    <property name="text">
113
     <property name="title">
114
                        <string>Latitude</string>
114
      <string>Lower right corner</string>
115
                    </property>
115
     </property>
116
                </widget>
116
     <layout class="QGridLayout" name="gridLayout_2">
117
                <widget class="KDoubleNumInput" row="0" column="1">
117
      <item row="0" column="0">
118
                    <property name="name">
118
       <widget class="QLabel" name="textLabel4">
119
                        <cstring>edRightLon</cstring>
119
        <property name="text">
120
                    </property>
120
         <string>Longitude</string>
121
                    <property name="minValue">
121
        </property>
122
                        <number>-180000</number>
122
        <property name="wordWrap">
123
                    </property>
123
         <bool>false</bool>
124
                    <property name="maxValue">
124
        </property>
125
                        <number>180000</number>
125
       </widget>
126
                    </property>
126
      </item>
127
                    <property name="precision">
127
      <item row="0" column="1">
128
                        <number>4</number>
128
       <widget class="KDoubleNumInput" name="edRightLon">
129
                    </property>
129
        <property name="toolTip">
130
                    <property name="toolTip" stdset="0">
130
         <string>The longitute (X) origin of the downloaded image</string>
131
                        <string>The longitute (X) origin of the downloaded image</string>
131
        </property>
132
                    </property>
132
        <property name="minimum">
133
                </widget>
133
         <double>-180.000000000000000</double>
134
                <widget class="KDoubleNumInput" row="1" column="1">
134
        </property>
135
                    <property name="name">
135
        <property name="maximum">
136
                        <cstring>edRightLat</cstring>
136
         <double>180.000000000000000</double>
137
                    </property>
137
        </property>
138
                    <property name="minValue">
138
        <property name="decimals">
139
                        <number>-180000</number>
139
         <number>6</number>
140
                    </property>
140
        </property>
141
                    <property name="maxValue">
141
        <property name="minValue" stdset="0">
142
                        <number>180000</number>
142
         <number>-180</number>
143
                    </property>
143
        </property>
144
                    <property name="precision">
144
        <property name="maxValue" stdset="0">
145
                        <number>4</number>
145
         <number>180</number>
146
                    </property>
146
        </property>
147
                    <property name="toolTip" stdset="0">
147
        <property name="precision" stdset="0">
148
                        <string>The latitute (Y) origin of the downloaded image</string>
148
         <number>6</number>
149
                    </property>
149
        </property>
150
                </widget>
150
       </widget>
151
            </grid>
151
      </item>
152
        </widget>
152
      <item row="1" column="0">
153
        <spacer row="4" column="4">
153
       <widget class="QLabel" name="textLabel5">
154
            <property name="name">
154
        <property name="text">
155
                <cstring>spacer3</cstring>
155
         <string>Latitude</string>
156
            </property>
156
        </property>
157
            <property name="orientation">
157
        <property name="wordWrap">
158
                <enum>Horizontal</enum>
158
         <bool>false</bool>
159
            </property>
159
        </property>
160
            <property name="sizeType">
160
       </widget>
161
                <enum>Expanding</enum>
161
      </item>
162
            </property>
162
      <item row="1" column="1">
163
            <property name="sizeHint">
163
       <widget class="KDoubleNumInput" name="edRightLat">
164
                <size>
164
        <property name="toolTip">
165
                    <width>20</width>
165
         <string>The latitute (Y) origin of the downloaded image</string>
166
                    <height>20</height>
166
        </property>
167
                </size>
167
        <property name="label">
168
            </property>
168
         <string/>
169
        </spacer>
169
        </property>
170
        <widget class="QPushButton" row="4" column="3">
170
        <property name="minimum">
171
            <property name="name">
171
         <double>-180.000000000000000</double>
172
                <cstring>pbCancel</cstring>
172
        </property>
173
            </property>
173
        <property name="maximum">
174
            <property name="text">
174
         <double>180.000000000000000</double>
175
                <string>Cancel</string>
175
        </property>
176
            </property>
176
        <property name="decimals">
177
        </widget>
177
         <number>6</number>
178
        <spacer row="4" column="2">
178
        </property>
179
            <property name="name">
179
        <property name="minValue" stdset="0">
180
                <cstring>spacer2</cstring>
180
         <number>-180</number>
181
            </property>
181
        </property>
182
            <property name="orientation">
182
        <property name="maxValue" stdset="0">
183
                <enum>Horizontal</enum>
183
         <number>180</number>
184
            </property>
184
        </property>
185
            <property name="sizeType">
185
        <property name="precision" stdset="0">
186
                <enum>Expanding</enum>
186
         <number>6</number>
187
            </property>
187
        </property>
188
            <property name="sizeHint">
188
       </widget>
189
                <size>
189
      </item>
190
                    <width>30</width>
190
     </layout>
191
                    <height>20</height>
191
    </widget>
192
                </size>
192
   </item>
193
            </property>
193
   <item row="3" column="0" colspan="5">
194
        </spacer>
194
    <widget class="QGroupBox" name="groupBox">
195
        <widget class="QPushButton" row="4" column="1">
195
     <property name="locale">
196
            <property name="name">
196
      <locale language="English" country="UnitedStates"/>
197
                <cstring>pbSave</cstring>
197
     </property>
198
            </property>
198
     <property name="title">
199
            <property name="text">
199
      <string>Projection</string>
200
                <string>Save</string>
200
     </property>
201
            </property>
201
     <layout class="QGridLayout" name="gridLayout_3">
202
        </widget>
202
      <item row="0" column="0">
203
        <spacer row="4" column="0">
203
       <widget class="QLabel" name="textLabel1_2">
204
            <property name="name">
204
        <property name="text">
205
                <cstring>spacer1</cstring>
205
         <string>Date</string>
206
            </property>
206
        </property>
207
            <property name="orientation">
207
        <property name="wordWrap">
208
                <enum>Horizontal</enum>
208
         <bool>false</bool>
209
            </property>
209
        </property>
210
            <property name="sizeType">
210
       </widget>
211
                <enum>Expanding</enum>
211
      </item>
212
            </property>
212
      <item row="0" column="1">
213
            <property name="sizeHint">
213
       <widget class="KComboBox" name="cbDate">
214
                <size>
214
        <item>
215
                    <width>20</width>
215
         <property name="text">
216
                    <height>20</height>
216
          <string>EPSG:4326</string>
217
                </size>
217
         </property>
218
            </property>
218
        </item>
219
        </spacer>
219
        <item>
220
        <widget class="QLabel" row="0" column="0" rowspan="1" colspan="5">
220
         <property name="text">
221
            <property name="name">
221
          <string>EPSG:31257</string>
222
                <cstring>textLabel3</cstring>
222
         </property>
223
            </property>
223
        </item>
224
            <property name="text">
224
        <item>
225
                <string>&lt;center&gt;&lt;b&gt;Geo coordinates (e.g. 16.4356)&lt;/b&gt;&lt;/center&gt;</string>
225
         <property name="text">
226
            </property>
226
          <string>EPSG:31258</string>
227
        </widget>
227
         </property>
228
        <widget class="QGroupBox" row="3" column="0" rowspan="1" colspan="5">
228
        </item>
229
            <property name="name">
229
        <item>
230
                <cstring>groupBox3</cstring>
230
         <property name="text">
231
            </property>
231
          <string>EPSG:31259</string>
232
            <property name="title">
232
         </property>
233
                <string>Projection</string>
233
        </item>
234
            </property>
234
        <item>
235
            <grid>
235
         <property name="text">
236
                <property name="name">
236
          <string>EPSG:31286</string>
237
                    <cstring>unnamed</cstring>
237
         </property>
238
                </property>
238
        </item>
239
                <widget class="QLabel" row="0" column="0">
239
        <item>
240
                    <property name="name">
240
         <property name="text">
241
                        <cstring>textLabel1_2</cstring>
241
          <string>EPSG:31287</string>
242
                    </property>
242
         </property>
243
                    <property name="text">
243
        </item>
244
                        <string>Date</string>
244
        <item>
245
                    </property>
245
         <property name="text">
246
                </widget>
246
          <string>EPSG:31288</string>
247
                <widget class="KComboBox" row="0" column="1">
247
         </property>
248
                    <item>
248
        </item>
249
                        <property name="text">
249
       </widget>
250
                            <string>EPSG:4326</string>
250
      </item>
251
                        </property>
251
     </layout>
252
                    </item>
252
    </widget>
253
                    <item>
253
   </item>
254
                        <property name="text">
254
   <item row="4" column="0">
255
                            <string>EPSG:31257</string>
255
    <spacer name="spacer1">
256
                        </property>
256
     <property name="orientation">
257
                    </item>
257
      <enum>Qt::Horizontal</enum>
258
                    <item>
258
     </property>
259
                        <property name="text">
259
     <property name="sizeType">
260
                            <string>EPSG:31258</string>
260
      <enum>QSizePolicy::Expanding</enum>
261
                        </property>
261
     </property>
262
                    </item>
262
     <property name="sizeHint" stdset="0">
263
                    <item>
263
      <size>
264
                        <property name="text">
264
       <width>20</width>
265
                            <string>EPSG:31259</string>
265
       <height>20</height>
266
                        </property>
266
      </size>
267
                    </item>
267
     </property>
268
                    <item>
268
    </spacer>
269
                        <property name="text">
269
   </item>
270
                            <string>EPSG:31286</string>
270
   <item row="4" column="1">
271
                        </property>
271
    <widget class="QPushButton" name="pbSave">
272
                    </item>
272
     <property name="text">
273
                    <item>
273
      <string>Save</string>
274
                        <property name="text">
274
     </property>
275
                            <string>EPSG:31287</string>
275
    </widget>
276
                        </property>
276
   </item>
277
                    </item>
277
   <item row="4" column="2">
278
                    <item>
278
    <spacer name="spacer2">
279
                        <property name="text">
279
     <property name="orientation">
280
                            <string>EPSG:31288</string>
280
      <enum>Qt::Horizontal</enum>
281
                        </property>
281
     </property>
282
                    </item>
282
     <property name="sizeType">
283
                    <property name="name">
283
      <enum>QSizePolicy::Expanding</enum>
284
                        <cstring>cbDate</cstring>
284
     </property>
285
                    </property>
285
     <property name="sizeHint" stdset="0">
286
                </widget>
286
      <size>
287
            </grid>
287
       <width>30</width>
288
        </widget>
288
       <height>20</height>
289
    </grid>
289
      </size>
290
</widget>
290
     </property>
291
<images>
291
    </spacer>
292
    <image name="image0">
292
   </item>
293
        <data format="PNG" length="558">89504e470d0a1a0a0000000d49484452000000100000001008060000001ff3ff61000001f549444154388d63604003fffeff6184d24cfffeff6181e14fef9f7397461abfcf0b33b9f7fec30756987a167403981859fe43e97f0c0c0cff60e25fbf7c6095f9cbc06161a8c52d2820f01ba701c8a023274ad54e912f41e4f767f3bbcbfb65fd2c74585939f92622abc16b803ef3d362392e7ec5dd47aef1f34afd5713334f65d0e1bcce89e2627c06bcf9c1745b4245ad5f50d7e1bddc99c70c6a5b3631fc7c73efe1cd0575b644b9404146e1cccf278facdf8a9a2a08d49731dc7fb093e1ffa525f98fbffcbdcfc0c07098a001424aba8f1edcbe162bbbbe43e665e03b062b0ff36cbea03533adf804fee2d3870296a8a8565c5710f9ff3cd2eaffcf05f556e8f278c360dd9489125f053ee61ed310f8ff55438481418061d29b6d937891d5c0bdb0b0b5d7e8e37f990077ee83877fbc7eaaa160a4cb75e9d006677d4b5189c7ef3fe7ec38f3ccc8fdc7d724514595360606865c0c035e7e95e95235e651fefd9a5de5ecf54b7cb75f3ce153535490e11155f176c898bd8381e111c34e45ef37a22c6cf6585df0f6fdbb6dcc0f1f4f0a2ceaff0311b9cfc0c07016c54bff7f7ce366e5e2ba88d580cee9997df8c283818181e1dfef9f0fff30327160358018f0ebf7cffbcc7f7f8b208be18d05747046bc4dfc008b5fe6d593e778c872818ae0958be70eb09edffb43b4888181a1898181810100fda5bbe360439b8a0000000049454e44ae426082</data>
293
   <item row="4" column="3">
294
    </image>
294
    <widget class="QPushButton" name="pbCancel">
295
</images>
295
     <property name="text">
296
<connections>
296
      <string>Cancel</string>
297
    <connection>
297
     </property>
298
        <sender>pbSave</sender>
298
    </widget>
299
        <signal>clicked()</signal>
299
   </item>
300
        <receiver>coordinatesWidgetBase</receiver>
300
   <item row="4" column="4">
301
        <slot>pbSaveSlot()</slot>
301
    <spacer name="spacer3">
302
    </connection>
302
     <property name="orientation">
303
    <connection>
303
      <enum>Qt::Horizontal</enum>
304
        <sender>pbCancel</sender>
304
     </property>
305
        <signal>clicked()</signal>
305
     <property name="sizeType">
306
        <receiver>coordinatesWidgetBase</receiver>
306
      <enum>QSizePolicy::Expanding</enum>
307
        <slot>bpCancelSlot()</slot>
307
     </property>
308
    </connection>
308
     <property name="sizeHint" stdset="0">
309
</connections>
309
      <size>
310
<tabstops>
310
       <width>20</width>
311
    <tabstop>edLeftLon</tabstop>
311
       <height>20</height>
312
    <tabstop>edLeftLat</tabstop>
312
      </size>
313
    <tabstop>edRightLon</tabstop>
313
     </property>
314
    <tabstop>edRightLat</tabstop>
314
    </spacer>
315
    <tabstop>pbSave</tabstop>
315
   </item>
316
    <tabstop>pbCancel</tabstop>
316
  </layout>
317
</tabstops>
317
 </widget>
318
<slots>
318
 <layoutdefault spacing="6" margin="11"/>
319
    <slot>pbSaveSlot()</slot>
319
 <customwidgets>
320
    <slot>bpCancelSlot()</slot>
320
  <customwidget>
321
</slots>
321
   <class>KComboBox</class>
322
<layoutdefaults spacing="6" margin="11"/>
322
   <extends>QComboBox</extends>
323
<includehints>
323
   <header>kcombobox.h</header>
324
    <includehint>knuminput.h</includehint>
324
  </customwidget>
325
    <includehint>knuminput.h</includehint>
325
  <customwidget>
326
    <includehint>knuminput.h</includehint>
326
   <class>KDoubleNumInput</class>
327
    <includehint>knuminput.h</includehint>
327
   <extends>QWidget</extends>
328
    <includehint>knuminput.h</includehint>
328
   <header>knuminput.h</header>
329
    <includehint>knuminput.h</includehint>
329
  </customwidget>
330
    <includehint>knuminput.h</includehint>
330
 </customwidgets>
331
    <includehint>knuminput.h</includehint>
331
 <tabstops>
332
    <includehint>kcombobox.h</includehint>
332
  <tabstop>cbDate</tabstop>
333
</includehints>
333
  <tabstop>pbSave</tabstop>
334
</UI>
334
  <tabstop>pbCancel</tabstop>
-
 
335
 </tabstops>
-
 
336
 <includes>
-
 
337
  <include location="local">knuminput.h</include>
-
 
338
  <include location="local">knuminput.h</include>
-
 
339
  <include location="local">knuminput.h</include>
-
 
340
  <include location="local">knuminput.h</include>
-
 
341
  <include location="local">knuminput.h</include>
-
 
342
  <include location="local">knuminput.h</include>
-
 
343
  <include location="local">knuminput.h</include>
-
 
344
  <include location="local">knuminput.h</include>
-
 
345
  <include location="local">kcombobox.h</include>
-
 
346
 </includes>
-
 
347
 <resources/>
-
 
348
 <connections>
-
 
349
  <connection>
-
 
350
   <sender>pbSave</sender>
-
 
351
   <signal>clicked()</signal>
-
 
352
   <receiver>coordinatesWidgetBase</receiver>
-
 
353
   <slot>pbSaveSlot()</slot>
-
 
354
   <hints>
-
 
355
    <hint type="sourcelabel">
-
 
356
     <x>71</x>
-
 
357
     <y>317</y>
-
 
358
    </hint>
-
 
359
    <hint type="destinationlabel">
-
 
360
     <x>67</x>
-
 
361
     <y>244</y>
-
 
362
    </hint>
-
 
363
   </hints>
-
 
364
  </connection>
-
 
365
  <connection>
-
 
366
   <sender>pbCancel</sender>
-
 
367
   <signal>clicked()</signal>
-
 
368
   <receiver>coordinatesWidgetBase</receiver>
-
 
369
   <slot>bpCancelSlot()</slot>
-
 
370
   <hints>
-
 
371
    <hint type="sourcelabel">
-
 
372
     <x>195</x>
-
 
373
     <y>317</y>
-
 
374
    </hint>
-
 
375
    <hint type="destinationlabel">
-
 
376
     <x>92</x>
-
 
377
     <y>27</y>
-
 
378
    </hint>
-
 
379
   </hints>
-
 
380
  </connection>
-
 
381
 </connections>
-
 
382
</ui>