C++ • Qt Framework • GUI Development
This project consists of creating a functional CD player interface using the Qt framework in C++. The application simulates a classic audio player, allowing the user to play, pause, stop, and switch tracks.
The main goal was to handle user interactions with Qt Widgets and signals/slots while building a clean and interactive graphical user interface.
Graphical interface of the CD player with controls for Play, Pause, Stop, and Next.
C++ code snippet showing the connection between buttons and slot functions.
Through this project, I learned how to use Qt Designer and Qt Creator to build a complete GUI application. I also discovered how to manage user interactions using the signals and slots mechanism in Qt.
Finally, I improved my C++ programming skills and gained a better understanding of event-driven architectures, which are essential for modern software interfaces.