This commit is contained in:
Zacharias-Brohn
2025-11-23 20:23:31 +01:00
parent dc5273ab83
commit d481be5f60
8 changed files with 334 additions and 12 deletions
+9 -2
View File
@@ -53,13 +53,20 @@ 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: root.expanded = true
onExited: root.expanded = false
onEntered: audioPopup.expanded = true
onExited: audioPopup.expanded = false
RowLayout {
anchors {
fill: parent