16#ifndef QGSEDITORWIDGETSETUP_H
17#define QGSEDITORWIDGETSETUP_H
44 QString
type()
const {
return mType; }
49 QVariantMap
config()
const {
return mConfig; }
54 bool isNull()
const {
return mType.isEmpty(); }
59 return mType == other.mType && mConfig == other.mConfig;