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?

Do QWidgets ever render using OpenGL?

Scheduled Pinned Locked Moved Solved General and Desktop
2 Posts 2 Posters 317 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
    drwho
    wrote on 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
    • mrjjM Offline
      mrjjM Offline
      mrjj
      Lifetime Qt Champion
      wrote on 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

      • Login

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