config moved to c++ plugin, removed old qml + fileview implementation

This commit is contained in:
2026-08-13 02:25:26 +02:00
parent c29b91cd26
commit 3cd3209b28
341 changed files with 4851 additions and 3502 deletions
+7 -6
View File
@@ -1,6 +1,7 @@
import QtQuick
import QtQuick.Effects
import qs.Config
import ZShell.Config
import qs.Services
Elevation {
id: root
@@ -8,10 +9,10 @@ Elevation {
required property int currentIndex
property bool expanded
required property int from
property color insideTextColor: DynamicColors.palette.m3onPrimary
property color insideTextColor: Colors.palette.m3onPrimary
property int itemHeight
property int listHeight: 200
property color outsideTextColor: DynamicColors.palette.m3onSurfaceVariant
property color outsideTextColor: Colors.palette.m3onSurfaceVariant
readonly property var spinnerModel: root.range(root.from, root.to)
required property int to
property Item triggerItem
@@ -59,7 +60,7 @@ Elevation {
CustomText {
anchors.centerIn: parent
color: wrapper.delegateTextColor
font.pointSize: Appearance.font.size.large
font.pointSize: Tokens.font.size.large
text: wrapper.modelData
}
}
@@ -67,7 +68,7 @@ Elevation {
CustomClippingRect {
anchors.fill: parent
color: DynamicColors.palette.m3surfaceContainer
color: Colors.palette.m3surfaceContainer
radius: parent.radius
z: root.z
@@ -103,7 +104,7 @@ Elevation {
id: selectionRect
anchors.verticalCenter: parent.verticalCenter
color: DynamicColors.palette.m3primary
color: Colors.palette.m3primary
height: root.itemHeight
radius: root.itemHeight / 2
width: parent.width