[Development] QPlatformWindow customization with QWindow's dynamic properties

Friedemann Kleint Friedemann.Kleint at digia.com
Thu Jan 9 08:40:10 CET 2014


Hi,

just FYI, there also is :

QVariant  QPlatformNativeInterface::windowProperty(QPlatformWindow 
*window, const QString &name) const;
void QPlatformNativeInterface::setWindowProperty(QPlatformWindow 
*window, const QString &name, const QVariant &value);

which AFAIK currently is only used on Windows for one case (special 
window frame for wizards).

The problem that needs to be solved is for both approaches how to pass 
properties from widgets to windows though.

Regards,
Friedemann

-- 
Friedemann Kleint
Digia, Qt




More information about the Development mailing list