|
66 | 66 | <rect>
|
67 | 67 | <x>0</x>
|
68 | 68 | <y>0</y>
|
69 |
| - <width>779</width> |
70 |
| - <height>791</height> |
| 69 | + <width>809</width> |
| 70 | + <height>778</height> |
71 | 71 | </rect>
|
72 | 72 | </property>
|
73 | 73 | <layout class="QGridLayout" name="gridLayout">
|
|
684 | 684 | <rect>
|
685 | 685 | <x>0</x>
|
686 | 686 | <y>0</y>
|
687 |
| - <width>604</width> |
688 |
| - <height>494</height> |
| 687 | + <width>809</width> |
| 688 | + <height>778</height> |
689 | 689 | </rect>
|
690 | 690 | </property>
|
691 | 691 | <layout class="QGridLayout" name="gridLayout_8">
|
|
858 | 858 | <rect>
|
859 | 859 | <x>0</x>
|
860 | 860 | <y>0</y>
|
861 |
| - <width>483</width> |
862 |
| - <height>478</height> |
| 861 | + <width>809</width> |
| 862 | + <height>778</height> |
863 | 863 | </rect>
|
864 | 864 | </property>
|
865 | 865 | <layout class="QGridLayout" name="gridLayout_4">
|
|
1144 | 1144 | <rect>
|
1145 | 1145 | <x>0</x>
|
1146 | 1146 | <y>0</y>
|
1147 |
| - <width>257</width> |
1148 |
| - <height>93</height> |
| 1147 | + <width>809</width> |
| 1148 | + <height>778</height> |
1149 | 1149 | </rect>
|
1150 | 1150 | </property>
|
1151 | 1151 | <layout class="QGridLayout" name="gridLayout_10">
|
|
1219 | 1219 | <rect>
|
1220 | 1220 | <x>0</x>
|
1221 | 1221 | <y>0</y>
|
1222 |
| - <width>569</width> |
1223 |
| - <height>510</height> |
| 1222 | + <width>795</width> |
| 1223 | + <height>764</height> |
1224 | 1224 | </rect>
|
1225 | 1225 | </property>
|
1226 | 1226 | <layout class="QGridLayout" name="gridLayout_13">
|
|
1487 | 1487 | <property name="title">
|
1488 | 1488 | <string>Other settings</string>
|
1489 | 1489 | </property>
|
1490 |
| - <layout class="QGridLayout" name="gridLayout_26"> |
1491 |
| - <item row="0" column="0" colspan="2"> |
| 1490 | + <layout class="QGridLayout" name="gridLayout_12"> |
| 1491 | + <item row="0" column="0"> |
1492 | 1492 | <widget class="QCheckBox" name="chkDisableAttributeValuesDlg">
|
1493 | 1493 | <property name="text">
|
1494 | 1494 | <string>Suppress attributes pop-up windows after each created feature</string>
|
|
1498 | 1498 | </property>
|
1499 | 1499 | </widget>
|
1500 | 1500 | </item>
|
1501 |
| - <item row="1" column="0" colspan="2"> |
| 1501 | + <item row="1" column="0"> |
1502 | 1502 | <widget class="QCheckBox" name="chkReuseLastValues">
|
1503 | 1503 | <property name="text">
|
1504 | 1504 | <string>Reuse last entered attribute values</string>
|
|
1508 | 1508 | </property>
|
1509 | 1509 | </widget>
|
1510 | 1510 | </item>
|
1511 |
| - <item row="2" column="1"> |
1512 |
| - <widget class="QComboBox" name="mValidateGeometries"/> |
1513 |
| - </item> |
1514 | 1511 | <item row="2" column="0">
|
1515 | 1512 | <widget class="QLabel" name="label_19">
|
1516 | 1513 | <property name="text">
|
1517 | 1514 | <string>Validate geometries</string>
|
1518 | 1515 | </property>
|
1519 | 1516 | </widget>
|
1520 | 1517 | </item>
|
| 1518 | + <item row="2" column="1"> |
| 1519 | + <widget class="QComboBox" name="mValidateGeometries"/> |
| 1520 | + </item> |
| 1521 | + <item row="3" column="0"> |
| 1522 | + <widget class="QLabel" name="label_21"> |
| 1523 | + <property name="text"> |
| 1524 | + <string>Join style for curve offset</string> |
| 1525 | + </property> |
| 1526 | + </widget> |
| 1527 | + </item> |
| 1528 | + <item row="3" column="1"> |
| 1529 | + <widget class="QComboBox" name="mOffsetJoinStyleComboBox"/> |
| 1530 | + </item> |
| 1531 | + <item row="4" column="0"> |
| 1532 | + <widget class="QLabel" name="label_22"> |
| 1533 | + <property name="text"> |
| 1534 | + <string>Quadrantsegments for curve offset</string> |
| 1535 | + </property> |
| 1536 | + </widget> |
| 1537 | + </item> |
| 1538 | + <item row="4" column="1"> |
| 1539 | + <widget class="QSpinBox" name="mOffsetQuadSegSpinBox"/> |
| 1540 | + </item> |
| 1541 | + <item row="5" column="0"> |
| 1542 | + <widget class="QLabel" name="label_23"> |
| 1543 | + <property name="text"> |
| 1544 | + <string>Miter limit for curve offset</string> |
| 1545 | + </property> |
| 1546 | + </widget> |
| 1547 | + </item> |
| 1548 | + <item row="5" column="1"> |
| 1549 | + <widget class="QDoubleSpinBox" name="mCurveOffsetMiterLimitComboBox"/> |
| 1550 | + </item> |
1521 | 1551 | </layout>
|
1522 | 1552 | </widget>
|
1523 | 1553 | </item>
|
1524 |
| - <item row="5" column="0"> |
| 1554 | + <item row="4" column="0"> |
1525 | 1555 | <spacer>
|
1526 | 1556 | <property name="orientation">
|
1527 | 1557 | <enum>Qt::Vertical</enum>
|
|
1565 | 1595 | <rect>
|
1566 | 1596 | <x>0</x>
|
1567 | 1597 | <y>0</y>
|
1568 |
| - <width>412</width> |
1569 |
| - <height>411</height> |
| 1598 | + <width>809</width> |
| 1599 | + <height>778</height> |
1570 | 1600 | </rect>
|
1571 | 1601 | </property>
|
1572 | 1602 | <layout class="QGridLayout" name="gridLayout_15">
|
|
1739 | 1769 | <rect>
|
1740 | 1770 | <x>0</x>
|
1741 | 1771 | <y>0</y>
|
1742 |
| - <width>523</width> |
1743 |
| - <height>560</height> |
| 1772 | + <width>809</width> |
| 1773 | + <height>778</height> |
1744 | 1774 | </rect>
|
1745 | 1775 | </property>
|
1746 | 1776 | <layout class="QGridLayout" name="gridLayout_17">
|
|
1836 | 1866 | <rect>
|
1837 | 1867 | <x>0</x>
|
1838 | 1868 | <y>0</y>
|
1839 |
| - <width>321</width> |
1840 |
| - <height>541</height> |
| 1869 | + <width>809</width> |
| 1870 | + <height>778</height> |
1841 | 1871 | </rect>
|
1842 | 1872 | </property>
|
1843 | 1873 | <layout class="QGridLayout" name="gridLayout_20">
|
|
0 commit comments