]> git.sesse.net Git - kdenlive/blobdiff - src/monitorscenecontrolwidget.h
Monitorscene control widget:
[kdenlive] / src / monitorscenecontrolwidget.h
index b35cc9dd7423b732589848ca5efbda2ef1da6f45..53ee209676b17c55bec78485ddf045eef3b21db0 100644 (file)
@@ -40,6 +40,9 @@ public:
     /** @brief Returns a button for showing and hiding the monitor scene controls (this widget). */
     QToolButton *getShowHideButton();
 
+    /** @brief Adds a custom widget to the controls. */
+    void addWidget(QWidget *widget, int row, int column);
+
 private slots:
     /** @brief Sets the KdenliveSetting directupdate with true = update parameters (rerender frame) during mouse move (before mouse button is released) */
     void slotSetDirectUpdate(bool directUpdate);