qfiledialog bug. no displaying of image files
Status: Alpha
Brought to you by:
convert2pdf
Qt version: 4.6
file: MyFileDialog.cpp
old code:
const QStringList& tempFileNames = getOpenFileNames(0, tr("Choose one or more Image Files to open"), "/home",
"Supported Files(*.jpg *.jpeg *.png *.pgm *.pnm *.pdf)\nImages(*.jpg *.jpeg *.png *.pgm *.pnm)\nJPEG(*.jpg *.jpeg);;PNG(*.png)\nPGM(*.pgm *.pnm)\nPDF(*.pdf)");
new code:
const QStringList& tempFileNames = getOpenFileNames(0, tr("Choose one or more Image Files to open"), "/home",
"Supported Files(*.jpg *.jpeg *.png *.pgm *.pnm *.pdf);;Images(*.jpg *.jpeg *.png *.pgm *.pnm);;JPEG(*.jpg *.jpeg);;PNG(*.png);;PGM(*.pgm *.pnm);;PDF(*.pdf)");