Hi, I think Qss stylesheets are a great feature for QWidgets but it does not exist for QGraphicsItems and I could understand that because QGraphicsitem is used in a QGraphicScene where rendering styles can get tricky.
When I was about to give up trying to style a QGraphicsTextItem i realized that QGraphicsTextItem supports setHtml with all the css styles functions, so basically if you write correct HTML you arrive at the same result that you may have with a QLabel and Qss stylesheet.
So the question is why not use Qss stylesheet for QGraphicstextItems too ?