24 #include <QGridLayout> 35 QString aggregateFilter;
40 if ( aggregateFilter.isEmpty() )
41 return QStringLiteral(
"TRUE" );
43 return aggregateFilter;
60 widget =
new QLabel( tr(
"Relation not valid" ) );
67 widget = mAttributeForm;
70 groupBox->setLayout(
new QGridLayout() );
71 groupBox->layout()->addWidget( widget );
A groupbox that collapses/expands when toggled and can save its collapsed and checked states...
This class contains context information for attribute editor widgets.
QgsVectorLayer referencingLayer
When showing a list of features (e.g. houses as an embedded form in a district form) ...
The feature class encapsulates a single feature including its id, geometry and a list of field/values...
Represents a vector layer which manages a vector based data sets.
A form was embedded as a widget on another form.