qt/LedOK/LoUIClass/x_uimsgboxok.h
2022-08-25 18:37:24 +08:00

25 lines
502 B
C++

#ifndef X_UIMSGBOXOK_H
#define X_UIMSGBOXOK_H
#include <basedlg.h>
namespace Ui {
class X_UIMsgBoxOk;
}
class X_UIMsgBoxOk : public BaseDlg
{
Q_OBJECT
public:
explicit X_UIMsgBoxOk(QWidget *parent = nullptr);
X_UIMsgBoxOk(QString strTitle, QString text, QWidget *parent = nullptr);
X_UIMsgBoxOk(QString strTitle, QString text, QWidget *parent = nullptr,int iType=0);
~X_UIMsgBoxOk();
int m_bExitTypeFlag=0;
private:
Ui::X_UIMsgBoxOk *ui;
};
#endif // X_UIMSGBOXOK_H