~ubuntu-branches/ubuntu/wily/qgis/wily

« back to all changes in this revision

Viewing changes to src/ui/qgsmapserverexportbase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
2
3
 <class>QgsMapserverExportBase</class>
3
 
 <widget class="QDialog" name="QgsMapserverExportBase" >
4
 
  <property name="geometry" >
 
4
 <widget class="QDialog" name="QgsMapserverExportBase">
 
5
  <property name="geometry">
5
6
   <rect>
6
7
    <x>0</x>
7
8
    <y>0</y>
8
 
    <width>483</width>
9
 
    <height>433</height>
 
9
    <width>410</width>
 
10
    <height>416</height>
10
11
   </rect>
11
12
  </property>
12
 
  <property name="windowTitle" >
 
13
  <property name="windowTitle">
13
14
   <string>Export to Mapserver</string>
14
15
  </property>
15
 
  <property name="sizeGripEnabled" >
16
 
   <bool>true</bool>
17
 
  </property>
18
 
  <property name="modal" >
19
 
   <bool>true</bool>
20
 
  </property>
21
 
  <layout class="QGridLayout" >
22
 
   <property name="margin" >
 
16
  <property name="sizeGripEnabled">
 
17
   <bool>true</bool>
 
18
  </property>
 
19
  <property name="modal">
 
20
   <bool>true</bool>
 
21
  </property>
 
22
  <layout class="QGridLayout">
 
23
   <property name="margin">
23
24
    <number>10</number>
24
25
   </property>
25
 
   <property name="spacing" >
 
26
   <property name="spacing">
26
27
    <number>6</number>
27
28
   </property>
28
 
   <item row="0" column="0" >
29
 
    <widget class="QLabel" name="textLabel7" >
30
 
     <property name="text" >
 
29
   <item row="0" column="0">
 
30
    <widget class="QLabel" name="textLabel7">
 
31
     <property name="text">
31
32
      <string>Map file</string>
32
33
     </property>
33
 
     <property name="buddy" >
 
34
     <property name="buddy">
34
35
      <cstring>txtMapFilePath</cstring>
35
36
     </property>
36
37
    </widget>
37
38
   </item>
38
 
   <item row="1" column="0" colspan="2" >
39
 
    <widget class="QCheckBox" name="chkExpLayersOnly" >
40
 
     <property name="text" >
 
39
   <item row="1" column="0" colspan="2">
 
40
    <widget class="QCheckBox" name="chkExpLayersOnly">
 
41
     <property name="text">
41
42
      <string>Export LAYER information only</string>
42
43
     </property>
43
44
    </widget>
44
45
   </item>
45
 
   <item row="4" column="0" colspan="3" >
46
 
    <layout class="QHBoxLayout" >
47
 
     <property name="margin" >
48
 
      <number>0</number>
49
 
     </property>
50
 
     <property name="spacing" >
51
 
      <number>6</number>
52
 
     </property>
53
 
     <item>
54
 
      <widget class="QPushButton" name="buttonHelp" >
55
 
       <property name="text" >
56
 
        <string>&amp;Help</string>
57
 
       </property>
58
 
       <property name="shortcut" >
59
 
        <string>F1</string>
60
 
       </property>
61
 
       <property name="autoDefault" >
62
 
        <bool>true</bool>
63
 
       </property>
64
 
      </widget>
65
 
     </item>
66
 
     <item>
67
 
      <spacer>
68
 
       <property name="orientation" >
69
 
        <enum>Qt::Horizontal</enum>
70
 
       </property>
71
 
       <property name="sizeType" >
72
 
        <enum>QSizePolicy::Expanding</enum>
73
 
       </property>
74
 
       <property name="sizeHint" >
75
 
        <size>
76
 
         <width>20</width>
77
 
         <height>20</height>
78
 
        </size>
79
 
       </property>
80
 
      </spacer>
81
 
     </item>
82
 
     <item>
83
 
      <widget class="QPushButton" name="buttonOk" >
84
 
       <property name="text" >
85
 
        <string>&amp;OK</string>
86
 
       </property>
87
 
       <property name="shortcut" >
88
 
        <string/>
89
 
       </property>
90
 
       <property name="autoDefault" >
91
 
        <bool>true</bool>
92
 
       </property>
93
 
       <property name="default" >
94
 
        <bool>true</bool>
95
 
       </property>
96
 
      </widget>
97
 
     </item>
98
 
     <item>
99
 
      <widget class="QPushButton" name="buttonCancel" >
100
 
       <property name="text" >
101
 
        <string>&amp;Cancel</string>
102
 
       </property>
103
 
       <property name="shortcut" >
104
 
        <string/>
105
 
       </property>
106
 
       <property name="autoDefault" >
107
 
        <bool>true</bool>
108
 
       </property>
109
 
      </widget>
110
 
     </item>
111
 
    </layout>
112
 
   </item>
113
 
   <item row="0" column="2" >
114
 
    <widget class="QPushButton" name="btnChooseFile" >
115
 
     <property name="text" >
 
46
   <item row="0" column="2">
 
47
    <widget class="QPushButton" name="btnChooseFile">
 
48
     <property name="text">
116
49
      <string>...</string>
117
50
     </property>
118
51
    </widget>
119
52
   </item>
120
 
   <item row="0" column="1" >
121
 
    <widget class="QLineEdit" name="txtMapFilePath" />
 
53
   <item row="0" column="1">
 
54
    <widget class="QLineEdit" name="txtMapFilePath"/>
122
55
   </item>
123
 
   <item row="2" column="0" colspan="3" >
124
 
    <widget class="Q3GroupBox" name="grpMap" >
125
 
     <property name="title" >
 
56
   <item row="2" column="0" colspan="3">
 
57
    <widget class="Q3GroupBox" name="grpMap">
 
58
     <property name="title">
126
59
      <string>Map</string>
127
60
     </property>
128
 
     <property name="orientation" >
129
 
      <enum>Qt::Vertical</enum>
130
 
     </property>
131
 
     <layout class="QGridLayout" >
132
 
      <property name="margin" >
 
61
     <layout class="QGridLayout">
 
62
      <property name="margin">
133
63
       <number>10</number>
134
64
      </property>
135
 
      <property name="spacing" >
 
65
      <property name="spacing">
136
66
       <number>6</number>
137
67
      </property>
138
 
      <item row="0" column="0" >
139
 
       <widget class="QLabel" name="textLabel1" >
140
 
        <property name="toolTip" >
 
68
      <item row="0" column="0">
 
69
       <widget class="QLabel" name="textLabel1">
 
70
        <property name="toolTip">
141
71
         <string/>
142
72
        </property>
143
 
        <property name="text" >
 
73
        <property name="text">
144
74
         <string>Name</string>
145
75
        </property>
146
 
        <property name="buddy" >
 
76
        <property name="buddy">
147
77
         <cstring>txtMapName</cstring>
148
78
        </property>
149
79
       </widget>
150
80
      </item>
151
 
      <item row="0" column="7" >
152
 
       <widget class="QLabel" name="textLabel2_2" >
153
 
        <property name="text" >
 
81
      <item row="0" column="7">
 
82
       <widget class="QLabel" name="textLabel2_2">
 
83
        <property name="text">
154
84
         <string>Height</string>
155
85
        </property>
156
 
        <property name="buddy" >
 
86
        <property name="buddy">
157
87
         <cstring>txtMapHeight</cstring>
158
88
        </property>
159
89
       </widget>
160
90
      </item>
161
 
      <item row="1" column="1" colspan="2" >
162
 
       <widget class="QComboBox" name="cmbMapUnits" />
 
91
      <item row="1" column="1" colspan="2">
 
92
       <widget class="QComboBox" name="cmbMapUnits"/>
163
93
      </item>
164
 
      <item row="1" column="0" >
165
 
       <widget class="QLabel" name="textLabel3" >
166
 
        <property name="text" >
 
94
      <item row="1" column="0">
 
95
       <widget class="QLabel" name="textLabel3">
 
96
        <property name="text">
167
97
         <string>Units</string>
168
98
        </property>
169
 
        <property name="buddy" >
 
99
        <property name="buddy">
170
100
         <cstring>cmbMapUnits</cstring>
171
101
        </property>
172
102
       </widget>
173
103
      </item>
174
 
      <item row="1" column="3" colspan="2" >
175
 
       <widget class="QLabel" name="textLabel4" >
176
 
        <property name="text" >
 
104
      <item row="1" column="3" colspan="2">
 
105
       <widget class="QLabel" name="textLabel4">
 
106
        <property name="text">
177
107
         <string>Image type</string>
178
108
        </property>
179
 
        <property name="buddy" >
 
109
        <property name="buddy">
180
110
         <cstring>cmbMapImageType</cstring>
181
111
        </property>
182
112
       </widget>
183
113
      </item>
184
 
      <item row="1" column="5" colspan="3" >
185
 
       <widget class="QComboBox" name="cmbMapImageType" >
 
114
      <item row="1" column="5" colspan="3">
 
115
       <widget class="QComboBox" name="cmbMapImageType">
186
116
        <item>
187
 
         <property name="text" >
 
117
         <property name="text">
188
118
          <string>gif</string>
189
119
         </property>
190
120
        </item>
191
121
        <item>
192
 
         <property name="text" >
 
122
         <property name="text">
193
123
          <string>gtiff</string>
194
124
         </property>
195
125
        </item>
196
126
        <item>
197
 
         <property name="text" >
 
127
         <property name="text">
198
128
          <string>jpeg</string>
199
129
         </property>
200
130
        </item>
201
131
        <item>
202
 
         <property name="text" >
 
132
         <property name="text">
203
133
          <string>png</string>
204
134
         </property>
205
135
        </item>
206
136
        <item>
207
 
         <property name="text" >
 
137
         <property name="text">
208
138
          <string>swf</string>
209
139
         </property>
210
140
        </item>
211
141
        <item>
212
 
         <property name="text" >
 
142
         <property name="text">
213
143
          <string>userdefined</string>
214
144
         </property>
215
145
        </item>
216
146
        <item>
217
 
         <property name="text" >
 
147
         <property name="text">
218
148
          <string>wbmp</string>
219
149
         </property>
220
150
        </item>
221
151
       </widget>
222
152
      </item>
223
 
      <item row="2" column="0" colspan="2" >
224
 
       <widget class="QLabel" name="textLabel6" >
225
 
        <property name="text" >
 
153
      <item row="2" column="0" colspan="2">
 
154
       <widget class="QLabel" name="textLabel6">
 
155
        <property name="text">
226
156
         <string>MinScale</string>
227
157
        </property>
228
 
        <property name="buddy" >
 
158
        <property name="buddy">
229
159
         <cstring>txtMinScale</cstring>
230
160
        </property>
231
161
       </widget>
232
162
      </item>
233
 
      <item row="2" column="5" colspan="2" >
234
 
       <widget class="QLabel" name="textLabel6_2" >
235
 
        <property name="text" >
 
163
      <item row="2" column="5" colspan="2">
 
164
       <widget class="QLabel" name="textLabel6_2">
 
165
        <property name="text">
236
166
         <string>MaxScale</string>
237
167
        </property>
238
 
        <property name="buddy" >
 
168
        <property name="buddy">
239
169
         <cstring>txtMaxScale</cstring>
240
170
        </property>
241
171
       </widget>
242
172
      </item>
243
 
      <item row="2" column="2" colspan="2" >
244
 
       <widget class="QLineEdit" name="txtMinScale" />
245
 
      </item>
246
 
      <item row="2" column="7" colspan="2" >
247
 
       <widget class="QLineEdit" name="txtMaxScale" />
248
 
      </item>
249
 
      <item row="0" column="1" colspan="3" >
250
 
       <widget class="QLineEdit" name="txtMapName" >
251
 
        <property name="toolTip" >
 
173
      <item row="2" column="2" colspan="2">
 
174
       <widget class="QLineEdit" name="txtMinScale"/>
 
175
      </item>
 
176
      <item row="2" column="7" colspan="2">
 
177
       <widget class="QLineEdit" name="txtMaxScale"/>
 
178
      </item>
 
179
      <item row="0" column="1" colspan="3">
 
180
       <widget class="QLineEdit" name="txtMapName">
 
181
        <property name="toolTip">
252
182
         <string>Prefix attached to map, scalebar and legend GIF filenames created using this MapFile. It should be kept short.</string>
253
183
        </property>
254
184
       </widget>
255
185
      </item>
256
 
      <item row="0" column="6" >
257
 
       <widget class="QLineEdit" name="txtMapWidth" />
258
 
      </item>
259
 
      <item row="0" column="8" >
260
 
       <widget class="QLineEdit" name="txtMapHeight" />
261
 
      </item>
262
 
      <item row="0" column="4" colspan="2" >
263
 
       <widget class="QLabel" name="textLabel2" >
264
 
        <property name="text" >
 
186
      <item row="0" column="6">
 
187
       <widget class="QLineEdit" name="txtMapWidth"/>
 
188
      </item>
 
189
      <item row="0" column="8">
 
190
       <widget class="QLineEdit" name="txtMapHeight"/>
 
191
      </item>
 
192
      <item row="0" column="4" colspan="2">
 
193
       <widget class="QLabel" name="textLabel2">
 
194
        <property name="text">
265
195
         <string>Width</string>
266
196
        </property>
267
 
        <property name="buddy" >
 
197
        <property name="buddy">
268
198
         <cstring>txtMapWidth</cstring>
269
199
        </property>
270
200
       </widget>
272
202
     </layout>
273
203
    </widget>
274
204
   </item>
275
 
   <item row="3" column="0" colspan="3" >
276
 
    <widget class="Q3GroupBox" name="grpWeb" >
277
 
     <property name="title" >
 
205
   <item row="3" column="0" colspan="3">
 
206
    <widget class="Q3GroupBox" name="grpWeb">
 
207
     <property name="title">
278
208
      <string>Web Interface Definition</string>
279
209
     </property>
280
 
     <property name="orientation" >
281
 
      <enum>Qt::Vertical</enum>
282
 
     </property>
283
 
     <layout class="QGridLayout" >
284
 
      <property name="margin" >
 
210
     <layout class="QGridLayout">
 
211
      <property name="margin">
285
212
       <number>10</number>
286
213
      </property>
287
 
      <property name="spacing" >
 
214
      <property name="spacing">
288
215
       <number>6</number>
289
216
      </property>
290
 
      <item row="0" column="0" >
291
 
       <widget class="QLabel" name="textLabel5" >
292
 
        <property name="text" >
 
217
      <item row="0" column="0">
 
218
       <widget class="QLabel" name="textLabel5">
 
219
        <property name="text">
293
220
         <string>Header</string>
294
221
        </property>
295
 
        <property name="buddy" >
 
222
        <property name="buddy">
296
223
         <cstring>txtWebHeader</cstring>
297
224
        </property>
298
225
       </widget>
299
226
      </item>
300
 
      <item row="2" column="0" >
301
 
       <widget class="QLabel" name="textLabel5_3" >
302
 
        <property name="text" >
 
227
      <item row="2" column="0">
 
228
       <widget class="QLabel" name="textLabel5_3">
 
229
        <property name="text">
303
230
         <string>Footer</string>
304
231
        </property>
305
 
        <property name="buddy" >
 
232
        <property name="buddy">
306
233
         <cstring>txtWebFooter</cstring>
307
234
        </property>
308
235
       </widget>
309
236
      </item>
310
 
      <item row="1" column="0" >
311
 
       <widget class="QLabel" name="textLabel5_2" >
312
 
        <property name="text" >
 
237
      <item row="1" column="0">
 
238
       <widget class="QLabel" name="textLabel5_2">
 
239
        <property name="text">
313
240
         <string>Template</string>
314
241
        </property>
315
 
        <property name="buddy" >
 
242
        <property name="buddy">
316
243
         <cstring>txtWebTemplate</cstring>
317
244
        </property>
318
245
       </widget>
319
246
      </item>
320
 
      <item row="0" column="1" >
321
 
       <widget class="QLineEdit" name="txtWebHeader" />
322
 
      </item>
323
 
      <item row="1" column="1" >
324
 
       <widget class="QLineEdit" name="txtWebTemplate" />
325
 
      </item>
326
 
      <item row="2" column="1" >
327
 
       <widget class="QLineEdit" name="txtWebFooter" />
 
247
      <item row="0" column="1">
 
248
       <widget class="QLineEdit" name="txtWebHeader"/>
 
249
      </item>
 
250
      <item row="1" column="1">
 
251
       <widget class="QLineEdit" name="txtWebTemplate"/>
 
252
      </item>
 
253
      <item row="2" column="1">
 
254
       <widget class="QLineEdit" name="txtWebFooter"/>
328
255
      </item>
329
256
     </layout>
330
257
    </widget>
331
258
   </item>
 
259
   <item row="4" column="0" colspan="3">
 
260
    <widget class="QDialogButtonBox" name="buttonBox">
 
261
     <property name="standardButtons">
 
262
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
 
263
     </property>
 
264
    </widget>
 
265
   </item>
332
266
  </layout>
333
267
 </widget>
334
 
 <layoutdefault spacing="6" margin="11" />
 
268
 <layoutdefault spacing="6" margin="11"/>
335
269
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
336
270
 <customwidgets>
337
271
  <customwidget>
355
289
  <tabstop>txtWebHeader</tabstop>
356
290
  <tabstop>txtWebTemplate</tabstop>
357
291
  <tabstop>txtWebFooter</tabstop>
358
 
  <tabstop>buttonHelp</tabstop>
359
 
  <tabstop>buttonOk</tabstop>
360
 
  <tabstop>buttonCancel</tabstop>
361
292
 </tabstops>
362
293
 <resources/>
363
 
 <connections/>
 
294
 <connections>
 
295
  <connection>
 
296
   <sender>buttonBox</sender>
 
297
   <signal>accepted()</signal>
 
298
   <receiver>QgsMapserverExportBase</receiver>
 
299
   <slot>accept()</slot>
 
300
   <hints>
 
301
    <hint type="sourcelabel">
 
302
     <x>349</x>
 
303
     <y>393</y>
 
304
    </hint>
 
305
    <hint type="destinationlabel">
 
306
     <x>404</x>
 
307
     <y>317</y>
 
308
    </hint>
 
309
   </hints>
 
310
  </connection>
 
311
  <connection>
 
312
   <sender>buttonBox</sender>
 
313
   <signal>rejected()</signal>
 
314
   <receiver>QgsMapserverExportBase</receiver>
 
315
   <slot>reject()</slot>
 
316
   <hints>
 
317
    <hint type="sourcelabel">
 
318
     <x>280</x>
 
319
     <y>386</y>
 
320
    </hint>
 
321
    <hint type="destinationlabel">
 
322
     <x>404</x>
 
323
     <y>282</y>
 
324
    </hint>
 
325
   </hints>
 
326
  </connection>
 
327
 </connections>
364
328
</ui>