Hi, this "issue" is not showing on Qt4.5 (OSX). With Qt4.7, each time I click and open a file dialog, two browse windows show up (see attached screenshot).
How could I remove the grey one on the left and leave only the OSX-based browse window ?
Code is the following:
QString fileName
= chooseImage
->getOpenFileName
();
QFileDialog *chooseImage = new QFileDialog(0,tr("Open Image"), "/", tr("Image Files (*.png *.jpg *.bmp)"));
QString fileName = chooseImage->getOpenFileName();
To copy to clipboard, switch view to plain text mode
Bookmarks