摘要: 秒转为时、分、秒格式 int time_sec = 11320; QString time = QTime(0, 0, 0).addSecs(static_cast<int>(time_sec)).toString(QString::fromLatin1("HH:mm:ss")); qDebug() 阅读全文
posted @ 2024-06-12 20:36 DarkH 阅读(59) 评论(0) 推荐(0) 编辑