X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=src%2Fwizard.h;h=4a0d1344cdaf8ea2e400caea0835a2868e0d8cb5;hb=bcf37a06a5936e9a3a2d56e353d47f12f8c08d37;hp=b376632875fecace74bcf5b3d0936df8934b5fc3;hpb=88fa0fb14cc5e0f8d4c542ed246fda120d8ab232;p=kdenlive diff --git a/src/wizard.h b/src/wizard.h index b3766328..4a0d1344 100644 --- a/src/wizard.h +++ b/src/wizard.h @@ -33,6 +33,7 @@ #include "ui_wizardextra_ui.h" #include "ui_wizardcheck_ui.h" #include "ui_wizardmltcheck_ui.h" +#include "ui_wizardcapture_ui.h" class WizardDelegate: public QItemDelegate { @@ -48,7 +49,7 @@ public: painter->setPen(option.palette.color(QPalette::HighlightedText)); QColor backgroundColor = option.palette.color(QPalette::Highlight); painter->setBrush(QBrush(backgroundColor)); - painter->fillRect(r1, QBrush(backgroundColor)); + painter->fillRect(r1, backgroundColor); } QFont font = painter->font(); font.setBold(true); @@ -85,6 +86,7 @@ private: Ui::WizardStandard_UI m_standard; Ui::WizardExtra_UI m_extra; Ui::WizardMltCheck_UI m_mltCheck; + Ui::WizardCapture_UI m_capture; Ui::WizardCheck_UI m_check; QVBoxLayout *m_startLayout; bool m_systemCheckIsOk; @@ -102,6 +104,9 @@ private slots: void slotCheckSelectedItem(); void slotCheckMlt(); void slotShowWebInfos(); + void slotDetectWebcam(); + void slotUpdateCaptureParameters(); + void slotSaveCaptureFormat(); }; #endif