Home > Q&A > body text
黄舟2017-04-17 14:48:56
textEdit can receive QString type, so you need to convert it. The conversion is not troublesome.
QString qsStr = QString(char *); textEdit->append(qsStr);
Home
Course
Q&A
My