Skip to content

Commit f7829db

Browse files
ismailsunninyalldawson
authored andcommittedDec 28, 2017
Put X field above Y field in Delimited Text dialog. Fix #11746.
1 parent 4783af6 commit f7829db

File tree

1 file changed

+27
-27
lines changed

1 file changed

+27
-27
lines changed
 

‎src/ui/qgsdelimitedtextsourceselectbase.ui

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,8 @@
180180
<rect>
181181
<x>0</x>
182182
<y>0</y>
183-
<width>696</width>
184-
<height>742</height>
183+
<width>704</width>
184+
<height>694</height>
185185
</rect>
186186
</property>
187187
<property name="sizePolicy">
@@ -950,7 +950,7 @@
950950
</property>
951951
<item>
952952
<layout class="QGridLayout" name="gridLayout_5" columnstretch="0,0">
953-
<item row="3" column="1">
953+
<item row="4" column="1">
954954
<widget class="QCheckBox" name="cbxXyDms">
955955
<property name="toolTip">
956956
<string>X and Y coordinates are expressed in degrees/minutes/seconds</string>
@@ -966,8 +966,8 @@
966966
</property>
967967
</widget>
968968
</item>
969-
<item row="0" column="1">
970-
<widget class="QComboBox" name="cmbYField">
969+
<item row="1" column="1">
970+
<widget class="QComboBox" name="cmbXField">
971971
<property name="enabled">
972972
<bool>true</bool>
973973
</property>
@@ -984,21 +984,21 @@
984984
</size>
985985
</property>
986986
<property name="toolTip">
987-
<string>Name of the field containing y values</string>
987+
<string>Name of the field containing x values</string>
988988
</property>
989989
<property name="statusTip">
990-
<string>Name of the field containing y values</string>
990+
<string>Name of the field containing x values</string>
991991
</property>
992992
<property name="whatsThis">
993-
<string>Name of the field containing y values</string>
993+
<string>Name of the field containing x values</string>
994994
</property>
995995
<property name="editable">
996996
<bool>false</bool>
997997
</property>
998998
</widget>
999999
</item>
1000-
<item row="1" column="1">
1001-
<widget class="QComboBox" name="cmbXField">
1000+
<item row="2" column="1">
1001+
<widget class="QComboBox" name="cmbYField">
10021002
<property name="enabled">
10031003
<bool>true</bool>
10041004
</property>
@@ -1015,20 +1015,33 @@
10151015
</size>
10161016
</property>
10171017
<property name="toolTip">
1018-
<string>Name of the field containing x values</string>
1018+
<string>Name of the field containing y values</string>
10191019
</property>
10201020
<property name="statusTip">
1021-
<string>Name of the field containing x values</string>
1021+
<string>Name of the field containing y values</string>
10221022
</property>
10231023
<property name="whatsThis">
1024-
<string>Name of the field containing x values</string>
1024+
<string>Name of the field containing y values</string>
10251025
</property>
10261026
<property name="editable">
10271027
<bool>false</bool>
10281028
</property>
10291029
</widget>
10301030
</item>
1031-
<item row="0" column="0">
1031+
<item row="1" column="0">
1032+
<widget class="QLabel" name="textLabelx">
1033+
<property name="enabled">
1034+
<bool>true</bool>
1035+
</property>
1036+
<property name="text">
1037+
<string>&lt;p align=&quot;left&quot;&gt;X field&lt;/p&gt;</string>
1038+
</property>
1039+
<property name="alignment">
1040+
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1041+
</property>
1042+
</widget>
1043+
</item>
1044+
<item row="2" column="0">
10321045
<widget class="QLabel" name="textLabely">
10331046
<property name="enabled">
10341047
<bool>true</bool>
@@ -1044,19 +1057,6 @@
10441057
</property>
10451058
</widget>
10461059
</item>
1047-
<item row="1" column="0">
1048-
<widget class="QLabel" name="textLabelx">
1049-
<property name="enabled">
1050-
<bool>true</bool>
1051-
</property>
1052-
<property name="text">
1053-
<string>&lt;p align=&quot;left&quot;&gt;X field&lt;/p&gt;</string>
1054-
</property>
1055-
<property name="alignment">
1056-
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
1057-
</property>
1058-
</widget>
1059-
</item>
10601060
</layout>
10611061
</item>
10621062
</layout>

0 commit comments

Comments
 (0)
Please sign in to comment.