20 #include <QVBoxLayout>
28 , m_splitter(new QSplitter)
30 auto layout =
new QVBoxLayout(
this);
31 layout->setContentsMargins(0, 0, 0, 0);
86 auto on_selection_changed = [
this]() {
ParserPropertyWidget * m_propertyWidget
LoaderSelectorPanel(QWidget *parent=nullptr)
std::unique_ptr< ParserInterface > createParser() const
QStringList fileNames() const
void parserPropertyChanged()
QStringList selectedFileNames() const
void fileNamesChanged(const QStringList &file_names)
void setTargetCanvas(const QStringList &canvas_names, int current_index)
void fileSelectionChanged(const QStringList &file_names)
ImportFileWidget * m_fileSelectorWidget
void onRemoveFileRequest()
int targetCanvasIndex() const
Based on Qt example "codeeditor" Copyright (C) 2016 The Qt Company Ltd.