Look at the doc: there are only three functions that convert a sf::String to a common representation (std::string, std::wstring and UTF-32).
Now look at the documentation of QString: there are many functions that convert a regular string to a QString: fromStdString, fromStdWString.
So........