-----------------------------------------------------------------------------
| 115 | |
| 116 | //----------------------------------------------------------------------------- |
| 117 | void pqPythonScriptEditor::open(const QString& filename) |
| 118 | { |
| 119 | this->TabWidget->addNewTextArea(filename); |
| 120 | } |
| 121 | |
| 122 | //----------------------------------------------------------------------------- |
| 123 | void pqPythonScriptEditor::load(const QString& filename) |
no test coverage detected