QString text="text"; int ret = QMessageBox::warning(this, tr("My Application"), text.toLatin1(), QMessageBox::Ok); J ...
確定! 回上一頁