You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nmWTAI-Platform/Include/nmNum/nmSubWxs/nmDeleteConfirmationDlg.h

19 lines
303 B
C

#ifndef NMDELETECONFIRMATIONDLG_H
#define NMDELETECONFIRMATIONDLG_H
#include "iDlgBase.h"
#include "nmSubWxs_global.h"
class NM_SUB_WXS_EXPORT nmDeleteConfirmationDlg : public iDlgBase
{
Q_OBJECT
public:
nmDeleteConfirmationDlg();
private:
void initUI();
};
#endif // NMWXMEASURINGSCALEDLG_H