Go to file
2021-08-17 18:39:55 +07:00
data s/GTK/Qt/ 2021-08-06 09:53:09 +07:00
src translate some functions on the keypad buttons 2021-08-17 18:39:55 +07:00
translations translate some functions on the keypad buttons 2021-08-17 18:39:55 +07:00
.gitignore Initial upload 2021-06-03 13:47:36 +02:00
AUTHORS Initial upload 2021-06-03 13:47:36 +02:00
COPYING Initial upload 2021-06-03 13:47:36 +02:00
flags.qrc Improve completion, display parse status, highlight parentheses, etc. 2021-06-07 19:50:02 +02:00
icons.qrc Only show application title once in window title (or none if window title is set to result); Fixes for translations handling; Set some window titles; Implement custom expression tooltip label to avoid some issues; Improvements/fixes for currency flags; Compatibility fixes for different Qt versions; Add About Qt menu item; Add man file; Add appdata file; Add missing translations.qrc; Update README 2021-07-28 19:12:32 +02:00
qalculate-qt.pro remove extra spaces 2021-08-07 15:29:31 +07:00
README Only show application title once in window title (or none if window title is set to result); Fixes for translations handling; Set some window titles; Implement custom expression tooltip label to avoid some issues; Improvements/fixes for currency flags; Compatibility fixes for different Qt versions; Add About Qt menu item; Add man file; Add appdata file; Add missing translations.qrc; Update README 2021-07-28 19:12:32 +02:00
README.md Only show application title once in window title (or none if window title is set to result); Fixes for translations handling; Set some window titles; Implement custom expression tooltip label to avoid some issues; Improvements/fixes for currency flags; Compatibility fixes for different Qt versions; Add About Qt menu item; Add man file; Add appdata file; Add missing translations.qrc; Update README 2021-07-28 19:12:32 +02:00
TODO Initial upload 2021-06-03 13:47:36 +02:00
translations.qrc Only show application title once in window title (or none if window title is set to result); Fixes for translations handling; Set some window titles; Implement custom expression tooltip label to avoid some issues; Improvements/fixes for currency flags; Compatibility fixes for different Qt versions; Add About Qt menu item; Add man file; Add appdata file; Add missing translations.qrc; Update README 2021-07-28 19:12:32 +02:00
winicon.rc Initial upload 2021-06-03 13:47:36 +02:00

Qalculate! Qt UI

Qalculate! is a multi-purpose cross-platform desktop calculator. It is simple to use but provides power and versatility normally reserved for complicated math packages, as well as useful tools for everyday needs (such as currency conversion and percent calculation). Features include a large library of customizable functions, unit calculations and conversion, symbolic calculations (including integrals and equations), arbitrary precision, uncertainty propagation, interval arithmetic, plotting, and a user-friendly interface (GTK, Qt, and CLI).

Requirements

  • Qt (>= 5.6)
  • libqalculate (>= 3.20.0)

Installation

Instructions and download links for installers, binaries packages, and the source code of released versions of Qalculate! are available at https://qalculate.github.io/downloads.html.

In a terminal window in the top source code directory run

  • lrelease qalculate-qt.pro (not required if using a release source tarball, only if using the git version)
  • qmake
  • make
  • make install (as root, e.g. sudo make install)

The resulting executable is named qalculate-qt.