Salome HOME
Qt4 porting: the filter is editable, but should not be (MESH-026 GUI test scenario)
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_Preferences_ScalarBarDlg.h
index f013b68bba78dc6a0463b6dc88d0ff055b9de29a..081caed4b688e3d26448d33afcf3346a30d9994d 100644 (file)
@@ -72,6 +72,7 @@ protected slots:
   void                     onOk();
   bool                     onApply();
   void                     onCancel();
+  void                     onHelp();
   void                     onSelectionChanged();
   void                     onXYChanged();
   void                     onOrientationChanged();
@@ -119,6 +120,9 @@ private:
   QPushButton*             myOkBtn;
   QPushButton*             myApplyBtn;
   QPushButton*             myCancelBtn;
+  QPushButton*             myHelpBtn;
+
+  QString                  myHelpFileName;
 };
 
 #endif // SMESHGUI_PREFERENCES_SCALARBARDLG_H