Converting QString to char*
Locked
C++ Gurus
-
"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.