Qt 6.x
The Qt SDK
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
qwindowsgdinativeinterface.h
Go to the documentation of this file.
1// Copyright (C) 2016 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
4#ifndef QWINDOWSGDINATIVEINTERFACE_H
5#define QWINDOWSGDINATIVEINTERFACE_H
6
8
10
12{
14public:
15 void *nativeResourceForBackingStore(const QByteArray &resource, QBackingStore *bs) override;
16};
17
19
20#endif // QWINDOWSGDINATIVEINTERFACE_H
The QBackingStore class provides a drawing area for QWindow.
\inmodule QtCore
Definition qbytearray.h:57
void * nativeResourceForBackingStore(const QByteArray &resource, QBackingStore *bs) override
Provides access to native handles.
Combined button and popup list for selecting options.
#define Q_OBJECT