Image Viewer In Qt

This application can be used to display image and is completely written in Qt c++. main.cpp The very first line includes the QApplication class.then we create an instance imageViewer of ImageViewer class that we define in imageviewer.cpp. imageViewer.show()is to display that instance.The last line passes control of the application to Qt. imageviewer.cpp Explanation of imageviewer.cpp:Continue reading “Image Viewer In Qt”

Design a site like this with WordPress.com
Get started