To concatenate strings, you can either simply add two strings together or you can append one string to the other: QString str1 = QStringLiteral("abc"); ...
確定! 回上一頁