|
161 | 161 | <property name="verticalSpacing">
|
162 | 162 | <number>3</number>
|
163 | 163 | </property>
|
164 |
| - <item row="3" column="0"> |
165 |
| - <widget class="QLabel" name="mOutputFieldTypeLabel"> |
166 |
| - <property name="text"> |
167 |
| - <string>Output field type</string> |
168 |
| - </property> |
169 |
| - <property name="buddy"> |
170 |
| - <cstring>mOutputFieldTypeComboBox</cstring> |
171 |
| - </property> |
172 |
| - </widget> |
173 |
| - </item> |
174 |
| - <item row="4" column="3"> |
| 164 | + <item row="5" column="3"> |
175 | 165 | <widget class="QSpinBox" name="mOutputFieldPrecisionSpinBox">
|
176 | 166 | <property name="value">
|
177 | 167 | <number>2</number>
|
178 | 168 | </property>
|
179 | 169 | </widget>
|
180 | 170 | </item>
|
181 |
| - <item row="2" column="0"> |
| 171 | + <item row="3" column="0"> |
182 | 172 | <widget class="QLabel" name="mFieldNameLabel">
|
183 | 173 | <property name="text">
|
184 | 174 | <string>Output field name</string>
|
|
188 | 178 | </property>
|
189 | 179 | </widget>
|
190 | 180 | </item>
|
191 |
| - <item row="4" column="2"> |
192 |
| - <widget class="QLabel" name="mOutputFieldPrecisionLabel"> |
| 181 | + <item row="5" column="0"> |
| 182 | + <widget class="QLabel" name="mOutputFieldWidthLabel"> |
193 | 183 | <property name="text">
|
194 |
| - <string>Precision</string> |
| 184 | + <string>Output field width</string> |
195 | 185 | </property>
|
196 | 186 | <property name="buddy">
|
197 |
| - <cstring>mOutputFieldPrecisionSpinBox</cstring> |
| 187 | + <cstring>mOutputFieldWidthSpinBox</cstring> |
198 | 188 | </property>
|
199 | 189 | </widget>
|
200 | 190 | </item>
|
201 |
| - <item row="4" column="1"> |
| 191 | + <item row="4" column="1" colspan="3"> |
| 192 | + <widget class="QComboBox" name="mOutputFieldTypeComboBox"/> |
| 193 | + </item> |
| 194 | + <item row="5" column="1"> |
202 | 195 | <widget class="QSpinBox" name="mOutputFieldWidthSpinBox">
|
203 | 196 | <property name="toolTip">
|
204 | 197 | <string>Width of complete output. For example 123,456 means 6 as field width.</string>
|
|
211 | 204 | </property>
|
212 | 205 | </widget>
|
213 | 206 | </item>
|
| 207 | + <item row="3" column="1" colspan="3"> |
| 208 | + <widget class="QLineEdit" name="mOutputFieldNameLineEdit"/> |
| 209 | + </item> |
214 | 210 | <item row="4" column="0">
|
215 |
| - <widget class="QLabel" name="mOutputFieldWidthLabel"> |
| 211 | + <widget class="QLabel" name="mOutputFieldTypeLabel"> |
216 | 212 | <property name="text">
|
217 |
| - <string>Output field width</string> |
| 213 | + <string>Output field type</string> |
218 | 214 | </property>
|
219 | 215 | <property name="buddy">
|
220 |
| - <cstring>mOutputFieldWidthSpinBox</cstring> |
| 216 | + <cstring>mOutputFieldTypeComboBox</cstring> |
221 | 217 | </property>
|
222 | 218 | </widget>
|
223 | 219 | </item>
|
224 |
| - <item row="3" column="1" colspan="3"> |
225 |
| - <widget class="QComboBox" name="mOutputFieldTypeComboBox"/> |
226 |
| - </item> |
227 |
| - <item row="2" column="1" colspan="3"> |
228 |
| - <widget class="QLineEdit" name="mOutputFieldNameLineEdit"/> |
| 220 | + <item row="5" column="2"> |
| 221 | + <widget class="QLabel" name="mOutputFieldPrecisionLabel"> |
| 222 | + <property name="text"> |
| 223 | + <string>Precision</string> |
| 224 | + </property> |
| 225 | + <property name="buddy"> |
| 226 | + <cstring>mOutputFieldPrecisionSpinBox</cstring> |
| 227 | + </property> |
| 228 | + </widget> |
229 | 229 | </item>
|
230 |
| - <item row="5" column="0" colspan="4"> |
| 230 | + <item row="2" column="0" colspan="4"> |
231 | 231 | <widget class="QCheckBox" name="mCreateVirtualFieldCheckbox">
|
232 | 232 | <property name="toolTip">
|
233 |
| - <string>A virtual field will be recalculated every time it is used and will not be saved in the data provider but in the project.</string> |
| 233 | + <string><p>A virtual field will be recalculated every time it is used. Its definition will be saved in the project file. It will not be saved in the dataprovider and therefore its values not be available in other software.</p></string> |
234 | 234 | </property>
|
235 | 235 | <property name="text">
|
236 | 236 | <string>Create virtual field</string>
|
|
0 commit comments