私はqmlを初めて使用します。私のテキスト入力ボックスでは、。を使用して9桁しか使用していませんintValidator
。10桁以上の読み方???
誰か助けてくれませんか。
コードはここにあります
TextInput
{
id: uid
maximumLength: 100
width: maximumLength * 20
focus: true
validator: IntValidator{bottom:0; top:9999999999}
KeyNavigation.down: bioSelector
}