20 , mCheckBox( nullptr )
21 , mGroupBox( nullptr )
44 whileBlocking( mCheckBox )->setCheckState( Qt::PartiallyChecked );
55 mCheckBox = qobject_cast<
QCheckBox*>( editor );
56 mGroupBox = qobject_cast<
QGroupBox*>( editor );
66 return mCheckBox || mGroupBox;
71 bool state = ( value ==
config(
"CheckedState" ) );
QgsSignalBlocker< Object > whileBlocking(Object *object)
Temporarily blocks signals from a QObject while calling a single method from the object.
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
Represents a vector layer which manages a vector based data sets.