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

Function SaveFile

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

Source from the content-addressed store, hash-verified

131}
132
133static QString SaveFile(QWidget *parent, QString title, QString path,
134 QString extensions)
135{
136 QString file =
137 QFileDialog::getSaveFileName(parent, title, path, extensions);
138
139 return file;
140}
141
142static QString OpenFile(QWidget *parent, QString title, QString path,
143 QString extensions)

Callers 1

PathChangedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected