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. Can Qt use graphics acceleration via OpenGL on general UI widgets?

Can Qt use graphics acceleration via OpenGL on general UI widgets?

Scheduled Pinned Locked Moved General and Desktop
3 Posts 2 Posters 1.0k 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.
  • J Offline
    J Offline
    JohnAC
    wrote on last edited by
    #1

    I'm new to the world of Qt and was wondering if it's possible to improve the performance of the UI on slow/under powered devices by using OpenGL to render UI widgets/animations.

    1 Reply Last reply
    0
    • P Offline
      P Offline
      pritamghanghas
      wrote on last edited by
      #2

      int qt 4.x days use can change the paint engine to opengl. But generally raster(which is default) is the fastest unless you have a really crappy processor and a decent GPU. If that is the case you will be better of with Qt5 and QML.

      1 Reply Last reply
      0
      • J Offline
        J Offline
        JohnAC
        wrote on last edited by
        #3

        Thanks for the response. Since writing the OP I've found the eglfs plugin and would like to consider using it on the platforms that really need it (ie. raspberry pi).

        Does the eglfs plugin only work with QML? I've started writing code to work with the QApplication, QWidget and QWindow classes.

        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