Merge linuxero
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user