I am the developer of the "QtCalculator" application, a calculator tool built using the Qt framework. Below are some key aspects of the development process:
-
Basic Operations: QtCalculator supports fundamental arithmetic operations such as addition, subtraction, multiplication, and division.
-
User-Friendly Interface: QtCalculator has a pleasant and intuitive user interface.
Follow these steps to build and run QtCalculator on your system:
-
Clone the Repository:
git clone https://github.com/PashaKryvulets/QtCalculator cd QtCalculator
-
Build the Project
mkdir build cd build qmake .. make
-
Run the Calculator
./QtCalculator
Enter numbers and use the on-screen buttons to perform calculations.
Make sure you have QtCreator and C++ compiler.
This project was tested in the environments listed below:
- MinGW64 (MSYS2 project)
- GCC 6.3.0
- Qt 5.15.12 (static)
If you'd like to contribute to QtCalculator, feel free to open an issue or submit a pull request on the GitHub repository.
QtCalculator is released under the MIT License.
- Thank you to the Qt framework community for providing a powerful toolkit for C++ development!
- Icon used in this project are sourced from Iconfinder.