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 *, bool> mTreeInitialExpand = QMap<QTreeWidgetItem *, bool>();
 
  142     QMap<QTreeWidgetItem *, bool> mTreeInitialVisible = QMap<QTreeWidgetItem *, bool>();
 
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 trees.
QPointer< QTreeView > mTreeView