Quantcast
Channel: Qt DevNet forums: Qt Quick 1283365070**
Viewing all articles
Browse latest Browse all 4972

IntValidator accepts out-of-range 0 ?

$
0
0
Shouldn’t zero not get validated in this case? import QtQuick 2.1 import QtQuick.Controls 1.0   TextField {     validator: IntValidator {         locale: "en-US"         bottom: 1         top: 5     }     onTextChanged: console.log(text) }

Viewing all articles
Browse latest Browse all 4972

Trending Articles