Skip to content

Commit

Permalink
Close MainWindow on actionExit triggered
Browse files Browse the repository at this point in the history
Closes #20.
  • Loading branch information
Kaffeine committed Jan 28, 2020
1 parent ae0c329 commit 8c80be9
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion MainWindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,22 @@
</widget>
<layoutdefault spacing="6" margin="11"/>
<resources/>
<connections/>
<connections>
<connection>
<sender>actionExit</sender>
<signal>triggered()</signal>
<receiver>MainWindow</receiver>
<slot>close()</slot>
<hints>
<hint type="sourcelabel">
<x>317</x>
<y>308</y>
</hint>
<hint type="destinationlabel">
<x>317</x>
<y>308</y>
</hint>
</hints>
</connection>
</connections>
</ui>

0 comments on commit 8c80be9

Please sign in to comment.