StatusDot¶
Colored status indicator dot.
import QWinUI3.Extras · src/extras/QWinUI3/Extras/StatusDot.qml
Category: Status & feedback · Library: v2.80
Gallery: StatusDot — src/gallery/pages/StatusDotPage.qml
Extends Control.
Example¶
StatusDot {
id: dot
status: "available" // available | busy | away | offline
}
// --- API ---
// dot.status / statusColor
Notes¶
Presence dot; status available|busy|away|offline (or custom color).
API¶
Properties¶
| Name | Type | Description |
|---|---|---|
offline |
int |
Offline status constant |
available |
int |
Available status constant |
away |
int |
Away status constant |
busy |
int |
Busy status constant |
unknown |
int |
Unknown status constant |
status |
int |
Current status enum |
pulse |
bool |
Animate a pulse when true |
size |
real |
Diameter or box size in px |
label |
string |
Field label |
showLabel |
bool |
Show text label beside the dot |
statusName |
string |
Status name string |
statusColor |
color |
Status indicator color |
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):
paddingfontbackground/contentItem
Generated from module sources by scripts/generate_component_docs.py — do not edit by hand.