Add estimated time countdown for locked balance

This commit is contained in:
Jaquee
2017-01-13 23:21:58 +01:00
parent 205bfcdd7b
commit ad5115ac3c
5 changed files with 49 additions and 12 deletions

View File

@@ -39,6 +39,7 @@ Rectangle {
property alias balanceText: balanceText.text
property alias networkStatus : networkStatus
property alias progressBar : progressBar
property alias minutesToUnlockTxt: unlockedBalanceLabel.text
signal dashboardClicked()
signal historyClicked()
@@ -154,7 +155,8 @@ Rectangle {
}
Label {
text: qsTr("Unlocked balance") + translationManager.emptyString
id: unlockedBalanceLabel
text: qsTr("Unlocked balance")
anchors.left: parent.left
anchors.leftMargin: 50
tipText: qsTr("Test tip 2<br/><br/>line 2") + translationManager.emptyString