64 virtual void showEvent(QShowEvent* event)
override;
79 #endif // DEBUGDIALOG_H
DebugDialog(QWidget *parent=nullptr)
DebugDialog Constructor.
Definition: debugdialog.cpp:32
DebugDialog * DebugDialog
Omnipresent instance of DebugDialog to be shown or hidden as the user wants.
Definition: debugdialog.cpp:30
QTextEdit * textEdit
Display widget for the debug dialog.
Definition: debugdialog.h:69
virtual void showEvent(QShowEvent *event) override
Overrides show event to trigger an update of the visual log (the visual log does not update while the...
Definition: debugdialog.cpp:61
void update_log()
Update the visual log with the debug text from get_debug_str()
Definition: debugdialog.cpp:47
The DebugDialog class.
Definition: debugdialog.h:33
void Retranslate()
Retranslate window title.
Definition: debugdialog.cpp:42
virtual void changeEvent(QEvent *e) override
Overrides change event to trigger Retranslate() on a LanguageChange event.
Definition: debugdialog.cpp:52