diff --git a/src/app/WelcomePage.qml b/src/app/WelcomePage.qml index 64a4207..64ec86e 100644 --- a/src/app/WelcomePage.qml +++ b/src/app/WelcomePage.qml @@ -1,72 +1,72 @@ /* Copyright (C) 2020 Volker Krause This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see . */ import QtQuick 2.5 import QtQuick.Layouts 1.1 import QtQuick.Controls 2.1 as QQC2 import QtPositioning 5.11 import org.kde.kirigami 2.4 as Kirigami import org.kde.itinerary 1.0 import "." as App Kirigami.ScrollablePage { id: root title: _reservationManager.isEmpty() ? i18n("Welcome!") : i18n("Help") ColumnLayout { Kirigami.Heading { text: i18n("How to import data?") } QQC2.Label { Layout.fillWidth: true text: i18n("

There's a number of ways to import data into KDE Itinerary: