What is the most basic way to do it?
std::string s = "Sambuca"; QString q = s.c_str();
Warning: This won't work if the std::string contains \0s.
std::string
\0