export: fixed many export formats including still image and image sequence export

Still incomplete, but does a lot towards #1345
This commit is contained in:
itsmattkc
2021-05-05 19:03:03 +10:00
parent dedc189ebf
commit 4942970c02
27 changed files with 775 additions and 173 deletions
+3
View File
@@ -29,6 +29,7 @@
#include <QFontMetrics>
#include <QFrame>
#include <QMessageBox>
#include "common/define.h"
@@ -47,6 +48,8 @@ public:
static QFrame* CreateHorizontalLine();
static int MessageBox(QWidget *parent, QMessageBox::Icon icon, const QString& title, const QString& message, QMessageBox::StandardButtons buttons = QMessageBox::Ok);
};
}