Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
uiacontroltypeids_p.h
Go to the documentation of this file.
1// Copyright (C) 2017 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef UIACONTROLTYPEIDS_H
5#define UIACONTROLTYPEIDS_H
6
7//
8// W A R N I N G
9// -------------
10//
11// This file is not part of the Qt API. It exists purely as an
12// implementation detail. This header file may change from version to
13// version without notice, or even be removed.
14//
15// We mean it.
16//
17
18#define UIA_ButtonControlTypeId 50000
19#define UIA_CalendarControlTypeId 50001
20#define UIA_CheckBoxControlTypeId 50002
21#define UIA_ComboBoxControlTypeId 50003
22#define UIA_EditControlTypeId 50004
23#define UIA_HyperlinkControlTypeId 50005
24#define UIA_ImageControlTypeId 50006
25#define UIA_ListItemControlTypeId 50007
26#define UIA_ListControlTypeId 50008
27#define UIA_MenuControlTypeId 50009
28#define UIA_MenuBarControlTypeId 50010
29#define UIA_MenuItemControlTypeId 50011
30#define UIA_ProgressBarControlTypeId 50012
31#define UIA_RadioButtonControlTypeId 50013
32#define UIA_ScrollBarControlTypeId 50014
33#define UIA_SliderControlTypeId 50015
34#define UIA_SpinnerControlTypeId 50016
35#define UIA_StatusBarControlTypeId 50017
36#define UIA_TabControlTypeId 50018
37#define UIA_TabItemControlTypeId 50019
38#define UIA_TextControlTypeId 50020
39#define UIA_ToolBarControlTypeId 50021
40#define UIA_ToolTipControlTypeId 50022
41#define UIA_TreeControlTypeId 50023
42#define UIA_TreeItemControlTypeId 50024
43#define UIA_CustomControlTypeId 50025
44#define UIA_GroupControlTypeId 50026
45#define UIA_ThumbControlTypeId 50027
46#define UIA_DataGridControlTypeId 50028
47#define UIA_DataItemControlTypeId 50029
48#define UIA_DocumentControlTypeId 50030
49#define UIA_SplitButtonControlTypeId 50031
50#define UIA_WindowControlTypeId 50032
51#define UIA_PaneControlTypeId 50033
52#define UIA_HeaderControlTypeId 50034
53#define UIA_HeaderItemControlTypeId 50035
54#define UIA_TableControlTypeId 50036
55#define UIA_TitleBarControlTypeId 50037
56#define UIA_SeparatorControlTypeId 50038
57#define UIA_SemanticZoomControlTypeId 50039
58#define UIA_AppBarControlTypeId 50040
59
60#endif