页次: 1
到底是V1.0 还是V1.3呢
以前用7020也找不到,但是用这个可以播放
void MainWindow::on_pushButton_clicked()
{
QFileDialog m_fileDialog;
QString str=m_fileDialog.getOpenFileName(this,"select","./","wav Files(*.wav);;mp3 Files(*.mp3)");
QSound::play(str);//("/mnt/peta_module_snd/ningxia.wav");
}
页次: 1