Salome HOME
PAL11988. add reverse connectivity for QUAD_EDGE
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_CreatePatternDlg.h
index 84a0cbd34ea1cbf9e60efa2a6442580cfe34c8c7..1c2c714c24e855340d61e570bd9e3e7e04b7fb13 100755 (executable)
@@ -90,6 +90,7 @@ private slots:
   void                     onOk();
   void                     onSave();
   void                     onClose();
+  void                     onHelp();
 
   void                     onDeactivate();
 
@@ -116,6 +117,7 @@ private:
   QPushButton*             myOkBtn;
   QPushButton*             mySaveBtn;
   QPushButton*             myCloseBtn;
+  QPushButton*             myHelpBtn;
 
   QButtonGroup*            myTypeGrp;
   QRadioButton*            mySwitch2d;
@@ -141,6 +143,8 @@ private:
 
   SMESH::SMESH_Pattern_var myPattern;
   bool                     myIsLoaded;
+
+  QString                  myHelpFileName;
 };
 
 #endif