X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FXGUI%2FXGUI_PropertyPanel.h;h=74c3c5fba03fbd2186504843b60f7249686b2ee1;hb=0caee92b045249b15dd6df72d52b44335e05cc3f;hp=764575dd89889451eeb7ed50205f3cb1c48541e3;hpb=db1e462ad6a76ee857f47602ec9acba6315529c8;p=modules%2Fshaper.git diff --git a/src/XGUI/XGUI_PropertyPanel.h b/src/XGUI/XGUI_PropertyPanel.h index 764575dd8..74c3c5fba 100644 --- a/src/XGUI/XGUI_PropertyPanel.h +++ b/src/XGUI/XGUI_PropertyPanel.h @@ -36,9 +36,6 @@ protected: public slots: void updateContentWidget(FeaturePtr theFeature); - /// slot to set the focus to the widget visualized an attribute with the given name - /// \param theAttributteName - void onFocusActivated(const std::string& theAttributeName); /// slot to activate the next widget in the property panel /// \param theWidget a widget. The next widget should be activated void onActivateNextWidget(ModuleBase_ModelWidget* theWidget); @@ -57,12 +54,6 @@ signals: /// \param the attribute of the feature void storedPoint2D(FeaturePtr theFeature, const std::string& theAttribute); -protected: - /// Activate the widget, which means the focus on the widget. - /// The signal about the widget activation is emitted - /// \param theWidget - void activateWidget(ModuleBase_ModelWidget* theWidget); - private: QWidget* myCustomWidget;