Question: Language: C++ Programming Assignment 3 OT GUI App The objective of this programming assignment is to install QT GUI framework, and build an application to
Programming Assignment 3 OT GUI App The objective of this programming assignment is to install QT GUI framework, and build an application to reverse a word. The implementation will have a "line edit widget where a word can be entered, and another "line edit" widget where the reversed word will appear after the "Reverse" button is clicked. Make sure to provide the labels for the text fields. Another button "Clear" will clear both text fields, so a user can easily enter another word. The reverse method, called on kyour push button -clicked() event, will utilize the STL stack. It will push the word's characters onto the stack, and then pop them off to get the word in the reversed order. Main Window File Help M. Schwab Reverse Word Reverse Gear Task #1 Install QT and run the "Cryptolator" App 10 points) Install QT and get the provided sample application (Cryptolator) to run the way it is. Not all the parts of the Cryptolator are functional, but it is a sufficient example. Task #2 -Add the widgets for the Reverse A 10 points Add a label with your name somewhere on the screen Add an additional tab called "Reverse". Add two "Line Edit" widgets with appropriate labels. Add two buttons. Please refer to the picture above
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
