Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 1.12 KB

README.md

File metadata and controls

21 lines (12 loc) · 1.12 KB

Project using Qt

Introduction

This is a c++ gui program written using Qt widget toolkit. This program uses UI to create two buttons where one of it when clicked opens a file with an image in it and the second button when clicked opens a file which can be edited or read only.. I have used the modeless appraoch where the user can access both the windows which means once the image window is opened the user can go back to the mainwindow and open the file window simultaneously!

This is how the output screen looks at first:

Capture

Then clicking on the "window with an image" button this is the output:

Capture

When the user clicks the "window with a file" button he/she can edit and preview the text in the file..

Capture

It's amazing to find how every line in the code adds meaning to make 2 basic buttons!!