summaryrefslogtreecommitdiff
path: root/wizard/WizardController.qml
diff options
context:
space:
mode:
authorMonzero Build System <builds@monzero.org>2026-08-15 21:26:40 +0100
committerMonzero Build System <builds@monzero.org>2026-08-15 21:26:40 +0100
commitdceeb88444ce966caa1a133d2926d5f7213c87ff (patch)
treed74c9c7d7e43c2a0d39d656c690c63050cff7f53 /wizard/WizardController.qml
parent81f33c7e00bf183823909a02e6d96ce11e41adce (diff)
downloadmonzero-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/WizardController.qml')
-rw-r--r--wizard/WizardController.qml24
1 files changed, 12 insertions, 12 deletions
diff --git a/wizard/WizardController.qml b/wizard/WizardController.qml
index a7932fd7..343e6cb9 100644
--- a/wizard/WizardController.qml
+++ b/wizard/WizardController.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2024, The Monero Project
+// Copyright (c) 2014-2024, The Monzero Project
//
// All rights reserved.
//
@@ -39,15 +39,15 @@ import moneroComponents.Wallet 1.0
import "../js/Wizard.js" as Wizard
import "../js/Windows.js" as Windows
import "../js/Utils.js" as Utils
-import "../components" as MoneroComponents
-import "../components/effects/" as MoneroEffects
+import "../components" as MonzeroComponents
+import "../components/effects/" as MonzeroEffects
import "../pages"
Rectangle {
id: wizardController
anchors.fill: parent
- signal useMoneroClicked()
+ signal useMonzeroClicked()
signal walletCreatedFromDevice(bool success)
function restart(generatingNewSeed) {
@@ -248,15 +248,15 @@ Rectangle {
}
]
- MoneroEffects.GradientBackground {
+ MonzeroEffects.GradientBackground {
anchors.fill: parent
- fallBackColor: MoneroComponents.Style.middlePanelBackgroundColor
- initialStartColor: MoneroComponents.Style.wizardBackgroundGradientStart
- initialStopColor: MoneroComponents.Style.middlePanelBackgroundGradientStop
- blackColorStart: MoneroComponents.Style._b_wizardBackgroundGradientStart
- blackColorStop: MoneroComponents.Style._b_middlePanelBackgroundGradientStop
- whiteColorStart: MoneroComponents.Style._w_wizardBackgroundGradientStart
- whiteColorStop: MoneroComponents.Style._w_middlePanelBackgroundGradientStop
+ fallBackColor: MonzeroComponents.Style.middlePanelBackgroundColor
+ initialStartColor: MonzeroComponents.Style.wizardBackgroundGradientStart
+ initialStopColor: MonzeroComponents.Style.middlePanelBackgroundGradientStop
+ blackColorStart: MonzeroComponents.Style._b_wizardBackgroundGradientStart
+ blackColorStop: MonzeroComponents.Style._b_middlePanelBackgroundGradientStop
+ whiteColorStart: MonzeroComponents.Style._w_wizardBackgroundGradientStart
+ whiteColorStop: MonzeroComponents.Style._w_middlePanelBackgroundGradientStop
start: Qt.point(0, 0)
end: Qt.point(height, width)
}