c++ - QGraphicsView with ~500 items causing rest of UI to lag -


as title says, in program i'm making have qgraphicsview contains lot of items, half of pixmaps. resource intensive, , can't expect display update @ 60 fps prefer. that's fine, it's important rest of widgets perform crisply. there way render qgraphicsview in separate thread, or otherwise update synchronously doesn't block other widgets?

edit - screenshot:

http://imgur.com/vze0jwp


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -