![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
Slice AT.3 — modeless dialog hosting a QPropertyModel-backed editor for one ChartProperties wrapper. More...
#include <QDialog>#include <QPointer>Go to the source code of this file.
Classes | |
| class | openswmmvis::ui::ChartPropertiesDialog |
Namespaces | |
| namespace | openswmmvis |
| namespace | openswmmvis::plot |
| namespace | openswmmvis::ui |
Slice AT.3 — modeless dialog hosting a QPropertyModel-backed editor for one ChartProperties wrapper.
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.