Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Text is blurred with QQuickPaintedItem
Forum Updated to NodeBB v4.3 + New Features

Text is blurred with QQuickPaintedItem

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 230 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
    Devoo
    wrote on last edited by Devoo
    #1

    Hi,
    QQuickPaintedItem draws letters that look blurred.
    I tried to use many methods like:

    painter.setRenderHint(QPainter::Qt4CompatiblePainting, false);
    painter.setRenderHint(QPainter::SmoothPixmapTransform, true);
    painter.setRenderHint(QPainter::Antialiasing, true);
    painter.setRenderHints(QPainter::TextAntialiasing, true);
    

    No positive results.

    Most blurr effect appears when scaling the actor.
    Any idea?

    RatzzR 1 Reply Last reply
    0
    • D Devoo

      Hi,
      QQuickPaintedItem draws letters that look blurred.
      I tried to use many methods like:

      painter.setRenderHint(QPainter::Qt4CompatiblePainting, false);
      painter.setRenderHint(QPainter::SmoothPixmapTransform, true);
      painter.setRenderHint(QPainter::Antialiasing, true);
      painter.setRenderHints(QPainter::TextAntialiasing, true);
      

      No positive results.

      Most blurr effect appears when scaling the actor.
      Any idea?

      RatzzR Offline
      RatzzR Offline
      Ratzz
      wrote on last edited by
      #2

      @devoo
      Are you trying to change textureSize of QQuickPaintedItem Class ?

      --Alles ist gut.

      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