1、新建分析Dialog;
parent
b82e7c864d
commit
32ce59eb73
@ -0,0 +1,6 @@
|
||||
#include "nmNewDlg.h"
|
||||
|
||||
nmNewDlg::nmNewDlg()
|
||||
{
|
||||
|
||||
}
|
@ -0,0 +1,14 @@
|
||||
#ifndef NMNEWDLG_H
|
||||
#define NMNEWDLG_H
|
||||
|
||||
#include <QObject>
|
||||
#include "iDlgBase.h"
|
||||
|
||||
class nmNewDlg : public iDlgBase
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
nmNewDlg();
|
||||
};
|
||||
|
||||
#endif // NMNEWDLG_H
|
Loading…
Reference in New Issue