QString
格式化字符串
strMetTime = QString("%1: %2, %3").arg(metName).arg(strAltitude).arg(strTotalM);
QString labelSSR = QString("%1").arg(SSR, 4, 10, QChar('0'));
QString customFormatString = dateTime.toString("yyyy-MM-dd HH:mm:ss");
time = QDateTime::fromString(dateContent, "yyyy-MM-dd hh:mm:ss");
获取某种字体尺寸:
QFont theFont("宋体", 11);
QFontMetrics fm(theFont);
int width=fm.width();
int fontSize = fm.height();
QRect rect = metrics.boundingRect("明月出天山");
浙公网安备 33010602011771号