]> git.sesse.net Git - kdenlive/blobdiff - src/doubleparameterwidget.h
Add "drag value" widget: Numbers can be edited by dragging horizontal on the widget...
[kdenlive] / src / doubleparameterwidget.h
index e677ad01b37f85cb5aea47ba9a93d13885ffa242..f7d529b5743a71d793e2dadab8275bd2c9de7db8 100644 (file)
@@ -26,6 +26,7 @@
 class QLabel;
 class QSlider;
 class QSpinBox;
+class DragValue;
 
 /**
  * @class DoubleParameterWidget
@@ -67,11 +68,14 @@ private slots:
     /** @brief Shows/Hides the comment label. */
     void slotShowComment(bool show);
 
+    void slotSetValue(qreal value, bool final);
+
 private:
     int m_default;
     QLabel *m_name;
     QSlider *m_slider;
     QSpinBox *m_spinBox;
+    DragValue *m_dragVal;
     QLabel *m_commentLabel;
     
 signals: