3#include <Foundation/Basics.h>
4#include <Foundation/Logging/Log.h>
5#include <GuiFoundation/GuiFoundationDLL.h>
6#include <GuiFoundation/ui_LogWidget.h>
13class PL_GUIFOUNDATION_DLL
plQtLogWidget :
public QWidget,
public Ui_LogWidget
21 void ShowControls(
bool bShow);
28 virtual bool eventFilter(QObject* pObject, QEvent* pEvent)
override;
31 void on_ButtonClearLog_clicked();
32 void on_Search_textChanged(
const QString& text);
33 void on_ComboFilter_currentIndexChanged(
int index);
37 void ScrollToBottomIfAtEnd(
int iNumElements);
The Qt model that represents log output for a view.
Definition LogModel.moc.h:11