X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FSMESHGUI%2FSMESHGUI_DeleteGroupDlg.h;h=789c888ed438d28f05710645377b4e1e2a56ebaa;hb=ffd567ddfa3eae0e41303e5c462c3bbe66065e32;hp=f944b302040573dfa0217c238bdf4d954841f94d;hpb=81a502af8470190be359d6491a20796dbad5bb97;p=modules%2Fsmesh.git diff --git a/src/SMESHGUI/SMESHGUI_DeleteGroupDlg.h b/src/SMESHGUI/SMESHGUI_DeleteGroupDlg.h index f944b3020..789c888ed 100644 --- a/src/SMESHGUI/SMESHGUI_DeleteGroupDlg.h +++ b/src/SMESHGUI/SMESHGUI_DeleteGroupDlg.h @@ -15,7 +15,7 @@ // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // // // @@ -61,12 +61,14 @@ private: void closeEvent (QCloseEvent*); void enterEvent (QEvent*); + void keyPressEvent(QKeyEvent*); private slots: void onOk(); bool onApply(); void onClose(); + void onHelp(); void onDeactivate(); @@ -83,6 +85,7 @@ private: QPushButton* myOkBtn; QPushButton* myApplyBtn; QPushButton* myCloseBtn; + QPushButton* myHelpBtn; QListBox* myListBox; SMESHGUI* mySMESHGUI; @@ -90,6 +93,8 @@ private: QValueList myListGrp; bool myBlockSelection; + + QString myHelpFileName; }; #endif