Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Must be done in Python coding language. please No syntax errors. Thank you!! No Syntax Errors- meaning when the code is run it should give

Must be done in Python coding language. please No syntax errors. Thank you!!
No Syntax Errors- meaning when the code is run it should give the same output in the image image text in transcribed
Project 18-2: Preferences Create a GUI program that stores a user's preferences for a program, and that uses labels instead of a messagebox to display data validation messages. GUI with valid data GUI with invalid data after clicking the Save button Specifications - When the program starts, it should read the preferences from a file and display them in the GUI. If the program can't find the preferences file, it should display a blank name and standard default values of your choosing for language and auto save minutes. - If the user enters valid data and clicks the Save button, the program should write the preferences to a file and close the GUL. - If the user enters invalid data and clicks the Save button, the program should not save the data or close the GUL. Instead, it should display an appropriate message to the right of the text field as shown above. - The Name and Language fields are required. - The Auto Save field is required and must be a valid int value. - If the user clicks the Cancel button, the program should close the GUI without saving any changes. Note - To display the salidation messages, you can add a label to the third column after each text entry field. Then, you can use the same technique for setting text in this label as you do for text entry fields, and you can set the text to an empty string if there's no message for the field

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

Fundamentals Of Database Management Systems

Authors: Mark L. Gillenson

3rd Edition

978-1119907466

More Books

Students also viewed these Databases questions

Question

What stops a hormone response when a G protein is involved?

Answered: 1 week ago

Question

What are the Five Phases of SDLC? Explain each briefly.

Answered: 1 week ago

Question

How can Change Control Procedures manage Project Creep?

Answered: 1 week ago