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 _______________________________________________ Development mailing list [email protected] http://lists.qt-project.org/mailman/listinfo/development
