16#ifndef QGSTEXTEDITWRAPPER_H 
   17#define QGSTEXTEDITWRAPPER_H 
   22#include <QPlainTextEdit> 
   23#include <QTextBrowser> 
   60    QVariant 
value() 
const override;
 
   74    void setHint( 
const QString &hintText ) 
override;
 
   79    bool valid() 
const override;
 
   86    void textChanged( 
const QString &text );
 
   89    bool mutable mInvalidJSON = 
false;
 
   91    void updateValues( 
const QVariant &val, 
const QVariantList & = QVariantList() ) 
override;
 
   93    QTextBrowser *mTextBrowser = 
nullptr;
 
   94    QTextEdit *mTextEdit = 
nullptr;
 
   95    QPlainTextEdit *mPlainTextEdit = 
nullptr;
 
   96    QLineEdit *mLineEdit = 
nullptr;
 
   97    QString mPlaceholderText;
 
   98    QString mPlaceholderTextBackup;
 
  100    void setWidgetValue( 
const QVariant &value );
 
 
The feature class encapsulates a single feature including its unique ID, geometry and a list of field...
Represents a vector layer which manages a vector based data sets.