|
25 | 25 | <property name="sizeConstraint">
|
26 | 26 | <enum>QLayout::SetNoConstraint</enum>
|
27 | 27 | </property>
|
28 |
| - <item row="0" column="0" colspan="2"> |
29 |
| - <widget class="QCheckBox" name="inputSelLayersCheck"> |
| 28 | + <item row="10" column="0" colspan="2"> |
| 29 | + <widget class="QCheckBox" name="allowProjDiffCheck"> |
30 | 30 | <property name="text">
|
31 |
| - <string>Use visible raster layers for input</string> |
32 |
| - </property> |
33 |
| - </widget> |
34 |
| - </item> |
35 |
| - <item row="4" column="1"> |
36 |
| - <widget class="GdalToolsInOutSelector" name="outSelector" native="true"/> |
37 |
| - </item> |
38 |
| - <item row="6" column="1"> |
39 |
| - <widget class="QSpinBox" name="srcNoDataSpin"> |
40 |
| - <property name="minimum"> |
41 |
| - <number>-100000</number> |
42 |
| - </property> |
43 |
| - <property name="maximum"> |
44 |
| - <number>65000</number> |
| 31 | + <string>Allow projection difference</string> |
45 | 32 | </property>
|
46 | 33 | </widget>
|
47 | 34 | </item>
|
48 |
| - <item row="7" column="0"> |
49 |
| - <widget class="QCheckBox" name="targetSRSCheck"> |
| 35 | + <item row="4" column="0"> |
| 36 | + <widget class="QLabel" name="label_2"> |
50 | 37 | <property name="text">
|
51 |
| - <string>Target SRS</string> |
| 38 | + <string>&Output file</string> |
52 | 39 | </property>
|
53 |
| - </widget> |
54 |
| - </item> |
55 |
| - <item row="6" column="0"> |
56 |
| - <widget class="QCheckBox" name="srcNoDataCheck"> |
57 |
| - <property name="text"> |
58 |
| - <string>&Source No Data</string> |
| 40 | + <property name="buddy"> |
| 41 | + <cstring>outSelector</cstring> |
59 | 42 | </property>
|
60 | 43 | </widget>
|
61 | 44 | </item>
|
| 45 | + <item row="2" column="1"> |
| 46 | + <widget class="GdalToolsInOutSelector" name="inSelector" native="true"/> |
| 47 | + </item> |
62 | 48 | <item row="2" column="0">
|
63 | 49 | <widget class="QLabel" name="label">
|
64 | 50 | <property name="text">
|
|
69 | 55 | </property>
|
70 | 56 | </widget>
|
71 | 57 | </item>
|
72 |
| - <item row="4" column="0"> |
73 |
| - <widget class="QLabel" name="label_2"> |
| 58 | + <item row="8" column="0"> |
| 59 | + <widget class="QCheckBox" name="separateCheck"> |
74 | 60 | <property name="text">
|
75 |
| - <string>&Output file</string> |
76 |
| - </property> |
77 |
| - <property name="buddy"> |
78 |
| - <cstring>outSelector</cstring> |
| 61 | + <string>Se&parate</string> |
79 | 62 | </property>
|
80 | 63 | </widget>
|
81 | 64 | </item>
|
|
86 | 69 | </property>
|
87 | 70 | </widget>
|
88 | 71 | </item>
|
89 |
| - <item row="8" column="0"> |
90 |
| - <widget class="QCheckBox" name="separateCheck"> |
| 72 | + <item row="4" column="1"> |
| 73 | + <widget class="GdalToolsInOutSelector" name="outSelector" native="true"/> |
| 74 | + </item> |
| 75 | + <item row="7" column="0"> |
| 76 | + <widget class="QCheckBox" name="targetSRSCheck"> |
91 | 77 | <property name="text">
|
92 |
| - <string>Se&parate</string> |
| 78 | + <string>Target SRS</string> |
93 | 79 | </property>
|
94 | 80 | </widget>
|
95 | 81 | </item>
|
96 |
| - <item row="10" column="0" colspan="2"> |
97 |
| - <widget class="QCheckBox" name="allowProjDiffCheck"> |
| 82 | + <item row="0" column="0" colspan="2"> |
| 83 | + <widget class="QCheckBox" name="inputSelLayersCheck"> |
98 | 84 | <property name="text">
|
99 |
| - <string>Allow projection difference</string> |
| 85 | + <string>Use visible raster layers for input</string> |
100 | 86 | </property>
|
101 | 87 | </widget>
|
102 | 88 | </item>
|
103 |
| - <item row="2" column="1"> |
104 |
| - <widget class="GdalToolsInOutSelector" name="inSelector" native="true"/> |
105 |
| - </item> |
106 | 89 | <item row="5" column="0">
|
107 | 90 | <widget class="QCheckBox" name="resolutionCheck">
|
108 | 91 | <property name="text">
|
|
138 | 121 | </item>
|
139 | 122 | </widget>
|
140 | 123 | </item>
|
| 124 | + <item row="6" column="0"> |
| 125 | + <widget class="QCheckBox" name="srcNoDataCheck"> |
| 126 | + <property name="text"> |
| 127 | + <string>&Source No Data</string> |
| 128 | + </property> |
| 129 | + </widget> |
| 130 | + </item> |
141 | 131 | <item row="3" column="1">
|
142 | 132 | <widget class="QCheckBox" name="recurseCheck">
|
143 | 133 | <property name="text">
|
|
159 | 149 | </item>
|
160 | 150 | </layout>
|
161 | 151 | </item>
|
| 152 | + <item row="6" column="1"> |
| 153 | + <widget class="QLineEdit" name="noDataEdit"> |
| 154 | + <property name="text"> |
| 155 | + <string>0</string> |
| 156 | + </property> |
| 157 | + </widget> |
| 158 | + </item> |
162 | 159 | </layout>
|
163 | 160 | </item>
|
164 | 161 | </layout>
|
|
0 commit comments