5 #ifndef RECEIVECOINSDIALOG_H
6 #define RECEIVECOINSDIALOG_H
10 #include <QItemSelection>
75 #endif // RECEIVECOINSDIALOG_H
Dialog for requesting payment of bitcoins.
void recentRequestsView_selectionChanged(const QItemSelection &selected, const QItemSelection &deselected)
GUIUtil::TableViewLastColumnResizingFixer * columnResizingFixer
Ui::ReceiveCoinsDialog * ui
void setModel(WalletModel *model)
void copyColumnToClipboard(int column)
void on_recentRequestsView_doubleClicked(const QModelIndex &index)
Makes a QTableView last column feel as if it was being resized from its left border.
virtual void keyPressEvent(QKeyEvent *event)
virtual void resizeEvent(QResizeEvent *event)
void on_removeRequestButton_clicked()
void on_receiveButton_clicked()
Interface from Qt to configuration data structure for Bitcoin client.
Interface to Bitcoin wallet from Qt view code.
void on_showRequestButton_clicked()
void showMenu(const QPoint &point)
ReceiveCoinsDialog(QWidget *parent=0)