|
7 | 7 | <x>0</x>
|
8 | 8 | <y>0</y>
|
9 | 9 | <width>620</width>
|
10 |
| - <height>490</height> |
| 10 | + <height>508</height> |
11 | 11 | </rect>
|
12 | 12 | </property>
|
13 | 13 | <property name="windowTitle">
|
14 | 14 | <string>Select Datum Transformations</string>
|
15 | 15 | </property>
|
16 |
| - <layout class="QGridLayout" name="gridLayout"> |
| 16 | + <layout class="QGridLayout" name="gridLayout" rowstretch="0,3,1,0,0"> |
| 17 | + <item row="2" 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> |
17 | 30 | <item row="4" column="0" colspan="2">
|
| 31 | + <widget class="QDialogButtonBox" name="mButtonBox"> |
| 32 | + <property name="orientation"> |
| 33 | + <enum>Qt::Horizontal</enum> |
| 34 | + </property> |
| 35 | + <property name="standardButtons"> |
| 36 | + <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
| 37 | + </property> |
| 38 | + </widget> |
| 39 | + </item> |
| 40 | + <item row="0" column="0" colspan="2"> |
| 41 | + <widget class="QStackedWidget" name="mCrsStackedWidget"> |
| 42 | + <property name="currentIndex"> |
| 43 | + <number>0</number> |
| 44 | + </property> |
| 45 | + <widget class="QWidget" name="page"> |
| 46 | + <layout class="QVBoxLayout" name="verticalLayout"> |
| 47 | + <property name="leftMargin"> |
| 48 | + <number>0</number> |
| 49 | + </property> |
| 50 | + <property name="topMargin"> |
| 51 | + <number>0</number> |
| 52 | + </property> |
| 53 | + <property name="rightMargin"> |
| 54 | + <number>0</number> |
| 55 | + </property> |
| 56 | + <property name="bottomMargin"> |
| 57 | + <number>0</number> |
| 58 | + </property> |
| 59 | + <item> |
| 60 | + <layout class="QGridLayout" name="gridLayout_4" columnstretch="0,1"> |
| 61 | + <item row="0" column="0"> |
| 62 | + <widget class="QLabel" name="label"> |
| 63 | + <property name="text"> |
| 64 | + <string>Source CRS</string> |
| 65 | + </property> |
| 66 | + </widget> |
| 67 | + </item> |
| 68 | + <item row="0" column="1"> |
| 69 | + <widget class="QgsProjectionSelectionWidget" name="mSourceProjectionSelectionWidget" native="true"/> |
| 70 | + </item> |
| 71 | + <item row="1" column="0"> |
| 72 | + <widget class="QLabel" name="label_2"> |
| 73 | + <property name="text"> |
| 74 | + <string>Destination CRS</string> |
| 75 | + </property> |
| 76 | + </widget> |
| 77 | + </item> |
| 78 | + <item row="1" column="1"> |
| 79 | + <widget class="QgsProjectionSelectionWidget" name="mDestinationProjectionSelectionWidget" native="true"/> |
| 80 | + </item> |
| 81 | + </layout> |
| 82 | + </item> |
| 83 | + </layout> |
| 84 | + </widget> |
| 85 | + <widget class="QWidget" name="page_2"> |
| 86 | + <layout class="QVBoxLayout" name="verticalLayout_2"> |
| 87 | + <property name="leftMargin"> |
| 88 | + <number>0</number> |
| 89 | + </property> |
| 90 | + <property name="topMargin"> |
| 91 | + <number>0</number> |
| 92 | + </property> |
| 93 | + <property name="rightMargin"> |
| 94 | + <number>0</number> |
| 95 | + </property> |
| 96 | + <property name="bottomMargin"> |
| 97 | + <number>0</number> |
| 98 | + </property> |
| 99 | + <item> |
| 100 | + <layout class="QGridLayout" name="gridLayout_5" columnstretch="0,1"> |
| 101 | + <item row="0" column="0"> |
| 102 | + <widget class="QLabel" name="label_3"> |
| 103 | + <property name="text"> |
| 104 | + <string>Source CRS</string> |
| 105 | + </property> |
| 106 | + </widget> |
| 107 | + </item> |
| 108 | + <item row="1" column="0"> |
| 109 | + <widget class="QLabel" name="label_4"> |
| 110 | + <property name="text"> |
| 111 | + <string>Destination CRS</string> |
| 112 | + </property> |
| 113 | + </widget> |
| 114 | + </item> |
| 115 | + <item row="1" column="1"> |
| 116 | + <widget class="QLabel" name="mDestCrsLabel"> |
| 117 | + <property name="text"> |
| 118 | + <string/> |
| 119 | + </property> |
| 120 | + </widget> |
| 121 | + </item> |
| 122 | + <item row="0" column="1"> |
| 123 | + <widget class="QLabel" name="mSourceCrsLabel"> |
| 124 | + <property name="text"> |
| 125 | + <string/> |
| 126 | + </property> |
| 127 | + </widget> |
| 128 | + </item> |
| 129 | + </layout> |
| 130 | + </item> |
| 131 | + </layout> |
| 132 | + </widget> |
| 133 | + </widget> |
| 134 | + </item> |
| 135 | + <item row="3" column="0" colspan="2"> |
18 | 136 | <layout class="QHBoxLayout" name="horizontalLayout">
|
19 | 137 | <item>
|
20 | 138 | <spacer name="horizontalSpacer">
|
|
38 | 156 | </item>
|
39 | 157 | </layout>
|
40 | 158 | </item>
|
41 |
| - <item row="2" column="0" colspan="2"> |
| 159 | + <item row="1" column="0" colspan="2"> |
42 | 160 | <widget class="QTableWidget" name="mDatumTransformTableWidget">
|
43 | 161 | <property name="selectionMode">
|
44 | 162 | <enum>QAbstractItemView::SingleSelection</enum>
|
|
48 | 166 | </property>
|
49 | 167 | </widget>
|
50 | 168 | </item>
|
51 |
| - <item row="3" column="1"> |
| 169 | + <item row="2" column="1"> |
52 | 170 | <widget class="QLabel" name="mLabelDstDescription">
|
53 | 171 | <property name="text">
|
54 | 172 | <string notr="true">Description</string>
|
|
61 | 179 | </property>
|
62 | 180 | </widget>
|
63 | 181 | </item>
|
64 |
| - <item row="5" column="0" colspan="2"> |
65 |
| - <widget class="QDialogButtonBox" name="mButtonBox"> |
66 |
| - <property name="orientation"> |
67 |
| - <enum>Qt::Horizontal</enum> |
68 |
| - </property> |
69 |
| - <property name="standardButtons"> |
70 |
| - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
71 |
| - </property> |
72 |
| - </widget> |
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> |
87 |
| - <item row="0" column="0" colspan="2"> |
88 |
| - <layout class="QGridLayout" name="gridLayout_4"> |
89 |
| - <item row="0" column="0"> |
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> |
97 |
| - <property name="text"> |
98 |
| - <string>Source CRS</string> |
99 |
| - </property> |
100 |
| - </widget> |
101 |
| - </item> |
102 |
| - <item row="0" column="1"> |
103 |
| - <widget class="QgsProjectionSelectionWidget" name="mSourceProjectionSelectionWidget" native="true"/> |
104 |
| - </item> |
105 |
| - <item row="1" column="0"> |
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> |
113 |
| - <property name="text"> |
114 |
| - <string>Destination CRS</string> |
115 |
| - </property> |
116 |
| - </widget> |
117 |
| - </item> |
118 |
| - <item row="1" column="1"> |
119 |
| - <widget class="QgsProjectionSelectionWidget" name="mDestinationProjectionSelectionWidget" native="true"/> |
120 |
| - </item> |
121 |
| - </layout> |
122 |
| - </item> |
123 | 182 | </layout>
|
124 | 183 | </widget>
|
125 | 184 | <customwidgets>
|
|
0 commit comments