Display Controls

Display Controls

Display controls present text, images, status, and visual summaries.

Common Types

  • Labels and text blocks.
  • Image controls.
  • Status cards.
  • Badges, tags, and counters.
  • Preview panels and summary cards.

Class Diagram

QWidget
  ├─ QLabel
  │   ├─ UIGQLabel + IUIGQWidgetBase
  │   └─ UIGQLabelEx + IUIGQWidgetBase
  ├─ UIGQImage + IUIGQWidgetBase
  ├─ QGraphicsView
  │   └─ UIGQSvgView + IUIGQWidgetBase
  ├─ QLCDNumber
  │   └─ UIGQLCDNumber + IUIGQWidgetBase
  └─ QProgressBar
      └─ UIGQProgressBar + IUIGQWidgetBase

Notes

Use labels for text, image controls for raster/SVG assets, and containers for grouped display surfaces. Keep display controls read-only and avoid mixing editing behavior into them.