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

Header file for the BaseDialog class. More...

#include <QDialog>
#include <QVBoxLayout>
#include <QHBoxLayout>
#include <QLabel>
#include <QPushButton>
#include <QVariantMap>
#include "ValidationStrategy.h"
#include "qtmaterialflatbutton.h"
#include "qtmaterialtextfield.h"
Include dependency graph for BaseDialog.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  BaseDialog
 The BaseDialog class provides a base class for creating dialogs with validation support. More...
 

Detailed Description

Header file for the BaseDialog class.

Declares the BaseDialog class which provides a base implementation for dialog boxes with validation and UI setup.