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/WizardHome.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/WizardHome.qml')
| -rw-r--r-- | wizard/WizardHome.qml | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/wizard/WizardHome.qml b/wizard/WizardHome.qml index 9d65a7f0..e21379c7 100644 --- a/wizard/WizardHome.qml +++ b/wizard/WizardHome.qml @@ -1,4 +1,4 @@ -// Copyright (c) 2014-2024, The Monero Project +// Copyright (c) 2014-2024, The Monzero Project // // All rights reserved. // @@ -32,7 +32,7 @@ import QtQuick.Layouts 1.2 import QtQuick.Controls 2.0 import moneroComponents.NetworkType 1.0 -import "../components" as MoneroComponents +import "../components" as MonzeroComponents Rectangle { id: wizardHome @@ -63,11 +63,11 @@ Rectangle { WizardHeader { Layout.bottomMargin: 7 Layout.fillWidth: true - title: qsTr("Welcome to Monero") + translationManager.emptyString + title: qsTr("Welcome to Monzero") + translationManager.emptyString subtitle: "" } - MoneroComponents.LanguageButton { + MonzeroComponents.LanguageButton { Layout.bottomMargin: 8 } } @@ -79,7 +79,7 @@ Rectangle { : nettype === 1 ? " (" + qsTr("testnet") + ")" : "") + translationManager.emptyString } - bodyText: qsTr("Choose this option if this is your first time using Monero.") + translationManager.emptyString + bodyText: qsTr("Choose this option if this is your first time using Monzero.") + translationManager.emptyString imageIcon: "qrc:///images/create-wallet.png" onMenuClicked: { @@ -95,8 +95,8 @@ Rectangle { Layout.topMargin: 3 Layout.bottomMargin: 3 Layout.fillWidth: true - color: MoneroComponents.Style.dividerColor - opacity: MoneroComponents.Style.dividerOpacity + color: MonzeroComponents.Style.dividerColor + opacity: MonzeroComponents.Style.dividerOpacity } WizardMenuItem { @@ -106,7 +106,7 @@ Rectangle { : nettype === 1 ? " (" + qsTr("testnet") + ")" : "") + translationManager.emptyString } - bodyText: qsTr("Connect your hardware wallet to create a new Monero wallet.") + translationManager.emptyString + bodyText: qsTr("Connect your hardware wallet to create a new Monzero wallet.") + translationManager.emptyString imageIcon: "qrc:///images/restore-wallet-from-hardware.png" onMenuClicked: { @@ -120,8 +120,8 @@ Rectangle { Layout.topMargin: 3 Layout.bottomMargin: 3 Layout.fillWidth: true - color: MoneroComponents.Style.dividerColor - opacity: MoneroComponents.Style.dividerOpacity + color: MonzeroComponents.Style.dividerColor + opacity: MonzeroComponents.Style.dividerOpacity } WizardMenuItem { @@ -140,8 +140,8 @@ Rectangle { Layout.topMargin: 3 Layout.bottomMargin: 3 Layout.fillWidth: true - color: MoneroComponents.Style.dividerColor - opacity: MoneroComponents.Style.dividerOpacity + color: MonzeroComponents.Style.dividerColor + opacity: MonzeroComponents.Style.dividerOpacity } WizardMenuItem { @@ -160,7 +160,7 @@ Rectangle { Layout.topMargin: 16 spacing: 20 - MoneroComponents.StandardButton { + MonzeroComponents.StandardButton { small: true text: qsTr("Change wallet mode") + translationManager.emptyString @@ -171,7 +171,7 @@ Rectangle { } } - MoneroComponents.CheckBox2 { + MonzeroComponents.CheckBox2 { id: showAdvancedCheckbox Layout.topMargin: 30 Layout.fillWidth: true @@ -195,7 +195,7 @@ Rectangle { Layout.fillWidth: true Layout.topMargin: 10 - MoneroComponents.StandardDropdown { + MonzeroComponents.StandardDropdown { id: networkTypeDropdown currentIndex: persistentSettings.nettype dataModel: networkTypeModel @@ -218,7 +218,7 @@ Rectangle { } } - MoneroComponents.LineEdit { + MonzeroComponents.LineEdit { id: kdfRoundsText Layout.maximumWidth: 180 |
