| QGIS API Documentation
    3.20.0-Odense (decaadbb31)
    | 
#include <qgsgroupwmsdatadialog.h>

| Public Slots | |
| void | setGroupAbstract (const QString &abstract) | 
| Sets group WMS abstract.  More... | |
| void | setGroupShortName (const QString &shortName) | 
| Sets group WMS short name.  More... | |
| void | setGroupTitle (const QString &title) | 
| Sets group WMS title.  More... | |
| Public Member Functions | |
| QgsGroupWmsDataDialog (QWidget *parent=nullptr, Qt::WindowFlags fl=QgsGuiUtils::ModalDialogFlags) | |
| Constructor.  More... | |
| QString | groupAbstract () | 
| Returns group WMS abstract.  More... | |
| QString | groupShortName () | 
| Returns group WMS short name.  More... | |
| QString | groupTitle () | 
| Returns group WMS title.  More... | |
Definition at line 28 of file qgsgroupwmsdatadialog.h.
| QgsGroupWmsDataDialog::QgsGroupWmsDataDialog | ( | QWidget * | parent = nullptr, | 
| Qt::WindowFlags | fl = QgsGuiUtils::ModalDialogFlags | ||
| ) | 
Constructor.
Definition at line 21 of file qgsgroupwmsdatadialog.cpp.
| QString QgsGroupWmsDataDialog::groupAbstract | ( | ) | 
Returns group WMS abstract.
Definition at line 50 of file qgsgroupwmsdatadialog.cpp.
| QString QgsGroupWmsDataDialog::groupShortName | ( | ) | 
Returns group WMS short name.
Definition at line 30 of file qgsgroupwmsdatadialog.cpp.
| QString QgsGroupWmsDataDialog::groupTitle | ( | ) | 
Returns group WMS title.
Definition at line 40 of file qgsgroupwmsdatadialog.cpp.
| 
 | slot | 
Sets group WMS abstract.
Definition at line 55 of file qgsgroupwmsdatadialog.cpp.
| 
 | slot | 
Sets group WMS short name.
Definition at line 35 of file qgsgroupwmsdatadialog.cpp.
| 
 | slot | 
Sets group WMS title.
Definition at line 45 of file qgsgroupwmsdatadialog.cpp.