Dockable widget designed for application's log presentation. More...
#include <logdock.h>
Public Slots | |
void | appendLogEntry (const QString &entry) |
void | clearContent () |
Public Member Functions | |
LogDock (QWidget *parent=nullptr) | |
Protected Slots | |
void | btnCopyClicked () |
Dockable widget designed for application's log presentation.
|
slot |
New entry will be appended to the end of the current textedit content as it is, without any special formatting.
Definition at line 50 of file logdock.cpp.