-----------------------------------------------------------------------------
| 124 | |
| 125 | //----------------------------------------------------------------------------- |
| 126 | void pqPythonTextArea::setText(const QString& text) |
| 127 | { |
| 128 | this->TextEdit->setPlainText(text); |
| 129 | this->FileIO->setModified(true); |
| 130 | } |
| 131 | |
| 132 | //----------------------------------------------------------------------------- |
| 133 | bool pqPythonTextArea::openFile(const QString& filename, vtkTypeUInt32 location) |
no test coverage detected