Skip to content

Dariarty/Calculator_Qt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calculator_Qt

en ru

Simple desktop GUI Calculator with Flat design made using Qt/QML/C++.

GitHub Pages Website (PC) created using Qt for WebAssembly

About The Project

  • This application provides convenient and simple way to calculate arithmetic operations
  • App features basic mathematic calculations and supports input from keyboard
  • The input expression is evaluated as a JavaScript code using QJSEngine

Screenshots

Built on Linux Mint 21.3 using Qt 5.15 Built on Windows 11 using Qt 6.7.2
alt text alt text

Building Source Code

Building both for Windows and Linux is supported.
Prerequisite: minimal supported Qt version is Qt 5.10. Maximum tested Qt version for building the app is Qt 6.7.2

  1. Download and install Qt5.10+/Qt6, Qt Creator and MinGW compiler.
  2. Configure Qt Creator Kit for Desktop.
  3. Clone the repo.
    git clone https://github.com/Dariarty/Calculator_Qt.git
  4. Open src/calculator.pro in Qt Creator.
  5. Run qmake.
  6. Build the project in Qt Creator.

Attributions

Calculator icon created by Freepik

GitHub Pages loading icon created by Guapoo - Reshot

License

Distributed under the MIT License. See LICENSE for more information.