5#ifndef BITCOIN_QT_RECEIVECOINSDIALOG_H
6#define BITCOIN_QT_RECEIVECOINSDIALOG_H
12#include <QItemSelection>
53 Ui::ReceiveCoinsDialog *
ui;
Dialog for requesting payment of bitcoins.
Ui::ReceiveCoinsDialog * ui
void on_removeRequestButton_clicked()
const PlatformStyle * platformStyle
@ AMOUNT_MINIMUM_COLUMN_WIDTH
QAction * copyMessageAction
void on_showRequestButton_clicked()
void on_recentRequestsView_doubleClicked(const QModelIndex &index)
QAction * copyLabelAction
void recentRequestsView_selectionChanged(const QItemSelection &selected, const QItemSelection &deselected)
void setModel(WalletModel *model)
void showMenu(const QPoint &point)
void on_receiveButton_clicked()
ReceiveCoinsDialog(const PlatformStyle *platformStyle, QWidget *parent=nullptr)
QAction * copyAmountAction
QModelIndex selectedRow()
void copyColumnToClipboard(int column)
Interface to Bitcoin wallet from Qt view code.