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

« back to all changes in this revision

Viewing changes to src/plugins/gps_importer/qgsgpsdevicedialogbase.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" >
2
 
 <author></author>
3
 
 <comment></comment>
4
 
 <exportmacro></exportmacro>
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
5
3
 <class>QgsGPSDeviceDialogBase</class>
6
 
 <widget class="QDialog" name="QgsGPSDeviceDialogBase" >
7
 
  <property name="geometry" >
 
4
 <widget class="QDialog" name="QgsGPSDeviceDialogBase">
 
5
  <property name="geometry">
8
6
   <rect>
9
7
    <x>0</x>
10
8
    <y>0</y>
11
 
    <width>504</width>
12
 
    <height>436</height>
 
9
    <width>700</width>
 
10
    <height>450</height>
13
11
   </rect>
14
12
  </property>
15
 
  <property name="sizePolicy" >
16
 
   <sizepolicy>
17
 
    <hsizetype>1</hsizetype>
18
 
    <vsizetype>1</vsizetype>
 
13
  <property name="sizePolicy">
 
14
   <sizepolicy hsizetype="Minimum" vsizetype="Minimum">
19
15
    <horstretch>0</horstretch>
20
16
    <verstretch>0</verstretch>
21
17
   </sizepolicy>
22
18
  </property>
23
 
  <property name="windowTitle" >
 
19
  <property name="windowTitle">
24
20
   <string>GPS Device Editor</string>
25
21
  </property>
26
 
  <property name="modal" >
 
22
  <property name="modal">
27
23
   <bool>true</bool>
28
24
  </property>
29
 
  <layout class="QVBoxLayout" >
30
 
   <property name="margin" >
31
 
    <number>9</number>
32
 
   </property>
33
 
   <property name="spacing" >
34
 
    <number>6</number>
35
 
   </property>
36
 
   <item>
37
 
    <widget class="QSplitter" name="splitter" >
38
 
     <property name="orientation" >
39
 
      <enum>Qt::Horizontal</enum>
40
 
     </property>
41
 
     <widget class="QWidget" name="layoutWidget_2" >
42
 
      <layout class="QVBoxLayout" >
43
 
       <property name="margin" >
44
 
        <number>0</number>
45
 
       </property>
46
 
       <property name="spacing" >
47
 
        <number>6</number>
48
 
       </property>
49
 
       <item>
50
 
        <widget class="QListWidget" name="lbDeviceList" >
51
 
         <property name="sizePolicy" >
52
 
          <sizepolicy>
53
 
           <hsizetype>5</hsizetype>
54
 
           <vsizetype>5</vsizetype>
55
 
           <horstretch>0</horstretch>
56
 
           <verstretch>0</verstretch>
57
 
          </sizepolicy>
58
 
         </property>
59
 
        </widget>
60
 
       </item>
61
 
       <item>
62
 
        <widget class="QPushButton" name="pbnNewDevice" >
63
 
         <property name="sizePolicy" >
64
 
          <sizepolicy>
65
 
           <hsizetype>1</hsizetype>
66
 
           <vsizetype>0</vsizetype>
67
 
           <horstretch>0</horstretch>
68
 
           <verstretch>0</verstretch>
69
 
          </sizepolicy>
70
 
         </property>
71
 
         <property name="text" >
72
 
          <string>New device</string>
73
 
         </property>
74
 
        </widget>
75
 
       </item>
76
 
       <item>
77
 
        <widget class="QPushButton" name="pbnDeleteDevice" >
78
 
         <property name="sizePolicy" >
79
 
          <sizepolicy>
80
 
           <hsizetype>1</hsizetype>
81
 
           <vsizetype>0</vsizetype>
82
 
           <horstretch>0</horstretch>
83
 
           <verstretch>0</verstretch>
84
 
          </sizepolicy>
85
 
         </property>
86
 
         <property name="text" >
87
 
          <string>Delete device</string>
88
 
         </property>
89
 
        </widget>
90
 
       </item>
91
 
       <item>
92
 
        <widget class="QPushButton" name="pbnUpdateDevice" >
93
 
         <property name="sizePolicy" >
94
 
          <sizepolicy>
95
 
           <hsizetype>1</hsizetype>
96
 
           <vsizetype>0</vsizetype>
97
 
           <horstretch>0</horstretch>
98
 
           <verstretch>0</verstretch>
99
 
          </sizepolicy>
100
 
         </property>
101
 
         <property name="text" >
102
 
          <string>Update device</string>
103
 
         </property>
104
 
        </widget>
105
 
       </item>
106
 
      </layout>
107
 
     </widget>
108
 
     <widget class="QWidget" name="layoutWidget_3" >
109
 
      <layout class="QVBoxLayout" >
110
 
       <property name="margin" >
111
 
        <number>0</number>
112
 
       </property>
113
 
       <property name="spacing" >
114
 
        <number>6</number>
115
 
       </property>
116
 
       <item>
117
 
        <layout class="QHBoxLayout" >
118
 
         <property name="margin" >
119
 
          <number>0</number>
120
 
         </property>
121
 
         <property name="spacing" >
122
 
          <number>6</number>
123
 
         </property>
124
 
         <item>
125
 
          <widget class="QLabel" name="textLabel3" >
126
 
           <property name="sizePolicy" >
127
 
            <sizepolicy>
128
 
             <hsizetype>1</hsizetype>
129
 
             <vsizetype>5</vsizetype>
130
 
             <horstretch>0</horstretch>
131
 
             <verstretch>0</verstretch>
132
 
            </sizepolicy>
133
 
           </property>
134
 
           <property name="text" >
135
 
            <string>Device name:</string>
136
 
           </property>
137
 
          </widget>
138
 
         </item>
139
 
         <item>
140
 
          <widget class="QLineEdit" name="leDeviceName" >
141
 
           <property name="sizePolicy" >
142
 
            <sizepolicy>
143
 
             <hsizetype>7</hsizetype>
144
 
             <vsizetype>0</vsizetype>
145
 
             <horstretch>2</horstretch>
146
 
             <verstretch>0</verstretch>
147
 
            </sizepolicy>
148
 
           </property>
149
 
           <property name="toolTip" >
150
 
            <string>This is the name of the device as it will appear in the lists</string>
151
 
           </property>
152
 
          </widget>
153
 
         </item>
154
 
        </layout>
155
 
       </item>
156
 
       <item>
157
 
        <widget class="QGroupBox" name="groupBox" >
158
 
         <property name="title" >
159
 
          <string>Commands</string>
160
 
         </property>
161
 
         <property name="alignment" >
162
 
          <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
163
 
         </property>
164
 
         <layout class="QGridLayout" >
165
 
          <property name="margin" >
166
 
           <number>9</number>
167
 
          </property>
168
 
          <property name="spacing" >
169
 
           <number>6</number>
170
 
          </property>
171
 
          <item row="4" column="0" >
172
 
           <widget class="QLabel" name="textLabel1_2_5" >
173
 
            <property name="text" >
174
 
             <string>Track download:</string>
175
 
            </property>
176
 
           </widget>
177
 
          </item>
178
 
          <item row="3" column="0" >
179
 
           <widget class="QLabel" name="textLabel1_2_4" >
180
 
            <property name="text" >
181
 
             <string>Route upload:</string>
182
 
            </property>
183
 
           </widget>
184
 
          </item>
185
 
          <item row="0" column="0" >
186
 
           <widget class="QLabel" name="textLabel1_2" >
187
 
            <property name="text" >
188
 
             <string>Waypoint download:</string>
189
 
            </property>
190
 
           </widget>
191
 
          </item>
192
 
          <item row="2" column="1" >
193
 
           <widget class="QLineEdit" name="leRteDown" >
194
 
            <property name="toolTip" >
195
 
             <string>The command that is used to download routes from the device</string>
196
 
            </property>
197
 
           </widget>
198
 
          </item>
199
 
          <item row="2" column="0" >
200
 
           <widget class="QLabel" name="textLabel1_2_3" >
201
 
            <property name="text" >
202
 
             <string>Route download:</string>
203
 
            </property>
204
 
           </widget>
205
 
          </item>
206
 
          <item row="1" column="1" >
207
 
           <widget class="QLineEdit" name="leWptUp" >
208
 
            <property name="toolTip" >
209
 
             <string>The command that is used to upload waypoints to the device</string>
210
 
            </property>
211
 
           </widget>
212
 
          </item>
213
 
          <item row="5" column="0" >
214
 
           <widget class="QLabel" name="textLabel1_2_5_2" >
215
 
            <property name="text" >
216
 
             <string>Track upload:</string>
217
 
            </property>
218
 
           </widget>
219
 
          </item>
220
 
          <item row="4" column="1" >
221
 
           <widget class="QLineEdit" name="leTrkDown" >
222
 
            <property name="toolTip" >
223
 
             <string>The command that is used to download tracks from the device</string>
224
 
            </property>
225
 
           </widget>
226
 
          </item>
227
 
          <item row="3" column="1" >
228
 
           <widget class="QLineEdit" name="leRteUp" >
229
 
            <property name="toolTip" >
230
 
             <string>The command that is used to upload routes to the device</string>
231
 
            </property>
232
 
           </widget>
233
 
          </item>
234
 
          <item row="0" column="1" >
235
 
           <widget class="QLineEdit" name="leWptDown" >
236
 
            <property name="toolTip" >
237
 
             <string>The command that is used to download waypoints from the device</string>
238
 
            </property>
239
 
           </widget>
240
 
          </item>
241
 
          <item row="5" column="1" >
242
 
           <widget class="QLineEdit" name="leTrkUp" >
243
 
            <property name="toolTip" >
244
 
             <string>The command that is used to upload tracks to the device</string>
245
 
            </property>
246
 
           </widget>
247
 
          </item>
248
 
          <item row="1" column="0" >
249
 
           <widget class="QLabel" name="textLabel1_2_2" >
250
 
            <property name="text" >
251
 
             <string>Waypoint upload:</string>
252
 
            </property>
253
 
           </widget>
254
 
          </item>
255
 
         </layout>
256
 
        </widget>
257
 
       </item>
258
 
       <item>
259
 
        <widget class="QTextEdit" name="textEdit" >
260
 
         <property name="sizePolicy" >
261
 
          <sizepolicy>
262
 
           <hsizetype>5</hsizetype>
263
 
           <vsizetype>5</vsizetype>
264
 
           <horstretch>0</horstretch>
265
 
           <verstretch>0</verstretch>
266
 
          </sizepolicy>
267
 
         </property>
268
 
         <property name="html" >
269
 
          <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:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">In the download and upload commands there can be special words that will be replaced by QGIS when the commands are used. These words are:&lt;span style=" font-style:italic;">%babel&lt;/span> - the path to GPSBabel&lt;br />&lt;span style=" font-style:italic;">%in&lt;/span> - the GPX filename when uploading or the port when downloading&lt;br />&lt;span style=" font-style:italic;">%out&lt;/span> - the port when uploading or the GPX filename when downloading&lt;/p>&lt;/body>&lt;/html></string>
270
 
         </property>
271
 
        </widget>
272
 
       </item>
273
 
      </layout>
274
 
     </widget>
 
25
  <layout class="QGridLayout" name="gridLayout_2">
 
26
   <item row="0" column="0">
 
27
    <widget class="QGroupBox" name="groupBox_2">
 
28
     <property name="sizePolicy">
 
29
      <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
 
30
       <horstretch>0</horstretch>
 
31
       <verstretch>0</verstretch>
 
32
      </sizepolicy>
 
33
     </property>
 
34
     <property name="title">
 
35
      <string>Devices</string>
 
36
     </property>
 
37
     <layout class="QGridLayout" name="gridLayout">
 
38
      <item row="1" column="1">
 
39
       <widget class="QPushButton" name="pbnDeleteDevice">
 
40
        <property name="sizePolicy">
 
41
         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
42
          <horstretch>0</horstretch>
 
43
          <verstretch>0</verstretch>
 
44
         </sizepolicy>
 
45
        </property>
 
46
        <property name="text">
 
47
         <string>Delete</string>
 
48
        </property>
 
49
       </widget>
 
50
      </item>
 
51
      <item row="1" column="0">
 
52
       <widget class="QPushButton" name="pbnNewDevice">
 
53
        <property name="sizePolicy">
 
54
         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
55
          <horstretch>0</horstretch>
 
56
          <verstretch>0</verstretch>
 
57
         </sizepolicy>
 
58
        </property>
 
59
        <property name="text">
 
60
         <string>New</string>
 
61
        </property>
 
62
       </widget>
 
63
      </item>
 
64
      <item row="1" column="2">
 
65
       <widget class="QPushButton" name="pbnUpdateDevice">
 
66
        <property name="sizePolicy">
 
67
         <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
 
68
          <horstretch>0</horstretch>
 
69
          <verstretch>0</verstretch>
 
70
         </sizepolicy>
 
71
        </property>
 
72
        <property name="text">
 
73
         <string>Update</string>
 
74
        </property>
 
75
       </widget>
 
76
      </item>
 
77
      <item row="0" column="0" colspan="3">
 
78
       <widget class="QListWidget" name="lbDeviceList">
 
79
        <property name="sizePolicy">
 
80
         <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
 
81
          <horstretch>0</horstretch>
 
82
          <verstretch>0</verstretch>
 
83
         </sizepolicy>
 
84
        </property>
 
85
        <property name="minimumSize">
 
86
         <size>
 
87
          <width>150</width>
 
88
          <height>0</height>
 
89
         </size>
 
90
        </property>
 
91
       </widget>
 
92
      </item>
 
93
     </layout>
275
94
    </widget>
276
95
   </item>
277
 
   <item>
278
 
    <layout class="QHBoxLayout" >
279
 
     <property name="margin" >
280
 
      <number>0</number>
281
 
     </property>
282
 
     <property name="spacing" >
283
 
      <number>6</number>
284
 
     </property>
285
 
     <item>
286
 
      <spacer>
287
 
       <property name="orientation" >
288
 
        <enum>Qt::Horizontal</enum>
289
 
       </property>
290
 
       <property name="sizeHint" >
291
 
        <size>
292
 
         <width>381</width>
293
 
         <height>21</height>
294
 
        </size>
295
 
       </property>
296
 
      </spacer>
297
 
     </item>
298
 
     <item>
299
 
      <widget class="QPushButton" name="pbnClose" >
300
 
       <property name="text" >
301
 
        <string>Close</string>
302
 
       </property>
303
 
       <property name="default" >
 
96
   <item row="0" column="1">
 
97
    <layout class="QVBoxLayout" name="verticalLayout">
 
98
     <item>
 
99
      <layout class="QHBoxLayout">
 
100
       <property name="spacing">
 
101
        <number>6</number>
 
102
       </property>
 
103
       <property name="margin">
 
104
        <number>0</number>
 
105
       </property>
 
106
       <item>
 
107
        <widget class="QLabel" name="textLabel3">
 
108
         <property name="sizePolicy">
 
109
          <sizepolicy hsizetype="Minimum" vsizetype="Preferred">
 
110
           <horstretch>0</horstretch>
 
111
           <verstretch>0</verstretch>
 
112
          </sizepolicy>
 
113
         </property>
 
114
         <property name="text">
 
115
          <string>Device name</string>
 
116
         </property>
 
117
         <property name="buddy">
 
118
          <cstring>leDeviceName</cstring>
 
119
         </property>
 
120
        </widget>
 
121
       </item>
 
122
       <item>
 
123
        <widget class="QLineEdit" name="leDeviceName">
 
124
         <property name="sizePolicy">
 
125
          <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
126
           <horstretch>2</horstretch>
 
127
           <verstretch>0</verstretch>
 
128
          </sizepolicy>
 
129
         </property>
 
130
         <property name="toolTip">
 
131
          <string>This is the name of the device as it will appear in the lists</string>
 
132
         </property>
 
133
        </widget>
 
134
       </item>
 
135
      </layout>
 
136
     </item>
 
137
     <item>
 
138
      <widget class="QGroupBox" name="groupBox">
 
139
       <property name="title">
 
140
        <string>Commands</string>
 
141
       </property>
 
142
       <property name="alignment">
 
143
        <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
 
144
       </property>
 
145
       <layout class="QGridLayout">
 
146
        <property name="margin">
 
147
         <number>9</number>
 
148
        </property>
 
149
        <property name="spacing">
 
150
         <number>6</number>
 
151
        </property>
 
152
        <item row="4" column="0">
 
153
         <widget class="QLabel" name="textLabel1_2_5">
 
154
          <property name="text">
 
155
           <string>Track download</string>
 
156
          </property>
 
157
          <property name="buddy">
 
158
           <cstring>leTrkDown</cstring>
 
159
          </property>
 
160
         </widget>
 
161
        </item>
 
162
        <item row="3" column="0">
 
163
         <widget class="QLabel" name="textLabel1_2_4">
 
164
          <property name="text">
 
165
           <string>Route upload</string>
 
166
          </property>
 
167
          <property name="buddy">
 
168
           <cstring>leRteUp</cstring>
 
169
          </property>
 
170
         </widget>
 
171
        </item>
 
172
        <item row="0" column="0">
 
173
         <widget class="QLabel" name="textLabel1_2">
 
174
          <property name="text">
 
175
           <string>Waypoint download</string>
 
176
          </property>
 
177
          <property name="buddy">
 
178
           <cstring>leWptDown</cstring>
 
179
          </property>
 
180
         </widget>
 
181
        </item>
 
182
        <item row="2" column="1">
 
183
         <widget class="QLineEdit" name="leRteDown">
 
184
          <property name="toolTip">
 
185
           <string>The command that is used to download routes from the device</string>
 
186
          </property>
 
187
         </widget>
 
188
        </item>
 
189
        <item row="2" column="0">
 
190
         <widget class="QLabel" name="textLabel1_2_3">
 
191
          <property name="text">
 
192
           <string>Route download</string>
 
193
          </property>
 
194
          <property name="buddy">
 
195
           <cstring>leRteDown</cstring>
 
196
          </property>
 
197
         </widget>
 
198
        </item>
 
199
        <item row="1" column="1">
 
200
         <widget class="QLineEdit" name="leWptUp">
 
201
          <property name="toolTip">
 
202
           <string>The command that is used to upload waypoints to the device</string>
 
203
          </property>
 
204
         </widget>
 
205
        </item>
 
206
        <item row="5" column="0">
 
207
         <widget class="QLabel" name="textLabel1_2_5_2">
 
208
          <property name="text">
 
209
           <string>Track upload</string>
 
210
          </property>
 
211
          <property name="buddy">
 
212
           <cstring>leTrkUp</cstring>
 
213
          </property>
 
214
         </widget>
 
215
        </item>
 
216
        <item row="4" column="1">
 
217
         <widget class="QLineEdit" name="leTrkDown">
 
218
          <property name="toolTip">
 
219
           <string>The command that is used to download tracks from the device</string>
 
220
          </property>
 
221
         </widget>
 
222
        </item>
 
223
        <item row="3" column="1">
 
224
         <widget class="QLineEdit" name="leRteUp">
 
225
          <property name="toolTip">
 
226
           <string>The command that is used to upload routes to the device</string>
 
227
          </property>
 
228
         </widget>
 
229
        </item>
 
230
        <item row="0" column="1">
 
231
         <widget class="QLineEdit" name="leWptDown">
 
232
          <property name="toolTip">
 
233
           <string>The command that is used to download waypoints from the device</string>
 
234
          </property>
 
235
         </widget>
 
236
        </item>
 
237
        <item row="5" column="1">
 
238
         <widget class="QLineEdit" name="leTrkUp">
 
239
          <property name="toolTip">
 
240
           <string>The command that is used to upload tracks to the device</string>
 
241
          </property>
 
242
         </widget>
 
243
        </item>
 
244
        <item row="1" column="0">
 
245
         <widget class="QLabel" name="textLabel1_2_2">
 
246
          <property name="text">
 
247
           <string>Waypoint upload</string>
 
248
          </property>
 
249
          <property name="buddy">
 
250
           <cstring>leWptUp</cstring>
 
251
          </property>
 
252
         </widget>
 
253
        </item>
 
254
       </layout>
 
255
      </widget>
 
256
     </item>
 
257
     <item>
 
258
      <widget class="QTextEdit" name="textEdit">
 
259
       <property name="sizePolicy">
 
260
        <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
 
261
         <horstretch>0</horstretch>
 
262
         <verstretch>0</verstretch>
 
263
        </sizepolicy>
 
264
       </property>
 
265
       <property name="acceptDrops">
 
266
        <bool>false</bool>
 
267
       </property>
 
268
       <property name="readOnly">
304
269
        <bool>true</bool>
305
270
       </property>
 
271
       <property name="html">
 
272
        <string>&lt;!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"&gt;
 
273
&lt;html&gt;&lt;head&gt;&lt;meta name="qrichtext" content="1" /&gt;&lt;style type="text/css"&gt;
 
274
p, li { white-space: pre-wrap; }
 
275
&lt;/style&gt;&lt;/head&gt;&lt;body style=" font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;"&gt;
 
276
&lt;p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"&gt;&lt;span style=" font-family:'Sans Serif'; font-size:9pt;"&gt;In the download and upload commands there can be special words that will be replaced by QGIS when the commands are used. These words are:&lt;/span&gt;&lt;span style=" font-family:'Sans Serif'; font-size:9pt; font-style:italic;"&gt;%babel&lt;/span&gt;&lt;span style=" font-family:'Sans Serif'; font-size:9pt;"&gt; - the path to GPSBabel&lt;br /&gt;&lt;/span&gt;&lt;span style=" font-family:'Sans Serif'; font-size:9pt; font-style:italic;"&gt;%in&lt;/span&gt;&lt;span style=" font-family:'Sans Serif'; font-size:9pt;"&gt; - the GPX filename when uploading or the port when downloading&lt;br /&gt;&lt;/span&gt;&lt;span style=" font-family:'Sans Serif'; font-size:9pt; font-style:italic;"&gt;%out&lt;/span&gt;&lt;span style=" font-family:'Sans Serif'; font-size:9pt;"&gt; - the port when uploading or the GPX filename when downloading&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
 
277
       </property>
 
278
       <property name="textInteractionFlags">
 
279
        <set>Qt::NoTextInteraction</set>
 
280
       </property>
306
281
      </widget>
307
282
     </item>
308
283
    </layout>
309
284
   </item>
 
285
   <item row="1" column="0" colspan="2">
 
286
    <widget class="QDialogButtonBox" name="buttonBox">
 
287
     <property name="standardButtons">
 
288
      <set>QDialogButtonBox::Close</set>
 
289
     </property>
 
290
    </widget>
 
291
   </item>
310
292
  </layout>
311
293
 </widget>
312
 
 <layoutdefault spacing="6" margin="11" />
313
 
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 
294
 <layoutdefault spacing="6" margin="11"/>
 
295
 <tabstops>
 
296
  <tabstop>lbDeviceList</tabstop>
 
297
  <tabstop>pbnNewDevice</tabstop>
 
298
  <tabstop>pbnDeleteDevice</tabstop>
 
299
  <tabstop>pbnUpdateDevice</tabstop>
 
300
  <tabstop>leDeviceName</tabstop>
 
301
  <tabstop>leWptDown</tabstop>
 
302
  <tabstop>leWptUp</tabstop>
 
303
  <tabstop>leRteDown</tabstop>
 
304
  <tabstop>leRteUp</tabstop>
 
305
  <tabstop>leTrkDown</tabstop>
 
306
  <tabstop>leTrkUp</tabstop>
 
307
  <tabstop>textEdit</tabstop>
 
308
  <tabstop>buttonBox</tabstop>
 
309
 </tabstops>
314
310
 <resources/>
315
 
 <connections/>
 
311
 <connections>
 
312
  <connection>
 
313
   <sender>buttonBox</sender>
 
314
   <signal>clicked(QAbstractButton*)</signal>
 
315
   <receiver>QgsGPSDeviceDialogBase</receiver>
 
316
   <slot>accept()</slot>
 
317
   <hints>
 
318
    <hint type="sourcelabel">
 
319
     <x>460</x>
 
320
     <y>442</y>
 
321
    </hint>
 
322
    <hint type="destinationlabel">
 
323
     <x>498</x>
 
324
     <y>403</y>
 
325
    </hint>
 
326
   </hints>
 
327
  </connection>
 
328
 </connections>
316
329
</ui>