Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. QPainter + QQuickFramebufferObject
Forum Updated to NodeBB v4.3 + New Features

QPainter + QQuickFramebufferObject

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 597 Views 1 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.
  • T Offline
    T Offline
    Tppo
    wrote on last edited by
    #1

    I need to use QPainter for making drawings in my application. And the result should be showed in QtQuick.
    At this moment I'm using QQuickPaintedItem to reach this task. But it works very slow.

    I found this solution to draw in FBO using QPainter:
    https://dangelog.wordpress.com/2013/02/10/using-fbos-instead-of-pbuffers-in-qt-5-2/

    Now can somebody provide me with a simple example on how to combine this approach with QQuickFramebufferObject, please?

    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