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

Header file for the TcpClient class. More...

#include <QObject>
#include <QTcpSocket>
#include <QSslSocket>
#include <QJsonObject>
#include <QJsonDocument>
#include <QDebug>
Include dependency graph for tcpclient.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TcpClient
 A class for managing TCP client connections. More...
 

Detailed Description

Header file for the TcpClient class.

This file contains the declaration of the TcpClient class, which is responsible for managing TCP connections, sending requests, and receiving responses in the application.