AusweisApp2/resources/qml/Governikus/TutorialView/+mobile/TutorialReaderMethodFooter.qml

15 lines
298 B
QML

import QtQuick 2.10
import Governikus.Global 1.0
TutorialFooter {
id: footer
width: baseItem.width
anchors.horizontalCenter: parent.horizontalCenter
color: Constants.tutorial_blue
anchors.bottom: parent.bottom
backRotation: 180
backText: qsTr("Back") + settingsModel.translationTrigger
}