Qt 6.11 is out! See what's new in the release
blog
Converting QString to char*
-
"How can I convert a QString to char* and vice versa?":http://developer.qt.nokia.com/faq/answer/how_can_i_convert_a_qstring_to_char_and_vice_versa
-
You can refer to "QByteArray::data":http://doc.qt.nokia.com/latest/qbytearray.html#data which has example code.