#include <locale>...setlocale(LC_ALL,"Ru_RU");char test[10];sprintf(test, "3,26");qDebug() << atof(test);