mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-12 00:02:25 -04:00
Move 'make default' option over OK in transform dialog
This commit is contained in:
parent
2f0a7e0561
commit
766e58a3a1
@ -112,12 +112,9 @@
|
|||||||
<item row="4" column="0" colspan="2">
|
<item row="4" column="0" colspan="2">
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="mMakeDefaultCheckBox">
|
<widget class="QCheckBox" name="mHideDeprecatedCheckBox">
|
||||||
<property name="toolTip">
|
|
||||||
<string>If checked, the selected transformation will become the default choice in all new projects</string>
|
|
||||||
</property>
|
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Make default</string>
|
<string>Hide deprecated transformations</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -135,9 +132,12 @@
|
|||||||
</spacer>
|
</spacer>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QCheckBox" name="mHideDeprecatedCheckBox">
|
<widget class="QCheckBox" name="mMakeDefaultCheckBox">
|
||||||
|
<property name="toolTip">
|
||||||
|
<string>If checked, the selected transformation will become the default choice in all new projects</string>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Hide deprecated transformations</string>
|
<string>Make default</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@ -217,8 +217,8 @@
|
|||||||
</customwidgets>
|
</customwidgets>
|
||||||
<tabstops>
|
<tabstops>
|
||||||
<tabstop>mDatumTransformTableWidget</tabstop>
|
<tabstop>mDatumTransformTableWidget</tabstop>
|
||||||
<tabstop>mMakeDefaultCheckBox</tabstop>
|
|
||||||
<tabstop>mHideDeprecatedCheckBox</tabstop>
|
<tabstop>mHideDeprecatedCheckBox</tabstop>
|
||||||
|
<tabstop>mMakeDefaultCheckBox</tabstop>
|
||||||
</tabstops>
|
</tabstops>
|
||||||
<resources/>
|
<resources/>
|
||||||
<connections>
|
<connections>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user