Create Class
(ScreenPlay::Create)Baseclass for creating wallapers, widgets and the corresponding wizards. As for this writing (April 2019) it is solely used to import webm wallpaper and create the gif/web 5 second previews. More...
Header: | #include <Create> |
Public Functions
QString | ffmpegOutput() const |
float | progress() const |
QString | workingDir() const |
Public Slots
void | appendFfmpegOutput(QString ffmpegOutput) |
void | setProgress(float progress) |
void | setWorkingDir(const QString &workingDir) |
Signals
void | ffmpegOutputChanged(QString ffmpegOutput) |
void | progressChanged(float progress) |
void | workingDirChanged(QString workingDir) |