CSS inheritance in QGraphicsView
-
wrote on 17 Mar 2012, 13:21 last edited by
Hi!
Is it possible to inherit css code from QGraphicsScene/QGraphicsView, to child items, which are QGraphicsTextItems in my case?
And if it's, how?Example:
If I set h3{ color: #F00}; in QGraphicsScene, every Text item which has html h3 tags would be red.Regrads,
Jake
1/1