Skip to content

TpmsGauge

Four-corner tire pressure.

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

Category: Charts & gauges · Library: v2.80

← Component index

Gallery: TpmsGaugesrc/gallery/pages/TpmsGaugePage.qml

Extends Control.

Example

TpmsGauge { fl: 2.3; fr: 2.3; rl: 2.4; rr: 2.1 }

Notes

Experimental TPMS. Prefer KpiTile for a single pressure KPI.

API

Properties

Name Type Description
title string
unit string
fl real
fr real
rl real
rr real
warnBelow real
warnAbove real

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.