when clicking a transaction on the overview page, send the user to the transactions page
This commit is contained in:
@@ -154,7 +154,10 @@ BitcoinGUI::BitcoinGUI(QWidget *parent):
|
||||
|
||||
syncIconMovie = new QMovie(":/movies/update_spinner", "mng", this);
|
||||
|
||||
gotoOverviewPage();
|
||||
// Clicking on a transaction simply sends you to transaction history page
|
||||
connect(overviewPage, SIGNAL(transactionClicked(QModelIndex)), this, SLOT(gotoHistoryPage()));
|
||||
|
||||
gotoOverviewPage();
|
||||
}
|
||||
|
||||
void BitcoinGUI::createActions()
|
||||
|
||||
Reference in New Issue
Block a user