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

« back to all changes in this revision

Viewing changes to src/ui/qgsoptionsbase.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>QgsOptionsBase</class>
3
 
 <widget class="QDialog" name="QgsOptionsBase" >
4
 
  <property name="geometry" >
 
4
 <widget class="QDialog" name="QgsOptionsBase">
 
5
  <property name="geometry">
5
6
   <rect>
6
7
    <x>0</x>
7
8
    <y>0</y>
8
 
    <width>590</width>
9
 
    <height>454</height>
 
9
    <width>813</width>
 
10
    <height>537</height>
10
11
   </rect>
11
12
  </property>
12
 
  <property name="windowTitle" >
13
 
   <string>QGIS Options</string>
14
 
  </property>
15
 
  <property name="windowIcon" >
16
 
   <iconset/>
17
 
  </property>
18
 
  <property name="sizeGripEnabled" >
19
 
   <bool>true</bool>
20
 
  </property>
21
 
  <property name="modal" >
22
 
   <bool>true</bool>
23
 
  </property>
24
 
  <layout class="QGridLayout" >
25
 
   <property name="margin" >
26
 
    <number>9</number>
27
 
   </property>
28
 
   <property name="spacing" >
29
 
    <number>6</number>
30
 
   </property>
31
 
   <item row="0" column="0" >
32
 
    <widget class="QTabWidget" name="tabWidget" >
33
 
     <property name="currentIndex" >
 
13
  <property name="windowTitle">
 
14
   <string>Options</string>
 
15
  </property>
 
16
  <property name="sizeGripEnabled">
 
17
   <bool>true</bool>
 
18
  </property>
 
19
  <property name="modal">
 
20
   <bool>true</bool>
 
21
  </property>
 
22
  <layout class="QGridLayout" name="gridLayout_3">
 
23
   <item row="0" column="1">
 
24
    <widget class="QStackedWidget" name="stackedWidget">
 
25
     <property name="currentIndex">
34
26
      <number>0</number>
35
27
     </property>
36
 
     <widget class="QWidget" name="tabAppearance" >
37
 
      <attribute name="title" >
38
 
       <string>&amp;Appearance</string>
39
 
      </attribute>
40
 
      <layout class="QVBoxLayout" >
41
 
       <property name="margin" >
42
 
        <number>9</number>
43
 
       </property>
44
 
       <property name="spacing" >
45
 
        <number>6</number>
46
 
       </property>
47
 
       <item>
48
 
        <widget class="QGroupBox" name="groupBox" >
49
 
         <property name="title" >
50
 
          <string>&amp;Splash screen</string>
51
 
         </property>
52
 
         <layout class="QGridLayout" >
53
 
          <property name="margin" >
54
 
           <number>9</number>
55
 
          </property>
56
 
          <property name="spacing" >
57
 
           <number>6</number>
58
 
          </property>
59
 
          <item row="0" column="0" >
60
 
           <widget class="QCheckBox" name="cbxHideSplash" >
61
 
            <property name="text" >
 
28
     <widget class="QWidget" name="stackedWidgetPage1">
 
29
      <layout class="QGridLayout">
 
30
       <property name="margin">
 
31
        <number>0</number>
 
32
       </property>
 
33
       <item row="0" column="0">
 
34
        <widget class="QGroupBox" name="groupBox_11">
 
35
         <property name="title">
 
36
          <string>Project files</string>
 
37
         </property>
 
38
         <layout class="QVBoxLayout">
 
39
          <property name="margin">
 
40
           <number>11</number>
 
41
          </property>
 
42
          <item>
 
43
           <widget class="QCheckBox" name="chbAskToSaveProjectChanges">
 
44
            <property name="text">
 
45
             <string>Prompt to save project changes when required</string>
 
46
            </property>
 
47
           </widget>
 
48
          </item>
 
49
          <item>
 
50
           <widget class="QCheckBox" name="chbWarnOldProjectVersion">
 
51
            <property name="text">
 
52
             <string>Warn when opening a project file saved with an older version of QGIS</string>
 
53
            </property>
 
54
           </widget>
 
55
          </item>
 
56
         </layout>
 
57
        </widget>
 
58
       </item>
 
59
       <item row="1" column="0">
 
60
        <widget class="QGroupBox" name="groupBox_9">
 
61
         <property name="title">
 
62
          <string>Default Map Appearance (overridden by project properties)</string>
 
63
         </property>
 
64
         <layout class="QGridLayout">
 
65
          <item row="0" column="0">
 
66
           <widget class="QLabel" name="textLabel1_9">
 
67
            <property name="text">
 
68
             <string>Selection color</string>
 
69
            </property>
 
70
           </widget>
 
71
          </item>
 
72
          <item row="0" column="3">
 
73
           <widget class="QgsColorButton" name="pbnSelectionColor">
 
74
            <property name="minimumSize">
 
75
             <size>
 
76
              <width>100</width>
 
77
              <height>0</height>
 
78
             </size>
 
79
            </property>
 
80
            <property name="text">
 
81
             <string/>
 
82
            </property>
 
83
           </widget>
 
84
          </item>
 
85
          <item row="1" column="0">
 
86
           <widget class="QLabel" name="label">
 
87
            <property name="text">
 
88
             <string>Background color</string>
 
89
            </property>
 
90
           </widget>
 
91
          </item>
 
92
          <item row="1" column="2">
 
93
           <spacer>
 
94
            <property name="orientation">
 
95
             <enum>Qt::Horizontal</enum>
 
96
            </property>
 
97
            <property name="sizeHint" stdset="0">
 
98
             <size>
 
99
              <width>40</width>
 
100
              <height>20</height>
 
101
             </size>
 
102
            </property>
 
103
           </spacer>
 
104
          </item>
 
105
          <item row="1" column="3">
 
106
           <widget class="QgsColorButton" name="pbnCanvasColor">
 
107
            <property name="minimumSize">
 
108
             <size>
 
109
              <width>100</width>
 
110
              <height>0</height>
 
111
             </size>
 
112
            </property>
 
113
            <property name="text">
 
114
             <string/>
 
115
            </property>
 
116
           </widget>
 
117
          </item>
 
118
          <item row="0" column="2">
 
119
           <spacer>
 
120
            <property name="orientation">
 
121
             <enum>Qt::Horizontal</enum>
 
122
            </property>
 
123
            <property name="sizeHint" stdset="0">
 
124
             <size>
 
125
              <width>40</width>
 
126
              <height>20</height>
 
127
             </size>
 
128
            </property>
 
129
           </spacer>
 
130
          </item>
 
131
         </layout>
 
132
        </widget>
 
133
       </item>
 
134
       <item row="2" column="0">
 
135
        <widget class="QGroupBox" name="groupBox">
 
136
         <property name="title">
 
137
          <string>&amp;Application</string>
 
138
         </property>
 
139
         <layout class="QGridLayout">
 
140
          <item row="0" column="0">
 
141
           <widget class="QLabel" name="textLabel1_4">
 
142
            <property name="sizePolicy">
 
143
             <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
 
144
              <horstretch>0</horstretch>
 
145
              <verstretch>0</verstretch>
 
146
             </sizepolicy>
 
147
            </property>
 
148
            <property name="text">
 
149
             <string>Icon theme</string>
 
150
            </property>
 
151
           </widget>
 
152
          </item>
 
153
          <item row="1" column="0" colspan="2">
 
154
           <spacer>
 
155
            <property name="orientation">
 
156
             <enum>Qt::Vertical</enum>
 
157
            </property>
 
158
            <property name="sizeType">
 
159
             <enum>QSizePolicy::Fixed</enum>
 
160
            </property>
 
161
            <property name="sizeHint" stdset="0">
 
162
             <size>
 
163
              <width>20</width>
 
164
              <height>10</height>
 
165
             </size>
 
166
            </property>
 
167
           </spacer>
 
168
          </item>
 
169
          <item row="2" column="0" colspan="2">
 
170
           <widget class="QCheckBox" name="capitaliseCheckBox">
 
171
            <property name="text">
 
172
             <string>Capitalise layer names in legend</string>
 
173
            </property>
 
174
           </widget>
 
175
          </item>
 
176
          <item row="3" column="0" colspan="2">
 
177
           <widget class="QCheckBox" name="cbxLegendClassifiers">
 
178
            <property name="text">
 
179
             <string>Display classification attribute names in legend</string>
 
180
            </property>
 
181
           </widget>
 
182
          </item>
 
183
          <item row="4" column="0" colspan="2">
 
184
           <widget class="QCheckBox" name="cbxHideSplash">
 
185
            <property name="text">
62
186
             <string>Hide splash screen at startup</string>
63
187
            </property>
64
188
           </widget>
65
189
          </item>
66
 
         </layout>
67
 
        </widget>
68
 
       </item>
69
 
       <item>
70
 
        <widget class="QGroupBox" name="groupBox_2" >
71
 
         <property name="title" >
72
 
          <string>&amp;Icon Theme</string>
73
 
         </property>
74
 
         <layout class="QGridLayout" >
75
 
          <property name="margin" >
76
 
           <number>9</number>
77
 
          </property>
78
 
          <property name="spacing" >
79
 
           <number>6</number>
80
 
          </property>
81
 
          <item row="1" column="0" colspan="3" >
82
 
           <widget class="QLabel" name="textLabel1_5" >
83
 
            <property name="text" >
84
 
             <string>&lt;b>Note: &lt;/b>Theme changes take effect the next time QGIS is started</string>
85
 
            </property>
86
 
            <property name="alignment" >
87
 
             <set>Qt::AlignVCenter</set>
88
 
            </property>
89
 
           </widget>
90
 
          </item>
91
 
          <item row="0" column="0" >
92
 
           <widget class="QLabel" name="textLabel1_4" >
93
 
            <property name="sizePolicy" >
94
 
             <sizepolicy>
95
 
              <hsizetype>0</hsizetype>
96
 
              <vsizetype>5</vsizetype>
97
 
              <horstretch>0</horstretch>
98
 
              <verstretch>0</verstretch>
99
 
             </sizepolicy>
100
 
            </property>
101
 
            <property name="text" >
102
 
             <string>Theme</string>
103
 
            </property>
104
 
            <property name="buddy" >
105
 
             <cstring>cmbTheme</cstring>
106
 
            </property>
107
 
           </widget>
108
 
          </item>
109
 
          <item row="0" column="1" >
110
 
           <widget class="QComboBox" name="cmbTheme" >
111
 
            <property name="duplicatesEnabled" >
 
190
          <item row="5" column="0">
 
191
           <widget class="QCheckBox" name="cbxIdentifyResultsDocked">
 
192
            <property name="text">
 
193
             <string>Open identify results in a dock window (QGIS restart required)</string>
 
194
            </property>
 
195
           </widget>
 
196
          </item>
 
197
          <item row="6" column="0" colspan="2">
 
198
           <widget class="QCheckBox" name="cbxAttributeTableDocked">
 
199
            <property name="text">
 
200
             <string>Open attribute table in a dock window</string>
 
201
            </property>
 
202
           </widget>
 
203
          </item>
 
204
          <item row="7" column="0" colspan="2">
 
205
           <widget class="QCheckBox" name="cbxAddPostgisDC">
 
206
            <property name="text">
 
207
             <string>Add PostGIS layers with double click and select in extended mode</string>
 
208
            </property>
 
209
           </widget>
 
210
          </item>
 
211
          <item row="0" column="1">
 
212
           <widget class="QComboBox" name="cmbTheme">
 
213
            <property name="duplicatesEnabled">
112
214
             <bool>false</bool>
113
215
            </property>
114
216
            <item>
115
 
             <property name="text" >
 
217
             <property name="text">
116
218
              <string/>
117
219
             </property>
118
220
            </item>
119
221
           </widget>
120
222
          </item>
121
 
          <item row="0" column="2" >
122
 
           <spacer>
123
 
            <property name="orientation" >
124
 
             <enum>Qt::Horizontal</enum>
125
 
            </property>
126
 
            <property name="sizeHint" >
127
 
             <size>
128
 
              <width>40</width>
129
 
              <height>20</height>
130
 
             </size>
131
 
            </property>
132
 
           </spacer>
133
 
          </item>
134
 
         </layout>
135
 
        </widget>
136
 
       </item>
137
 
       <item>
138
 
        <widget class="QGroupBox" name="groupBox_9" >
139
 
         <property name="title" >
140
 
          <string>Default Map Appearance (Overridden by project properties)</string>
141
 
         </property>
142
 
         <layout class="QHBoxLayout" >
143
 
          <property name="margin" >
144
 
           <number>9</number>
145
 
          </property>
146
 
          <property name="spacing" >
147
 
           <number>6</number>
148
 
          </property>
149
 
          <item>
150
 
           <widget class="QLabel" name="textLabel1_9" >
151
 
            <property name="text" >
152
 
             <string>Selection Color:</string>
153
 
            </property>
154
 
            <property name="buddy" >
155
 
             <cstring>pbnSelectionColour</cstring>
156
 
            </property>
157
 
           </widget>
158
 
          </item>
159
 
          <item>
160
 
           <widget class="QgsColorButton" name="pbnSelectionColour" >
161
 
            <property name="minimumSize" >
162
 
             <size>
163
 
              <width>100</width>
164
 
              <height>0</height>
165
 
             </size>
166
 
            </property>
167
 
            <property name="text" >
168
 
             <string/>
169
 
            </property>
170
 
           </widget>
171
 
          </item>
172
 
          <item>
173
 
           <spacer>
174
 
            <property name="orientation" >
175
 
             <enum>Qt::Horizontal</enum>
176
 
            </property>
177
 
            <property name="sizeHint" >
178
 
             <size>
179
 
              <width>40</width>
180
 
              <height>20</height>
181
 
             </size>
182
 
            </property>
183
 
           </spacer>
184
 
          </item>
185
 
          <item>
186
 
           <widget class="QLabel" name="label" >
187
 
            <property name="text" >
188
 
             <string>Background Color:</string>
189
 
            </property>
190
 
            <property name="buddy" >
191
 
             <cstring>pbnCanvasColor</cstring>
192
 
            </property>
193
 
           </widget>
194
 
          </item>
195
 
          <item>
196
 
           <widget class="QgsColorButton" name="pbnCanvasColor" >
197
 
            <property name="minimumSize" >
198
 
             <size>
199
 
              <width>100</width>
200
 
              <height>0</height>
201
 
             </size>
202
 
            </property>
203
 
            <property name="text" >
204
 
             <string/>
205
 
            </property>
206
 
           </widget>
207
 
          </item>
208
 
          <item>
209
 
           <spacer>
210
 
            <property name="orientation" >
211
 
             <enum>Qt::Horizontal</enum>
212
 
            </property>
213
 
            <property name="sizeHint" >
214
 
             <size>
215
 
              <width>40</width>
216
 
              <height>20</height>
217
 
             </size>
218
 
            </property>
219
 
           </spacer>
220
 
          </item>
221
 
         </layout>
222
 
        </widget>
223
 
       </item>
224
 
       <item>
225
 
        <widget class="QGroupBox" name="groupBox_3" >
226
 
         <property name="title" >
227
 
          <string>Appearance</string>
228
 
         </property>
229
 
         <layout class="QVBoxLayout" >
230
 
          <property name="margin" >
231
 
           <number>9</number>
232
 
          </property>
233
 
          <property name="spacing" >
234
 
           <number>6</number>
235
 
          </property>
236
 
          <item>
237
 
           <widget class="QCheckBox" name="capitaliseCheckBox" >
238
 
            <property name="text" >
239
 
             <string>Capitalise layer name</string>
240
 
            </property>
241
 
           </widget>
242
 
          </item>
243
 
         </layout>
244
 
        </widget>
245
 
       </item>
246
 
       <item>
247
 
        <spacer>
248
 
         <property name="orientation" >
249
 
          <enum>Qt::Vertical</enum>
250
 
         </property>
251
 
         <property name="sizeHint" >
252
 
          <size>
253
 
           <width>20</width>
254
 
           <height>40</height>
255
 
          </size>
256
 
         </property>
257
 
        </spacer>
 
223
         </layout>
 
224
        </widget>
258
225
       </item>
259
226
      </layout>
260
227
     </widget>
261
 
     <widget class="QWidget" name="TabPage" >
262
 
      <attribute name="title" >
263
 
       <string>&amp;Rendering</string>
264
 
      </attribute>
265
 
      <layout class="QVBoxLayout" >
266
 
       <property name="margin" >
267
 
        <number>9</number>
268
 
       </property>
269
 
       <property name="spacing" >
270
 
        <number>6</number>
271
 
       </property>
272
 
       <item>
273
 
        <widget class="QGroupBox" name="groupBox_5" >
274
 
         <property name="title" >
275
 
          <string>&amp;Update during drawing</string>
 
228
     <widget class="QWidget" name="stackedWidgetPage2">
 
229
      <layout class="QGridLayout">
 
230
       <property name="margin">
 
231
        <number>0</number>
 
232
       </property>
 
233
       <item row="0" column="0">
 
234
        <widget class="QGroupBox" name="groupBox_5">
 
235
         <property name="title">
 
236
          <string>Rendering behavior</string>
276
237
         </property>
277
 
         <layout class="QGridLayout" >
278
 
          <property name="margin" >
279
 
           <number>9</number>
280
 
          </property>
281
 
          <property name="spacing" >
282
 
           <number>6</number>
283
 
          </property>
284
 
          <item row="0" column="2" >
285
 
           <widget class="QLabel" name="textLabel2_2" >
286
 
            <property name="text" >
287
 
             <string>features</string>
288
 
            </property>
289
 
           </widget>
290
 
          </item>
291
 
          <item row="0" column="1" >
292
 
           <widget class="QSpinBox" name="spinBoxUpdateThreshold" >
293
 
            <property name="toolTip" >
 
238
         <layout class="QGridLayout">
 
239
          <item row="0" column="0">
 
240
           <widget class="QCheckBox" name="chkAddedVisibility">
 
241
            <property name="text">
 
242
             <string>By default new la&amp;yers added to the map should be displayed</string>
 
243
            </property>
 
244
           </widget>
 
245
          </item>
 
246
          <item row="1" column="0">
 
247
           <widget class="QLabel" name="textLabel1_6">
 
248
            <property name="text">
 
249
             <string>Number of features to draw before updating the display</string>
 
250
            </property>
 
251
           </widget>
 
252
          </item>
 
253
          <item row="1" column="1">
 
254
           <widget class="QSpinBox" name="spinBoxUpdateThreshold">
 
255
            <property name="toolTip">
294
256
             <string>Map display will be updated (drawn) after this many features have been read from the data source</string>
295
257
            </property>
296
 
            <property name="maximum" >
 
258
            <property name="maximum">
297
259
             <number>1000000</number>
298
260
            </property>
299
 
            <property name="value" >
 
261
            <property name="value">
300
262
             <number>1000</number>
301
263
            </property>
302
264
           </widget>
303
265
          </item>
304
 
          <item row="0" column="0" >
305
 
           <widget class="QLabel" name="textLabel1_6" >
306
 
            <property name="text" >
307
 
             <string>Update display after reading</string>
308
 
            </property>
309
 
            <property name="buddy" >
310
 
             <cstring>spinBoxUpdateThreshold</cstring>
311
 
            </property>
312
 
           </widget>
313
 
          </item>
314
 
          <item row="1" column="0" colspan="3" >
315
 
           <widget class="QLabel" name="textLabel3" >
316
 
            <property name="text" >
317
 
             <string>(Set to 0 to not update the display until all features have been read)</string>
318
 
            </property>
319
 
           </widget>
320
 
          </item>
321
 
         </layout>
322
 
        </widget>
323
 
       </item>
324
 
       <item>
325
 
        <widget class="QGroupBox" name="groupBox_4" >
326
 
         <property name="title" >
327
 
          <string>Initial Visibility</string>
328
 
         </property>
329
 
         <layout class="QGridLayout" >
330
 
          <property name="margin" >
331
 
           <number>9</number>
332
 
          </property>
333
 
          <property name="spacing" >
334
 
           <number>6</number>
335
 
          </property>
336
 
          <item row="0" column="0" >
337
 
           <widget class="QCheckBox" name="chkAddedVisibility" >
338
 
            <property name="text" >
339
 
             <string>By default new la&amp;yers added to the map should be displayed</string>
340
 
            </property>
341
 
           </widget>
342
 
          </item>
343
 
         </layout>
344
 
        </widget>
345
 
       </item>
346
 
       <item>
347
 
        <widget class="QGroupBox" name="groupBox_8" >
348
 
         <property name="title" >
349
 
          <string>Rendering</string>
350
 
         </property>
351
 
         <layout class="QVBoxLayout" >
352
 
          <property name="margin" >
353
 
           <number>9</number>
354
 
          </property>
355
 
          <property name="spacing" >
356
 
           <number>6</number>
 
266
          <item row="2" column="0" colspan="2">
 
267
           <widget class="QLabel" name="textLabel3">
 
268
            <property name="text">
 
269
             <string>&lt;b&gt;Note:&lt;/b&gt; Use zero to prevent display updates until all features have been rendered</string>
 
270
            </property>
 
271
           </widget>
 
272
          </item>
 
273
          <item row="3" column="0" colspan="2">
 
274
           <widget class="QCheckBox" name="chkUseRenderCaching">
 
275
            <property name="text">
 
276
             <string>Use render caching where possible to speed up redraws</string>
 
277
            </property>
 
278
           </widget>
 
279
          </item>
 
280
         </layout>
 
281
        </widget>
 
282
       </item>
 
283
       <item row="1" column="0">
 
284
        <widget class="QGroupBox" name="groupBox_8">
 
285
         <property name="title">
 
286
          <string>Rendering quality</string>
 
287
         </property>
 
288
         <layout class="QVBoxLayout">
 
289
          <property name="margin">
 
290
           <number>11</number>
357
291
          </property>
358
292
          <item>
359
 
           <widget class="QCheckBox" name="chkAntiAliasing" >
360
 
            <property name="text" >
 
293
           <widget class="QCheckBox" name="chkAntiAliasing">
 
294
            <property name="text">
361
295
             <string>Make lines appear less jagged at the expense of some drawing performance</string>
362
296
            </property>
363
297
           </widget>
364
298
          </item>
365
299
          <item>
366
 
           <widget class="QCheckBox" name="chkUseQPixmap" >
367
 
            <property name="toolTip" >
368
 
             <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;/head>&lt;body style=" white-space: pre-wrap; font-family:Sans Serif; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Selecting this will unselect the 'make lines less' jagged toggle&lt;/p>&lt;/body>&lt;/html></string>
 
300
           <widget class="QCheckBox" name="chkUseQPixmap">
 
301
            <property name="toolTip">
 
302
             <string>Selecting this will unselect the 'make lines less' jagged toggle</string>
369
303
            </property>
370
 
            <property name="text" >
 
304
            <property name="text">
371
305
             <string>Fix problems with incorrectly filled polygons</string>
372
306
            </property>
373
307
           </widget>
374
308
          </item>
 
309
         </layout>
 
310
        </widget>
 
311
       </item>
 
312
       <item row="3" column="0">
 
313
        <widget class="QGroupBox" name="groupBox_2">
 
314
         <property name="title">
 
315
          <string>SVG paths</string>
 
316
         </property>
 
317
         <layout class="QGridLayout">
 
318
          <item row="0" column="0">
 
319
           <widget class="QLabel" name="mSVGLabel">
 
320
            <property name="text">
 
321
             <string>Path(s) to search for Scalable Vector Graphic (SVG) symbols</string>
 
322
            </property>
 
323
           </widget>
 
324
          </item>
 
325
          <item row="0" column="1">
 
326
           <spacer>
 
327
            <property name="orientation">
 
328
             <enum>Qt::Horizontal</enum>
 
329
            </property>
 
330
            <property name="sizeHint" stdset="0">
 
331
             <size>
 
332
              <width>31</width>
 
333
              <height>20</height>
 
334
             </size>
 
335
            </property>
 
336
           </spacer>
 
337
          </item>
 
338
          <item row="0" column="2">
 
339
           <widget class="QPushButton" name="mBtnAddSVGPath">
 
340
            <property name="text">
 
341
             <string>Add</string>
 
342
            </property>
 
343
           </widget>
 
344
          </item>
 
345
          <item row="0" column="3">
 
346
           <widget class="QPushButton" name="mBtnRemoveSVGPath">
 
347
            <property name="text">
 
348
             <string>Remove</string>
 
349
            </property>
 
350
           </widget>
 
351
          </item>
 
352
          <item row="1" column="0" colspan="4">
 
353
           <widget class="QListWidget" name="mListSVGPaths"/>
 
354
          </item>
 
355
         </layout>
 
356
        </widget>
 
357
       </item>
 
358
       <item row="2" column="0">
 
359
        <widget class="QGroupBox" name="groupBox_3">
 
360
         <property name="title">
 
361
          <string>Compatibility</string>
 
362
         </property>
 
363
         <layout class="QVBoxLayout" name="verticalLayout">
375
364
          <item>
376
 
           <widget class="QCheckBox" name="cbxSplitterRedraw" >
377
 
            <property name="text" >
378
 
             <string>Continuously redraw the map when dragging the legend/map divider</string>
 
365
           <widget class="QCheckBox" name="chkUseSymbologyNG">
 
366
            <property name="text">
 
367
             <string>Use new generation symbology for rendering</string>
379
368
            </property>
380
369
           </widget>
381
370
          </item>
382
371
         </layout>
383
372
        </widget>
384
373
       </item>
385
 
       <item>
386
 
        <spacer>
387
 
         <property name="orientation" >
388
 
          <enum>Qt::Vertical</enum>
389
 
         </property>
390
 
         <property name="sizeHint" >
391
 
          <size>
392
 
           <width>20</width>
393
 
           <height>40</height>
394
 
          </size>
395
 
         </property>
396
 
        </spacer>
397
 
       </item>
398
374
      </layout>
399
375
     </widget>
400
 
     <widget class="QWidget" name="tabMap" >
401
 
      <attribute name="title" >
402
 
       <string>&amp;Map tools</string>
403
 
      </attribute>
404
 
      <layout class="QGridLayout" >
405
 
       <property name="margin" >
406
 
        <number>9</number>
407
 
       </property>
408
 
       <property name="spacing" >
409
 
        <number>6</number>
410
 
       </property>
411
 
       <item row="3" column="0" >
412
 
        <spacer>
413
 
         <property name="orientation" >
414
 
          <enum>Qt::Vertical</enum>
415
 
         </property>
416
 
         <property name="sizeHint" >
417
 
          <size>
418
 
           <width>20</width>
419
 
           <height>40</height>
420
 
          </size>
421
 
         </property>
422
 
        </spacer>
423
 
       </item>
424
 
       <item row="0" column="0" >
425
 
        <widget class="QGroupBox" name="groupBox_7" >
426
 
         <property name="title" >
427
 
          <string>Search radius</string>
428
 
         </property>
429
 
         <layout class="QGridLayout" >
430
 
          <property name="margin" >
431
 
           <number>9</number>
432
 
          </property>
433
 
          <property name="spacing" >
434
 
           <number>6</number>
435
 
          </property>
436
 
          <item row="1" column="0" colspan="2" >
437
 
           <widget class="QLabel" name="textLabel2" >
438
 
            <property name="text" >
439
 
             <string>&lt;html>&lt;head>&lt;meta name="qrichtext" content="1" />&lt;style type="text/css">
440
 
p, li { white-space: pre-wrap; }
441
 
&lt;/style>&lt;/head>&lt;body style=" font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal; text-decoration:none;">
442
 
&lt;p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;span style=" font-weight:600;">Note:&lt;/span> Specify the search radius as a percentage of the map width.&lt;/p>
443
 
&lt;p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">&lt;/p>&lt;/body>&lt;/html></string>
444
 
            </property>
445
 
            <property name="wordWrap" >
446
 
             <bool>true</bool>
447
 
            </property>
448
 
           </widget>
449
 
          </item>
450
 
          <item row="0" column="0" >
451
 
           <widget class="QLabel" name="textLabel1_3" >
452
 
            <property name="text" >
453
 
             <string>Search Radius for Identifying Features</string>
454
 
            </property>
455
 
            <property name="buddy" >
456
 
             <cstring>spinBoxIdentifyValue</cstring>
457
 
            </property>
458
 
           </widget>
459
 
          </item>
460
 
          <item row="0" column="1" >
461
 
           <widget class="QDoubleSpinBox" name="spinBoxIdentifyValue" >
462
 
            <property name="suffix" >
463
 
             <string>%</string>
464
 
            </property>
465
 
            <property name="maximum" >
466
 
             <double>100.000000000000000</double>
467
 
            </property>
468
 
            <property name="singleStep" >
469
 
             <double>0.010000000000000</double>
470
 
            </property>
471
 
            <property name="value" >
472
 
             <double>5.000000000000000</double>
473
 
            </property>
474
 
           </widget>
475
 
          </item>
476
 
         </layout>
477
 
        </widget>
478
 
       </item>
479
 
       <item row="1" column="0" >
480
 
        <widget class="QGroupBox" name="groupBox_6" >
481
 
         <property name="title" >
482
 
          <string>Measure tool</string>
483
 
         </property>
484
 
         <layout class="QGridLayout" >
485
 
          <property name="margin" >
486
 
           <number>9</number>
487
 
          </property>
488
 
          <property name="spacing" >
489
 
           <number>6</number>
490
 
          </property>
491
 
          <item row="0" column="0" >
492
 
           <widget class="QLabel" name="textLabel1_8" >
493
 
            <property name="text" >
494
 
             <string>Ellipsoid for distance calculations:</string>
495
 
            </property>
496
 
            <property name="buddy" >
497
 
             <cstring>cmbEllipsoid</cstring>
498
 
            </property>
499
 
           </widget>
500
 
          </item>
501
 
          <item row="0" column="1" >
502
 
           <widget class="QComboBox" name="cmbEllipsoid" />
503
 
          </item>
504
 
         </layout>
505
 
        </widget>
506
 
       </item>
507
 
       <item row="2" column="0" >
508
 
        <widget class="QGroupBox" name="groupBox_10" >
509
 
         <property name="title" >
 
376
     <widget class="QWidget" name="stackedWidgetPage3">
 
377
      <layout class="QGridLayout">
 
378
       <property name="margin">
 
379
        <number>0</number>
 
380
       </property>
 
381
       <item row="2" column="0">
 
382
        <widget class="QGroupBox" name="groupBox_10">
 
383
         <property name="title">
510
384
          <string>Panning and zooming</string>
511
385
         </property>
512
 
         <layout class="QGridLayout" >
513
 
          <property name="margin" >
514
 
           <number>9</number>
515
 
          </property>
516
 
          <property name="spacing" >
517
 
           <number>6</number>
518
 
          </property>
519
 
          <item row="0" column="1" >
520
 
           <widget class="QComboBox" name="cmbWheelAction" >
 
386
         <layout class="QGridLayout">
 
387
          <property name="margin">
 
388
           <number>11</number>
 
389
          </property>
 
390
          <item row="0" column="1">
 
391
           <widget class="QComboBox" name="cmbWheelAction">
521
392
            <item>
522
 
             <property name="text" >
 
393
             <property name="text">
523
394
              <string>Zoom</string>
524
395
             </property>
525
396
            </item>
526
397
            <item>
527
 
             <property name="text" >
 
398
             <property name="text">
528
399
              <string>Zoom and recenter</string>
529
400
             </property>
530
401
            </item>
531
402
            <item>
532
 
             <property name="text" >
 
403
             <property name="text">
 
404
              <string>Zoom to mouse cursor</string>
 
405
             </property>
 
406
            </item>
 
407
            <item>
 
408
             <property name="text">
533
409
              <string>Nothing</string>
534
410
             </property>
535
411
            </item>
536
412
           </widget>
537
413
          </item>
538
 
          <item row="1" column="0" >
539
 
           <widget class="QLabel" name="label_3" >
540
 
            <property name="text" >
541
 
             <string>Zoom factor:</string>
542
 
            </property>
543
 
           </widget>
544
 
          </item>
545
 
          <item row="0" column="0" >
546
 
           <widget class="QLabel" name="label_2" >
547
 
            <property name="text" >
548
 
             <string>Mouse wheel action:</string>
549
 
            </property>
550
 
           </widget>
551
 
          </item>
552
 
          <item row="1" column="1" >
553
 
           <widget class="QDoubleSpinBox" name="spinZoomFactor" >
554
 
            <property name="decimals" >
 
414
          <item row="1" column="0">
 
415
           <widget class="QLabel" name="label_3">
 
416
            <property name="text">
 
417
             <string>Zoom factor</string>
 
418
            </property>
 
419
           </widget>
 
420
          </item>
 
421
          <item row="0" column="0">
 
422
           <widget class="QLabel" name="label_2">
 
423
            <property name="text">
 
424
             <string>Mouse wheel action</string>
 
425
            </property>
 
426
           </widget>
 
427
          </item>
 
428
          <item row="1" column="1">
 
429
           <widget class="QDoubleSpinBox" name="spinZoomFactor">
 
430
            <property name="decimals">
555
431
             <number>1</number>
556
432
            </property>
557
 
            <property name="minimum" >
 
433
            <property name="minimum">
558
434
             <double>1.100000000000000</double>
559
435
            </property>
560
 
            <property name="value" >
 
436
            <property name="value">
561
437
             <double>2.000000000000000</double>
562
438
            </property>
563
439
           </widget>
565
441
         </layout>
566
442
        </widget>
567
443
       </item>
568
 
      </layout>
569
 
     </widget>
570
 
     <widget class="QWidget" name="TabPage" >
571
 
      <attribute name="title" >
572
 
       <string>Pro&amp;jection</string>
573
 
      </attribute>
574
 
      <layout class="QGridLayout" >
575
 
       <property name="margin" >
576
 
        <number>9</number>
577
 
       </property>
578
 
       <property name="spacing" >
579
 
        <number>6</number>
580
 
       </property>
581
 
       <item row="3" column="0" >
582
 
        <spacer>
583
 
         <property name="orientation" >
584
 
          <enum>Qt::Vertical</enum>
585
 
         </property>
586
 
         <property name="sizeHint" >
 
444
       <item row="0" column="0">
 
445
        <widget class="QGroupBox" name="groupBox_7">
 
446
         <property name="title">
 
447
          <string>Identify</string>
 
448
         </property>
 
449
         <layout class="QGridLayout">
 
450
          <property name="margin">
 
451
           <number>11</number>
 
452
          </property>
 
453
          <item row="3" column="0" colspan="2">
 
454
           <widget class="QLabel" name="textLabel2">
 
455
            <property name="text">
 
456
             <string>&lt;b&gt;Note:&lt;/b&gt; Specify the search radius as a percentage of the map width</string>
 
457
            </property>
 
458
            <property name="wordWrap">
 
459
             <bool>true</bool>
 
460
            </property>
 
461
           </widget>
 
462
          </item>
 
463
          <item row="2" column="0">
 
464
           <widget class="QLabel" name="textLabel1_3">
 
465
            <property name="text">
 
466
             <string>Search radius for identifying features and displaying map tips</string>
 
467
            </property>
 
468
           </widget>
 
469
          </item>
 
470
          <item row="2" column="1">
 
471
           <widget class="QDoubleSpinBox" name="spinBoxIdentifyValue">
 
472
            <property name="suffix">
 
473
             <string>%</string>
 
474
            </property>
 
475
            <property name="maximum">
 
476
             <double>100.000000000000000</double>
 
477
            </property>
 
478
            <property name="singleStep">
 
479
             <double>0.010000000000000</double>
 
480
            </property>
 
481
            <property name="value">
 
482
             <double>5.000000000000000</double>
 
483
            </property>
 
484
           </widget>
 
485
          </item>
 
486
          <item row="0" column="1">
 
487
           <widget class="QComboBox" name="cmbIdentifyMode"/>
 
488
          </item>
 
489
          <item row="0" column="0">
 
490
           <widget class="QLabel" name="label_4">
 
491
            <property name="text">
 
492
             <string>Mode</string>
 
493
            </property>
 
494
           </widget>
 
495
          </item>
 
496
          <item row="1" column="0" colspan="2">
 
497
           <widget class="QCheckBox" name="cbxAutoFeatureForm">
 
498
            <property name="text">
 
499
             <string>Open feature form, if a single feature is identified</string>
 
500
            </property>
 
501
           </widget>
 
502
          </item>
 
503
         </layout>
 
504
        </widget>
 
505
       </item>
 
506
       <item row="3" column="0">
 
507
        <spacer>
 
508
         <property name="orientation">
 
509
          <enum>Qt::Vertical</enum>
 
510
         </property>
 
511
         <property name="sizeHint" stdset="0">
 
512
          <size>
 
513
           <width>20</width>
 
514
           <height>40</height>
 
515
          </size>
 
516
         </property>
 
517
        </spacer>
 
518
       </item>
 
519
       <item row="1" column="0">
 
520
        <widget class="QGroupBox" name="groupBox_6">
 
521
         <property name="title">
 
522
          <string>Measure tool</string>
 
523
         </property>
 
524
         <layout class="QGridLayout">
 
525
          <property name="margin">
 
526
           <number>11</number>
 
527
          </property>
 
528
          <item row="1" column="2">
 
529
           <spacer>
 
530
            <property name="orientation">
 
531
             <enum>Qt::Horizontal</enum>
 
532
            </property>
 
533
            <property name="sizeHint" stdset="0">
 
534
             <size>
 
535
              <width>191</width>
 
536
              <height>20</height>
 
537
             </size>
 
538
            </property>
 
539
           </spacer>
 
540
          </item>
 
541
          <item row="1" column="1">
 
542
           <widget class="QgsColorButton" name="pbnMeasureColor">
 
543
            <property name="minimumSize">
 
544
             <size>
 
545
              <width>100</width>
 
546
              <height>0</height>
 
547
             </size>
 
548
            </property>
 
549
            <property name="text">
 
550
             <string/>
 
551
            </property>
 
552
           </widget>
 
553
          </item>
 
554
          <item row="0" column="1" colspan="2">
 
555
           <widget class="QComboBox" name="cmbEllipsoid"/>
 
556
          </item>
 
557
          <item row="1" column="0">
 
558
           <widget class="QLabel" name="textLabel1_10">
 
559
            <property name="text">
 
560
             <string>Rubberband color</string>
 
561
            </property>
 
562
           </widget>
 
563
          </item>
 
564
          <item row="0" column="0">
 
565
           <widget class="QLabel" name="textLabel1_8">
 
566
            <property name="text">
 
567
             <string>Ellipsoid for distance calculations</string>
 
568
            </property>
 
569
           </widget>
 
570
          </item>
 
571
          <item row="2" column="0">
 
572
           <widget class="QLabel" name="textLabel1_11">
 
573
            <property name="text">
 
574
             <string>Preferred measurements units</string>
 
575
            </property>
 
576
           </widget>
 
577
          </item>
 
578
          <item row="2" column="1">
 
579
           <widget class="QRadioButton" name="radMeters">
 
580
            <property name="text">
 
581
             <string>Meters</string>
 
582
            </property>
 
583
           </widget>
 
584
          </item>
 
585
          <item row="2" column="2">
 
586
           <widget class="QRadioButton" name="radFeet">
 
587
            <property name="text">
 
588
             <string>Feet</string>
 
589
            </property>
 
590
           </widget>
 
591
          </item>
 
592
         </layout>
 
593
        </widget>
 
594
       </item>
 
595
      </layout>
 
596
     </widget>
 
597
     <widget class="QWidget" name="stackedWidgetPage4">
 
598
      <layout class="QGridLayout">
 
599
       <property name="margin">
 
600
        <number>0</number>
 
601
       </property>
 
602
       <item row="0" column="0">
 
603
        <widget class="QGroupBox" name="mPositionGroupBox">
 
604
         <property name="title">
 
605
          <string>Position</string>
 
606
         </property>
 
607
         <layout class="QGridLayout">
 
608
          <item row="0" column="0">
 
609
           <widget class="QLabel" name="mAlgorithmLabel">
 
610
            <property name="text">
 
611
             <string>Placement algorithm:</string>
 
612
            </property>
 
613
           </widget>
 
614
          </item>
 
615
          <item row="0" column="1">
 
616
           <widget class="QComboBox" name="mOverlayAlgorithmComboBox"/>
 
617
          </item>
 
618
          <item row="0" column="2">
 
619
           <spacer>
 
620
            <property name="orientation">
 
621
             <enum>Qt::Horizontal</enum>
 
622
            </property>
 
623
            <property name="sizeHint" stdset="0">
 
624
             <size>
 
625
              <width>221</width>
 
626
              <height>20</height>
 
627
             </size>
 
628
            </property>
 
629
           </spacer>
 
630
          </item>
 
631
         </layout>
 
632
        </widget>
 
633
       </item>
 
634
       <item row="1" column="0">
 
635
        <spacer>
 
636
         <property name="orientation">
 
637
          <enum>Qt::Vertical</enum>
 
638
         </property>
 
639
         <property name="sizeHint" stdset="0">
 
640
          <size>
 
641
           <width>20</width>
 
642
           <height>40</height>
 
643
          </size>
 
644
         </property>
 
645
        </spacer>
 
646
       </item>
 
647
      </layout>
 
648
     </widget>
 
649
     <widget class="QWidget" name="stackedWidgetPage5">
 
650
      <layout class="QGridLayout">
 
651
       <property name="margin">
 
652
        <number>0</number>
 
653
       </property>
 
654
       <item row="0" column="0">
 
655
        <widget class="QGroupBox" name="mRubberBandGroupBox">
 
656
         <property name="title">
 
657
          <string>Rubberband</string>
 
658
         </property>
 
659
         <layout class="QGridLayout">
 
660
          <item row="0" column="0">
 
661
           <widget class="QLabel" name="mLineWidthTextLabel">
 
662
            <property name="text">
 
663
             <string>Line width</string>
 
664
            </property>
 
665
           </widget>
 
666
          </item>
 
667
          <item row="0" column="1">
 
668
           <widget class="QSpinBox" name="mLineWidthSpinBox">
 
669
            <property name="toolTip">
 
670
             <string>Line width in pixels</string>
 
671
            </property>
 
672
            <property name="minimum">
 
673
             <number>1</number>
 
674
            </property>
 
675
           </widget>
 
676
          </item>
 
677
          <item row="1" column="0">
 
678
           <widget class="QLabel" name="mLineColorTextLabel">
 
679
            <property name="text">
 
680
             <string>Line colour</string>
 
681
            </property>
 
682
           </widget>
 
683
          </item>
 
684
          <item row="1" column="1">
 
685
           <widget class="QgsColorButton" name="mLineColorToolButton">
 
686
            <property name="minimumSize">
 
687
             <size>
 
688
              <width>100</width>
 
689
              <height>0</height>
 
690
             </size>
 
691
            </property>
 
692
            <property name="text">
 
693
             <string/>
 
694
            </property>
 
695
           </widget>
 
696
          </item>
 
697
         </layout>
 
698
        </widget>
 
699
       </item>
 
700
       <item row="1" column="0">
 
701
        <widget class="QGroupBox" name="mSnappingGroupBox">
 
702
         <property name="title">
 
703
          <string>Snapping</string>
 
704
         </property>
 
705
         <layout class="QGridLayout">
 
706
          <item row="0" column="0">
 
707
           <widget class="QLabel" name="mDefaultSnapModeLabel">
 
708
            <property name="text">
 
709
             <string>Default snap mode</string>
 
710
            </property>
 
711
           </widget>
 
712
          </item>
 
713
          <item row="0" column="1" colspan="3">
 
714
           <spacer>
 
715
            <property name="orientation">
 
716
             <enum>Qt::Horizontal</enum>
 
717
            </property>
 
718
            <property name="sizeHint" stdset="0">
 
719
             <size>
 
720
              <width>311</width>
 
721
              <height>20</height>
 
722
             </size>
 
723
            </property>
 
724
           </spacer>
 
725
          </item>
 
726
          <item row="0" column="4" colspan="2">
 
727
           <widget class="QComboBox" name="mDefaultSnapModeComboBox">
 
728
            <property name="sizePolicy">
 
729
             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
730
              <horstretch>0</horstretch>
 
731
              <verstretch>0</verstretch>
 
732
             </sizepolicy>
 
733
            </property>
 
734
           </widget>
 
735
          </item>
 
736
          <item row="1" column="0" colspan="2">
 
737
           <widget class="QLabel" name="mDefaultSnappingToleranceTextLabel">
 
738
            <property name="text">
 
739
             <string>Default snapping tolerance</string>
 
740
            </property>
 
741
           </widget>
 
742
          </item>
 
743
          <item row="1" column="2" colspan="2">
 
744
           <spacer>
 
745
            <property name="orientation">
 
746
             <enum>Qt::Horizontal</enum>
 
747
            </property>
 
748
            <property name="sizeHint" stdset="0">
 
749
             <size>
 
750
              <width>241</width>
 
751
              <height>20</height>
 
752
             </size>
 
753
            </property>
 
754
           </spacer>
 
755
          </item>
 
756
          <item row="1" column="4">
 
757
           <widget class="QDoubleSpinBox" name="mDefaultSnappingToleranceSpinBox">
 
758
            <property name="decimals">
 
759
             <number>5</number>
 
760
            </property>
 
761
            <property name="maximum">
 
762
             <double>99999999.989999994635582</double>
 
763
            </property>
 
764
           </widget>
 
765
          </item>
 
766
          <item row="2" column="0" colspan="3">
 
767
           <widget class="QLabel" name="mVertexSearchRadiusVertexEditLabel">
 
768
            <property name="text">
 
769
             <string>Search radius for vertex edits</string>
 
770
            </property>
 
771
           </widget>
 
772
          </item>
 
773
          <item row="2" column="3">
 
774
           <spacer>
 
775
            <property name="orientation">
 
776
             <enum>Qt::Horizontal</enum>
 
777
            </property>
 
778
            <property name="sizeHint" stdset="0">
 
779
             <size>
 
780
              <width>61</width>
 
781
              <height>20</height>
 
782
             </size>
 
783
            </property>
 
784
           </spacer>
 
785
          </item>
 
786
          <item row="2" column="4">
 
787
           <widget class="QDoubleSpinBox" name="mSearchRadiusVertexEditSpinBox">
 
788
            <property name="decimals">
 
789
             <number>5</number>
 
790
            </property>
 
791
            <property name="maximum">
 
792
             <double>99999999.989999994635582</double>
 
793
            </property>
 
794
           </widget>
 
795
          </item>
 
796
          <item row="1" column="5">
 
797
           <widget class="QComboBox" name="mDefaultSnappingToleranceComboBox">
 
798
            <property name="sizePolicy">
 
799
             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
800
              <horstretch>0</horstretch>
 
801
              <verstretch>0</verstretch>
 
802
             </sizepolicy>
 
803
            </property>
 
804
            <item>
 
805
             <property name="text">
 
806
              <string>map units</string>
 
807
             </property>
 
808
            </item>
 
809
            <item>
 
810
             <property name="text">
 
811
              <string>pixels</string>
 
812
             </property>
 
813
            </item>
 
814
           </widget>
 
815
          </item>
 
816
          <item row="2" column="5">
 
817
           <widget class="QComboBox" name="mSearchRadiusVertexEditComboBox">
 
818
            <item>
 
819
             <property name="text">
 
820
              <string>map units</string>
 
821
             </property>
 
822
            </item>
 
823
            <item>
 
824
             <property name="text">
 
825
              <string>pixels</string>
 
826
             </property>
 
827
            </item>
 
828
           </widget>
 
829
          </item>
 
830
         </layout>
 
831
        </widget>
 
832
       </item>
 
833
       <item row="2" column="0">
 
834
        <widget class="QGroupBox" name="mVertexMarkerGroupBox">
 
835
         <property name="title">
 
836
          <string>Vertex markers</string>
 
837
         </property>
 
838
         <layout class="QGridLayout">
 
839
          <item row="0" column="0" colspan="2">
 
840
           <widget class="QCheckBox" name="mMarkersOnlyForSelectedCheckBox">
 
841
            <property name="text">
 
842
             <string>Show markers only for selected features</string>
 
843
            </property>
 
844
           </widget>
 
845
          </item>
 
846
          <item row="1" column="0">
 
847
           <widget class="QLabel" name="mMarkerStyleLabel">
 
848
            <property name="text">
 
849
             <string>Marker style</string>
 
850
            </property>
 
851
           </widget>
 
852
          </item>
 
853
          <item row="1" column="1">
 
854
           <spacer>
 
855
            <property name="orientation">
 
856
             <enum>Qt::Horizontal</enum>
 
857
            </property>
 
858
            <property name="sizeHint" stdset="0">
 
859
             <size>
 
860
              <width>281</width>
 
861
              <height>20</height>
 
862
             </size>
 
863
            </property>
 
864
           </spacer>
 
865
          </item>
 
866
          <item row="1" column="2">
 
867
           <widget class="QComboBox" name="mMarkerStyleComboBox">
 
868
            <property name="sizePolicy">
 
869
             <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
870
              <horstretch>0</horstretch>
 
871
              <verstretch>0</verstretch>
 
872
             </sizepolicy>
 
873
            </property>
 
874
           </widget>
 
875
          </item>
 
876
          <item row="2" column="2">
 
877
           <widget class="QSpinBox" name="mMarkerSizeSpinBox">
 
878
            <property name="layoutDirection">
 
879
             <enum>Qt::LeftToRight</enum>
 
880
            </property>
 
881
            <property name="minimum">
 
882
             <number>3</number>
 
883
            </property>
 
884
            <property name="singleStep">
 
885
             <number>2</number>
 
886
            </property>
 
887
           </widget>
 
888
          </item>
 
889
          <item row="2" column="0">
 
890
           <widget class="QLabel" name="label_6">
 
891
            <property name="text">
 
892
             <string>Marker size</string>
 
893
            </property>
 
894
           </widget>
 
895
          </item>
 
896
          <item row="2" column="1">
 
897
           <spacer>
 
898
            <property name="orientation">
 
899
             <enum>Qt::Horizontal</enum>
 
900
            </property>
 
901
            <property name="sizeHint" stdset="0">
 
902
             <size>
 
903
              <width>40</width>
 
904
              <height>20</height>
 
905
             </size>
 
906
            </property>
 
907
           </spacer>
 
908
          </item>
 
909
         </layout>
 
910
        </widget>
 
911
       </item>
 
912
       <item row="3" column="0">
 
913
        <widget class="QGroupBox" name="mEnterAttributeValuesGroupBox">
 
914
         <property name="title">
 
915
          <string>Enter attribute values</string>
 
916
         </property>
 
917
         <layout class="QHBoxLayout">
 
918
          <item>
 
919
           <widget class="QCheckBox" name="chkDisableAttributeValuesDlg">
 
920
            <property name="text">
 
921
             <string>Suppress attributes pop-up windows after each created feature</string>
 
922
            </property>
 
923
            <property name="tristate">
 
924
             <bool>false</bool>
 
925
            </property>
 
926
           </widget>
 
927
          </item>
 
928
         </layout>
 
929
        </widget>
 
930
       </item>
 
931
       <item row="4" column="0">
 
932
        <spacer>
 
933
         <property name="orientation">
 
934
          <enum>Qt::Vertical</enum>
 
935
         </property>
 
936
         <property name="sizeHint" stdset="0">
 
937
          <size>
 
938
           <width>547</width>
 
939
           <height>71</height>
 
940
          </size>
 
941
         </property>
 
942
        </spacer>
 
943
       </item>
 
944
      </layout>
 
945
     </widget>
 
946
     <widget class="QWidget" name="stackedWidgetPage6">
 
947
      <layout class="QGridLayout">
 
948
       <property name="margin">
 
949
        <number>0</number>
 
950
       </property>
 
951
       <item row="3" column="0">
 
952
        <spacer>
 
953
         <property name="orientation">
 
954
          <enum>Qt::Vertical</enum>
 
955
         </property>
 
956
         <property name="sizeHint" stdset="0">
587
957
          <size>
588
958
           <width>51</width>
589
959
           <height>31</height>
591
961
         </property>
592
962
        </spacer>
593
963
       </item>
594
 
       <item row="2" column="0" >
595
 
        <widget class="QPushButton" name="pbnSelectProjection" >
596
 
         <property name="text" >
 
964
       <item row="2" column="0">
 
965
        <widget class="QPushButton" name="pbnSelectProjection">
 
966
         <property name="text">
597
967
          <string>Select Global Default ...</string>
598
968
         </property>
599
969
        </widget>
600
970
       </item>
601
 
       <item row="1" column="0" >
602
 
        <widget class="QTextBrowser" name="txtGlobalWKT" />
 
971
       <item row="1" column="0">
 
972
        <widget class="QTextBrowser" name="txtGlobalWkt"/>
603
973
       </item>
604
 
       <item row="0" column="0" >
605
 
        <widget class="QGroupBox" name="grpProjectionBehaviour" >
606
 
         <property name="title" >
607
 
          <string>When layer is loaded that has no projection information</string>
 
974
       <item row="0" column="0">
 
975
        <widget class="QGroupBox" name="grpProjectionBehaviour">
 
976
         <property name="title">
 
977
          <string>Default Coordinate Reference System</string>
608
978
         </property>
609
 
         <layout class="QVBoxLayout" >
610
 
          <property name="margin" >
611
 
           <number>9</number>
612
 
          </property>
613
 
          <property name="spacing" >
614
 
           <number>6</number>
615
 
          </property>
616
 
          <item>
617
 
           <widget class="QRadioButton" name="radPromptForProjection" >
618
 
            <property name="text" >
619
 
             <string>Prompt for projection.</string>
620
 
            </property>
621
 
           </widget>
622
 
          </item>
623
 
          <item>
624
 
           <widget class="QRadioButton" name="radUseProjectProjection" >
625
 
            <property name="text" >
626
 
             <string>Project wide default projection will be used.</string>
627
 
            </property>
628
 
           </widget>
629
 
          </item>
630
 
          <item>
631
 
           <widget class="QRadioButton" name="radUseGlobalProjection" >
632
 
            <property name="text" >
633
 
             <string>Global default projection displa&amp;yed below will be used.</string>
 
979
         <layout class="QVBoxLayout">
 
980
          <property name="margin">
 
981
           <number>11</number>
 
982
          </property>
 
983
          <item>
 
984
           <widget class="QLabel" name="label_8">
 
985
            <property name="text">
 
986
             <string>When a new layer is created, or when a layer is loaded that has no coordinate reference system (CRS)</string>
 
987
            </property>
 
988
            <property name="wordWrap">
 
989
             <bool>true</bool>
 
990
            </property>
 
991
           </widget>
 
992
          </item>
 
993
          <item>
 
994
           <widget class="QRadioButton" name="radPromptForProjection">
 
995
            <property name="text">
 
996
             <string>Prompt for CRS</string>
 
997
            </property>
 
998
           </widget>
 
999
          </item>
 
1000
          <item>
 
1001
           <widget class="QRadioButton" name="radUseProjectProjection">
 
1002
            <property name="text">
 
1003
             <string>Project wide default CRS will be used</string>
 
1004
            </property>
 
1005
           </widget>
 
1006
          </item>
 
1007
          <item>
 
1008
           <widget class="QRadioButton" name="radUseGlobalProjection">
 
1009
            <property name="text">
 
1010
             <string>Global default CRS displa&amp;yed below will be used</string>
634
1011
            </property>
635
1012
           </widget>
636
1013
          </item>
639
1016
       </item>
640
1017
      </layout>
641
1018
     </widget>
642
 
     <widget class="QWidget" name="tabHelpBrowser" >
643
 
      <attribute name="title" >
644
 
       <string>Help &amp;Browser</string>
645
 
      </attribute>
646
 
      <layout class="QGridLayout" >
647
 
       <property name="margin" >
648
 
        <number>9</number>
649
 
       </property>
650
 
       <property name="spacing" >
651
 
        <number>6</number>
652
 
       </property>
653
 
       <item row="2" column="0" colspan="2" >
 
1019
     <widget class="QWidget" name="stackedWidgetPage7">
 
1020
      <layout class="QGridLayout">
 
1021
       <property name="margin">
 
1022
        <number>0</number>
 
1023
       </property>
 
1024
       <item row="0" column="0">
 
1025
        <widget class="QGroupBox" name="grpLocale">
 
1026
         <property name="title">
 
1027
          <string>Override system locale</string>
 
1028
         </property>
 
1029
         <property name="checkable">
 
1030
          <bool>true</bool>
 
1031
         </property>
 
1032
         <layout class="QGridLayout">
 
1033
          <item row="0" column="0">
 
1034
           <widget class="QLabel" name="label_5">
 
1035
            <property name="text">
 
1036
             <string>Locale to use instead</string>
 
1037
            </property>
 
1038
           </widget>
 
1039
          </item>
 
1040
          <item row="0" column="1">
 
1041
           <widget class="QComboBox" name="cboLocale"/>
 
1042
          </item>
 
1043
          <item row="1" column="0" colspan="2">
 
1044
           <widget class="QLabel" name="label_7">
 
1045
            <property name="text">
 
1046
             <string>&lt;b&gt;Note:&lt;/b&gt; Enabling / changing overide on local requires an application restart</string>
 
1047
            </property>
 
1048
            <property name="wordWrap">
 
1049
             <bool>true</bool>
 
1050
            </property>
 
1051
           </widget>
 
1052
          </item>
 
1053
         </layout>
 
1054
        </widget>
 
1055
       </item>
 
1056
       <item row="2" column="0">
654
1057
        <spacer>
655
 
         <property name="orientation" >
 
1058
         <property name="orientation">
656
1059
          <enum>Qt::Vertical</enum>
657
1060
         </property>
658
 
         <property name="sizeHint" >
 
1061
         <property name="sizeHint" stdset="0">
659
1062
          <size>
660
 
           <width>20</width>
661
 
           <height>40</height>
 
1063
           <width>501</width>
 
1064
           <height>51</height>
662
1065
          </size>
663
1066
         </property>
664
1067
        </spacer>
665
1068
       </item>
666
 
       <item row="1" column="0" colspan="3" >
667
 
        <widget class="QLabel" name="textLabel1_2" >
668
 
         <property name="text" >
669
 
          <string>&lt;b>Note:&lt;/b> The browser must be in your PATH or you can specify the full path above</string>
670
 
         </property>
671
 
         <property name="wordWrap" >
672
 
          <bool>true</bool>
673
 
         </property>
674
 
        </widget>
675
 
       </item>
676
 
       <item row="0" column="2" >
677
 
        <widget class="QPushButton" name="btnFindBrowser" >
678
 
         <property name="maximumSize" >
679
 
          <size>
680
 
           <width>60</width>
681
 
           <height>32767</height>
682
 
          </size>
683
 
         </property>
684
 
         <property name="text" >
685
 
          <string>...</string>
686
 
         </property>
687
 
        </widget>
688
 
       </item>
689
 
       <item row="0" column="1" >
690
 
        <widget class="QComboBox" name="cmbBrowser" >
691
 
         <property name="editable" >
692
 
          <bool>true</bool>
693
 
         </property>
694
 
         <item>
695
 
          <property name="text" >
696
 
           <string>epiphany</string>
697
 
          </property>
698
 
         </item>
699
 
         <item>
700
 
          <property name="text" >
701
 
           <string>firefox</string>
702
 
          </property>
703
 
         </item>
704
 
         <item>
705
 
          <property name="text" >
706
 
           <string>mozilla-firefox</string>
707
 
          </property>
708
 
         </item>
709
 
         <item>
710
 
          <property name="text" >
711
 
           <string>galeon</string>
712
 
          </property>
713
 
         </item>
714
 
         <item>
715
 
          <property name="text" >
716
 
           <string>konqueror</string>
717
 
          </property>
718
 
         </item>
719
 
         <item>
720
 
          <property name="text" >
721
 
           <string>mozilla</string>
722
 
          </property>
723
 
         </item>
724
 
         <item>
725
 
          <property name="text" >
726
 
           <string>opera</string>
727
 
          </property>
728
 
         </item>
729
 
        </widget>
730
 
       </item>
731
 
       <item row="0" column="0" >
732
 
        <widget class="QLabel" name="textLabel1" >
733
 
         <property name="text" >
734
 
          <string>Open help documents with</string>
735
 
         </property>
736
 
         <property name="buddy" >
737
 
          <cstring>cmbBrowser</cstring>
738
 
         </property>
739
 
        </widget>
740
 
       </item>
741
 
      </layout>
742
 
     </widget>
743
 
    </widget>
744
 
   </item>
745
 
   <item row="1" column="0" >
746
 
    <layout class="QHBoxLayout" >
747
 
     <property name="margin" >
748
 
      <number>0</number>
749
 
     </property>
750
 
     <property name="spacing" >
751
 
      <number>6</number>
752
 
     </property>
753
 
     <item>
754
 
      <spacer>
755
 
       <property name="orientation" >
756
 
        <enum>Qt::Horizontal</enum>
757
 
       </property>
758
 
       <property name="sizeType" >
759
 
        <enum>QSizePolicy::Expanding</enum>
760
 
       </property>
761
 
       <property name="sizeHint" >
762
 
        <size>
763
 
         <width>20</width>
764
 
         <height>20</height>
765
 
        </size>
766
 
       </property>
767
 
      </spacer>
768
 
     </item>
769
 
     <item>
770
 
      <widget class="QPushButton" name="buttonOk" >
771
 
       <property name="text" >
772
 
        <string>&amp;Ok</string>
773
 
       </property>
774
 
       <property name="shortcut" >
775
 
        <string>Alt+O</string>
776
 
       </property>
777
 
       <property name="autoDefault" >
778
 
        <bool>true</bool>
779
 
       </property>
780
 
       <property name="default" >
781
 
        <bool>true</bool>
782
 
       </property>
783
 
      </widget>
784
 
     </item>
785
 
     <item>
786
 
      <widget class="QPushButton" name="buttonCancel" >
787
 
       <property name="text" >
788
 
        <string>&amp;Cancel</string>
789
 
       </property>
790
 
       <property name="shortcut" >
791
 
        <string/>
792
 
       </property>
793
 
       <property name="autoDefault" >
794
 
        <bool>true</bool>
795
 
       </property>
796
 
      </widget>
797
 
     </item>
798
 
    </layout>
 
1069
       <item row="1" column="0">
 
1070
        <widget class="QGroupBox" name="groupBox_12">
 
1071
         <property name="title">
 
1072
          <string>Additional Info</string>
 
1073
         </property>
 
1074
         <layout class="QGridLayout">
 
1075
          <item row="0" column="0">
 
1076
           <widget class="QLabel" name="lblSystemLocale">
 
1077
            <property name="text">
 
1078
             <string>Detected active locale on your system:</string>
 
1079
            </property>
 
1080
           </widget>
 
1081
          </item>
 
1082
         </layout>
 
1083
        </widget>
 
1084
       </item>
 
1085
      </layout>
 
1086
     </widget>
 
1087
     <widget class="QWidget" name="stackedWidgetPage8">
 
1088
      <layout class="QGridLayout" name="gridLayout_2">
 
1089
       <property name="margin">
 
1090
        <number>0</number>
 
1091
       </property>
 
1092
       <item row="0" column="0">
 
1093
        <layout class="QHBoxLayout" name="horizontalLayout">
 
1094
         <item>
 
1095
          <widget class="QLabel" name="mNetworkTimeoutLabel">
 
1096
           <property name="text">
 
1097
            <string>Timeout for network requests (ms):</string>
 
1098
           </property>
 
1099
          </widget>
 
1100
         </item>
 
1101
         <item>
 
1102
          <widget class="QSpinBox" name="mNetworkTimeoutSpinBox">
 
1103
           <property name="maximum">
 
1104
            <number>100000000</number>
 
1105
           </property>
 
1106
          </widget>
 
1107
         </item>
 
1108
        </layout>
 
1109
       </item>
 
1110
       <item row="1" column="0">
 
1111
        <widget class="QGroupBox" name="grpProxy">
 
1112
         <property name="title">
 
1113
          <string>Use proxy for web access</string>
 
1114
         </property>
 
1115
         <property name="flat">
 
1116
          <bool>false</bool>
 
1117
         </property>
 
1118
         <property name="checkable">
 
1119
          <bool>true</bool>
 
1120
         </property>
 
1121
         <layout class="QGridLayout" name="gridLayout_1">
 
1122
          <item row="0" column="0">
 
1123
           <widget class="QLabel" name="lblProxyHost">
 
1124
            <property name="text">
 
1125
             <string>Host</string>
 
1126
            </property>
 
1127
           </widget>
 
1128
          </item>
 
1129
          <item row="0" column="1" colspan="5">
 
1130
           <widget class="QLineEdit" name="leProxyHost"/>
 
1131
          </item>
 
1132
          <item row="1" column="0">
 
1133
           <widget class="QLabel" name="lblProxyPort">
 
1134
            <property name="text">
 
1135
             <string>Port</string>
 
1136
            </property>
 
1137
           </widget>
 
1138
          </item>
 
1139
          <item row="1" column="1" colspan="5">
 
1140
           <widget class="QLineEdit" name="leProxyPort"/>
 
1141
          </item>
 
1142
          <item row="2" column="0">
 
1143
           <widget class="QLabel" name="lblUser">
 
1144
            <property name="text">
 
1145
             <string>User</string>
 
1146
            </property>
 
1147
           </widget>
 
1148
          </item>
 
1149
          <item row="2" column="1" colspan="5">
 
1150
           <widget class="QLineEdit" name="leProxyUser">
 
1151
            <property name="toolTip">
 
1152
             <string>Leave this blank if no proxy username / password are required</string>
 
1153
            </property>
 
1154
           </widget>
 
1155
          </item>
 
1156
          <item row="3" column="0">
 
1157
           <widget class="QLabel" name="lblPassword">
 
1158
            <property name="text">
 
1159
             <string>Password</string>
 
1160
            </property>
 
1161
           </widget>
 
1162
          </item>
 
1163
          <item row="3" column="1" colspan="5">
 
1164
           <widget class="QLineEdit" name="leProxyPassword">
 
1165
            <property name="toolTip">
 
1166
             <string>Leave this blank if no proxy username / password are required</string>
 
1167
            </property>
 
1168
            <property name="echoMode">
 
1169
             <enum>QLineEdit::Password</enum>
 
1170
            </property>
 
1171
           </widget>
 
1172
          </item>
 
1173
          <item row="4" column="0">
 
1174
           <widget class="QLabel" name="mTypeLabel">
 
1175
            <property name="text">
 
1176
             <string>Proxy type</string>
 
1177
            </property>
 
1178
           </widget>
 
1179
          </item>
 
1180
          <item row="4" column="1" colspan="2">
 
1181
           <widget class="QComboBox" name="mProxyTypeComboBox"/>
 
1182
          </item>
 
1183
          <item row="4" column="3" colspan="3">
 
1184
           <spacer>
 
1185
            <property name="orientation">
 
1186
             <enum>Qt::Horizontal</enum>
 
1187
            </property>
 
1188
            <property name="sizeHint" stdset="0">
 
1189
             <size>
 
1190
              <width>241</width>
 
1191
              <height>20</height>
 
1192
             </size>
 
1193
            </property>
 
1194
           </spacer>
 
1195
          </item>
 
1196
          <item row="5" column="0" colspan="2">
 
1197
           <widget class="QLabel" name="mExcludeUrlsLabel">
 
1198
            <property name="text">
 
1199
             <string>Exclude URLs (starting with):</string>
 
1200
            </property>
 
1201
           </widget>
 
1202
          </item>
 
1203
          <item row="5" column="2" colspan="2">
 
1204
           <widget class="QPushButton" name="mAddUrlPushButton">
 
1205
            <property name="text">
 
1206
             <string>Add</string>
 
1207
            </property>
 
1208
           </widget>
 
1209
          </item>
 
1210
          <item row="5" column="4">
 
1211
           <widget class="QPushButton" name="mRemoveUrlPushButton">
 
1212
            <property name="text">
 
1213
             <string>Remove</string>
 
1214
            </property>
 
1215
           </widget>
 
1216
          </item>
 
1217
          <item row="5" column="5">
 
1218
           <spacer>
 
1219
            <property name="orientation">
 
1220
             <enum>Qt::Horizontal</enum>
 
1221
            </property>
 
1222
            <property name="sizeHint" stdset="0">
 
1223
             <size>
 
1224
              <width>391</width>
 
1225
              <height>20</height>
 
1226
             </size>
 
1227
            </property>
 
1228
           </spacer>
 
1229
          </item>
 
1230
          <item row="6" column="0" colspan="6">
 
1231
           <widget class="QListWidget" name="mExcludeUrlListWidget"/>
 
1232
          </item>
 
1233
         </layout>
 
1234
        </widget>
 
1235
       </item>
 
1236
      </layout>
 
1237
     </widget>
 
1238
    </widget>
 
1239
   </item>
 
1240
   <item row="1" column="0" colspan="2">
 
1241
    <widget class="QDialogButtonBox" name="buttonBox">
 
1242
     <property name="orientation">
 
1243
      <enum>Qt::Horizontal</enum>
 
1244
     </property>
 
1245
     <property name="standardButtons">
 
1246
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Help|QDialogButtonBox::Ok</set>
 
1247
     </property>
 
1248
    </widget>
 
1249
   </item>
 
1250
   <item row="0" column="0">
 
1251
    <widget class="QListWidget" name="listWidget">
 
1252
     <property name="minimumSize">
 
1253
      <size>
 
1254
       <width>110</width>
 
1255
       <height>0</height>
 
1256
      </size>
 
1257
     </property>
 
1258
     <property name="maximumSize">
 
1259
      <size>
 
1260
       <width>110</width>
 
1261
       <height>16777215</height>
 
1262
      </size>
 
1263
     </property>
 
1264
     <property name="frameShape">
 
1265
      <enum>QFrame::NoFrame</enum>
 
1266
     </property>
 
1267
     <property name="frameShadow">
 
1268
      <enum>QFrame::Plain</enum>
 
1269
     </property>
 
1270
     <property name="horizontalScrollBarPolicy">
 
1271
      <enum>Qt::ScrollBarAlwaysOff</enum>
 
1272
     </property>
 
1273
     <property name="editTriggers">
 
1274
      <set>QAbstractItemView::NoEditTriggers</set>
 
1275
     </property>
 
1276
     <property name="showDropIndicator" stdset="0">
 
1277
      <bool>false</bool>
 
1278
     </property>
 
1279
     <property name="alternatingRowColors">
 
1280
      <bool>false</bool>
 
1281
     </property>
 
1282
     <property name="iconSize">
 
1283
      <size>
 
1284
       <width>64</width>
 
1285
       <height>64</height>
 
1286
      </size>
 
1287
     </property>
 
1288
     <property name="textElideMode">
 
1289
      <enum>Qt::ElideNone</enum>
 
1290
     </property>
 
1291
     <property name="flow">
 
1292
      <enum>QListView::TopToBottom</enum>
 
1293
     </property>
 
1294
     <property name="isWrapping" stdset="0">
 
1295
      <bool>false</bool>
 
1296
     </property>
 
1297
     <property name="resizeMode">
 
1298
      <enum>QListView::Adjust</enum>
 
1299
     </property>
 
1300
     <property name="spacing">
 
1301
      <number>9</number>
 
1302
     </property>
 
1303
     <property name="viewMode">
 
1304
      <enum>QListView::IconMode</enum>
 
1305
     </property>
 
1306
     <property name="uniformItemSizes">
 
1307
      <bool>false</bool>
 
1308
     </property>
 
1309
     <property name="wordWrap">
 
1310
      <bool>true</bool>
 
1311
     </property>
 
1312
     <item>
 
1313
      <property name="text">
 
1314
       <string>General</string>
 
1315
      </property>
 
1316
      <property name="textAlignment">
 
1317
       <set>AlignHCenter|AlignVCenter|AlignCenter</set>
 
1318
      </property>
 
1319
      <property name="icon">
 
1320
       <iconset resource="../../images/images.qrc">
 
1321
        <normaloff>:/images/themes/default/propertyicons/general.png</normaloff>:/images/themes/default/propertyicons/general.png</iconset>
 
1322
      </property>
 
1323
     </item>
 
1324
     <item>
 
1325
      <property name="text">
 
1326
       <string>Rendering &amp; SVG</string>
 
1327
      </property>
 
1328
      <property name="textAlignment">
 
1329
       <set>AlignHCenter|AlignVCenter|AlignCenter</set>
 
1330
      </property>
 
1331
      <property name="icon">
 
1332
       <iconset resource="../../images/images.qrc">
 
1333
        <normaloff>:/images/themes/default/propertyicons/rendering.png</normaloff>:/images/themes/default/propertyicons/rendering.png</iconset>
 
1334
      </property>
 
1335
     </item>
 
1336
     <item>
 
1337
      <property name="text">
 
1338
       <string>Map tools</string>
 
1339
      </property>
 
1340
      <property name="icon">
 
1341
       <iconset resource="../../images/images.qrc">
 
1342
        <normaloff>:/images/themes/default/propertyicons/map_tools.png</normaloff>:/images/themes/default/propertyicons/map_tools.png</iconset>
 
1343
      </property>
 
1344
     </item>
 
1345
     <item>
 
1346
      <property name="text">
 
1347
       <string>Overlay</string>
 
1348
      </property>
 
1349
      <property name="icon">
 
1350
       <iconset resource="../../images/images.qrc">
 
1351
        <normaloff>:/images/themes/default/propertyicons/overlay.png</normaloff>:/images/themes/default/propertyicons/overlay.png</iconset>
 
1352
      </property>
 
1353
     </item>
 
1354
     <item>
 
1355
      <property name="text">
 
1356
       <string>Digitising</string>
 
1357
      </property>
 
1358
      <property name="icon">
 
1359
       <iconset resource="../../images/images.qrc">
 
1360
        <normaloff>:/images/themes/default/propertyicons/digitising.png</normaloff>:/images/themes/default/propertyicons/digitising.png</iconset>
 
1361
      </property>
 
1362
     </item>
 
1363
     <item>
 
1364
      <property name="text">
 
1365
       <string>CRS</string>
 
1366
      </property>
 
1367
      <property name="icon">
 
1368
       <iconset resource="../../images/images.qrc">
 
1369
        <normaloff>:/images/themes/default/propertyicons/CRS.png</normaloff>:/images/themes/default/propertyicons/CRS.png</iconset>
 
1370
      </property>
 
1371
     </item>
 
1372
     <item>
 
1373
      <property name="text">
 
1374
       <string>Locale</string>
 
1375
      </property>
 
1376
      <property name="icon">
 
1377
       <iconset resource="../../images/images.qrc">
 
1378
        <normaloff>:/images/themes/default/propertyicons/locale.png</normaloff>:/images/themes/default/propertyicons/locale.png</iconset>
 
1379
      </property>
 
1380
     </item>
 
1381
     <item>
 
1382
      <property name="text">
 
1383
       <string>Network &amp; Proxy</string>
 
1384
      </property>
 
1385
      <property name="icon">
 
1386
       <iconset resource="../../images/images.qrc">
 
1387
        <normaloff>:/images/themes/default/propertyicons/network_and_proxy.png</normaloff>:/images/themes/default/propertyicons/network_and_proxy.png</iconset>
 
1388
      </property>
 
1389
     </item>
 
1390
    </widget>
799
1391
   </item>
800
1392
  </layout>
801
1393
 </widget>
802
 
 <layoutdefault spacing="6" margin="11" />
 
1394
 <layoutdefault spacing="6" margin="11"/>
803
1395
 <customwidgets>
804
1396
  <customwidget>
805
1397
   <class>QgsColorButton</class>
808
1400
  </customwidget>
809
1401
 </customwidgets>
810
1402
 <tabstops>
811
 
  <tabstop>tabWidget</tabstop>
812
 
  <tabstop>btnFindBrowser</tabstop>
 
1403
  <tabstop>stackedWidget</tabstop>
 
1404
  <tabstop>chbAskToSaveProjectChanges</tabstop>
 
1405
  <tabstop>chbWarnOldProjectVersion</tabstop>
 
1406
  <tabstop>pbnSelectionColor</tabstop>
 
1407
  <tabstop>pbnCanvasColor</tabstop>
 
1408
  <tabstop>cmbTheme</tabstop>
 
1409
  <tabstop>capitaliseCheckBox</tabstop>
 
1410
  <tabstop>cbxLegendClassifiers</tabstop>
813
1411
  <tabstop>cbxHideSplash</tabstop>
814
 
  <tabstop>cmbTheme</tabstop>
815
 
  <tabstop>pbnSelectionColour</tabstop>
816
 
  <tabstop>pbnCanvasColor</tabstop>
 
1412
  <tabstop>cbxIdentifyResultsDocked</tabstop>
 
1413
  <tabstop>cbxAttributeTableDocked</tabstop>
 
1414
  <tabstop>cbxAddPostgisDC</tabstop>
 
1415
  <tabstop>chkAddedVisibility</tabstop>
817
1416
  <tabstop>spinBoxUpdateThreshold</tabstop>
818
 
  <tabstop>chkAddedVisibility</tabstop>
 
1417
  <tabstop>chkUseRenderCaching</tabstop>
819
1418
  <tabstop>chkAntiAliasing</tabstop>
 
1419
  <tabstop>chkUseQPixmap</tabstop>
 
1420
  <tabstop>mBtnAddSVGPath</tabstop>
 
1421
  <tabstop>mBtnRemoveSVGPath</tabstop>
 
1422
  <tabstop>mListSVGPaths</tabstop>
 
1423
  <tabstop>cmbIdentifyMode</tabstop>
 
1424
  <tabstop>spinBoxIdentifyValue</tabstop>
820
1425
  <tabstop>cmbEllipsoid</tabstop>
 
1426
  <tabstop>pbnMeasureColor</tabstop>
 
1427
  <tabstop>radMeters</tabstop>
 
1428
  <tabstop>radFeet</tabstop>
 
1429
  <tabstop>cmbWheelAction</tabstop>
 
1430
  <tabstop>spinZoomFactor</tabstop>
 
1431
  <tabstop>mOverlayAlgorithmComboBox</tabstop>
 
1432
  <tabstop>mLineWidthSpinBox</tabstop>
 
1433
  <tabstop>mLineColorToolButton</tabstop>
 
1434
  <tabstop>mDefaultSnapModeComboBox</tabstop>
 
1435
  <tabstop>mDefaultSnappingToleranceSpinBox</tabstop>
 
1436
  <tabstop>mDefaultSnappingToleranceComboBox</tabstop>
 
1437
  <tabstop>mSearchRadiusVertexEditSpinBox</tabstop>
 
1438
  <tabstop>mSearchRadiusVertexEditComboBox</tabstop>
 
1439
  <tabstop>mMarkersOnlyForSelectedCheckBox</tabstop>
 
1440
  <tabstop>mMarkerStyleComboBox</tabstop>
 
1441
  <tabstop>mMarkerSizeSpinBox</tabstop>
 
1442
  <tabstop>chkDisableAttributeValuesDlg</tabstop>
821
1443
  <tabstop>radPromptForProjection</tabstop>
822
1444
  <tabstop>radUseProjectProjection</tabstop>
823
1445
  <tabstop>radUseGlobalProjection</tabstop>
824
 
  <tabstop>txtGlobalWKT</tabstop>
 
1446
  <tabstop>txtGlobalWkt</tabstop>
825
1447
  <tabstop>pbnSelectProjection</tabstop>
826
 
  <tabstop>cmbBrowser</tabstop>
827
 
  <tabstop>buttonOk</tabstop>
828
 
  <tabstop>buttonCancel</tabstop>
 
1448
  <tabstop>grpLocale</tabstop>
 
1449
  <tabstop>cboLocale</tabstop>
 
1450
  <tabstop>mNetworkTimeoutSpinBox</tabstop>
 
1451
  <tabstop>grpProxy</tabstop>
 
1452
  <tabstop>leProxyHost</tabstop>
 
1453
  <tabstop>leProxyPort</tabstop>
 
1454
  <tabstop>leProxyUser</tabstop>
 
1455
  <tabstop>leProxyPassword</tabstop>
 
1456
  <tabstop>mProxyTypeComboBox</tabstop>
 
1457
  <tabstop>mAddUrlPushButton</tabstop>
 
1458
  <tabstop>mRemoveUrlPushButton</tabstop>
 
1459
  <tabstop>mExcludeUrlListWidget</tabstop>
 
1460
  <tabstop>buttonBox</tabstop>
829
1461
 </tabstops>
830
 
 <resources/>
831
 
 <connections/>
 
1462
 <resources>
 
1463
  <include location="../../images/images.qrc"/>
 
1464
 </resources>
 
1465
 <connections>
 
1466
  <connection>
 
1467
   <sender>buttonBox</sender>
 
1468
   <signal>rejected()</signal>
 
1469
   <receiver>QgsOptionsBase</receiver>
 
1470
   <slot>reject()</slot>
 
1471
   <hints>
 
1472
    <hint type="sourcelabel">
 
1473
     <x>186</x>
 
1474
     <y>574</y>
 
1475
    </hint>
 
1476
    <hint type="destinationlabel">
 
1477
     <x>730</x>
 
1478
     <y>311</y>
 
1479
    </hint>
 
1480
   </hints>
 
1481
  </connection>
 
1482
  <connection>
 
1483
   <sender>buttonBox</sender>
 
1484
   <signal>accepted()</signal>
 
1485
   <receiver>QgsOptionsBase</receiver>
 
1486
   <slot>accept()</slot>
 
1487
   <hints>
 
1488
    <hint type="sourcelabel">
 
1489
     <x>186</x>
 
1490
     <y>574</y>
 
1491
    </hint>
 
1492
    <hint type="destinationlabel">
 
1493
     <x>731</x>
 
1494
     <y>353</y>
 
1495
    </hint>
 
1496
   </hints>
 
1497
  </connection>
 
1498
  <connection>
 
1499
   <sender>listWidget</sender>
 
1500
   <signal>currentRowChanged(int)</signal>
 
1501
   <receiver>stackedWidget</receiver>
 
1502
   <slot>setCurrentIndex(int)</slot>
 
1503
   <hints>
 
1504
    <hint type="sourcelabel">
 
1505
     <x>136</x>
 
1506
     <y>21</y>
 
1507
    </hint>
 
1508
    <hint type="destinationlabel">
 
1509
     <x>864</x>
 
1510
     <y>14</y>
 
1511
    </hint>
 
1512
   </hints>
 
1513
  </connection>
 
1514
 </connections>
832
1515
</ui>