Skip to content

Commit

Permalink
MainWindow now closes on actionExit triggered.
Browse files Browse the repository at this point in the history
Closes #20.
  • Loading branch information
Kaffeine committed Mar 16, 2016
1 parent 5bef6c9 commit 6c9ffac
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 6c9ffac

Please sign in to comment.