DirectWidgetSettingsPanel

This commit is contained in:
ItsLemmy
2025-10-22 09:39:24 -04:00
parent 508879bbe8
commit 9003c60667
6 changed files with 74 additions and 45 deletions
+3 -1
View File
@@ -17,6 +17,7 @@ Loader {
property real preferredWidthRatio
property real preferredHeightRatio
property color panelBackgroundColor: Color.mSurface
property color panelBorderColor: Color.mOutline
property bool draggable: false
property var buttonItem: null
property string buttonName: ""
@@ -198,8 +199,9 @@ Loader {
id: panelBackground
color: panelBackgroundColor
radius: Style.radiusL
border.color: Color.mOutline
border.color: panelBorderColor
border.width: Style.borderS
// Dragging support
property bool draggable: root.draggable
property bool isDragged: false