Skip to content

Commit

Permalink
Put X field above Y field in Delimited Text dialog. Fix #11746.
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsunni authored and nyalldawson committed Dec 28, 2017
1 parent 4783af6 commit f7829db
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions src/ui/qgsdelimitedtextsourceselectbase.ui
Expand Up @@ -180,8 +180,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>696</width>
<height>742</height>
<width>704</width>
<height>694</height>
</rect>
</property>
<property name="sizePolicy">
Expand Down Expand Up @@ -950,7 +950,7 @@
</property>
<item>
<layout class="QGridLayout" name="gridLayout_5" columnstretch="0,0">
<item row="3" column="1">
<item row="4" column="1">
<widget class="QCheckBox" name="cbxXyDms">
<property name="toolTip">
<string>X and Y coordinates are expressed in degrees/minutes/seconds</string>
Expand All @@ -966,8 +966,8 @@
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QComboBox" name="cmbYField">
<item row="1" column="1">
<widget class="QComboBox" name="cmbXField">
<property name="enabled">
<bool>true</bool>
</property>
Expand All @@ -984,21 +984,21 @@
</size>
</property>
<property name="toolTip">
<string>Name of the field containing y values</string>
<string>Name of the field containing x values</string>
</property>
<property name="statusTip">
<string>Name of the field containing y values</string>
<string>Name of the field containing x values</string>
</property>
<property name="whatsThis">
<string>Name of the field containing y values</string>
<string>Name of the field containing x values</string>
</property>
<property name="editable">
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QComboBox" name="cmbXField">
<item row="2" column="1">
<widget class="QComboBox" name="cmbYField">
<property name="enabled">
<bool>true</bool>
</property>
Expand All @@ -1015,20 +1015,33 @@
</size>
</property>
<property name="toolTip">
<string>Name of the field containing x values</string>
<string>Name of the field containing y values</string>
</property>
<property name="statusTip">
<string>Name of the field containing x values</string>
<string>Name of the field containing y values</string>
</property>
<property name="whatsThis">
<string>Name of the field containing x values</string>
<string>Name of the field containing y values</string>
</property>
<property name="editable">
<bool>false</bool>
</property>
</widget>
</item>
<item row="0" column="0">
<item row="1" column="0">
<widget class="QLabel" name="textLabelx">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>&lt;p align=&quot;left&quot;&gt;X field&lt;/p&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
<item row="2" column="0">
<widget class="QLabel" name="textLabely">
<property name="enabled">
<bool>true</bool>
Expand All @@ -1044,19 +1057,6 @@
</property>
</widget>
</item>
<item row="1" column="0">
<widget class="QLabel" name="textLabelx">
<property name="enabled">
<bool>true</bool>
</property>
<property name="text">
<string>&lt;p align=&quot;left&quot;&gt;X field&lt;/p&gt;</string>
</property>
<property name="alignment">
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
</property>
</widget>
</item>
</layout>
</item>
</layout>
Expand Down

0 comments on commit f7829db

Please sign in to comment.