1
0

more QEAmount refactoring

This commit is contained in:
Sander van Grieken
2022-04-26 10:38:15 +02:00
parent 5031391484
commit a163268d79
5 changed files with 24 additions and 19 deletions

View File

@@ -77,7 +77,7 @@ Pane {
placeholderText: qsTr('Amount')
Layout.preferredWidth: parent.width /2
inputMethodHints: Qt.ImhPreferNumbers
property string textAsSats
property Amount textAsSats
onTextChanged: {
textAsSats = Config.unitsToSats(amount.text)
if (amountFiat.activeFocus)