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

Function OpenFile

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

Source from the content-addressed store, hash-verified

140}
141
142static QString OpenFile(QWidget *parent, QString title, QString path,
143 QString extensions)
144{
145 QString file =
146 QFileDialog::getOpenFileName(parent, title, path, extensions);
147
148 return file;
149}
150
151static QStringList OpenFiles(QWidget *parent, QString title, QString path,
152 QString extensions)

Callers 3

PathChangedMethod · 0.85
BrowseClickedMethod · 0.85
EditListEditMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected