QT QString

// 拼接
QString str = QString("鼠标按下了!!! x = %1 y = %2").arg(event->x()).arg(event->y());