Agreed; I was referring to the use of “general” which didn’t feel to be completely true.
I wish I could add icons or change the background color. To answer the original question; once you’ve got a reference to the Channel Box, you can apply a Stylesheet that might give you enough control; though it’s limited when working with the Channel Box in particular, due to it’s internal widgets (QTableView using QStyledItemDelegates) not utilising QPalette or an existing stylesheets but rather calling paint() directly from which you can’t (?) take control. As we’ve had similar experiences in this regard, it’d be interesting to see what your experiences are specifically. Here’s a few nuggets of how I’ve attempted it, more or less successfully, if you have something to share, I would be most interested in having a look! https://gist.github.com/mottosso/1c9846e48f50bfe24408 -- You received this message because you are subscribed to the Google Groups "Python Programming for Autodesk Maya" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/python_inside_maya/CAFRtmOB9D9euynQ8%3DtrMRe2aPvTi_8%2B6XJ0w1%2B1vTR%3Dwg12uOw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
