Opened 3 years ago
Closed 3 years ago
#245 closed enhancement (fixed)
Custom Account - Allow currency other than EUR
| Reported by: | chris-mac | Owned by: | laurent |
|---|---|---|---|
| Priority: | major | Milestone: | QuteCom 2.2-RC4 |
| Component: | GUI | Version: | 2.2 |
| Keywords: | Cc: |
Description (last modified by chris-mac)
At the moment the only currency that can be displayed in ProfileBar is EUR. This is hardcoded in line 500 of wengophone/src/presentation/qt/profilebar/QtProfileBar.cpp
_creditLabel->setText(QString() + QChar(0x20ac) + QString(" %1").arg(wengos));
Desired enhancement would use whatever currency symbol is returned by OSS Web Server in additional XML tag.
Please see PDF attached for suggested implementation details.
Attachments (1)
Change History (5)
Changed 3 years ago by chris-mac
comment:1 Changed 3 years ago by chris-mac
- Description modified (diff)
comment:2 Changed 3 years ago by chris-mac
- Summary changed from Custom Account - Allow currency other whan EUR to Custom Account - Allow currency other than EUR
comment:3 Changed 3 years ago by laurent
comment:4 Changed 3 years ago by laurent
- Resolution set to fixed
- Status changed from new to closed
Thanks Chris.
644
Note: See
TracTickets for help on using
tickets.

Hello Chris,
Have you already done a patch for ?
I will be happy to integrated it in QuteCom tree
:)