Go to the documentation of this file.
16 #ifndef _LOGTREEWIDGET_H
17 #define _LOGTREEWIDGET_H
25 #include <QStringList>
26 #include <QTreeWidget>
27 #include <QHeaderView>
64 QList<LogTreeItem *>
find(QString text,
bool highlight =
true);
82 QList<LogTreeItem *>
qlist_cast(QList<QTreeWidgetItem *> inlist);
84 QList<LogTreeItem *>
qlist_sort(QList<LogTreeItem *> inlist);