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

Slice AT.3 — modeless dialog hosting a QPropertyModel-backed editor for one ChartProperties wrapper. More...

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

Go to the source code of this file.

Classes

class  openswmmvis::ui::ChartPropertiesDialog
 

Namespaces

namespace  openswmmvis
 
namespace  openswmmvis::plot
 
namespace  openswmmvis::ui
 

Detailed Description

Slice AT.3 — modeless dialog hosting a QPropertyModel-backed editor for one ChartProperties wrapper.

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

Opened from the per-chart right-click "Chart Properties…" entry in ComparisonPlotDialog. The dialog owns the ChartProperties it displays; deleting the dialog deletes the wrapper (the underlying QChart is unaffected). Window flags include Qt::Tool + StaysOnTop so the editor floats above the main dialog.