QVirtualKeyboardObserver Class

키보드 이벤트 알림의 허브 역할을 합니다. 더 보기...

헤더: #include <QVirtualKeyboardObserver>
CMake: find_package(Qt6 REQUIRED COMPONENTS VirtualKeyboard)
target_link_libraries(mytarget PRIVATE Qt6::VirtualKeyboard)
qmake: QT += virtualkeyboard
QML에서: KeyboardObserver
상속합니다: QObject

속성

공공 기능

QVariant layout()

신호

void layoutChanged()

상세 설명

속성 문서

[read-only] layout : const QVariant

이 속성은 변형으로 표현된 현재 키보드 레이아웃을 보유합니다.

함수에 액세스합니다:

QVariant layout()

알림 신호:

void layoutChanged()

© 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.