Skip to content

Commit 85603ff

Browse files
committed
Update to vector layer options dialog Display tab
1 parent bd0c413 commit 85603ff

File tree

1 file changed

+27
-30
lines changed

1 file changed

+27
-30
lines changed

src/ui/qgsvectorlayerpropertiesbase.ui

+27-30
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
<item row="1" column="0">
6767
<widget class="QTabWidget" name="tabWidget">
6868
<property name="currentIndex">
69-
<number>0</number>
69+
<number>3</number>
7070
</property>
7171
<property name="iconSize">
7272
<size>
@@ -567,18 +567,15 @@
567567
</item>
568568
</layout>
569569
</widget>
570-
<widget class="QWidget" name="tab">
570+
<widget class="QWidget" name="mDisplayPage">
571571
<attribute name="icon">
572572
<iconset resource="../../images/images.qrc">
573573
<normaloff>:/images/themes/gis/mActionMapTips.png</normaloff>:/images/themes/gis/mActionMapTips.png</iconset>
574574
</attribute>
575575
<attribute name="title">
576576
<string>Display</string>
577577
</attribute>
578-
<layout class="QFormLayout" name="formLayout_2">
579-
<property name="fieldGrowthPolicy">
580-
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
581-
</property>
578+
<layout class="QGridLayout" name="gridLayout">
582579
<item row="0" column="0">
583580
<widget class="QLabel" name="textLabel3">
584581
<property name="text">
@@ -594,35 +591,28 @@
594591
<property name="title">
595592
<string>Map Tip display text</string>
596593
</property>
597-
<layout class="QFormLayout" name="formLayout_3">
594+
<layout class="QGridLayout" name="gridLayout_18">
595+
<item row="1" column="1">
596+
<widget class="QTextEdit" name="htmlMapTip">
597+
<property name="enabled">
598+
<bool>false</bool>
599+
</property>
600+
</widget>
601+
</item>
598602
<item row="0" column="0">
599603
<widget class="QRadioButton" name="fieldComboRadio">
600604
<property name="text">
601605
<string>Field</string>
602606
</property>
603607
</widget>
604608
</item>
605-
<item row="0" column="1">
606-
<widget class="QComboBox" name="displayFieldComboBox">
607-
<property name="enabled">
608-
<bool>false</bool>
609-
</property>
610-
</widget>
611-
</item>
612-
<item row="1" column="0">
609+
<item row="1" column="0" alignment="Qt::AlignTop">
613610
<widget class="QRadioButton" name="htmlRadio">
614611
<property name="text">
615612
<string>HTML</string>
616613
</property>
617614
</widget>
618615
</item>
619-
<item row="1" column="1">
620-
<widget class="QTextEdit" name="htmlMapTip">
621-
<property name="enabled">
622-
<bool>false</bool>
623-
</property>
624-
</widget>
625-
</item>
626616
<item row="2" column="1">
627617
<layout class="QHBoxLayout" name="horizontalLayout_14">
628618
<item>
@@ -691,6 +681,13 @@
691681
</item>
692682
</layout>
693683
</item>
684+
<item row="0" column="1">
685+
<widget class="QComboBox" name="displayFieldComboBox">
686+
<property name="enabled">
687+
<bool>false</bool>
688+
</property>
689+
</widget>
690+
</item>
694691
</layout>
695692
</widget>
696693
</item>
@@ -926,8 +923,8 @@
926923
<rect>
927924
<x>0</x>
928925
<y>0</y>
929-
<width>704</width>
930-
<height>627</height>
926+
<width>706</width>
927+
<height>626</height>
931928
</rect>
932929
</property>
933930
<layout class="QGridLayout" name="gridLayout_16">
@@ -1492,8 +1489,8 @@
14921489
<y>152</y>
14931490
</hint>
14941491
<hint type="destinationlabel">
1495-
<x>660</x>
1496-
<y>350</y>
1492+
<x>705</x>
1493+
<y>571</y>
14971494
</hint>
14981495
</hints>
14991496
</connection>
@@ -1508,8 +1505,8 @@
15081505
<y>157</y>
15091506
</hint>
15101507
<hint type="destinationlabel">
1511-
<x>306</x>
1512-
<y>361</y>
1508+
<x>606</x>
1509+
<y>571</y>
15131510
</hint>
15141511
</hints>
15151512
</connection>
@@ -1524,8 +1521,8 @@
15241521
<y>151</y>
15251522
</hint>
15261523
<hint type="destinationlabel">
1527-
<x>142</x>
1528-
<y>349</y>
1524+
<x>247</x>
1525+
<y>571</y>
15291526
</hint>
15301527
</hints>
15311528
</connection>

0 commit comments

Comments
 (0)