Try something like this: QString s; /* Some code here that adds text data to <s> */ std::cout << s.toUtf8().constData() << std::endl.
確定! 回上一頁