HM-SPMS/product/src/gui/plugin/AlarmWidget/CDisposalPlanDialog.h

24 lines
434 B
C
Raw Normal View History

2025-03-14 17:05:48 +08:00
#ifndef CDISPOSALPLANDIALOG_H
#define CDISPOSALPLANDIALOG_H
#include <QDialog>
#include "CAlarmCommon.h"
namespace Ui {
class CDisposalPlanDialog;
}
class CDisposalPlanDialog : public QDialog
{
Q_OBJECT
public:
explicit CDisposalPlanDialog(const AiAlarmMsgPtr &aiptr,QWidget *parent = 0);
~CDisposalPlanDialog();
private:
Ui::CDisposalPlanDialog *ui;
AiAlarmMsgPtr m_aiptr;
};
#endif // CDISPOSALPLANDIALOG_H