|
Cute Chess
0.1
|
Widget that is used to display log messages in plain text. More...
#include <plaintextlog.h>
Public Slots | |
| void | saveLogToFile (const QString &fileName) |
Public Member Functions | |
| PlainTextLog (QWidget *parent=nullptr) | |
| PlainTextLog (const QString &text, QWidget *parent=nullptr) | |
Protected Member Functions | |
| virtual void | contextMenuEvent (QContextMenuEvent *event) |
Widget that is used to display log messages in plain text.
| PlainTextLog::PlainTextLog | ( | QWidget * | parent = nullptr | ) |
Constructs a new plain text log with the given parent.
Constructs a new plain text log with the initial text text and given parent.
|
slot |
Save the log to file filename.
1.8.11