QAccessibilityHints Class
QAccessibilityHints 클래스에는 플랫폼별 접근성 힌트 및 설정이 포함되어 있습니다. 더 보기...
헤더: | #include <QAccessibilityHints> |
CMake: | find_package(Qt6 REQUIRED COMPONENTS Gui) target_link_libraries(mytarget PRIVATE Qt6::Gui) |
qmake: | QT += gui |
이후: | Qt 6.10 |
상속합니다: | QObject |
속성
(since 6.10)
contrastPreference : const Qt::ContrastPreference
공공 기능
Qt::ContrastPreference | contrastPreference() const |
신호
void | contrastPreferenceChanged(Qt::ContrastPreference contrastPreference) |
재구현된 보호 기능
virtual bool | event(QEvent *event) override |
상세 설명
이 클래스는 플랫폼별 접근성 설정을 함께 묶은 것으로, QStyleHints::accessibility 에서 액세스할 수 있습니다.
QStyleHints도 참조하세요 .
프로퍼티 문서
[read-only, since 6.10]
contrastPreference : const Qt::ContrastPreference
이 속성은 시스템에서 설정한 대비 모드를 보유합니다.
이 속성은 응용 프로그램에서 시스템이 현재 사용 중인 대비 설정을 결정하는 데 사용할 수 있습니다.
Qt 스타일은 팔레트 색상과 윤곽선을 조정하기 위해 이 속성을 사용합니다.
이 속성은 Qt 6.10에 도입되었습니다.
함수 액세스:
Qt::ContrastPreference | contrastPreference() const |
알림 신호:
void | contrastPreferenceChanged(Qt::ContrastPreference contrastPreference) |
Qt::ColorScheme, QGuiApplication::palette() 및 QEvent::PaletteChange 를참조하십시오 .
멤버 함수 문서
[override virtual protected]
bool QAccessibilityHints::event(QEvent *event)
다시 구현합니다: QObject::event(QEvent *e).
© 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.