Skip to content

Version 0.6.0

Compare
Choose a tag to compare
@vetux vetux released this 09 Oct 16:20
· 42 commits to master since this release

Changes

  • mpdecimal is now used as arithmetic type (Decimal floating point instead of Binary floating point)
  • Warnings and errors are now displayed in the calculator window instead of a separate dialog
  • Python initialization is now optional
  • Python paths can now be configured
  • Python std streams are now redirected to the console
  • Added icons

Installation

Linux

  1. Install the qt5 and the python3 packages in the package manager of your distribution.
  2. Download and extract qcalculator_v0_6_0_GCC_linux_64bit.zip to a directory of your choice
  3. Run qcalculator

Windows

  1. Download and extract qcalculator_v0_6_0_msvc2017_64bit.zip to a directory of your choice
  2. Run qCalculator

(Optional, but required for using addons)

  1. Download and Install Python3
  2. Install PySide2 in your python3 installation using pip (eg. python.exe -m pip install PySide2)
  3. If required override the python default path in the settings to point to the folders containing the standard library of your python installation

Addons

  1. Download qcalculator_addons.zip
  2. Open the "Addons" tab in the qCalculator settings
  3. Click the install button and select the downloaded file