Quote Originally Posted by Adam Badura View Post
So is there a way to access stylesheet data from within QStyledItemDelegate?
No, what sense would it make? QStyledItemDelegate will respect your stylesheet by itself if you remember to call the base class implementation in your subclass.