Port ColorScheme to FormCard
This commit is contained in:
@@ -6,12 +6,13 @@ import QtQuick.Controls 2.15 as QQC2
|
||||
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.FormComboBoxDelegate {
|
||||
Layout.fillWidth: true
|
||||
FormCard.FormComboBoxDelegate {
|
||||
id: root
|
||||
|
||||
text: i18n("Color theme")
|
||||
textRole: "display"
|
||||
valueRole: "display"
|
||||
|
||||
Reference in New Issue
Block a user