Qt Reference Documentation

QML IntValidator Element

IntValidator instantiates the C++ class QIntValidator

  • List of all members, including inherited members
  • Properties

    Detailed Description

    This element provides a validator for integer values.

    Property Documentation

    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).


    X

    Thank you for giving your feedback.

    Make sure it is related to this specific page. For more general bugs and requests, please use the Qt Bug Tracker.