mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-08 00:05:09 -04:00
Rename GPS device buttons in GPSBabel dialog
This commit is contained in:
parent
8487eeb9c1
commit
ab7fab32e0
@ -82,10 +82,10 @@
|
|||||||
<property name="bottomMargin">
|
<property name="bottomMargin">
|
||||||
<number>0</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<item row="1" column="2">
|
<item row="1" column="1">
|
||||||
<widget class="QToolButton" name="mButtonAddDevice">
|
<widget class="QToolButton" name="mButtonAddDevice">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Add new path</string>
|
<string>Add new device</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string/>
|
<string/>
|
||||||
@ -96,7 +96,7 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="1">
|
<item row="1" column="0">
|
||||||
<spacer>
|
<spacer>
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Horizontal</enum>
|
<enum>Qt::Horizontal</enum>
|
||||||
@ -109,10 +109,10 @@
|
|||||||
</property>
|
</property>
|
||||||
</spacer>
|
</spacer>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="3">
|
<item row="1" column="2">
|
||||||
<widget class="QToolButton" name="mButtonRemoveDevice">
|
<widget class="QToolButton" name="mButtonRemoveDevice">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Remove path</string>
|
<string>Remove device</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string/>
|
<string/>
|
||||||
@ -123,7 +123,7 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="1" colspan="3">
|
<item row="0" column="0" colspan="3">
|
||||||
<widget class="QListWidget" name="mListDevices">
|
<widget class="QListWidget" name="mListDevices">
|
||||||
<property name="minimumSize">
|
<property name="minimumSize">
|
||||||
<size>
|
<size>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user