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. Maximum size of QQuickPaintedItem

Maximum size of QQuickPaintedItem

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
2 Posts 2 Posters 239 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.
  • Q Offline
    Q Offline
    Quawetim
    wrote on last edited by
    #1

    Hello there.
    What is the maximum size (width/height) for QQuickPaintedItem? 10000 is ok, but if I set more only black screen draws. The problem is I need to draw on really BIG surface (>100 000 000 px) and I can't use OpenGL (no GPU), so only QPainter left.

    1 Reply Last reply
    0
    • SeeLookS Offline
      SeeLookS Offline
      SeeLook
      wrote on last edited by SeeLook
      #2

      Maybe it is not the direct answer for Your question, but did you consider to paint on "virtual" QGraphicsScene and render just desired part of that "virtual" composition to QPainter?
      I.e. QCharts module for QML works that way.

      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