88 changes: 63 additions & 25 deletions src/ui/qgsprojectpropertiesbase.ui
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>644</width>
<height>530</height>
<height>661</height>
</rect>
</property>
<property name="windowTitle">
Expand Down Expand Up @@ -194,7 +194,7 @@
<item row="1" column="0">
<widget class="QGroupBox" name="btnGrpMapUnits">
<property name="title">
<string>Layer units (only used when CRS transformation is disabled)</string>
<string>Layer units</string>
</property>
<layout class="QGridLayout" name="gridLayout_27">
<item row="0" column="0">
Expand All @@ -215,12 +215,35 @@
</widget>
</item>
<item row="0" column="2">
<widget class="QRadioButton" name="radDecimalDegrees">
<widget class="QRadioButton" name="radDegrees">
<property name="text">
<string>Degree</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item row="2" column="0">
<widget class="QGroupBox" name="btnGrpDegreeDisplay">
<property name="title">
<string>Degree display</string>
</property>
<layout class="QGridLayout" name="gridLayout_30">
<item row="0" column="1">
<widget class="QRadioButton" name="radD">
<property name="text">
<string>Decimal degrees</string>
</property>
</widget>
</item>
<item row="0" column="2">
<widget class="QRadioButton" name="radDM">
<property name="text">
<string>Degrees, Minutes</string>
</property>
</widget>
</item>
<item row="0" column="3">
<widget class="QRadioButton" name="radDMS">
<property name="text">
Expand All @@ -231,7 +254,7 @@
</layout>
</widget>
</item>
<item row="2" column="0">
<item row="3" column="0">
<widget class="QGroupBox" name="btnGrpPrecision">
<property name="title">
<string>Precision</string>
Expand Down Expand Up @@ -295,7 +318,7 @@
</layout>
</widget>
</item>
<item row="3" column="0">
<item row="4" column="0">
<widget class="QGroupBox" name="grpProjectScales">
<property name="title">
<string>Project scales</string>
Expand Down Expand Up @@ -756,9 +779,9 @@
<property name="geometry">
<rect>
<x>0</x>
<y>-228</y>
<width>599</width>
<height>696</height>
<y>0</y>
<width>660</width>
<height>792</height>
</rect>
</property>
<layout class="QGridLayout" name="gridLayout">
Expand Down Expand Up @@ -1108,7 +1131,6 @@
<tabstop>cbxAbsolutePath</tabstop>
<tabstop>radMeters</tabstop>
<tabstop>radFeet</tabstop>
<tabstop>radDecimalDegrees</tabstop>
<tabstop>radDMS</tabstop>
<tabstop>radAutomatic</tabstop>
<tabstop>radManual</tabstop>
Expand Down Expand Up @@ -1143,12 +1165,12 @@
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>289</x>
<y>322</y>
<x>353</x>
<y>407</y>
</hint>
<hint type="destinationlabel">
<x>418</x>
<y>325</y>
<x>515</x>
<y>408</y>
</hint>
</hints>
</connection>
Expand All @@ -1159,12 +1181,12 @@
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>289</x>
<y>322</y>
<x>353</x>
<y>407</y>
</hint>
<hint type="destinationlabel">
<x>522</x>
<y>320</y>
<x>606</x>
<y>405</y>
</hint>
</hints>
</connection>
Expand All @@ -1175,12 +1197,12 @@
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>128</x>
<y>322</y>
<x>154</x>
<y>407</y>
</hint>
<hint type="destinationlabel">
<x>418</x>
<y>325</y>
<x>515</x>
<y>408</y>
</hint>
</hints>
</connection>
Expand All @@ -1191,12 +1213,28 @@
<slot>setDisabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>115</x>
<y>322</y>
<x>141</x>
<y>407</y>
</hint>
<hint type="destinationlabel">
<x>606</x>
<y>405</y>
</hint>
</hints>
</connection>
<connection>
<sender>radDegrees</sender>
<signal>toggled(bool)</signal>
<receiver>btnGrpDegreeDisplay</receiver>
<slot>setEnabled(bool)</slot>
<hints>
<hint type="sourcelabel">
<x>443</x>
<y>262</y>
</hint>
<hint type="destinationlabel">
<x>522</x>
<y>320</y>
<x>410</x>
<y>304</y>
</hint>
</hints>
</connection>
Expand Down