Example: how to convert qt string to string QString qs; // do things std::cout << qs.toStdString() << std::endl;
確定! 回上一頁