Close the window when the button is pressed.

HEAD
Simon Quigley 6 years ago
parent 72e6cf75e5
commit 2601b50a74

@ -430,5 +430,22 @@
<resources>
<include location="main.qrc"/>
</resources>
<connections/>
<connections>
<connection>
<sender>close</sender>
<signal>clicked()</signal>
<receiver>MainWindow</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>539</x>
<y>374</y>
</hint>
<hint type="destinationlabel">
<x>299</x>
<y>199</y>
</hint>
</hints>
</connection>
</connections>
</ui>

Loading…
Cancel
Save