[QT] use alert icon with tooltip insted of "(out of sync)" text

# Conflicts:
#	src/qt/forms/overviewpage.ui
#	src/qt/overviewpage.cpp
This commit is contained in:
Jonas Schnelli
2015-05-06 15:20:11 +02:00
parent 51c7c7029e
commit 7247d103ff
6 changed files with 49 additions and 22 deletions

View File

@@ -129,10 +129,6 @@ OverviewPage::OverviewPage(QWidget *parent) :
connect(ui->listTransactions, SIGNAL(clicked(QModelIndex)), this, SLOT(handleTransactionClicked(QModelIndex)));
// init "out of sync" warning labels
ui->labelWalletStatus->setText("(" + tr("out of sync") + ")");
ui->labelTransactionsStatus->setText("(" + tr("out of sync") + ")");
// start with displaying the "out of sync" warnings
showOutOfSyncWarning(true);
}