-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
4.7.0
-
None
-
PC Ubuntu + Qt Embedded
-
762b03e1ae83ffd66965810e1d70326b364115f5, fd2d104988955e4e94252abd8d90507aa33dc10d
I use this part of code in my gridview paramsList to forward the keys to another listview valuesList:
Keys.forwardTo: [paramsList, valuesList]
focus:true
It seems that the delegate item receives the button presses before the paramList in a same manner than the property "Keys.priority: Keys.AfterItem" does even if I define "Keys.priority: Keys.BeforeItem".