Salome HOME
Working version of dual_meshing (using medcoupling) functionality
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_CreateDualMeshDlg.h
index e5096b237013a5abe05402cabae8d81416680c9c..83b2a959cdbcb7281c0f4aca73ef4c901d4a9e38 100644 (file)
@@ -37,6 +37,7 @@ class QRadioButton;
 class QButtonGroup;
 class QGroupBox;
 class QLabel;
+class QLineEdit;
 
 class SMESHGUI_EXPORT SMESHGUI_CreateDualMeshDlg : public SMESHGUI_Dialog
 {
@@ -49,11 +50,16 @@ public:
   void          ShowWarning(bool);
   bool          isWarningShown();
 
+  QLineEdit* myMeshName;
+  QCheckBox* myProjShape;
+
 signals:
   void          onClicked( int );
 
+
 private:
   QLabel* myWarning;
+  QLabel* myMeshNameLabel;
 };
 
 #endif // SMESHGUI_CREATEDUALMESHDLG_H