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. Snapshot of custom qml extension
Forum Updated to NodeBB v4.3 + New Features

Snapshot of custom qml extension

Scheduled Pinned Locked Moved QML and Qt Quick
1 Posts 1 Posters 1.0k 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.
  • N Offline
    N Offline
    nightroad
    wrote on last edited by
    #1

    Hi there,

    i have my own plugin which is drawing somethings on the screen and it's also have some child items which are draws their own shapes too. You can think my plugin as a container of other items something like a Canvas. I'm trying to collect my plugin its own snapshot in a period of time. I was trying to collect snapshot with QGraphicsEffect, it's actually render my item exactly as i want, but when i add some ( 150- 200 around )items in this plugin, my plugin is going to flicking everytime, So is there any other idea how can i render my plugin. QGScene::render, can do that too, but it's also rendering other stuff too which is i don't wanna render. (I can also filter these items while rendering QGScene but code is going to so complicated.)

    Please let me know if is there any other way exist for collecting thumbnails of given QDeclarativeItem.

    Regards,
    Abel

    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