Currency-lib
It's a class library that implements functions for working with curren
...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.
CurrencyLineEdit is a widget for inputting currency. The widget supports multiple input formats and implements autocompletion for entering the currency code. ...