Create GUI Framework
Description of issue:
Create the GUI framework for the program that implements the basic functionality so that making various objects in the GUI can easily be done via the GUI framework. The GUI should be written using the pyQT which was decided in #43 (closed).
Linked Requirements:( 3 )
Potential Issues:None
Blockers:( #42 (closed), #43 (closed) )
Issue Requirements:- The GUI should support the decisions made in #42 (closed).
- The GUI should be written in the framework decided in #43 (closed).
Please check in with your progress so that everyone thinks the GUI looks nice.
User stories:- As a developer I want to be able to create a window so that I can add textboxes and buttons to it.
- As a developer I want to be able to create buttons with a function related to it so that I can connect the underlying code interface to the button.
- As a developer I want to be able to create textboxes with lines and checkboxes so that the user can write their own input.
- As a developer I want to be able to add a toolbar to the window so that I can add buttons to it.
- As a developer I want to be able to create menu buttons with a slide out function so that I can hide menus easily.
- As a developer I want to be able to resize the window so that the user can choose how big the window should be.
- As a developer I want to be able to be able to create interactive widgets so that the user can click and drag them on the window.
Edited by Felix Goding