Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Update: Forum Guidelines & Code of Conduct

    Unsolved PathView QML overlapped items in Qt 5.6

    QML and Qt Quick
    pathview qml qt5.6 qtquick
    2
    4
    1244
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      ramsesrago last edited by A Former User

      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.html

      I'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!.

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi,

        From what version did you switch to 5.6 ? Which version of 5.6 by the way ?

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        R 1 Reply Last reply Reply Quote 0
        • R
          ramsesrago @SGaist last edited by

          @SGaist Hello, I had the Qt 5.5.0 release and upgraded to Qt 5.6.0 release.

          Thanks

          1 Reply Last reply Reply Quote 0
          • SGaist
            SGaist Lifetime Qt Champion last edited by

            Ok, sounds like there could be a regression. Can you reproduce that with a minimal sample project ?

            Interested in AI ? www.idiap.ch
            Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

            1 Reply Last reply Reply Quote 0
            • First post
              Last post