#ifndef NMWXWELLLAYERDLG_H #define NMWXWELLLAYERDLG_H #include "iDlgBase.h" #include "nmSubWxs_global.h" class QLineEdit; class NM_SUB_WXS_EXPORT nmWxWellLayerDlg : public iDlgBase { Q_OBJECT public: nmWxWellLayerDlg(QVector *vLayerHeights = NULL); private: void initUI(); private: QVector* m_vLayerHeights; void initLayerHeights(); private slots: void on_layerHeightChanged(QString); }; #endif // NMWXWELLLAYERDLG_H