[solved] Accessing index of parent Repeater
-
I find a way if that can help someone :
@Repeater{Item{
id:p
property int parentIndex: index
Repeater{
//index refrer to the second repeater
//p.parentIndex to the first repeater
}
}
}@
I find a way if that can help someone :
@Repeater{
Item{
id:p
property int parentIndex: index
Repeater{
//index refrer to the second repeater
//p.parentIndex to the first repeater
}
}
}@