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).
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