|
353 | 353 | <number>2</number>
|
354 | 354 | </property>
|
355 | 355 | <item row="1" column="2">
|
356 |
| - <widget class="QDoubleSpinBox" name="doubleSpinBoxAngle"> |
| 356 | + <widget class="QgsDoubleSpinBox" name="doubleSpinBoxAngle"> |
357 | 357 | <property name="decimals">
|
358 | 358 | <number>6</number>
|
359 | 359 | </property>
|
|
377 | 377 | </widget>
|
378 | 378 | </item>
|
379 | 379 | <item row="2" column="2">
|
380 |
| - <widget class="QDoubleSpinBox" name="doubleSpinBoxArea"> |
| 380 | + <widget class="QgsDoubleSpinBox" name="doubleSpinBoxArea"> |
381 | 381 | <property name="decimals">
|
382 | 382 | <number>6</number>
|
383 | 383 | </property>
|
|
387 | 387 | </widget>
|
388 | 388 | </item>
|
389 | 389 | <item row="0" column="2">
|
390 |
| - <widget class="QDoubleSpinBox" name="doubleSpinBoxSegmentLength"> |
| 390 | + <widget class="QgsDoubleSpinBox" name="doubleSpinBoxSegmentLength"> |
391 | 391 | <property name="decimals">
|
392 | 392 | <number>6</number>
|
393 | 393 | </property>
|
|
432 | 432 | <number>0</number>
|
433 | 433 | </property>
|
434 | 434 | <item row="1" column="2">
|
435 |
| - <widget class="QDoubleSpinBox" name="doubleSpinBoxSliverArea"> |
| 435 | + <widget class="QgsDoubleSpinBox" name="doubleSpinBoxSliverArea"> |
436 | 436 | <property name="enabled">
|
437 | 437 | <bool>false</bool>
|
438 | 438 | </property>
|
|
471 | 471 | </widget>
|
472 | 472 | </item>
|
473 | 473 | <item row="0" column="2">
|
474 |
| - <widget class="QDoubleSpinBox" name="doubleSpinBoxSliverThinness"> |
| 474 | + <widget class="QgsDoubleSpinBox" name="doubleSpinBoxSliverThinness"> |
475 | 475 | <property name="decimals">
|
476 | 476 | <number>0</number>
|
477 | 477 | </property>
|
|
531 | 531 | </widget>
|
532 | 532 | </item>
|
533 | 533 | <item row="3" column="1">
|
534 |
| - <widget class="QDoubleSpinBox" name="doubleSpinBoxGapArea"> |
| 534 | + <widget class="QgsDoubleSpinBox" name="doubleSpinBoxGapArea"> |
535 | 535 | <property name="decimals">
|
536 | 536 | <number>6</number>
|
537 | 537 | </property>
|
|
568 | 568 | </widget>
|
569 | 569 | </item>
|
570 | 570 | <item row="2" column="1">
|
571 |
| - <widget class="QDoubleSpinBox" name="doubleSpinBoxOverlapArea"> |
| 571 | + <widget class="QgsDoubleSpinBox" name="doubleSpinBoxOverlapArea"> |
572 | 572 | <property name="decimals">
|
573 | 573 | <number>6</number>
|
574 | 574 | </property>
|
|
664 | 664 | <number>2</number>
|
665 | 665 | </property>
|
666 | 666 | <item row="0" column="1">
|
667 |
| - <widget class="QSpinBox" name="spinBoxTolerance"> |
| 667 | + <widget class="QgsSpinBox" name="spinBoxTolerance"> |
668 | 668 | <property name="prefix">
|
669 | 669 | <string notr="true">1E-</string>
|
670 | 670 | </property>
|
|
892 | 892 | </layout>
|
893 | 893 | </widget>
|
894 | 894 | <customwidgets>
|
| 895 | + <customwidget> |
| 896 | + <class>QgsSpinBox</class> |
| 897 | + <extends>QSpinBox</extends> |
| 898 | + <header>qgsspinbox.h</header> |
| 899 | + </customwidget> |
| 900 | + <customwidget> |
| 901 | + <class>QgsDoubleSpinBox</class> |
| 902 | + <extends>QDoubleSpinBox</extends> |
| 903 | + <header>qgsdoublespinbox.h</header> |
| 904 | + </customwidget> |
895 | 905 | <customwidget>
|
896 | 906 | <class>QgsVScrollArea</class>
|
897 | 907 | <extends>QScrollArea</extends>
|
|
0 commit comments