SWMMVis  6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
basemapconnectionstore.h File Reference

Singleton QSettings-backed registry for all saved basemap connections. More...

#include "connections/basemapconnection.h"
#include <QObject>
#include <QStringList>
Include dependency graph for basemapconnectionstore.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BasemapConnectionStore
 Persistent, encrypted registry of saved basemap connection profiles. More...
 

Detailed Description

Singleton QSettings-backed registry for all saved basemap connections.

Author
Caleb Buahin caleb.nosp@m..bua.nosp@m.hin@g.nosp@m.mail.nosp@m..com
Date
2026

Passwords are stored AES-256-CBC encrypted (via BasemapCrypto). HTTP headers are persisted under http-header/{key} sub-groups, matching QGIS's PATH_PREFIX convention.

QSettings organisation / application keys follow the main app (set by QCoreApplication::setOrganizationName / setApplicationName). The store lives under the "BasemapConnections" top-level group.