1 2 3 4 5 6 7 8
import QtQuick 2.12 import org.kde.kirigami 2.12 as Kirigami Kirigami.Page { id: splashPage title: qsTr("Delta Chat") }