chore: 初始化项目
This commit is contained in:
27
build/bin/org/kde/kirimemo/settings/GeneralPage.qml
Normal file
27
build/bin/org/kde/kirimemo/settings/GeneralPage.qml
Normal file
@@ -0,0 +1,27 @@
|
||||
// SPDX-FileCopyrightText: 2026 pluvium27 <pluvium27@outlook.com>
|
||||
// SPDX-License-Identifier: GPL-2.0-or-later
|
||||
|
||||
pragma ComponentBehavior: Bound
|
||||
|
||||
import QtQuick
|
||||
import org.kde.kirigamiaddons.formcard as FormCard
|
||||
|
||||
FormCard.FormCardPage {
|
||||
id: root
|
||||
|
||||
title: i18nc("@title", "General")
|
||||
|
||||
FormCard.FormHeader {
|
||||
title: i18nc("@title:group", "My Group")
|
||||
}
|
||||
|
||||
FormCard.FormHeader {
|
||||
title: i18nc("@title:group", "My Group:")
|
||||
}
|
||||
|
||||
FormCard.FormCard {
|
||||
FormCard.FormTextFieldDelegate {
|
||||
label: i18nc("@label:textbox", "My Label:")
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user