18#ifndef IMPORTEXPORTDIALOG_H
19#define IMPORTEXPORTDIALOG_H
36 enum Mode { Import, Export };
45 int getPosIndex() {
return mPosIndex; }
56 void hideOptionsGroupBox(
bool hide);
57 void hidePreviewGroupBox(
bool hide);
58 void hideInstructionsLabel(
bool hide);
60 void setInstructionsLabel(
const QString& text);
61 void setOkButtonEnabled(
bool enabled);
65 void setPosIndex(
int index) { mPosIndex = index; }
68 Ui::ImportExportDialog* ui =
nullptr;
72 FileType mFileType = FileType::ANIMATION;
QWidget * extension() const const
QObject * parent() const const