Of course, this was discussed much already, but my situation is unique, as I set both a proxy style and an application-wide style sheet:

Qt Code:
  1. qDebug() << QApplication::style();
To copy to clipboard, switch view to plain text mode 

shows, in sequence:

QPlastiqueStyle(0xae8a10, name = "plastique")
QProxyStyle(0xb134f0)
QStyleSheetStyle(0xaf4780)
My question: is it possible to, despite this chain of different styles, determine the original style, i.e. QPlastiqueStyle.