QGIS API Documentation
3.20.0-Odense (decaadbb31)
|
A widget which allow users to specify the properties of a model group box. More...
#include <qgsmodelgroupboxdefinitionwidget.h>
Public Member Functions | |
QgsModelGroupBoxDefinitionDialog (const QgsProcessingModelGroupBox &box, QWidget *parent=nullptr) | |
Constructor for QgsModelGroupBoxDefinitionWidget, for the specified group box. More... | |
QgsProcessingModelGroupBox | groupBox () const |
Returns a new instance of the group box, using the current settings defined in the dialog. More... | |
A widget which allow users to specify the properties of a model group box.
Definition at line 44 of file qgsmodelgroupboxdefinitionwidget.h.
QgsModelGroupBoxDefinitionDialog::QgsModelGroupBoxDefinitionDialog | ( | const QgsProcessingModelGroupBox & | box, |
QWidget * | parent = nullptr |
||
) |
Constructor for QgsModelGroupBoxDefinitionWidget, for the specified group box.
Definition at line 28 of file qgsmodelgroupboxdefinitionwidget.cpp.
QgsProcessingModelGroupBox QgsModelGroupBoxDefinitionDialog::groupBox | ( | ) | const |
Returns a new instance of the group box, using the current settings defined in the dialog.
Definition at line 70 of file qgsmodelgroupboxdefinitionwidget.cpp.