-
Notifications
You must be signed in to change notification settings - Fork 6
GUI (Graphic User Interface)
zusmani26 edited this page Apr 12, 2023
·
2 revisions
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.
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.
Used QT libraries to make terminal widgets.