diff options
author | Arisotura <thetotalworm@gmail.com> | 2020-08-11 18:03:44 +0200 |
---|---|---|
committer | Arisotura <thetotalworm@gmail.com> | 2020-08-11 18:03:44 +0200 |
commit | 28b8f614ee778b67d9b8f573ee34435739742020 (patch) | |
tree | 403ac70ef5bc445f0b8c4432b1038cf92568dcc2 /src/frontend/qt_sdl | |
parent | 0bd53a34ef975b12563ccfa6247def84789d098b (diff) |
heh
Diffstat (limited to 'src/frontend/qt_sdl')
-rw-r--r-- | src/frontend/qt_sdl/CheatsDialog.ui | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/src/frontend/qt_sdl/CheatsDialog.ui b/src/frontend/qt_sdl/CheatsDialog.ui index 12e28e2..3191ef2 100644 --- a/src/frontend/qt_sdl/CheatsDialog.ui +++ b/src/frontend/qt_sdl/CheatsDialog.ui @@ -104,5 +104,38 @@ </layout> </widget> <resources/> - <connections/> + <connections> + <connection> + <sender>buttonBox</sender> + <signal>accepted()</signal> + <receiver>CheatsDialog</receiver> + <slot>accept()</slot> + <hints> + <hint type="sourcelabel"> + <x>304</x> + <y>396</y> + </hint> + <hint type="destinationlabel"> + <x>304</x> + <y>208</y> + </hint> + </hints> + </connection> + <connection> + <sender>buttonBox</sender> + <signal>rejected()</signal> + <receiver>CheatsDialog</receiver> + <slot>reject()</slot> + <hints> + <hint type="sourcelabel"> + <x>304</x> + <y>396</y> + </hint> + <hint type="destinationlabel"> + <x>304</x> + <y>208</y> + </hint> + </hints> + </connection> + </connections> </ui> |