mirror of
https://github.com/lubuntu-team/lubuntu-about.git
synced 2025-08-10 13:34:04 +00:00
Close the window when the button is pressed.
This commit is contained in:
parent
72e6cf75e5
commit
2601b50a74
19
src/main.ui
19
src/main.ui
@ -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…
x
Reference in New Issue
Block a user