The QNativeInterface namespace includes the following elements from module QtGui. The full namespace is documented in module QtPlatformIntegration 这里。
CMake: |
find_package(Qt6 COMPONENTS Gui REQUIRED)
target_link_libraries(mytarget PRIVATE Qt6::Gui) |
qmake: | QT += gui |
struct | QAndroidOffscreenSurface |
struct | QCocoaGLContext |
struct | QEGLContext |
struct | QGLXContext |
struct | QWGLContext |
struct | QX11Application |
在 Android 的离屏表面的本机界面。 更多...
在 macOS 的 NSOpenGLContext 的本机接口。 更多...
ELX 上下文的本机接口。 更多...
GLX 上下文的本机接口。 更多...
Windows WGL 上下文的本机接口。 更多...
到 X11 应用程序的本机接口。 更多...