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. QGraphicItem -> No antialiasing
Forum Updated to NodeBB v4.3 + New Features

QGraphicItem -> No antialiasing

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 1.2k 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.
  • P Offline
    P Offline
    pl01
    wrote on last edited by
    #1

    Hi,

    I use the QGraphicsView and have a custom QGraphicItem to display some curves. The problem is that I play with the cache mode :

    • DeviceCoordinateCache : Very slow with a lot of curves, but with antialiasing
    • ItemCoordinateCache: Very slow with a lot of curves, but with antialiasing
    • DeviceCoordinateCache : Fast, but without antialiasing !!

    I don't know why I have no antialiasing with DeviceCoordinateCache !

    Here is the kind of graph I try to display : http://www.spectralpixel.com/images/misc/features_sgraph.png

    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