Hello
how to browse images in qt ??
I used this program
http://doc.qt.nokia.com/4.7-snapshot...indow-cpp.html
Qt Code:
  1. QString directory = QFileDialog::getExistingDirectory(this,
  2. tr("Find Files"), QDir::currentPath());
To copy to clipboard, switch view to plain text mode 


But, does not display the image
I do not know why