Finished extending undo/redo framework into PropertiesView.

This commit is contained in:
Jim Evins
2016-04-30 09:49:50 -04:00
parent 61c41d8ba9
commit ec26cbb07a
4 changed files with 47 additions and 37 deletions
+19 -19
View File
@@ -372,22 +372,6 @@
<include location="../icons.qrc"/>
</resources>
<connections>
<connection>
<sender>orientationCombo</sender>
<signal>currentIndexChanged(int)</signal>
<receiver>PropertiesView</receiver>
<slot>onFormChanged()</slot>
<hints>
<hint type="sourcelabel">
<x>671</x>
<y>283</y>
</hint>
<hint type="destinationlabel">
<x>723</x>
<y>285</y>
</hint>
</hints>
</connection>
<connection>
<sender>changeProductButton</sender>
<signal>clicked()</signal>
@@ -395,8 +379,8 @@
<slot>onChangeProductButtonClicked()</slot>
<hints>
<hint type="sourcelabel">
<x>684</x>
<y>192</y>
<x>311</x>
<y>221</y>
</hint>
<hint type="destinationlabel">
<x>728</x>
@@ -404,9 +388,25 @@
</hint>
</hints>
</connection>
<connection>
<sender>orientationCombo</sender>
<signal>activated(int)</signal>
<receiver>PropertiesView</receiver>
<slot>onOrientationActivated()</slot>
<hints>
<hint type="sourcelabel">
<x>285</x>
<y>280</y>
</hint>
<hint type="destinationlabel">
<x>802</x>
<y>300</y>
</hint>
</hints>
</connection>
</connections>
<slots>
<slot>onChangeProductButtonClicked()</slot>
<slot>onFormChanged()</slot>
<slot>onOrientationActivated()</slot>
</slots>
</ui>