2014/1/9 Friedemann Kleint
> 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);
>
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 Win
Hi all,
Current situation:
1. BypassWindowManagerHint [1] was proposed
2. Used in qtwayland by [2]
3. Because BypassWindowManagerHint == X11BypassWindowManagerHint the Qt
code which sets the X11BypassWindowManagerHint does not work with wayland
plugin.
In case of qtwayland there is need to pass s