Skip to content

Commit

Permalink
move referenced layers above the list of field pairs
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jun 1, 2021
1 parent 0234213 commit 5efb8a4
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions src/ui/qgsrelationmanageraddpolymorphicdialogbase.ui
Expand Up @@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>450</width>
<height>400</height>
<width>454</width>
<height>490</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -42,13 +42,6 @@
</property>
</widget>
</item>
<item row="10" column="0">
<widget class="QLabel" name="mReferencedLayersLabel">
<property name="text">
<string>Referenced layers</string>
</property>
</widget>
</item>
<item row="1" column="1" colspan="2">
<widget class="QgsMapLayerComboBox" name="mReferencingLayerComboBox"/>
</item>
Expand Down Expand Up @@ -118,9 +111,6 @@
</property>
</widget>
</item>
<item row="10" column="1" colspan="2">
<widget class="QgsCheckableComboBox" name="mReferencedLayersComboBox"/>
</item>
<item row="9" column="0" colspan="2">
<widget class="QTableWidget" name="mFieldsMappingTable">
<property name="selectionBehavior">
Expand Down Expand Up @@ -167,6 +157,16 @@
<item row="6" column="1" colspan="2">
<widget class="QComboBox" name="mRelationStrengthComboBox"/>
</item>
<item row="7" column="0">
<widget class="QLabel" name="mReferencedLayersLabel">
<property name="text">
<string>Referenced layers</string>
</property>
</widget>
</item>
<item row="7" column="1" colspan="2">
<widget class="QgsCheckableComboBox" name="mReferencedLayersComboBox"/>
</item>
</layout>
</widget>
<customwidgets>
Expand Down Expand Up @@ -200,7 +200,6 @@
<tabstop>mFieldsMappingTable</tabstop>
<tabstop>mFieldsMappingAddButton</tabstop>
<tabstop>mFieldsMappingRemoveButton</tabstop>
<tabstop>mReferencedLayersComboBox</tabstop>
</tabstops>
<resources>
<include location="../../images/images.qrc"/>
Expand Down

0 comments on commit 5efb8a4

Please sign in to comment.