Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 BSD-3-Clause
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());
static QPlatformNativeInterface * platformNativeInterface()
The QQuickView class provides a window for displaying a Qt Quick user interface.
Definition qquickview.h:20
\inmodule QtCore
Definition qvariant.h:65
GLboolean GLuint group
QQuickView * view
[0]