forked from qt-creator/qt-creator
7 lines
115 B
QML
7 lines
115 B
QML
|
|
import QtQuick 2.15
|
||
|
|
|
||
|
|
RegularExpressionValidator {
|
||
|
|
id: root
|
||
|
|
property alias regExp: root.regularExpression
|
||
|
|
}
|