i meanto display the image
wht is the easier way.
like : when show image button clicked .. image is shown any web browser or any qt widget etc.,,
Well then simply connect the clicked signal with a custom slot where you read the full path of your image and send a proper signal, like showImage("/path/to/file.png"). Connect that signal to any other part of your application create a Pixmap out of the path and display it. (Or react direct on the clicked signal without sending a second signal. This depends on your design.)
i have done the job.create a Pixmap out of the path and display it.
i am working in Linuxis it possible to open that image in any image viewers.?
@qtlinuxnewbie
Bookmarks