маркдаун
bool ok1, ok2; qDebug() << QString("2.3").toDouble(&ok1) << QString("4,5").toDouble(&ok2) << ok1 << ok2; 2.3 4.5 false true