16 #ifndef QGSEDITORWIDGETSETUP_H 
   17 #define QGSEDITORWIDGETSETUP_H 
   19 #include "qgis_core.h" 
   20 #include <QVariantMap> 
   46     QString 
type()
 const { 
return mType; }
 
   51     QVariantMap 
config()
 const { 
return mConfig; }
 
   56     bool isNull()
 const { 
return mType.isEmpty(); }