Monday, May 9, 2011

Qt Programming

    str=str.replace("%","");      // to filter the %
    val = val.append(str);        // to concatenate string with other string
    wrkLoad=str.toInt();         // to convert string str to int

No comments:

Post a Comment