9 #ifndef XDEBUGTREEWIDGET_H
10 #define XDEBUGTREEWIDGET_H
14 #include <QActionGroup>
16 #include <QSortFilterProxyModel>
18 #include "xobjects/mainobject.h"
32 QButtonGroup *groupFilter;
34 QSortFilterProxyModel *proxyModel;
44 void on_filter_button(QAbstractButton *button);
45 void on_filter_text_changed(QString);
46 void on_select_a_node(QString option,
bool enabled, QString value);
49 #endif // XDEBUGTREEWIDGET_H