mirror of
https://github.com/qgis/QGIS.git
synced 2025-10-06 00:07:29 -04:00
Even though this class is deprecated, this breaks the qt 6 on qt 6.7+.
It looks like this is the only available fix at the moment.
Related:
07d7668c60
114 lines
3.4 KiB
Plaintext
114 lines
3.4 KiB
Plaintext
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/qgsgroupwmsdatadialog.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|
|
|
|
|
|
|
|
class QgsGroupWmsDataDialog : QDialog
|
|
{
|
|
%Docstring(signature="appended")
|
|
A dialog for configuring a WMS group.
|
|
%End
|
|
|
|
%TypeHeaderCode
|
|
#include "qgsgroupwmsdatadialog.h"
|
|
%End
|
|
public:
|
|
QgsGroupWmsDataDialog( QWidget *parent /TransferThis/ = 0, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags );
|
|
%Docstring
|
|
Constructor
|
|
|
|
:param parent: parent widget
|
|
:param fl: dialog window flags
|
|
%End
|
|
|
|
QgsGroupWmsDataDialog( const QgsMapLayerServerProperties &serverProperties, QWidget *parent /TransferThis/ = 0, Qt::WindowFlags fl = QgsGuiUtils::ModalDialogFlags );
|
|
%Docstring
|
|
Constructor
|
|
|
|
:param serverProperties: used to initialize the dialog
|
|
:param parent: parent widget
|
|
:param fl: dialog window flags
|
|
%End
|
|
|
|
~QgsGroupWmsDataDialog();
|
|
|
|
QString groupTitle() const;
|
|
%Docstring
|
|
Returns group WMS title
|
|
|
|
.. deprecated:: 3.44
|
|
|
|
Use :py:func:`~QgsGroupWmsDataDialog.serverProperties`->:py:func:`~QgsGroupWmsDataDialog.title` instead.
|
|
%End
|
|
|
|
QString groupShortName() const;
|
|
%Docstring
|
|
Returns group WMS short name
|
|
|
|
.. deprecated:: 3.44
|
|
|
|
Use :py:func:`~QgsGroupWmsDataDialog.serverProperties`->:py:func:`~QgsGroupWmsDataDialog.shortName` instead.
|
|
%End
|
|
|
|
QString groupAbstract() const;
|
|
%Docstring
|
|
Returns group WMS abstract
|
|
|
|
.. deprecated:: 3.44
|
|
|
|
Use :py:func:`~QgsGroupWmsDataDialog.serverProperties`->:py:func:`~QgsGroupWmsDataDialog.abstract` instead.
|
|
%End
|
|
|
|
void setGroupTitle( const QString &title ) /Deprecated="Since 3.44. Use serverProperties()->setTitle() instead."/;
|
|
%Docstring
|
|
Sets group WMS title
|
|
|
|
.. deprecated:: 3.44
|
|
|
|
Use :py:func:`~QgsGroupWmsDataDialog.serverProperties`->:py:func:`~QgsGroupWmsDataDialog.setTitle` instead.
|
|
%End
|
|
|
|
void setGroupShortName( const QString &shortName ) /Deprecated="Since 3.44. Use serverProperties()->setShortName() instead."/;
|
|
%Docstring
|
|
Sets group WMS short name
|
|
|
|
.. deprecated:: 3.44
|
|
|
|
Use :py:func:`~QgsGroupWmsDataDialog.serverProperties`->:py:func:`~QgsGroupWmsDataDialog.setShortName` instead.
|
|
%End
|
|
|
|
void setGroupAbstract( const QString &abstract ) /Deprecated="Since 3.44. Use serverProperties()->setAbstract() instead."/;
|
|
%Docstring
|
|
Sets group WMS abstract
|
|
|
|
.. deprecated:: 3.44
|
|
|
|
Use :py:func:`~QgsGroupWmsDataDialog.serverProperties`->:py:func:`~QgsGroupWmsDataDialog.setAbstract` instead.
|
|
%End
|
|
|
|
QgsMapLayerServerProperties *serverProperties();
|
|
%Docstring
|
|
Returns QGIS Server Properties for the layer tree group
|
|
|
|
.. versionadded:: 3.44
|
|
%End
|
|
|
|
|
|
virtual void accept();
|
|
|
|
|
|
};
|
|
|
|
/************************************************************************
|
|
* This file has been generated automatically from *
|
|
* *
|
|
* src/gui/qgsgroupwmsdatadialog.h *
|
|
* *
|
|
* Do not edit manually ! Edit header and run scripts/sipify.py again *
|
|
************************************************************************/
|