PathView QML overlapped items in Qt 5.6
Unsolved
QML and Qt Quick
-
I have a pathview to simulate a "carrousel animation" for the defined items and everything was fine until i switched to Qt 5.6. With that version of Qt the items are overlapped and when I call the Pathview function decrementCurrentIndex() or incrementCurrentIndex() is fixed,
My QML code is based on the PathView example:
http://doc.qt.io/qt-5/qml-qtquick-pathview.htmlI'm developing this application for a i.MX6 target with linux. I tested the same QML file for X86 in windows and the problem does not appear.
Anyone has an idea what might be going wrong?
Thanks!.
-
Hi,
From what version did you switch to 5.6 ? Which version of 5.6 by the way ?
-
Ok, sounds like there could be a regression. Can you reproduce that with a minimal sample project ?