mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-23 00:02:38 -05:00
Fix wanings about duplicated grid layout
This commit is contained in:
parent
c6e9291a88
commit
454de5e266
@ -49,13 +49,13 @@
|
|||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>General</string>
|
<string>General</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QGridLayout">
|
<layout class="QGridLayout" name="gridLayout_25">
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QGroupBox" name="titleBox">
|
<widget class="QGroupBox" name="titleBox">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
<string>General settings</string>
|
<string>General settings</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout">
|
<layout class="QGridLayout" name="gridLayout_26">
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QLabel" name="label_2">
|
<widget class="QLabel" name="label_2">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@ -196,7 +196,7 @@
|
|||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Layer units (only used when CRS transformation is disabled)</string>
|
<string>Layer units (only used when CRS transformation is disabled)</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout">
|
<layout class="QGridLayout" name="gridLayout_27">
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QRadioButton" name="radMeters">
|
<widget class="QRadioButton" name="radMeters">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
@ -236,7 +236,7 @@
|
|||||||
<property name="title">
|
<property name="title">
|
||||||
<string>Precision</string>
|
<string>Precision</string>
|
||||||
</property>
|
</property>
|
||||||
<layout class="QGridLayout">
|
<layout class="QGridLayout" name="gridLayout_28">
|
||||||
<item row="0" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QRadioButton" name="radAutomatic">
|
<widget class="QRadioButton" name="radAutomatic">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
@ -305,7 +305,7 @@
|
|||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>Coordinate Reference System (CRS)</string>
|
<string>Coordinate Reference System (CRS)</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QGridLayout">
|
<layout class="QGridLayout" name="gridLayout_29">
|
||||||
<property name="leftMargin">
|
<property name="leftMargin">
|
||||||
<number>3</number>
|
<number>3</number>
|
||||||
</property>
|
</property>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user