16 #ifndef QGSOPTIONSDIALOGHIGHLIGHTWIDGETSIMPL_H
17 #define QGSOPTIONSDIALOGHIGHLIGHTWIDGETSIMPL_H
30 class QAbstractButton;
33 class QTreeWidgetItem;
51 bool searchText(
const QString &text )
override;
53 void reset()
override;
72 bool searchText(
const QString &text )
override;
74 void reset()
override;
93 bool searchText(
const QString &text )
override;
95 void reset()
override;
114 bool searchText(
const QString &text )
override;
116 void reset()
override;
137 bool searchText(
const QString &text )
override;
139 void reset()
override;
142 QMap<QTreeWidgetItem *, bool> mTreeInitialExpand = QMap<QTreeWidgetItem *, bool>();
143 QMap<QTreeWidgetItem *, bool> mTreeInitialVisible = QMap<QTreeWidgetItem *, bool>();
160 bool searchText(
const QString &text )
override;
162 void reset()
override;
A highlight widget for checkboxes.
QPointer< QCheckBox > mCheckBox
A highlight widget for group boxes.
QPointer< QGroupBox > mGroupBox
A highlight widget for labels.
QPointer< QLabel > mLabel
A highlight widget for table widgets.
QPointer< QTableView > mTableView
A highlight widget for trees.
QPointer< QTreeView > mTreeView