summaryrefslogtreecommitdiff
path: root/pages/Sign.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 /pages/Sign.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 'pages/Sign.qml')
-rw-r--r--pages/Sign.qml58
1 files changed, 29 insertions, 29 deletions
diff --git a/pages/Sign.qml b/pages/Sign.qml
index 7fcc1219..10682581 100644
--- a/pages/Sign.qml
+++ b/pages/Sign.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 QtQuick.Dialogs 1.2
import moneroComponents.Clipboard 1.0
import moneroComponents.WalletManager 1.0
-import "../components" as MoneroComponents
+import "../components" as MonzeroComponents
Rectangle {
property alias signHeight: mainLayout.height
@@ -96,41 +96,41 @@ Rectangle {
spacing: 20
- MoneroComponents.Label {
+ MonzeroComponents.Label {
fontSize: 24
text: qsTr("Sign/verify") + translationManager.emptyString
}
- MoneroComponents.TextPlain {
+ MonzeroComponents.TextPlain {
text: qsTr("This page lets you sign/verify a message (or file contents) with your address.") + translationManager.emptyString
wrapMode: Text.Wrap
Layout.fillWidth: true
- font.family: MoneroComponents.Style.fontRegular.name
+ font.family: MonzeroComponents.Style.fontRegular.name
font.pixelSize: 14
- color: MoneroComponents.Style.defaultFontColor
+ color: MonzeroComponents.Style.defaultFontColor
}
ColumnLayout {
id: modeRow
Layout.fillWidth: true
- MoneroComponents.TextPlain {
+ MonzeroComponents.TextPlain {
id: modeText
Layout.fillWidth: true
Layout.topMargin: 12
text: qsTr("Mode") + translationManager.emptyString
wrapMode: Text.Wrap
- font.family: MoneroComponents.Style.fontRegular.name
+ font.family: MonzeroComponents.Style.fontRegular.name
font.pixelSize: 20
textFormat: Text.RichText
- color: MoneroComponents.Style.defaultFontColor
+ color: MonzeroComponents.Style.defaultFontColor
}
ColumnLayout {
id: modeButtonsColumn
Layout.topMargin: 10
- MoneroComponents.RadioButton {
+ MonzeroComponents.RadioButton {
id: handleMessageButton
text: qsTr("Message") + translationManager.emptyString
fontSize: 16
@@ -143,7 +143,7 @@ Rectangle {
}
}
- MoneroComponents.RadioButton {
+ MonzeroComponents.RadioButton {
id: handleFileButton
text: qsTr("File") + translationManager.emptyString
fontSize: 16
@@ -162,7 +162,7 @@ Rectangle {
id: signSection
spacing: 10
- MoneroComponents.LabelSubheader {
+ MonzeroComponents.LabelSubheader {
Layout.fillWidth: true
Layout.topMargin: 12
Layout.bottomMargin: 24
@@ -176,7 +176,7 @@ Rectangle {
spacing: 10
visible: messageMode
- MoneroComponents.LineEditMulti{
+ MonzeroComponents.LineEditMulti{
id: signMessageLine
Layout.fillWidth: true
labelFontSize: 14
@@ -194,7 +194,7 @@ Rectangle {
Layout.fillWidth: true
visible: fileMode
- MoneroComponents.LineEditMulti {
+ MonzeroComponents.LineEditMulti {
id: signFileLine
labelFontSize: 14
labelText: qsTr("File") + translationManager.emptyString
@@ -207,7 +207,7 @@ Rectangle {
text: ''
}
- MoneroComponents.StandardButton {
+ MonzeroComponents.StandardButton {
id: loadFileToSignButton
Layout.alignment: Qt.AlignBottom
small: false
@@ -222,7 +222,7 @@ Rectangle {
ColumnLayout {
id: signSignatureRow
- MoneroComponents.LineEditMulti {
+ MonzeroComponents.LineEditMulti {
id: signSignatureLine
labelFontSize: 14
labelText: qsTr("Signature") + translationManager.emptyString
@@ -239,7 +239,7 @@ Rectangle {
Layout.fillWidth: true
Layout.alignment: Qt.AlignRight
- MoneroComponents.StandardButton {
+ MonzeroComponents.StandardButton {
id: clearSignButton
text: qsTr("Clear") + translationManager.emptyString
enabled: signMessageLine.text !== '' || signFileLine.text !== ''
@@ -251,7 +251,7 @@ Rectangle {
}
}
- MoneroComponents.StandardButton {
+ MonzeroComponents.StandardButton {
id: signMessageButton
visible: messageMode
text: qsTr("Sign Message") + translationManager.emptyString
@@ -263,7 +263,7 @@ Rectangle {
}
}
- MoneroComponents.StandardButton {
+ MonzeroComponents.StandardButton {
id: signFileButton
visible: fileMode
small: true
@@ -282,14 +282,14 @@ Rectangle {
id: verifySection
spacing: 16
- MoneroComponents.LabelSubheader {
+ MonzeroComponents.LabelSubheader {
Layout.fillWidth: true
Layout.bottomMargin: 24
textFormat: Text.RichText
text: fileMode ? qsTr("Verify file") + translationManager.emptyString : qsTr("Verify message") + translationManager.emptyString
}
- MoneroComponents.LineEditMulti {
+ MonzeroComponents.LineEditMulti {
id: verifyMessageLine
visible: messageMode
Layout.fillWidth: true
@@ -307,7 +307,7 @@ Rectangle {
Layout.fillWidth: true
visible: fileMode
- MoneroComponents.LineEditMulti {
+ MonzeroComponents.LineEditMulti {
id: verifyFileLine
labelFontSize: 14
labelText: qsTr("File") + translationManager.emptyString
@@ -319,7 +319,7 @@ Rectangle {
text: ''
}
- MoneroComponents.StandardButton {
+ MonzeroComponents.StandardButton {
id: loadFileToVerifyButton
Layout.alignment: Qt.AlignBottom
small: false
@@ -331,19 +331,19 @@ Rectangle {
}
}
- MoneroComponents.LineEditMulti {
+ MonzeroComponents.LineEditMulti {
id: verifyAddressLine
Layout.fillWidth: true
labelFontSize: 14
labelText: qsTr("Address") + translationManager.emptyString
addressValidation: true
placeholderFontSize: 16
- placeholderText: qsTr("Enter the Monero Address (example: 44AFFq5kSiGBoZ...)") + translationManager.emptyString
+ placeholderText: qsTr("Enter the Monzero Address (example: 44AFFq5kSiGBoZ...)") + translationManager.emptyString
wrapMode: Text.WrapAnywhere
text: ''
}
- MoneroComponents.LineEditMulti {
+ MonzeroComponents.LineEditMulti {
id: verifySignatureLine
labelFontSize: 14
labelText: qsTr("Signature") + translationManager.emptyString
@@ -359,7 +359,7 @@ Rectangle {
Layout.topMargin: 12
Layout.alignment: Qt.AlignRight
- MoneroComponents.StandardButton {
+ MonzeroComponents.StandardButton {
id: clearVerifyButton
text: qsTr("Clear") + translationManager.emptyString
enabled: verifyMessageLine.text !== '' || verifyFileLine.text !== '' || verifyAddressLine.text !== '' || verifySignatureLine.text !== ''
@@ -372,7 +372,7 @@ Rectangle {
}
}
- MoneroComponents.StandardButton {
+ MonzeroComponents.StandardButton {
id: verifyFileButton
visible: fileMode
small: true
@@ -384,7 +384,7 @@ Rectangle {
}
}
- MoneroComponents.StandardButton {
+ MonzeroComponents.StandardButton {
id: verifyMessageButton
visible: messageMode
small: true