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
AboutDialog::Component Struct Reference

One row in the manifest. Public so tests can construct one. More...

#include <aboutdialog.h>

Collaboration diagram for AboutDialog::Component:

Public Attributes

QString category
 e.g. "Geospatial"
 
QString name
 e.g. "GDAL"
 
QString version
 e.g. "3.9.2" (may be empty)
 
QString role
 what it's used for
 
QString homepage
 URL (may be empty)
 
QString sourceUrl
 URL to source download (may be empty)
 
QString spdx
 SPDX license identifier (e.g. "MIT")
 
QString provenance
 "vcpkg", "submodule", "in-tree copy", …
 
QString licenseFile
 Qt-resource path to verbatim license text.
 

Detailed Description

One row in the manifest. Public so tests can construct one.

Member Data Documentation

◆ category

QString AboutDialog::Component::category

e.g. "Geospatial"

◆ homepage

QString AboutDialog::Component::homepage

URL (may be empty)

◆ licenseFile

QString AboutDialog::Component::licenseFile

Qt-resource path to verbatim license text.

◆ name

QString AboutDialog::Component::name

e.g. "GDAL"

◆ provenance

QString AboutDialog::Component::provenance

"vcpkg", "submodule", "in-tree copy", …

◆ role

QString AboutDialog::Component::role

what it's used for

◆ sourceUrl

QString AboutDialog::Component::sourceUrl

URL to source download (may be empty)

◆ spdx

QString AboutDialog::Component::spdx

SPDX license identifier (e.g. "MIT")

◆ version

QString AboutDialog::Component::version

e.g. "3.9.2" (may be empty)


The documentation for this struct was generated from the following file: