Qt 5.3.1 Windows: Detect when system uses "visual styles" from system (i.E. Win7 Aearo)
-
I don't think that "Qt Windows Extras":http://qt-project.org/doc/qt-5/qtwinextras-index.html module supports such functionality.
I guess that you have to use "Windows API to detect an active visual style":http://msdn.microsoft.com/en-us/library/windows/desktop/dd373487.aspx
-
Have you tried "(HWND)QWidget::winId()":http://qt-project.org/doc/qt-5/qwidget.html#winId ?
Or
@
reinterpret_cast<HWND>(QWidget::winId())
@