OpenExamples Code

This commit is contained in:
Michel Mastriani
2020-03-05 21:17:29 -03:00
parent c50568a98b
commit 552cb192aa
5 changed files with 168 additions and 145 deletions

View File

@ -141,6 +141,7 @@ public slots:
void OnActionCopyFlameInCurrentFile(bool checked);
void OnActionCreateReferenceFile(bool checked);
void OnActionOpen(bool checked);
void OnActionOpenExamples(bool checked);
void OnActionSaveCurrentAsXml(bool checked);
void OnActionSaveEntireFileAsXml(bool checked);
void OnActionSaveCurrentScreen(bool checked);
@ -466,7 +467,7 @@ private:
void EnableRenderControls(bool enable);
//Dialogs.
QStringList SetupOpenXmlDialog();
QStringList SetupOpenXmlDialog(bool openExamples = false);
QString SetupSaveXmlDialog(const QString& defaultFilename);
QString SetupSaveImageDialog(const QString& defaultFilename);
QString SetupSaveFolderDialog();