IntValidator instantiates the C++ class QIntValidator
This element provides a validator for integer values.
bottom : int |
This property holds the validator's lowest acceptable value. By default, this property's value is derived from the lowest signed integer available (typically -2147483647).
top : int |
This property holds the validator's highest acceptable value. By default, this property's value is derived from the highest signed integer available (typically 2147483647).