Banking_System_Client  1.0.0
Qt-based banking app for user/admin account management, transactions, secure server communication via PostgreSQL/Supabase.
UIManager.h File Reference

Manages the user interface of the application. More...

#include <QMainWindow>
#include <QStackedWidget>
#include <QVBoxLayout>
#include <QHBoxLayout>
#include <QLabel>
#include <QJsonDocument>
#include <QMessageBox>
#include "loginwidget.h"
#include "AdminWidget.h"
#include "UserWidget.h"
#include "RequestManager.h"
#include "ResponseManager.h"
Include dependency graph for UIManager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UIManager
 

Detailed Description

Manages the user interface of the application.

This class is responsible for creating and managing different UI widgets such as login, user, and admin widgets. It handles the navigation between these widgets and processes responses from the server.