|
14 | 14 | <string>Select Datum Transformations</string>
|
15 | 15 | </property>
|
16 | 16 | <layout class="QGridLayout" name="gridLayout">
|
17 |
| - <item row="4" column="0"> |
18 |
| - <widget class="QLabel" name="mLabelSrcDescription"> |
19 |
| - <property name="text"> |
20 |
| - <string notr="true">Description</string> |
21 |
| - </property> |
22 |
| - <property name="alignment"> |
23 |
| - <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
24 |
| - </property> |
25 |
| - <property name="wordWrap"> |
26 |
| - <bool>true</bool> |
27 |
| - </property> |
28 |
| - </widget> |
29 |
| - </item> |
30 |
| - <item row="4" column="1"> |
31 |
| - <widget class="QLabel" name="mLabelDstDescription"> |
32 |
| - <property name="text"> |
33 |
| - <string notr="true">Description</string> |
34 |
| - </property> |
35 |
| - <property name="alignment"> |
36 |
| - <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
37 |
| - </property> |
38 |
| - <property name="wordWrap"> |
39 |
| - <bool>true</bool> |
40 |
| - </property> |
41 |
| - </widget> |
42 |
| - </item> |
43 |
| - <item row="5" column="0" colspan="2"> |
| 17 | + <item row="4" column="0" colspan="2"> |
44 | 18 | <layout class="QHBoxLayout" name="horizontalLayout">
|
45 | 19 | <item>
|
46 | 20 | <spacer name="horizontalSpacer">
|
|
64 | 38 | </item>
|
65 | 39 | </layout>
|
66 | 40 | </item>
|
67 |
| - <item row="6" column="0" colspan="2"> |
| 41 | + <item row="2" column="0" colspan="2"> |
| 42 | + <widget class="QTableWidget" name="mDatumTransformTableWidget"> |
| 43 | + <property name="selectionMode"> |
| 44 | + <enum>QAbstractItemView::SingleSelection</enum> |
| 45 | + </property> |
| 46 | + <property name="selectionBehavior"> |
| 47 | + <enum>QAbstractItemView::SelectRows</enum> |
| 48 | + </property> |
| 49 | + </widget> |
| 50 | + </item> |
| 51 | + <item row="3" column="1"> |
| 52 | + <widget class="QLabel" name="mLabelDstDescription"> |
| 53 | + <property name="text"> |
| 54 | + <string notr="true">Description</string> |
| 55 | + </property> |
| 56 | + <property name="alignment"> |
| 57 | + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
| 58 | + </property> |
| 59 | + <property name="wordWrap"> |
| 60 | + <bool>true</bool> |
| 61 | + </property> |
| 62 | + </widget> |
| 63 | + </item> |
| 64 | + <item row="5" column="0" colspan="2"> |
68 | 65 | <widget class="QDialogButtonBox" name="mButtonBox">
|
69 | 66 | <property name="orientation">
|
70 | 67 | <enum>Qt::Horizontal</enum>
|
|
74 | 71 | </property>
|
75 | 72 | </widget>
|
76 | 73 | </item>
|
| 74 | + <item row="3" column="0"> |
| 75 | + <widget class="QLabel" name="mLabelSrcDescription"> |
| 76 | + <property name="text"> |
| 77 | + <string notr="true">Description</string> |
| 78 | + </property> |
| 79 | + <property name="alignment"> |
| 80 | + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
| 81 | + </property> |
| 82 | + <property name="wordWrap"> |
| 83 | + <bool>true</bool> |
| 84 | + </property> |
| 85 | + </widget> |
| 86 | + </item> |
77 | 87 | <item row="0" column="0" colspan="2">
|
78 |
| - <layout class="QHBoxLayout" name="horizontalLayout_2"> |
79 |
| - <item> |
| 88 | + <layout class="QGridLayout" name="gridLayout_4"> |
| 89 | + <item row="0" column="0"> |
80 | 90 | <widget class="QLabel" name="label">
|
| 91 | + <property name="sizePolicy"> |
| 92 | + <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> |
| 93 | + <horstretch>0</horstretch> |
| 94 | + <verstretch>0</verstretch> |
| 95 | + </sizepolicy> |
| 96 | + </property> |
81 | 97 | <property name="text">
|
82 | 98 | <string>Source CRS</string>
|
83 | 99 | </property>
|
84 | 100 | </widget>
|
85 | 101 | </item>
|
86 |
| - <item> |
| 102 | + <item row="0" column="1"> |
87 | 103 | <widget class="QgsProjectionSelectionWidget" name="mSourceProjectionSelectionWidget" native="true"/>
|
88 | 104 | </item>
|
89 |
| - </layout> |
90 |
| - </item> |
91 |
| - <item row="1" column="0" colspan="2"> |
92 |
| - <layout class="QHBoxLayout" name="horizontalLayout_3"> |
93 |
| - <item> |
| 105 | + <item row="1" column="0"> |
94 | 106 | <widget class="QLabel" name="label_2">
|
| 107 | + <property name="sizePolicy"> |
| 108 | + <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> |
| 109 | + <horstretch>0</horstretch> |
| 110 | + <verstretch>0</verstretch> |
| 111 | + </sizepolicy> |
| 112 | + </property> |
95 | 113 | <property name="text">
|
96 | 114 | <string>Destination CRS</string>
|
97 | 115 | </property>
|
98 | 116 | </widget>
|
99 | 117 | </item>
|
100 |
| - <item> |
| 118 | + <item row="1" column="1"> |
101 | 119 | <widget class="QgsProjectionSelectionWidget" name="mDestinationProjectionSelectionWidget" native="true"/>
|
102 | 120 | </item>
|
103 | 121 | </layout>
|
104 | 122 | </item>
|
105 |
| - <item row="3" column="0" colspan="2"> |
106 |
| - <widget class="QTableWidget" name="mDatumTransformTableWidget"> |
107 |
| - <property name="selectionMode"> |
108 |
| - <enum>QAbstractItemView::SingleSelection</enum> |
109 |
| - </property> |
110 |
| - <property name="selectionBehavior"> |
111 |
| - <enum>QAbstractItemView::SelectRows</enum> |
112 |
| - </property> |
113 |
| - </widget> |
114 |
| - </item> |
115 | 123 | </layout>
|
116 | 124 | </widget>
|
117 | 125 | <customwidgets>
|
|
0 commit comments