mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
graceful quit button added
This commit is contained in:
parent
814b174f25
commit
35f6c6cb98
4 changed files with 67 additions and 10 deletions
|
@ -37,6 +37,13 @@
|
|||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QPushButton" name="gracefulShutdownButton">
|
||||
<property name="text">
|
||||
<string>Graceful Quit</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</widget>
|
||||
|
@ -60,8 +67,25 @@
|
|||
</hint>
|
||||
</hints>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>gracefulShutdownButton</sender>
|
||||
<signal>released()</signal>
|
||||
<receiver>MainWindow</receiver>
|
||||
<slot>handleGracefulQuitButton()</slot>
|
||||
<hints>
|
||||
<hint type="sourcelabel">
|
||||
<x>395</x>
|
||||
<y>319</y>
|
||||
</hint>
|
||||
<hint type="destinationlabel">
|
||||
<x>399</x>
|
||||
<y>239</y>
|
||||
</hint>
|
||||
</hints>
|
||||
</connection>
|
||||
</connections>
|
||||
<slots>
|
||||
<slot>handleQuitButton()</slot>
|
||||
<slot>handleGracefulQuitButton()</slot>
|
||||
</slots>
|
||||
</ui>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue