MCPcopy Create free account
hub / github.com/WarmUpTill/SceneSwitcher / OpenFiles

Function OpenFiles

plugins/scripting/utils/properties-view.cpp:151–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149}
150
151static QStringList OpenFiles(QWidget *parent, QString title, QString path,
152 QString extensions)
153{
154 QStringList files =
155 QFileDialog::getOpenFileNames(parent, title, path, extensions);
156
157 return files;
158}
159
160VScrollArea::VScrollArea(QWidget *parent) : QScrollArea(parent)
161{

Callers 1

EditListAddFilesMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected