16 #ifndef QGSOPTIONSDIALOGHIGHLIGHTWIDGETSIMPL_H 17 #define QGSOPTIONSDIALOGHIGHLIGHTWIDGETSIMPL_H 30 class QAbstractButton;
33 class QTreeWidgetItem;
50 bool searchText(
const QString &text )
override;
52 void reset()
override;
71 bool searchText(
const QString &text )
override;
73 void reset()
override;
92 bool searchText(
const QString &text )
override;
94 void reset()
override;
113 bool searchText(
const QString &text )
override;
115 void reset()
override;
136 bool searchText(
const QString &text )
override;
138 void reset()
override;
141 QMap<QTreeWidgetItem *, QPair<QBrush, QBrush>> mTreeInitialStyle = QMap<QTreeWidgetItem *, QPair<QBrush, QBrush>>();
142 QMap<QTreeWidgetItem *, bool> mTreeInitialExpand = QMap<QTreeWidgetItem *, bool>();
143 QMap<QTreeWidgetItem *, bool> mTreeInitialVisible = QMap<QTreeWidgetItem *, bool>();
145 #endif // QGSOPTIONSDIALOGHIGHLIGHTWIDGETSIMPL_H
QPointer< QTreeView > mTreeView
A highlight widget for checkboxes.
QPointer< QGroupBox > mGroupBox
QPointer< QCheckBox > mCheckBox
A highlight widget for trees.
QPointer< QLabel > mLabel
A highlight widget for labels.
A highlight widget for group boxes.