Qt
6.x
The Qt SDK
Loading...
Searching...
No Matches
src_plugins_platforms_qnx_qqnxwindow.cpp
Go to the documentation of this file.
1
// Copyright (C) 2018 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
5
QQuickView
*
view
=
new
QQuickView
(
parent
);
6
view
->create();
7
QGuiApplication::platformNativeInterface
()->
setWindowProperty
(
view
->handle(),
"qnxWindowGroup"
,
8
group
);
10
12
QQuickView
*
view
=
new
QQuickView
(
parent
);
13
view
->create();
14
QGuiApplication::platformNativeInterface
()->
setWindowProperty
(
view
->handle(),
"qnxWindowGroup"
,
15
QVariant
());
QGuiApplication::platformNativeInterface
static QPlatformNativeInterface * platformNativeInterface()
Definition
qguiapplication.cpp:1860
QPlatformNativeInterface::setWindowProperty
virtual void setWindowProperty(QPlatformWindow *window, const QString &name, const QVariant &value)
Sets a window property with name to value.
Definition
qplatformnativeinterface.cpp:136
QQuickView
The QQuickView class provides a window for displaying a Qt Quick user interface.
Definition
qquickview.h:20
QVariant
\inmodule QtCore
Definition
qvariant.h:64
group
GLboolean GLuint group
Definition
qopengles2ext.h:855
view
QQuickView * view
[0]
Definition
src_plugins_platforms_qnx_qqnxwindow.cpp:5
parent
IUIAutomationTreeWalker __RPC__deref_out_opt IUIAutomationElement ** parent
Definition
uiaclientinterfaces_p.h:209
qtbase
src
plugins
doc
snippets
code
src_plugins_platforms_qnx_qqnxwindow.cpp
Generated by
1.9.7