mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-11 16:00:47 -07:00
Update RegExpValidator to RegularExpressionValidator
Due to Qt6 API change CURA-8640
This commit is contained in:
parent
99a3a8d11d
commit
3c9e2a1b08
13 changed files with 26 additions and 26 deletions
|
|
@ -97,8 +97,8 @@ Item
|
|||
cursorPosition = 0
|
||||
}
|
||||
|
||||
validator: RegExpValidator {
|
||||
regExp: /^[^\\\/\*\?\|\[\]]*$/
|
||||
validator: RegularExpressionValidator {
|
||||
regularExpression: /^[^\\\/\*\?\|\[\]]*$/
|
||||
}
|
||||
color: UM.Theme.getColor("text_scene")
|
||||
background: Item {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue