I'm trying to use a QFileDialog::getOpenFileName with an xml filter defined tr("XML Files (*.xml)") to ask the user to select an XML file.
However, in case there's a file in the directory that has japanese characters in its name ( e.g: ラドクリフ.xml ), the file is shown to be disabled, so the user can't select it. Other files, such as a.xml, b.xml are shown to be select-able.
Why is this happening ? Is there a way to fix this ?
Thanks!
tr("XML files (*.xml)")– koan Aug 3 '11 at 14:46