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. Qml's strange blocks on windows11
Forum Updated to NodeBB v4.3 + New Features

Qml's strange blocks on windows11

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
3 Posts 3 Posters 597 Views 1 Watching
  • 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.
  • E Offline
    E Offline
    evangel
    wrote on last edited by
    #1

    Hi,all
    i encounter this problem when i run qml-based application on windows 11 system,when scrollview used in it.The screen will flash with some colored blocks.

    Below is the screenshot when i'm using qgc,and also i can have the same cases with my own app written with qml.That things have never been found on windows 10.

    屏幕截图 2023-12-21 141743.png

    I don't know what is the problem.

    thanks for your time.

    1 Reply Last reply
    0
    • H Offline
      H Offline
      Hatsushigure
      wrote on last edited by
      #2

      That is a render problem, try upgrading your graphics driver first, or you can switch to software rendering.

      1 Reply Last reply
      1
      • G Offline
        G Offline
        gatito2gatito
        wrote on last edited by
        #3

        I also faced this problem, try using "layer.enabled: true" for your main QML element. It was also effective to use “QCoreApplication::setAttribute(Qt::AA_UseOpenGLES);” in C++, but for me personally this was not acceptable, because the project used other rendering methods.

        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