This commit is contained in:
Zacharias-Brohn
2026-03-13 17:35:46 +01:00
parent 31df6a6cdf
commit b7ca2f5c93
8 changed files with 139 additions and 57 deletions
+3 -2
View File
@@ -1,12 +1,13 @@
import QtQuick
import QtQuick.Controls
import qs.Config
Button {
id: control
required property color bgColor
property color bgColor: DynamicColors.palette.m3primary
property int radius: 4
required property color textColor
property color textColor: DynamicColors.palette.m3onPrimary
background: CustomRect {
color: control.bgColor