jayrajan / py-app

0 stars 0 forks source link

UseCase: GUI #2

Open jayrajan opened 3 years ago

jayrajan commented 3 years ago

The GUI should allow the user to:

jayrajan commented 3 years ago

Will be using PyQT5 to build the GUI.

jayrajan commented 3 years ago

Create a form view with the labels and the input fields

jayrajan commented 3 years ago

Put like an information next to each of the fields, defining what each field means and eg: of the data to be inputted.

jayrajan commented 3 years ago

have a Save/Write button to write the data to the db. have a clear button to clear the items in the fields.

jayrajan commented 3 years ago

The form should have a from Date and a To Date, do choose the start and the end dates of the project. The Date Column should have a calendar for the user to choose the dates.