hi there,
i need to get my hands on the name of the current QStyle name.
follwoing code:
showsQt Code:
qDebug() << "currentStyle " << currentStyle; qDebug() << "currentStyle " << currentStyle->metaObject()->className();To copy to clipboard, switch view to plain text mode
currentStyle QWindowsXPStyle(ptrAddress, name = "windowsxp")
currentStyle QWindowsXPStyle
on the console
"windowsxp" is the property I'd like to get
anyone knows how to do this?
Bookmarks