Salome HOME
Issue#1059: Consider operation state in selection validator
[modules/shaper.git] / src / XGUI / XGUI_PropertyPanel.h
index 9ba7754edaca4a4ae7ee9d2ee048fca2c6237f03..083242fd16c18b7acca6ea240bf13dadcb25f148 100644 (file)
@@ -77,6 +77,9 @@ Q_OBJECT
   /// Activate the next from current widget in the property panel
   virtual void activateNextWidget();
 
+  /// Set focus on the Ok button
+  virtual void setFocusOnOkButton();
+
   /// Set Enable/Disable state of Cancel button
   /// \param theEnabled Enable/Disable state of Cancel button
   virtual void setCancelEnabled(bool theEnabled);
@@ -112,6 +115,7 @@ Q_OBJECT
   virtual void activateWidget(ModuleBase_ModelWidget* theWidget);
 
  protected:
+  /// A header widget
   QWidget* myHeaderWidget;
 
  private: