X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FModuleBase%2FModuleBase_WidgetEditor.h;h=5f26a60cc1dae3b96841998102e6933eb81b719e;hb=c24c2f94491145b9c2cbd0be6c6bc3d157bca9bb;hp=8bdf6f9e1d3e43a6acd35f556265b72e22a458ce;hpb=78ee886adcb26b842317a0d5fa1c452d84c6080c;p=modules%2Fshaper.git diff --git a/src/ModuleBase/ModuleBase_WidgetEditor.h b/src/ModuleBase/ModuleBase_WidgetEditor.h index 8bdf6f9e1..5f26a60cc 100644 --- a/src/ModuleBase/ModuleBase_WidgetEditor.h +++ b/src/ModuleBase/ModuleBase_WidgetEditor.h @@ -43,10 +43,12 @@ Q_OBJECT /// \return the state whether the widget can accept the focus virtual bool focusTo(); - private slots: /// Shous popup window under cursor for data editing void showPopupEditor(); +private: + void editedValue(double& outValue, QString& outText); + private: ///< the current widget feature FeaturePtr myFeature;