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. Do QWidgets ever render using OpenGL?
Forum Updated to NodeBB v4.3 + New Features

Do QWidgets ever render using OpenGL?

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 2 Posters 335 Views 2 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.
  • D Offline
    D Offline
    drwho
    wrote on 24 Jul 2018, 15:58 last edited by drwho
    #1

    For example, I have a desktop Qt built with openGL enabled (pre-built download from Qt), do the QWidgets render using opengl or software rasterization or combination of both? QPainter Documentation suggests software only. "The raster paint engine is Qt’s software rasterizer, and is used when drawing on a QImage or QWidget"

    1 Reply Last reply
    0
    • M Offline
      M Offline
      mrjj
      Lifetime Qt Champion
      wrote on 24 Jul 2018, 18:40 last edited by
      #2

      Hi
      As far as i know, QWidgets are never drawn accelerated.
      However QtCharts and http://doc.qt.io/qt-5/graphicsview.html
      can use openGl.

      1 Reply Last reply
      3

      1/2

      24 Jul 2018, 15:58

      • Login

      • Login or register to search.
      1 out of 2
      • First post
        1/2
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved