|
14 | 14 | <string>Select Datum Transformations</string>
|
15 | 15 | </property>
|
16 | 16 | <layout class="QGridLayout" name="gridLayout">
|
17 |
| - <item row="1" column="0"> |
18 |
| - <widget class="QLabel" name="label_2"> |
19 |
| - <property name="text"> |
20 |
| - <string>Destination CRS</string> |
21 |
| - </property> |
22 |
| - </widget> |
23 |
| - </item> |
24 |
| - <item row="3" column="0"> |
| 17 | + <item row="4" column="0"> |
25 | 18 | <widget class="QLabel" name="mLabelSrcDescription">
|
26 | 19 | <property name="text">
|
27 | 20 | <string notr="true">Description</string>
|
|
34 | 27 | </property>
|
35 | 28 | </widget>
|
36 | 29 | </item>
|
37 |
| - <item row="0" column="0"> |
38 |
| - <widget class="QLabel" name="label"> |
39 |
| - <property name="text"> |
40 |
| - <string>Source CRS</string> |
41 |
| - </property> |
42 |
| - </widget> |
43 |
| - </item> |
44 |
| - <item row="0" column="1"> |
45 |
| - <widget class="QPushButton" name="mSourceCrsButton"> |
46 |
| - <property name="text"> |
47 |
| - <string>source CRS</string> |
48 |
| - </property> |
49 |
| - </widget> |
50 |
| - </item> |
51 |
| - <item row="1" column="1"> |
52 |
| - <widget class="QPushButton" name="mDstCrsButton"> |
53 |
| - <property name="text"> |
54 |
| - <string>destination CRS</string> |
55 |
| - </property> |
56 |
| - </widget> |
57 |
| - </item> |
58 |
| - <item row="2" column="0" colspan="2"> |
59 |
| - <widget class="QTreeWidget" name="mDatumTransformTreeWidget"> |
60 |
| - <column> |
61 |
| - <property name="text"> |
62 |
| - <string>src transform</string> |
63 |
| - </property> |
64 |
| - </column> |
65 |
| - <column> |
66 |
| - <property name="text"> |
67 |
| - <string>dst transform</string> |
68 |
| - </property> |
69 |
| - </column> |
70 |
| - <column> |
71 |
| - <property name="text"> |
72 |
| - <string/> |
73 |
| - </property> |
74 |
| - </column> |
75 |
| - </widget> |
76 |
| - </item> |
77 |
| - <item row="3" column="1"> |
| 30 | + <item row="4" column="1"> |
78 | 31 | <widget class="QLabel" name="mLabelDstDescription">
|
79 | 32 | <property name="text">
|
80 | 33 | <string notr="true">Description</string>
|
|
112 | 65 | </layout>
|
113 | 66 | </item>
|
114 | 67 | <item row="6" column="0" colspan="2">
|
115 |
| - <widget class="QDialogButtonBox" name="buttonBox"> |
| 68 | + <widget class="QDialogButtonBox" name="mButtonBox"> |
116 | 69 | <property name="orientation">
|
117 | 70 | <enum>Qt::Horizontal</enum>
|
118 | 71 | </property>
|
|
121 | 74 | </property>
|
122 | 75 | </widget>
|
123 | 76 | </item>
|
| 77 | + <item row="3" column="0" colspan="2"> |
| 78 | + <widget class="QTreeWidget" name="mDatumTransformTreeWidget"> |
| 79 | + <column> |
| 80 | + <property name="text"> |
| 81 | + <string>src transform</string> |
| 82 | + </property> |
| 83 | + </column> |
| 84 | + <column> |
| 85 | + <property name="text"> |
| 86 | + <string>dst transform</string> |
| 87 | + </property> |
| 88 | + </column> |
| 89 | + <column> |
| 90 | + <property name="text"> |
| 91 | + <string/> |
| 92 | + </property> |
| 93 | + </column> |
| 94 | + </widget> |
| 95 | + </item> |
| 96 | + <item row="0" column="0" colspan="2"> |
| 97 | + <layout class="QHBoxLayout" name="horizontalLayout_2"> |
| 98 | + <item> |
| 99 | + <widget class="QLabel" name="label"> |
| 100 | + <property name="text"> |
| 101 | + <string>Source CRS</string> |
| 102 | + </property> |
| 103 | + </widget> |
| 104 | + </item> |
| 105 | + <item> |
| 106 | + <widget class="QgsProjectionSelectionWidget" name="mSourceProjectionSelectionWidget"/> |
| 107 | + </item> |
| 108 | + </layout> |
| 109 | + </item> |
| 110 | + <item row="1" column="0" colspan="2"> |
| 111 | + <layout class="QHBoxLayout" name="horizontalLayout_3"> |
| 112 | + <item> |
| 113 | + <widget class="QLabel" name="label_2"> |
| 114 | + <property name="text"> |
| 115 | + <string>Destination CRS</string> |
| 116 | + </property> |
| 117 | + </widget> |
| 118 | + </item> |
| 119 | + <item> |
| 120 | + <widget class="QgsProjectionSelectionWidget" name="mDestinationProjectionSelectionWidget"/> |
| 121 | + </item> |
| 122 | + </layout> |
| 123 | + </item> |
124 | 124 | </layout>
|
125 | 125 | </widget>
|
| 126 | + <customwidgets> |
| 127 | + <customwidget> |
| 128 | + <class>QgsProjectionSelectionWidget</class> |
| 129 | + <extends>QWidget</extends> |
| 130 | + <header>qgsprojectionselectionwidget.h</header> |
| 131 | + </customwidget> |
| 132 | + </customwidgets> |
126 | 133 | <tabstops>
|
127 | 134 | <tabstop>mDatumTransformTreeWidget</tabstop>
|
128 | 135 | <tabstop>mHideDeprecatedCheckBox</tabstop>
|
129 |
| - <tabstop>buttonBox</tabstop> |
| 136 | + <tabstop>mButtonBox</tabstop> |
130 | 137 | </tabstops>
|
131 | 138 | <resources/>
|
132 | 139 | <connections>
|
133 | 140 | <connection>
|
134 |
| - <sender>buttonBox</sender> |
| 141 | + <sender>mButtonBox</sender> |
135 | 142 | <signal>accepted()</signal>
|
136 | 143 | <receiver>QgsDatumTransformDialogBase</receiver>
|
137 | 144 | <slot>accept()</slot>
|
|
147 | 154 | </hints>
|
148 | 155 | </connection>
|
149 | 156 | <connection>
|
150 |
| - <sender>buttonBox</sender> |
| 157 | + <sender>mButtonBox</sender> |
151 | 158 | <signal>rejected()</signal>
|
152 | 159 | <receiver>QgsDatumTransformDialogBase</receiver>
|
153 | 160 | <slot>reject()</slot>
|
|
0 commit comments