Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Notes: 1 ) The primary purpose of this program is to provide you with an opportunity to program in Qt 5 cpp . However, 1

Notes:
1) The primary purpose of this program is to provide you with an opportunity to program in Qt5 cpp.
However, 10 out of 35 marks will go to the layout and appearance of your program. So consider
layout too!
2) Your program will be marked on one of our Linux machines. If it does not compile for the
marker, you will receive a mark of 0/35 for this question.
3) Make sure you submit the directory containing your source code files and your edited .pro file.
The marker will run qmake from your edited .pro file.
You will implement a program to prompt the user for the course numbers and grades for up to 5
courses that they have taken. As each course number and grade is entered, it will be added to a
list. You must utilize the following:
A dialog that prompts the user for a course number and grade. On the dialog, you must
utilize two different widget types for each piece of information (e.g. some sort of text
book, and some sort of spin box). You can assume that your course numbers are valid,
but your dialog/program must accept only valid letter grades!
A main window that will display all of the information that the user had entered so far.
How you choose to list this information is up to you.
Buttons as appropriate, including one to quit the program.
Labels as appropriate.
Other objects/widgets as appropriate.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Microsoft SQL Server 2012 Unleashed

Authors: Ray Rankins, Paul Bertucci

1st Edition

0133408507, 9780133408508

More Books

Students also viewed these Databases questions

Question

91 Risk management techniques.

Answered: 1 week ago

Question

List out some inventory management techniques.

Answered: 1 week ago