[QGIS Commit] r12380 - trunk/qgis/src/ui
svn_qgis at osgeo.org
svn_qgis at osgeo.org
Wed Dec 9 05:09:19 EST 2009
Author: jef
Date: 2009-12-09 05:09:13 -0500 (Wed, 09 Dec 2009)
New Revision: 12380
Modified:
trunk/qgis/src/ui/qgslabeldialogbase.ui
Log:
fix #2213
Modified: trunk/qgis/src/ui/qgslabeldialogbase.ui
===================================================================
--- trunk/qgis/src/ui/qgslabeldialogbase.ui 2009-12-09 00:10:33 UTC (rev 12379)
+++ trunk/qgis/src/ui/qgslabeldialogbase.ui 2009-12-09 10:09:13 UTC (rev 12380)
@@ -351,10 +351,19 @@
</widget>
</item>
<item row="10" column="0">
- <widget class="QGroupBox" name="groupBox_4">
+ <widget class="QGroupBox" name="chkUseBuffer">
+ <property name="enabled">
+ <bool>true</bool>
+ </property>
<property name="title">
- <string>Buffer size units</string>
+ <string>Buffer labels</string>
</property>
+ <property name="checkable">
+ <bool>true</bool>
+ </property>
+ <property name="checked">
+ <bool>false</bool>
+ </property>
<layout class="QGridLayout" name="gridLayout_9">
<item row="1" column="0">
<widget class="QLabel" name="textLabel4_3_2_2">
@@ -421,16 +430,6 @@
</property>
</widget>
</item>
- <item row="0" column="0">
- <widget class="QCheckBox" name="chkUseBuffer">
- <property name="text">
- <string>Buffer labels?</string>
- </property>
- <property name="checked">
- <bool>true</bool>
- </property>
- </widget>
- </item>
<item row="0" column="1">
<widget class="QPushButton" name="pbnDefaultBufferColor_2">
<property name="text">
@@ -923,102 +922,5 @@
<tabstop>cboYOffsetField</tabstop>
</tabstops>
<resources/>
- <connections>
- <connection>
- <sender>chkUseBuffer</sender>
- <signal>clicked(bool)</signal>
- <receiver>spinBufferTransparency</receiver>
- <slot>setEnabled(bool)</slot>
- <hints>
- <hint type="sourcelabel">
- <x>320</x>
- <y>55</y>
- </hint>
- <hint type="destinationlabel">
- <x>506</x>
- <y>107</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>chkUseBuffer</sender>
- <signal>clicked(bool)</signal>
- <receiver>textLabel4_3_2_2</receiver>
- <slot>setEnabled(bool)</slot>
- <hints>
- <hint type="sourcelabel">
- <x>320</x>
- <y>55</y>
- </hint>
- <hint type="destinationlabel">
- <x>320</x>
- <y>81</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>chkUseBuffer</sender>
- <signal>clicked(bool)</signal>
- <receiver>spinBufferSize</receiver>
- <slot>setEnabled(bool)</slot>
- <hints>
- <hint type="sourcelabel">
- <x>320</x>
- <y>55</y>
- </hint>
- <hint type="destinationlabel">
- <x>506</x>
- <y>81</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>chkUseBuffer</sender>
- <signal>clicked(bool)</signal>
- <receiver>textLabel5_2_2_3</receiver>
- <slot>setEnabled(bool)</slot>
- <hints>
- <hint type="sourcelabel">
- <x>320</x>
- <y>55</y>
- </hint>
- <hint type="destinationlabel">
- <x>320</x>
- <y>107</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>chkUseBuffer</sender>
- <signal>clicked(bool)</signal>
- <receiver>pbnDefaultBufferColor_2</receiver>
- <slot>setEnabled(bool)</slot>
- <hints>
- <hint type="sourcelabel">
- <x>320</x>
- <y>55</y>
- </hint>
- <hint type="destinationlabel">
- <x>320</x>
- <y>137</y>
- </hint>
- </hints>
- </connection>
- <connection>
- <sender>chkUseBuffer</sender>
- <signal>clicked(bool)</signal>
- <receiver>groupBox_4</receiver>
- <slot>setEnabled(bool)</slot>
- <hints>
- <hint type="sourcelabel">
- <x>320</x>
- <y>55</y>
- </hint>
- <hint type="destinationlabel">
- <x>320</x>
- <y>173</y>
- </hint>
- </hints>
- </connection>
- </connections>
+ <connections/>
</ui>
More information about the QGIS-commit
mailing list