Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 97 Bytes

File metadata and controls

7 lines (6 loc) · 97 Bytes
 
Apr 27, 2011
Apr 27, 2011
1
2
3
4
5
6
7
import QtQuick 2.0
TextInput{
focus: true
objectName: "myInput"
maximumLength: 10
}