|
|
|
@ -14,6 +14,12 @@ WizardComponent { |
|
|
|
ColumnLayout { |
|
|
|
ColumnLayout { |
|
|
|
width: parent.width |
|
|
|
width: parent.width |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Image { |
|
|
|
|
|
|
|
Layout.alignment: Qt.AlignHCenter |
|
|
|
|
|
|
|
Layout.bottomMargin: constants.paddingLarge |
|
|
|
|
|
|
|
source: '../../../gui/icons/trustedcoin-wizard.png' |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
Label { |
|
|
|
Label { |
|
|
|
Layout.fillWidth: true |
|
|
|
Layout.fillWidth: true |
|
|
|
text: plugin ? plugin.disclaimer : '' |
|
|
|
text: plugin ? plugin.disclaimer : '' |
|
|
|
|