-----------------------------------------------------------------------------
| 203 | |
| 204 | //----------------------------------------------------------------------------- |
| 205 | void pqPythonScriptEditor::createStatusBar() |
| 206 | { |
| 207 | this->statusBar()->showMessage(tr("Ready")); |
| 208 | } |
| 209 | |
| 210 | //----------------------------------------------------------------------------- |
| 211 | void pqPythonScriptEditor::scrollToBottom() |
no test coverage detected