|
|
|
@ -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)
|
|
|
|
|