Skip to content

Commit a0f655a

Browse files
committed
Remove temporary group box from diagram properties (fix #16206)
1 parent d206737 commit a0f655a

File tree

1 file changed

+24
-31
lines changed

1 file changed

+24
-31
lines changed

src/ui/qgsdiagrampropertiesbase.ui

+24-31
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
<item>
268268
<widget class="QStackedWidget" name="mDiagramStackedWidget">
269269
<property name="currentIndex">
270-
<number>1</number>
270+
<number>0</number>
271271
</property>
272272
<widget class="QWidget" name="mDiagramPage_Attributes">
273273
<layout class="QVBoxLayout" name="verticalLayout_9">
@@ -303,8 +303,8 @@
303303
<rect>
304304
<x>0</x>
305305
<y>0</y>
306-
<width>303</width>
307-
<height>104</height>
306+
<width>632</width>
307+
<height>405</height>
308308
</rect>
309309
</property>
310310
<layout class="QHBoxLayout" name="horizontalLayout_6">
@@ -538,9 +538,9 @@
538538
<property name="geometry">
539539
<rect>
540540
<x>0</x>
541-
<y>-93</y>
541+
<y>0</y>
542542
<width>618</width>
543-
<height>498</height>
543+
<height>484</height>
544544
</rect>
545545
</property>
546546
<layout class="QVBoxLayout" name="verticalLayout" stretch="0,0,0,1">
@@ -856,13 +856,6 @@
856856
</item>
857857
</layout>
858858
</item>
859-
<item row="1" column="2">
860-
<widget class="QGroupBox" name="groupBox">
861-
<property name="title">
862-
<string>GroupBox</string>
863-
</property>
864-
</widget>
865-
</item>
866859
</layout>
867860
</widget>
868861
</item>
@@ -1137,8 +1130,8 @@
11371130
<rect>
11381131
<x>0</x>
11391132
<y>0</y>
1140-
<width>511</width>
1141-
<height>294</height>
1133+
<width>632</width>
1134+
<height>405</height>
11421135
</rect>
11431136
</property>
11441137
<layout class="QGridLayout" name="gridLayout_11">
@@ -1453,8 +1446,8 @@
14531446
<rect>
14541447
<x>0</x>
14551448
<y>0</y>
1456-
<width>280</width>
1457-
<height>288</height>
1449+
<width>632</width>
1450+
<height>405</height>
14581451
</rect>
14591452
</property>
14601453
<layout class="QGridLayout" name="gridLayout_12">
@@ -1879,8 +1872,8 @@
18791872
<rect>
18801873
<x>0</x>
18811874
<y>0</y>
1882-
<width>100</width>
1883-
<height>180</height>
1875+
<width>632</width>
1876+
<height>405</height>
18841877
</rect>
18851878
</property>
18861879
<layout class="QVBoxLayout" name="verticalLayout_3">
@@ -2098,8 +2091,8 @@
20982091
<rect>
20992092
<x>0</x>
21002093
<y>0</y>
2101-
<width>324</width>
2102-
<height>131</height>
2094+
<width>632</width>
2095+
<height>405</height>
21032096
</rect>
21042097
</property>
21052098
<layout class="QVBoxLayout" name="verticalLayout_12">
@@ -2181,6 +2174,17 @@
21812174
<extends>QDoubleSpinBox</extends>
21822175
<header>qgsdoublespinbox.h</header>
21832176
</customwidget>
2177+
<customwidget>
2178+
<class>QgsPropertyOverrideButton</class>
2179+
<extends>QToolButton</extends>
2180+
<header>qgspropertyoverridebutton.h</header>
2181+
</customwidget>
2182+
<customwidget>
2183+
<class>QgsUnitSelectionWidget</class>
2184+
<extends>QWidget</extends>
2185+
<header>qgsunitselectionwidget.h</header>
2186+
<container>1</container>
2187+
</customwidget>
21842188
<customwidget>
21852189
<class>QgsColorButton</class>
21862190
<extends>QToolButton</extends>
@@ -2209,17 +2213,6 @@
22092213
<extends>QSpinBox</extends>
22102214
<header>qgsspinbox.h</header>
22112215
</customwidget>
2212-
<customwidget>
2213-
<class>QgsUnitSelectionWidget</class>
2214-
<extends>QWidget</extends>
2215-
<header>qgsunitselectionwidget.h</header>
2216-
<container>1</container>
2217-
</customwidget>
2218-
<customwidget>
2219-
<class>QgsPropertyOverrideButton</class>
2220-
<extends>QToolButton</extends>
2221-
<header>qgspropertyoverridebutton.h</header>
2222-
</customwidget>
22232216
</customwidgets>
22242217
<tabstops>
22252218
<tabstop>mDiagramTypeComboBox</tabstop>

0 commit comments

Comments
 (0)