|
@@ -311,6 +311,7 @@ ctkPythonConsole::ctkPythonConsole(QWidget* parentObject):
|
|
|
Superclass(new ctkPythonConsolePrivate(*this), parentObject)
|
|
|
{
|
|
|
this->setObjectName("pythonConsole");
|
|
|
+ this->setWindowIcon(QIcon(":/python-icon.png"));
|
|
|
|
|
|
// Disable RemoveTrailingSpaces and AutomaticIndentation
|
|
|
this->setEditorHints(this->editorHints() ^ (RemoveTrailingSpaces | AutomaticIndentation));
|