Subversion Repositories public

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

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