Skip to content

QtCalculator is my first application written in C++ using the Qt framework. It allows you to perform basic math operations.

License

Notifications You must be signed in to change notification settings

PashaKryvulets/QtCalculator

Repository files navigation

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.

About

QtCalculator is my first application written in C++ using the Qt framework. It allows you to perform basic math operations.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published