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
annotationstyledialog.h File Reference

QPropertyModel-backed style editor dialog for a single AnnotationTextItem. More...

#include <QDialog>
Include dependency graph for annotationstyledialog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  AnnotationStyleDialog
 

Detailed Description

QPropertyModel-backed style editor dialog for a single AnnotationTextItem.

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

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).