]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/ModuleBase/ModuleBase_DoubleSpinBox.h
Salome HOME
SALOME mode: dimension constraint operaion is not restarted by enter in the widget...
[modules/shaper.git] / src / ModuleBase / ModuleBase_DoubleSpinBox.h
index f827ba264f684446f39c51e183939022a5ac23cc..ef22f8ad12bdfffb66dffd176af8d722e429deca 100644 (file)
@@ -60,6 +60,11 @@ Q_OBJECT
   /// \return the previous value
   bool enableKeyPressEvent(const bool& theEnable);
 
+signals:
+  /// The signal about key release on the control, that corresponds to the attribute
+  /// \param theEvent key release event
+  void keyReleased(QKeyEvent* theEvent);
+
  protected slots:
    /// Called on text changed
   virtual void onTextChanged(const QString&);