index
:
delta/qt4-tools.git
4.5
4.6
4.6-digia
4.7
4.7-digia
4.8
4.8-bb10
4.8.0-symbian
4.8.1-symbian
baserock/morph
history/qtquick2
history/qtquick2-v8
code.qt.io: qt/qt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
auto
/
declarative
/
qdeclarativetextinput
/
data
/
masks.qml
blob: 08a857cea0eba4587348b61fe1f185b8273495f7 (
plain
)
1
2
3
4
5
6
7
import Qt 4.6 TextInput{ focus: true objectName: "myInput" inputMask: "HHHHhhhh; " }