25 #ifndef LOG_VIEW_PROXY_MODEL_H
26 #define LOG_VIEW_PROXY_MODEL_H
28 #include <QSortFilterProxyModel>
46 virtual QVariant
data(
47 const QModelIndex& index,
int role=Qt::DisplayRole)
const;
53 #endif // LOG_VIEW_PROXY_MODEL_H
static QRegExp debugFilterRegex()
regexp for filtering out debug lines
LogViewProxyModel(QObject *parent=0)
constructor
virtual QVariant data(const QModelIndex &index, int role=Qt::DisplayRole) const
handle highlighting
class for highlighting and handling filtering of log output