MCPcopy Create free account
hub / github.com/BTCGPU/BTCGPU / on_recentRequestsView_doubleClicked

Method on_recentRequestsView_doubleClicked

src/qt/receivecoinsdialog.cpp:170–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170void ReceiveCoinsDialog::on_recentRequestsView_doubleClicked(const QModelIndex &index)
171{
172 const RecentRequestsTableModel *submodel = model->getRecentRequestsTableModel();
173 ReceiveRequestDialog *dialog = new ReceiveRequestDialog(this);
174 dialog->setModel(model);
175 dialog->setInfo(submodel->entry(index.row()).recipient);
176 dialog->setAttribute(Qt::WA_DeleteOnClose);
177 dialog->show();
178}
179
180void ReceiveCoinsDialog::recentRequestsView_selectionChanged(const QItemSelection &selected, const QItemSelection &deselected)
181{

Callers

nothing calls this directly

Calls 3

setInfoMethod · 0.80
setModelMethod · 0.45

Tested by

no test coverage detected