26 #include "Utils/Logger/LogListener.h" 27 #include "GUI/Utils/Widgets/Widget.h" 29 #include <QStringList> 43 void sig_new_log(
const QDateTime& t, Log log_type,
const QString& class_name,
const QString& str);
46 explicit LogObject(QObject* parent=
nullptr);
49 void add_log_line(
const LogEntry& le)
override;
66 void showEvent(QShowEvent* e)
override;
67 void language_changed()
override;
73 QString calc_log_line(
const QDateTime& t, Log log_type,
const QString& class_name,
const QString& str);
76 void log_ready(
const QDateTime& t, Log log_type,
const QString& class_name,
const QString& str);
80 #endif // GUI_LOGGER_H Definition: LogListener.h:32
Definition: GUI_Logger.h:36
Definition: GUI_Logger.h:53