RegularExpressionValidator
Qt Base Class: QRegularExpressionValidator
Signature: QRegularExpressionValidator(self, parent: Optional[PySide6.QtCore.QObject] = None) -> None
QRegularExpressionValidator(self, re: Union[PySide6.QtCore.QRegularExpression, str], parent: Optional[PySide6.QtCore.QObject] = None) -> None
Base classes
Name | Children | Inherits |
---|---|---|
ValidatorMixin prettyqt.gui.validator |
||
QRegularExpressionValidator PySide6.QtGui QRegularExpressionValidator(self, parent: Optional[PySide6.QtCore.QObject] \= None) -> None |
⋔ Inheritance diagram
graph TD
1473245554336["gui.RegularExpressionValidator"]
1473245536768["gui.ValidatorMixin"]
1473299815024["core.ObjectMixin"]
140713234304496["builtins.object"]
1473289187120["QtGui.QRegularExpressionValidator"]
1473289208592["QtGui.QValidator"]
1473288842240["QtCore.QObject"]
1473291690208["Shiboken.Object"]
1473245536768 --> 1473245554336
1473299815024 --> 1473245536768
140713234304496 --> 1473299815024
1473289187120 --> 1473245554336
1473289208592 --> 1473289187120
1473288842240 --> 1473289208592
1473291690208 --> 1473288842240
140713234304496 --> 1473291690208
🛈 DocStrings
Bases: ValidatorMixin
, QRegularExpressionValidator
Used to check a string against a regular expression.
Source code in prettyqt\gui\regularexpressionvalidator.py
⌗ Property table
Qt Property | Type | Doc |
---|---|---|
objectName |
QString | |
regularExpression |
QRegularExpression |