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. [Qt Quick 2.0] implicit truncation of vector type
QtWS25 Last Chance

[Qt Quick 2.0] implicit truncation of vector type

Scheduled Pinned Locked Moved QML and Qt Quick
5 Posts 3 Posters 2.8k 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.
  • W Offline
    W Offline
    weiyuemin
    wrote on last edited by
    #1

    Qt 5, Qt Quick 2.0, Win Xp,

    When I use Text, the output window produce the following warning:

    QOpenGLShader::link: "(41,18): warning X3206: implicit truncation of vector type

    "

    @
    Text {
    text: "Go! HappyNewYear! Nice! Come on!"
    }
    @

    and meanwhile my text become ugly and a little blurry (compared with Qt Quick 1.1)

    Anyone knows why?

    Thank you !

    1 Reply Last reply
    0
    • U Offline
      U Offline
      utcenter
      wrote on last edited by
      #2

      It is not only text that looks bad, have you seen the "corners" of rounded rectangles? As jagged as a saw... Qt5 was kind of rushed, hopefully, 5.0.1 will fix most of the flaws.

      1 Reply Last reply
      0
      • W Offline
        W Offline
        weiyuemin
        wrote on last edited by
        #3

        Well, looking forward to 5.0.1

        1 Reply Last reply
        0
        • W Offline
          W Offline
          weiyuemin
          wrote on last edited by
          #4

          Thanks to epicfailguy93, I read "this":http://qt-project.org/forums/viewthread/22158/
          and add
          @
          renderType: Text.NativeRendering
          @
          solves the problem

          1 Reply Last reply
          0
          • M Offline
            M Offline
            Muhammad
            wrote on last edited by
            #5

            What is that renderType?, Where can I put it??

            I don't have endpoint, I just have Checkpoints.

            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