Skip to content

Latest commit

 

History

History
68 lines (40 loc) · 1.76 KB

README.md

File metadata and controls

68 lines (40 loc) · 1.76 KB

QtCalculator Application

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:

Features

  • 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.

Interface

QtCalculator Screenshot

Build Instructions

Follow these steps to build and run QtCalculator on your system:

  1. Clone the Repository:

     git clone https://github.com/PashaKryvulets/QtCalculator
     cd QtCalculator
  2. Build the Project

     mkdir build
     cd build
     qmake ..
     make
  3. Run the Calculator

     ./QtCalculator

Usage

Enter numbers and use the on-screen buttons to perform calculations.

Requirements

Make sure you have QtCreator and C++ compiler.

This project was tested in the environments listed below:

Contributing

If you'd like to contribute to QtCalculator, feel free to open an issue or submit a pull request on the GitHub repository.

License

QtCalculator is released under the MIT License.

Acknowledgments

  • Thank you to the Qt framework community for providing a powerful toolkit for C++ development!
  • Icon used in this project are sourced from Iconfinder.