You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Returns a pointer to the QTextEdit area which is used for messages in the console window. Classes such as Log, Error, Debug, and Warning make use of this textedit to print messages to the console.
QTextEdit *textEdit() const;
QMenu *windowMenu() const { return windMenu; }
protected:
/// Basically calls QApplication::quit -- closing the console window is equivalent to quitting the application