Added line object implementation.

This commit is contained in:
Jim Evins
2016-05-28 18:50:02 -04:00
parent cd24c96386
commit f447aed034
11 changed files with 501 additions and 45 deletions
+48 -35
View File
@@ -944,7 +944,7 @@
</widget>
</item>
<item>
<widget class="QGroupBox" name="groupBox_5">
<widget class="QGroupBox" name="fillFrame">
<property name="title">
<string>Fill</string>
</property>
@@ -1253,6 +1253,18 @@
<property name="suffix">
<string notr="true"> °</string>
</property>
<property name="decimals">
<number>1</number>
</property>
<property name="minimum">
<double>-180.000000000000000</double>
</property>
<property name="maximum">
<double>180.000000000000000</double>
</property>
<property name="singleStep">
<double>0.100000000000000</double>
</property>
</widget>
</item>
</layout>
@@ -1948,8 +1960,8 @@
<slot>onPositionControlsChanged()</slot>
<hints>
<hint type="sourcelabel">
<x>90</x>
<y>112</y>
<x>153</x>
<y>132</y>
</hint>
<hint type="destinationlabel">
<x>399</x>
@@ -2021,38 +2033,6 @@
</hint>
</hints>
</connection>
<connection>
<sender>sizeLineLengthSpin</sender>
<signal>valueChanged(double)</signal>
<receiver>ObjectEditor</receiver>
<slot>onChanged()</slot>
<hints>
<hint type="sourcelabel">
<x>129</x>
<y>391</y>
</hint>
<hint type="destinationlabel">
<x>395</x>
<y>568</y>
</hint>
</hints>
</connection>
<connection>
<sender>sizeLineAngleSpin</sender>
<signal>valueChanged(double)</signal>
<receiver>ObjectEditor</receiver>
<slot>onChanged()</slot>
<hints>
<hint type="sourcelabel">
<x>113</x>
<y>437</y>
</hint>
<hint type="destinationlabel">
<x>404</x>
<y>628</y>
</hint>
</hints>
</connection>
<connection>
<sender>shadowEnableCheck</sender>
<signal>toggled(bool)</signal>
@@ -2133,6 +2113,38 @@
</hint>
</hints>
</connection>
<connection>
<sender>sizeLineLengthSpin</sender>
<signal>valueChanged(double)</signal>
<receiver>ObjectEditor</receiver>
<slot>onLineSizeControlsChanged()</slot>
<hints>
<hint type="sourcelabel">
<x>144</x>
<y>386</y>
</hint>
<hint type="destinationlabel">
<x>5</x>
<y>471</y>
</hint>
</hints>
</connection>
<connection>
<sender>sizeLineAngleSpin</sender>
<signal>valueChanged(double)</signal>
<receiver>ObjectEditor</receiver>
<slot>onLineSizeControlsChanged()</slot>
<hints>
<hint type="sourcelabel">
<x>120</x>
<y>437</y>
</hint>
<hint type="destinationlabel">
<x>1</x>
<y>510</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>onChanged()</slot>
@@ -2142,5 +2154,6 @@
<slot>onPositionControlsChanged()</slot>
<slot>onRectSizeControlsChanged()</slot>
<slot>onShadowControlsChanged()</slot>
<slot>onLineSizeControlsChanged()</slot>
</slots>
</ui>