How to best convert a std::string_view to q QString?

后端 未结 0 1854
刺人心
刺人心 2021-02-06 15:58

I have a library that gives me a string_view... what\'s the best way to get it into a QString (not a QStringView)?

I made QString::fromStdString(std::string(key).c_

相关标签:
回答
  • 消灭零回复
提交回复
热议问题