22 explicit LogBrowser(QObject *parent =
nullptr);
31 void sendMessage(QtMsgType type,
const QString &msg);
37 #endif // LOGBROWSER_H The LogBrowser class shows logs on screen.
Definition: logbrowser.h:18
~LogBrowser()
Definition: logbrowser.cpp:15
void outputMessage(QtMsgType type, const QString &msg)
Definition: logbrowser.cpp:20
LogBrowser(QObject *parent=nullptr)
Definition: logbrowser.cpp:7
void show()
Definition: logbrowser.cpp:25
The LogBrowserDialog class is a popup which converts debug strings.
Definition: logbrowserdialog.h:16
void sendMessage(QtMsgType type, const QString &msg)