Skip to content

Commit 9ef3f86

Browse files
committed
Fix build error
1 parent 18274a2 commit 9ef3f86

File tree

1 file changed

+33
-16
lines changed

1 file changed

+33
-16
lines changed

src/ui/qgsdatumtransformdialogbase.ui

+33-16
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,7 @@
1414
<string>Select datum transformations</string>
1515
</property>
1616
<layout class="QGridLayout" name="gridLayout">
17-
<item row="2" column="0">
18-
<widget class="QCheckBox" name="mRememberSelectionCheckBox">
19-
<property name="text">
20-
<string>Remember selection</string>
21-
</property>
22-
</widget>
23-
</item>
24-
<item row="2" column="1" alignment="Qt::AlignRight">
25-
<widget class="QCheckBox" name="mHideDeprecatedCheckBox">
26-
<property name="text">
27-
<string>Hide deprecated</string>
28-
</property>
29-
</widget>
30-
</item>
31-
<item row="0" column="0" colspan="2">
17+
<item row="0" column="0">
3218
<widget class="QTreeWidget" name="mDatumTransformTreeWidget">
3319
<column>
3420
<property name="text">
@@ -47,7 +33,38 @@
4733
</column>
4834
</widget>
4935
</item>
50-
<item row="4" column="0" colspan="2">
36+
<item row="1" column="0">
37+
<layout class="QHBoxLayout" name="horizontalLayout">
38+
<item>
39+
<widget class="QCheckBox" name="mRememberSelectionCheckBox">
40+
<property name="text">
41+
<string>Remember selection</string>
42+
</property>
43+
</widget>
44+
</item>
45+
<item>
46+
<spacer name="horizontalSpacer">
47+
<property name="orientation">
48+
<enum>Qt::Horizontal</enum>
49+
</property>
50+
<property name="sizeHint" stdset="0">
51+
<size>
52+
<width>40</width>
53+
<height>20</height>
54+
</size>
55+
</property>
56+
</spacer>
57+
</item>
58+
<item>
59+
<widget class="QCheckBox" name="mHideDeprecatedCheckBox">
60+
<property name="text">
61+
<string>Hide deprecated</string>
62+
</property>
63+
</widget>
64+
</item>
65+
</layout>
66+
</item>
67+
<item row="2" column="0">
5168
<widget class="QDialogButtonBox" name="buttonBox">
5269
<property name="orientation">
5370
<enum>Qt::Horizontal</enum>

0 commit comments

Comments
 (0)