摘要: 需要的模块 QT +=multimedia 需要的头文件 #include <QSound> 加载代码 QSound *bells =new QSound(QCoreApplication::applicationDirPath() +"/00001.wav"); bells->play(); 阅读全文
posted @ 2023-01-30 20:14 qwecbb 阅读(170) 评论(0) 推荐(0)