Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[styledock] move live update checkbox
- Loading branch information
Showing
with
16 additions
and
13 deletions.
-
+16
−13
src/ui/qgsmapstylingwidgetbase.ui
|
@@ -43,6 +43,9 @@ |
|
|
</property> |
|
|
<item row="2" column="1"> |
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2"> |
|
|
<property name="spacing"> |
|
|
<number>6</number> |
|
|
</property> |
|
|
<item> |
|
|
<widget class="QToolButton" name="mUndoButton"> |
|
|
<property name="text"> |
|
@@ -85,6 +88,19 @@ |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item> |
|
|
<widget class="QCheckBox" name="mLiveApplyCheck"> |
|
|
<property name="text"> |
|
|
<string>Live update</string> |
|
|
</property> |
|
|
<property name="checked"> |
|
|
<bool>true</bool> |
|
|
</property> |
|
|
<property name="autoRepeat"> |
|
|
<bool>false</bool> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
</layout> |
|
|
</item> |
|
|
<item row="1" column="0" rowspan="2"> |
|
@@ -164,19 +180,6 @@ |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
<item> |
|
|
<widget class="QCheckBox" name="mLiveApplyCheck"> |
|
|
<property name="text"> |
|
|
<string>Live update</string> |
|
|
</property> |
|
|
<property name="checked"> |
|
|
<bool>true</bool> |
|
|
</property> |
|
|
<property name="autoRepeat"> |
|
|
<bool>false</bool> |
|
|
</property> |
|
|
</widget> |
|
|
</item> |
|
|
</layout> |
|
|
</item> |
|
|
<item row="1" column="1"> |
|
|