diff options
| author | Wladimir J. van der Laan <[email protected]> | 2013-10-18 13:08:30 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2013-10-23 09:15:25 +0200 |
| commit | 82095923bb71a670aa67ad15987bb6d4d7726abe (patch) | |
| tree | 1bd9b4747659277bb365d8d56008fbed9ead0945 /src/qt/forms/receiverequestdialog.ui | |
| parent | qt: remove verify/send message and send coins from address book (diff) | |
| download | discoin-82095923bb71a670aa67ad15987bb6d4d7726abe.tar.xz discoin-82095923bb71a670aa67ad15987bb6d4d7726abe.zip | |
qt: allow dragging, copying and saving QR code
Add context menu and drag handling to QR code widget.
Diffstat (limited to 'src/qt/forms/receiverequestdialog.ui')
| -rw-r--r-- | src/qt/forms/receiverequestdialog.ui | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/qt/forms/receiverequestdialog.ui b/src/qt/forms/receiverequestdialog.ui index 7430b34d0..4f53dc19b 100644 --- a/src/qt/forms/receiverequestdialog.ui +++ b/src/qt/forms/receiverequestdialog.ui @@ -15,7 +15,7 @@ </property> <layout class="QVBoxLayout" name="verticalLayout_3"> <item> - <widget class="QLabel" name="lblQRCode"> + <widget class="QRImageWidget" name="lblQRCode"> <property name="sizePolicy"> <sizepolicy hsizetype="Expanding" vsizetype="Expanding"> <horstretch>0</horstretch> @@ -233,6 +233,11 @@ <extends>QWidget</extends> <header>bitcoinamountfield.h</header> </customwidget> + <customwidget> + <class>QRImageWidget</class> + <extends>QLabel</extends> + <header>receiverequestdialog.h</header> + </customwidget> </customwidgets> <resources/> <connections/> |