Native interface to an X11 application. 更多...
| 头: | #include < QGuiApplication > |
| CMake: |
find_package(Qt6 REQUIRED COMPONENTS Gui)
target_link_libraries(mytarget PRIVATE Qt6::Gui) |
| qmake: | QT += gui |
| Since: | Qt 6.2 |
| int * | connection () const |
| int * | display () const |
Accessed through QGuiApplication::nativeInterface ().
Returns the X connection of the application, for use with XCB.
另请参阅 display ().
Returns the X display of the application, for use with Xlib.
另请参阅 connection ().