Uses of Class
io.qt.gui.QValidator
Package | Description |
---|---|
io.qt.gui | |
io.qt.widgets |
-
Uses of QValidator in io.qt.gui
Subclasses of QValidator in io.qt.gui Modifier and Type Class Description class
QDoubleValidator
Range checking of floating-point numbersclass
QIntValidator
Validator that ensures a string contains a valid integer within a specified rangeclass
QRegExpValidator
Used to check a string against a regular expressionclass
QRegularExpressionValidator
Used to check a string against a regular expression -
Uses of QValidator in io.qt.widgets
Methods in io.qt.widgets that return QValidator Modifier and Type Method Description QValidator
QComboBox. validator()
QValidator
QLineEdit. validator()
Methods in io.qt.widgets with parameters of type QValidator Modifier and Type Method Description void
QComboBox. setValidator(QValidator v)
void
QLineEdit. setValidator(QValidator arg__1)