PySide6.QtGui.QAccessibilityHints

class QAccessibilityHints

The QAccessibilityHints class contains platform specific accessibility hints and settings.

Details

This class bundles together platform specific accessibility settings, and can be accessed from accessibility .

See also

QStyleHints

Inheritance diagram of PySide6.QtGui.QAccessibilityHints

Added in version 6.10.

Synopsis

Properties

Methods

Signals

Note

This documentation may contain snippets that were automatically translated from C++ to Python. We always welcome contributions to the snippet translation. If you see an issue with the translation, you can also let us know by creating a ticket on https:/bugreports.qt.io/projects/PYSIDE

Note

Properties can be used directly when from __feature__ import true_property is used or via accessor functions otherwise.

property contrastPreferenceᅟ: Qt.ContrastPreference

This property holds The contrast mode set by the system..

This property can be used by the application to determine what contrast settings the system is currently using.

Qt styles use this property in order to adjust palette colors and outlines.

See also

PaletteChange

Access functions:
__init__([parent=None])
Parameters:

parentQObject

contrastPreference()
Return type:

ContrastPreference

Getter of property contrastPreferenceᅟ .

contrastPreferenceChanged(contrastPreference)
Parameters:

contrastPreferenceContrastPreference

Notification signal of property contrastPreferenceᅟ .