Port About page to FormCard
This commit is contained in:
committed by
Tobias Fella
parent
80171748d8
commit
8177c1f1bc
@@ -4,10 +4,10 @@
|
||||
|
||||
import QtQuick.Layouts 1.15
|
||||
import org.kde.kirigami 2.15 as Kirigami
|
||||
import org.kde.kirigamiaddons.labs.mobileform 0.1 as MobileForm
|
||||
import org.kde.kirigamiaddons.formcard 1.0 as FormCard
|
||||
import org.kde.neochat 1.0
|
||||
|
||||
MobileForm.AboutPage {
|
||||
FormCard.AboutPage {
|
||||
title: i18nc("@title:window", "About NeoChat")
|
||||
aboutData: About
|
||||
}
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
// SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
|
||||
// SPDX-License-Identifier: LGPL-2.0-or-later
|
||||
|
||||
import org.kde.kirigamiaddons.labs.mobileform 0.1 as MobileForm
|
||||
import org.kde.kirigamiaddons.formcard 1.0 as FormCard
|
||||
|
||||
MobileForm.AboutKDE {
|
||||
FormCard.AboutKDE {
|
||||
title: i18nc("@title:window", "About KDE")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user