mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-28 19:55:48 +03:00
notifyController убрал
This commit is contained in:
@@ -19,18 +19,19 @@ public:
|
||||
infoOk
|
||||
};
|
||||
|
||||
public:
|
||||
private:
|
||||
explicit SpecMsgBox(QWidget *parent, TypeSpecMsgBox type, const QString& text);
|
||||
public:
|
||||
~SpecMsgBox();
|
||||
|
||||
public:
|
||||
static int WarningYesNo(SpecMsgBox* msgBox, QWidget *parent, const QString& text);
|
||||
static int WarningClose(SpecMsgBox* msgBox, QWidget *parent, const QString& text);
|
||||
static int CriticalClose(SpecMsgBox* msgBox, QWidget *parent, const QString& text);
|
||||
static int InfoOk(SpecMsgBox* msgBox, QWidget *parent, const QString& text);
|
||||
static int WarningYesNo(QWidget *parent, const QString& text);
|
||||
static int WarningClose(QWidget *parent, const QString& text);
|
||||
static int CriticalClose(QWidget *parent, const QString& text);
|
||||
static int InfoOk(QWidget *parent, const QString& text);
|
||||
|
||||
private:
|
||||
static int work(SpecMsgBox* msgBox, QWidget *parent, TypeSpecMsgBox type, const QString& text);
|
||||
static int work(QWidget *parent, TypeSpecMsgBox type, const QString& text);
|
||||
|
||||
private slots:
|
||||
void on_btnYes_clicked();
|
||||
|
||||
Reference in New Issue
Block a user