UI: Add connection from exit button to close the window

Change-Id: I168b06efa8ae95b09a9be408a25c510f90937c4c
Reviewed-on: https://forge.frm2.tum.de/review/17714
Tested-by: JenkinsCodeReview <bjoern_pedersen@frm2.tum.de>
Reviewed-by: Enrico Faulhaber <enrico.faulhaber@frm2.tum.de>
This commit is contained in:
Jens Krüger 2018-04-13 15:01:23 +02:00 committed by Enrico Faulhaber
parent e830666315
commit b49dcf0fa8

View File

@ -166,5 +166,22 @@
</action>
</widget>
<resources/>
<connections/>
<connections>
<connection>
<sender>actionExit</sender>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>-1</x>
<y>-1</y>
</hint>
<hint type="destinationlabel">
<x>613</x>
<y>299</y>
</hint>
</hints>
</connection>
</connections>
</ui>