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
Added in version 6.10.
Synopsis¶
Properties¶
contrastPreferenceᅟ
- Contrast mode set by the system
Methods¶
def
__init__()
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:
- contrastPreference()¶
- Return type:
Getter of property
contrastPreferenceᅟ
.- contrastPreferenceChanged(contrastPreference)¶
- Parameters:
contrastPreference –
ContrastPreference
Notification signal of property
contrastPreferenceᅟ
.