![]() |
Banking_System_Client
1.0.0
Qt-based banking app for user/admin account management, transactions, secure server communication via PostgreSQL/Supabase.
|
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"
Go to the source code of this file.
Classes | |
class | UIManager |
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.