Skip to content

GUI (Graphic User Interface)

zusmani26 edited this page Apr 12, 2023 · 2 revisions

GUI (Graphic User Interface)

Concept Overview

Graphical User Interfaces (GUI) is the visual interface where the user can see the different buttons and icons they can interact with. Rather than text based commands, the user can interact by clicking on the icons.

Concept in Terms of Our Application

Our GUI has a menu, event viewer tab, login screen to connect to operator, etc. It can convert i/o from CLI to GUI. There is also a login feature and a GUI version of the operator. GUI also populates active sessions table when new session connects.

Specifics

Used QT libraries to make terminal widgets.

Clone this wiki locally