16#ifndef QGSDEFAULTSEARCHWIDGETWRAPPER_H 
   17#define QGSDEFAULTSEARCHWIDGETWRAPPER_H 
   58    void setCaseString( 
int caseSensitiveCheckState );
 
   60    void textChanged( 
const QString &text );
 
   65    bool valid() 
const override;
 
   79    QCheckBox *caseSensitiveCheckBox();
 
   83    QCheckBox *mCheckbox = 
nullptr;
 
   84    QWidget *mContainer = 
nullptr;
 
 
QLineEdit subclass with built in support for clearing the widget's value and handling custom null val...
 
Represents a vector layer which manages a vector based dataset.