mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-18 02:07:41 +00:00
Receive: add pointer cursor to Qr code
This commit is contained in:
parent
cebe92b61f
commit
fadb2d7a50
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ ReceiveWidget::ReceiveWidget(QSharedPointer<AppContext> ctx, QWidget *parent)
|
||||||
this->updateQrCode();
|
this->updateQrCode();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
ui->qrCode->setCursor(Qt::PointingHandCursor);
|
||||||
|
|
||||||
// header context menu
|
// header context menu
|
||||||
ui->addresses->header()->setContextMenuPolicy(Qt::CustomContextMenu);
|
ui->addresses->header()->setContextMenuPolicy(Qt::CustomContextMenu);
|
||||||
m_headerMenu = new QMenu(this);
|
m_headerMenu = new QMenu(this);
|
||||||
|
|
Loading…
Reference in a new issue