|
14 | 14 | <string>Form</string>
|
15 | 15 | </property>
|
16 | 16 | <layout class="QGridLayout" name="gridLayout_2">
|
17 |
| - <property name="margin"> |
| 17 | + <property name="leftMargin"> |
| 18 | + <number>3</number> |
| 19 | + </property> |
| 20 | + <property name="topMargin"> |
| 21 | + <number>3</number> |
| 22 | + </property> |
| 23 | + <property name="rightMargin"> |
| 24 | + <number>3</number> |
| 25 | + </property> |
| 26 | + <property name="bottomMargin"> |
18 | 27 | <number>3</number>
|
19 | 28 | </property>
|
20 | 29 | <item row="0" column="0">
|
|
35 | 44 | </widget>
|
36 | 45 | <widget class="QWidget" name="page_2">
|
37 | 46 | <layout class="QGridLayout" name="gridLayout">
|
38 |
| - <property name="horizontalSpacing"> |
39 |
| - <number>3</number> |
| 47 | + <property name="leftMargin"> |
| 48 | + <number>0</number> |
40 | 49 | </property>
|
41 |
| - <property name="margin"> |
| 50 | + <property name="topMargin"> |
42 | 51 | <number>0</number>
|
43 | 52 | </property>
|
| 53 | + <property name="rightMargin"> |
| 54 | + <number>0</number> |
| 55 | + </property> |
| 56 | + <property name="bottomMargin"> |
| 57 | + <number>0</number> |
| 58 | + </property> |
| 59 | + <property name="horizontalSpacing"> |
| 60 | + <number>3</number> |
| 61 | + </property> |
44 | 62 | <item row="2" column="1">
|
45 | 63 | <layout class="QHBoxLayout" name="horizontalLayout_2">
|
46 | 64 | <property name="spacing">
|
47 | 65 | <number>6</number>
|
48 | 66 | </property>
|
49 | 67 | <item>
|
50 | 68 | <widget class="QToolButton" name="mUndoButton">
|
| 69 | + <property name="toolTip"> |
| 70 | + <string>Undo</string> |
| 71 | + </property> |
51 | 72 | <property name="text">
|
52 | 73 | <string>...</string>
|
53 | 74 | </property>
|
|
59 | 80 | </item>
|
60 | 81 | <item>
|
61 | 82 | <widget class="QToolButton" name="mRedoButton">
|
| 83 | + <property name="toolTip"> |
| 84 | + <string>Redo</string> |
| 85 | + </property> |
62 | 86 | <property name="text">
|
63 | 87 | <string>...</string>
|
64 | 88 | </property>
|
|
75 | 99 | </property>
|
76 | 100 | <property name="sizeHint" stdset="0">
|
77 | 101 | <size>
|
| 102 | + <width>0</width> |
78 | 103 | <height>20</height>
|
79 | 104 | </size>
|
80 | 105 | </property>
|
81 | 106 | </spacer>
|
82 | 107 | </item>
|
83 | 108 | <item>
|
84 | 109 | <widget class="QCheckBox" name="mLiveApplyCheck">
|
| 110 | + <property name="toolTip"> |
| 111 | + <string>If checked, the map canvas will automatically update whenever an option has been changed without the requirement to click Apply</string> |
| 112 | + </property> |
85 | 113 | <property name="text">
|
86 | 114 | <string>Live update</string>
|
87 | 115 | </property>
|
|
201 | 229 | <x>0</x>
|
202 | 230 | <y>0</y>
|
203 | 231 | <width>320</width>
|
204 |
| - <height>401</height> |
| 232 | + <height>384</height> |
205 | 233 | </rect>
|
206 | 234 | </property>
|
207 | 235 | </widget>
|
|
0 commit comments