QX11Application Struct

struct QNativeInterface::QX11Application

X11アプリケーションのネイティブ・インターフェース。詳細...

ヘッダー #include <QGuiApplication>
CMake: find_package(Qt6 REQUIRED COMPONENTS Gui)
target_link_libraries(mytarget PRIVATE Qt6::Gui)
qmake: QT += gui
以来:Qt 6.2

パブリック関数

int *connection() const
int *display() const

詳細説明

QGuiApplication::nativeInterface() からアクセスします。

メンバ関数のドキュメント

int *QX11Application::connection() const

XCB で使用するために、アプリケーションの X 接続を返す。

display()も参照

int *QX11Application::display() const

アプリケーションの X ディスプレイを返します。

connection()も参照

© 2025 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.