Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-29029

QML QtQuick2 (Qt5) Text looks blurry, and twinkles when animating

    XMLWordPrintable

Details

    • Bug
    • Resolution: Duplicate
    • Not Evaluated
    • None
    • 5.0.0
    • Quick: SceneGraph
    • None
    • WinXp or Win7
      Graphics: NVIDIA GeForce GTX 550 Ti, with driver version 6.14.13.1090 (2012-12-29)

    Description

      It was fine when I was using QtQuick1.1(Qt4.8.3), but it goes not so good when migrating to QtQuick2: the text looks blurry, and it will twinkle when animating.

      My Code:

      import QtQuick 2.0

      Rectangle {
      width: 700
      height: 32
      color: "black"

      Text {
      text: "Go! HappyNewYear! Nice! Come on!"
      color: "white"

      NumberAnimation on x

      { from: 700; to : -700; duration: 20000; loops: Animation.Infinite }

      }
      }

      Add renderType: Text.NativeRendering will solve the problem.
      But I don't know whether this undocumented property will bring any new problem.

      I also posted a thread on the forum:
      http://qt-project.org/forums/viewthread/23559/

      And a related thread:
      http://qt-project.org/forums/viewthread/23563/
      (I don't know about OpenGLShader, but it said 'warning'..)

      And when discuss with epicfailguy93, we found that the Text in QtQuick2 is slower than QtQuick1.1
      http://qt-project.org/forums/viewthread/23566/

      I uploaded the screenshot in QtQuick1.1 and in QtQuick2

      Attachments

        1. qtquick1.1.PNG
          qtquick1.1.PNG
          0.8 kB
        2. qtquick2.PNG
          qtquick2.PNG
          2 kB
        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            sletta Gunnar Sletta
            weiyuemin weiyuemin
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes