1 #ifndef ERRORLISTDOCKWIDGET_H 2 #define ERRORLISTDOCKWIDGET_H 6 #include <QTableWidget> 10 #include "../Model/messagelist.h" 43 void progressChanged(
const QString title,
const QString text,
const int currentValue,
const int maximumValue)
const;
54 QVBoxLayout* verticalLayout;
56 QTableWidget* tableWidgetErrorList;
58 QHBoxLayout* toolButtonsLayout;
60 QToolButton* toolButtonErrors;
61 QToolButton* toolButtonMessages;
62 QToolButton* toolButtonWarnings;
66 void refreshMessages();
69 void onRecordLinkActivated(
const QString& recordId);
70 void onToolButtonErrorsToggled(
bool checked);
71 void onToolButtonWarningsToggled(
bool checked);
72 void onToolButtonMessagesToggled(
bool checked);
77 #endif // ERRORLISTDOCKWIDGET_H Definition: commandlineoptions.h:6