blob: 589b6a3c1543c44002fa132f5a9f236c9debe747 [file] [log] [blame]
import QtQuick 2.0
TextInput{
focus: true
objectName: "myInput"
inputMask: "HHHHhhhh; "
}