The class used for numeric input.
|
|
|
constructCalculator(self)
Creates the calculator widget and prepares visual settings. |
source code
|
|
bool
|
|
|
|
|
createSepKeyEvent(self,
e)
Simulates a fractional part seperator key event. |
source code
|
|
str
|
|
|
init(self,
fracPrecision=None,
dynamicFrac=False,
limit=None,
input=0,
enableMinus=False,
bottomLimit=None,
fractionSep=None,
thousandSep=None)
Sets the default parameters for this widget. |
source code
|
|
|
|
str
|
|
|
getDecimal(self)
Returns the widget value as a Decimal |
source code
|
|
|
clear(self)
Sets the value to the initial set value. |
source code
|
|
|
validate(self)
Controls if the calculator is closed or not. |
source code
|
|
|
|
|
calculatorHidden(self)
Called after the calculator frame is closed. |
source code
|
|
|
openCalculator(self,
keyEvent=None)
Creates a calculator frame just below the widget. |
source code
|
|
bool
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|