Create an inherited About Dialog class derived from the Button Dialog class.
Acceptance Criteria
Should be derived from the Dialog class
Should have a label to contain the license and other information about the application
Should create a License class file to contain variables for the text of the full license, the short informational license text for the about dialog, and the short informational license text for terminal output.
Should have an "Ok" button to return to the main application window, closing the dialog.
Should display centered over the application main window on the screen containing the application or in the event that the application main windows is not visible, it will display centered on the current window.
Create an inherited About Dialog class derived from the Button Dialog class.
Acceptance Criteria
Depends On