Add address label to request payment QR Code (QT)

In the Receive 'Tab' of the QT wallet, when 'Show'ing a previously requested payment, add a label underneath the QR Code showing the bitcoin address where the funds will go to.

This way the user can be sure that the QR code scanner app the user using is reading the correct bitcoin address, preventing funds to be stolen.

Includes fix for HiDPI screens by @jonasschnelli.
This commit is contained in:
Francesco 'makevoid' Canessa
2016-03-03 10:54:31 +00:00
parent 44c1b1c9bb
commit 1c2a1bac0a
4 changed files with 20 additions and 7 deletions

View File

@@ -10,6 +10,7 @@
#include <QDialog>
#include <QImage>
#include <QLabel>
#include <QPainter>
class OptionsModel;