Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I need to create multiple layers, so i can manage hide/show layer. i don't see any api to do that :<
Hi and welcome to devnet,
What about a combo setZValue + show/hide on the items ? Would that do the job ?
You may use one QGraphicsItemGroup per level to group items . This basically makes group a layer since you can hide/show all items in a group showing their group.