Spy++ reports that the class of all QWidgets are Qt5QWindowIcon
-
this is just the class name(not a type), a member in an WNDCLASS struct and registered by the Windows with RegisterClass() and then used to create the window with CreateWindow
dunno how it was before, but now in 5.1.1 it has been changed
you could check:
@QString QWindowsContext::registerWindowClass(const QWindow *w, bool isGL)@
in ..\Src\qtbase\src\plugins\platforms\windows\qwindowscontext.cpp