4#ifndef QUIACCESSIBILITYELEMENT_H
5#define QUIACCESSIBILITYELEMENT_H
10#if QT_CONFIG(accessibility)
14@property (readonly) QAccessible::Id axid;
16- (instancetype)initWithId:(
QAccessible::
Id)anId withAccessibilityContainer:(
id)view;
17+ (instancetype)elementWithId:(
QAccessible::
Id)anId withAccessibilityContainer:(
id)view;
The QAccessible class provides enums and static functions related to accessibility.