QString text("11,12,10.2,11.2");QStringList tmpList = text.split(",");
if(sscanf(str,"%d,%d,%lg,%lg",&a,&b,&c,&d)<4) return false;