5 #ifndef FABCOIN_QT_RECEIVECOINSDIALOG_H 6 #define FABCOIN_QT_RECEIVECOINSDIALOG_H 11 #include <QHeaderView> 12 #include <QItemSelection> 37 DATE_COLUMN_WIDTH = 130,
38 LABEL_COLUMN_WIDTH = 120,
39 AMOUNT_MINIMUM_COLUMN_WIDTH = 180,
40 MINIMUM_COLUMN_WIDTH = 130
54 virtual void keyPressEvent(QKeyEvent *event);
63 QModelIndex selectedRow();
64 void copyColumnToClipboard(
int column);
65 virtual void resizeEvent(QResizeEvent *event);
68 void on_receiveButton_clicked();
69 void on_showRequestButton_clicked();
70 void on_removeRequestButton_clicked();
71 void on_copyAddressButton_clicked();
72 void on_recentRequestsView_doubleClicked(
const QModelIndex &index);
73 void on_recentRequestsView_clicked(
const QModelIndex &index);
74 void recentRequestsView_selectionChanged(
const QItemSelection &selected,
const QItemSelection &deselected);
75 void updateDisplayUnit();
76 void showMenu(
const QPoint &point);
83 #endif // FABCOIN_QT_RECEIVECOINSDIALOG_H Dialog for requesting payment of fabcoins.
GUIUtil::TableViewLastColumnResizingFixer * columnResizingFixer
Ui::ReceiveCoinsDialog * ui
Makes a QTableView last column feel as if it was being resized from its left border.
Interface from Qt to configuration data structure for Fabcoin client.
Interface to Fabcoin wallet from Qt view code.
const PlatformStyle * platformStyle