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

Header file for the UserWidget class. More...

#include <QWidget>
#include <QVBoxLayout>
#include <QLabel>
#include <QLineEdit>
#include <QStackedWidget>
#include <QTableWidget>
#include "qtmaterialtabs.h"
#include "qtmaterialflatbutton.h"
#include "qtmaterialdialog.h"
#include "qtmaterialsnackbar.h"
#include "qtmaterialtextfield.h"
#include "RequestManager.h"
Include dependency graph for UserWidget.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UserWidget
 The UserWidget class provides a user interface for managing user accounts, performing transactions, and modifying settings within the banking application. More...
 

Detailed Description

Header file for the UserWidget class.

The UserWidget class provides a user interface for managing user accounts, and performing transactions within the banking application.