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

Method setSaveDialogDefaultDirectory

Qt/Python/pqPythonScriptEditor.cxx:129–132  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

127
128//-----------------------------------------------------------------------------
129void pqPythonScriptEditor::setSaveDialogDefaultDirectory(const QString& dir)
130{
131 this->TabWidget->getCurrentTextArea()->setDefaultSaveDirectory(dir);
132}
133
134//-----------------------------------------------------------------------------
135void pqPythonScriptEditor::setPythonManager(pqPythonManager* manager)

Callers

nothing calls this directly

Calls 2

getCurrentTextAreaMethod · 0.80

Tested by

no test coverage detected