]> git.sesse.net Git - kdenlive/blobdiff - src/monitorscenecontrolwidget.h
Load layouts can now be added as combobox in toolbar
[kdenlive] / src / monitorscenecontrolwidget.h
index 1ed36fc4e8b32afaa2710d271d71b3e6effcbbdd..53ee209676b17c55bec78485ddf045eef3b21db0 100644 (file)
@@ -40,6 +40,13 @@ 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);
+
 private:
     Ui::MonitorSceneControlWidget_UI m_ui;
     MonitorScene *m_scene;