使用QStringLiteral创建字符串:
void QtGuiApplication10::login() {
QMessageBox msg1(QMessageBox::Information, windowTitle(), QStringLiteral("123你好"), QMessageBox::Ok, this);
msg1.exec();
}
使用QStringLiteral创建字符串:
void QtGuiApplication10::login() {
QMessageBox msg1(QMessageBox::Information, windowTitle(), QStringLiteral("123你好"), QMessageBox::Ok, this);
msg1.exec();
}

被折叠的 条评论
为什么被折叠?