qt/LedOK/LoUIClass/x_uimsgboxok.h

25 lines
502 B
C
Raw Normal View History

2022-01-04 18:11:48 +08:00
#ifndef X_UIMSGBOXOK_H
#define X_UIMSGBOXOK_H
2022-08-25 18:37:24 +08:00
#include <basedlg.h>
2022-01-04 18:11:48 +08:00
namespace Ui {
class X_UIMsgBoxOk;
}
2022-08-25 18:37:24 +08:00
class X_UIMsgBoxOk : public BaseDlg
2022-01-04 18:11:48 +08:00
{
Q_OBJECT
public:
explicit X_UIMsgBoxOk(QWidget *parent = nullptr);
2022-08-25 18:37:24 +08:00
X_UIMsgBoxOk(QString strTitle, QString text, QWidget *parent = nullptr);
X_UIMsgBoxOk(QString strTitle, QString text, QWidget *parent = nullptr,int iType=0);
2022-01-04 18:11:48 +08:00
~X_UIMsgBoxOk();
int m_bExitTypeFlag=0;
private:
Ui::X_UIMsgBoxOk *ui;
};
#endif // X_UIMSGBOXOK_H