![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
QPropertyModel-backed style editor dialog for a single AnnotationTextItem. More...
#include <QDialog>Go to the source code of this file.
Classes | |
| class | AnnotationStyleDialog |
QPropertyModel-backed style editor dialog for a single AnnotationTextItem.
Mirrors the SeriesStyleEditor pattern: a QTreeView fed by a QPropertyModel wrapping the live AnnotationTextItem. Edits route through the data model's setters, which emit changed(), which the annotation layer wires to a single graphics-item update — so the map shows the new style on every edit (live preview).