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.h File Reference
#include <QDialog>
#include <QString>
#include <QVector>
Include dependency graph for aboutdialog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AboutDialog
 Two-pane modal: master list of every shipped component (left) + per-component license + metadata detail (right). More...
 
struct  AboutDialog::Component
 One row in the manifest. Public so tests can construct one. More...
 

Detailed Description

Author
Caleb Buahin caleb.nosp@m..bua.nosp@m.hin@g.nosp@m.mail.nosp@m..com
Date
2026
License\n GPL-3.0-or-later

Slice K — About dialog with license browser. Driven by a JSON manifest (resources/about/components.json) and per-component license text under resources/licenses/<name>.txt so adding/updating a dependency is a data change, not a code change.