top of page

Qt Projects

QtLogo.jpg

Welcome to my Qt Projects section.
This space is reserved for projects that differ from video games to focus more on developing desktop applications with GUI using the Qt framework.

        Qt Notepad                                              

About this project

A simple text editor application developed in C++ using the Qt framework. This project has served as an introduction to the Qt framework to build my first GUI application. The motivation for this project comes from wanting to develop applications in C++ and escape from the boring console to start creating more attractive and dynamic applications.

Desktop application functionality:

  1. Create a new text file          6. Copy text 

  2. Save file                              7. Paste text

  3. Open existent file                8. Cut text

  4. Print file                               9. Undo action

  5. Exit application                  10. Redo action

​​

Documentation

Relevant Skills

Repository

        Qt Calculator                                           

About this project

This is a basic desktop Calculator application developed in C++ using the Qt framework. The project aimed to create a functional calculator with customizable buttons and core arithmetic operations. The application includes addition, subtraction, multiplication, and division functionalities, along with features such as clearing the display, changing the sign of a number, and memory management (Memory Plus and Memory Minus). The 'Solve/Equals' button is included for executing calculations. Developing this application has deepened my understanding of the Qt framework and user interface design.

​​

Documentation

Relevant Skills

Repository

bottom of page