MCPcopy Create free account
hub / github.com/Kitware/ParaView / setDefaultSaveDirectory

Method setDefaultSaveDirectory

Qt/Python/pqPythonTextArea.cxx:139–142  ·  view source on GitHub ↗

-----------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

137
138//-----------------------------------------------------------------------------
139void pqPythonTextArea::setDefaultSaveDirectory(const QString& dir)
140{
141 this->FileIO->setDefaultSaveDirectory(dir);
142}
143
144//-----------------------------------------------------------------------------
145const QString& pqPythonTextArea::getFilename() const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected