mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +01:00
added close button callback
This commit is contained in:
parent
c826b10beb
commit
6c61f3101d
1 changed files with 1 additions and 0 deletions
|
|
@ -87,6 +87,7 @@ class WidgetUserIdle(QtWidgets.QWidget):
|
|||
|
||||
btn_stop.clicked.connect(self._on_stop_clicked)
|
||||
btn_continue.clicked.connect(self._on_continue_clicked)
|
||||
btn_close.clicked.connect(self._close_widget)
|
||||
|
||||
self.lbl_info = lbl_info
|
||||
self.lbl_question = lbl_question
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue