QString::arg() 函数

例子:QMessageBox::information(this,tr("refuse"),tr("come from (%1)de %2 ju jue ni de liao tian").arg(ipAddress).arg(localHostName));
QString::arg()函数用第一个arg()调用会替换“%1”,第2个arg()调用会替换“%2”。

你可能感兴趣的:(QString::arg() 函数)