Uses of Class
io.qt.core.QRegularExpression
Package | Description |
---|---|
io.qt.core | |
io.qt.datavis | |
io.qt.gui | |
io.qt.qml | |
io.qt.test | |
io.qt.widgets |
-
Uses of QRegularExpression in io.qt.core
Constructors in io.qt.core with parameters of type QRegularExpression Constructor Description QCborValue(QRegularExpression rx)
QRegularExpression(QRegularExpression re)
-
Uses of QRegularExpression in io.qt.datavis
Methods in io.qt.datavis that return QRegularExpression Modifier and Type Method Description QRegularExpression
QItemModelBarDataProxy. columnRolePattern()
QRegularExpression
QItemModelSurfaceDataProxy. columnRolePattern()
QRegularExpression
QItemModelBarDataProxy. rotationRolePattern()
QRegularExpression
QItemModelScatterDataProxy. rotationRolePattern()
QRegularExpression
QItemModelBarDataProxy. rowRolePattern()
QRegularExpression
QItemModelSurfaceDataProxy. rowRolePattern()
QRegularExpression
QItemModelBarDataProxy. valueRolePattern()
QRegularExpression
QItemModelScatterDataProxy. xPosRolePattern()
QRegularExpression
QItemModelSurfaceDataProxy. xPosRolePattern()
QRegularExpression
QItemModelScatterDataProxy. yPosRolePattern()
QRegularExpression
QItemModelSurfaceDataProxy. yPosRolePattern()
QRegularExpression
QItemModelScatterDataProxy. zPosRolePattern()
QRegularExpression
QItemModelSurfaceDataProxy. zPosRolePattern()
Methods in io.qt.datavis with parameters of type QRegularExpression Modifier and Type Method Description void
QItemModelBarDataProxy. setColumnRolePattern(QRegularExpression pattern)
void
QItemModelSurfaceDataProxy. setColumnRolePattern(QRegularExpression pattern)
void
QItemModelBarDataProxy. setRotationRolePattern(QRegularExpression pattern)
void
QItemModelScatterDataProxy. setRotationRolePattern(QRegularExpression pattern)
void
QItemModelBarDataProxy. setRowRolePattern(QRegularExpression pattern)
void
QItemModelSurfaceDataProxy. setRowRolePattern(QRegularExpression pattern)
void
QItemModelBarDataProxy. setValueRolePattern(QRegularExpression pattern)
void
QItemModelScatterDataProxy. setXPosRolePattern(QRegularExpression pattern)
void
QItemModelSurfaceDataProxy. setXPosRolePattern(QRegularExpression pattern)
void
QItemModelScatterDataProxy. setYPosRolePattern(QRegularExpression pattern)
void
QItemModelSurfaceDataProxy. setYPosRolePattern(QRegularExpression pattern)
void
QItemModelScatterDataProxy. setZPosRolePattern(QRegularExpression pattern)
void
QItemModelSurfaceDataProxy. setZPosRolePattern(QRegularExpression pattern)
-
Uses of QRegularExpression in io.qt.gui
Fields in io.qt.gui with type parameters of type QRegularExpression Modifier and Type Field Description QObject.Signal1<QRegularExpression>
QRegularExpressionValidator. regularExpressionChanged
Methods in io.qt.gui that return QRegularExpression Modifier and Type Method Description QRegularExpression
QRegularExpressionValidator. regularExpression()
Constructors in io.qt.gui with parameters of type QRegularExpression Constructor Description QRegularExpressionValidator(QRegularExpression re)
Overloaded constructor forQRegularExpressionValidator(io.qt.core.QRegularExpression, io.qt.core.QObject)
withparent = null
.QRegularExpressionValidator(QRegularExpression re, QObject parent)
-
Uses of QRegularExpression in io.qt.qml
Methods in io.qt.qml that return QRegularExpression Modifier and Type Method Description QRegularExpression
QJSManagedValue. toRegularExpression()
-
Uses of QRegularExpression in io.qt.test
Methods in io.qt.test with parameters of type QRegularExpression Modifier and Type Method Description static void
QTest. ignoreMessage(QtMsgType type, QRegularExpression messagePattern)
-
Uses of QRegularExpression in io.qt.widgets