#include "export_layout_dialog.h"#include "ui_export_layout_dialog.h"#include "../options.h"#include "../core/vapplication.h"#include "../vmisc/vsettings.h"#include "../ifc/exception/vexception.h"#include "../vwidgets/export_format_combobox.h"#include <QDir>#include <QFileDialog>#include <QMessageBox>#include <QProcess>#include <QtDebug>#include <QRegularExpression>#include <QSpinBox>Go to the source code of this file.
Variables | |
| const QString | fileNameRegExp = QStringLiteral("^[\\p{L}\\p{Nd}\\-. _]+$") |
| const QString fileNameRegExp = QStringLiteral("^[\\p{L}\\p{Nd}\\-. _]+$") |
Definition at line 49 of file export_layout_dialog.cpp.
Referenced by ExportLayoutDialog::ExportLayoutDialog().