Merge linuxero

This commit is contained in:
2025-02-27 14:48:08 +01:00
10 changed files with 214 additions and 34 deletions

View File

@@ -269,8 +269,10 @@ GridLayout
highlightFollowsCurrentItem: false
onActiveFocusChanged: if(!focus) currentIndex = -1
delegate: Item
{
width: contactView.width
height: 15
MouseArea
{
@@ -281,17 +283,7 @@ GridLayout
contactView.highlightFollowsCurrentItem = true
}
}
MouseArea
{
id: clickedRow
anchors.fill: parent
onClicked:
{
//var currentIndex = index
console.log(index)
console.log(contactView.currentItem.y)
}
}
Row
{