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

Method createStatusBar

Qt/Python/pqPythonScriptEditor.cxx:205–208  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 1

pqPythonScriptEditorMethod · 0.95

Calls 1

trFunction · 0.85

Tested by

no test coverage detected