2. char* to QString. char* c_char = "world";. QString qstr = QString(QLatin1String(c_char));. 3. int ,float ,double to QString.
確定! 回上一頁