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

Manages the application's UI and client handling in separate threads. More...

#include <QObject>
#include <QThread>
#include "UIManager.h"
#include "ClientHandler.h"
Include dependency graph for AppManager.h:

Go to the source code of this file.

Classes

class  AppManager
 

Detailed Description

Manages the application's UI and client handling in separate threads.

This class is responsible for coordinating between the UI and the client handler, ensuring that the application remains responsive by running the client handling logic in a separate thread.