Simple desktop GUI Calculator with Flat design made using Qt/QML/C++.
GitHub Pages Website (PC) created using Qt for WebAssembly
- 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
Built on Linux Mint 21.3 using Qt 5.15 | Built on Windows 11 using Qt 6.7.2 |
---|---|
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
- Download and install Qt5.10+/Qt6, Qt Creator and MinGW compiler.
- Configure Qt Creator Kit for Desktop.
- Clone the repo.
git clone https://github.com/Dariarty/Calculator_Qt.git
- Open src/calculator.pro in Qt Creator.
- Run qmake.
- Build the project in Qt Creator.
Calculator icon created by Freepik
GitHub Pages loading icon created by Guapoo - Reshot
Distributed under the MIT License. See LICENSE for more information.