1、完成 井参数设置的界面搭建;
parent
3497a09f45
commit
751c6263b0
@ -1,27 +0,0 @@
|
||||
#ifndef NMRCDIALOG_H
|
||||
#define NMRCDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
#include <QObject>
|
||||
#include "nmSubWxs_global.h"
|
||||
|
||||
class QTableWidget;
|
||||
|
||||
// 储层特性
|
||||
class NM_SUB_WXS_EXPORT nmRCDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
nmRCDialog();
|
||||
|
||||
private slots:
|
||||
void on_save();
|
||||
|
||||
private:
|
||||
void initUI();
|
||||
|
||||
private:
|
||||
QTableWidget* m_pTableWidget;
|
||||
};
|
||||
|
||||
#endif // NMRCDIALOG_H
|
@ -0,0 +1,29 @@
|
||||
#ifndef NMWXRCDIALOG_H
|
||||
#define NMWXRCDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
#include <QObject>
|
||||
#include "nmSubWxs_global.h"
|
||||
|
||||
class QTableWidget;
|
||||
|
||||
// 鍌ㄥ眰鐗规€
|
||||
class NM_SUB_WXS_EXPORT nmWxRCDialog : public QDialog
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
nmWxRCDialog();
|
||||
|
||||
private slots:
|
||||
void on_save();
|
||||
|
||||
private:
|
||||
void initUI();
|
||||
QWidget* initOilReservoirUI();
|
||||
QWidget* initWellsUI();
|
||||
|
||||
private:
|
||||
QTableWidget* m_pTableWidget;
|
||||
};
|
||||
|
||||
#endif // NMWXRCDIALOG_H
|
Loading…
Reference in New Issue