I am developing an audio editing software for windows Phone 8. When I try to open the file using QFileDialog it takes me to a very different file explorer where I am unable to select anything and open the file. This is what I've been doing.
fileName
= QFileDialog::getOpenFileName(this,tr
("Open File"), tr
("Mp3 Files (*.mp3)"));
fileName = QFileDialog::getOpenFileName(this,tr("Open File"), tr("Mp3 Files (*.mp3)"));
To copy to clipboard, switch view to plain text mode
Are we supposed to open files in a different way for WinRT?
Bookmarks