If compiled with STL compatibility, QString has a static method to convert a std::string to a QString: std::string str = "abc"; QString qstr ...
確定! 回上一頁