Skip to content

GMeterGauge

Lateral / longitudinal G-force plot.

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

Category: Charts & gauges · Library: v2.80

← Component index

Gallery: GMeterGaugesrc/gallery/pages/GMeterGaugePage.qml

Extends Control.

Example

GMeterGauge { lateral: 0.25; longitudinal: -0.1 }

Notes

Experimental. Prefer ScatterChart for a generic XY plot.

API

Properties

Name Type Description
lateral real
longitudinal real
maxG real
title string

Signals

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

Methods

Signature Description
setG(lat, lon)

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.