Skip to content

Commit 8ae7de1

Browse files
author
gsherman
committedMay 8, 2007

File tree

1 file changed

+57
-9
lines changed

1 file changed

+57
-9
lines changed
 

‎src/plugins/gps_importer/qgsgpspluginguibase.ui

Lines changed: 57 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<rect>
66
<x>0</x>
77
<y>0</y>
8-
<width>694</width>
9-
<height>399</height>
8+
<width>691</width>
9+
<height>406</height>
1010
</rect>
1111
</property>
1212
<property name="windowTitle" >
@@ -51,7 +51,7 @@
5151
<item row="0" column="2" >
5252
<widget class="QTabWidget" name="tabWidget" >
5353
<property name="currentIndex" >
54-
<number>2</number>
54+
<number>0</number>
5555
</property>
5656
<widget class="QWidget" name="tab1" >
5757
<attribute name="title" >
@@ -230,7 +230,14 @@ p, li { white-space: pre-wrap; }
230230
</spacer>
231231
</item>
232232
<item row="2" column="1" >
233-
<widget class="QComboBox" name="cmbIMPFeature" />
233+
<widget class="QComboBox" name="cmbIMPFeature" >
234+
<property name="minimumSize" >
235+
<size>
236+
<width>90</width>
237+
<height>0</height>
238+
</size>
239+
</property>
240+
</widget>
234241
</item>
235242
<item row="2" column="0" >
236243
<widget class="QLabel" name="textLabel2_3" >
@@ -281,10 +288,23 @@ p, li { white-space: pre-wrap; }
281288
</widget>
282289
</item>
283290
<item row="1" column="4" >
284-
<widget class="QComboBox" name="cmbDLPort" />
291+
<widget class="QComboBox" name="cmbDLPort" >
292+
<property name="minimumSize" >
293+
<size>
294+
<width>90</width>
295+
<height>0</height>
296+
</size>
297+
</property>
298+
</widget>
285299
</item>
286300
<item row="2" column="4" >
287301
<widget class="QComboBox" name="cmbDLFeatureType" >
302+
<property name="minimumSize" >
303+
<size>
304+
<width>100</width>
305+
<height>0</height>
306+
</size>
307+
</property>
288308
<item>
289309
<property name="text" >
290310
<string>Waypoints</string>
@@ -376,7 +396,14 @@ p, li { white-space: pre-wrap; }
376396
</widget>
377397
</item>
378398
<item row="1" column="1" >
379-
<widget class="QComboBox" name="cmbDLDevice" />
399+
<widget class="QComboBox" name="cmbDLDevice" >
400+
<property name="minimumSize" >
401+
<size>
402+
<width>120</width>
403+
<height>0</height>
404+
</size>
405+
</property>
406+
</widget>
380407
</item>
381408
<item row="2" column="1" >
382409
<widget class="QPushButton" name="pbDLEditDevices" >
@@ -436,7 +463,14 @@ p, li { white-space: pre-wrap; }
436463
</widget>
437464
</item>
438465
<item row="2" column="1" >
439-
<widget class="QComboBox" name="cmbULPort" />
466+
<widget class="QComboBox" name="cmbULPort" >
467+
<property name="minimumSize" >
468+
<size>
469+
<width>100</width>
470+
<height>0</height>
471+
</size>
472+
</property>
473+
</widget>
440474
</item>
441475
<item row="2" column="0" >
442476
<widget class="QLabel" name="textLabel3" >
@@ -446,10 +480,24 @@ p, li { white-space: pre-wrap; }
446480
</widget>
447481
</item>
448482
<item row="1" column="4" >
449-
<widget class="QComboBox" name="cmbULDevice" />
483+
<widget class="QComboBox" name="cmbULDevice" >
484+
<property name="minimumSize" >
485+
<size>
486+
<width>120</width>
487+
<height>0</height>
488+
</size>
489+
</property>
490+
</widget>
450491
</item>
451492
<item row="1" column="1" >
452-
<widget class="QComboBox" name="cmbULLayer" />
493+
<widget class="QComboBox" name="cmbULLayer" >
494+
<property name="minimumSize" >
495+
<size>
496+
<width>90</width>
497+
<height>0</height>
498+
</size>
499+
</property>
500+
</widget>
453501
</item>
454502
<item row="2" column="4" >
455503
<widget class="QPushButton" name="pbULEditDevices" >

0 commit comments

Comments
 (0)
Please sign in to comment.