UI update

This commit is contained in:
Digital Artifex
2026-08-16 23:10:29 -04:00
parent a776997119
commit 294a38f26a
10 changed files with 514 additions and 239 deletions
+1
View File
@@ -21,5 +21,6 @@ qt6_add_qml_module(KomplexHubModule_Controls
QML_FILES
QML_FILES VideoView.qml
QML_FILES PackView.qml
QML_FILES VerticalSpacer.qml
)
@@ -28,6 +28,7 @@ Item
signal viewMoreTriggered()
id: rootItem
clip: true
Item
{
@@ -57,6 +58,7 @@ Item
id: resultsView
Layout.fillHeight: true
Layout.fillWidth: true
clip: true
spacing: Constants.mediumMargin
@@ -132,7 +134,7 @@ Item
Item
{
Layout.fillHeight: true
Layout.preferredWidth: 128
Layout.preferredWidth: 64
Rectangle
{
id: gradientMap
@@ -0,0 +1,9 @@
import QtQuick
Rectangle
{
height: 36
color: "transparent"
anchors.left: parent.left
anchors.right: parent.right
}