SensorRangeSpinBox
Properties | |
alias | from |
real | multiplier |
alias | sensors |
alias | to |
int | unit |
real | value |
Signals | |
void | valueModified () |
Detailed Description
A control to select a value with a unit.
This is primarily intended for range selection in Face configuration pages. It allows selecting a value and a unit for that value and provides that value, a unit and a multiplier for that value.
Definition at line 18 of file SensorRangeSpinBox.qml.
Property Documentation
◆ from
|
read |
The lower bound for the value.
Definition at line 23 of file SensorRangeSpinBox.qml.
◆ multiplier
|
read |
The multiplier to convert the provided value from its unit to the base unit.
Definition at line 39 of file SensorRangeSpinBox.qml.
◆ sensors
|
read |
The list of sensors to use for retrieving unit information.
Definition at line 43 of file SensorRangeSpinBox.qml.
◆ to
|
read |
The upper bound for the value.
Definition at line 27 of file SensorRangeSpinBox.qml.
◆ unit
|
read |
The unit for the value.
Definition at line 35 of file SensorRangeSpinBox.qml.
◆ value
|
read |
The value.
Definition at line 31 of file SensorRangeSpinBox.qml.
Member Function Documentation
◆ valueModified
|
signal |
Emitted whenever the value, unit or multiplier changes due to user input.
The documentation for this class was generated from the following file:
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:02:48 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.