#ifndef NMWXWELLLAYERDLG_H #define NMWXWELLLAYERDLG_H #include #include "nmSubWxs_global.h" class QLineEdit; class NM_SUB_WXS_EXPORT nmWxWellLayerDlg : public QDialog { 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