mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 19:55:07 +02:00
restore default buttons events
This commit is contained in:
parent
f12f45adec
commit
f07f270dee
1 changed files with 14 additions and 1 deletions
|
@ -2251,5 +2251,18 @@
|
|||
</widget>
|
||||
</widget>
|
||||
<resources/>
|
||||
<connections/>
|
||||
<connections>
|
||||
<connection>
|
||||
<sender>cancelButton</sender>
|
||||
<signal>clicked()</signal>
|
||||
<receiver>PreferencesDialog</receiver>
|
||||
<slot>close()</slot>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>defaultButton</sender>
|
||||
<signal>clicked()</signal>
|
||||
<receiver>PreferencesDialog</receiver>
|
||||
<slot>accept()</slot>
|
||||
</connection>
|
||||
</connections>
|
||||
</ui>
|
||||
|
|
Loading…
Reference in a new issue