This commit is contained in:
Arisotura 2020-08-11 18:03:44 +02:00
parent 0bd53a34ef
commit 28b8f614ee
1 changed files with 34 additions and 1 deletions

View File

@ -104,5 +104,38 @@
</layout>
</widget>
<resources/>
<connections/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>CheatsDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>304</x>
<y>396</y>
</hint>
<hint type="destinationlabel">
<x>304</x>
<y>208</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>CheatsDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>304</x>
<y>396</y>
</hint>
<hint type="destinationlabel">
<x>304</x>
<y>208</y>
</hint>
</hints>
</connection>
</connections>
</ui>