Results 1 to 5 of 5

Thread: Qwt 6.3.0 with Qt 6.8.2 - Antialiasing problem with QwtPlotOpenGLCanvas

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2006
    Location
    Munich, Germany
    Posts
    3,325
    Qt products
    Qt3 Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows
    Thanked 879 Times in 827 Posts

    Default Re: Qwt 6.3.0 with Qt 6.8.2 - Antialiasing problem with QwtPlotOpenGLCanvas

    Be aware that multisampling increases the GPU load and you might have an impact on the performance by choosing too many samples. So 16 might be too much.
    Another question is of course why multisampling is enabled in your application with Qt 6.7 and not with Qt 6.8.

    Uwe

  2. #2
    Join Date
    Sep 2011
    Posts
    3
    Qt products
    Qt4

    Default Re: Qwt 6.3.0 with Qt 6.8.2 - Antialiasing problem with QwtPlotOpenGLCanvas

    Quote Originally Posted by Uwe View Post
    Another question is of course why multisampling is enabled in your application with Qt 6.7 and not with Qt 6.8.

    Uwe
    In the previous version of my application I work with Qwt 6.2.0 and Qt 6.5.3 (not Qt 6.7.1). Here QSurfaceFormat::samples() returns 4. So multisampling is enabled.
    In the new verion of my application I use Qwt 6.3.0 and Qt 6.8.0. Here QSurfaceFormat::samples() returns -1. That means that multisampling is disabled and I have to use QSurfaceFormat::setSamples.

    I now tried to use setSamples(8) in the previous version of my application, but I only see a black screen. Is this because of Qt or Qwt? Is there another solution.

Similar Threads

  1. Replies: 1
    Last Post: 14th November 2022, 07:35
  2. Replies: 2
    Last Post: 18th August 2016, 15:30
  3. Replies: 4
    Last Post: 17th August 2016, 18:41
  4. QSvgRenderer antialiasing
    By jonks in forum Qt Programming
    Replies: 4
    Last Post: 19th July 2013, 09:39
  5. Best AntiAliasing?
    By beni46 in forum Qwt
    Replies: 2
    Last Post: 2nd February 2010, 13:28

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.