Skip to content

TelltaleBar

Cluster warning / indicator lamps.

import QWinUI3.Extras · src/extras/QWinUI3/Extras/TelltaleBar.qml

Category: Charts & gauges · Library: v2.80

← Component index

Gallery: TelltaleBarsrc/gallery/pages/TelltaleBarPage.qml

Extends Control.

Example

TelltaleBar { oil: true; leftTurn: true }

Notes

Experimental telltales. Prefer InfoBadge for app status dots.

API

Properties

Name Type Description
title string
leftTurn bool
rightTurn bool
highBeam bool
oil bool
engine bool
abs bool
battery bool
parkingBrake bool
doors bool
belt bool
blinkMs int

Signals

No custom signals (use inherited signals from the base type).

Methods

No custom methods (use inherited methods from the base type).

Inherited from Control

Also available (base type / Qt Quick Controls):

  • padding
  • font
  • background / contentItem

Generated from module sources by scripts/generate_component_docs.py — do not edit by hand.