Subgroup: Geo

Class: QgsGeoNodeConnectionUtils

class qgis.core.QgsGeoNodeConnectionUtils

Bases: sip.wrapper

Contains various utilities for managing the known collection of GeoNode servers associated with a QGIS install.

New in version 3.0: Methods

connectionList Returns a list of all known GeoNode connection names.
deleteConnection Deletes the GeoNode connection with matching name.
pathGeoNodeConnection Returns the base path for settings related to GeoNode connections.
pathGeoNodeConnectionDetails Returns the base path for settings related to GeoNode connection details.

Signals

Attributes

connectionList() → List[str]

Returns a list of all known GeoNode connection names.

deleteConnection(name: str)

Deletes the GeoNode connection with matching name.

pathGeoNodeConnection() → str

Returns the base path for settings related to GeoNode connections.

pathGeoNodeConnectionDetails() → str

Returns the base path for settings related to GeoNode connection details.