major updates

This commit is contained in:
Zacharias-Brohn
2025-11-24 22:00:50 +01:00
parent 5593cce7ca
commit 91a4f95fd0
26 changed files with 1287 additions and 447 deletions
-8
View File
@@ -53,19 +53,11 @@ Item {
border.width: 0
}
AudioPopup {
id: audioPopup
anchors.left: parent.left
anchors.top: parent.bottom
}
MouseArea {
id: mouseArea
anchors.fill: parent
hoverEnabled: true
cursorShape: Qt.PointingHandCursor
onEntered: audioPopup.expanded = true
onExited: audioPopup.expanded = false
RowLayout {
anchors {