|
236 | 236 | <item>
|
237 | 237 | <widget class="QStackedWidget" name="mOptionsStackedWidget">
|
238 | 238 | <property name="currentIndex">
|
239 |
| - <number>0</number> |
| 239 | + <number>3</number> |
240 | 240 | </property>
|
241 | 241 | <widget class="QWidget" name="mOptionsPage_01">
|
242 | 242 | <layout class="QVBoxLayout" name="verticalLayout_3">
|
|
1578 | 1578 | <x>0</x>
|
1579 | 1579 | <y>0</y>
|
1580 | 1580 | <width>670</width>
|
1581 |
| - <height>631</height> |
| 1581 | + <height>666</height> |
1582 | 1582 | </rect>
|
1583 | 1583 | </property>
|
1584 | 1584 | <layout class="QVBoxLayout" name="verticalLayout_29">
|
|
1587 | 1587 | <property name="title">
|
1588 | 1588 | <string>Rendering behavior</string>
|
1589 | 1589 | </property>
|
1590 |
| - <layout class="QGridLayout" name="_4"> |
1591 |
| - <item row="0" column="0"> |
| 1590 | + <layout class="QVBoxLayout" name="verticalLayout_9"> |
| 1591 | + <item> |
1592 | 1592 | <widget class="QCheckBox" name="chkAddedVisibility">
|
1593 | 1593 | <property name="text">
|
1594 | 1594 | <string>By default new la&yers added to the map should be displayed</string>
|
1595 | 1595 | </property>
|
1596 | 1596 | </widget>
|
1597 | 1597 | </item>
|
1598 |
| - <item row="1" column="0" colspan="2"> |
| 1598 | + <item> |
1599 | 1599 | <widget class="QCheckBox" name="chkUseRenderCaching">
|
1600 | 1600 | <property name="text">
|
1601 | 1601 | <string>Use render caching where possible to speed up redraws</string>
|
1602 | 1602 | </property>
|
1603 | 1603 | </widget>
|
1604 | 1604 | </item>
|
1605 |
| - <item row="2" column="0" colspan="2"> |
| 1605 | + <item> |
1606 | 1606 | <widget class="QCheckBox" name="chkParallelRendering">
|
1607 | 1607 | <property name="text">
|
1608 | 1608 | <string>Render layers in parallel using all available CPU cores</string>
|
1609 | 1609 | </property>
|
1610 | 1610 | </widget>
|
1611 | 1611 | </item>
|
| 1612 | + <item> |
| 1613 | + <layout class="QHBoxLayout" name="horizontalLayout_4"> |
| 1614 | + <item> |
| 1615 | + <widget class="QLabel" name="label_56"> |
| 1616 | + <property name="text"> |
| 1617 | + <string>Map update interval</string> |
| 1618 | + </property> |
| 1619 | + </widget> |
| 1620 | + </item> |
| 1621 | + <item> |
| 1622 | + <widget class="QSpinBox" name="spinMapUpdateInterval"> |
| 1623 | + <property name="suffix"> |
| 1624 | + <string> ms</string> |
| 1625 | + </property> |
| 1626 | + <property name="maximum"> |
| 1627 | + <number>999999</number> |
| 1628 | + </property> |
| 1629 | + <property name="singleStep"> |
| 1630 | + <number>50</number> |
| 1631 | + </property> |
| 1632 | + <property name="value"> |
| 1633 | + <number>250</number> |
| 1634 | + </property> |
| 1635 | + </widget> |
| 1636 | + </item> |
| 1637 | + <item> |
| 1638 | + <spacer name="horizontalSpacer_38"> |
| 1639 | + <property name="orientation"> |
| 1640 | + <enum>Qt::Horizontal</enum> |
| 1641 | + </property> |
| 1642 | + <property name="sizeHint" stdset="0"> |
| 1643 | + <size> |
| 1644 | + <width>40</width> |
| 1645 | + <height>20</height> |
| 1646 | + </size> |
| 1647 | + </property> |
| 1648 | + </spacer> |
| 1649 | + </item> |
| 1650 | + </layout> |
| 1651 | + </item> |
1612 | 1652 | </layout>
|
1613 | 1653 | </widget>
|
1614 | 1654 | </item>
|
|
0 commit comments