16#ifndef QGSOPTIONSDIALOGHIGHLIGHTWIDGETSIMPL_H
17#define QGSOPTIONSDIALOGHIGHLIGHTWIDGETSIMPL_H
50 bool searchText(
const QString &text )
override;
52 void reset()
override;
70 bool searchText(
const QString &text )
override;
72 void reset()
override;
90 bool searchText(
const QString &text )
override;
92 void reset()
override;
110 bool searchText(
const QString &text )
override;
112 void reset()
override;
132 bool searchText(
const QString &text )
override;
134 void reset()
override;
137 QMap<QTreeWidgetItem *, bool> mTreeInitialExpand = QMap<QTreeWidgetItem *, bool>();
138 QMap<QTreeWidgetItem *, bool> mTreeInitialVisible = QMap<QTreeWidgetItem *, bool>();
154 bool searchText(
const QString &text )
override;
156 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