- class TMSiFrontend.components.dialogs.dialog_confirm.DialogConfirm(*args: Any, **kwargs: Any)#
Bases:
Dialog
Dialog object to get confirmation of action from the user
- __init__(title='Dialog', message='message', parent=None)#
Initialize DialogConfirm object
- Parameters:
title (str, optional) – title of the dialog, defaults to “Dialog”
message (str, optional) – message of the dialog, defaults to “message”
parent (QWidget, optional) – parent widget if needed, defaults to None
Methods
__init__
([title, message, parent])Initialize DialogConfirm object