QNativeInterface Namespace

The QNativeInterface namespace includes the following elements from module QtGui. The full namespace is documented in module QtPlatformIntegration here.

CMake: find_package(Qt6 COMPONENTS Gui REQUIRED)
target_link_libraries(mytarget PRIVATE Qt6::Gui)
qmake: QT += gui

Classes

Classes

class QAndroidOffscreenSurface

Native interface to a offscreen surface on Android. More...

class QCocoaGLContext

Native interface to an NSOpenGLContext on macOS. More...

class QEGLContext

Native interface to an EGL context. More...

class QGLXContext

Native interface to a GLX context. More...

class QWGLContext

Native interface to a WGL context on Windows. More...

class QX11Application

Native interface to an X11 application. More...