|
14 | 14 | <string>Select Datum Transformations</string> |
15 | 15 | </property> |
16 | 16 | <layout class="QGridLayout" name="gridLayout"> |
17 | | - <item row="3" 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="5" column="0" colspan="2"> |
31 | | - <layout class="QHBoxLayout" name="horizontalLayout"> |
32 | | - <item> |
33 | | - <widget class="QCheckBox" name="mRememberSelectionCheckBox"> |
34 | | - <property name="text"> |
35 | | - <string>Remember selection</string> |
36 | | - </property> |
37 | | - </widget> |
38 | | - </item> |
39 | | - <item> |
40 | | - <spacer name="horizontalSpacer"> |
41 | | - <property name="orientation"> |
42 | | - <enum>Qt::Horizontal</enum> |
43 | | - </property> |
44 | | - <property name="sizeHint" stdset="0"> |
45 | | - <size> |
46 | | - <width>40</width> |
47 | | - <height>20</height> |
48 | | - </size> |
49 | | - </property> |
50 | | - </spacer> |
51 | | - </item> |
52 | | - <item> |
53 | | - <widget class="QCheckBox" name="mHideDeprecatedCheckBox"> |
54 | | - <property name="text"> |
55 | | - <string>Hide deprecated</string> |
56 | | - </property> |
57 | | - </widget> |
58 | | - </item> |
59 | | - </layout> |
60 | | - </item> |
61 | 17 | <item row="1" column="0"> |
62 | 18 | <widget class="QLabel" name="label_2"> |
63 | 19 | <property name="text"> |
64 | 20 | <string>Destination CRS</string> |
65 | 21 | </property> |
66 | 22 | </widget> |
67 | 23 | </item> |
68 | | - <item row="3" column="1"> |
69 | | - <widget class="QLabel" name="mLabelDstDescription"> |
| 24 | + <item row="3" column="0"> |
| 25 | + <widget class="QLabel" name="mLabelSrcDescription"> |
70 | 26 | <property name="text"> |
71 | 27 | <string notr="true">Description</string> |
72 | 28 | </property> |
|
86 | 42 | </widget> |
87 | 43 | </item> |
88 | 44 | <item row="0" column="1"> |
89 | | - <widget class="QLabel" name="mLabelSrcCrs"> |
| 45 | + <widget class="QPushButton" name="mSourceCrsButton"> |
90 | 46 | <property name="text"> |
91 | | - <string notr="true">Source CRS</string> |
| 47 | + <string>source CRS</string> |
92 | 48 | </property> |
93 | 49 | </widget> |
94 | 50 | </item> |
95 | 51 | <item row="1" column="1"> |
96 | | - <widget class="QLabel" name="mLabelDstCrs"> |
| 52 | + <widget class="QPushButton" name="mDstCrsButton"> |
97 | 53 | <property name="text"> |
98 | | - <string notr="true">Destination CRS</string> |
| 54 | + <string>destination CRS</string> |
99 | 55 | </property> |
100 | 56 | </widget> |
101 | 57 | </item> |
|
118 | 74 | </column> |
119 | 75 | </widget> |
120 | 76 | </item> |
| 77 | + <item row="3" column="1"> |
| 78 | + <widget class="QLabel" name="mLabelDstDescription"> |
| 79 | + <property name="text"> |
| 80 | + <string notr="true">Description</string> |
| 81 | + </property> |
| 82 | + <property name="alignment"> |
| 83 | + <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> |
| 84 | + </property> |
| 85 | + <property name="wordWrap"> |
| 86 | + <bool>true</bool> |
| 87 | + </property> |
| 88 | + </widget> |
| 89 | + </item> |
| 90 | + <item row="5" column="0" colspan="2"> |
| 91 | + <layout class="QHBoxLayout" name="horizontalLayout"> |
| 92 | + <item> |
| 93 | + <widget class="QCheckBox" name="mRememberSelectionCheckBox"> |
| 94 | + <property name="text"> |
| 95 | + <string>Remember selection</string> |
| 96 | + </property> |
| 97 | + </widget> |
| 98 | + </item> |
| 99 | + <item> |
| 100 | + <spacer name="horizontalSpacer"> |
| 101 | + <property name="orientation"> |
| 102 | + <enum>Qt::Horizontal</enum> |
| 103 | + </property> |
| 104 | + <property name="sizeHint" stdset="0"> |
| 105 | + <size> |
| 106 | + <width>40</width> |
| 107 | + <height>20</height> |
| 108 | + </size> |
| 109 | + </property> |
| 110 | + </spacer> |
| 111 | + </item> |
| 112 | + <item> |
| 113 | + <widget class="QCheckBox" name="mHideDeprecatedCheckBox"> |
| 114 | + <property name="text"> |
| 115 | + <string>Hide deprecated</string> |
| 116 | + </property> |
| 117 | + </widget> |
| 118 | + </item> |
| 119 | + </layout> |
| 120 | + </item> |
121 | 121 | <item row="6" column="0" colspan="2"> |
122 | 122 | <widget class="QDialogButtonBox" name="buttonBox"> |
123 | 123 | <property name="orientation"> |
|
0 commit comments