Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Unsolved How to draw image faster

    General and Desktop
    opengl qt5.9 windows 10
    2
    2
    360
    Loading More Posts
    • 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.
    • Y
      yijia last edited by

      I'm drawing some images on a widget inherited from QOpenGLWidget, and it shows properly.But on some computers it doesn't show anything. I used OpenGL Extensions Viewer and it told me the opengl version is 1.0.0. Maybe the graphics card is too old to support opengl. So I used drawPixmap instead of opengl functions, which is available but slow.
      My question is: Is there a way I can draw image faster without opengl ?I'm considering ANGLE, but I know little about it and dont't know how to start.

      Extra info:
      IDE: VS2015+Qt5.9.6
      platform:Windows 10

      beecksche 1 Reply Last reply Reply Quote 0
      • beecksche
        beecksche @yijia last edited by beecksche

        @yijia

        Maybe with different QLabel and QPixmap or QPicture

        https://doc.qt.io/qt-5/qlabel.html#pixmap-prop
        https://doc.qt.io/qt-5/qlabel.html#setPicture

        1 Reply Last reply Reply Quote 0
        • First post
          Last post