|
14 | 14 | <string>Select datum transformations</string>
|
15 | 15 | </property>
|
16 | 16 | <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"> |
32 | 18 | <widget class="QTreeWidget" name="mDatumTransformTreeWidget">
|
33 | 19 | <column>
|
34 | 20 | <property name="text">
|
|
47 | 33 | </column>
|
48 | 34 | </widget>
|
49 | 35 | </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"> |
51 | 68 | <widget class="QDialogButtonBox" name="buttonBox">
|
52 | 69 | <property name="orientation">
|
53 | 70 | <enum>Qt::Horizontal</enum>
|
|
0 commit comments