Currency-lib
It's a class library that implements functions for working with curren
...Currency class is responsible for arithmetic functions and storage. It implements the integer math with accuracy up to 1/10000.
CurrencyInfo class is responsible for storing information about specific currency in accordance with ISO-4217.
CurrencyInfoDir class implements catalog of descriptions currencies, as well as searching for descriptions of currency by the ISO-4217 code. It's also provide the data about currency for the country.
CurrencyLabel is a widget for displaying currency. This widget supports multiple display formats and styling with Qt Stylesheet.
...