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

Labels tab content for LayerStyleDialog. Slice X.18. More...

#include "render/labelconfig.h"
#include <QWidget>
Include dependency graph for labelstab.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  openswmmvis::ui::LabelsTab
 

Namespaces

namespace  openswmmvis
 
namespace  openswmmvis::ui
 

Detailed Description

Labels tab content for LayerStyleDialog. Slice X.18.

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
    A GIS-aligned label-style editor — Enabled toggle, font family
    + size + bold/italic, text colour, halo (colour + radius),
    placement (auto / above / below / left / right / centre), field
    expression (vector layers only), and visibility scale window.
    The editor reads from and writes back through the host layer's
    `labelConfig()` / `setLabelConfig()` pair so the canvas + the
    legend dock pick up changes via the standard signal channel.

    Hosted in the Labels tab of `LayerStyleDialog`.  Capability
    gating in the dialog skips this tab for layer kinds that don't
    paint text labels.