mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-13 07:28:59 +01:00
Fix detailed transaction information on doubleclick
This commit is contained in:
@@ -84,6 +84,8 @@ TransactionView::TransactionView(QWidget *parent) :
|
||||
connect(typeWidget, SIGNAL(activated(int)), this, SLOT(chooseType(int)));
|
||||
connect(addressWidget, SIGNAL(textChanged(const QString&)), this, SLOT(changedPrefix(const QString&)));
|
||||
connect(amountWidget, SIGNAL(textChanged(const QString&)), this, SLOT(changedAmount(const QString&)));
|
||||
|
||||
connect(view, SIGNAL(doubleClicked(const QModelIndex&)), this, SIGNAL(doubleClicked(const QModelIndex&)));
|
||||
}
|
||||
|
||||
void TransactionView::setModel(TransactionTableModel *model)
|
||||
|
||||
Reference in New Issue
Block a user