This project is a simple calculator application built in C++ with a custom graphical user interface using the Qt framework. The application integrates your pre-made images (such as hand-drawn buttons) as interactive UI components, while the C++ backend handles the calculator’s logic.
- Basic Calculator Operations: Addition, subtraction, multiplication, and division.
- Custom UI Components: Utilizes your own drawn images for buttons and other components.
- Modern C++ & Qt Integration: Clean separation between UI and backend logic using Qt’s signals and slots.
- Cross-Platform Compatibility: Built using Qt, making it easy to run on Windows, macOS, and Linux.