TextInput{
id: txtInput
focus: false
anchors.top: txtRand.bottom
anchors.horizontalCenter: txtRand.horizontalCenter
color: "#ddffffff"
selectionColor: "#99909090"
font.pixelSize: 30
text: "Rentrez une valeur comprise entre 0 et 99"

validator: IntValidator{bottom: 0; top: 99;}