|
212 | 212 | </property>
|
213 | 213 | </widget>
|
214 | 214 | </item>
|
| 215 | + <item row="1" column="0"> |
| 216 | + <layout class="QHBoxLayout" name="horizontalLayout_3"> |
| 217 | + <property name="spacing"> |
| 218 | + <number>3</number> |
| 219 | + </property> |
| 220 | + <property name="topMargin"> |
| 221 | + <number>0</number> |
| 222 | + </property> |
| 223 | + <item> |
| 224 | + <widget class="QCheckBox" name="chkLive"> |
| 225 | + <property name="sizePolicy"> |
| 226 | + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 227 | + <horstretch>0</horstretch> |
| 228 | + <verstretch>0</verstretch> |
| 229 | + </sizepolicy> |
| 230 | + </property> |
| 231 | + <property name="toolTip"> |
| 232 | + <string>If enabled the output preview will be generated <br> as the expression string is updated.</string> |
| 233 | + </property> |
| 234 | + <property name="text"> |
| 235 | + <string>Live preview</string> |
| 236 | + </property> |
| 237 | + <property name="checked"> |
| 238 | + <bool>true</bool> |
| 239 | + </property> |
| 240 | + </widget> |
| 241 | + </item> |
| 242 | + <item> |
| 243 | + <widget class="QPushButton" name="btnUpdatePreview"> |
| 244 | + <property name="sizePolicy"> |
| 245 | + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 246 | + <horstretch>0</horstretch> |
| 247 | + <verstretch>0</verstretch> |
| 248 | + </sizepolicy> |
| 249 | + </property> |
| 250 | + <property name="font"> |
| 251 | + <font> |
| 252 | + <pointsize>7</pointsize> |
| 253 | + </font> |
| 254 | + </property> |
| 255 | + <property name="toolTip"> |
| 256 | + <string>If Live preview is unchecked this button can be <br> used to render a output preview.</string> |
| 257 | + </property> |
| 258 | + <property name="text"> |
| 259 | + <string>Update Preview</string> |
| 260 | + </property> |
| 261 | + </widget> |
| 262 | + </item> |
| 263 | + <item> |
| 264 | + <widget class="QLabel" name="label_2"> |
| 265 | + <property name="sizePolicy"> |
| 266 | + <sizepolicy hsizetype="Fixed" vsizetype="Fixed"> |
| 267 | + <horstretch>0</horstretch> |
| 268 | + <verstretch>0</verstretch> |
| 269 | + </sizepolicy> |
| 270 | + </property> |
| 271 | + <property name="toolTip"> |
| 272 | + <string>Output preview is generated <br> using the first feature from the layer.</string> |
| 273 | + </property> |
| 274 | + <property name="text"> |
| 275 | + <string>Output preview: </string> |
| 276 | + </property> |
| 277 | + </widget> |
| 278 | + </item> |
| 279 | + <item> |
| 280 | + <widget class="QLabel" name="lblPreview"> |
| 281 | + <property name="font"> |
| 282 | + <font> |
| 283 | + <weight>50</weight> |
| 284 | + <italic>true</italic> |
| 285 | + <bold>false</bold> |
| 286 | + <underline>false</underline> |
| 287 | + </font> |
| 288 | + </property> |
| 289 | + <property name="toolTip"> |
| 290 | + <string>Output preview is generated <br> using the first feature from the layer.</string> |
| 291 | + </property> |
| 292 | + <property name="text"> |
| 293 | + <string/> |
| 294 | + </property> |
| 295 | + </widget> |
| 296 | + </item> |
| 297 | + </layout> |
| 298 | + </item> |
215 | 299 | </layout>
|
216 | 300 | </widget>
|
217 | 301 | </item>
|
|
222 | 306 | <property name="title">
|
223 | 307 | <string>Function List</string>
|
224 | 308 | </property>
|
| 309 | + <property name="flat"> |
| 310 | + <bool>true</bool> |
| 311 | + </property> |
225 | 312 | <layout class="QGridLayout" name="gridLayout_6">
|
226 | 313 | <property name="margin">
|
227 | 314 | <number>0</number>
|
|
260 | 347 | <number>0</number>
|
261 | 348 | </property>
|
262 | 349 | <property name="topMargin">
|
263 |
| - <number>0</number> |
| 350 | + <number>2</number> |
| 351 | + </property> |
| 352 | + <property name="bottomMargin"> |
| 353 | + <number>2</number> |
264 | 354 | </property>
|
265 | 355 | <item>
|
266 | 356 | <widget class="QLabel" name="label">
|
|
304 | 394 | <item>
|
305 | 395 | <widget class="QLabel" name="mValueListLabel">
|
306 | 396 | <property name="text">
|
307 |
| - <string><b>Field Values</b></string> |
| 397 | + <string>Field Values</string> |
308 | 398 | </property>
|
309 | 399 | </widget>
|
310 | 400 | </item>
|
|
345 | 435 | <string>Function Help</string>
|
346 | 436 | </property>
|
347 | 437 | <property name="flat">
|
348 |
| - <bool>false</bool> |
| 438 | + <bool>true</bool> |
349 | 439 | </property>
|
350 | 440 | <layout class="QGridLayout" name="gridLayout_5">
|
351 | 441 | <property name="margin">
|
|
0 commit comments