OSDN Git Service

added test script and translated
[alterlinux/LFBS.git] / calamares-qmls / qml / calamares / slideshow / ForwardButton.qml
1 /* === This file is part of Calamares - <https://calamares.io> ===
2  *
3  *   SPDX-FileCopyrightText: 2018 Adriaan de Groot <groot@kde.org>
4  *   SPDX-License-Identifier: GPL-3.0-or-later
5  *
6  *   Calamares is Free Software: see the License-Identifier above.
7  *
8  */
9
10 NavButton {
11     id: forwardButton
12     anchors.right: parent.right
13     visible: parent.currentSlide + 1 < parent.slides.length;
14 }