16#ifndef QGSOPTIONSDIALOGHIGHLIGHTWIDGETSIMPL_H 
   17#define QGSOPTIONSDIALOGHIGHLIGHTWIDGETSIMPL_H 
   49    bool searchText( 
const QString &text ) 
override;
 
   51    void reset() 
override;
 
 
   68    bool searchText( 
const QString &text ) 
override;
 
   70    void reset() 
override;
 
 
   87    bool searchText( 
const QString &text ) 
override;
 
   89    void reset() 
override;
 
 
  106    bool searchText( 
const QString &text ) 
override;
 
  108    void reset() 
override;
 
 
  127    bool searchText( 
const QString &text ) 
override;
 
  129    void reset() 
override;
 
  132    QMap<QTreeWidgetItem *, bool> mTreeInitialExpand = QMap<QTreeWidgetItem *, bool>();
 
  133    QMap<QTreeWidgetItem *, bool> mTreeInitialVisible = QMap<QTreeWidgetItem *, bool>();
 
 
  149    bool searchText( 
const QString &text ) 
override;
 
  151    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