NumberEdit Class Reference

Simplified NumberEdit widget. More...

Properties

double value
 the value shown More...
 
double decimals
 precision of the NumberEdit More...
 
double minimum
 minimum value allowed More...
 
double maximum
 maximum value allowed More...
 

Detailed Description

Simplified NumberEdit widget.

Derived from Label, so also has a label property.

Property Documentation

◆ decimals

double NumberEdit::decimals
readwrite

precision of the NumberEdit

◆ maximum

double NumberEdit::maximum
readwrite

maximum value allowed

◆ minimum

double NumberEdit::minimum
readwrite

minimum value allowed

◆ value

double NumberEdit::value
readwrite

the value shown