diff --git a/src/platformsupport/windowsuiautomation/uiaattributeids_p.h b/src/platformsupport/windowsuiautomation/uiaattributeids_p.h index 52e7306a67..795cb9e551 100644 --- a/src/platformsupport/windowsuiautomation/uiaattributeids_p.h +++ b/src/platformsupport/windowsuiautomation/uiaattributeids_p.h @@ -40,6 +40,17 @@ #ifndef UIAATTRIBUTEIDS_H #define UIAATTRIBUTEIDS_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. +// + #define UIA_AnimationStyleAttributeId 40000 #define UIA_BackgroundColorAttributeId 40001 #define UIA_BulletStyleAttributeId 40002 diff --git a/src/platformsupport/windowsuiautomation/uiaclientinterfaces_p.h b/src/platformsupport/windowsuiautomation/uiaclientinterfaces_p.h index b95c05f6a4..5ed79cdb47 100644 --- a/src/platformsupport/windowsuiautomation/uiaclientinterfaces_p.h +++ b/src/platformsupport/windowsuiautomation/uiaclientinterfaces_p.h @@ -40,6 +40,17 @@ #ifndef UIACLIENTINTERFACES_H #define UIACLIENTINTERFACES_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. +// + #include #ifndef __IUIAutomationElement_INTERFACE_DEFINED__ diff --git a/src/platformsupport/windowsuiautomation/uiacontroltypeids_p.h b/src/platformsupport/windowsuiautomation/uiacontroltypeids_p.h index d77fc68da9..b5c5a0a4ff 100644 --- a/src/platformsupport/windowsuiautomation/uiacontroltypeids_p.h +++ b/src/platformsupport/windowsuiautomation/uiacontroltypeids_p.h @@ -40,6 +40,17 @@ #ifndef UIACONTROLTYPEIDS_H #define UIACONTROLTYPEIDS_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. +// + #define UIA_ButtonControlTypeId 50000 #define UIA_CalendarControlTypeId 50001 #define UIA_CheckBoxControlTypeId 50002 diff --git a/src/platformsupport/windowsuiautomation/uiaerrorids_p.h b/src/platformsupport/windowsuiautomation/uiaerrorids_p.h index c25453007d..8c2a24dbc7 100644 --- a/src/platformsupport/windowsuiautomation/uiaerrorids_p.h +++ b/src/platformsupport/windowsuiautomation/uiaerrorids_p.h @@ -40,6 +40,17 @@ #ifndef UIAERRORIDS_H #define UIAERRORIDS_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. +// + #define UIA_E_ELEMENTNOTENABLED 0x80040200 #define UIA_E_ELEMENTNOTAVAILABLE 0x80040201 #define UIA_E_NOCLICKABLEPOINT 0x80040202 diff --git a/src/platformsupport/windowsuiautomation/uiaeventids_p.h b/src/platformsupport/windowsuiautomation/uiaeventids_p.h index 2b414968ed..ed6c36834e 100644 --- a/src/platformsupport/windowsuiautomation/uiaeventids_p.h +++ b/src/platformsupport/windowsuiautomation/uiaeventids_p.h @@ -40,6 +40,17 @@ #ifndef UIAEVENTIDS_H #define UIAEVENTIDS_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. +// + #define UIA_ToolTipOpenedEventId 20000 #define UIA_ToolTipClosedEventId 20001 #define UIA_StructureChangedEventId 20002 diff --git a/src/platformsupport/windowsuiautomation/uiageneralids_p.h b/src/platformsupport/windowsuiautomation/uiageneralids_p.h index 62c795b94a..220554f885 100644 --- a/src/platformsupport/windowsuiautomation/uiageneralids_p.h +++ b/src/platformsupport/windowsuiautomation/uiageneralids_p.h @@ -40,6 +40,17 @@ #ifndef UIAGENERALIDS_H #define UIAGENERALIDS_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. +// + #define UiaAppendRuntimeId 3 #define UiaRootObjectId -25 diff --git a/src/platformsupport/windowsuiautomation/uiapatternids_p.h b/src/platformsupport/windowsuiautomation/uiapatternids_p.h index 114aabcaa5..d3f4c9bd7a 100644 --- a/src/platformsupport/windowsuiautomation/uiapatternids_p.h +++ b/src/platformsupport/windowsuiautomation/uiapatternids_p.h @@ -40,6 +40,17 @@ #ifndef UIAPATTERNIDS_H #define UIAPATTERNIDS_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. +// + #define UIA_InvokePatternId 10000 #define UIA_SelectionPatternId 10001 #define UIA_ValuePatternId 10002 diff --git a/src/platformsupport/windowsuiautomation/uiapropertyids_p.h b/src/platformsupport/windowsuiautomation/uiapropertyids_p.h index 5c35c956f8..74e84147f6 100644 --- a/src/platformsupport/windowsuiautomation/uiapropertyids_p.h +++ b/src/platformsupport/windowsuiautomation/uiapropertyids_p.h @@ -40,6 +40,17 @@ #ifndef UIAPROPERTYIDS_H #define UIAPROPERTYIDS_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. +// + #define UIA_RuntimeIdPropertyId 30000 #define UIA_BoundingRectanglePropertyId 30001 #define UIA_ProcessIdPropertyId 30002 diff --git a/src/platformsupport/windowsuiautomation/uiaserverinterfaces_p.h b/src/platformsupport/windowsuiautomation/uiaserverinterfaces_p.h index caae84755b..a6a2e4c20d 100644 --- a/src/platformsupport/windowsuiautomation/uiaserverinterfaces_p.h +++ b/src/platformsupport/windowsuiautomation/uiaserverinterfaces_p.h @@ -40,6 +40,17 @@ #ifndef UIASERVERINTERFACES_H #define UIASERVERINTERFACES_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. +// + #include #ifndef __IRawElementProviderSimple_INTERFACE_DEFINED__ diff --git a/src/platformsupport/windowsuiautomation/uiatypes_p.h b/src/platformsupport/windowsuiautomation/uiatypes_p.h index 25d8b8cb2b..ea58417943 100644 --- a/src/platformsupport/windowsuiautomation/uiatypes_p.h +++ b/src/platformsupport/windowsuiautomation/uiatypes_p.h @@ -40,6 +40,17 @@ #ifndef UIATYPES_H #define UIATYPES_H +// +// W A R N I N G +// ------------- +// +// This file is not part of the Qt API. It exists purely as an +// implementation detail. This header file may change from version to +// version without notice, or even be removed. +// +// We mean it. +// + typedef int PROPERTYID; typedef int PATTERNID; typedef int EVENTID;