|
QGIS API Documentation 3.99.0-Master (2fe06baccd8)
|
A dialog for importing or exporting stored connections. More...
#include <qgsmanageconnectionsdialog.h>

Public Types | |
| enum | Mode { Export , Import } |
| enum | Type { WMS , PostGIS , WFS , MSSQL , WCS , Oracle , HANA , XyzTiles , ArcgisMapServer , ArcgisFeatureServer , VectorTile , TiledScene , SensorThings , CloudStorage , STAC } |
Public Slots | |
| void | clearSelection () |
| void | doExportImport () |
| void | selectAll () |
| void | selectionChanged () |
Public Member Functions | |
| QgsManageConnectionsDialog (QWidget *parent=nullptr, Mode mode=Export, Type type=WMS, const QString &fileName=QString()) | |
| Constructor for QgsManageConnectionsDialog. | |
A dialog for importing or exporting stored connections.
Definition at line 34 of file qgsmanageconnectionsdialog.h.
| Enumerator | |
|---|---|
| Export | |
| Import | |
Definition at line 39 of file qgsmanageconnectionsdialog.h.
Definition at line 45 of file qgsmanageconnectionsdialog.h.
| QgsManageConnectionsDialog::QgsManageConnectionsDialog | ( | QWidget * | parent = nullptr, |
| Mode | mode = Export, | ||
| Type | type = WMS, | ||
| const QString & | fileName = QString() ) |
Constructor for QgsManageConnectionsDialog.
Definition at line 38 of file qgsmanageconnectionsdialog.cpp.
|
slot |
Definition at line 2041 of file qgsmanageconnectionsdialog.cpp.
|
slot |
Definition at line 86 of file qgsmanageconnectionsdialog.cpp.
|
slot |
Definition at line 2035 of file qgsmanageconnectionsdialog.cpp.
|
slot |
Definition at line 81 of file qgsmanageconnectionsdialog.cpp.