// string to QString std::string s = "hello world"; QString qs = QString::fromStdString(s); // string to QString std::string s = "hello wor
// string to QString std::string s = "hello world"; QString qs = QString::fromStdString(s); // string to QString std::string s = "hello wor