Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Artifacts on QML Behavior on y only on Linux, not on Win
Qt 6.11 is out! See what's new in the release blog

Artifacts on QML Behavior on y only on Linux, not on Win

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 170 Views
  • 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.
  • D Offline
    D Offline
    Dtron
    wrote on last edited by
    #1

    Hello together!
    Following code generates attached artifacts on the screen when setting y to 0 (so image scrolls down).

    import QtQuick 2.0
    Image {
        id: signage_even
        x:0
        y:-1920
        height: 1920
        width: 1080
        antialiasing: true
    
        Behavior on y {
            NumberAnimation {
                duration: 2000
            }
        }
    }
    

    (Qt5.15, Pyside2, Python 3.8-11)

    Code was testet on Ubuntu 20/22, Xubuntu 20/22 and Fedora on different Intel CPUs. On Windows code works fine and smoothly. Does anybody has an idea how to solve this problem? Thank you very much.

    Artifact(2).jpg Artifact(1).jpg

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved