18#ifndef EXPORTMOVIEDIALOG_H
19#define EXPORTMOVIEDIALOG_H
21#include "importexportdialog.h"
25class ExportMovieOptions;
37 void setCamerasInfo(
const std::vector<std::pair<QString, QSize>>);
38 void updateResolutionCombo(
int index );
40 void setDefaultRange(
int startFrame,
int endFrame,
int endFrameWithSounds );
42 QString getSelectedCameraName();
43 QSize getExportSize();
44 bool getTransparency()
const;
52 void frameCheckboxClicked(
bool checked);
55 bool supportsLooping(
QString filePath)
const;
56 bool supportsTransparency(
QString filePath)
const;
57 void validateResolution();
59 int mEndFrameWithSounds = 0;
62 Ui::ExportMovieOptions* ui =
nullptr;
QObject * parent() const const