1 #ifndef POPUPMESSAGEWIDGET_H
2 #define POPUPMESSAGEWIDGET_H
46 Q_DECLARE_FLAGS( Buttons,
Button )
51 PopUpMessageWidget( const QString &messageTitle, const QString &messageText,
MessageType messageType =
Information, Buttons buttons =
Ok, QWidget *parent = 0,
unsigned short timeout = 0, const QString &messageLabel = "" );
100 void show(
bool modal = false );
128 void onButtonClicked();
129 void onMessageTextRestartTimer();
136 bool IsEnabledHideOnTouchOrEscape();
139 QScopedPointer<DataClass> d;
144 Q_DECLARE_OPERATORS_FOR_FLAGS( PopUpMessageWidget::Buttons )
146 #endif // POPUPMESSAGEWIDGET_H
Definition: ProjectConfiguration.h:11
The CustomStyledDialog class use this class for custom styled dialogs bc QT has bug and do not paint ...
Definition: CustomStyledDialog.h:11
Definition: WindowManager.h:8