| 
    QGIS API Documentation 3.32.0-Lima (311a8cb8a6)
    
   | 
 
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 SIP_TRANSFERTHIS=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 | SIP_TRANSFERTHIS = 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.