aboutsummaryrefslogtreecommitdiff
path: root/wizard/WizardWalletInput.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/WizardWalletInput.qml
parent81f33c7e00bf183823909a02e6d96ce11e41adce (diff)
downloadmonzero-gui-dceeb88444ce966caa1a133d2926d5f7213c87ff.tar.gz
monzero-gui-dceeb88444ce966caa1a133d2926d5f7213c87ff.tar.xz
monzero-gui-dceeb88444ce966caa1a133d2926d5f7213c87ff.zip
Establish Monzero GUI Phase 0 baselinemonzero-gui-phase0-20260815
Diffstat (limited to 'wizard/WizardWalletInput.qml')
-rw-r--r--wizard/WizardWalletInput.qml22
1 files changed, 11 insertions, 11 deletions
diff --git a/wizard/WizardWalletInput.qml b/wizard/WizardWalletInput.qml
index 2054fe52..21446bf5 100644
--- a/wizard/WizardWalletInput.qml
+++ b/wizard/WizardWalletInput.qml
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2024, The Monero Project
+// Copyright (c) 2014-2024, The Monzero Project
//
// All rights reserved.
//
@@ -34,7 +34,7 @@ import FontAwesome 1.0
import "../js/Wizard.js" as Wizard
import "../components"
-import "../components" as MoneroComponents
+import "../components" as MonzeroComponents
GridLayout {
id: grid
@@ -69,7 +69,7 @@ GridLayout {
}
ColumnLayout {
- MoneroComponents.LineEdit {
+ MonzeroComponents.LineEdit {
id: walletName
Layout.fillWidth: true
@@ -115,7 +115,7 @@ GridLayout {
RowLayout {
Layout.fillWidth: true
- MoneroComponents.TextPlain {
+ MonzeroComponents.TextPlain {
visible: errorMessageWalletName.text != ""
font.family: FontAwesome.fontFamilySolid
font.styleName: "Solid"
@@ -125,10 +125,10 @@ GridLayout {
themeTransition: false
}
- MoneroComponents.TextPlain {
+ MonzeroComponents.TextPlain {
id: errorMessageWalletName
textFormat: Text.PlainText
- font.family: MoneroComponents.Style.fontRegular.name
+ font.family: MonzeroComponents.Style.fontRegular.name
font.pixelSize: 14
color: "#FF0000"
themeTransition: false
@@ -145,7 +145,7 @@ GridLayout {
ColumnLayout {
visible: appWindow.walletMode >= 2
- MoneroComponents.LineEdit {
+ MonzeroComponents.LineEdit {
id: walletLocation
Layout.fillWidth: true
@@ -181,7 +181,7 @@ GridLayout {
KeyNavigation.down: browseButton
KeyNavigation.tab: browseButton
- MoneroComponents.InlineButton {
+ MonzeroComponents.InlineButton {
id: browseButton
fontFamily: FontAwesome.fontFamilySolid
fontStyleName: "Solid"
@@ -206,7 +206,7 @@ GridLayout {
RowLayout {
Layout.fillWidth: true
- MoneroComponents.TextPlain {
+ MonzeroComponents.TextPlain {
visible: errorMessageWalletLocation.text != ""
font.family: FontAwesome.fontFamilySolid
font.styleName: "Solid"
@@ -216,10 +216,10 @@ GridLayout {
themeTransition: false
}
- MoneroComponents.TextPlain {
+ MonzeroComponents.TextPlain {
id: errorMessageWalletLocation
textFormat: Text.PlainText
- font.family: MoneroComponents.Style.fontRegular.name
+ font.family: MonzeroComponents.Style.fontRegular.name
font.pixelSize: 14
color: "#FF0000"
themeTransition: false