diff options
| author | Monzero Build System <builds@monzero.org> | 2026-08-15 21:26:40 +0100 |
|---|---|---|
| committer | Monzero Build System <builds@monzero.org> | 2026-08-15 21:26:40 +0100 |
| commit | dceeb88444ce966caa1a133d2926d5f7213c87ff (patch) | |
| tree | d74c9c7d7e43c2a0d39d656c690c63050cff7f53 /wizard/WizardCreateDevice1.qml | |
| parent | 81f33c7e00bf183823909a02e6d96ce11e41adce (diff) | |
| download | monzero-gui-phase0-20260815.tar.gz monzero-gui-phase0-20260815.tar.xz monzero-gui-phase0-20260815.zip | |
Establish Monzero GUI Phase 0 baselinemonzero-gui-phase0-20260815
Diffstat (limited to 'wizard/WizardCreateDevice1.qml')
| -rw-r--r-- | wizard/WizardCreateDevice1.qml | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/wizard/WizardCreateDevice1.qml b/wizard/WizardCreateDevice1.qml index 268091c3..0c75a2e8 100644 --- a/wizard/WizardCreateDevice1.qml +++ b/wizard/WizardCreateDevice1.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2024, The Monero Project +// Copyright (c) 2014-2024, The Monzero Project // // All rights reserved. // @@ -35,7 +35,7 @@ import moneroComponents.Wallet 1.0 import "../js/Wizard.js" as Wizard import "../js/Utils.js" as Utils import "../components" -import "../components" as MoneroComponents +import "../components" as MonzeroComponents Rectangle { id: wizardCreateDevice1 @@ -104,16 +104,16 @@ Rectangle { Layout.fillWidth: true Layout.alignment: Qt.AlignTop - MoneroComponents.TextPlain { - font.family: MoneroComponents.Style.fontRegular.name + MonzeroComponents.TextPlain { + font.family: MonzeroComponents.Style.fontRegular.name font.pixelSize: 14 - color: MoneroComponents.Style.defaultFontColor + color: MonzeroComponents.Style.defaultFontColor wrapMode: Text.Wrap Layout.fillWidth: true text: qsTr("Hardware wallet model") } - MoneroComponents.StandardDropdown { + MonzeroComponents.StandardDropdown { id: deviceNameDropdown dataModel: deviceNameModel Layout.preferredWidth: 450 @@ -121,7 +121,7 @@ Rectangle { z: 3 } - MoneroComponents.RadioButton { + MonzeroComponents.RadioButton { id: newDeviceWallet Layout.topMargin: 20 text: qsTr("Create a new wallet from device.") + translationManager.emptyString @@ -134,7 +134,7 @@ Rectangle { } } - MoneroComponents.RadioButton { + MonzeroComponents.RadioButton { id: restoreDeviceWallet Layout.topMargin: 10 text: qsTr("Restore a wallet from device. Use this if you used your hardware wallet before.") + translationManager.emptyString @@ -206,7 +206,7 @@ Rectangle { Layout.fillWidth: true spacing: 20 - MoneroComponents.LineEdit { + MonzeroComponents.LineEdit { id: restoreHeight visible: !newDeviceWallet.checked Layout.fillWidth: true @@ -227,7 +227,7 @@ Rectangle { text: qsTr("Advanced options") + translationManager.emptyString } - MoneroComponents.LineEdit { + MonzeroComponents.LineEdit { id: lookahead Layout.fillWidth: true visible: showAdvancedCheckbox.checked @@ -244,8 +244,8 @@ Rectangle { text: qsTr("Error writing wallet from hardware device. Check application logs.") + translationManager.emptyString; visible: errorMsg.text !== "" Layout.fillWidth: true - font.family: MoneroComponents.Style.fontRegular.name - color: MoneroComponents.Style.errorColor + font.family: MonzeroComponents.Style.fontRegular.name + color: MonzeroComponents.Style.errorColor font.pixelSize: 16 wrapMode: Text.WordWrap |
