![]() |
Banking_System_Client
1.0.0
Qt-based banking app for user/admin account management, transactions, secure server communication via PostgreSQL/Supabase.
|
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"
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... | |
Header file for the BaseDialog class.
Declares the BaseDialog class which provides a base implementation for dialog boxes with validation and UI setup.