started export dialog

This commit is contained in:
itsmattkc
2019-12-15 13:44:16 +11:00
parent a977020833
commit eb7c63bace
7 changed files with 87 additions and 2 deletions
+7
View File
@@ -32,6 +32,7 @@
#include "audio/audiomanager.h"
#include "config/config.h"
#include "dialog/about/about.h"
#include "dialog/export/export.h"
#include "dialog/sequence/sequence.h"
#include "dialog/preferences/preferences.h"
#include "dialog/projectproperties/projectproperties.h"
@@ -230,6 +231,12 @@ void Core::DialogProjectPropertiesShow()
ppd.exec();
}
void Core::DialogExportShow()
{
ExportDialog ed(main_window_);
ed.exec();
}
void Core::CreateNewFolder()
{
// Locate the most recently focused Project panel (assume that's the panel the user wants to import into)