Changeset View
Changeset View
Standalone View
Standalone View
src/tests/quick-tests/tst_About.qml
| /* | /* | ||||
| * This file is part of kazv. | * This file is part of kazv. | ||||
| * SPDX-FileCopyrightText: 2024 tusooa <tusooa@kazv.moe> | * SPDX-FileCopyrightText: 2024 tusooa <tusooa@kazv.moe> | ||||
| * SPDX-License-Identifier: AGPL-3.0-or-later | * SPDX-License-Identifier: AGPL-3.0-or-later | ||||
| */ | */ | ||||
| import QtQuick | import QtQuick | ||||
| import QtTest | import QtTest | ||||
| import '../../contents/ui' as Kazv | import '../../contents/ui' as Kazv | ||||
| import 'test-helpers.js' as Helpers | import 'test-helpers' as QmlHelpers | ||||
| Item { | QmlHelpers.TestItem { | ||||
| id: item | id: item | ||||
| width: 800 | |||||
| height: 600 | |||||
| property var l10n: Helpers.fluentMock | |||||
| Kazv.About { | Kazv.About { | ||||
| id: about | id: about | ||||
| authors: [ | authors: [ | ||||
| { | { | ||||
| name: 'author 0', | name: 'author 0', | ||||
| task: 'task 0', | task: 'task 0', | ||||
| }, | }, | ||||
| Show All 40 Lines | |||||