Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有谁知道如何使 Qt 遵循 Qgraphicsitem 的插入顺序,而 parentItem 应该在顶部!
注意:我不想通过 zValue 来做,我需要它来做另一份工作。也不想因为其他原因制作 QGraphicsItemGroup 。
>stackBefore 应该是解决方案,但不管有没有,它都会在底部绘制父级。
>