PDA

View Full Version : current application style name



ugluk
24th October 2012, 10:59
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:



qDebug() << QApplication::style();


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.