1#recreate       # uncomment this to enforce generation
2#############################################################################
3##
4## Copyright (C) 2019 The Qt Company Ltd.
5## Contact: https://www.qt.io/licensing/
6##
7## This file is part of Qt for Python.
8##
9## $QT_BEGIN_LICENSE:LGPL$
10## Commercial License Usage
11## Licensees holding valid commercial Qt licenses may use this file in
12## accordance with the commercial license agreement provided with the
13## Software or, alternatively, in accordance with the terms contained in
14## a written agreement between you and The Qt Company. For licensing terms
15## and conditions see https://www.qt.io/terms-conditions. For further
16## information use the contact form at https://www.qt.io/contact-us.
17##
18## GNU Lesser General Public License Usage
19## Alternatively, this file may be used under the terms of the GNU Lesser
20## General Public License version 3 as published by the Free Software
21## Foundation and appearing in the file LICENSE.LGPL3 included in the
22## packaging of this file. Please review the following information to
23## ensure the GNU Lesser General Public License version 3 requirements
24## will be met: https://www.gnu.org/licenses/lgpl-3.0.html.
25##
26## GNU General Public License Usage
27## Alternatively, this file may be used under the terms of the GNU
28## General Public License version 2.0 or (at your option) the GNU General
29## Public license version 3 or any later version approved by the KDE Free
30## Qt Foundation. The licenses are as published by the Free Software
31## Foundation and appearing in the file LICENSE.GPL2 and LICENSE.GPL3
32## included in the packaging of this file. Please review the following
33## information to ensure the GNU General Public License requirements will
34## be met: https://www.gnu.org/licenses/gpl-2.0.html and
35## https://www.gnu.org/licenses/gpl-3.0.html.
36##
37## $QT_END_LICENSE$
38##
39#############################################################################
40"""
41This file contains the simplified signatures for all functions in PySide
42for module 'exists_red_hat_enterprise_linux_workstation7_6_5_14_2_ci' using
43Python 2.7.5 (default, Sep 26 2019, 13:23:47)  [GCC 4.8.5 20150623 (Red Hat 4.8.5-39)]
44Qt 5.14.2 (x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 5.3.1 20160406 (Red Hat 5.3.1-6))
45There are no default values, no variable names and no self
46parameter. Only types are present after simplification. The
47functions 'next' resp. '__next__' are removed to make the output
48identical for Python 2 and 3. '__div__' is also removed,
49since it exists in Python 2, only.
50"""
51import sys
52sig_dict = {}
53# Module PySide2.QtCore
54sig_dict.update({
55# class PySide2.QtCore.ClassInfo:
56    "PySide2.QtCore.ClassInfo.__init__": ('typing.Dict[str, str]',),
57# class PySide2.QtCore.MetaFunction:
58    "PySide2.QtCore.MetaFunction.__call__": ('typing.Any',),
59# class PySide2.QtCore.MetaSignal:
60    "PySide2.QtCore.MetaSignal.__instancecheck__": ('object',),
61# class PySide2.QtCore.Property:
62    "PySide2.QtCore.Property.__init__": ('type', 'typing.Callable', 'typing.Callable', 'typing.Callable', 'typing.Callable', 'str', 'typing.Callable', 'bool', 'bool', 'bool', 'bool', 'bool', 'bool'),
63    "PySide2.QtCore.Property.getter": ('typing.Callable',),
64    "PySide2.QtCore.Property.read": ('typing.Callable',),
65    "PySide2.QtCore.Property.setter": ('typing.Callable',),
66    "PySide2.QtCore.Property.write": ('typing.Callable',),
67# class PySide2.QtCore.QAbstractAnimation:
68# class PySide2.QtCore.QAbstractAnimation.DeletionPolicy:
69# class PySide2.QtCore.QAbstractAnimation.Direction:
70# class PySide2.QtCore.QAbstractAnimation.State:
71    "PySide2.QtCore.QAbstractAnimation.__init__": ('PySide2.QtCore.QObject',),
72    "PySide2.QtCore.QAbstractAnimation.currentLoop": (),
73    "PySide2.QtCore.QAbstractAnimation.currentLoopTime": (),
74    "PySide2.QtCore.QAbstractAnimation.currentTime": (),
75    "PySide2.QtCore.QAbstractAnimation.direction": (),
76    "PySide2.QtCore.QAbstractAnimation.duration": (),
77    "PySide2.QtCore.QAbstractAnimation.event": ('PySide2.QtCore.QEvent',),
78    "PySide2.QtCore.QAbstractAnimation.group": (),
79    "PySide2.QtCore.QAbstractAnimation.loopCount": (),
80    "PySide2.QtCore.QAbstractAnimation.pause": (),
81    "PySide2.QtCore.QAbstractAnimation.resume": (),
82    "PySide2.QtCore.QAbstractAnimation.setCurrentTime": ('int',),
83    "PySide2.QtCore.QAbstractAnimation.setDirection": ('PySide2.QtCore.QAbstractAnimation.Direction',),
84    "PySide2.QtCore.QAbstractAnimation.setLoopCount": ('int',),
85    "PySide2.QtCore.QAbstractAnimation.setPaused": ('bool',),
86    "PySide2.QtCore.QAbstractAnimation.start": ('PySide2.QtCore.QAbstractAnimation.DeletionPolicy',),
87    "PySide2.QtCore.QAbstractAnimation.state": (),
88    "PySide2.QtCore.QAbstractAnimation.stop": (),
89    "PySide2.QtCore.QAbstractAnimation.totalDuration": (),
90    "PySide2.QtCore.QAbstractAnimation.updateCurrentTime": ('int',),
91    "PySide2.QtCore.QAbstractAnimation.updateDirection": ('PySide2.QtCore.QAbstractAnimation.Direction',),
92    "PySide2.QtCore.QAbstractAnimation.updateState": ('PySide2.QtCore.QAbstractAnimation.State', 'PySide2.QtCore.QAbstractAnimation.State'),
93# class PySide2.QtCore.QAbstractEventDispatcher:
94# class PySide2.QtCore.QAbstractEventDispatcher.TimerInfo:
95    "PySide2.QtCore.QAbstractEventDispatcher.TimerInfo.__init__": ('int', 'int', 'PySide2.QtCore.Qt.TimerType'),
96    "PySide2.QtCore.QAbstractEventDispatcher.__init__": ('PySide2.QtCore.QObject',),
97    "PySide2.QtCore.QAbstractEventDispatcher.closingDown": (),
98    "PySide2.QtCore.QAbstractEventDispatcher.filterNativeEvent": ('PySide2.QtCore.QByteArray', 'int'),
99    "PySide2.QtCore.QAbstractEventDispatcher.flush": (),
100    "PySide2.QtCore.QAbstractEventDispatcher.hasPendingEvents": (),
101    "PySide2.QtCore.QAbstractEventDispatcher.installNativeEventFilter": ('PySide2.QtCore.QAbstractNativeEventFilter',),
102    "PySide2.QtCore.QAbstractEventDispatcher.instance": ('PySide2.QtCore.QThread',),
103    "PySide2.QtCore.QAbstractEventDispatcher.interrupt": (),
104    "PySide2.QtCore.QAbstractEventDispatcher.processEvents": ('PySide2.QtCore.QEventLoop.ProcessEventsFlags',),
105    "PySide2.QtCore.QAbstractEventDispatcher.registerSocketNotifier": ('PySide2.QtCore.QSocketNotifier',),
106    "PySide2.QtCore.QAbstractEventDispatcher.registerTimer": [('int', 'PySide2.QtCore.Qt.TimerType', 'PySide2.QtCore.QObject'), ('int', 'int', 'PySide2.QtCore.Qt.TimerType', 'PySide2.QtCore.QObject')],
107    "PySide2.QtCore.QAbstractEventDispatcher.registeredTimers": ('PySide2.QtCore.QObject',),
108    "PySide2.QtCore.QAbstractEventDispatcher.remainingTime": ('int',),
109    "PySide2.QtCore.QAbstractEventDispatcher.removeNativeEventFilter": ('PySide2.QtCore.QAbstractNativeEventFilter',),
110    "PySide2.QtCore.QAbstractEventDispatcher.startingUp": (),
111    "PySide2.QtCore.QAbstractEventDispatcher.unregisterSocketNotifier": ('PySide2.QtCore.QSocketNotifier',),
112    "PySide2.QtCore.QAbstractEventDispatcher.unregisterTimer": ('int',),
113    "PySide2.QtCore.QAbstractEventDispatcher.unregisterTimers": ('PySide2.QtCore.QObject',),
114    "PySide2.QtCore.QAbstractEventDispatcher.wakeUp": (),
115# class PySide2.QtCore.QAbstractItemModel:
116# class PySide2.QtCore.QAbstractItemModel.CheckIndexOption:
117# class PySide2.QtCore.QAbstractItemModel.CheckIndexOptions:
118# class PySide2.QtCore.QAbstractItemModel.LayoutChangeHint:
119    "PySide2.QtCore.QAbstractItemModel.__init__": ('PySide2.QtCore.QObject',),
120    "PySide2.QtCore.QAbstractItemModel.beginInsertColumns": ('PySide2.QtCore.QModelIndex', 'int', 'int'),
121    "PySide2.QtCore.QAbstractItemModel.beginInsertRows": ('PySide2.QtCore.QModelIndex', 'int', 'int'),
122    "PySide2.QtCore.QAbstractItemModel.beginMoveColumns": ('PySide2.QtCore.QModelIndex', 'int', 'int', 'PySide2.QtCore.QModelIndex', 'int'),
123    "PySide2.QtCore.QAbstractItemModel.beginMoveRows": ('PySide2.QtCore.QModelIndex', 'int', 'int', 'PySide2.QtCore.QModelIndex', 'int'),
124    "PySide2.QtCore.QAbstractItemModel.beginRemoveColumns": ('PySide2.QtCore.QModelIndex', 'int', 'int'),
125    "PySide2.QtCore.QAbstractItemModel.beginRemoveRows": ('PySide2.QtCore.QModelIndex', 'int', 'int'),
126    "PySide2.QtCore.QAbstractItemModel.beginResetModel": (),
127    "PySide2.QtCore.QAbstractItemModel.buddy": ('PySide2.QtCore.QModelIndex',),
128    "PySide2.QtCore.QAbstractItemModel.canDropMimeData": ('PySide2.QtCore.QMimeData', 'PySide2.QtCore.Qt.DropAction', 'int', 'int', 'PySide2.QtCore.QModelIndex'),
129    "PySide2.QtCore.QAbstractItemModel.canFetchMore": ('PySide2.QtCore.QModelIndex',),
130    "PySide2.QtCore.QAbstractItemModel.changePersistentIndex": ('PySide2.QtCore.QModelIndex', 'PySide2.QtCore.QModelIndex'),
131    "PySide2.QtCore.QAbstractItemModel.changePersistentIndexList": ('typing.List[int]', 'typing.List[int]'),
132    "PySide2.QtCore.QAbstractItemModel.checkIndex": ('PySide2.QtCore.QModelIndex', 'PySide2.QtCore.QAbstractItemModel.CheckIndexOptions'),
133    "PySide2.QtCore.QAbstractItemModel.columnCount": ('PySide2.QtCore.QModelIndex',),
134    "PySide2.QtCore.QAbstractItemModel.createIndex": [('int', 'int', 'int'), ('int', 'int', 'object')],
135    "PySide2.QtCore.QAbstractItemModel.data": ('PySide2.QtCore.QModelIndex', 'int'),
136    "PySide2.QtCore.QAbstractItemModel.decodeData": ('int', 'int', 'PySide2.QtCore.QModelIndex', 'PySide2.QtCore.QDataStream'),
137    "PySide2.QtCore.QAbstractItemModel.dropMimeData": ('PySide2.QtCore.QMimeData', 'PySide2.QtCore.Qt.DropAction', 'int', 'int', 'PySide2.QtCore.QModelIndex'),
138    "PySide2.QtCore.QAbstractItemModel.encodeData": ('typing.List[int]', 'PySide2.QtCore.QDataStream'),
139    "PySide2.QtCore.QAbstractItemModel.endInsertColumns": (),
140    "PySide2.QtCore.QAbstractItemModel.endInsertRows": (),
141    "PySide2.QtCore.QAbstractItemModel.endMoveColumns": (),
142    "PySide2.QtCore.QAbstractItemModel.endMoveRows": (),
143    "PySide2.QtCore.QAbstractItemModel.endRemoveColumns": (),
144    "PySide2.QtCore.QAbstractItemModel.endRemoveRows": (),
145    "PySide2.QtCore.QAbstractItemModel.endResetModel": (),
146    "PySide2.QtCore.QAbstractItemModel.fetchMore": ('PySide2.QtCore.QModelIndex',),
147    "PySide2.QtCore.QAbstractItemModel.flags": ('PySide2.QtCore.QModelIndex',),
148    "PySide2.QtCore.QAbstractItemModel.hasChildren": ('PySide2.QtCore.QModelIndex',),
149    "PySide2.QtCore.QAbstractItemModel.hasIndex": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
150    "PySide2.QtCore.QAbstractItemModel.headerData": ('int', 'PySide2.QtCore.Qt.Orientation', 'int'),
151    "PySide2.QtCore.QAbstractItemModel.index": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
152    "PySide2.QtCore.QAbstractItemModel.insertColumn": ('int', 'PySide2.QtCore.QModelIndex'),
153    "PySide2.QtCore.QAbstractItemModel.insertColumns": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
154    "PySide2.QtCore.QAbstractItemModel.insertRow": ('int', 'PySide2.QtCore.QModelIndex'),
155    "PySide2.QtCore.QAbstractItemModel.insertRows": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
156    "PySide2.QtCore.QAbstractItemModel.itemData": ('PySide2.QtCore.QModelIndex',),
157    "PySide2.QtCore.QAbstractItemModel.match": ('PySide2.QtCore.QModelIndex', 'int', 'typing.Any', 'int', 'PySide2.QtCore.Qt.MatchFlags'),
158    "PySide2.QtCore.QAbstractItemModel.mimeData": ('typing.List[int]',),
159    "PySide2.QtCore.QAbstractItemModel.mimeTypes": (),
160    "PySide2.QtCore.QAbstractItemModel.moveColumn": ('PySide2.QtCore.QModelIndex', 'int', 'PySide2.QtCore.QModelIndex', 'int'),
161    "PySide2.QtCore.QAbstractItemModel.moveColumns": ('PySide2.QtCore.QModelIndex', 'int', 'int', 'PySide2.QtCore.QModelIndex', 'int'),
162    "PySide2.QtCore.QAbstractItemModel.moveRow": ('PySide2.QtCore.QModelIndex', 'int', 'PySide2.QtCore.QModelIndex', 'int'),
163    "PySide2.QtCore.QAbstractItemModel.moveRows": ('PySide2.QtCore.QModelIndex', 'int', 'int', 'PySide2.QtCore.QModelIndex', 'int'),
164    "PySide2.QtCore.QAbstractItemModel.parent": [(), ('PySide2.QtCore.QModelIndex',)],
165    "PySide2.QtCore.QAbstractItemModel.persistentIndexList": (),
166    "PySide2.QtCore.QAbstractItemModel.removeColumn": ('int', 'PySide2.QtCore.QModelIndex'),
167    "PySide2.QtCore.QAbstractItemModel.removeColumns": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
168    "PySide2.QtCore.QAbstractItemModel.removeRow": ('int', 'PySide2.QtCore.QModelIndex'),
169    "PySide2.QtCore.QAbstractItemModel.removeRows": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
170    "PySide2.QtCore.QAbstractItemModel.resetInternalData": (),
171    "PySide2.QtCore.QAbstractItemModel.revert": (),
172    "PySide2.QtCore.QAbstractItemModel.roleNames": (),
173    "PySide2.QtCore.QAbstractItemModel.rowCount": ('PySide2.QtCore.QModelIndex',),
174    "PySide2.QtCore.QAbstractItemModel.setData": ('PySide2.QtCore.QModelIndex', 'typing.Any', 'int'),
175    "PySide2.QtCore.QAbstractItemModel.setHeaderData": ('int', 'PySide2.QtCore.Qt.Orientation', 'typing.Any', 'int'),
176    "PySide2.QtCore.QAbstractItemModel.setItemData": ('PySide2.QtCore.QModelIndex', 'typing.Dict[int, typing.Any]'),
177    "PySide2.QtCore.QAbstractItemModel.sibling": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
178    "PySide2.QtCore.QAbstractItemModel.sort": ('int', 'PySide2.QtCore.Qt.SortOrder'),
179    "PySide2.QtCore.QAbstractItemModel.span": ('PySide2.QtCore.QModelIndex',),
180    "PySide2.QtCore.QAbstractItemModel.submit": (),
181    "PySide2.QtCore.QAbstractItemModel.supportedDragActions": (),
182    "PySide2.QtCore.QAbstractItemModel.supportedDropActions": (),
183# class PySide2.QtCore.QAbstractListModel:
184    "PySide2.QtCore.QAbstractListModel.__init__": ('PySide2.QtCore.QObject',),
185    "PySide2.QtCore.QAbstractListModel.columnCount": ('PySide2.QtCore.QModelIndex',),
186    "PySide2.QtCore.QAbstractListModel.dropMimeData": ('PySide2.QtCore.QMimeData', 'PySide2.QtCore.Qt.DropAction', 'int', 'int', 'PySide2.QtCore.QModelIndex'),
187    "PySide2.QtCore.QAbstractListModel.flags": ('PySide2.QtCore.QModelIndex',),
188    "PySide2.QtCore.QAbstractListModel.hasChildren": ('PySide2.QtCore.QModelIndex',),
189    "PySide2.QtCore.QAbstractListModel.index": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
190    "PySide2.QtCore.QAbstractListModel.parent": [(), ('PySide2.QtCore.QModelIndex',)],
191    "PySide2.QtCore.QAbstractListModel.sibling": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
192# class PySide2.QtCore.QAbstractNativeEventFilter:
193    "PySide2.QtCore.QAbstractNativeEventFilter.__init__": (),
194    "PySide2.QtCore.QAbstractNativeEventFilter.nativeEventFilter": ('PySide2.QtCore.QByteArray', 'int'),
195# class PySide2.QtCore.QAbstractProxyModel:
196    "PySide2.QtCore.QAbstractProxyModel.__init__": ('PySide2.QtCore.QObject',),
197    "PySide2.QtCore.QAbstractProxyModel.buddy": ('PySide2.QtCore.QModelIndex',),
198    "PySide2.QtCore.QAbstractProxyModel.canDropMimeData": ('PySide2.QtCore.QMimeData', 'PySide2.QtCore.Qt.DropAction', 'int', 'int', 'PySide2.QtCore.QModelIndex'),
199    "PySide2.QtCore.QAbstractProxyModel.canFetchMore": ('PySide2.QtCore.QModelIndex',),
200    "PySide2.QtCore.QAbstractProxyModel.data": ('PySide2.QtCore.QModelIndex', 'int'),
201    "PySide2.QtCore.QAbstractProxyModel.dropMimeData": ('PySide2.QtCore.QMimeData', 'PySide2.QtCore.Qt.DropAction', 'int', 'int', 'PySide2.QtCore.QModelIndex'),
202    "PySide2.QtCore.QAbstractProxyModel.fetchMore": ('PySide2.QtCore.QModelIndex',),
203    "PySide2.QtCore.QAbstractProxyModel.flags": ('PySide2.QtCore.QModelIndex',),
204    "PySide2.QtCore.QAbstractProxyModel.hasChildren": ('PySide2.QtCore.QModelIndex',),
205    "PySide2.QtCore.QAbstractProxyModel.headerData": ('int', 'PySide2.QtCore.Qt.Orientation', 'int'),
206    "PySide2.QtCore.QAbstractProxyModel.itemData": ('PySide2.QtCore.QModelIndex',),
207    "PySide2.QtCore.QAbstractProxyModel.mapFromSource": ('PySide2.QtCore.QModelIndex',),
208    "PySide2.QtCore.QAbstractProxyModel.mapSelectionFromSource": ('PySide2.QtCore.QItemSelection',),
209    "PySide2.QtCore.QAbstractProxyModel.mapSelectionToSource": ('PySide2.QtCore.QItemSelection',),
210    "PySide2.QtCore.QAbstractProxyModel.mapToSource": ('PySide2.QtCore.QModelIndex',),
211    "PySide2.QtCore.QAbstractProxyModel.mimeData": ('typing.List[int]',),
212    "PySide2.QtCore.QAbstractProxyModel.mimeTypes": (),
213    "PySide2.QtCore.QAbstractProxyModel.resetInternalData": (),
214    "PySide2.QtCore.QAbstractProxyModel.revert": (),
215    "PySide2.QtCore.QAbstractProxyModel.setData": ('PySide2.QtCore.QModelIndex', 'typing.Any', 'int'),
216    "PySide2.QtCore.QAbstractProxyModel.setHeaderData": ('int', 'PySide2.QtCore.Qt.Orientation', 'typing.Any', 'int'),
217    "PySide2.QtCore.QAbstractProxyModel.setItemData": ('PySide2.QtCore.QModelIndex', 'typing.Dict[int, typing.Any]'),
218    "PySide2.QtCore.QAbstractProxyModel.setSourceModel": ('PySide2.QtCore.QAbstractItemModel',),
219    "PySide2.QtCore.QAbstractProxyModel.sibling": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
220    "PySide2.QtCore.QAbstractProxyModel.sort": ('int', 'PySide2.QtCore.Qt.SortOrder'),
221    "PySide2.QtCore.QAbstractProxyModel.sourceModel": (),
222    "PySide2.QtCore.QAbstractProxyModel.span": ('PySide2.QtCore.QModelIndex',),
223    "PySide2.QtCore.QAbstractProxyModel.submit": (),
224    "PySide2.QtCore.QAbstractProxyModel.supportedDragActions": (),
225    "PySide2.QtCore.QAbstractProxyModel.supportedDropActions": (),
226# class PySide2.QtCore.QAbstractState:
227    "PySide2.QtCore.QAbstractState.__init__": ('PySide2.QtCore.QState',),
228    "PySide2.QtCore.QAbstractState.active": (),
229    "PySide2.QtCore.QAbstractState.event": ('PySide2.QtCore.QEvent',),
230    "PySide2.QtCore.QAbstractState.machine": (),
231    "PySide2.QtCore.QAbstractState.onEntry": ('PySide2.QtCore.QEvent',),
232    "PySide2.QtCore.QAbstractState.onExit": ('PySide2.QtCore.QEvent',),
233    "PySide2.QtCore.QAbstractState.parentState": (),
234# class PySide2.QtCore.QAbstractTableModel:
235    "PySide2.QtCore.QAbstractTableModel.__init__": ('PySide2.QtCore.QObject',),
236    "PySide2.QtCore.QAbstractTableModel.dropMimeData": ('PySide2.QtCore.QMimeData', 'PySide2.QtCore.Qt.DropAction', 'int', 'int', 'PySide2.QtCore.QModelIndex'),
237    "PySide2.QtCore.QAbstractTableModel.flags": ('PySide2.QtCore.QModelIndex',),
238    "PySide2.QtCore.QAbstractTableModel.hasChildren": ('PySide2.QtCore.QModelIndex',),
239    "PySide2.QtCore.QAbstractTableModel.index": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
240    "PySide2.QtCore.QAbstractTableModel.parent": [(), ('PySide2.QtCore.QModelIndex',)],
241    "PySide2.QtCore.QAbstractTableModel.sibling": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
242# class PySide2.QtCore.QAbstractTransition:
243# class PySide2.QtCore.QAbstractTransition.TransitionType:
244    "PySide2.QtCore.QAbstractTransition.__init__": ('PySide2.QtCore.QState',),
245    "PySide2.QtCore.QAbstractTransition.addAnimation": ('PySide2.QtCore.QAbstractAnimation',),
246    "PySide2.QtCore.QAbstractTransition.animations": (),
247    "PySide2.QtCore.QAbstractTransition.event": ('PySide2.QtCore.QEvent',),
248    "PySide2.QtCore.QAbstractTransition.eventTest": ('PySide2.QtCore.QEvent',),
249    "PySide2.QtCore.QAbstractTransition.machine": (),
250    "PySide2.QtCore.QAbstractTransition.onTransition": ('PySide2.QtCore.QEvent',),
251    "PySide2.QtCore.QAbstractTransition.removeAnimation": ('PySide2.QtCore.QAbstractAnimation',),
252    "PySide2.QtCore.QAbstractTransition.setTargetState": ('PySide2.QtCore.QAbstractState',),
253    "PySide2.QtCore.QAbstractTransition.setTargetStates": ('typing.Sequence[PySide2.QtCore.QAbstractState]',),
254    "PySide2.QtCore.QAbstractTransition.setTransitionType": ('PySide2.QtCore.QAbstractTransition.TransitionType',),
255    "PySide2.QtCore.QAbstractTransition.sourceState": (),
256    "PySide2.QtCore.QAbstractTransition.targetState": (),
257    "PySide2.QtCore.QAbstractTransition.targetStates": (),
258    "PySide2.QtCore.QAbstractTransition.transitionType": (),
259# class PySide2.QtCore.QAnimationGroup:
260    "PySide2.QtCore.QAnimationGroup.__init__": ('PySide2.QtCore.QObject',),
261    "PySide2.QtCore.QAnimationGroup.addAnimation": ('PySide2.QtCore.QAbstractAnimation',),
262    "PySide2.QtCore.QAnimationGroup.animationAt": ('int',),
263    "PySide2.QtCore.QAnimationGroup.animationCount": (),
264    "PySide2.QtCore.QAnimationGroup.clear": (),
265    "PySide2.QtCore.QAnimationGroup.event": ('PySide2.QtCore.QEvent',),
266    "PySide2.QtCore.QAnimationGroup.indexOfAnimation": ('PySide2.QtCore.QAbstractAnimation',),
267    "PySide2.QtCore.QAnimationGroup.insertAnimation": ('int', 'PySide2.QtCore.QAbstractAnimation'),
268    "PySide2.QtCore.QAnimationGroup.removeAnimation": ('PySide2.QtCore.QAbstractAnimation',),
269    "PySide2.QtCore.QAnimationGroup.takeAnimation": ('int',),
270# class PySide2.QtCore.QBasicMutex:
271    "PySide2.QtCore.QBasicMutex.__init__": (),
272    "PySide2.QtCore.QBasicMutex.isRecursive": (),
273    "PySide2.QtCore.QBasicMutex.lock": (),
274    "PySide2.QtCore.QBasicMutex.tryLock": (),
275    "PySide2.QtCore.QBasicMutex.try_lock": (),
276    "PySide2.QtCore.QBasicMutex.unlock": (),
277# class PySide2.QtCore.QBasicTimer:
278    "PySide2.QtCore.QBasicTimer.__init__": [(), ('PySide2.QtCore.QBasicTimer',)],
279    "PySide2.QtCore.QBasicTimer.__copy__": (),
280    "PySide2.QtCore.QBasicTimer.isActive": (),
281    "PySide2.QtCore.QBasicTimer.start": [('int', 'PySide2.QtCore.QObject'), ('int', 'PySide2.QtCore.Qt.TimerType', 'PySide2.QtCore.QObject')],
282    "PySide2.QtCore.QBasicTimer.stop": (),
283    "PySide2.QtCore.QBasicTimer.swap": ('PySide2.QtCore.QBasicTimer',),
284    "PySide2.QtCore.QBasicTimer.timerId": (),
285# class PySide2.QtCore.QBitArray:
286    "PySide2.QtCore.QBitArray.__init__": [(), ('PySide2.QtCore.QBitArray',), ('int', 'bool')],
287    "PySide2.QtCore.QBitArray.__and__": ('PySide2.QtCore.QBitArray',),
288    "PySide2.QtCore.QBitArray.__copy__": (),
289    "PySide2.QtCore.QBitArray.__iand__": ('PySide2.QtCore.QBitArray',),
290    "PySide2.QtCore.QBitArray.__invert__": (),
291    "PySide2.QtCore.QBitArray.__ior__": ('PySide2.QtCore.QBitArray',),
292    "PySide2.QtCore.QBitArray.__ixor__": ('PySide2.QtCore.QBitArray',),
293    "PySide2.QtCore.QBitArray.__or__": ('PySide2.QtCore.QBitArray',),
294    "PySide2.QtCore.QBitArray.__xor__": ('PySide2.QtCore.QBitArray',),
295    "PySide2.QtCore.QBitArray.at": ('int',),
296    "PySide2.QtCore.QBitArray.bits": (),
297    "PySide2.QtCore.QBitArray.clear": (),
298    "PySide2.QtCore.QBitArray.clearBit": ('int',),
299    "PySide2.QtCore.QBitArray.count": [(), ('bool',)],
300    "PySide2.QtCore.QBitArray.fill": [('bool', 'int'), ('bool', 'int', 'int')],
301    "PySide2.QtCore.QBitArray.fromBits": ('str', 'int'),
302    "PySide2.QtCore.QBitArray.isEmpty": (),
303    "PySide2.QtCore.QBitArray.isNull": (),
304    "PySide2.QtCore.QBitArray.resize": ('int',),
305    "PySide2.QtCore.QBitArray.setBit": [('int',), ('int', 'bool')],
306    "PySide2.QtCore.QBitArray.size": (),
307    "PySide2.QtCore.QBitArray.swap": ('PySide2.QtCore.QBitArray',),
308    "PySide2.QtCore.QBitArray.testBit": ('int',),
309    "PySide2.QtCore.QBitArray.toggleBit": ('int',),
310    "PySide2.QtCore.QBitArray.truncate": ('int',),
311# class PySide2.QtCore.QBuffer:
312    "PySide2.QtCore.QBuffer.__init__": [('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QObject'), ('PySide2.QtCore.QObject',)],
313    "PySide2.QtCore.QBuffer.atEnd": (),
314    "PySide2.QtCore.QBuffer.buffer": (),
315    "PySide2.QtCore.QBuffer.canReadLine": (),
316    "PySide2.QtCore.QBuffer.close": (),
317    "PySide2.QtCore.QBuffer.connectNotify": ('PySide2.QtCore.QMetaMethod',),
318    "PySide2.QtCore.QBuffer.data": (),
319    "PySide2.QtCore.QBuffer.disconnectNotify": ('PySide2.QtCore.QMetaMethod',),
320    "PySide2.QtCore.QBuffer.open": ('PySide2.QtCore.QIODevice.OpenMode',),
321    "PySide2.QtCore.QBuffer.pos": (),
322    "PySide2.QtCore.QBuffer.readData": ('str', 'int'),
323    "PySide2.QtCore.QBuffer.seek": ('int',),
324    "PySide2.QtCore.QBuffer.setBuffer": ('PySide2.QtCore.QByteArray',),
325    "PySide2.QtCore.QBuffer.setData": ('PySide2.QtCore.QByteArray',),
326    "PySide2.QtCore.QBuffer.size": (),
327    "PySide2.QtCore.QBuffer.writeData": ('str', 'int'),
328# class PySide2.QtCore.QByteArray:
329# class PySide2.QtCore.QByteArray.Base64Option:
330# class PySide2.QtCore.QByteArray.Base64Options:
331    "PySide2.QtCore.QByteArray.__init__": [(), ('PySide2.QtCore.QByteArray',), ('bytearray',), ('int', 'int'), ('str',)],
332    "PySide2.QtCore.QByteArray.__add__": [('PySide2.QtCore.QByteArray',), ('bytearray',), ('int',), ('str',)],
333    "PySide2.QtCore.QByteArray.__copy__": (),
334    "PySide2.QtCore.QByteArray.__iadd__": [('PySide2.QtCore.QByteArray',), ('bytearray',), ('int',)],
335    "PySide2.QtCore.QByteArray.__reduce__": (),
336    "PySide2.QtCore.QByteArray.__repr__": (),
337    "PySide2.QtCore.QByteArray.__str__": (),
338    "PySide2.QtCore.QByteArray.append": [('PySide2.QtCore.QByteArray',), ('int',), ('int', 'int')],
339    "PySide2.QtCore.QByteArray.at": ('int',),
340    "PySide2.QtCore.QByteArray.back": (),
341    "PySide2.QtCore.QByteArray.capacity": (),
342    "PySide2.QtCore.QByteArray.cbegin": (),
343    "PySide2.QtCore.QByteArray.cend": (),
344    "PySide2.QtCore.QByteArray.chop": ('int',),
345    "PySide2.QtCore.QByteArray.chopped": ('int',),
346    "PySide2.QtCore.QByteArray.clear": (),
347    "PySide2.QtCore.QByteArray.compare": [('PySide2.QtCore.QByteArray', 'PySide2.QtCore.Qt.CaseSensitivity'), ('str', 'PySide2.QtCore.Qt.CaseSensitivity')],
348    "PySide2.QtCore.QByteArray.contains": [('PySide2.QtCore.QByteArray',), ('int',)],
349    "PySide2.QtCore.QByteArray.count": [(), ('PySide2.QtCore.QByteArray',), ('int',)],
350    "PySide2.QtCore.QByteArray.data": (),
351    "PySide2.QtCore.QByteArray.endsWith": [('PySide2.QtCore.QByteArray',), ('int',)],
352    "PySide2.QtCore.QByteArray.fill": ('int', 'int'),
353    "PySide2.QtCore.QByteArray.fromBase64": [('PySide2.QtCore.QByteArray',), ('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QByteArray.Base64Options')],
354    "PySide2.QtCore.QByteArray.fromHex": ('PySide2.QtCore.QByteArray',),
355    "PySide2.QtCore.QByteArray.fromPercentEncoding": ('PySide2.QtCore.QByteArray', 'int'),
356    "PySide2.QtCore.QByteArray.fromRawData": ('str', 'int'),
357    "PySide2.QtCore.QByteArray.front": (),
358    "PySide2.QtCore.QByteArray.indexOf": ('PySide2.QtCore.QByteArray', 'int'),
359    "PySide2.QtCore.QByteArray.insert": [('int', 'PySide2.QtCore.QByteArray'), ('int', 'int', 'int')],
360    "PySide2.QtCore.QByteArray.isEmpty": (),
361    "PySide2.QtCore.QByteArray.isLower": (),
362    "PySide2.QtCore.QByteArray.isNull": (),
363    "PySide2.QtCore.QByteArray.isSharedWith": ('PySide2.QtCore.QByteArray',),
364    "PySide2.QtCore.QByteArray.isUpper": (),
365    "PySide2.QtCore.QByteArray.lastIndexOf": ('PySide2.QtCore.QByteArray', 'int'),
366    "PySide2.QtCore.QByteArray.left": ('int',),
367    "PySide2.QtCore.QByteArray.leftJustified": ('int', 'int', 'bool'),
368    "PySide2.QtCore.QByteArray.length": (),
369    "PySide2.QtCore.QByteArray.mid": ('int', 'int'),
370    "PySide2.QtCore.QByteArray.number": [('float', 'int', 'int'), ('int', 'int')],
371    "PySide2.QtCore.QByteArray.prepend": [('PySide2.QtCore.QByteArray',), ('int',), ('int', 'int')],
372    "PySide2.QtCore.QByteArray.remove": ('int', 'int'),
373    "PySide2.QtCore.QByteArray.repeated": ('int',),
374    "PySide2.QtCore.QByteArray.replace": [('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QByteArray'), ('int', 'PySide2.QtCore.QByteArray'), ('int', 'int'), ('int', 'int', 'PySide2.QtCore.QByteArray'), ('str', 'PySide2.QtCore.QByteArray')],
375    "PySide2.QtCore.QByteArray.reserve": ('int',),
376    "PySide2.QtCore.QByteArray.resize": ('int',),
377    "PySide2.QtCore.QByteArray.right": ('int',),
378    "PySide2.QtCore.QByteArray.rightJustified": ('int', 'int', 'bool'),
379    "PySide2.QtCore.QByteArray.setNum": [('float', 'int', 'int'), ('int', 'int')],
380    "PySide2.QtCore.QByteArray.setRawData": ('str', 'int'),
381    "PySide2.QtCore.QByteArray.shrink_to_fit": (),
382    "PySide2.QtCore.QByteArray.simplified": (),
383    "PySide2.QtCore.QByteArray.size": (),
384    "PySide2.QtCore.QByteArray.split": ('int',),
385    "PySide2.QtCore.QByteArray.squeeze": (),
386    "PySide2.QtCore.QByteArray.startsWith": [('PySide2.QtCore.QByteArray',), ('int',)],
387    "PySide2.QtCore.QByteArray.swap": ('PySide2.QtCore.QByteArray',),
388    "PySide2.QtCore.QByteArray.toBase64": [(), ('PySide2.QtCore.QByteArray.Base64Options',)],
389    "PySide2.QtCore.QByteArray.toDouble": (),
390    "PySide2.QtCore.QByteArray.toFloat": (),
391    "PySide2.QtCore.QByteArray.toHex": [(), ('int',)],
392    "PySide2.QtCore.QByteArray.toInt": ('int',),
393    "PySide2.QtCore.QByteArray.toLong": ('int',),
394    "PySide2.QtCore.QByteArray.toLongLong": ('int',),
395    "PySide2.QtCore.QByteArray.toLower": (),
396    "PySide2.QtCore.QByteArray.toPercentEncoding": ('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QByteArray', 'int'),
397    "PySide2.QtCore.QByteArray.toShort": ('int',),
398    "PySide2.QtCore.QByteArray.toUInt": ('int',),
399    "PySide2.QtCore.QByteArray.toULong": ('int',),
400    "PySide2.QtCore.QByteArray.toULongLong": ('int',),
401    "PySide2.QtCore.QByteArray.toUShort": ('int',),
402    "PySide2.QtCore.QByteArray.toUpper": (),
403    "PySide2.QtCore.QByteArray.trimmed": (),
404    "PySide2.QtCore.QByteArray.truncate": ('int',),
405# class PySide2.QtCore.QByteArrayMatcher:
406    "PySide2.QtCore.QByteArrayMatcher.__init__": [(), ('PySide2.QtCore.QByteArray',), ('PySide2.QtCore.QByteArrayMatcher',), ('str', 'int')],
407    "PySide2.QtCore.QByteArrayMatcher.__copy__": (),
408    "PySide2.QtCore.QByteArrayMatcher.indexIn": [('PySide2.QtCore.QByteArray', 'int'), ('str', 'int', 'int')],
409    "PySide2.QtCore.QByteArrayMatcher.pattern": (),
410    "PySide2.QtCore.QByteArrayMatcher.setPattern": ('PySide2.QtCore.QByteArray',),
411# class PySide2.QtCore.QCalendar:
412# class PySide2.QtCore.QCalendar.System:
413# class PySide2.QtCore.QCalendar.YearMonthDay:
414    "PySide2.QtCore.QCalendar.YearMonthDay.__init__": [(), ('PySide2.QtCore.QCalendar.YearMonthDay',), ('int', 'int', 'int')],
415    "PySide2.QtCore.QCalendar.YearMonthDay.__copy__": (),
416    "PySide2.QtCore.QCalendar.YearMonthDay.isValid": (),
417    "PySide2.QtCore.QCalendar.__init__": [(), ('PySide2.QtCore.QCalendar.System',)],
418    "PySide2.QtCore.QCalendar.__copy__": (),
419    "PySide2.QtCore.QCalendar.availableCalendars": (),
420    "PySide2.QtCore.QCalendar.dateFromParts": [('PySide2.QtCore.QCalendar.YearMonthDay',), ('int', 'int', 'int')],
421    "PySide2.QtCore.QCalendar.dayOfWeek": ('PySide2.QtCore.QDate',),
422    "PySide2.QtCore.QCalendar.daysInMonth": ('int', 'int'),
423    "PySide2.QtCore.QCalendar.daysInYear": ('int',),
424    "PySide2.QtCore.QCalendar.hasYearZero": (),
425    "PySide2.QtCore.QCalendar.isDateValid": ('int', 'int', 'int'),
426    "PySide2.QtCore.QCalendar.isGregorian": (),
427    "PySide2.QtCore.QCalendar.isLeapYear": ('int',),
428    "PySide2.QtCore.QCalendar.isLunar": (),
429    "PySide2.QtCore.QCalendar.isLuniSolar": (),
430    "PySide2.QtCore.QCalendar.isProleptic": (),
431    "PySide2.QtCore.QCalendar.isSolar": (),
432    "PySide2.QtCore.QCalendar.isValid": (),
433    "PySide2.QtCore.QCalendar.maximumDaysInMonth": (),
434    "PySide2.QtCore.QCalendar.maximumMonthsInYear": (),
435    "PySide2.QtCore.QCalendar.minimumDaysInMonth": (),
436    "PySide2.QtCore.QCalendar.monthName": ('PySide2.QtCore.QLocale', 'int', 'int', 'PySide2.QtCore.QLocale.FormatType'),
437    "PySide2.QtCore.QCalendar.monthsInYear": ('int',),
438    "PySide2.QtCore.QCalendar.name": (),
439    "PySide2.QtCore.QCalendar.partsFromDate": ('PySide2.QtCore.QDate',),
440    "PySide2.QtCore.QCalendar.standaloneMonthName": ('PySide2.QtCore.QLocale', 'int', 'int', 'PySide2.QtCore.QLocale.FormatType'),
441    "PySide2.QtCore.QCalendar.standaloneWeekDayName": ('PySide2.QtCore.QLocale', 'int', 'PySide2.QtCore.QLocale.FormatType'),
442    "PySide2.QtCore.QCalendar.weekDayName": ('PySide2.QtCore.QLocale', 'int', 'PySide2.QtCore.QLocale.FormatType'),
443# class PySide2.QtCore.QCborArray:
444    "PySide2.QtCore.QCborArray.__init__": [(), ('PySide2.QtCore.QCborArray',)],
445    "PySide2.QtCore.QCborArray.__add__": ('PySide2.QtCore.QCborValue',),
446    "PySide2.QtCore.QCborArray.__copy__": (),
447    "PySide2.QtCore.QCborArray.__iadd__": ('PySide2.QtCore.QCborValue',),
448    "PySide2.QtCore.QCborArray.__lshift__": ('PySide2.QtCore.QCborValue',),
449    "PySide2.QtCore.QCborArray.append": ('PySide2.QtCore.QCborValue',),
450    "PySide2.QtCore.QCborArray.at": ('int',),
451    "PySide2.QtCore.QCborArray.clear": (),
452    "PySide2.QtCore.QCborArray.compare": ('PySide2.QtCore.QCborArray',),
453    "PySide2.QtCore.QCborArray.contains": ('PySide2.QtCore.QCborValue',),
454    "PySide2.QtCore.QCborArray.empty": (),
455    "PySide2.QtCore.QCborArray.first": (),
456    "PySide2.QtCore.QCborArray.fromJsonArray": ('PySide2.QtCore.QJsonArray',),
457    "PySide2.QtCore.QCborArray.fromStringList": ('typing.Sequence[str]',),
458    "PySide2.QtCore.QCborArray.fromVariantList": ('typing.Sequence[typing.Any]',),
459    "PySide2.QtCore.QCborArray.insert": ('int', 'PySide2.QtCore.QCborValue'),
460    "PySide2.QtCore.QCborArray.isEmpty": (),
461    "PySide2.QtCore.QCborArray.last": (),
462    "PySide2.QtCore.QCborArray.pop_back": (),
463    "PySide2.QtCore.QCborArray.pop_front": (),
464    "PySide2.QtCore.QCborArray.prepend": ('PySide2.QtCore.QCborValue',),
465    "PySide2.QtCore.QCborArray.push_back": ('PySide2.QtCore.QCborValue',),
466    "PySide2.QtCore.QCborArray.push_front": ('PySide2.QtCore.QCborValue',),
467    "PySide2.QtCore.QCborArray.removeAt": ('int',),
468    "PySide2.QtCore.QCborArray.removeFirst": (),
469    "PySide2.QtCore.QCborArray.removeLast": (),
470    "PySide2.QtCore.QCborArray.size": (),
471    "PySide2.QtCore.QCborArray.swap": ('PySide2.QtCore.QCborArray',),
472    "PySide2.QtCore.QCborArray.takeAt": ('int',),
473    "PySide2.QtCore.QCborArray.takeFirst": (),
474    "PySide2.QtCore.QCborArray.takeLast": (),
475    "PySide2.QtCore.QCborArray.toCborValue": (),
476    "PySide2.QtCore.QCborArray.toJsonArray": (),
477    "PySide2.QtCore.QCborArray.toVariantList": (),
478# class PySide2.QtCore.QCborError:
479# class PySide2.QtCore.QCborError.Code:
480    "PySide2.QtCore.QCborError.__init__": [(), ('PySide2.QtCore.QCborError',)],
481    "PySide2.QtCore.QCborError.__copy__": (),
482    "PySide2.QtCore.QCborError.toString": (),
483# class PySide2.QtCore.QCborKnownTags:
484# class PySide2.QtCore.QCborMap:
485    "PySide2.QtCore.QCborMap.__init__": [(), ('PySide2.QtCore.QCborMap',)],
486    "PySide2.QtCore.QCborMap.__copy__": (),
487    "PySide2.QtCore.QCborMap.clear": (),
488    "PySide2.QtCore.QCborMap.compare": ('PySide2.QtCore.QCborMap',),
489    "PySide2.QtCore.QCborMap.contains": [('PySide2.QtCore.QCborValue',), ('int',), ('str',)],
490    "PySide2.QtCore.QCborMap.empty": (),
491    "PySide2.QtCore.QCborMap.fromJsonObject": ('typing.Dict[str, PySide2.QtCore.QJsonValue]',),
492    "PySide2.QtCore.QCborMap.fromVariantHash": ('typing.Dict[str, typing.Any]',),
493    "PySide2.QtCore.QCborMap.fromVariantMap": ('typing.Dict[str, typing.Any]',),
494    "PySide2.QtCore.QCborMap.isEmpty": (),
495    "PySide2.QtCore.QCborMap.keys": (),
496    "PySide2.QtCore.QCborMap.remove": [('PySide2.QtCore.QCborValue',), ('int',), ('str',)],
497    "PySide2.QtCore.QCborMap.size": (),
498    "PySide2.QtCore.QCborMap.swap": ('PySide2.QtCore.QCborMap',),
499    "PySide2.QtCore.QCborMap.take": [('PySide2.QtCore.QCborValue',), ('int',), ('str',)],
500    "PySide2.QtCore.QCborMap.toCborValue": (),
501    "PySide2.QtCore.QCborMap.toJsonObject": (),
502    "PySide2.QtCore.QCborMap.toVariantHash": (),
503    "PySide2.QtCore.QCborMap.toVariantMap": (),
504    "PySide2.QtCore.QCborMap.value": [('PySide2.QtCore.QCborValue',), ('int',), ('str',)],
505# class PySide2.QtCore.QCborParserError:
506    "PySide2.QtCore.QCborParserError.__init__": [(), ('PySide2.QtCore.QCborParserError',)],
507    "PySide2.QtCore.QCborParserError.__copy__": (),
508    "PySide2.QtCore.QCborParserError.errorString": (),
509# class PySide2.QtCore.QCborSimpleType:
510# class PySide2.QtCore.QCborStreamReader:
511# class PySide2.QtCore.QCborStreamReader.StringResultCode:
512# class PySide2.QtCore.QCborStreamReader.Type:
513    "PySide2.QtCore.QCborStreamReader.__init__": [(), ('PySide2.QtCore.QByteArray',), ('PySide2.QtCore.QIODevice',), ('bytearray', 'int'), ('str', 'int')],
514    "PySide2.QtCore.QCborStreamReader.addData": [('PySide2.QtCore.QByteArray',), ('bytearray', 'int'), ('str', 'int')],
515    "PySide2.QtCore.QCborStreamReader.clear": (),
516    "PySide2.QtCore.QCborStreamReader.containerDepth": (),
517    "PySide2.QtCore.QCborStreamReader.currentOffset": (),
518    "PySide2.QtCore.QCborStreamReader.currentStringChunkSize": (),
519    "PySide2.QtCore.QCborStreamReader.device": (),
520    "PySide2.QtCore.QCborStreamReader.enterContainer": (),
521    "PySide2.QtCore.QCborStreamReader.hasNext": (),
522    "PySide2.QtCore.QCborStreamReader.isArray": (),
523    "PySide2.QtCore.QCborStreamReader.isBool": (),
524    "PySide2.QtCore.QCborStreamReader.isByteArray": (),
525    "PySide2.QtCore.QCborStreamReader.isContainer": (),
526    "PySide2.QtCore.QCborStreamReader.isDouble": (),
527    "PySide2.QtCore.QCborStreamReader.isFalse": (),
528    "PySide2.QtCore.QCborStreamReader.isFloat": (),
529    "PySide2.QtCore.QCborStreamReader.isFloat16": (),
530    "PySide2.QtCore.QCborStreamReader.isInteger": (),
531    "PySide2.QtCore.QCborStreamReader.isInvalid": (),
532    "PySide2.QtCore.QCborStreamReader.isLengthKnown": (),
533    "PySide2.QtCore.QCborStreamReader.isMap": (),
534    "PySide2.QtCore.QCborStreamReader.isNegativeInteger": (),
535    "PySide2.QtCore.QCborStreamReader.isNull": (),
536    "PySide2.QtCore.QCborStreamReader.isSimpleType": [(), ('PySide2.QtCore.QCborSimpleType',)],
537    "PySide2.QtCore.QCborStreamReader.isString": (),
538    "PySide2.QtCore.QCborStreamReader.isTag": (),
539    "PySide2.QtCore.QCborStreamReader.isTrue": (),
540    "PySide2.QtCore.QCborStreamReader.isUndefined": (),
541    "PySide2.QtCore.QCborStreamReader.isUnsignedInteger": (),
542    "PySide2.QtCore.QCborStreamReader.isValid": (),
543    "PySide2.QtCore.QCborStreamReader.lastError": (),
544    "PySide2.QtCore.QCborStreamReader.leaveContainer": (),
545    "PySide2.QtCore.QCborStreamReader.length": (),
546    "PySide2.QtCore.QCborStreamReader.parentContainerType": (),
547    "PySide2.QtCore.QCborStreamReader.readByteArray": (),
548    "PySide2.QtCore.QCborStreamReader.readString": (),
549    "PySide2.QtCore.QCborStreamReader.reparse": (),
550    "PySide2.QtCore.QCborStreamReader.reset": (),
551    "PySide2.QtCore.QCborStreamReader.setDevice": ('PySide2.QtCore.QIODevice',),
552    "PySide2.QtCore.QCborStreamReader.toBool": (),
553    "PySide2.QtCore.QCborStreamReader.toDouble": (),
554    "PySide2.QtCore.QCborStreamReader.toFloat": (),
555    "PySide2.QtCore.QCborStreamReader.toInteger": (),
556    "PySide2.QtCore.QCborStreamReader.toSimpleType": (),
557    "PySide2.QtCore.QCborStreamReader.toUnsignedInteger": (),
558    "PySide2.QtCore.QCborStreamReader.type": (),
559# class PySide2.QtCore.QCborStreamWriter:
560    "PySide2.QtCore.QCborStreamWriter.__init__": [('PySide2.QtCore.QByteArray',), ('PySide2.QtCore.QIODevice',)],
561    "PySide2.QtCore.QCborStreamWriter.append": [('PySide2.QtCore.QByteArray',), ('PySide2.QtCore.QCborKnownTags',), ('PySide2.QtCore.QCborSimpleType',), ('bool',), ('float',), ('int',), ('str', 'int')],
562    "PySide2.QtCore.QCborStreamWriter.appendByteString": ('str', 'int'),
563    "PySide2.QtCore.QCborStreamWriter.appendNull": (),
564    "PySide2.QtCore.QCborStreamWriter.appendTextString": ('str', 'int'),
565    "PySide2.QtCore.QCborStreamWriter.appendUndefined": (),
566    "PySide2.QtCore.QCborStreamWriter.device": (),
567    "PySide2.QtCore.QCborStreamWriter.endArray": (),
568    "PySide2.QtCore.QCborStreamWriter.endMap": (),
569    "PySide2.QtCore.QCborStreamWriter.setDevice": ('PySide2.QtCore.QIODevice',),
570    "PySide2.QtCore.QCborStreamWriter.startArray": [(), ('int',)],
571    "PySide2.QtCore.QCborStreamWriter.startMap": [(), ('int',)],
572# class PySide2.QtCore.QCborStringResultByteArray:
573    "PySide2.QtCore.QCborStringResultByteArray.__init__": [(), ('PySide2.QtCore.QCborStringResultByteArray',)],
574    "PySide2.QtCore.QCborStringResultByteArray.__copy__": (),
575# class PySide2.QtCore.QCborStringResultString:
576    "PySide2.QtCore.QCborStringResultString.__init__": [(), ('PySide2.QtCore.QCborStringResultString',)],
577    "PySide2.QtCore.QCborStringResultString.__copy__": (),
578# class PySide2.QtCore.QCborValue:
579# class PySide2.QtCore.QCborValue.DiagnosticNotationOption:
580# class PySide2.QtCore.QCborValue.DiagnosticNotationOptions:
581# class PySide2.QtCore.QCborValue.EncodingOption:
582# class PySide2.QtCore.QCborValue.EncodingOptions:
583# class PySide2.QtCore.QCborValue.Type:
584    "PySide2.QtCore.QCborValue.__init__": [(), ('PySide2.QtCore.QByteArray',), ('PySide2.QtCore.QCborArray',), ('PySide2.QtCore.QCborKnownTags', 'PySide2.QtCore.QCborValue'), ('PySide2.QtCore.QCborMap',), ('PySide2.QtCore.QCborSimpleType',), ('PySide2.QtCore.QCborValue',), ('PySide2.QtCore.QCborValue.Type',), ('PySide2.QtCore.QDateTime',), ('PySide2.QtCore.QRegularExpression',), ('PySide2.QtCore.QUrl',), ('PySide2.QtCore.QUuid',), ('bool',), ('float',), ('int',), ('str',)],
585    "PySide2.QtCore.QCborValue.__copy__": (),
586    "PySide2.QtCore.QCborValue.compare": ('PySide2.QtCore.QCborValue',),
587    "PySide2.QtCore.QCborValue.fromCbor": [('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QCborParserError'), ('PySide2.QtCore.QCborStreamReader',), ('bytearray', 'int', 'PySide2.QtCore.QCborParserError'), ('str', 'int', 'PySide2.QtCore.QCborParserError')],
588    "PySide2.QtCore.QCborValue.fromJsonValue": ('PySide2.QtCore.QJsonValue',),
589    "PySide2.QtCore.QCborValue.fromVariant": ('typing.Any',),
590    "PySide2.QtCore.QCborValue.isArray": (),
591    "PySide2.QtCore.QCborValue.isBool": (),
592    "PySide2.QtCore.QCborValue.isByteArray": (),
593    "PySide2.QtCore.QCborValue.isContainer": (),
594    "PySide2.QtCore.QCborValue.isDateTime": (),
595    "PySide2.QtCore.QCborValue.isDouble": (),
596    "PySide2.QtCore.QCborValue.isFalse": (),
597    "PySide2.QtCore.QCborValue.isInteger": (),
598    "PySide2.QtCore.QCborValue.isInvalid": (),
599    "PySide2.QtCore.QCborValue.isMap": (),
600    "PySide2.QtCore.QCborValue.isNull": (),
601    "PySide2.QtCore.QCborValue.isRegularExpression": (),
602    "PySide2.QtCore.QCborValue.isSimpleType": [(), ('PySide2.QtCore.QCborSimpleType',)],
603    "PySide2.QtCore.QCborValue.isString": (),
604    "PySide2.QtCore.QCborValue.isTag": (),
605    "PySide2.QtCore.QCborValue.isTrue": (),
606    "PySide2.QtCore.QCborValue.isUndefined": (),
607    "PySide2.QtCore.QCborValue.isUrl": (),
608    "PySide2.QtCore.QCborValue.isUuid": (),
609    "PySide2.QtCore.QCborValue.swap": ('PySide2.QtCore.QCborValue',),
610    "PySide2.QtCore.QCborValue.taggedValue": ('PySide2.QtCore.QCborValue',),
611    "PySide2.QtCore.QCborValue.toArray": [(), ('PySide2.QtCore.QCborArray',)],
612    "PySide2.QtCore.QCborValue.toBool": ('bool',),
613    "PySide2.QtCore.QCborValue.toByteArray": ('PySide2.QtCore.QByteArray',),
614    "PySide2.QtCore.QCborValue.toCbor": [('PySide2.QtCore.QCborStreamWriter', 'PySide2.QtCore.QCborValue.EncodingOptions'), ('PySide2.QtCore.QCborValue.EncodingOptions',)],
615    "PySide2.QtCore.QCborValue.toDateTime": ('PySide2.QtCore.QDateTime',),
616    "PySide2.QtCore.QCborValue.toDiagnosticNotation": ('PySide2.QtCore.QCborValue.DiagnosticNotationOptions',),
617    "PySide2.QtCore.QCborValue.toDouble": ('float',),
618    "PySide2.QtCore.QCborValue.toInteger": ('int',),
619    "PySide2.QtCore.QCborValue.toJsonValue": (),
620    "PySide2.QtCore.QCborValue.toMap": [(), ('PySide2.QtCore.QCborMap',)],
621    "PySide2.QtCore.QCborValue.toRegularExpression": ('PySide2.QtCore.QRegularExpression',),
622    "PySide2.QtCore.QCborValue.toSimpleType": ('PySide2.QtCore.QCborSimpleType',),
623    "PySide2.QtCore.QCborValue.toString": ('str',),
624    "PySide2.QtCore.QCborValue.toUrl": ('PySide2.QtCore.QUrl',),
625    "PySide2.QtCore.QCborValue.toUuid": ('PySide2.QtCore.QUuid',),
626    "PySide2.QtCore.QCborValue.toVariant": (),
627    "PySide2.QtCore.QCborValue.type": (),
628# class PySide2.QtCore.QChildEvent:
629    "PySide2.QtCore.QChildEvent.__init__": ('PySide2.QtCore.QEvent.Type', 'PySide2.QtCore.QObject'),
630    "PySide2.QtCore.QChildEvent.added": (),
631    "PySide2.QtCore.QChildEvent.child": (),
632    "PySide2.QtCore.QChildEvent.polished": (),
633    "PySide2.QtCore.QChildEvent.removed": (),
634# class PySide2.QtCore.QCollator:
635    "PySide2.QtCore.QCollator.__init__": [(), ('PySide2.QtCore.QCollator',), ('PySide2.QtCore.QLocale',)],
636    "PySide2.QtCore.QCollator.__call__": ('str', 'str'),
637    "PySide2.QtCore.QCollator.caseSensitivity": (),
638    "PySide2.QtCore.QCollator.compare": [('str', 'int', 'str', 'int'), ('str', 'str')],
639    "PySide2.QtCore.QCollator.ignorePunctuation": (),
640    "PySide2.QtCore.QCollator.locale": (),
641    "PySide2.QtCore.QCollator.numericMode": (),
642    "PySide2.QtCore.QCollator.setCaseSensitivity": ('PySide2.QtCore.Qt.CaseSensitivity',),
643    "PySide2.QtCore.QCollator.setIgnorePunctuation": ('bool',),
644    "PySide2.QtCore.QCollator.setLocale": ('PySide2.QtCore.QLocale',),
645    "PySide2.QtCore.QCollator.setNumericMode": ('bool',),
646    "PySide2.QtCore.QCollator.sortKey": ('str',),
647    "PySide2.QtCore.QCollator.swap": ('PySide2.QtCore.QCollator',),
648# class PySide2.QtCore.QCollatorSortKey:
649    "PySide2.QtCore.QCollatorSortKey.__init__": ('PySide2.QtCore.QCollatorSortKey',),
650    "PySide2.QtCore.QCollatorSortKey.compare": ('PySide2.QtCore.QCollatorSortKey',),
651    "PySide2.QtCore.QCollatorSortKey.swap": ('PySide2.QtCore.QCollatorSortKey',),
652# class PySide2.QtCore.QCommandLineOption:
653# class PySide2.QtCore.QCommandLineOption.Flag:
654# class PySide2.QtCore.QCommandLineOption.Flags:
655    "PySide2.QtCore.QCommandLineOption.__init__": [('PySide2.QtCore.QCommandLineOption',), ('str',), ('str', 'str', 'str', 'str'), ('typing.Sequence[str]',), ('typing.Sequence[str]', 'str', 'str', 'str')],
656    "PySide2.QtCore.QCommandLineOption.defaultValues": (),
657    "PySide2.QtCore.QCommandLineOption.description": (),
658    "PySide2.QtCore.QCommandLineOption.flags": (),
659    "PySide2.QtCore.QCommandLineOption.isHidden": (),
660    "PySide2.QtCore.QCommandLineOption.names": (),
661    "PySide2.QtCore.QCommandLineOption.setDefaultValue": ('str',),
662    "PySide2.QtCore.QCommandLineOption.setDefaultValues": ('typing.Sequence[str]',),
663    "PySide2.QtCore.QCommandLineOption.setDescription": ('str',),
664    "PySide2.QtCore.QCommandLineOption.setFlags": ('PySide2.QtCore.QCommandLineOption.Flags',),
665    "PySide2.QtCore.QCommandLineOption.setHidden": ('bool',),
666    "PySide2.QtCore.QCommandLineOption.setValueName": ('str',),
667    "PySide2.QtCore.QCommandLineOption.swap": ('PySide2.QtCore.QCommandLineOption',),
668    "PySide2.QtCore.QCommandLineOption.valueName": (),
669# class PySide2.QtCore.QCommandLineParser:
670# class PySide2.QtCore.QCommandLineParser.OptionsAfterPositionalArgumentsMode:
671# class PySide2.QtCore.QCommandLineParser.SingleDashWordOptionMode:
672    "PySide2.QtCore.QCommandLineParser.__init__": (),
673    "PySide2.QtCore.QCommandLineParser.addHelpOption": (),
674    "PySide2.QtCore.QCommandLineParser.addOption": ('PySide2.QtCore.QCommandLineOption',),
675    "PySide2.QtCore.QCommandLineParser.addOptions": ('typing.Sequence[PySide2.QtCore.QCommandLineOption]',),
676    "PySide2.QtCore.QCommandLineParser.addPositionalArgument": ('str', 'str', 'str'),
677    "PySide2.QtCore.QCommandLineParser.addVersionOption": (),
678    "PySide2.QtCore.QCommandLineParser.applicationDescription": (),
679    "PySide2.QtCore.QCommandLineParser.clearPositionalArguments": (),
680    "PySide2.QtCore.QCommandLineParser.errorText": (),
681    "PySide2.QtCore.QCommandLineParser.helpText": (),
682    "PySide2.QtCore.QCommandLineParser.isSet": [('PySide2.QtCore.QCommandLineOption',), ('str',)],
683    "PySide2.QtCore.QCommandLineParser.optionNames": (),
684    "PySide2.QtCore.QCommandLineParser.parse": ('typing.Sequence[str]',),
685    "PySide2.QtCore.QCommandLineParser.positionalArguments": (),
686    "PySide2.QtCore.QCommandLineParser.process": [('PySide2.QtCore.QCoreApplication',), ('typing.Sequence[str]',)],
687    "PySide2.QtCore.QCommandLineParser.setApplicationDescription": ('str',),
688    "PySide2.QtCore.QCommandLineParser.setOptionsAfterPositionalArgumentsMode": ('PySide2.QtCore.QCommandLineParser.OptionsAfterPositionalArgumentsMode',),
689    "PySide2.QtCore.QCommandLineParser.setSingleDashWordOptionMode": ('PySide2.QtCore.QCommandLineParser.SingleDashWordOptionMode',),
690    "PySide2.QtCore.QCommandLineParser.showHelp": ('int',),
691    "PySide2.QtCore.QCommandLineParser.showVersion": (),
692    "PySide2.QtCore.QCommandLineParser.unknownOptionNames": (),
693    "PySide2.QtCore.QCommandLineParser.value": [('PySide2.QtCore.QCommandLineOption',), ('str',)],
694    "PySide2.QtCore.QCommandLineParser.values": [('PySide2.QtCore.QCommandLineOption',), ('str',)],
695# class PySide2.QtCore.QConcatenateTablesProxyModel:
696    "PySide2.QtCore.QConcatenateTablesProxyModel.__init__": ('PySide2.QtCore.QObject',),
697    "PySide2.QtCore.QConcatenateTablesProxyModel.addSourceModel": ('PySide2.QtCore.QAbstractItemModel',),
698    "PySide2.QtCore.QConcatenateTablesProxyModel.canDropMimeData": ('PySide2.QtCore.QMimeData', 'PySide2.QtCore.Qt.DropAction', 'int', 'int', 'PySide2.QtCore.QModelIndex'),
699    "PySide2.QtCore.QConcatenateTablesProxyModel.columnCount": ('PySide2.QtCore.QModelIndex',),
700    "PySide2.QtCore.QConcatenateTablesProxyModel.data": ('PySide2.QtCore.QModelIndex', 'int'),
701    "PySide2.QtCore.QConcatenateTablesProxyModel.dropMimeData": ('PySide2.QtCore.QMimeData', 'PySide2.QtCore.Qt.DropAction', 'int', 'int', 'PySide2.QtCore.QModelIndex'),
702    "PySide2.QtCore.QConcatenateTablesProxyModel.flags": ('PySide2.QtCore.QModelIndex',),
703    "PySide2.QtCore.QConcatenateTablesProxyModel.headerData": ('int', 'PySide2.QtCore.Qt.Orientation', 'int'),
704    "PySide2.QtCore.QConcatenateTablesProxyModel.index": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
705    "PySide2.QtCore.QConcatenateTablesProxyModel.itemData": ('PySide2.QtCore.QModelIndex',),
706    "PySide2.QtCore.QConcatenateTablesProxyModel.mapFromSource": ('PySide2.QtCore.QModelIndex',),
707    "PySide2.QtCore.QConcatenateTablesProxyModel.mapToSource": ('PySide2.QtCore.QModelIndex',),
708    "PySide2.QtCore.QConcatenateTablesProxyModel.mimeData": ('typing.List[int]',),
709    "PySide2.QtCore.QConcatenateTablesProxyModel.mimeTypes": (),
710    "PySide2.QtCore.QConcatenateTablesProxyModel.parent": [(), ('PySide2.QtCore.QModelIndex',)],
711    "PySide2.QtCore.QConcatenateTablesProxyModel.removeSourceModel": ('PySide2.QtCore.QAbstractItemModel',),
712    "PySide2.QtCore.QConcatenateTablesProxyModel.rowCount": ('PySide2.QtCore.QModelIndex',),
713    "PySide2.QtCore.QConcatenateTablesProxyModel.setData": ('PySide2.QtCore.QModelIndex', 'typing.Any', 'int'),
714    "PySide2.QtCore.QConcatenateTablesProxyModel.setItemData": ('PySide2.QtCore.QModelIndex', 'typing.Dict[int, typing.Any]'),
715    "PySide2.QtCore.QConcatenateTablesProxyModel.span": ('PySide2.QtCore.QModelIndex',),
716# class PySide2.QtCore.QCoreApplication:
717    "PySide2.QtCore.QCoreApplication.__init__": [(), ('typing.Sequence[str]',)],
718    "PySide2.QtCore.QCoreApplication.addLibraryPath": ('str',),
719    "PySide2.QtCore.QCoreApplication.applicationDirPath": (),
720    "PySide2.QtCore.QCoreApplication.applicationFilePath": (),
721    "PySide2.QtCore.QCoreApplication.applicationName": (),
722    "PySide2.QtCore.QCoreApplication.applicationPid": (),
723    "PySide2.QtCore.QCoreApplication.applicationVersion": (),
724    "PySide2.QtCore.QCoreApplication.arguments": (),
725    "PySide2.QtCore.QCoreApplication.closingDown": (),
726    "PySide2.QtCore.QCoreApplication.event": ('PySide2.QtCore.QEvent',),
727    "PySide2.QtCore.QCoreApplication.eventDispatcher": (),
728    "PySide2.QtCore.QCoreApplication.exec_": (),
729    "PySide2.QtCore.QCoreApplication.exit": ('int',),
730    "PySide2.QtCore.QCoreApplication.flush": (),
731    "PySide2.QtCore.QCoreApplication.hasPendingEvents": (),
732    "PySide2.QtCore.QCoreApplication.installNativeEventFilter": ('PySide2.QtCore.QAbstractNativeEventFilter',),
733    "PySide2.QtCore.QCoreApplication.installTranslator": ('PySide2.QtCore.QTranslator',),
734    "PySide2.QtCore.QCoreApplication.instance": (),
735    "PySide2.QtCore.QCoreApplication.isQuitLockEnabled": (),
736    "PySide2.QtCore.QCoreApplication.isSetuidAllowed": (),
737    "PySide2.QtCore.QCoreApplication.libraryPaths": (),
738    "PySide2.QtCore.QCoreApplication.notify": ('PySide2.QtCore.QObject', 'PySide2.QtCore.QEvent'),
739    "PySide2.QtCore.QCoreApplication.organizationDomain": (),
740    "PySide2.QtCore.QCoreApplication.organizationName": (),
741    "PySide2.QtCore.QCoreApplication.postEvent": ('PySide2.QtCore.QObject', 'PySide2.QtCore.QEvent', 'int'),
742    "PySide2.QtCore.QCoreApplication.processEvents": [('PySide2.QtCore.QEventLoop.ProcessEventsFlags',), ('PySide2.QtCore.QEventLoop.ProcessEventsFlags', 'int')],
743    "PySide2.QtCore.QCoreApplication.quit": (),
744    "PySide2.QtCore.QCoreApplication.removeLibraryPath": ('str',),
745    "PySide2.QtCore.QCoreApplication.removeNativeEventFilter": ('PySide2.QtCore.QAbstractNativeEventFilter',),
746    "PySide2.QtCore.QCoreApplication.removePostedEvents": ('PySide2.QtCore.QObject', 'int'),
747    "PySide2.QtCore.QCoreApplication.removeTranslator": ('PySide2.QtCore.QTranslator',),
748    "PySide2.QtCore.QCoreApplication.sendEvent": ('PySide2.QtCore.QObject', 'PySide2.QtCore.QEvent'),
749    "PySide2.QtCore.QCoreApplication.sendPostedEvents": ('PySide2.QtCore.QObject', 'int'),
750    "PySide2.QtCore.QCoreApplication.setApplicationName": ('str',),
751    "PySide2.QtCore.QCoreApplication.setApplicationVersion": ('str',),
752    "PySide2.QtCore.QCoreApplication.setAttribute": ('PySide2.QtCore.Qt.ApplicationAttribute', 'bool'),
753    "PySide2.QtCore.QCoreApplication.setEventDispatcher": ('PySide2.QtCore.QAbstractEventDispatcher',),
754    "PySide2.QtCore.QCoreApplication.setLibraryPaths": ('typing.Sequence[str]',),
755    "PySide2.QtCore.QCoreApplication.setOrganizationDomain": ('str',),
756    "PySide2.QtCore.QCoreApplication.setOrganizationName": ('str',),
757    "PySide2.QtCore.QCoreApplication.setQuitLockEnabled": ('bool',),
758    "PySide2.QtCore.QCoreApplication.setSetuidAllowed": ('bool',),
759    "PySide2.QtCore.QCoreApplication.shutdown": (),
760    "PySide2.QtCore.QCoreApplication.startingUp": (),
761    "PySide2.QtCore.QCoreApplication.testAttribute": ('PySide2.QtCore.Qt.ApplicationAttribute',),
762    "PySide2.QtCore.QCoreApplication.translate": ('str', 'str', 'str', 'int'),
763# class PySide2.QtCore.QCryptographicHash:
764# class PySide2.QtCore.QCryptographicHash.Algorithm:
765    "PySide2.QtCore.QCryptographicHash.__init__": ('PySide2.QtCore.QCryptographicHash.Algorithm',),
766    "PySide2.QtCore.QCryptographicHash.addData": [('PySide2.QtCore.QByteArray',), ('PySide2.QtCore.QIODevice',), ('str', 'int')],
767    "PySide2.QtCore.QCryptographicHash.hash": ('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QCryptographicHash.Algorithm'),
768    "PySide2.QtCore.QCryptographicHash.hashLength": ('PySide2.QtCore.QCryptographicHash.Algorithm',),
769    "PySide2.QtCore.QCryptographicHash.reset": (),
770    "PySide2.QtCore.QCryptographicHash.result": (),
771# class PySide2.QtCore.QDataStream:
772# class PySide2.QtCore.QDataStream.ByteOrder:
773# class PySide2.QtCore.QDataStream.FloatingPointPrecision:
774# class PySide2.QtCore.QDataStream.Status:
775# class PySide2.QtCore.QDataStream.Version:
776    "PySide2.QtCore.QDataStream.__init__": [(), ('PySide2.QtCore.QByteArray',), ('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QIODevice.OpenMode'), ('PySide2.QtCore.QIODevice',)],
777    "PySide2.QtCore.QDataStream.__lshift__": [('PySide2.QtCore.QBitArray',), ('PySide2.QtCore.QByteArray',), ('PySide2.QtCore.QCborArray',), ('PySide2.QtCore.QCborMap',), ('PySide2.QtCore.QCborValue',), ('PySide2.QtCore.QDate',), ('PySide2.QtCore.QDateTime',), ('PySide2.QtCore.QEasingCurve',), ('PySide2.QtCore.QJsonArray',), ('PySide2.QtCore.QJsonDocument',), ('PySide2.QtCore.QJsonValue',), ('PySide2.QtCore.QLine',), ('PySide2.QtCore.QLineF',), ('PySide2.QtCore.QLocale',), ('PySide2.QtCore.QMargins',), ('PySide2.QtCore.QMarginsF',), ('PySide2.QtCore.QPoint',), ('PySide2.QtCore.QPointF',), ('PySide2.QtCore.QRect',), ('PySide2.QtCore.QRectF',), ('PySide2.QtCore.QRegExp',), ('PySide2.QtCore.QRegularExpression',), ('PySide2.QtCore.QSize',), ('PySide2.QtCore.QSizeF',), ('PySide2.QtCore.QTime',), ('PySide2.QtCore.QTimeZone',), ('PySide2.QtCore.QUrl',), ('PySide2.QtCore.QUuid',), ('PySide2.QtCore.QVersionNumber',), ('str',)],
778    "PySide2.QtCore.QDataStream.__rshift__": [('PySide2.QtCore.QBitArray',), ('PySide2.QtCore.QByteArray',), ('PySide2.QtCore.QCborArray',), ('PySide2.QtCore.QCborMap',), ('PySide2.QtCore.QCborValue',), ('PySide2.QtCore.QDate',), ('PySide2.QtCore.QDateTime',), ('PySide2.QtCore.QEasingCurve',), ('PySide2.QtCore.QJsonArray',), ('PySide2.QtCore.QJsonDocument',), ('PySide2.QtCore.QJsonValue',), ('PySide2.QtCore.QLine',), ('PySide2.QtCore.QLineF',), ('PySide2.QtCore.QLocale',), ('PySide2.QtCore.QMargins',), ('PySide2.QtCore.QMarginsF',), ('PySide2.QtCore.QPoint',), ('PySide2.QtCore.QPointF',), ('PySide2.QtCore.QRect',), ('PySide2.QtCore.QRectF',), ('PySide2.QtCore.QRegExp',), ('PySide2.QtCore.QRegularExpression',), ('PySide2.QtCore.QSize',), ('PySide2.QtCore.QSizeF',), ('PySide2.QtCore.QTime',), ('PySide2.QtCore.QTimeZone',), ('PySide2.QtCore.QUrl',), ('PySide2.QtCore.QUuid',), ('PySide2.QtCore.QVersionNumber',)],
779    "PySide2.QtCore.QDataStream.abortTransaction": (),
780    "PySide2.QtCore.QDataStream.atEnd": (),
781    "PySide2.QtCore.QDataStream.byteOrder": (),
782    "PySide2.QtCore.QDataStream.commitTransaction": (),
783    "PySide2.QtCore.QDataStream.device": (),
784    "PySide2.QtCore.QDataStream.floatingPointPrecision": (),
785    "PySide2.QtCore.QDataStream.readBool": (),
786    "PySide2.QtCore.QDataStream.readDouble": (),
787    "PySide2.QtCore.QDataStream.readFloat": (),
788    "PySide2.QtCore.QDataStream.readInt16": (),
789    "PySide2.QtCore.QDataStream.readInt32": (),
790    "PySide2.QtCore.QDataStream.readInt64": (),
791    "PySide2.QtCore.QDataStream.readInt8": (),
792    "PySide2.QtCore.QDataStream.readQChar": (),
793    "PySide2.QtCore.QDataStream.readQString": (),
794    "PySide2.QtCore.QDataStream.readQStringList": (),
795    "PySide2.QtCore.QDataStream.readQVariant": (),
796    "PySide2.QtCore.QDataStream.readRawData": ('str', 'int'),
797    "PySide2.QtCore.QDataStream.readString": (),
798    "PySide2.QtCore.QDataStream.readUInt16": (),
799    "PySide2.QtCore.QDataStream.readUInt32": (),
800    "PySide2.QtCore.QDataStream.readUInt64": (),
801    "PySide2.QtCore.QDataStream.readUInt8": (),
802    "PySide2.QtCore.QDataStream.resetStatus": (),
803    "PySide2.QtCore.QDataStream.rollbackTransaction": (),
804    "PySide2.QtCore.QDataStream.setByteOrder": ('PySide2.QtCore.QDataStream.ByteOrder',),
805    "PySide2.QtCore.QDataStream.setDevice": ('PySide2.QtCore.QIODevice',),
806    "PySide2.QtCore.QDataStream.setFloatingPointPrecision": ('PySide2.QtCore.QDataStream.FloatingPointPrecision',),
807    "PySide2.QtCore.QDataStream.setStatus": ('PySide2.QtCore.QDataStream.Status',),
808    "PySide2.QtCore.QDataStream.setVersion": ('int',),
809    "PySide2.QtCore.QDataStream.skipRawData": ('int',),
810    "PySide2.QtCore.QDataStream.startTransaction": (),
811    "PySide2.QtCore.QDataStream.status": (),
812    "PySide2.QtCore.QDataStream.unsetDevice": (),
813    "PySide2.QtCore.QDataStream.version": (),
814    "PySide2.QtCore.QDataStream.writeBool": ('bool',),
815    "PySide2.QtCore.QDataStream.writeDouble": ('float',),
816    "PySide2.QtCore.QDataStream.writeFloat": ('float',),
817    "PySide2.QtCore.QDataStream.writeInt16": ('int',),
818    "PySide2.QtCore.QDataStream.writeInt32": ('int',),
819    "PySide2.QtCore.QDataStream.writeInt64": ('int',),
820    "PySide2.QtCore.QDataStream.writeInt8": ('int',),
821    "PySide2.QtCore.QDataStream.writeQChar": ('str',),
822    "PySide2.QtCore.QDataStream.writeQString": ('str',),
823    "PySide2.QtCore.QDataStream.writeQStringList": ('typing.Sequence[str]',),
824    "PySide2.QtCore.QDataStream.writeQVariant": ('typing.Any',),
825    "PySide2.QtCore.QDataStream.writeRawData": ('str', 'int'),
826    "PySide2.QtCore.QDataStream.writeString": ('str',),
827    "PySide2.QtCore.QDataStream.writeUInt16": ('int',),
828    "PySide2.QtCore.QDataStream.writeUInt32": ('int',),
829    "PySide2.QtCore.QDataStream.writeUInt64": ('int',),
830    "PySide2.QtCore.QDataStream.writeUInt8": ('int',),
831# class PySide2.QtCore.QDate:
832# class PySide2.QtCore.QDate.MonthNameType:
833    "PySide2.QtCore.QDate.__init__": [(), ('PySide2.QtCore.QDate',), ('int', 'int', 'int'), ('int', 'int', 'int', 'PySide2.QtCore.QCalendar')],
834    "PySide2.QtCore.QDate.__copy__": (),
835    "PySide2.QtCore.QDate.__reduce__": (),
836    "PySide2.QtCore.QDate.__repr__": (),
837    "PySide2.QtCore.QDate.addDays": ('int',),
838    "PySide2.QtCore.QDate.addMonths": [('int',), ('int', 'PySide2.QtCore.QCalendar')],
839    "PySide2.QtCore.QDate.addYears": [('int',), ('int', 'PySide2.QtCore.QCalendar')],
840    "PySide2.QtCore.QDate.currentDate": (),
841    "PySide2.QtCore.QDate.day": [(), ('PySide2.QtCore.QCalendar',)],
842    "PySide2.QtCore.QDate.dayOfWeek": [(), ('PySide2.QtCore.QCalendar',)],
843    "PySide2.QtCore.QDate.dayOfYear": [(), ('PySide2.QtCore.QCalendar',)],
844    "PySide2.QtCore.QDate.daysInMonth": [(), ('PySide2.QtCore.QCalendar',)],
845    "PySide2.QtCore.QDate.daysInYear": [(), ('PySide2.QtCore.QCalendar',)],
846    "PySide2.QtCore.QDate.daysTo": ('PySide2.QtCore.QDate',),
847    "PySide2.QtCore.QDate.endOfDay": [('PySide2.QtCore.QTimeZone',), ('PySide2.QtCore.Qt.TimeSpec', 'int')],
848    "PySide2.QtCore.QDate.fromJulianDay": ('int',),
849    "PySide2.QtCore.QDate.fromString": [('str', 'PySide2.QtCore.Qt.DateFormat'), ('str', 'str'), ('str', 'str', 'PySide2.QtCore.QCalendar')],
850    "PySide2.QtCore.QDate.getDate": (),
851    "PySide2.QtCore.QDate.isLeapYear": ('int',),
852    "PySide2.QtCore.QDate.isNull": (),
853    "PySide2.QtCore.QDate.isValid": [(), ('int', 'int', 'int')],
854    "PySide2.QtCore.QDate.longDayName": ('int', 'PySide2.QtCore.QDate.MonthNameType'),
855    "PySide2.QtCore.QDate.longMonthName": ('int', 'PySide2.QtCore.QDate.MonthNameType'),
856    "PySide2.QtCore.QDate.month": [(), ('PySide2.QtCore.QCalendar',)],
857    "PySide2.QtCore.QDate.setDate": [('int', 'int', 'int'), ('int', 'int', 'int', 'PySide2.QtCore.QCalendar')],
858    "PySide2.QtCore.QDate.shortDayName": ('int', 'PySide2.QtCore.QDate.MonthNameType'),
859    "PySide2.QtCore.QDate.shortMonthName": ('int', 'PySide2.QtCore.QDate.MonthNameType'),
860    "PySide2.QtCore.QDate.startOfDay": [('PySide2.QtCore.QTimeZone',), ('PySide2.QtCore.Qt.TimeSpec', 'int')],
861    "PySide2.QtCore.QDate.toJulianDay": (),
862    "PySide2.QtCore.QDate.toPython": (),
863    "PySide2.QtCore.QDate.toString": [('PySide2.QtCore.Qt.DateFormat',), ('PySide2.QtCore.Qt.DateFormat', 'PySide2.QtCore.QCalendar'), ('str',), ('str', 'PySide2.QtCore.QCalendar')],
864    "PySide2.QtCore.QDate.weekNumber": (),
865    "PySide2.QtCore.QDate.year": [(), ('PySide2.QtCore.QCalendar',)],
866# class PySide2.QtCore.QDateTime:
867# class PySide2.QtCore.QDateTime.YearRange:
868    "PySide2.QtCore.QDateTime.__init__": [(), ('PySide2.QtCore.QDate',), ('PySide2.QtCore.QDate', 'PySide2.QtCore.QTime', 'PySide2.QtCore.QTimeZone'), ('PySide2.QtCore.QDate', 'PySide2.QtCore.QTime', 'PySide2.QtCore.Qt.TimeSpec'), ('PySide2.QtCore.QDate', 'PySide2.QtCore.QTime', 'PySide2.QtCore.Qt.TimeSpec', 'int'), ('PySide2.QtCore.QDateTime',), ('int', 'int', 'int', 'int', 'int', 'int'), ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int')],
869    "PySide2.QtCore.QDateTime.__copy__": (),
870    "PySide2.QtCore.QDateTime.__reduce__": (),
871    "PySide2.QtCore.QDateTime.__repr__": (),
872    "PySide2.QtCore.QDateTime.addDays": ('int',),
873    "PySide2.QtCore.QDateTime.addMSecs": ('int',),
874    "PySide2.QtCore.QDateTime.addMonths": ('int',),
875    "PySide2.QtCore.QDateTime.addSecs": ('int',),
876    "PySide2.QtCore.QDateTime.addYears": ('int',),
877    "PySide2.QtCore.QDateTime.currentDateTime": (),
878    "PySide2.QtCore.QDateTime.currentDateTimeUtc": (),
879    "PySide2.QtCore.QDateTime.currentMSecsSinceEpoch": (),
880    "PySide2.QtCore.QDateTime.currentSecsSinceEpoch": (),
881    "PySide2.QtCore.QDateTime.date": (),
882    "PySide2.QtCore.QDateTime.daysTo": ('PySide2.QtCore.QDateTime',),
883    "PySide2.QtCore.QDateTime.fromMSecsSinceEpoch": [('int',), ('int', 'PySide2.QtCore.QTimeZone'), ('int', 'PySide2.QtCore.Qt.TimeSpec', 'int')],
884    "PySide2.QtCore.QDateTime.fromSecsSinceEpoch": [('int', 'PySide2.QtCore.QTimeZone'), ('int', 'PySide2.QtCore.Qt.TimeSpec', 'int')],
885    "PySide2.QtCore.QDateTime.fromString": [('str', 'PySide2.QtCore.Qt.DateFormat'), ('str', 'str'), ('str', 'str', 'PySide2.QtCore.QCalendar')],
886    "PySide2.QtCore.QDateTime.fromTime_t": [('int',), ('int', 'PySide2.QtCore.QTimeZone'), ('int', 'PySide2.QtCore.Qt.TimeSpec', 'int')],
887    "PySide2.QtCore.QDateTime.isDaylightTime": (),
888    "PySide2.QtCore.QDateTime.isNull": (),
889    "PySide2.QtCore.QDateTime.isValid": (),
890    "PySide2.QtCore.QDateTime.msecsTo": ('PySide2.QtCore.QDateTime',),
891    "PySide2.QtCore.QDateTime.offsetFromUtc": (),
892    "PySide2.QtCore.QDateTime.secsTo": ('PySide2.QtCore.QDateTime',),
893    "PySide2.QtCore.QDateTime.setDate": ('PySide2.QtCore.QDate',),
894    "PySide2.QtCore.QDateTime.setMSecsSinceEpoch": ('int',),
895    "PySide2.QtCore.QDateTime.setOffsetFromUtc": ('int',),
896    "PySide2.QtCore.QDateTime.setSecsSinceEpoch": ('int',),
897    "PySide2.QtCore.QDateTime.setTime": ('PySide2.QtCore.QTime',),
898    "PySide2.QtCore.QDateTime.setTimeSpec": ('PySide2.QtCore.Qt.TimeSpec',),
899    "PySide2.QtCore.QDateTime.setTimeZone": ('PySide2.QtCore.QTimeZone',),
900    "PySide2.QtCore.QDateTime.setTime_t": ('int',),
901    "PySide2.QtCore.QDateTime.setUtcOffset": ('int',),
902    "PySide2.QtCore.QDateTime.swap": ('PySide2.QtCore.QDateTime',),
903    "PySide2.QtCore.QDateTime.time": (),
904    "PySide2.QtCore.QDateTime.timeSpec": (),
905    "PySide2.QtCore.QDateTime.timeZone": (),
906    "PySide2.QtCore.QDateTime.timeZoneAbbreviation": (),
907    "PySide2.QtCore.QDateTime.toLocalTime": (),
908    "PySide2.QtCore.QDateTime.toMSecsSinceEpoch": (),
909    "PySide2.QtCore.QDateTime.toOffsetFromUtc": ('int',),
910    "PySide2.QtCore.QDateTime.toPython": (),
911    "PySide2.QtCore.QDateTime.toSecsSinceEpoch": (),
912    "PySide2.QtCore.QDateTime.toString": [('PySide2.QtCore.Qt.DateFormat',), ('str',)],
913    "PySide2.QtCore.QDateTime.toTimeSpec": ('PySide2.QtCore.Qt.TimeSpec',),
914    "PySide2.QtCore.QDateTime.toTimeZone": ('PySide2.QtCore.QTimeZone',),
915    "PySide2.QtCore.QDateTime.toTime_t": (),
916    "PySide2.QtCore.QDateTime.toUTC": (),
917    "PySide2.QtCore.QDateTime.utcOffset": (),
918# class PySide2.QtCore.QDeadlineTimer:
919# class PySide2.QtCore.QDeadlineTimer.ForeverConstant:
920    "PySide2.QtCore.QDeadlineTimer.__init__": [('PySide2.QtCore.QDeadlineTimer',), ('PySide2.QtCore.QDeadlineTimer.ForeverConstant', 'PySide2.QtCore.Qt.TimerType'), ('PySide2.QtCore.Qt.TimerType',), ('int', 'PySide2.QtCore.Qt.TimerType')],
921    "PySide2.QtCore.QDeadlineTimer.__copy__": (),
922    "PySide2.QtCore.QDeadlineTimer.__iadd__": ('int',),
923    "PySide2.QtCore.QDeadlineTimer.__isub__": ('int',),
924    "PySide2.QtCore.QDeadlineTimer._q_data": (),
925    "PySide2.QtCore.QDeadlineTimer.addNSecs": ('PySide2.QtCore.QDeadlineTimer', 'int'),
926    "PySide2.QtCore.QDeadlineTimer.current": ('PySide2.QtCore.Qt.TimerType',),
927    "PySide2.QtCore.QDeadlineTimer.deadline": (),
928    "PySide2.QtCore.QDeadlineTimer.deadlineNSecs": (),
929    "PySide2.QtCore.QDeadlineTimer.hasExpired": (),
930    "PySide2.QtCore.QDeadlineTimer.isForever": (),
931    "PySide2.QtCore.QDeadlineTimer.remainingTime": (),
932    "PySide2.QtCore.QDeadlineTimer.remainingTimeNSecs": (),
933    "PySide2.QtCore.QDeadlineTimer.setDeadline": ('int', 'PySide2.QtCore.Qt.TimerType'),
934    "PySide2.QtCore.QDeadlineTimer.setPreciseDeadline": ('int', 'int', 'PySide2.QtCore.Qt.TimerType'),
935    "PySide2.QtCore.QDeadlineTimer.setPreciseRemainingTime": ('int', 'int', 'PySide2.QtCore.Qt.TimerType'),
936    "PySide2.QtCore.QDeadlineTimer.setRemainingTime": ('int', 'PySide2.QtCore.Qt.TimerType'),
937    "PySide2.QtCore.QDeadlineTimer.setTimerType": ('PySide2.QtCore.Qt.TimerType',),
938    "PySide2.QtCore.QDeadlineTimer.swap": ('PySide2.QtCore.QDeadlineTimer',),
939    "PySide2.QtCore.QDeadlineTimer.timerType": (),
940# class PySide2.QtCore.QDir:
941# class PySide2.QtCore.QDir.Filter:
942# class PySide2.QtCore.QDir.Filters:
943# class PySide2.QtCore.QDir.SortFlag:
944# class PySide2.QtCore.QDir.SortFlags:
945    "PySide2.QtCore.QDir.__init__": [('PySide2.QtCore.QDir',), ('str',), ('str', 'str', 'PySide2.QtCore.QDir.SortFlags', 'PySide2.QtCore.QDir.Filters')],
946    "PySide2.QtCore.QDir.__copy__": (),
947    "PySide2.QtCore.QDir.__reduce__": (),
948    "PySide2.QtCore.QDir.absoluteFilePath": ('str',),
949    "PySide2.QtCore.QDir.absolutePath": (),
950    "PySide2.QtCore.QDir.addResourceSearchPath": ('str',),
951    "PySide2.QtCore.QDir.addSearchPath": ('str', 'str'),
952    "PySide2.QtCore.QDir.canonicalPath": (),
953    "PySide2.QtCore.QDir.cd": ('str',),
954    "PySide2.QtCore.QDir.cdUp": (),
955    "PySide2.QtCore.QDir.cleanPath": ('str',),
956    "PySide2.QtCore.QDir.count": (),
957    "PySide2.QtCore.QDir.current": (),
958    "PySide2.QtCore.QDir.currentPath": (),
959    "PySide2.QtCore.QDir.dirName": (),
960    "PySide2.QtCore.QDir.drives": (),
961    "PySide2.QtCore.QDir.entryInfoList": [('PySide2.QtCore.QDir.Filters', 'PySide2.QtCore.QDir.SortFlags'), ('typing.Sequence[str]', 'PySide2.QtCore.QDir.Filters', 'PySide2.QtCore.QDir.SortFlags')],
962    "PySide2.QtCore.QDir.entryList": [('PySide2.QtCore.QDir.Filters', 'PySide2.QtCore.QDir.SortFlags'), ('typing.Sequence[str]', 'PySide2.QtCore.QDir.Filters', 'PySide2.QtCore.QDir.SortFlags')],
963    "PySide2.QtCore.QDir.exists": [(), ('str',)],
964    "PySide2.QtCore.QDir.filePath": ('str',),
965    "PySide2.QtCore.QDir.filter": (),
966    "PySide2.QtCore.QDir.fromNativeSeparators": ('str',),
967    "PySide2.QtCore.QDir.home": (),
968    "PySide2.QtCore.QDir.homePath": (),
969    "PySide2.QtCore.QDir.isAbsolute": (),
970    "PySide2.QtCore.QDir.isAbsolutePath": ('str',),
971    "PySide2.QtCore.QDir.isEmpty": ('PySide2.QtCore.QDir.Filters',),
972    "PySide2.QtCore.QDir.isReadable": (),
973    "PySide2.QtCore.QDir.isRelative": (),
974    "PySide2.QtCore.QDir.isRelativePath": ('str',),
975    "PySide2.QtCore.QDir.isRoot": (),
976    "PySide2.QtCore.QDir.listSeparator": (),
977    "PySide2.QtCore.QDir.makeAbsolute": (),
978    "PySide2.QtCore.QDir.match": [('str', 'str'), ('typing.Sequence[str]', 'str')],
979    "PySide2.QtCore.QDir.mkdir": ('str',),
980    "PySide2.QtCore.QDir.mkpath": ('str',),
981    "PySide2.QtCore.QDir.nameFilters": (),
982    "PySide2.QtCore.QDir.nameFiltersFromString": ('str',),
983    "PySide2.QtCore.QDir.path": (),
984    "PySide2.QtCore.QDir.refresh": (),
985    "PySide2.QtCore.QDir.relativeFilePath": ('str',),
986    "PySide2.QtCore.QDir.remove": ('str',),
987    "PySide2.QtCore.QDir.removeRecursively": (),
988    "PySide2.QtCore.QDir.rename": ('str', 'str'),
989    "PySide2.QtCore.QDir.rmdir": ('str',),
990    "PySide2.QtCore.QDir.rmpath": ('str',),
991    "PySide2.QtCore.QDir.root": (),
992    "PySide2.QtCore.QDir.rootPath": (),
993    "PySide2.QtCore.QDir.searchPaths": ('str',),
994    "PySide2.QtCore.QDir.separator": (),
995    "PySide2.QtCore.QDir.setCurrent": ('str',),
996    "PySide2.QtCore.QDir.setFilter": ('PySide2.QtCore.QDir.Filters',),
997    "PySide2.QtCore.QDir.setNameFilters": ('typing.Sequence[str]',),
998    "PySide2.QtCore.QDir.setPath": ('str',),
999    "PySide2.QtCore.QDir.setSearchPaths": ('str', 'typing.Sequence[str]'),
1000    "PySide2.QtCore.QDir.setSorting": ('PySide2.QtCore.QDir.SortFlags',),
1001    "PySide2.QtCore.QDir.sorting": (),
1002    "PySide2.QtCore.QDir.swap": ('PySide2.QtCore.QDir',),
1003    "PySide2.QtCore.QDir.temp": (),
1004    "PySide2.QtCore.QDir.tempPath": (),
1005    "PySide2.QtCore.QDir.toNativeSeparators": ('str',),
1006# class PySide2.QtCore.QDirIterator:
1007# class PySide2.QtCore.QDirIterator.IteratorFlag:
1008# class PySide2.QtCore.QDirIterator.IteratorFlags:
1009    "PySide2.QtCore.QDirIterator.__init__": [('PySide2.QtCore.QDir', 'PySide2.QtCore.QDirIterator.IteratorFlags'), ('str', 'PySide2.QtCore.QDir.Filters', 'PySide2.QtCore.QDirIterator.IteratorFlags'), ('str', 'PySide2.QtCore.QDirIterator.IteratorFlags'), ('str', 'typing.Sequence[str]', 'PySide2.QtCore.QDir.Filters', 'PySide2.QtCore.QDirIterator.IteratorFlags')],
1010    "PySide2.QtCore.QDirIterator.fileInfo": (),
1011    "PySide2.QtCore.QDirIterator.fileName": (),
1012    "PySide2.QtCore.QDirIterator.filePath": (),
1013    "PySide2.QtCore.QDirIterator.hasNext": (),
1014    "PySide2.QtCore.QDirIterator.path": (),
1015# class PySide2.QtCore.QDynamicPropertyChangeEvent:
1016    "PySide2.QtCore.QDynamicPropertyChangeEvent.__init__": ('PySide2.QtCore.QByteArray',),
1017    "PySide2.QtCore.QDynamicPropertyChangeEvent.propertyName": (),
1018# class PySide2.QtCore.QEasingCurve:
1019# class PySide2.QtCore.QEasingCurve.Type:
1020    "PySide2.QtCore.QEasingCurve.__init__": [('PySide2.QtCore.QEasingCurve',), ('PySide2.QtCore.QEasingCurve.Type',)],
1021    "PySide2.QtCore.QEasingCurve.__copy__": (),
1022    "PySide2.QtCore.QEasingCurve.addCubicBezierSegment": ('PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF'),
1023    "PySide2.QtCore.QEasingCurve.addTCBSegment": ('PySide2.QtCore.QPointF', 'float', 'float', 'float'),
1024    "PySide2.QtCore.QEasingCurve.amplitude": (),
1025    "PySide2.QtCore.QEasingCurve.customType": (),
1026    "PySide2.QtCore.QEasingCurve.overshoot": (),
1027    "PySide2.QtCore.QEasingCurve.period": (),
1028    "PySide2.QtCore.QEasingCurve.setAmplitude": ('float',),
1029    "PySide2.QtCore.QEasingCurve.setCustomType": ('object',),
1030    "PySide2.QtCore.QEasingCurve.setOvershoot": ('float',),
1031    "PySide2.QtCore.QEasingCurve.setPeriod": ('float',),
1032    "PySide2.QtCore.QEasingCurve.setType": ('PySide2.QtCore.QEasingCurve.Type',),
1033    "PySide2.QtCore.QEasingCurve.swap": ('PySide2.QtCore.QEasingCurve',),
1034    "PySide2.QtCore.QEasingCurve.toCubicSpline": (),
1035    "PySide2.QtCore.QEasingCurve.type": (),
1036    "PySide2.QtCore.QEasingCurve.valueForProgress": ('float',),
1037# class PySide2.QtCore.QElapsedTimer:
1038# class PySide2.QtCore.QElapsedTimer.ClockType:
1039    "PySide2.QtCore.QElapsedTimer.__init__": [(), ('PySide2.QtCore.QElapsedTimer',)],
1040    "PySide2.QtCore.QElapsedTimer.__copy__": (),
1041    "PySide2.QtCore.QElapsedTimer.clockType": (),
1042    "PySide2.QtCore.QElapsedTimer.elapsed": (),
1043    "PySide2.QtCore.QElapsedTimer.hasExpired": ('int',),
1044    "PySide2.QtCore.QElapsedTimer.invalidate": (),
1045    "PySide2.QtCore.QElapsedTimer.isMonotonic": (),
1046    "PySide2.QtCore.QElapsedTimer.isValid": (),
1047    "PySide2.QtCore.QElapsedTimer.msecsSinceReference": (),
1048    "PySide2.QtCore.QElapsedTimer.msecsTo": ('PySide2.QtCore.QElapsedTimer',),
1049    "PySide2.QtCore.QElapsedTimer.nsecsElapsed": (),
1050    "PySide2.QtCore.QElapsedTimer.restart": (),
1051    "PySide2.QtCore.QElapsedTimer.secsTo": ('PySide2.QtCore.QElapsedTimer',),
1052    "PySide2.QtCore.QElapsedTimer.start": (),
1053# class PySide2.QtCore.QEvent:
1054# class PySide2.QtCore.QEvent.Type:
1055    "PySide2.QtCore.QEvent.__init__": [('PySide2.QtCore.QEvent',), ('PySide2.QtCore.QEvent.Type',)],
1056    "PySide2.QtCore.QEvent.accept": (),
1057    "PySide2.QtCore.QEvent.ignore": (),
1058    "PySide2.QtCore.QEvent.isAccepted": (),
1059    "PySide2.QtCore.QEvent.registerEventType": ('int',),
1060    "PySide2.QtCore.QEvent.setAccepted": ('bool',),
1061    "PySide2.QtCore.QEvent.spontaneous": (),
1062    "PySide2.QtCore.QEvent.type": (),
1063# class PySide2.QtCore.QEventLoop:
1064# class PySide2.QtCore.QEventLoop.ProcessEventsFlag:
1065# class PySide2.QtCore.QEventLoop.ProcessEventsFlags:
1066    "PySide2.QtCore.QEventLoop.__init__": ('PySide2.QtCore.QObject',),
1067    "PySide2.QtCore.QEventLoop.event": ('PySide2.QtCore.QEvent',),
1068    "PySide2.QtCore.QEventLoop.exec_": ('PySide2.QtCore.QEventLoop.ProcessEventsFlags',),
1069    "PySide2.QtCore.QEventLoop.exit": ('int',),
1070    "PySide2.QtCore.QEventLoop.isRunning": (),
1071    "PySide2.QtCore.QEventLoop.processEvents": [('PySide2.QtCore.QEventLoop.ProcessEventsFlags',), ('PySide2.QtCore.QEventLoop.ProcessEventsFlags', 'int')],
1072    "PySide2.QtCore.QEventLoop.quit": (),
1073    "PySide2.QtCore.QEventLoop.wakeUp": (),
1074# class PySide2.QtCore.QEventTransition:
1075    "PySide2.QtCore.QEventTransition.__init__": [('PySide2.QtCore.QObject', 'PySide2.QtCore.QEvent.Type', 'PySide2.QtCore.QState'), ('PySide2.QtCore.QState',)],
1076    "PySide2.QtCore.QEventTransition.event": ('PySide2.QtCore.QEvent',),
1077    "PySide2.QtCore.QEventTransition.eventSource": (),
1078    "PySide2.QtCore.QEventTransition.eventTest": ('PySide2.QtCore.QEvent',),
1079    "PySide2.QtCore.QEventTransition.eventType": (),
1080    "PySide2.QtCore.QEventTransition.onTransition": ('PySide2.QtCore.QEvent',),
1081    "PySide2.QtCore.QEventTransition.setEventSource": ('PySide2.QtCore.QObject',),
1082    "PySide2.QtCore.QEventTransition.setEventType": ('PySide2.QtCore.QEvent.Type',),
1083# class PySide2.QtCore.QFactoryInterface:
1084    "PySide2.QtCore.QFactoryInterface.__init__": (),
1085    "PySide2.QtCore.QFactoryInterface.keys": (),
1086# class PySide2.QtCore.QFile:
1087    "PySide2.QtCore.QFile.__init__": [(), ('PySide2.QtCore.QObject',), ('str',), ('str', 'PySide2.QtCore.QObject')],
1088    "PySide2.QtCore.QFile.copy": [('str',), ('str', 'str')],
1089    "PySide2.QtCore.QFile.decodeName": [('PySide2.QtCore.QByteArray',), ('str',)],
1090    "PySide2.QtCore.QFile.encodeName": ('str',),
1091    "PySide2.QtCore.QFile.exists": [(), ('str',)],
1092    "PySide2.QtCore.QFile.fileName": (),
1093    "PySide2.QtCore.QFile.link": [('str',), ('str', 'str')],
1094    "PySide2.QtCore.QFile.open": [('PySide2.QtCore.QIODevice.OpenMode',), ('int', 'PySide2.QtCore.QIODevice.OpenMode', 'PySide2.QtCore.QFileDevice.FileHandleFlags')],
1095    "PySide2.QtCore.QFile.permissions": [(), ('str',)],
1096    "PySide2.QtCore.QFile.readLink": [(), ('str',)],
1097    "PySide2.QtCore.QFile.remove": [(), ('str',)],
1098    "PySide2.QtCore.QFile.rename": [('str',), ('str', 'str')],
1099    "PySide2.QtCore.QFile.resize": [('int',), ('str', 'int')],
1100    "PySide2.QtCore.QFile.setFileName": ('str',),
1101    "PySide2.QtCore.QFile.setPermissions": [('PySide2.QtCore.QFileDevice.Permissions',), ('str', 'PySide2.QtCore.QFileDevice.Permissions')],
1102    "PySide2.QtCore.QFile.size": (),
1103    "PySide2.QtCore.QFile.symLinkTarget": [(), ('str',)],
1104# class PySide2.QtCore.QFileDevice:
1105# class PySide2.QtCore.QFileDevice.FileError:
1106# class PySide2.QtCore.QFileDevice.FileHandleFlag:
1107# class PySide2.QtCore.QFileDevice.FileHandleFlags:
1108# class PySide2.QtCore.QFileDevice.FileTime:
1109# class PySide2.QtCore.QFileDevice.MemoryMapFlags:
1110# class PySide2.QtCore.QFileDevice.Permission:
1111# class PySide2.QtCore.QFileDevice.Permissions:
1112    "PySide2.QtCore.QFileDevice.__init__": [(), ('PySide2.QtCore.QObject',)],
1113    "PySide2.QtCore.QFileDevice.atEnd": (),
1114    "PySide2.QtCore.QFileDevice.close": (),
1115    "PySide2.QtCore.QFileDevice.error": (),
1116    "PySide2.QtCore.QFileDevice.fileName": (),
1117    "PySide2.QtCore.QFileDevice.fileTime": ('PySide2.QtCore.QFileDevice.FileTime',),
1118    "PySide2.QtCore.QFileDevice.flush": (),
1119    "PySide2.QtCore.QFileDevice.handle": (),
1120    "PySide2.QtCore.QFileDevice.isSequential": (),
1121    "PySide2.QtCore.QFileDevice.map": ('int', 'int', 'PySide2.QtCore.QFileDevice.MemoryMapFlags'),
1122    "PySide2.QtCore.QFileDevice.permissions": (),
1123    "PySide2.QtCore.QFileDevice.pos": (),
1124    "PySide2.QtCore.QFileDevice.readData": ('str', 'int'),
1125    "PySide2.QtCore.QFileDevice.readLineData": ('str', 'int'),
1126    "PySide2.QtCore.QFileDevice.resize": ('int',),
1127    "PySide2.QtCore.QFileDevice.seek": ('int',),
1128    "PySide2.QtCore.QFileDevice.setFileTime": ('PySide2.QtCore.QDateTime', 'PySide2.QtCore.QFileDevice.FileTime'),
1129    "PySide2.QtCore.QFileDevice.setPermissions": ('PySide2.QtCore.QFileDevice.Permissions',),
1130    "PySide2.QtCore.QFileDevice.size": (),
1131    "PySide2.QtCore.QFileDevice.unmap": ('str',),
1132    "PySide2.QtCore.QFileDevice.unsetError": (),
1133    "PySide2.QtCore.QFileDevice.writeData": ('str', 'int'),
1134# class PySide2.QtCore.QFileInfo:
1135    "PySide2.QtCore.QFileInfo.__init__": [(), ('PySide2.QtCore.QDir', 'str'), ('PySide2.QtCore.QFile',), ('PySide2.QtCore.QFileInfo',), ('str',)],
1136    "PySide2.QtCore.QFileInfo.__copy__": (),
1137    "PySide2.QtCore.QFileInfo.__reduce__": (),
1138    "PySide2.QtCore.QFileInfo.absoluteDir": (),
1139    "PySide2.QtCore.QFileInfo.absoluteFilePath": (),
1140    "PySide2.QtCore.QFileInfo.absolutePath": (),
1141    "PySide2.QtCore.QFileInfo.baseName": (),
1142    "PySide2.QtCore.QFileInfo.birthTime": (),
1143    "PySide2.QtCore.QFileInfo.bundleName": (),
1144    "PySide2.QtCore.QFileInfo.caching": (),
1145    "PySide2.QtCore.QFileInfo.canonicalFilePath": (),
1146    "PySide2.QtCore.QFileInfo.canonicalPath": (),
1147    "PySide2.QtCore.QFileInfo.completeBaseName": (),
1148    "PySide2.QtCore.QFileInfo.completeSuffix": (),
1149    "PySide2.QtCore.QFileInfo.created": (),
1150    "PySide2.QtCore.QFileInfo.dir": (),
1151    "PySide2.QtCore.QFileInfo.exists": [(), ('str',)],
1152    "PySide2.QtCore.QFileInfo.fileName": (),
1153    "PySide2.QtCore.QFileInfo.filePath": (),
1154    "PySide2.QtCore.QFileInfo.group": (),
1155    "PySide2.QtCore.QFileInfo.groupId": (),
1156    "PySide2.QtCore.QFileInfo.isAbsolute": (),
1157    "PySide2.QtCore.QFileInfo.isBundle": (),
1158    "PySide2.QtCore.QFileInfo.isDir": (),
1159    "PySide2.QtCore.QFileInfo.isExecutable": (),
1160    "PySide2.QtCore.QFileInfo.isFile": (),
1161    "PySide2.QtCore.QFileInfo.isHidden": (),
1162    "PySide2.QtCore.QFileInfo.isNativePath": (),
1163    "PySide2.QtCore.QFileInfo.isReadable": (),
1164    "PySide2.QtCore.QFileInfo.isRelative": (),
1165    "PySide2.QtCore.QFileInfo.isRoot": (),
1166    "PySide2.QtCore.QFileInfo.isShortcut": (),
1167    "PySide2.QtCore.QFileInfo.isSymLink": (),
1168    "PySide2.QtCore.QFileInfo.isSymbolicLink": (),
1169    "PySide2.QtCore.QFileInfo.isWritable": (),
1170    "PySide2.QtCore.QFileInfo.lastModified": (),
1171    "PySide2.QtCore.QFileInfo.lastRead": (),
1172    "PySide2.QtCore.QFileInfo.makeAbsolute": (),
1173    "PySide2.QtCore.QFileInfo.metadataChangeTime": (),
1174    "PySide2.QtCore.QFileInfo.owner": (),
1175    "PySide2.QtCore.QFileInfo.ownerId": (),
1176    "PySide2.QtCore.QFileInfo.path": (),
1177    "PySide2.QtCore.QFileInfo.readLink": (),
1178    "PySide2.QtCore.QFileInfo.refresh": (),
1179    "PySide2.QtCore.QFileInfo.setCaching": ('bool',),
1180    "PySide2.QtCore.QFileInfo.setFile": [('PySide2.QtCore.QDir', 'str'), ('PySide2.QtCore.QFile',), ('str',)],
1181    "PySide2.QtCore.QFileInfo.size": (),
1182    "PySide2.QtCore.QFileInfo.suffix": (),
1183    "PySide2.QtCore.QFileInfo.swap": ('PySide2.QtCore.QFileInfo',),
1184    "PySide2.QtCore.QFileInfo.symLinkTarget": (),
1185# class PySide2.QtCore.QFileSelector:
1186    "PySide2.QtCore.QFileSelector.__init__": ('PySide2.QtCore.QObject',),
1187    "PySide2.QtCore.QFileSelector.allSelectors": (),
1188    "PySide2.QtCore.QFileSelector.extraSelectors": (),
1189    "PySide2.QtCore.QFileSelector.select": [('PySide2.QtCore.QUrl',), ('str',)],
1190    "PySide2.QtCore.QFileSelector.setExtraSelectors": ('typing.Sequence[str]',),
1191# class PySide2.QtCore.QFileSystemWatcher:
1192    "PySide2.QtCore.QFileSystemWatcher.__init__": [('PySide2.QtCore.QObject',), ('typing.Sequence[str]', 'PySide2.QtCore.QObject')],
1193    "PySide2.QtCore.QFileSystemWatcher.addPath": ('str',),
1194    "PySide2.QtCore.QFileSystemWatcher.addPaths": ('typing.Sequence[str]',),
1195    "PySide2.QtCore.QFileSystemWatcher.directories": (),
1196    "PySide2.QtCore.QFileSystemWatcher.files": (),
1197    "PySide2.QtCore.QFileSystemWatcher.removePath": ('str',),
1198    "PySide2.QtCore.QFileSystemWatcher.removePaths": ('typing.Sequence[str]',),
1199# class PySide2.QtCore.QFinalState:
1200    "PySide2.QtCore.QFinalState.__init__": ('PySide2.QtCore.QState',),
1201    "PySide2.QtCore.QFinalState.event": ('PySide2.QtCore.QEvent',),
1202    "PySide2.QtCore.QFinalState.onEntry": ('PySide2.QtCore.QEvent',),
1203    "PySide2.QtCore.QFinalState.onExit": ('PySide2.QtCore.QEvent',),
1204# class PySide2.QtCore.QGenericArgument:
1205    "PySide2.QtCore.QGenericArgument.__init__": [('PySide2.QtCore.QGenericArgument',), ('str', 'int')],
1206    "PySide2.QtCore.QGenericArgument.__copy__": (),
1207    "PySide2.QtCore.QGenericArgument.data": (),
1208    "PySide2.QtCore.QGenericArgument.name": (),
1209# class PySide2.QtCore.QGenericReturnArgument:
1210    "PySide2.QtCore.QGenericReturnArgument.__init__": [('PySide2.QtCore.QGenericReturnArgument',), ('str', 'int')],
1211    "PySide2.QtCore.QGenericReturnArgument.__copy__": (),
1212# class PySide2.QtCore.QHistoryState:
1213# class PySide2.QtCore.QHistoryState.HistoryType:
1214    "PySide2.QtCore.QHistoryState.__init__": [('PySide2.QtCore.QHistoryState.HistoryType', 'PySide2.QtCore.QState'), ('PySide2.QtCore.QState',)],
1215    "PySide2.QtCore.QHistoryState.defaultState": (),
1216    "PySide2.QtCore.QHistoryState.defaultTransition": (),
1217    "PySide2.QtCore.QHistoryState.event": ('PySide2.QtCore.QEvent',),
1218    "PySide2.QtCore.QHistoryState.historyType": (),
1219    "PySide2.QtCore.QHistoryState.onEntry": ('PySide2.QtCore.QEvent',),
1220    "PySide2.QtCore.QHistoryState.onExit": ('PySide2.QtCore.QEvent',),
1221    "PySide2.QtCore.QHistoryState.setDefaultState": ('PySide2.QtCore.QAbstractState',),
1222    "PySide2.QtCore.QHistoryState.setDefaultTransition": ('PySide2.QtCore.QAbstractTransition',),
1223    "PySide2.QtCore.QHistoryState.setHistoryType": ('PySide2.QtCore.QHistoryState.HistoryType',),
1224# class PySide2.QtCore.QIODevice:
1225# class PySide2.QtCore.QIODevice.OpenMode:
1226# class PySide2.QtCore.QIODevice.OpenModeFlag:
1227    "PySide2.QtCore.QIODevice.__init__": [(), ('PySide2.QtCore.QObject',)],
1228    "PySide2.QtCore.QIODevice.atEnd": (),
1229    "PySide2.QtCore.QIODevice.bytesAvailable": (),
1230    "PySide2.QtCore.QIODevice.bytesToWrite": (),
1231    "PySide2.QtCore.QIODevice.canReadLine": (),
1232    "PySide2.QtCore.QIODevice.close": (),
1233    "PySide2.QtCore.QIODevice.commitTransaction": (),
1234    "PySide2.QtCore.QIODevice.currentReadChannel": (),
1235    "PySide2.QtCore.QIODevice.currentWriteChannel": (),
1236    "PySide2.QtCore.QIODevice.errorString": (),
1237    "PySide2.QtCore.QIODevice.getChar": ('str',),
1238    "PySide2.QtCore.QIODevice.isOpen": (),
1239    "PySide2.QtCore.QIODevice.isReadable": (),
1240    "PySide2.QtCore.QIODevice.isSequential": (),
1241    "PySide2.QtCore.QIODevice.isTextModeEnabled": (),
1242    "PySide2.QtCore.QIODevice.isTransactionStarted": (),
1243    "PySide2.QtCore.QIODevice.isWritable": (),
1244    "PySide2.QtCore.QIODevice.open": ('PySide2.QtCore.QIODevice.OpenMode',),
1245    "PySide2.QtCore.QIODevice.openMode": (),
1246    "PySide2.QtCore.QIODevice.peek": ('int',),
1247    "PySide2.QtCore.QIODevice.pos": (),
1248    "PySide2.QtCore.QIODevice.putChar": ('int',),
1249    "PySide2.QtCore.QIODevice.read": ('int',),
1250    "PySide2.QtCore.QIODevice.readAll": (),
1251    "PySide2.QtCore.QIODevice.readChannelCount": (),
1252    "PySide2.QtCore.QIODevice.readData": ('str', 'int'),
1253    "PySide2.QtCore.QIODevice.readLine": ('int',),
1254    "PySide2.QtCore.QIODevice.readLineData": ('str', 'int'),
1255    "PySide2.QtCore.QIODevice.reset": (),
1256    "PySide2.QtCore.QIODevice.rollbackTransaction": (),
1257    "PySide2.QtCore.QIODevice.seek": ('int',),
1258    "PySide2.QtCore.QIODevice.setCurrentReadChannel": ('int',),
1259    "PySide2.QtCore.QIODevice.setCurrentWriteChannel": ('int',),
1260    "PySide2.QtCore.QIODevice.setErrorString": ('str',),
1261    "PySide2.QtCore.QIODevice.setOpenMode": ('PySide2.QtCore.QIODevice.OpenMode',),
1262    "PySide2.QtCore.QIODevice.setTextModeEnabled": ('bool',),
1263    "PySide2.QtCore.QIODevice.size": (),
1264    "PySide2.QtCore.QIODevice.skip": ('int',),
1265    "PySide2.QtCore.QIODevice.startTransaction": (),
1266    "PySide2.QtCore.QIODevice.ungetChar": ('int',),
1267    "PySide2.QtCore.QIODevice.waitForBytesWritten": ('int',),
1268    "PySide2.QtCore.QIODevice.waitForReadyRead": ('int',),
1269    "PySide2.QtCore.QIODevice.write": ('PySide2.QtCore.QByteArray',),
1270    "PySide2.QtCore.QIODevice.writeChannelCount": (),
1271    "PySide2.QtCore.QIODevice.writeData": ('str', 'int'),
1272# class PySide2.QtCore.QIdentityProxyModel:
1273    "PySide2.QtCore.QIdentityProxyModel.__init__": ('PySide2.QtCore.QObject',),
1274    "PySide2.QtCore.QIdentityProxyModel.columnCount": ('PySide2.QtCore.QModelIndex',),
1275    "PySide2.QtCore.QIdentityProxyModel.dropMimeData": ('PySide2.QtCore.QMimeData', 'PySide2.QtCore.Qt.DropAction', 'int', 'int', 'PySide2.QtCore.QModelIndex'),
1276    "PySide2.QtCore.QIdentityProxyModel.headerData": ('int', 'PySide2.QtCore.Qt.Orientation', 'int'),
1277    "PySide2.QtCore.QIdentityProxyModel.index": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
1278    "PySide2.QtCore.QIdentityProxyModel.insertColumns": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
1279    "PySide2.QtCore.QIdentityProxyModel.insertRows": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
1280    "PySide2.QtCore.QIdentityProxyModel.mapFromSource": ('PySide2.QtCore.QModelIndex',),
1281    "PySide2.QtCore.QIdentityProxyModel.mapSelectionFromSource": ('PySide2.QtCore.QItemSelection',),
1282    "PySide2.QtCore.QIdentityProxyModel.mapSelectionToSource": ('PySide2.QtCore.QItemSelection',),
1283    "PySide2.QtCore.QIdentityProxyModel.mapToSource": ('PySide2.QtCore.QModelIndex',),
1284    "PySide2.QtCore.QIdentityProxyModel.match": ('PySide2.QtCore.QModelIndex', 'int', 'typing.Any', 'int', 'PySide2.QtCore.Qt.MatchFlags'),
1285    "PySide2.QtCore.QIdentityProxyModel.parent": [(), ('PySide2.QtCore.QModelIndex',)],
1286    "PySide2.QtCore.QIdentityProxyModel.removeColumns": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
1287    "PySide2.QtCore.QIdentityProxyModel.removeRows": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
1288    "PySide2.QtCore.QIdentityProxyModel.rowCount": ('PySide2.QtCore.QModelIndex',),
1289    "PySide2.QtCore.QIdentityProxyModel.setSourceModel": ('PySide2.QtCore.QAbstractItemModel',),
1290    "PySide2.QtCore.QIdentityProxyModel.sibling": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
1291# class PySide2.QtCore.QItemSelection:
1292    "PySide2.QtCore.QItemSelection.__init__": [(), ('PySide2.QtCore.QItemSelection',), ('PySide2.QtCore.QModelIndex', 'PySide2.QtCore.QModelIndex')],
1293    "PySide2.QtCore.QItemSelection.__add__": ('typing.Sequence[PySide2.QtCore.QItemSelectionRange]',),
1294    "PySide2.QtCore.QItemSelection.__copy__": (),
1295    "PySide2.QtCore.QItemSelection.__iadd__": [('PySide2.QtCore.QItemSelectionRange',), ('typing.Sequence[PySide2.QtCore.QItemSelectionRange]',)],
1296    "PySide2.QtCore.QItemSelection.__lshift__": [('PySide2.QtCore.QItemSelectionRange',), ('typing.Sequence[PySide2.QtCore.QItemSelectionRange]',)],
1297    "PySide2.QtCore.QItemSelection.append": [('PySide2.QtCore.QItemSelectionRange',), ('typing.Sequence[PySide2.QtCore.QItemSelectionRange]',)],
1298    "PySide2.QtCore.QItemSelection.at": ('int',),
1299    "PySide2.QtCore.QItemSelection.back": (),
1300    "PySide2.QtCore.QItemSelection.clear": (),
1301    "PySide2.QtCore.QItemSelection.constFirst": (),
1302    "PySide2.QtCore.QItemSelection.constLast": (),
1303    "PySide2.QtCore.QItemSelection.contains": ('PySide2.QtCore.QModelIndex',),
1304    "PySide2.QtCore.QItemSelection.count": [(), ('PySide2.QtCore.QItemSelectionRange',)],
1305    "PySide2.QtCore.QItemSelection.detachShared": (),
1306    "PySide2.QtCore.QItemSelection.empty": (),
1307    "PySide2.QtCore.QItemSelection.endsWith": ('PySide2.QtCore.QItemSelectionRange',),
1308    "PySide2.QtCore.QItemSelection.first": (),
1309    "PySide2.QtCore.QItemSelection.fromSet": ('typing.Set[PySide2.QtCore.QItemSelectionRange]',),
1310    "PySide2.QtCore.QItemSelection.fromVector": ('typing.List[PySide2.QtCore.QItemSelectionRange]',),
1311    "PySide2.QtCore.QItemSelection.front": (),
1312    "PySide2.QtCore.QItemSelection.indexOf": ('PySide2.QtCore.QItemSelectionRange', 'int'),
1313    "PySide2.QtCore.QItemSelection.indexes": (),
1314    "PySide2.QtCore.QItemSelection.insert": ('int', 'PySide2.QtCore.QItemSelectionRange'),
1315    "PySide2.QtCore.QItemSelection.isEmpty": (),
1316    "PySide2.QtCore.QItemSelection.isSharedWith": ('typing.Sequence[PySide2.QtCore.QItemSelectionRange]',),
1317    "PySide2.QtCore.QItemSelection.last": (),
1318    "PySide2.QtCore.QItemSelection.lastIndexOf": ('PySide2.QtCore.QItemSelectionRange', 'int'),
1319    "PySide2.QtCore.QItemSelection.length": (),
1320    "PySide2.QtCore.QItemSelection.merge": ('PySide2.QtCore.QItemSelection', 'PySide2.QtCore.QItemSelectionModel.SelectionFlags'),
1321    "PySide2.QtCore.QItemSelection.mid": ('int', 'int'),
1322    "PySide2.QtCore.QItemSelection.move": ('int', 'int'),
1323    "PySide2.QtCore.QItemSelection.pop_back": (),
1324    "PySide2.QtCore.QItemSelection.pop_front": (),
1325    "PySide2.QtCore.QItemSelection.prepend": ('PySide2.QtCore.QItemSelectionRange',),
1326    "PySide2.QtCore.QItemSelection.push_back": ('PySide2.QtCore.QItemSelectionRange',),
1327    "PySide2.QtCore.QItemSelection.push_front": ('PySide2.QtCore.QItemSelectionRange',),
1328    "PySide2.QtCore.QItemSelection.removeAll": ('PySide2.QtCore.QItemSelectionRange',),
1329    "PySide2.QtCore.QItemSelection.removeAt": ('int',),
1330    "PySide2.QtCore.QItemSelection.removeFirst": (),
1331    "PySide2.QtCore.QItemSelection.removeLast": (),
1332    "PySide2.QtCore.QItemSelection.removeOne": ('PySide2.QtCore.QItemSelectionRange',),
1333    "PySide2.QtCore.QItemSelection.replace": ('int', 'PySide2.QtCore.QItemSelectionRange'),
1334    "PySide2.QtCore.QItemSelection.reserve": ('int',),
1335    "PySide2.QtCore.QItemSelection.select": ('PySide2.QtCore.QModelIndex', 'PySide2.QtCore.QModelIndex'),
1336    "PySide2.QtCore.QItemSelection.setSharable": ('bool',),
1337    "PySide2.QtCore.QItemSelection.size": (),
1338    "PySide2.QtCore.QItemSelection.split": ('PySide2.QtCore.QItemSelectionRange', 'PySide2.QtCore.QItemSelectionRange', 'PySide2.QtCore.QItemSelection'),
1339    "PySide2.QtCore.QItemSelection.startsWith": ('PySide2.QtCore.QItemSelectionRange',),
1340    "PySide2.QtCore.QItemSelection.swap": [('int', 'int'), ('typing.Sequence[PySide2.QtCore.QItemSelectionRange]',)],
1341    "PySide2.QtCore.QItemSelection.swapItemsAt": ('int', 'int'),
1342    "PySide2.QtCore.QItemSelection.takeAt": ('int',),
1343    "PySide2.QtCore.QItemSelection.takeFirst": (),
1344    "PySide2.QtCore.QItemSelection.takeLast": (),
1345    "PySide2.QtCore.QItemSelection.toSet": (),
1346    "PySide2.QtCore.QItemSelection.toVector": (),
1347    "PySide2.QtCore.QItemSelection.value": [('int',), ('int', 'PySide2.QtCore.QItemSelectionRange')],
1348# class PySide2.QtCore.QItemSelectionModel:
1349# class PySide2.QtCore.QItemSelectionModel.SelectionFlag:
1350# class PySide2.QtCore.QItemSelectionModel.SelectionFlags:
1351    "PySide2.QtCore.QItemSelectionModel.__init__": [('PySide2.QtCore.QAbstractItemModel',), ('PySide2.QtCore.QAbstractItemModel', 'PySide2.QtCore.QObject')],
1352    "PySide2.QtCore.QItemSelectionModel.clear": (),
1353    "PySide2.QtCore.QItemSelectionModel.clearCurrentIndex": (),
1354    "PySide2.QtCore.QItemSelectionModel.clearSelection": (),
1355    "PySide2.QtCore.QItemSelectionModel.columnIntersectsSelection": ('int', 'PySide2.QtCore.QModelIndex'),
1356    "PySide2.QtCore.QItemSelectionModel.currentIndex": (),
1357    "PySide2.QtCore.QItemSelectionModel.emitSelectionChanged": ('PySide2.QtCore.QItemSelection', 'PySide2.QtCore.QItemSelection'),
1358    "PySide2.QtCore.QItemSelectionModel.hasSelection": (),
1359    "PySide2.QtCore.QItemSelectionModel.isColumnSelected": ('int', 'PySide2.QtCore.QModelIndex'),
1360    "PySide2.QtCore.QItemSelectionModel.isRowSelected": ('int', 'PySide2.QtCore.QModelIndex'),
1361    "PySide2.QtCore.QItemSelectionModel.isSelected": ('PySide2.QtCore.QModelIndex',),
1362    "PySide2.QtCore.QItemSelectionModel.model": (),
1363    "PySide2.QtCore.QItemSelectionModel.reset": (),
1364    "PySide2.QtCore.QItemSelectionModel.rowIntersectsSelection": ('int', 'PySide2.QtCore.QModelIndex'),
1365    "PySide2.QtCore.QItemSelectionModel.select": [('PySide2.QtCore.QItemSelection', 'PySide2.QtCore.QItemSelectionModel.SelectionFlags'), ('PySide2.QtCore.QModelIndex', 'PySide2.QtCore.QItemSelectionModel.SelectionFlags')],
1366    "PySide2.QtCore.QItemSelectionModel.selectedColumns": ('int',),
1367    "PySide2.QtCore.QItemSelectionModel.selectedIndexes": (),
1368    "PySide2.QtCore.QItemSelectionModel.selectedRows": ('int',),
1369    "PySide2.QtCore.QItemSelectionModel.selection": (),
1370    "PySide2.QtCore.QItemSelectionModel.setCurrentIndex": ('PySide2.QtCore.QModelIndex', 'PySide2.QtCore.QItemSelectionModel.SelectionFlags'),
1371    "PySide2.QtCore.QItemSelectionModel.setModel": ('PySide2.QtCore.QAbstractItemModel',),
1372# class PySide2.QtCore.QItemSelectionRange:
1373    "PySide2.QtCore.QItemSelectionRange.__init__": [(), ('PySide2.QtCore.QItemSelectionRange',), ('PySide2.QtCore.QModelIndex',), ('PySide2.QtCore.QModelIndex', 'PySide2.QtCore.QModelIndex')],
1374    "PySide2.QtCore.QItemSelectionRange.__copy__": (),
1375    "PySide2.QtCore.QItemSelectionRange.bottom": (),
1376    "PySide2.QtCore.QItemSelectionRange.bottomRight": (),
1377    "PySide2.QtCore.QItemSelectionRange.contains": [('PySide2.QtCore.QModelIndex',), ('int', 'int', 'PySide2.QtCore.QModelIndex')],
1378    "PySide2.QtCore.QItemSelectionRange.height": (),
1379    "PySide2.QtCore.QItemSelectionRange.indexes": (),
1380    "PySide2.QtCore.QItemSelectionRange.intersected": ('PySide2.QtCore.QItemSelectionRange',),
1381    "PySide2.QtCore.QItemSelectionRange.intersects": ('PySide2.QtCore.QItemSelectionRange',),
1382    "PySide2.QtCore.QItemSelectionRange.isEmpty": (),
1383    "PySide2.QtCore.QItemSelectionRange.isValid": (),
1384    "PySide2.QtCore.QItemSelectionRange.left": (),
1385    "PySide2.QtCore.QItemSelectionRange.model": (),
1386    "PySide2.QtCore.QItemSelectionRange.parent": (),
1387    "PySide2.QtCore.QItemSelectionRange.right": (),
1388    "PySide2.QtCore.QItemSelectionRange.swap": ('PySide2.QtCore.QItemSelectionRange',),
1389    "PySide2.QtCore.QItemSelectionRange.top": (),
1390    "PySide2.QtCore.QItemSelectionRange.topLeft": (),
1391    "PySide2.QtCore.QItemSelectionRange.width": (),
1392# class PySide2.QtCore.QJsonArray:
1393    "PySide2.QtCore.QJsonArray.__init__": [(), ('PySide2.QtCore.QJsonArray',)],
1394    "PySide2.QtCore.QJsonArray.__add__": ('PySide2.QtCore.QJsonValue',),
1395    "PySide2.QtCore.QJsonArray.__copy__": (),
1396    "PySide2.QtCore.QJsonArray.__iadd__": ('PySide2.QtCore.QJsonValue',),
1397    "PySide2.QtCore.QJsonArray.__lshift__": ('PySide2.QtCore.QJsonValue',),
1398    "PySide2.QtCore.QJsonArray.append": ('PySide2.QtCore.QJsonValue',),
1399    "PySide2.QtCore.QJsonArray.at": ('int',),
1400    "PySide2.QtCore.QJsonArray.contains": ('PySide2.QtCore.QJsonValue',),
1401    "PySide2.QtCore.QJsonArray.count": (),
1402    "PySide2.QtCore.QJsonArray.empty": (),
1403    "PySide2.QtCore.QJsonArray.first": (),
1404    "PySide2.QtCore.QJsonArray.fromStringList": ('typing.Sequence[str]',),
1405    "PySide2.QtCore.QJsonArray.fromVariantList": ('typing.Sequence[typing.Any]',),
1406    "PySide2.QtCore.QJsonArray.insert": ('int', 'PySide2.QtCore.QJsonValue'),
1407    "PySide2.QtCore.QJsonArray.isEmpty": (),
1408    "PySide2.QtCore.QJsonArray.last": (),
1409    "PySide2.QtCore.QJsonArray.pop_back": (),
1410    "PySide2.QtCore.QJsonArray.pop_front": (),
1411    "PySide2.QtCore.QJsonArray.prepend": ('PySide2.QtCore.QJsonValue',),
1412    "PySide2.QtCore.QJsonArray.push_back": ('PySide2.QtCore.QJsonValue',),
1413    "PySide2.QtCore.QJsonArray.push_front": ('PySide2.QtCore.QJsonValue',),
1414    "PySide2.QtCore.QJsonArray.removeAt": ('int',),
1415    "PySide2.QtCore.QJsonArray.removeFirst": (),
1416    "PySide2.QtCore.QJsonArray.removeLast": (),
1417    "PySide2.QtCore.QJsonArray.replace": ('int', 'PySide2.QtCore.QJsonValue'),
1418    "PySide2.QtCore.QJsonArray.size": (),
1419    "PySide2.QtCore.QJsonArray.swap": ('PySide2.QtCore.QJsonArray',),
1420    "PySide2.QtCore.QJsonArray.takeAt": ('int',),
1421    "PySide2.QtCore.QJsonArray.toVariantList": (),
1422# class PySide2.QtCore.QJsonDocument:
1423# class PySide2.QtCore.QJsonDocument.DataValidation:
1424# class PySide2.QtCore.QJsonDocument.JsonFormat:
1425    "PySide2.QtCore.QJsonDocument.__init__": [(), ('PySide2.QtCore.QJsonArray',), ('PySide2.QtCore.QJsonDocument',), ('typing.Dict[str, PySide2.QtCore.QJsonValue]',)],
1426    "PySide2.QtCore.QJsonDocument.__copy__": (),
1427    "PySide2.QtCore.QJsonDocument.array": (),
1428    "PySide2.QtCore.QJsonDocument.fromBinaryData": ('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QJsonDocument.DataValidation'),
1429    "PySide2.QtCore.QJsonDocument.fromJson": ('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QJsonParseError'),
1430    "PySide2.QtCore.QJsonDocument.fromRawData": ('str', 'int', 'PySide2.QtCore.QJsonDocument.DataValidation'),
1431    "PySide2.QtCore.QJsonDocument.fromVariant": ('typing.Any',),
1432    "PySide2.QtCore.QJsonDocument.isArray": (),
1433    "PySide2.QtCore.QJsonDocument.isEmpty": (),
1434    "PySide2.QtCore.QJsonDocument.isNull": (),
1435    "PySide2.QtCore.QJsonDocument.isObject": (),
1436    "PySide2.QtCore.QJsonDocument.object": (),
1437    "PySide2.QtCore.QJsonDocument.rawData": (),
1438    "PySide2.QtCore.QJsonDocument.setArray": ('PySide2.QtCore.QJsonArray',),
1439    "PySide2.QtCore.QJsonDocument.setObject": ('typing.Dict[str, PySide2.QtCore.QJsonValue]',),
1440    "PySide2.QtCore.QJsonDocument.swap": ('PySide2.QtCore.QJsonDocument',),
1441    "PySide2.QtCore.QJsonDocument.toBinaryData": (),
1442    "PySide2.QtCore.QJsonDocument.toJson": [(), ('PySide2.QtCore.QJsonDocument.JsonFormat',)],
1443    "PySide2.QtCore.QJsonDocument.toVariant": (),
1444# class PySide2.QtCore.QJsonParseError:
1445# class PySide2.QtCore.QJsonParseError.ParseError:
1446    "PySide2.QtCore.QJsonParseError.__init__": [(), ('PySide2.QtCore.QJsonParseError',)],
1447    "PySide2.QtCore.QJsonParseError.__copy__": (),
1448    "PySide2.QtCore.QJsonParseError.errorString": (),
1449# class PySide2.QtCore.QJsonValue:
1450# class PySide2.QtCore.QJsonValue.Type:
1451    "PySide2.QtCore.QJsonValue.__init__": [('PySide2.QtCore.QJsonArray',), ('PySide2.QtCore.QJsonValue',), ('PySide2.QtCore.QJsonValue.Type',), ('bool',), ('float',), ('int',), ('str',), ('typing.Dict[str, PySide2.QtCore.QJsonValue]',)],
1452    "PySide2.QtCore.QJsonValue.__copy__": (),
1453    "PySide2.QtCore.QJsonValue.fromVariant": ('typing.Any',),
1454    "PySide2.QtCore.QJsonValue.isArray": (),
1455    "PySide2.QtCore.QJsonValue.isBool": (),
1456    "PySide2.QtCore.QJsonValue.isDouble": (),
1457    "PySide2.QtCore.QJsonValue.isNull": (),
1458    "PySide2.QtCore.QJsonValue.isObject": (),
1459    "PySide2.QtCore.QJsonValue.isString": (),
1460    "PySide2.QtCore.QJsonValue.isUndefined": (),
1461    "PySide2.QtCore.QJsonValue.swap": ('PySide2.QtCore.QJsonValue',),
1462    "PySide2.QtCore.QJsonValue.toArray": [(), ('PySide2.QtCore.QJsonArray',)],
1463    "PySide2.QtCore.QJsonValue.toBool": ('bool',),
1464    "PySide2.QtCore.QJsonValue.toDouble": ('float',),
1465    "PySide2.QtCore.QJsonValue.toInt": ('int',),
1466    "PySide2.QtCore.QJsonValue.toObject": [(), ('typing.Dict[str, PySide2.QtCore.QJsonValue]',)],
1467    "PySide2.QtCore.QJsonValue.toString": [(), ('str',)],
1468    "PySide2.QtCore.QJsonValue.toVariant": (),
1469    "PySide2.QtCore.QJsonValue.type": (),
1470# class PySide2.QtCore.QLibraryInfo:
1471# class PySide2.QtCore.QLibraryInfo.LibraryLocation:
1472    "PySide2.QtCore.QLibraryInfo.build": (),
1473    "PySide2.QtCore.QLibraryInfo.buildDate": (),
1474    "PySide2.QtCore.QLibraryInfo.isDebugBuild": (),
1475    "PySide2.QtCore.QLibraryInfo.licensedProducts": (),
1476    "PySide2.QtCore.QLibraryInfo.licensee": (),
1477    "PySide2.QtCore.QLibraryInfo.location": ('PySide2.QtCore.QLibraryInfo.LibraryLocation',),
1478    "PySide2.QtCore.QLibraryInfo.platformPluginArguments": ('str',),
1479    "PySide2.QtCore.QLibraryInfo.version": (),
1480# class PySide2.QtCore.QLine:
1481    "PySide2.QtCore.QLine.__init__": [(), ('PySide2.QtCore.QLine',), ('PySide2.QtCore.QPoint', 'PySide2.QtCore.QPoint'), ('int', 'int', 'int', 'int')],
1482    "PySide2.QtCore.QLine.__copy__": (),
1483    "PySide2.QtCore.QLine.__reduce__": (),
1484    "PySide2.QtCore.QLine.__repr__": (),
1485    "PySide2.QtCore.QLine.center": (),
1486    "PySide2.QtCore.QLine.dx": (),
1487    "PySide2.QtCore.QLine.dy": (),
1488    "PySide2.QtCore.QLine.isNull": (),
1489    "PySide2.QtCore.QLine.p1": (),
1490    "PySide2.QtCore.QLine.p2": (),
1491    "PySide2.QtCore.QLine.setLine": ('int', 'int', 'int', 'int'),
1492    "PySide2.QtCore.QLine.setP1": ('PySide2.QtCore.QPoint',),
1493    "PySide2.QtCore.QLine.setP2": ('PySide2.QtCore.QPoint',),
1494    "PySide2.QtCore.QLine.setPoints": ('PySide2.QtCore.QPoint', 'PySide2.QtCore.QPoint'),
1495    "PySide2.QtCore.QLine.toTuple": (),
1496    "PySide2.QtCore.QLine.translate": [('PySide2.QtCore.QPoint',), ('int', 'int')],
1497    "PySide2.QtCore.QLine.translated": [('PySide2.QtCore.QPoint',), ('int', 'int')],
1498    "PySide2.QtCore.QLine.x1": (),
1499    "PySide2.QtCore.QLine.x2": (),
1500    "PySide2.QtCore.QLine.y1": (),
1501    "PySide2.QtCore.QLine.y2": (),
1502# class PySide2.QtCore.QLineF:
1503# class PySide2.QtCore.QLineF.IntersectType:
1504    "PySide2.QtCore.QLineF.__init__": [(), ('PySide2.QtCore.QLine',), ('PySide2.QtCore.QLineF',), ('PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF'), ('float', 'float', 'float', 'float')],
1505    "PySide2.QtCore.QLineF.__copy__": (),
1506    "PySide2.QtCore.QLineF.__reduce__": (),
1507    "PySide2.QtCore.QLineF.__repr__": (),
1508    "PySide2.QtCore.QLineF.angle": [(), ('PySide2.QtCore.QLineF',)],
1509    "PySide2.QtCore.QLineF.angleTo": ('PySide2.QtCore.QLineF',),
1510    "PySide2.QtCore.QLineF.center": (),
1511    "PySide2.QtCore.QLineF.dx": (),
1512    "PySide2.QtCore.QLineF.dy": (),
1513    "PySide2.QtCore.QLineF.fromPolar": ('float', 'float'),
1514    "PySide2.QtCore.QLineF.intersect": ('PySide2.QtCore.QLineF', 'PySide2.QtCore.QPointF'),
1515    "PySide2.QtCore.QLineF.intersects": ('PySide2.QtCore.QLineF', 'PySide2.QtCore.QPointF'),
1516    "PySide2.QtCore.QLineF.isNull": (),
1517    "PySide2.QtCore.QLineF.length": (),
1518    "PySide2.QtCore.QLineF.normalVector": (),
1519    "PySide2.QtCore.QLineF.p1": (),
1520    "PySide2.QtCore.QLineF.p2": (),
1521    "PySide2.QtCore.QLineF.pointAt": ('float',),
1522    "PySide2.QtCore.QLineF.setAngle": ('float',),
1523    "PySide2.QtCore.QLineF.setLength": ('float',),
1524    "PySide2.QtCore.QLineF.setLine": ('float', 'float', 'float', 'float'),
1525    "PySide2.QtCore.QLineF.setP1": ('PySide2.QtCore.QPointF',),
1526    "PySide2.QtCore.QLineF.setP2": ('PySide2.QtCore.QPointF',),
1527    "PySide2.QtCore.QLineF.setPoints": ('PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF'),
1528    "PySide2.QtCore.QLineF.toLine": (),
1529    "PySide2.QtCore.QLineF.toTuple": (),
1530    "PySide2.QtCore.QLineF.translate": [('PySide2.QtCore.QPointF',), ('float', 'float')],
1531    "PySide2.QtCore.QLineF.translated": [('PySide2.QtCore.QPointF',), ('float', 'float')],
1532    "PySide2.QtCore.QLineF.unitVector": (),
1533    "PySide2.QtCore.QLineF.x1": (),
1534    "PySide2.QtCore.QLineF.x2": (),
1535    "PySide2.QtCore.QLineF.y1": (),
1536    "PySide2.QtCore.QLineF.y2": (),
1537# class PySide2.QtCore.QLocale:
1538# class PySide2.QtCore.QLocale.Country:
1539# class PySide2.QtCore.QLocale.CurrencySymbolFormat:
1540# class PySide2.QtCore.QLocale.DataSizeFormat:
1541# class PySide2.QtCore.QLocale.DataSizeFormats:
1542# class PySide2.QtCore.QLocale.FloatingPointPrecisionOption:
1543# class PySide2.QtCore.QLocale.FormatType:
1544# class PySide2.QtCore.QLocale.Language:
1545# class PySide2.QtCore.QLocale.MeasurementSystem:
1546# class PySide2.QtCore.QLocale.NumberOption:
1547# class PySide2.QtCore.QLocale.NumberOptions:
1548# class PySide2.QtCore.QLocale.QuotationStyle:
1549# class PySide2.QtCore.QLocale.Script:
1550    "PySide2.QtCore.QLocale.__init__": [(), ('PySide2.QtCore.QLocale',), ('PySide2.QtCore.QLocale.Language', 'PySide2.QtCore.QLocale.Country'), ('PySide2.QtCore.QLocale.Language', 'PySide2.QtCore.QLocale.Script', 'PySide2.QtCore.QLocale.Country'), ('str',)],
1551    "PySide2.QtCore.QLocale.__copy__": (),
1552    "PySide2.QtCore.QLocale.amText": (),
1553    "PySide2.QtCore.QLocale.bcp47Name": (),
1554    "PySide2.QtCore.QLocale.c": (),
1555    "PySide2.QtCore.QLocale.collation": (),
1556    "PySide2.QtCore.QLocale.countriesForLanguage": ('PySide2.QtCore.QLocale.Language',),
1557    "PySide2.QtCore.QLocale.country": (),
1558    "PySide2.QtCore.QLocale.countryToString": ('PySide2.QtCore.QLocale.Country',),
1559    "PySide2.QtCore.QLocale.createSeparatedList": ('typing.Sequence[str]',),
1560    "PySide2.QtCore.QLocale.currencySymbol": ('PySide2.QtCore.QLocale.CurrencySymbolFormat',),
1561    "PySide2.QtCore.QLocale.dateFormat": ('PySide2.QtCore.QLocale.FormatType',),
1562    "PySide2.QtCore.QLocale.dateTimeFormat": ('PySide2.QtCore.QLocale.FormatType',),
1563    "PySide2.QtCore.QLocale.dayName": ('int', 'PySide2.QtCore.QLocale.FormatType'),
1564    "PySide2.QtCore.QLocale.decimalPoint": (),
1565    "PySide2.QtCore.QLocale.exponential": (),
1566    "PySide2.QtCore.QLocale.firstDayOfWeek": (),
1567    "PySide2.QtCore.QLocale.formattedDataSize": ('int', 'int', 'PySide2.QtCore.QLocale.DataSizeFormats'),
1568    "PySide2.QtCore.QLocale.groupSeparator": (),
1569    "PySide2.QtCore.QLocale.language": (),
1570    "PySide2.QtCore.QLocale.languageToString": ('PySide2.QtCore.QLocale.Language',),
1571    "PySide2.QtCore.QLocale.matchingLocales": ('PySide2.QtCore.QLocale.Language', 'PySide2.QtCore.QLocale.Script', 'PySide2.QtCore.QLocale.Country'),
1572    "PySide2.QtCore.QLocale.measurementSystem": (),
1573    "PySide2.QtCore.QLocale.monthName": ('int', 'PySide2.QtCore.QLocale.FormatType'),
1574    "PySide2.QtCore.QLocale.name": (),
1575    "PySide2.QtCore.QLocale.nativeCountryName": (),
1576    "PySide2.QtCore.QLocale.nativeLanguageName": (),
1577    "PySide2.QtCore.QLocale.negativeSign": (),
1578    "PySide2.QtCore.QLocale.numberOptions": (),
1579    "PySide2.QtCore.QLocale.percent": (),
1580    "PySide2.QtCore.QLocale.pmText": (),
1581    "PySide2.QtCore.QLocale.positiveSign": (),
1582    "PySide2.QtCore.QLocale.quoteString": ('str', 'PySide2.QtCore.QLocale.QuotationStyle'),
1583    "PySide2.QtCore.QLocale.script": (),
1584    "PySide2.QtCore.QLocale.scriptToString": ('PySide2.QtCore.QLocale.Script',),
1585    "PySide2.QtCore.QLocale.setDefault": ('PySide2.QtCore.QLocale',),
1586    "PySide2.QtCore.QLocale.setNumberOptions": ('PySide2.QtCore.QLocale.NumberOptions',),
1587    "PySide2.QtCore.QLocale.standaloneDayName": ('int', 'PySide2.QtCore.QLocale.FormatType'),
1588    "PySide2.QtCore.QLocale.standaloneMonthName": ('int', 'PySide2.QtCore.QLocale.FormatType'),
1589    "PySide2.QtCore.QLocale.swap": ('PySide2.QtCore.QLocale',),
1590    "PySide2.QtCore.QLocale.system": (),
1591    "PySide2.QtCore.QLocale.textDirection": (),
1592    "PySide2.QtCore.QLocale.timeFormat": ('PySide2.QtCore.QLocale.FormatType',),
1593    "PySide2.QtCore.QLocale.toCurrencyString": [('float', 'str'), ('float', 'str', 'int'), ('int', 'str')],
1594    "PySide2.QtCore.QLocale.toDate": [('str', 'PySide2.QtCore.QLocale.FormatType'), ('str', 'PySide2.QtCore.QLocale.FormatType', 'PySide2.QtCore.QCalendar'), ('str', 'str'), ('str', 'str', 'PySide2.QtCore.QCalendar')],
1595    "PySide2.QtCore.QLocale.toDateTime": [('str', 'PySide2.QtCore.QLocale.FormatType'), ('str', 'PySide2.QtCore.QLocale.FormatType', 'PySide2.QtCore.QCalendar'), ('str', 'str'), ('str', 'str', 'PySide2.QtCore.QCalendar')],
1596    "PySide2.QtCore.QLocale.toDouble": ('str',),
1597    "PySide2.QtCore.QLocale.toFloat": ('str',),
1598    "PySide2.QtCore.QLocale.toInt": ('str',),
1599    "PySide2.QtCore.QLocale.toLong": ('str',),
1600    "PySide2.QtCore.QLocale.toLongLong": ('str',),
1601    "PySide2.QtCore.QLocale.toLower": ('str',),
1602    "PySide2.QtCore.QLocale.toShort": ('str',),
1603    "PySide2.QtCore.QLocale.toString": [('PySide2.QtCore.QDate', 'PySide2.QtCore.QLocale.FormatType'), ('PySide2.QtCore.QDate', 'PySide2.QtCore.QLocale.FormatType', 'PySide2.QtCore.QCalendar'), ('PySide2.QtCore.QDate', 'str'), ('PySide2.QtCore.QDateTime', 'PySide2.QtCore.QLocale.FormatType'), ('PySide2.QtCore.QDateTime', 'PySide2.QtCore.QLocale.FormatType', 'PySide2.QtCore.QCalendar'), ('PySide2.QtCore.QDateTime', 'str'), ('PySide2.QtCore.QTime', 'PySide2.QtCore.QLocale.FormatType'), ('PySide2.QtCore.QTime', 'str'), ('float', 'int', 'int'), ('int',)],
1604    "PySide2.QtCore.QLocale.toTime": [('str', 'PySide2.QtCore.QLocale.FormatType'), ('str', 'PySide2.QtCore.QLocale.FormatType', 'PySide2.QtCore.QCalendar'), ('str', 'str'), ('str', 'str', 'PySide2.QtCore.QCalendar')],
1605    "PySide2.QtCore.QLocale.toUInt": ('str',),
1606    "PySide2.QtCore.QLocale.toULong": ('str',),
1607    "PySide2.QtCore.QLocale.toULongLong": ('str',),
1608    "PySide2.QtCore.QLocale.toUShort": ('str',),
1609    "PySide2.QtCore.QLocale.toUpper": ('str',),
1610    "PySide2.QtCore.QLocale.uiLanguages": (),
1611    "PySide2.QtCore.QLocale.weekdays": (),
1612    "PySide2.QtCore.QLocale.zeroDigit": (),
1613# class PySide2.QtCore.QLockFile:
1614# class PySide2.QtCore.QLockFile.LockError:
1615    "PySide2.QtCore.QLockFile.__init__": ('str',),
1616    "PySide2.QtCore.QLockFile.error": (),
1617    "PySide2.QtCore.QLockFile.getLockInfo": (),
1618    "PySide2.QtCore.QLockFile.isLocked": (),
1619    "PySide2.QtCore.QLockFile.lock": (),
1620    "PySide2.QtCore.QLockFile.removeStaleLockFile": (),
1621    "PySide2.QtCore.QLockFile.setStaleLockTime": ('int',),
1622    "PySide2.QtCore.QLockFile.staleLockTime": (),
1623    "PySide2.QtCore.QLockFile.tryLock": ('int',),
1624    "PySide2.QtCore.QLockFile.unlock": (),
1625# class PySide2.QtCore.QMargins:
1626    "PySide2.QtCore.QMargins.__init__": [(), ('PySide2.QtCore.QMargins',), ('int', 'int', 'int', 'int')],
1627    "PySide2.QtCore.QMargins.__add__": [('PySide2.QtCore.QMargins',), ('int',)],
1628    "PySide2.QtCore.QMargins.__copy__": (),
1629    "PySide2.QtCore.QMargins.__iadd__": [('PySide2.QtCore.QMargins',), ('int',)],
1630    "PySide2.QtCore.QMargins.__imul__": [('float',), ('int',)],
1631    "PySide2.QtCore.QMargins.__isub__": [('PySide2.QtCore.QMargins',), ('int',)],
1632    "PySide2.QtCore.QMargins.__mul__": [('float',), ('int',)],
1633    "PySide2.QtCore.QMargins.__neg__": (),
1634    "PySide2.QtCore.QMargins.__pos__": (),
1635    "PySide2.QtCore.QMargins.__sub__": [('PySide2.QtCore.QMargins',), ('int',)],
1636    "PySide2.QtCore.QMargins.bottom": (),
1637    "PySide2.QtCore.QMargins.isNull": (),
1638    "PySide2.QtCore.QMargins.left": (),
1639    "PySide2.QtCore.QMargins.right": (),
1640    "PySide2.QtCore.QMargins.setBottom": ('int',),
1641    "PySide2.QtCore.QMargins.setLeft": ('int',),
1642    "PySide2.QtCore.QMargins.setRight": ('int',),
1643    "PySide2.QtCore.QMargins.setTop": ('int',),
1644    "PySide2.QtCore.QMargins.top": (),
1645# class PySide2.QtCore.QMarginsF:
1646    "PySide2.QtCore.QMarginsF.__init__": [(), ('PySide2.QtCore.QMargins',), ('PySide2.QtCore.QMarginsF',), ('float', 'float', 'float', 'float')],
1647    "PySide2.QtCore.QMarginsF.__add__": [('PySide2.QtCore.QMarginsF',), ('float',)],
1648    "PySide2.QtCore.QMarginsF.__copy__": (),
1649    "PySide2.QtCore.QMarginsF.__iadd__": [('PySide2.QtCore.QMarginsF',), ('float',)],
1650    "PySide2.QtCore.QMarginsF.__imul__": ('float',),
1651    "PySide2.QtCore.QMarginsF.__isub__": [('PySide2.QtCore.QMarginsF',), ('float',)],
1652    "PySide2.QtCore.QMarginsF.__mul__": ('float',),
1653    "PySide2.QtCore.QMarginsF.__neg__": (),
1654    "PySide2.QtCore.QMarginsF.__pos__": (),
1655    "PySide2.QtCore.QMarginsF.__sub__": [('PySide2.QtCore.QMarginsF',), ('float',)],
1656    "PySide2.QtCore.QMarginsF.bottom": (),
1657    "PySide2.QtCore.QMarginsF.isNull": (),
1658    "PySide2.QtCore.QMarginsF.left": (),
1659    "PySide2.QtCore.QMarginsF.right": (),
1660    "PySide2.QtCore.QMarginsF.setBottom": ('float',),
1661    "PySide2.QtCore.QMarginsF.setLeft": ('float',),
1662    "PySide2.QtCore.QMarginsF.setRight": ('float',),
1663    "PySide2.QtCore.QMarginsF.setTop": ('float',),
1664    "PySide2.QtCore.QMarginsF.toMargins": (),
1665    "PySide2.QtCore.QMarginsF.top": (),
1666# class PySide2.QtCore.QMessageAuthenticationCode:
1667    "PySide2.QtCore.QMessageAuthenticationCode.__init__": ('PySide2.QtCore.QCryptographicHash.Algorithm', 'PySide2.QtCore.QByteArray'),
1668    "PySide2.QtCore.QMessageAuthenticationCode.addData": [('PySide2.QtCore.QByteArray',), ('PySide2.QtCore.QIODevice',), ('str', 'int')],
1669    "PySide2.QtCore.QMessageAuthenticationCode.hash": ('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QByteArray', 'PySide2.QtCore.QCryptographicHash.Algorithm'),
1670    "PySide2.QtCore.QMessageAuthenticationCode.reset": (),
1671    "PySide2.QtCore.QMessageAuthenticationCode.result": (),
1672    "PySide2.QtCore.QMessageAuthenticationCode.setKey": ('PySide2.QtCore.QByteArray',),
1673# class PySide2.QtCore.QMessageLogContext:
1674    "PySide2.QtCore.QMessageLogContext.__init__": [(), ('str', 'int', 'str', 'str')],
1675# class PySide2.QtCore.QMetaClassInfo:
1676    "PySide2.QtCore.QMetaClassInfo.__init__": [(), ('PySide2.QtCore.QMetaClassInfo',)],
1677    "PySide2.QtCore.QMetaClassInfo.__copy__": (),
1678    "PySide2.QtCore.QMetaClassInfo.name": (),
1679    "PySide2.QtCore.QMetaClassInfo.value": (),
1680# class PySide2.QtCore.QMetaEnum:
1681    "PySide2.QtCore.QMetaEnum.__init__": [(), ('PySide2.QtCore.QMetaEnum',)],
1682    "PySide2.QtCore.QMetaEnum.__copy__": (),
1683    "PySide2.QtCore.QMetaEnum.enumName": (),
1684    "PySide2.QtCore.QMetaEnum.isFlag": (),
1685    "PySide2.QtCore.QMetaEnum.isScoped": (),
1686    "PySide2.QtCore.QMetaEnum.isValid": (),
1687    "PySide2.QtCore.QMetaEnum.key": ('int',),
1688    "PySide2.QtCore.QMetaEnum.keyCount": (),
1689    "PySide2.QtCore.QMetaEnum.keyToValue": ('str',),
1690    "PySide2.QtCore.QMetaEnum.keysToValue": ('str',),
1691    "PySide2.QtCore.QMetaEnum.name": (),
1692    "PySide2.QtCore.QMetaEnum.scope": (),
1693    "PySide2.QtCore.QMetaEnum.value": ('int',),
1694    "PySide2.QtCore.QMetaEnum.valueToKey": ('int',),
1695    "PySide2.QtCore.QMetaEnum.valueToKeys": ('int',),
1696# class PySide2.QtCore.QMetaMethod:
1697# class PySide2.QtCore.QMetaMethod.Access:
1698# class PySide2.QtCore.QMetaMethod.MethodType:
1699    "PySide2.QtCore.QMetaMethod.__init__": [(), ('PySide2.QtCore.QMetaMethod',)],
1700    "PySide2.QtCore.QMetaMethod.__copy__": (),
1701    "PySide2.QtCore.QMetaMethod.access": (),
1702    "PySide2.QtCore.QMetaMethod.enclosingMetaObject": (),
1703    "PySide2.QtCore.QMetaMethod.invoke": [('PySide2.QtCore.QObject', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument'), ('PySide2.QtCore.QObject', 'PySide2.QtCore.QGenericReturnArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument'), ('PySide2.QtCore.QObject', 'PySide2.QtCore.Qt.ConnectionType', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument'), ('PySide2.QtCore.QObject', 'PySide2.QtCore.Qt.ConnectionType', 'PySide2.QtCore.QGenericReturnArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument')],
1704    "PySide2.QtCore.QMetaMethod.invokeOnGadget": [('int', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument'), ('int', 'PySide2.QtCore.QGenericReturnArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument')],
1705    "PySide2.QtCore.QMetaMethod.isValid": (),
1706    "PySide2.QtCore.QMetaMethod.methodIndex": (),
1707    "PySide2.QtCore.QMetaMethod.methodSignature": (),
1708    "PySide2.QtCore.QMetaMethod.methodType": (),
1709    "PySide2.QtCore.QMetaMethod.name": (),
1710    "PySide2.QtCore.QMetaMethod.parameterCount": (),
1711    "PySide2.QtCore.QMetaMethod.parameterNames": (),
1712    "PySide2.QtCore.QMetaMethod.parameterType": ('int',),
1713    "PySide2.QtCore.QMetaMethod.parameterTypes": (),
1714    "PySide2.QtCore.QMetaMethod.returnType": (),
1715    "PySide2.QtCore.QMetaMethod.revision": (),
1716    "PySide2.QtCore.QMetaMethod.tag": (),
1717    "PySide2.QtCore.QMetaMethod.typeName": (),
1718# class PySide2.QtCore.QMetaObject:
1719# class PySide2.QtCore.QMetaObject.Call:
1720# class PySide2.QtCore.QMetaObject.Connection:
1721    "PySide2.QtCore.QMetaObject.Connection.__init__": [(), ('PySide2.QtCore.QMetaObject.Connection',)],
1722    "PySide2.QtCore.QMetaObject.__init__": (),
1723    "PySide2.QtCore.QMetaObject.cast": ('PySide2.QtCore.QObject',),
1724    "PySide2.QtCore.QMetaObject.checkConnectArgs": [('PySide2.QtCore.QMetaMethod', 'PySide2.QtCore.QMetaMethod'), ('str', 'str')],
1725    "PySide2.QtCore.QMetaObject.classInfo": ('int',),
1726    "PySide2.QtCore.QMetaObject.classInfoCount": (),
1727    "PySide2.QtCore.QMetaObject.classInfoOffset": (),
1728    "PySide2.QtCore.QMetaObject.className": (),
1729    "PySide2.QtCore.QMetaObject.connectSlotsByName": ('PySide2.QtCore.QObject',),
1730    "PySide2.QtCore.QMetaObject.constructor": ('int',),
1731    "PySide2.QtCore.QMetaObject.constructorCount": (),
1732    "PySide2.QtCore.QMetaObject.disconnect": ('PySide2.QtCore.QObject', 'int', 'PySide2.QtCore.QObject', 'int'),
1733    "PySide2.QtCore.QMetaObject.disconnectOne": ('PySide2.QtCore.QObject', 'int', 'PySide2.QtCore.QObject', 'int'),
1734    "PySide2.QtCore.QMetaObject.enumerator": ('int',),
1735    "PySide2.QtCore.QMetaObject.enumeratorCount": (),
1736    "PySide2.QtCore.QMetaObject.enumeratorOffset": (),
1737    "PySide2.QtCore.QMetaObject.indexOfClassInfo": ('str',),
1738    "PySide2.QtCore.QMetaObject.indexOfConstructor": ('str',),
1739    "PySide2.QtCore.QMetaObject.indexOfEnumerator": ('str',),
1740    "PySide2.QtCore.QMetaObject.indexOfMethod": ('str',),
1741    "PySide2.QtCore.QMetaObject.indexOfProperty": ('str',),
1742    "PySide2.QtCore.QMetaObject.indexOfSignal": ('str',),
1743    "PySide2.QtCore.QMetaObject.indexOfSlot": ('str',),
1744    "PySide2.QtCore.QMetaObject.inherits": ('PySide2.QtCore.QMetaObject',),
1745    "PySide2.QtCore.QMetaObject.invokeMethod": [('PySide2.QtCore.QObject', 'str', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument'), ('PySide2.QtCore.QObject', 'str', 'PySide2.QtCore.QGenericReturnArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument'), ('PySide2.QtCore.QObject', 'str', 'PySide2.QtCore.Qt.ConnectionType', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument'), ('PySide2.QtCore.QObject', 'str', 'PySide2.QtCore.Qt.ConnectionType', 'PySide2.QtCore.QGenericReturnArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument')],
1746    "PySide2.QtCore.QMetaObject.method": ('int',),
1747    "PySide2.QtCore.QMetaObject.methodCount": (),
1748    "PySide2.QtCore.QMetaObject.methodOffset": (),
1749    "PySide2.QtCore.QMetaObject.newInstance": ('PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument', 'PySide2.QtCore.QGenericArgument'),
1750    "PySide2.QtCore.QMetaObject.normalizedSignature": ('str',),
1751    "PySide2.QtCore.QMetaObject.normalizedType": ('str',),
1752    "PySide2.QtCore.QMetaObject.property": ('int',),
1753    "PySide2.QtCore.QMetaObject.propertyCount": (),
1754    "PySide2.QtCore.QMetaObject.propertyOffset": (),
1755    "PySide2.QtCore.QMetaObject.superClass": (),
1756    "PySide2.QtCore.QMetaObject.userProperty": (),
1757# class PySide2.QtCore.QMetaProperty:
1758    "PySide2.QtCore.QMetaProperty.__init__": [(), ('PySide2.QtCore.QMetaProperty',)],
1759    "PySide2.QtCore.QMetaProperty.__copy__": (),
1760    "PySide2.QtCore.QMetaProperty.enumerator": (),
1761    "PySide2.QtCore.QMetaProperty.hasNotifySignal": (),
1762    "PySide2.QtCore.QMetaProperty.hasStdCppSet": (),
1763    "PySide2.QtCore.QMetaProperty.isConstant": (),
1764    "PySide2.QtCore.QMetaProperty.isDesignable": ('PySide2.QtCore.QObject',),
1765    "PySide2.QtCore.QMetaProperty.isEditable": ('PySide2.QtCore.QObject',),
1766    "PySide2.QtCore.QMetaProperty.isEnumType": (),
1767    "PySide2.QtCore.QMetaProperty.isFinal": (),
1768    "PySide2.QtCore.QMetaProperty.isFlagType": (),
1769    "PySide2.QtCore.QMetaProperty.isReadable": (),
1770    "PySide2.QtCore.QMetaProperty.isResettable": (),
1771    "PySide2.QtCore.QMetaProperty.isScriptable": ('PySide2.QtCore.QObject',),
1772    "PySide2.QtCore.QMetaProperty.isStored": ('PySide2.QtCore.QObject',),
1773    "PySide2.QtCore.QMetaProperty.isUser": ('PySide2.QtCore.QObject',),
1774    "PySide2.QtCore.QMetaProperty.isValid": (),
1775    "PySide2.QtCore.QMetaProperty.isWritable": (),
1776    "PySide2.QtCore.QMetaProperty.name": (),
1777    "PySide2.QtCore.QMetaProperty.notifySignal": (),
1778    "PySide2.QtCore.QMetaProperty.notifySignalIndex": (),
1779    "PySide2.QtCore.QMetaProperty.propertyIndex": (),
1780    "PySide2.QtCore.QMetaProperty.read": ('PySide2.QtCore.QObject',),
1781    "PySide2.QtCore.QMetaProperty.readOnGadget": ('int',),
1782    "PySide2.QtCore.QMetaProperty.relativePropertyIndex": (),
1783    "PySide2.QtCore.QMetaProperty.reset": ('PySide2.QtCore.QObject',),
1784    "PySide2.QtCore.QMetaProperty.resetOnGadget": ('int',),
1785    "PySide2.QtCore.QMetaProperty.revision": (),
1786    "PySide2.QtCore.QMetaProperty.type": (),
1787    "PySide2.QtCore.QMetaProperty.typeName": (),
1788    "PySide2.QtCore.QMetaProperty.userType": (),
1789    "PySide2.QtCore.QMetaProperty.write": ('PySide2.QtCore.QObject', 'typing.Any'),
1790    "PySide2.QtCore.QMetaProperty.writeOnGadget": ('int', 'typing.Any'),
1791# class PySide2.QtCore.QMimeData:
1792    "PySide2.QtCore.QMimeData.__init__": (),
1793    "PySide2.QtCore.QMimeData.clear": (),
1794    "PySide2.QtCore.QMimeData.colorData": (),
1795    "PySide2.QtCore.QMimeData.data": ('str',),
1796    "PySide2.QtCore.QMimeData.formats": (),
1797    "PySide2.QtCore.QMimeData.hasColor": (),
1798    "PySide2.QtCore.QMimeData.hasFormat": ('str',),
1799    "PySide2.QtCore.QMimeData.hasHtml": (),
1800    "PySide2.QtCore.QMimeData.hasImage": (),
1801    "PySide2.QtCore.QMimeData.hasText": (),
1802    "PySide2.QtCore.QMimeData.hasUrls": (),
1803    "PySide2.QtCore.QMimeData.html": (),
1804    "PySide2.QtCore.QMimeData.imageData": (),
1805    "PySide2.QtCore.QMimeData.removeFormat": ('str',),
1806    "PySide2.QtCore.QMimeData.retrieveData": ('str', 'type'),
1807    "PySide2.QtCore.QMimeData.setColorData": ('typing.Any',),
1808    "PySide2.QtCore.QMimeData.setData": ('str', 'PySide2.QtCore.QByteArray'),
1809    "PySide2.QtCore.QMimeData.setHtml": ('str',),
1810    "PySide2.QtCore.QMimeData.setImageData": ('typing.Any',),
1811    "PySide2.QtCore.QMimeData.setText": ('str',),
1812    "PySide2.QtCore.QMimeData.setUrls": ('typing.Sequence[PySide2.QtCore.QUrl]',),
1813    "PySide2.QtCore.QMimeData.text": (),
1814    "PySide2.QtCore.QMimeData.urls": (),
1815# class PySide2.QtCore.QMimeDatabase:
1816# class PySide2.QtCore.QMimeDatabase.MatchMode:
1817    "PySide2.QtCore.QMimeDatabase.__init__": (),
1818    "PySide2.QtCore.QMimeDatabase.allMimeTypes": (),
1819    "PySide2.QtCore.QMimeDatabase.mimeTypeForData": [('PySide2.QtCore.QByteArray',), ('PySide2.QtCore.QIODevice',)],
1820    "PySide2.QtCore.QMimeDatabase.mimeTypeForFile": [('PySide2.QtCore.QFileInfo', 'PySide2.QtCore.QMimeDatabase.MatchMode'), ('str', 'PySide2.QtCore.QMimeDatabase.MatchMode')],
1821    "PySide2.QtCore.QMimeDatabase.mimeTypeForFileNameAndData": [('str', 'PySide2.QtCore.QByteArray'), ('str', 'PySide2.QtCore.QIODevice')],
1822    "PySide2.QtCore.QMimeDatabase.mimeTypeForName": ('str',),
1823    "PySide2.QtCore.QMimeDatabase.mimeTypeForUrl": ('PySide2.QtCore.QUrl',),
1824    "PySide2.QtCore.QMimeDatabase.mimeTypesForFileName": ('str',),
1825    "PySide2.QtCore.QMimeDatabase.suffixForFileName": ('str',),
1826# class PySide2.QtCore.QMimeType:
1827    "PySide2.QtCore.QMimeType.__init__": [(), ('PySide2.QtCore.QMimeType',)],
1828    "PySide2.QtCore.QMimeType.__copy__": (),
1829    "PySide2.QtCore.QMimeType.aliases": (),
1830    "PySide2.QtCore.QMimeType.allAncestors": (),
1831    "PySide2.QtCore.QMimeType.comment": (),
1832    "PySide2.QtCore.QMimeType.filterString": (),
1833    "PySide2.QtCore.QMimeType.genericIconName": (),
1834    "PySide2.QtCore.QMimeType.globPatterns": (),
1835    "PySide2.QtCore.QMimeType.iconName": (),
1836    "PySide2.QtCore.QMimeType.inherits": ('str',),
1837    "PySide2.QtCore.QMimeType.isDefault": (),
1838    "PySide2.QtCore.QMimeType.isValid": (),
1839    "PySide2.QtCore.QMimeType.name": (),
1840    "PySide2.QtCore.QMimeType.parentMimeTypes": (),
1841    "PySide2.QtCore.QMimeType.preferredSuffix": (),
1842    "PySide2.QtCore.QMimeType.suffixes": (),
1843    "PySide2.QtCore.QMimeType.swap": ('PySide2.QtCore.QMimeType',),
1844# class PySide2.QtCore.QModelIndex:
1845    "PySide2.QtCore.QModelIndex.__init__": [(), ('PySide2.QtCore.QModelIndex',)],
1846    "PySide2.QtCore.QModelIndex.__copy__": (),
1847    "PySide2.QtCore.QModelIndex.child": ('int', 'int'),
1848    "PySide2.QtCore.QModelIndex.column": (),
1849    "PySide2.QtCore.QModelIndex.data": ('int',),
1850    "PySide2.QtCore.QModelIndex.flags": (),
1851    "PySide2.QtCore.QModelIndex.internalId": (),
1852    "PySide2.QtCore.QModelIndex.internalPointer": (),
1853    "PySide2.QtCore.QModelIndex.isValid": (),
1854    "PySide2.QtCore.QModelIndex.model": (),
1855    "PySide2.QtCore.QModelIndex.parent": (),
1856    "PySide2.QtCore.QModelIndex.row": (),
1857    "PySide2.QtCore.QModelIndex.sibling": ('int', 'int'),
1858    "PySide2.QtCore.QModelIndex.siblingAtColumn": ('int',),
1859    "PySide2.QtCore.QModelIndex.siblingAtRow": ('int',),
1860# class PySide2.QtCore.QMutex:
1861# class PySide2.QtCore.QMutex.RecursionMode:
1862    "PySide2.QtCore.QMutex.__init__": [(), ('PySide2.QtCore.QMutex.RecursionMode',)],
1863    "PySide2.QtCore.QMutex.isRecursive": (),
1864    "PySide2.QtCore.QMutex.lock": (),
1865    "PySide2.QtCore.QMutex.tryLock": [(), ('int',)],
1866    "PySide2.QtCore.QMutex.try_lock": (),
1867    "PySide2.QtCore.QMutex.unlock": (),
1868# class PySide2.QtCore.QMutexLocker:
1869    "PySide2.QtCore.QMutexLocker.__init__": [('PySide2.QtCore.QBasicMutex',), ('PySide2.QtCore.QRecursiveMutex',)],
1870    "PySide2.QtCore.QMutexLocker.__enter__": (),
1871    "PySide2.QtCore.QMutexLocker.__exit__": ('object', 'object', 'object'),
1872    "PySide2.QtCore.QMutexLocker.mutex": (),
1873    "PySide2.QtCore.QMutexLocker.relock": (),
1874    "PySide2.QtCore.QMutexLocker.unlock": (),
1875# class PySide2.QtCore.QObject:
1876    "PySide2.QtCore.QObject.__init__": ('PySide2.QtCore.QObject',),
1877    "PySide2.QtCore.QObject.blockSignals": ('bool',),
1878    "PySide2.QtCore.QObject.childEvent": ('PySide2.QtCore.QChildEvent',),
1879    "PySide2.QtCore.QObject.children": (),
1880    "PySide2.QtCore.QObject.connect": [('PySide2.QtCore.QObject', 'PySide2.QtCore.QMetaMethod', 'PySide2.QtCore.QObject', 'PySide2.QtCore.QMetaMethod', 'PySide2.QtCore.Qt.ConnectionType'), ('PySide2.QtCore.QObject', 'str', 'PySide2.QtCore.QObject', 'str', 'PySide2.QtCore.Qt.ConnectionType'), ('PySide2.QtCore.QObject', 'str', 'str', 'PySide2.QtCore.Qt.ConnectionType'), ('PySide2.QtCore.QObject', 'str', 'typing.Callable', 'PySide2.QtCore.Qt.ConnectionType'), ('str', 'PySide2.QtCore.QObject', 'str', 'PySide2.QtCore.Qt.ConnectionType'), ('str', 'typing.Callable', 'PySide2.QtCore.Qt.ConnectionType')],
1881    "PySide2.QtCore.QObject.connectNotify": ('PySide2.QtCore.QMetaMethod',),
1882    "PySide2.QtCore.QObject.customEvent": ('PySide2.QtCore.QEvent',),
1883    "PySide2.QtCore.QObject.deleteLater": (),
1884    "PySide2.QtCore.QObject.disconnect": [('PySide2.QtCore.QMetaObject.Connection',), ('PySide2.QtCore.QObject', 'PySide2.QtCore.QMetaMethod', 'PySide2.QtCore.QObject', 'PySide2.QtCore.QMetaMethod'), ('PySide2.QtCore.QObject', 'str'), ('PySide2.QtCore.QObject', 'str', 'PySide2.QtCore.QObject', 'str'), ('PySide2.QtCore.QObject', 'str', 'typing.Callable'), ('str', 'PySide2.QtCore.QObject', 'str'), ('str', 'typing.Callable')],
1885    "PySide2.QtCore.QObject.disconnectNotify": ('PySide2.QtCore.QMetaMethod',),
1886    "PySide2.QtCore.QObject.dumpObjectInfo": (),
1887    "PySide2.QtCore.QObject.dumpObjectTree": (),
1888    "PySide2.QtCore.QObject.dynamicPropertyNames": (),
1889    "PySide2.QtCore.QObject.emit": ('str', 'None'),
1890    "PySide2.QtCore.QObject.event": ('PySide2.QtCore.QEvent',),
1891    "PySide2.QtCore.QObject.eventFilter": ('PySide2.QtCore.QObject', 'PySide2.QtCore.QEvent'),
1892    "PySide2.QtCore.QObject.findChild": ('type', 'str'),
1893    "PySide2.QtCore.QObject.findChildren": [('type', 'PySide2.QtCore.QRegExp'), ('type', 'str')],
1894    "PySide2.QtCore.QObject.inherits": ('str',),
1895    "PySide2.QtCore.QObject.installEventFilter": ('PySide2.QtCore.QObject',),
1896    "PySide2.QtCore.QObject.isSignalConnected": ('PySide2.QtCore.QMetaMethod',),
1897    "PySide2.QtCore.QObject.isWidgetType": (),
1898    "PySide2.QtCore.QObject.isWindowType": (),
1899    "PySide2.QtCore.QObject.killTimer": ('int',),
1900    "PySide2.QtCore.QObject.metaObject": (),
1901    "PySide2.QtCore.QObject.moveToThread": ('PySide2.QtCore.QThread',),
1902    "PySide2.QtCore.QObject.objectName": (),
1903    "PySide2.QtCore.QObject.parent": (),
1904    "PySide2.QtCore.QObject.property": ('str',),
1905    "PySide2.QtCore.QObject.receivers": ('str',),
1906    "PySide2.QtCore.QObject.registerUserData": (),
1907    "PySide2.QtCore.QObject.removeEventFilter": ('PySide2.QtCore.QObject',),
1908    "PySide2.QtCore.QObject.sender": (),
1909    "PySide2.QtCore.QObject.senderSignalIndex": (),
1910    "PySide2.QtCore.QObject.setObjectName": ('str',),
1911    "PySide2.QtCore.QObject.setParent": ('PySide2.QtCore.QObject',),
1912    "PySide2.QtCore.QObject.setProperty": ('str', 'typing.Any'),
1913    "PySide2.QtCore.QObject.signalsBlocked": (),
1914    "PySide2.QtCore.QObject.startTimer": ('int', 'PySide2.QtCore.Qt.TimerType'),
1915    "PySide2.QtCore.QObject.thread": (),
1916    "PySide2.QtCore.QObject.timerEvent": ('PySide2.QtCore.QTimerEvent',),
1917    "PySide2.QtCore.QObject.tr": ('str', 'str', 'int'),
1918# class PySide2.QtCore.QOperatingSystemVersion:
1919# class PySide2.QtCore.QOperatingSystemVersion.OSType:
1920    "PySide2.QtCore.QOperatingSystemVersion.__init__": [('PySide2.QtCore.QOperatingSystemVersion',), ('PySide2.QtCore.QOperatingSystemVersion.OSType', 'int', 'int', 'int')],
1921    "PySide2.QtCore.QOperatingSystemVersion.__copy__": (),
1922    "PySide2.QtCore.QOperatingSystemVersion.current": (),
1923    "PySide2.QtCore.QOperatingSystemVersion.currentType": (),
1924    "PySide2.QtCore.QOperatingSystemVersion.majorVersion": (),
1925    "PySide2.QtCore.QOperatingSystemVersion.microVersion": (),
1926    "PySide2.QtCore.QOperatingSystemVersion.minorVersion": (),
1927    "PySide2.QtCore.QOperatingSystemVersion.name": (),
1928    "PySide2.QtCore.QOperatingSystemVersion.segmentCount": (),
1929    "PySide2.QtCore.QOperatingSystemVersion.type": (),
1930# class PySide2.QtCore.QParallelAnimationGroup:
1931    "PySide2.QtCore.QParallelAnimationGroup.__init__": ('PySide2.QtCore.QObject',),
1932    "PySide2.QtCore.QParallelAnimationGroup.duration": (),
1933    "PySide2.QtCore.QParallelAnimationGroup.event": ('PySide2.QtCore.QEvent',),
1934    "PySide2.QtCore.QParallelAnimationGroup.updateCurrentTime": ('int',),
1935    "PySide2.QtCore.QParallelAnimationGroup.updateDirection": ('PySide2.QtCore.QAbstractAnimation.Direction',),
1936    "PySide2.QtCore.QParallelAnimationGroup.updateState": ('PySide2.QtCore.QAbstractAnimation.State', 'PySide2.QtCore.QAbstractAnimation.State'),
1937# class PySide2.QtCore.QPauseAnimation:
1938    "PySide2.QtCore.QPauseAnimation.__init__": [('PySide2.QtCore.QObject',), ('int', 'PySide2.QtCore.QObject')],
1939    "PySide2.QtCore.QPauseAnimation.duration": (),
1940    "PySide2.QtCore.QPauseAnimation.event": ('PySide2.QtCore.QEvent',),
1941    "PySide2.QtCore.QPauseAnimation.setDuration": ('int',),
1942    "PySide2.QtCore.QPauseAnimation.updateCurrentTime": ('int',),
1943# class PySide2.QtCore.QPersistentModelIndex:
1944    "PySide2.QtCore.QPersistentModelIndex.__init__": [(), ('PySide2.QtCore.QModelIndex',), ('PySide2.QtCore.QPersistentModelIndex',)],
1945    "PySide2.QtCore.QPersistentModelIndex.__copy__": (),
1946    "PySide2.QtCore.QPersistentModelIndex.child": ('int', 'int'),
1947    "PySide2.QtCore.QPersistentModelIndex.column": (),
1948    "PySide2.QtCore.QPersistentModelIndex.data": ('int',),
1949    "PySide2.QtCore.QPersistentModelIndex.flags": (),
1950    "PySide2.QtCore.QPersistentModelIndex.internalId": (),
1951    "PySide2.QtCore.QPersistentModelIndex.internalPointer": (),
1952    "PySide2.QtCore.QPersistentModelIndex.isValid": (),
1953    "PySide2.QtCore.QPersistentModelIndex.model": (),
1954    "PySide2.QtCore.QPersistentModelIndex.parent": (),
1955    "PySide2.QtCore.QPersistentModelIndex.row": (),
1956    "PySide2.QtCore.QPersistentModelIndex.sibling": ('int', 'int'),
1957    "PySide2.QtCore.QPersistentModelIndex.swap": ('PySide2.QtCore.QPersistentModelIndex',),
1958# class PySide2.QtCore.QPluginLoader:
1959    "PySide2.QtCore.QPluginLoader.__init__": [('PySide2.QtCore.QObject',), ('str', 'PySide2.QtCore.QObject')],
1960    "PySide2.QtCore.QPluginLoader.errorString": (),
1961    "PySide2.QtCore.QPluginLoader.fileName": (),
1962    "PySide2.QtCore.QPluginLoader.instance": (),
1963    "PySide2.QtCore.QPluginLoader.isLoaded": (),
1964    "PySide2.QtCore.QPluginLoader.load": (),
1965    "PySide2.QtCore.QPluginLoader.metaData": (),
1966    "PySide2.QtCore.QPluginLoader.setFileName": ('str',),
1967    "PySide2.QtCore.QPluginLoader.staticInstances": (),
1968    "PySide2.QtCore.QPluginLoader.unload": (),
1969# class PySide2.QtCore.QPoint:
1970    "PySide2.QtCore.QPoint.__init__": [(), ('PySide2.QtCore.QPoint',), ('int', 'int')],
1971    "PySide2.QtCore.QPoint.__add__": ('PySide2.QtCore.QPoint',),
1972    "PySide2.QtCore.QPoint.__copy__": (),
1973    "PySide2.QtCore.QPoint.__iadd__": ('PySide2.QtCore.QPoint',),
1974    "PySide2.QtCore.QPoint.__imul__": [('float',), ('int',)],
1975    "PySide2.QtCore.QPoint.__isub__": ('PySide2.QtCore.QPoint',),
1976    "PySide2.QtCore.QPoint.__mul__": [('float',), ('int',)],
1977    "PySide2.QtCore.QPoint.__neg__": (),
1978    "PySide2.QtCore.QPoint.__pos__": (),
1979    "PySide2.QtCore.QPoint.__reduce__": (),
1980    "PySide2.QtCore.QPoint.__repr__": (),
1981    "PySide2.QtCore.QPoint.__sub__": ('PySide2.QtCore.QPoint',),
1982    "PySide2.QtCore.QPoint.dotProduct": ('PySide2.QtCore.QPoint', 'PySide2.QtCore.QPoint'),
1983    "PySide2.QtCore.QPoint.isNull": (),
1984    "PySide2.QtCore.QPoint.manhattanLength": (),
1985    "PySide2.QtCore.QPoint.setX": ('int',),
1986    "PySide2.QtCore.QPoint.setY": ('int',),
1987    "PySide2.QtCore.QPoint.toTuple": (),
1988    "PySide2.QtCore.QPoint.transposed": (),
1989    "PySide2.QtCore.QPoint.x": (),
1990    "PySide2.QtCore.QPoint.y": (),
1991# class PySide2.QtCore.QPointF:
1992    "PySide2.QtCore.QPointF.__init__": [(), ('PySide2.QtCore.QPoint',), ('PySide2.QtCore.QPointF',), ('float', 'float')],
1993    "PySide2.QtCore.QPointF.__add__": ('PySide2.QtCore.QPointF',),
1994    "PySide2.QtCore.QPointF.__copy__": (),
1995    "PySide2.QtCore.QPointF.__iadd__": ('PySide2.QtCore.QPointF',),
1996    "PySide2.QtCore.QPointF.__imul__": ('float',),
1997    "PySide2.QtCore.QPointF.__isub__": ('PySide2.QtCore.QPointF',),
1998    "PySide2.QtCore.QPointF.__mul__": ('float',),
1999    "PySide2.QtCore.QPointF.__neg__": (),
2000    "PySide2.QtCore.QPointF.__pos__": (),
2001    "PySide2.QtCore.QPointF.__reduce__": (),
2002    "PySide2.QtCore.QPointF.__repr__": (),
2003    "PySide2.QtCore.QPointF.__sub__": ('PySide2.QtCore.QPointF',),
2004    "PySide2.QtCore.QPointF.dotProduct": ('PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF'),
2005    "PySide2.QtCore.QPointF.isNull": (),
2006    "PySide2.QtCore.QPointF.manhattanLength": (),
2007    "PySide2.QtCore.QPointF.setX": ('float',),
2008    "PySide2.QtCore.QPointF.setY": ('float',),
2009    "PySide2.QtCore.QPointF.toPoint": (),
2010    "PySide2.QtCore.QPointF.toTuple": (),
2011    "PySide2.QtCore.QPointF.transposed": (),
2012    "PySide2.QtCore.QPointF.x": (),
2013    "PySide2.QtCore.QPointF.y": (),
2014# class PySide2.QtCore.QProcess:
2015# class PySide2.QtCore.QProcess.ExitStatus:
2016# class PySide2.QtCore.QProcess.InputChannelMode:
2017# class PySide2.QtCore.QProcess.ProcessChannel:
2018# class PySide2.QtCore.QProcess.ProcessChannelMode:
2019# class PySide2.QtCore.QProcess.ProcessError:
2020# class PySide2.QtCore.QProcess.ProcessState:
2021    "PySide2.QtCore.QProcess.__init__": ('PySide2.QtCore.QObject',),
2022    "PySide2.QtCore.QProcess.arguments": (),
2023    "PySide2.QtCore.QProcess.atEnd": (),
2024    "PySide2.QtCore.QProcess.bytesAvailable": (),
2025    "PySide2.QtCore.QProcess.bytesToWrite": (),
2026    "PySide2.QtCore.QProcess.canReadLine": (),
2027    "PySide2.QtCore.QProcess.close": (),
2028    "PySide2.QtCore.QProcess.closeReadChannel": ('PySide2.QtCore.QProcess.ProcessChannel',),
2029    "PySide2.QtCore.QProcess.closeWriteChannel": (),
2030    "PySide2.QtCore.QProcess.environment": (),
2031    "PySide2.QtCore.QProcess.error": (),
2032    "PySide2.QtCore.QProcess.execute": [('str',), ('str', 'typing.Sequence[str]')],
2033    "PySide2.QtCore.QProcess.exitCode": (),
2034    "PySide2.QtCore.QProcess.exitStatus": (),
2035    "PySide2.QtCore.QProcess.inputChannelMode": (),
2036    "PySide2.QtCore.QProcess.isSequential": (),
2037    "PySide2.QtCore.QProcess.kill": (),
2038    "PySide2.QtCore.QProcess.nullDevice": (),
2039    "PySide2.QtCore.QProcess.open": ('PySide2.QtCore.QIODevice.OpenMode',),
2040    "PySide2.QtCore.QProcess.pid": (),
2041    "PySide2.QtCore.QProcess.processChannelMode": (),
2042    "PySide2.QtCore.QProcess.processEnvironment": (),
2043    "PySide2.QtCore.QProcess.processId": (),
2044    "PySide2.QtCore.QProcess.program": (),
2045    "PySide2.QtCore.QProcess.readAllStandardError": (),
2046    "PySide2.QtCore.QProcess.readAllStandardOutput": (),
2047    "PySide2.QtCore.QProcess.readChannel": (),
2048    "PySide2.QtCore.QProcess.readData": ('str', 'int'),
2049    "PySide2.QtCore.QProcess.setArguments": ('typing.Sequence[str]',),
2050    "PySide2.QtCore.QProcess.setEnvironment": ('typing.Sequence[str]',),
2051    "PySide2.QtCore.QProcess.setInputChannelMode": ('PySide2.QtCore.QProcess.InputChannelMode',),
2052    "PySide2.QtCore.QProcess.setProcessChannelMode": ('PySide2.QtCore.QProcess.ProcessChannelMode',),
2053    "PySide2.QtCore.QProcess.setProcessEnvironment": ('PySide2.QtCore.QProcessEnvironment',),
2054    "PySide2.QtCore.QProcess.setProcessState": ('PySide2.QtCore.QProcess.ProcessState',),
2055    "PySide2.QtCore.QProcess.setProgram": ('str',),
2056    "PySide2.QtCore.QProcess.setReadChannel": ('PySide2.QtCore.QProcess.ProcessChannel',),
2057    "PySide2.QtCore.QProcess.setStandardErrorFile": ('str', 'PySide2.QtCore.QIODevice.OpenMode'),
2058    "PySide2.QtCore.QProcess.setStandardInputFile": ('str',),
2059    "PySide2.QtCore.QProcess.setStandardOutputFile": ('str', 'PySide2.QtCore.QIODevice.OpenMode'),
2060    "PySide2.QtCore.QProcess.setStandardOutputProcess": ('PySide2.QtCore.QProcess',),
2061    "PySide2.QtCore.QProcess.setWorkingDirectory": ('str',),
2062    "PySide2.QtCore.QProcess.setupChildProcess": (),
2063    "PySide2.QtCore.QProcess.start": [('PySide2.QtCore.QIODevice.OpenMode',), ('str', 'PySide2.QtCore.QIODevice.OpenMode'), ('str', 'typing.Sequence[str]', 'PySide2.QtCore.QIODevice.OpenMode')],
2064    "PySide2.QtCore.QProcess.startDetached": [(), ('str',), ('str', 'typing.Sequence[str]'), ('str', 'typing.Sequence[str]', 'str')],
2065    "PySide2.QtCore.QProcess.state": (),
2066    "PySide2.QtCore.QProcess.systemEnvironment": (),
2067    "PySide2.QtCore.QProcess.terminate": (),
2068    "PySide2.QtCore.QProcess.waitForBytesWritten": ('int',),
2069    "PySide2.QtCore.QProcess.waitForFinished": ('int',),
2070    "PySide2.QtCore.QProcess.waitForReadyRead": ('int',),
2071    "PySide2.QtCore.QProcess.waitForStarted": ('int',),
2072    "PySide2.QtCore.QProcess.workingDirectory": (),
2073    "PySide2.QtCore.QProcess.writeData": ('str', 'int'),
2074# class PySide2.QtCore.QProcessEnvironment:
2075    "PySide2.QtCore.QProcessEnvironment.__init__": [(), ('PySide2.QtCore.QProcessEnvironment',)],
2076    "PySide2.QtCore.QProcessEnvironment.__copy__": (),
2077    "PySide2.QtCore.QProcessEnvironment.clear": (),
2078    "PySide2.QtCore.QProcessEnvironment.contains": ('str',),
2079    "PySide2.QtCore.QProcessEnvironment.insert": [('PySide2.QtCore.QProcessEnvironment',), ('str', 'str')],
2080    "PySide2.QtCore.QProcessEnvironment.isEmpty": (),
2081    "PySide2.QtCore.QProcessEnvironment.keys": (),
2082    "PySide2.QtCore.QProcessEnvironment.remove": ('str',),
2083    "PySide2.QtCore.QProcessEnvironment.swap": ('PySide2.QtCore.QProcessEnvironment',),
2084    "PySide2.QtCore.QProcessEnvironment.systemEnvironment": (),
2085    "PySide2.QtCore.QProcessEnvironment.toStringList": (),
2086    "PySide2.QtCore.QProcessEnvironment.value": ('str', 'str'),
2087# class PySide2.QtCore.QPropertyAnimation:
2088    "PySide2.QtCore.QPropertyAnimation.__init__": [('PySide2.QtCore.QObject',), ('PySide2.QtCore.QObject', 'PySide2.QtCore.QByteArray', 'PySide2.QtCore.QObject')],
2089    "PySide2.QtCore.QPropertyAnimation.event": ('PySide2.QtCore.QEvent',),
2090    "PySide2.QtCore.QPropertyAnimation.propertyName": (),
2091    "PySide2.QtCore.QPropertyAnimation.setPropertyName": ('PySide2.QtCore.QByteArray',),
2092    "PySide2.QtCore.QPropertyAnimation.setTargetObject": ('PySide2.QtCore.QObject',),
2093    "PySide2.QtCore.QPropertyAnimation.targetObject": (),
2094    "PySide2.QtCore.QPropertyAnimation.updateCurrentValue": ('typing.Any',),
2095    "PySide2.QtCore.QPropertyAnimation.updateState": ('PySide2.QtCore.QAbstractAnimation.State', 'PySide2.QtCore.QAbstractAnimation.State'),
2096# class PySide2.QtCore.QRandomGenerator:
2097    "PySide2.QtCore.QRandomGenerator.__init__": [('PySide2.QtCore.QRandomGenerator',), ('int',), ('int', 'int')],
2098    "PySide2.QtCore.QRandomGenerator.bounded": [('float',), ('int',), ('int', 'int')],
2099    "PySide2.QtCore.QRandomGenerator.discard": ('int',),
2100    "PySide2.QtCore.QRandomGenerator.generate": (),
2101    "PySide2.QtCore.QRandomGenerator.generate64": (),
2102    "PySide2.QtCore.QRandomGenerator.generateDouble": (),
2103    "PySide2.QtCore.QRandomGenerator.global_": (),
2104    "PySide2.QtCore.QRandomGenerator.max": (),
2105    "PySide2.QtCore.QRandomGenerator.min": (),
2106    "PySide2.QtCore.QRandomGenerator.securelySeeded": (),
2107    "PySide2.QtCore.QRandomGenerator.seed": ('int',),
2108    "PySide2.QtCore.QRandomGenerator.system": (),
2109# class PySide2.QtCore.QRandomGenerator64:
2110    "PySide2.QtCore.QRandomGenerator64.__init__": [('PySide2.QtCore.QRandomGenerator',), ('int',), ('int', 'int')],
2111    "PySide2.QtCore.QRandomGenerator64.discard": ('int',),
2112    "PySide2.QtCore.QRandomGenerator64.generate": (),
2113    "PySide2.QtCore.QRandomGenerator64.global_": (),
2114    "PySide2.QtCore.QRandomGenerator64.max": (),
2115    "PySide2.QtCore.QRandomGenerator64.min": (),
2116    "PySide2.QtCore.QRandomGenerator64.securelySeeded": (),
2117    "PySide2.QtCore.QRandomGenerator64.system": (),
2118# class PySide2.QtCore.QReadLocker:
2119    "PySide2.QtCore.QReadLocker.__init__": ('PySide2.QtCore.QReadWriteLock',),
2120    "PySide2.QtCore.QReadLocker.__enter__": (),
2121    "PySide2.QtCore.QReadLocker.__exit__": ('object', 'object', 'object'),
2122    "PySide2.QtCore.QReadLocker.readWriteLock": (),
2123    "PySide2.QtCore.QReadLocker.relock": (),
2124    "PySide2.QtCore.QReadLocker.unlock": (),
2125# class PySide2.QtCore.QReadWriteLock:
2126# class PySide2.QtCore.QReadWriteLock.RecursionMode:
2127    "PySide2.QtCore.QReadWriteLock.__init__": ('PySide2.QtCore.QReadWriteLock.RecursionMode',),
2128    "PySide2.QtCore.QReadWriteLock.lockForRead": (),
2129    "PySide2.QtCore.QReadWriteLock.lockForWrite": (),
2130    "PySide2.QtCore.QReadWriteLock.tryLockForRead": [(), ('int',)],
2131    "PySide2.QtCore.QReadWriteLock.tryLockForWrite": [(), ('int',)],
2132    "PySide2.QtCore.QReadWriteLock.unlock": (),
2133# class PySide2.QtCore.QRect:
2134    "PySide2.QtCore.QRect.__init__": [(), ('PySide2.QtCore.QPoint', 'PySide2.QtCore.QPoint'), ('PySide2.QtCore.QPoint', 'PySide2.QtCore.QSize'), ('PySide2.QtCore.QRect',), ('int', 'int', 'int', 'int')],
2135    "PySide2.QtCore.QRect.__add__": ('PySide2.QtCore.QMargins',),
2136    "PySide2.QtCore.QRect.__and__": ('PySide2.QtCore.QRect',),
2137    "PySide2.QtCore.QRect.__copy__": (),
2138    "PySide2.QtCore.QRect.__iadd__": ('PySide2.QtCore.QMargins',),
2139    "PySide2.QtCore.QRect.__iand__": ('PySide2.QtCore.QRect',),
2140    "PySide2.QtCore.QRect.__ior__": ('PySide2.QtCore.QRect',),
2141    "PySide2.QtCore.QRect.__isub__": ('PySide2.QtCore.QMargins',),
2142    "PySide2.QtCore.QRect.__or__": ('PySide2.QtCore.QRect',),
2143    "PySide2.QtCore.QRect.__reduce__": (),
2144    "PySide2.QtCore.QRect.__repr__": (),
2145    "PySide2.QtCore.QRect.__sub__": ('PySide2.QtCore.QMargins',),
2146    "PySide2.QtCore.QRect.adjust": ('int', 'int', 'int', 'int'),
2147    "PySide2.QtCore.QRect.adjusted": ('int', 'int', 'int', 'int'),
2148    "PySide2.QtCore.QRect.bottom": (),
2149    "PySide2.QtCore.QRect.bottomLeft": (),
2150    "PySide2.QtCore.QRect.bottomRight": (),
2151    "PySide2.QtCore.QRect.center": (),
2152    "PySide2.QtCore.QRect.contains": [('PySide2.QtCore.QPoint', 'bool'), ('PySide2.QtCore.QRect', 'bool'), ('int', 'int'), ('int', 'int', 'bool')],
2153    "PySide2.QtCore.QRect.getCoords": (),
2154    "PySide2.QtCore.QRect.getRect": (),
2155    "PySide2.QtCore.QRect.height": (),
2156    "PySide2.QtCore.QRect.intersected": ('PySide2.QtCore.QRect',),
2157    "PySide2.QtCore.QRect.intersects": ('PySide2.QtCore.QRect',),
2158    "PySide2.QtCore.QRect.isEmpty": (),
2159    "PySide2.QtCore.QRect.isNull": (),
2160    "PySide2.QtCore.QRect.isValid": (),
2161    "PySide2.QtCore.QRect.left": (),
2162    "PySide2.QtCore.QRect.marginsAdded": ('PySide2.QtCore.QMargins',),
2163    "PySide2.QtCore.QRect.marginsRemoved": ('PySide2.QtCore.QMargins',),
2164    "PySide2.QtCore.QRect.moveBottom": ('int',),
2165    "PySide2.QtCore.QRect.moveBottomLeft": ('PySide2.QtCore.QPoint',),
2166    "PySide2.QtCore.QRect.moveBottomRight": ('PySide2.QtCore.QPoint',),
2167    "PySide2.QtCore.QRect.moveCenter": ('PySide2.QtCore.QPoint',),
2168    "PySide2.QtCore.QRect.moveLeft": ('int',),
2169    "PySide2.QtCore.QRect.moveRight": ('int',),
2170    "PySide2.QtCore.QRect.moveTo": [('PySide2.QtCore.QPoint',), ('int', 'int')],
2171    "PySide2.QtCore.QRect.moveTop": ('int',),
2172    "PySide2.QtCore.QRect.moveTopLeft": ('PySide2.QtCore.QPoint',),
2173    "PySide2.QtCore.QRect.moveTopRight": ('PySide2.QtCore.QPoint',),
2174    "PySide2.QtCore.QRect.normalized": (),
2175    "PySide2.QtCore.QRect.right": (),
2176    "PySide2.QtCore.QRect.setBottom": ('int',),
2177    "PySide2.QtCore.QRect.setBottomLeft": ('PySide2.QtCore.QPoint',),
2178    "PySide2.QtCore.QRect.setBottomRight": ('PySide2.QtCore.QPoint',),
2179    "PySide2.QtCore.QRect.setCoords": ('int', 'int', 'int', 'int'),
2180    "PySide2.QtCore.QRect.setHeight": ('int',),
2181    "PySide2.QtCore.QRect.setLeft": ('int',),
2182    "PySide2.QtCore.QRect.setRect": ('int', 'int', 'int', 'int'),
2183    "PySide2.QtCore.QRect.setRight": ('int',),
2184    "PySide2.QtCore.QRect.setSize": ('PySide2.QtCore.QSize',),
2185    "PySide2.QtCore.QRect.setTop": ('int',),
2186    "PySide2.QtCore.QRect.setTopLeft": ('PySide2.QtCore.QPoint',),
2187    "PySide2.QtCore.QRect.setTopRight": ('PySide2.QtCore.QPoint',),
2188    "PySide2.QtCore.QRect.setWidth": ('int',),
2189    "PySide2.QtCore.QRect.setX": ('int',),
2190    "PySide2.QtCore.QRect.setY": ('int',),
2191    "PySide2.QtCore.QRect.size": (),
2192    "PySide2.QtCore.QRect.top": (),
2193    "PySide2.QtCore.QRect.topLeft": (),
2194    "PySide2.QtCore.QRect.topRight": (),
2195    "PySide2.QtCore.QRect.translate": [('PySide2.QtCore.QPoint',), ('int', 'int')],
2196    "PySide2.QtCore.QRect.translated": [('PySide2.QtCore.QPoint',), ('int', 'int')],
2197    "PySide2.QtCore.QRect.transposed": (),
2198    "PySide2.QtCore.QRect.united": ('PySide2.QtCore.QRect',),
2199    "PySide2.QtCore.QRect.width": (),
2200    "PySide2.QtCore.QRect.x": (),
2201    "PySide2.QtCore.QRect.y": (),
2202# class PySide2.QtCore.QRectF:
2203    "PySide2.QtCore.QRectF.__init__": [(), ('PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF'), ('PySide2.QtCore.QPointF', 'PySide2.QtCore.QSizeF'), ('PySide2.QtCore.QRect',), ('PySide2.QtCore.QRectF',), ('float', 'float', 'float', 'float')],
2204    "PySide2.QtCore.QRectF.__add__": ('PySide2.QtCore.QMarginsF',),
2205    "PySide2.QtCore.QRectF.__and__": ('PySide2.QtCore.QRectF',),
2206    "PySide2.QtCore.QRectF.__copy__": (),
2207    "PySide2.QtCore.QRectF.__iadd__": ('PySide2.QtCore.QMarginsF',),
2208    "PySide2.QtCore.QRectF.__iand__": ('PySide2.QtCore.QRectF',),
2209    "PySide2.QtCore.QRectF.__ior__": ('PySide2.QtCore.QRectF',),
2210    "PySide2.QtCore.QRectF.__isub__": ('PySide2.QtCore.QMarginsF',),
2211    "PySide2.QtCore.QRectF.__or__": ('PySide2.QtCore.QRectF',),
2212    "PySide2.QtCore.QRectF.__reduce__": (),
2213    "PySide2.QtCore.QRectF.__repr__": (),
2214    "PySide2.QtCore.QRectF.__sub__": ('PySide2.QtCore.QMarginsF',),
2215    "PySide2.QtCore.QRectF.adjust": ('float', 'float', 'float', 'float'),
2216    "PySide2.QtCore.QRectF.adjusted": ('float', 'float', 'float', 'float'),
2217    "PySide2.QtCore.QRectF.bottom": (),
2218    "PySide2.QtCore.QRectF.bottomLeft": (),
2219    "PySide2.QtCore.QRectF.bottomRight": (),
2220    "PySide2.QtCore.QRectF.center": (),
2221    "PySide2.QtCore.QRectF.contains": [('PySide2.QtCore.QPointF',), ('PySide2.QtCore.QRectF',), ('float', 'float')],
2222    "PySide2.QtCore.QRectF.getCoords": (),
2223    "PySide2.QtCore.QRectF.getRect": (),
2224    "PySide2.QtCore.QRectF.height": (),
2225    "PySide2.QtCore.QRectF.intersected": ('PySide2.QtCore.QRectF',),
2226    "PySide2.QtCore.QRectF.intersects": ('PySide2.QtCore.QRectF',),
2227    "PySide2.QtCore.QRectF.isEmpty": (),
2228    "PySide2.QtCore.QRectF.isNull": (),
2229    "PySide2.QtCore.QRectF.isValid": (),
2230    "PySide2.QtCore.QRectF.left": (),
2231    "PySide2.QtCore.QRectF.marginsAdded": ('PySide2.QtCore.QMarginsF',),
2232    "PySide2.QtCore.QRectF.marginsRemoved": ('PySide2.QtCore.QMarginsF',),
2233    "PySide2.QtCore.QRectF.moveBottom": ('float',),
2234    "PySide2.QtCore.QRectF.moveBottomLeft": ('PySide2.QtCore.QPointF',),
2235    "PySide2.QtCore.QRectF.moveBottomRight": ('PySide2.QtCore.QPointF',),
2236    "PySide2.QtCore.QRectF.moveCenter": ('PySide2.QtCore.QPointF',),
2237    "PySide2.QtCore.QRectF.moveLeft": ('float',),
2238    "PySide2.QtCore.QRectF.moveRight": ('float',),
2239    "PySide2.QtCore.QRectF.moveTo": [('PySide2.QtCore.QPointF',), ('float', 'float')],
2240    "PySide2.QtCore.QRectF.moveTop": ('float',),
2241    "PySide2.QtCore.QRectF.moveTopLeft": ('PySide2.QtCore.QPointF',),
2242    "PySide2.QtCore.QRectF.moveTopRight": ('PySide2.QtCore.QPointF',),
2243    "PySide2.QtCore.QRectF.normalized": (),
2244    "PySide2.QtCore.QRectF.right": (),
2245    "PySide2.QtCore.QRectF.setBottom": ('float',),
2246    "PySide2.QtCore.QRectF.setBottomLeft": ('PySide2.QtCore.QPointF',),
2247    "PySide2.QtCore.QRectF.setBottomRight": ('PySide2.QtCore.QPointF',),
2248    "PySide2.QtCore.QRectF.setCoords": ('float', 'float', 'float', 'float'),
2249    "PySide2.QtCore.QRectF.setHeight": ('float',),
2250    "PySide2.QtCore.QRectF.setLeft": ('float',),
2251    "PySide2.QtCore.QRectF.setRect": ('float', 'float', 'float', 'float'),
2252    "PySide2.QtCore.QRectF.setRight": ('float',),
2253    "PySide2.QtCore.QRectF.setSize": ('PySide2.QtCore.QSizeF',),
2254    "PySide2.QtCore.QRectF.setTop": ('float',),
2255    "PySide2.QtCore.QRectF.setTopLeft": ('PySide2.QtCore.QPointF',),
2256    "PySide2.QtCore.QRectF.setTopRight": ('PySide2.QtCore.QPointF',),
2257    "PySide2.QtCore.QRectF.setWidth": ('float',),
2258    "PySide2.QtCore.QRectF.setX": ('float',),
2259    "PySide2.QtCore.QRectF.setY": ('float',),
2260    "PySide2.QtCore.QRectF.size": (),
2261    "PySide2.QtCore.QRectF.toAlignedRect": (),
2262    "PySide2.QtCore.QRectF.toRect": (),
2263    "PySide2.QtCore.QRectF.top": (),
2264    "PySide2.QtCore.QRectF.topLeft": (),
2265    "PySide2.QtCore.QRectF.topRight": (),
2266    "PySide2.QtCore.QRectF.translate": [('PySide2.QtCore.QPointF',), ('float', 'float')],
2267    "PySide2.QtCore.QRectF.translated": [('PySide2.QtCore.QPointF',), ('float', 'float')],
2268    "PySide2.QtCore.QRectF.transposed": (),
2269    "PySide2.QtCore.QRectF.united": ('PySide2.QtCore.QRectF',),
2270    "PySide2.QtCore.QRectF.width": (),
2271    "PySide2.QtCore.QRectF.x": (),
2272    "PySide2.QtCore.QRectF.y": (),
2273# class PySide2.QtCore.QRecursiveMutex:
2274    "PySide2.QtCore.QRecursiveMutex.__init__": (),
2275# class PySide2.QtCore.QRegExp:
2276# class PySide2.QtCore.QRegExp.CaretMode:
2277# class PySide2.QtCore.QRegExp.PatternSyntax:
2278    "PySide2.QtCore.QRegExp.__init__": [(), ('PySide2.QtCore.QRegExp',), ('str', 'PySide2.QtCore.Qt.CaseSensitivity', 'PySide2.QtCore.QRegExp.PatternSyntax')],
2279    "PySide2.QtCore.QRegExp.__copy__": (),
2280    "PySide2.QtCore.QRegExp.__reduce__": (),
2281    "PySide2.QtCore.QRegExp.__repr__": (),
2282    "PySide2.QtCore.QRegExp.cap": ('int',),
2283    "PySide2.QtCore.QRegExp.captureCount": (),
2284    "PySide2.QtCore.QRegExp.capturedTexts": (),
2285    "PySide2.QtCore.QRegExp.caseSensitivity": (),
2286    "PySide2.QtCore.QRegExp.errorString": (),
2287    "PySide2.QtCore.QRegExp.escape": ('str',),
2288    "PySide2.QtCore.QRegExp.exactMatch": ('str',),
2289    "PySide2.QtCore.QRegExp.indexIn": ('str', 'int', 'PySide2.QtCore.QRegExp.CaretMode'),
2290    "PySide2.QtCore.QRegExp.isEmpty": (),
2291    "PySide2.QtCore.QRegExp.isMinimal": (),
2292    "PySide2.QtCore.QRegExp.isValid": (),
2293    "PySide2.QtCore.QRegExp.lastIndexIn": ('str', 'int', 'PySide2.QtCore.QRegExp.CaretMode'),
2294    "PySide2.QtCore.QRegExp.matchedLength": (),
2295    "PySide2.QtCore.QRegExp.pattern": (),
2296    "PySide2.QtCore.QRegExp.patternSyntax": (),
2297    "PySide2.QtCore.QRegExp.pos": ('int',),
2298    "PySide2.QtCore.QRegExp.replace": ('str', 'str'),
2299    "PySide2.QtCore.QRegExp.setCaseSensitivity": ('PySide2.QtCore.Qt.CaseSensitivity',),
2300    "PySide2.QtCore.QRegExp.setMinimal": ('bool',),
2301    "PySide2.QtCore.QRegExp.setPattern": ('str',),
2302    "PySide2.QtCore.QRegExp.setPatternSyntax": ('PySide2.QtCore.QRegExp.PatternSyntax',),
2303    "PySide2.QtCore.QRegExp.swap": ('PySide2.QtCore.QRegExp',),
2304# class PySide2.QtCore.QRegularExpression:
2305# class PySide2.QtCore.QRegularExpression.MatchOption:
2306# class PySide2.QtCore.QRegularExpression.MatchOptions:
2307# class PySide2.QtCore.QRegularExpression.MatchType:
2308# class PySide2.QtCore.QRegularExpression.PatternOption:
2309# class PySide2.QtCore.QRegularExpression.PatternOptions:
2310    "PySide2.QtCore.QRegularExpression.__init__": [(), ('PySide2.QtCore.QRegularExpression',), ('str', 'PySide2.QtCore.QRegularExpression.PatternOptions')],
2311    "PySide2.QtCore.QRegularExpression.__copy__": (),
2312    "PySide2.QtCore.QRegularExpression.anchoredPattern": ('str',),
2313    "PySide2.QtCore.QRegularExpression.captureCount": (),
2314    "PySide2.QtCore.QRegularExpression.errorString": (),
2315    "PySide2.QtCore.QRegularExpression.escape": ('str',),
2316    "PySide2.QtCore.QRegularExpression.globalMatch": ('str', 'int', 'PySide2.QtCore.QRegularExpression.MatchType', 'PySide2.QtCore.QRegularExpression.MatchOptions'),
2317    "PySide2.QtCore.QRegularExpression.isValid": (),
2318    "PySide2.QtCore.QRegularExpression.match": ('str', 'int', 'PySide2.QtCore.QRegularExpression.MatchType', 'PySide2.QtCore.QRegularExpression.MatchOptions'),
2319    "PySide2.QtCore.QRegularExpression.namedCaptureGroups": (),
2320    "PySide2.QtCore.QRegularExpression.optimize": (),
2321    "PySide2.QtCore.QRegularExpression.pattern": (),
2322    "PySide2.QtCore.QRegularExpression.patternErrorOffset": (),
2323    "PySide2.QtCore.QRegularExpression.patternOptions": (),
2324    "PySide2.QtCore.QRegularExpression.setPattern": ('str',),
2325    "PySide2.QtCore.QRegularExpression.setPatternOptions": ('PySide2.QtCore.QRegularExpression.PatternOptions',),
2326    "PySide2.QtCore.QRegularExpression.swap": ('PySide2.QtCore.QRegularExpression',),
2327    "PySide2.QtCore.QRegularExpression.wildcardToRegularExpression": ('str',),
2328# class PySide2.QtCore.QRegularExpressionMatch:
2329    "PySide2.QtCore.QRegularExpressionMatch.__init__": [(), ('PySide2.QtCore.QRegularExpressionMatch',)],
2330    "PySide2.QtCore.QRegularExpressionMatch.__copy__": (),
2331    "PySide2.QtCore.QRegularExpressionMatch.captured": [('int',), ('str',)],
2332    "PySide2.QtCore.QRegularExpressionMatch.capturedEnd": [('int',), ('str',)],
2333    "PySide2.QtCore.QRegularExpressionMatch.capturedLength": [('int',), ('str',)],
2334    "PySide2.QtCore.QRegularExpressionMatch.capturedRef": [('int',), ('str',)],
2335    "PySide2.QtCore.QRegularExpressionMatch.capturedStart": [('int',), ('str',)],
2336    "PySide2.QtCore.QRegularExpressionMatch.capturedTexts": (),
2337    "PySide2.QtCore.QRegularExpressionMatch.hasMatch": (),
2338    "PySide2.QtCore.QRegularExpressionMatch.hasPartialMatch": (),
2339    "PySide2.QtCore.QRegularExpressionMatch.isValid": (),
2340    "PySide2.QtCore.QRegularExpressionMatch.lastCapturedIndex": (),
2341    "PySide2.QtCore.QRegularExpressionMatch.matchOptions": (),
2342    "PySide2.QtCore.QRegularExpressionMatch.matchType": (),
2343    "PySide2.QtCore.QRegularExpressionMatch.regularExpression": (),
2344    "PySide2.QtCore.QRegularExpressionMatch.swap": ('PySide2.QtCore.QRegularExpressionMatch',),
2345# class PySide2.QtCore.QRegularExpressionMatchIterator:
2346    "PySide2.QtCore.QRegularExpressionMatchIterator.__init__": [(), ('PySide2.QtCore.QRegularExpressionMatchIterator',)],
2347    "PySide2.QtCore.QRegularExpressionMatchIterator.__copy__": (),
2348    "PySide2.QtCore.QRegularExpressionMatchIterator.hasNext": (),
2349    "PySide2.QtCore.QRegularExpressionMatchIterator.isValid": (),
2350    "PySide2.QtCore.QRegularExpressionMatchIterator.matchOptions": (),
2351    "PySide2.QtCore.QRegularExpressionMatchIterator.matchType": (),
2352    "PySide2.QtCore.QRegularExpressionMatchIterator.peekNext": (),
2353    "PySide2.QtCore.QRegularExpressionMatchIterator.regularExpression": (),
2354    "PySide2.QtCore.QRegularExpressionMatchIterator.swap": ('PySide2.QtCore.QRegularExpressionMatchIterator',),
2355# class PySide2.QtCore.QResource:
2356# class PySide2.QtCore.QResource.Compression:
2357    "PySide2.QtCore.QResource.__init__": ('str', 'PySide2.QtCore.QLocale'),
2358    "PySide2.QtCore.QResource.absoluteFilePath": (),
2359    "PySide2.QtCore.QResource.addSearchPath": ('str',),
2360    "PySide2.QtCore.QResource.children": (),
2361    "PySide2.QtCore.QResource.compressionAlgorithm": (),
2362    "PySide2.QtCore.QResource.data": (),
2363    "PySide2.QtCore.QResource.fileName": (),
2364    "PySide2.QtCore.QResource.isCompressed": (),
2365    "PySide2.QtCore.QResource.isDir": (),
2366    "PySide2.QtCore.QResource.isFile": (),
2367    "PySide2.QtCore.QResource.isValid": (),
2368    "PySide2.QtCore.QResource.lastModified": (),
2369    "PySide2.QtCore.QResource.locale": (),
2370    "PySide2.QtCore.QResource.registerResource": ('str', 'str'),
2371    "PySide2.QtCore.QResource.registerResourceData": ('str', 'str'),
2372    "PySide2.QtCore.QResource.searchPaths": (),
2373    "PySide2.QtCore.QResource.setFileName": ('str',),
2374    "PySide2.QtCore.QResource.setLocale": ('PySide2.QtCore.QLocale',),
2375    "PySide2.QtCore.QResource.size": (),
2376    "PySide2.QtCore.QResource.unregisterResource": ('str', 'str'),
2377    "PySide2.QtCore.QResource.unregisterResourceData": ('str', 'str'),
2378# class PySide2.QtCore.QRunnable:
2379    "PySide2.QtCore.QRunnable.__init__": (),
2380    "PySide2.QtCore.QRunnable.autoDelete": (),
2381    "PySide2.QtCore.QRunnable.run": (),
2382    "PySide2.QtCore.QRunnable.setAutoDelete": ('bool',),
2383# class PySide2.QtCore.QSaveFile:
2384    "PySide2.QtCore.QSaveFile.__init__": [('PySide2.QtCore.QObject',), ('str',), ('str', 'PySide2.QtCore.QObject')],
2385    "PySide2.QtCore.QSaveFile.cancelWriting": (),
2386    "PySide2.QtCore.QSaveFile.close": (),
2387    "PySide2.QtCore.QSaveFile.commit": (),
2388    "PySide2.QtCore.QSaveFile.directWriteFallback": (),
2389    "PySide2.QtCore.QSaveFile.fileName": (),
2390    "PySide2.QtCore.QSaveFile.open": ('PySide2.QtCore.QIODevice.OpenMode',),
2391    "PySide2.QtCore.QSaveFile.setDirectWriteFallback": ('bool',),
2392    "PySide2.QtCore.QSaveFile.setFileName": ('str',),
2393    "PySide2.QtCore.QSaveFile.writeData": ('str', 'int'),
2394# class PySide2.QtCore.QSemaphore:
2395    "PySide2.QtCore.QSemaphore.__init__": ('int',),
2396    "PySide2.QtCore.QSemaphore.acquire": ('int',),
2397    "PySide2.QtCore.QSemaphore.available": (),
2398    "PySide2.QtCore.QSemaphore.release": ('int',),
2399    "PySide2.QtCore.QSemaphore.tryAcquire": [('int',), ('int', 'int')],
2400# class PySide2.QtCore.QSemaphoreReleaser:
2401    "PySide2.QtCore.QSemaphoreReleaser.__init__": [(), ('PySide2.QtCore.QSemaphore', 'int')],
2402    "PySide2.QtCore.QSemaphoreReleaser.cancel": (),
2403    "PySide2.QtCore.QSemaphoreReleaser.semaphore": (),
2404    "PySide2.QtCore.QSemaphoreReleaser.swap": ('PySide2.QtCore.QSemaphoreReleaser',),
2405# class PySide2.QtCore.QSequentialAnimationGroup:
2406    "PySide2.QtCore.QSequentialAnimationGroup.__init__": ('PySide2.QtCore.QObject',),
2407    "PySide2.QtCore.QSequentialAnimationGroup.addPause": ('int',),
2408    "PySide2.QtCore.QSequentialAnimationGroup.currentAnimation": (),
2409    "PySide2.QtCore.QSequentialAnimationGroup.duration": (),
2410    "PySide2.QtCore.QSequentialAnimationGroup.event": ('PySide2.QtCore.QEvent',),
2411    "PySide2.QtCore.QSequentialAnimationGroup.insertPause": ('int', 'int'),
2412    "PySide2.QtCore.QSequentialAnimationGroup.updateCurrentTime": ('int',),
2413    "PySide2.QtCore.QSequentialAnimationGroup.updateDirection": ('PySide2.QtCore.QAbstractAnimation.Direction',),
2414    "PySide2.QtCore.QSequentialAnimationGroup.updateState": ('PySide2.QtCore.QAbstractAnimation.State', 'PySide2.QtCore.QAbstractAnimation.State'),
2415# class PySide2.QtCore.QSettings:
2416# class PySide2.QtCore.QSettings.Format:
2417# class PySide2.QtCore.QSettings.Scope:
2418# class PySide2.QtCore.QSettings.Status:
2419    "PySide2.QtCore.QSettings.__init__": [('PySide2.QtCore.QObject',), ('PySide2.QtCore.QSettings.Format', 'PySide2.QtCore.QSettings.Scope', 'str', 'str', 'PySide2.QtCore.QObject'), ('PySide2.QtCore.QSettings.Scope', 'PySide2.QtCore.QObject'), ('PySide2.QtCore.QSettings.Scope', 'str', 'str', 'PySide2.QtCore.QObject'), ('str', 'PySide2.QtCore.QSettings.Format', 'PySide2.QtCore.QObject'), ('str', 'str', 'PySide2.QtCore.QObject')],
2420    "PySide2.QtCore.QSettings.allKeys": (),
2421    "PySide2.QtCore.QSettings.applicationName": (),
2422    "PySide2.QtCore.QSettings.beginGroup": ('str',),
2423    "PySide2.QtCore.QSettings.beginReadArray": ('str',),
2424    "PySide2.QtCore.QSettings.beginWriteArray": ('str', 'int'),
2425    "PySide2.QtCore.QSettings.childGroups": (),
2426    "PySide2.QtCore.QSettings.childKeys": (),
2427    "PySide2.QtCore.QSettings.clear": (),
2428    "PySide2.QtCore.QSettings.contains": ('str',),
2429    "PySide2.QtCore.QSettings.defaultFormat": (),
2430    "PySide2.QtCore.QSettings.endArray": (),
2431    "PySide2.QtCore.QSettings.endGroup": (),
2432    "PySide2.QtCore.QSettings.event": ('PySide2.QtCore.QEvent',),
2433    "PySide2.QtCore.QSettings.fallbacksEnabled": (),
2434    "PySide2.QtCore.QSettings.fileName": (),
2435    "PySide2.QtCore.QSettings.format": (),
2436    "PySide2.QtCore.QSettings.group": (),
2437    "PySide2.QtCore.QSettings.iniCodec": (),
2438    "PySide2.QtCore.QSettings.isAtomicSyncRequired": (),
2439    "PySide2.QtCore.QSettings.isWritable": (),
2440    "PySide2.QtCore.QSettings.organizationName": (),
2441    "PySide2.QtCore.QSettings.remove": ('str',),
2442    "PySide2.QtCore.QSettings.scope": (),
2443    "PySide2.QtCore.QSettings.setArrayIndex": ('int',),
2444    "PySide2.QtCore.QSettings.setAtomicSyncRequired": ('bool',),
2445    "PySide2.QtCore.QSettings.setDefaultFormat": ('PySide2.QtCore.QSettings.Format',),
2446    "PySide2.QtCore.QSettings.setFallbacksEnabled": ('bool',),
2447    "PySide2.QtCore.QSettings.setIniCodec": [('PySide2.QtCore.QTextCodec',), ('str',)],
2448    "PySide2.QtCore.QSettings.setPath": ('PySide2.QtCore.QSettings.Format', 'PySide2.QtCore.QSettings.Scope', 'str'),
2449    "PySide2.QtCore.QSettings.setValue": ('str', 'typing.Any'),
2450    "PySide2.QtCore.QSettings.status": (),
2451    "PySide2.QtCore.QSettings.sync": (),
2452    "PySide2.QtCore.QSettings.value": ('str', 'typing.Any', 'object'),
2453# class PySide2.QtCore.QSignalBlocker:
2454    "PySide2.QtCore.QSignalBlocker.__init__": ('PySide2.QtCore.QObject',),
2455    "PySide2.QtCore.QSignalBlocker.reblock": (),
2456    "PySide2.QtCore.QSignalBlocker.unblock": (),
2457# class PySide2.QtCore.QSignalMapper:
2458    "PySide2.QtCore.QSignalMapper.__init__": ('PySide2.QtCore.QObject',),
2459    "PySide2.QtCore.QSignalMapper.map": [(), ('PySide2.QtCore.QObject',)],
2460    "PySide2.QtCore.QSignalMapper.mapping": [('PySide2.QtCore.QObject',), ('int',), ('str',)],
2461    "PySide2.QtCore.QSignalMapper.removeMappings": ('PySide2.QtCore.QObject',),
2462    "PySide2.QtCore.QSignalMapper.setMapping": [('PySide2.QtCore.QObject', 'PySide2.QtCore.QObject'), ('PySide2.QtCore.QObject', 'int'), ('PySide2.QtCore.QObject', 'str')],
2463# class PySide2.QtCore.QSignalTransition:
2464    "PySide2.QtCore.QSignalTransition.__init__": [('PySide2.QtCore.QObject', 'str', 'PySide2.QtCore.QState'), ('PySide2.QtCore.QState',), ('object', 'PySide2.QtCore.QState')],
2465    "PySide2.QtCore.QSignalTransition.event": ('PySide2.QtCore.QEvent',),
2466    "PySide2.QtCore.QSignalTransition.eventTest": ('PySide2.QtCore.QEvent',),
2467    "PySide2.QtCore.QSignalTransition.onTransition": ('PySide2.QtCore.QEvent',),
2468    "PySide2.QtCore.QSignalTransition.senderObject": (),
2469    "PySide2.QtCore.QSignalTransition.setSenderObject": ('PySide2.QtCore.QObject',),
2470    "PySide2.QtCore.QSignalTransition.setSignal": ('PySide2.QtCore.QByteArray',),
2471    "PySide2.QtCore.QSignalTransition.signal": (),
2472# class PySide2.QtCore.QSize:
2473    "PySide2.QtCore.QSize.__init__": [(), ('PySide2.QtCore.QSize',), ('int', 'int')],
2474    "PySide2.QtCore.QSize.__add__": ('PySide2.QtCore.QSize',),
2475    "PySide2.QtCore.QSize.__copy__": (),
2476    "PySide2.QtCore.QSize.__iadd__": ('PySide2.QtCore.QSize',),
2477    "PySide2.QtCore.QSize.__imul__": ('float',),
2478    "PySide2.QtCore.QSize.__isub__": ('PySide2.QtCore.QSize',),
2479    "PySide2.QtCore.QSize.__mul__": ('float',),
2480    "PySide2.QtCore.QSize.__reduce__": (),
2481    "PySide2.QtCore.QSize.__repr__": (),
2482    "PySide2.QtCore.QSize.__sub__": ('PySide2.QtCore.QSize',),
2483    "PySide2.QtCore.QSize.boundedTo": ('PySide2.QtCore.QSize',),
2484    "PySide2.QtCore.QSize.expandedTo": ('PySide2.QtCore.QSize',),
2485    "PySide2.QtCore.QSize.grownBy": ('PySide2.QtCore.QMargins',),
2486    "PySide2.QtCore.QSize.height": (),
2487    "PySide2.QtCore.QSize.isEmpty": (),
2488    "PySide2.QtCore.QSize.isNull": (),
2489    "PySide2.QtCore.QSize.isValid": (),
2490    "PySide2.QtCore.QSize.scale": [('PySide2.QtCore.QSize', 'PySide2.QtCore.Qt.AspectRatioMode'), ('int', 'int', 'PySide2.QtCore.Qt.AspectRatioMode')],
2491    "PySide2.QtCore.QSize.scaled": [('PySide2.QtCore.QSize', 'PySide2.QtCore.Qt.AspectRatioMode'), ('int', 'int', 'PySide2.QtCore.Qt.AspectRatioMode')],
2492    "PySide2.QtCore.QSize.setHeight": ('int',),
2493    "PySide2.QtCore.QSize.setWidth": ('int',),
2494    "PySide2.QtCore.QSize.shrunkBy": ('PySide2.QtCore.QMargins',),
2495    "PySide2.QtCore.QSize.toTuple": (),
2496    "PySide2.QtCore.QSize.transpose": (),
2497    "PySide2.QtCore.QSize.transposed": (),
2498    "PySide2.QtCore.QSize.width": (),
2499# class PySide2.QtCore.QSizeF:
2500    "PySide2.QtCore.QSizeF.__init__": [(), ('PySide2.QtCore.QSize',), ('PySide2.QtCore.QSizeF',), ('float', 'float')],
2501    "PySide2.QtCore.QSizeF.__add__": ('PySide2.QtCore.QSizeF',),
2502    "PySide2.QtCore.QSizeF.__copy__": (),
2503    "PySide2.QtCore.QSizeF.__iadd__": ('PySide2.QtCore.QSizeF',),
2504    "PySide2.QtCore.QSizeF.__imul__": ('float',),
2505    "PySide2.QtCore.QSizeF.__isub__": ('PySide2.QtCore.QSizeF',),
2506    "PySide2.QtCore.QSizeF.__mul__": ('float',),
2507    "PySide2.QtCore.QSizeF.__reduce__": (),
2508    "PySide2.QtCore.QSizeF.__repr__": (),
2509    "PySide2.QtCore.QSizeF.__sub__": ('PySide2.QtCore.QSizeF',),
2510    "PySide2.QtCore.QSizeF.boundedTo": ('PySide2.QtCore.QSizeF',),
2511    "PySide2.QtCore.QSizeF.expandedTo": ('PySide2.QtCore.QSizeF',),
2512    "PySide2.QtCore.QSizeF.grownBy": ('PySide2.QtCore.QMarginsF',),
2513    "PySide2.QtCore.QSizeF.height": (),
2514    "PySide2.QtCore.QSizeF.isEmpty": (),
2515    "PySide2.QtCore.QSizeF.isNull": (),
2516    "PySide2.QtCore.QSizeF.isValid": (),
2517    "PySide2.QtCore.QSizeF.scale": [('PySide2.QtCore.QSizeF', 'PySide2.QtCore.Qt.AspectRatioMode'), ('float', 'float', 'PySide2.QtCore.Qt.AspectRatioMode')],
2518    "PySide2.QtCore.QSizeF.scaled": [('PySide2.QtCore.QSizeF', 'PySide2.QtCore.Qt.AspectRatioMode'), ('float', 'float', 'PySide2.QtCore.Qt.AspectRatioMode')],
2519    "PySide2.QtCore.QSizeF.setHeight": ('float',),
2520    "PySide2.QtCore.QSizeF.setWidth": ('float',),
2521    "PySide2.QtCore.QSizeF.shrunkBy": ('PySide2.QtCore.QMarginsF',),
2522    "PySide2.QtCore.QSizeF.toSize": (),
2523    "PySide2.QtCore.QSizeF.toTuple": (),
2524    "PySide2.QtCore.QSizeF.transpose": (),
2525    "PySide2.QtCore.QSizeF.transposed": (),
2526    "PySide2.QtCore.QSizeF.width": (),
2527# class PySide2.QtCore.QSocketNotifier:
2528# class PySide2.QtCore.QSocketNotifier.Type:
2529    "PySide2.QtCore.QSocketNotifier.__init__": [('int', 'PySide2.QtCore.QSocketNotifier.Type', 'PySide2.QtCore.QObject'), ('object', 'PySide2.QtCore.QSocketNotifier.Type', 'PySide2.QtCore.QObject')],
2530    "PySide2.QtCore.QSocketNotifier.event": ('PySide2.QtCore.QEvent',),
2531    "PySide2.QtCore.QSocketNotifier.isEnabled": (),
2532    "PySide2.QtCore.QSocketNotifier.setEnabled": ('bool',),
2533    "PySide2.QtCore.QSocketNotifier.socket": (),
2534    "PySide2.QtCore.QSocketNotifier.type": (),
2535# class PySide2.QtCore.QSortFilterProxyModel:
2536    "PySide2.QtCore.QSortFilterProxyModel.__init__": ('PySide2.QtCore.QObject',),
2537    "PySide2.QtCore.QSortFilterProxyModel.buddy": ('PySide2.QtCore.QModelIndex',),
2538    "PySide2.QtCore.QSortFilterProxyModel.canFetchMore": ('PySide2.QtCore.QModelIndex',),
2539    "PySide2.QtCore.QSortFilterProxyModel.columnCount": ('PySide2.QtCore.QModelIndex',),
2540    "PySide2.QtCore.QSortFilterProxyModel.data": ('PySide2.QtCore.QModelIndex', 'int'),
2541    "PySide2.QtCore.QSortFilterProxyModel.dropMimeData": ('PySide2.QtCore.QMimeData', 'PySide2.QtCore.Qt.DropAction', 'int', 'int', 'PySide2.QtCore.QModelIndex'),
2542    "PySide2.QtCore.QSortFilterProxyModel.dynamicSortFilter": (),
2543    "PySide2.QtCore.QSortFilterProxyModel.fetchMore": ('PySide2.QtCore.QModelIndex',),
2544    "PySide2.QtCore.QSortFilterProxyModel.filterAcceptsColumn": ('int', 'PySide2.QtCore.QModelIndex'),
2545    "PySide2.QtCore.QSortFilterProxyModel.filterAcceptsRow": ('int', 'PySide2.QtCore.QModelIndex'),
2546    "PySide2.QtCore.QSortFilterProxyModel.filterCaseSensitivity": (),
2547    "PySide2.QtCore.QSortFilterProxyModel.filterKeyColumn": (),
2548    "PySide2.QtCore.QSortFilterProxyModel.filterRegExp": (),
2549    "PySide2.QtCore.QSortFilterProxyModel.filterRegularExpression": (),
2550    "PySide2.QtCore.QSortFilterProxyModel.filterRole": (),
2551    "PySide2.QtCore.QSortFilterProxyModel.flags": ('PySide2.QtCore.QModelIndex',),
2552    "PySide2.QtCore.QSortFilterProxyModel.hasChildren": ('PySide2.QtCore.QModelIndex',),
2553    "PySide2.QtCore.QSortFilterProxyModel.headerData": ('int', 'PySide2.QtCore.Qt.Orientation', 'int'),
2554    "PySide2.QtCore.QSortFilterProxyModel.index": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
2555    "PySide2.QtCore.QSortFilterProxyModel.insertColumns": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
2556    "PySide2.QtCore.QSortFilterProxyModel.insertRows": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
2557    "PySide2.QtCore.QSortFilterProxyModel.invalidate": (),
2558    "PySide2.QtCore.QSortFilterProxyModel.invalidateFilter": (),
2559    "PySide2.QtCore.QSortFilterProxyModel.isRecursiveFilteringEnabled": (),
2560    "PySide2.QtCore.QSortFilterProxyModel.isSortLocaleAware": (),
2561    "PySide2.QtCore.QSortFilterProxyModel.lessThan": ('PySide2.QtCore.QModelIndex', 'PySide2.QtCore.QModelIndex'),
2562    "PySide2.QtCore.QSortFilterProxyModel.mapFromSource": ('PySide2.QtCore.QModelIndex',),
2563    "PySide2.QtCore.QSortFilterProxyModel.mapSelectionFromSource": ('PySide2.QtCore.QItemSelection',),
2564    "PySide2.QtCore.QSortFilterProxyModel.mapSelectionToSource": ('PySide2.QtCore.QItemSelection',),
2565    "PySide2.QtCore.QSortFilterProxyModel.mapToSource": ('PySide2.QtCore.QModelIndex',),
2566    "PySide2.QtCore.QSortFilterProxyModel.match": ('PySide2.QtCore.QModelIndex', 'int', 'typing.Any', 'int', 'PySide2.QtCore.Qt.MatchFlags'),
2567    "PySide2.QtCore.QSortFilterProxyModel.mimeData": ('typing.List[int]',),
2568    "PySide2.QtCore.QSortFilterProxyModel.mimeTypes": (),
2569    "PySide2.QtCore.QSortFilterProxyModel.parent": [(), ('PySide2.QtCore.QModelIndex',)],
2570    "PySide2.QtCore.QSortFilterProxyModel.removeColumns": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
2571    "PySide2.QtCore.QSortFilterProxyModel.removeRows": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
2572    "PySide2.QtCore.QSortFilterProxyModel.rowCount": ('PySide2.QtCore.QModelIndex',),
2573    "PySide2.QtCore.QSortFilterProxyModel.setData": ('PySide2.QtCore.QModelIndex', 'typing.Any', 'int'),
2574    "PySide2.QtCore.QSortFilterProxyModel.setDynamicSortFilter": ('bool',),
2575    "PySide2.QtCore.QSortFilterProxyModel.setFilterCaseSensitivity": ('PySide2.QtCore.Qt.CaseSensitivity',),
2576    "PySide2.QtCore.QSortFilterProxyModel.setFilterFixedString": ('str',),
2577    "PySide2.QtCore.QSortFilterProxyModel.setFilterKeyColumn": ('int',),
2578    "PySide2.QtCore.QSortFilterProxyModel.setFilterRegExp": [('PySide2.QtCore.QRegExp',), ('str',)],
2579    "PySide2.QtCore.QSortFilterProxyModel.setFilterRegularExpression": [('PySide2.QtCore.QRegularExpression',), ('str',)],
2580    "PySide2.QtCore.QSortFilterProxyModel.setFilterRole": ('int',),
2581    "PySide2.QtCore.QSortFilterProxyModel.setFilterWildcard": ('str',),
2582    "PySide2.QtCore.QSortFilterProxyModel.setHeaderData": ('int', 'PySide2.QtCore.Qt.Orientation', 'typing.Any', 'int'),
2583    "PySide2.QtCore.QSortFilterProxyModel.setRecursiveFilteringEnabled": ('bool',),
2584    "PySide2.QtCore.QSortFilterProxyModel.setSortCaseSensitivity": ('PySide2.QtCore.Qt.CaseSensitivity',),
2585    "PySide2.QtCore.QSortFilterProxyModel.setSortLocaleAware": ('bool',),
2586    "PySide2.QtCore.QSortFilterProxyModel.setSortRole": ('int',),
2587    "PySide2.QtCore.QSortFilterProxyModel.setSourceModel": ('PySide2.QtCore.QAbstractItemModel',),
2588    "PySide2.QtCore.QSortFilterProxyModel.sibling": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
2589    "PySide2.QtCore.QSortFilterProxyModel.sort": ('int', 'PySide2.QtCore.Qt.SortOrder'),
2590    "PySide2.QtCore.QSortFilterProxyModel.sortCaseSensitivity": (),
2591    "PySide2.QtCore.QSortFilterProxyModel.sortColumn": (),
2592    "PySide2.QtCore.QSortFilterProxyModel.sortOrder": (),
2593    "PySide2.QtCore.QSortFilterProxyModel.sortRole": (),
2594    "PySide2.QtCore.QSortFilterProxyModel.span": ('PySide2.QtCore.QModelIndex',),
2595    "PySide2.QtCore.QSortFilterProxyModel.supportedDropActions": (),
2596# class PySide2.QtCore.QStandardPaths:
2597# class PySide2.QtCore.QStandardPaths.LocateOption:
2598# class PySide2.QtCore.QStandardPaths.LocateOptions:
2599# class PySide2.QtCore.QStandardPaths.StandardLocation:
2600    "PySide2.QtCore.QStandardPaths.displayName": ('PySide2.QtCore.QStandardPaths.StandardLocation',),
2601    "PySide2.QtCore.QStandardPaths.enableTestMode": ('bool',),
2602    "PySide2.QtCore.QStandardPaths.findExecutable": ('str', 'typing.Sequence[str]'),
2603    "PySide2.QtCore.QStandardPaths.isTestModeEnabled": (),
2604    "PySide2.QtCore.QStandardPaths.locate": ('PySide2.QtCore.QStandardPaths.StandardLocation', 'str', 'PySide2.QtCore.QStandardPaths.LocateOptions'),
2605    "PySide2.QtCore.QStandardPaths.locateAll": ('PySide2.QtCore.QStandardPaths.StandardLocation', 'str', 'PySide2.QtCore.QStandardPaths.LocateOptions'),
2606    "PySide2.QtCore.QStandardPaths.setTestModeEnabled": ('bool',),
2607    "PySide2.QtCore.QStandardPaths.standardLocations": ('PySide2.QtCore.QStandardPaths.StandardLocation',),
2608    "PySide2.QtCore.QStandardPaths.writableLocation": ('PySide2.QtCore.QStandardPaths.StandardLocation',),
2609# class PySide2.QtCore.QState:
2610# class PySide2.QtCore.QState.ChildMode:
2611# class PySide2.QtCore.QState.RestorePolicy:
2612    "PySide2.QtCore.QState.__init__": [('PySide2.QtCore.QState',), ('PySide2.QtCore.QState.ChildMode', 'PySide2.QtCore.QState')],
2613    "PySide2.QtCore.QState.addTransition": [('PySide2.QtCore.QAbstractState',), ('PySide2.QtCore.QAbstractTransition',), ('PySide2.QtCore.QObject', 'str', 'PySide2.QtCore.QAbstractState'), ('object', 'PySide2.QtCore.QAbstractState')],
2614    "PySide2.QtCore.QState.assignProperty": ('PySide2.QtCore.QObject', 'str', 'typing.Any'),
2615    "PySide2.QtCore.QState.childMode": (),
2616    "PySide2.QtCore.QState.errorState": (),
2617    "PySide2.QtCore.QState.event": ('PySide2.QtCore.QEvent',),
2618    "PySide2.QtCore.QState.initialState": (),
2619    "PySide2.QtCore.QState.onEntry": ('PySide2.QtCore.QEvent',),
2620    "PySide2.QtCore.QState.onExit": ('PySide2.QtCore.QEvent',),
2621    "PySide2.QtCore.QState.removeTransition": ('PySide2.QtCore.QAbstractTransition',),
2622    "PySide2.QtCore.QState.setChildMode": ('PySide2.QtCore.QState.ChildMode',),
2623    "PySide2.QtCore.QState.setErrorState": ('PySide2.QtCore.QAbstractState',),
2624    "PySide2.QtCore.QState.setInitialState": ('PySide2.QtCore.QAbstractState',),
2625    "PySide2.QtCore.QState.transitions": (),
2626# class PySide2.QtCore.QStateMachine:
2627# class PySide2.QtCore.QStateMachine.Error:
2628# class PySide2.QtCore.QStateMachine.EventPriority:
2629# class PySide2.QtCore.QStateMachine.SignalEvent:
2630    "PySide2.QtCore.QStateMachine.SignalEvent.__init__": [('PySide2.QtCore.QObject', 'int', 'typing.Sequence[typing.Any]'), ('PySide2.QtCore.QStateMachine.SignalEvent',)],
2631    "PySide2.QtCore.QStateMachine.SignalEvent.__copy__": (),
2632    "PySide2.QtCore.QStateMachine.SignalEvent.arguments": (),
2633    "PySide2.QtCore.QStateMachine.SignalEvent.sender": (),
2634    "PySide2.QtCore.QStateMachine.SignalEvent.signalIndex": (),
2635# class PySide2.QtCore.QStateMachine.WrappedEvent:
2636    "PySide2.QtCore.QStateMachine.WrappedEvent.__init__": [('PySide2.QtCore.QObject', 'PySide2.QtCore.QEvent'), ('PySide2.QtCore.QStateMachine.WrappedEvent',)],
2637    "PySide2.QtCore.QStateMachine.WrappedEvent.__copy__": (),
2638    "PySide2.QtCore.QStateMachine.WrappedEvent.event": (),
2639    "PySide2.QtCore.QStateMachine.WrappedEvent.object": (),
2640    "PySide2.QtCore.QStateMachine.__init__": [('PySide2.QtCore.QObject',), ('PySide2.QtCore.QState.ChildMode', 'PySide2.QtCore.QObject')],
2641    "PySide2.QtCore.QStateMachine.addDefaultAnimation": ('PySide2.QtCore.QAbstractAnimation',),
2642    "PySide2.QtCore.QStateMachine.addState": ('PySide2.QtCore.QAbstractState',),
2643    "PySide2.QtCore.QStateMachine.beginMicrostep": ('PySide2.QtCore.QEvent',),
2644    "PySide2.QtCore.QStateMachine.beginSelectTransitions": ('PySide2.QtCore.QEvent',),
2645    "PySide2.QtCore.QStateMachine.cancelDelayedEvent": ('int',),
2646    "PySide2.QtCore.QStateMachine.clearError": (),
2647    "PySide2.QtCore.QStateMachine.configuration": (),
2648    "PySide2.QtCore.QStateMachine.defaultAnimations": (),
2649    "PySide2.QtCore.QStateMachine.endMicrostep": ('PySide2.QtCore.QEvent',),
2650    "PySide2.QtCore.QStateMachine.endSelectTransitions": ('PySide2.QtCore.QEvent',),
2651    "PySide2.QtCore.QStateMachine.error": (),
2652    "PySide2.QtCore.QStateMachine.errorString": (),
2653    "PySide2.QtCore.QStateMachine.event": ('PySide2.QtCore.QEvent',),
2654    "PySide2.QtCore.QStateMachine.eventFilter": ('PySide2.QtCore.QObject', 'PySide2.QtCore.QEvent'),
2655    "PySide2.QtCore.QStateMachine.globalRestorePolicy": (),
2656    "PySide2.QtCore.QStateMachine.isAnimated": (),
2657    "PySide2.QtCore.QStateMachine.isRunning": (),
2658    "PySide2.QtCore.QStateMachine.onEntry": ('PySide2.QtCore.QEvent',),
2659    "PySide2.QtCore.QStateMachine.onExit": ('PySide2.QtCore.QEvent',),
2660    "PySide2.QtCore.QStateMachine.postDelayedEvent": ('PySide2.QtCore.QEvent', 'int'),
2661    "PySide2.QtCore.QStateMachine.postEvent": ('PySide2.QtCore.QEvent', 'PySide2.QtCore.QStateMachine.EventPriority'),
2662    "PySide2.QtCore.QStateMachine.removeDefaultAnimation": ('PySide2.QtCore.QAbstractAnimation',),
2663    "PySide2.QtCore.QStateMachine.removeState": ('PySide2.QtCore.QAbstractState',),
2664    "PySide2.QtCore.QStateMachine.setAnimated": ('bool',),
2665    "PySide2.QtCore.QStateMachine.setGlobalRestorePolicy": ('PySide2.QtCore.QState.RestorePolicy',),
2666    "PySide2.QtCore.QStateMachine.setRunning": ('bool',),
2667    "PySide2.QtCore.QStateMachine.start": (),
2668    "PySide2.QtCore.QStateMachine.stop": (),
2669# class PySide2.QtCore.QStorageInfo:
2670    "PySide2.QtCore.QStorageInfo.__init__": [(), ('PySide2.QtCore.QDir',), ('PySide2.QtCore.QStorageInfo',), ('str',)],
2671    "PySide2.QtCore.QStorageInfo.__copy__": (),
2672    "PySide2.QtCore.QStorageInfo.blockSize": (),
2673    "PySide2.QtCore.QStorageInfo.bytesAvailable": (),
2674    "PySide2.QtCore.QStorageInfo.bytesFree": (),
2675    "PySide2.QtCore.QStorageInfo.bytesTotal": (),
2676    "PySide2.QtCore.QStorageInfo.device": (),
2677    "PySide2.QtCore.QStorageInfo.displayName": (),
2678    "PySide2.QtCore.QStorageInfo.fileSystemType": (),
2679    "PySide2.QtCore.QStorageInfo.isReadOnly": (),
2680    "PySide2.QtCore.QStorageInfo.isReady": (),
2681    "PySide2.QtCore.QStorageInfo.isRoot": (),
2682    "PySide2.QtCore.QStorageInfo.isValid": (),
2683    "PySide2.QtCore.QStorageInfo.mountedVolumes": (),
2684    "PySide2.QtCore.QStorageInfo.name": (),
2685    "PySide2.QtCore.QStorageInfo.refresh": (),
2686    "PySide2.QtCore.QStorageInfo.root": (),
2687    "PySide2.QtCore.QStorageInfo.rootPath": (),
2688    "PySide2.QtCore.QStorageInfo.setPath": ('str',),
2689    "PySide2.QtCore.QStorageInfo.subvolume": (),
2690    "PySide2.QtCore.QStorageInfo.swap": ('PySide2.QtCore.QStorageInfo',),
2691# class PySide2.QtCore.QStringListModel:
2692    "PySide2.QtCore.QStringListModel.__init__": [('PySide2.QtCore.QObject',), ('typing.Sequence[str]', 'PySide2.QtCore.QObject')],
2693    "PySide2.QtCore.QStringListModel.data": ('PySide2.QtCore.QModelIndex', 'int'),
2694    "PySide2.QtCore.QStringListModel.flags": ('PySide2.QtCore.QModelIndex',),
2695    "PySide2.QtCore.QStringListModel.insertRows": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
2696    "PySide2.QtCore.QStringListModel.itemData": ('PySide2.QtCore.QModelIndex',),
2697    "PySide2.QtCore.QStringListModel.moveRows": ('PySide2.QtCore.QModelIndex', 'int', 'int', 'PySide2.QtCore.QModelIndex', 'int'),
2698    "PySide2.QtCore.QStringListModel.removeRows": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
2699    "PySide2.QtCore.QStringListModel.rowCount": ('PySide2.QtCore.QModelIndex',),
2700    "PySide2.QtCore.QStringListModel.setData": ('PySide2.QtCore.QModelIndex', 'typing.Any', 'int'),
2701    "PySide2.QtCore.QStringListModel.setItemData": ('PySide2.QtCore.QModelIndex', 'typing.Dict[int, typing.Any]'),
2702    "PySide2.QtCore.QStringListModel.setStringList": ('typing.Sequence[str]',),
2703    "PySide2.QtCore.QStringListModel.sibling": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
2704    "PySide2.QtCore.QStringListModel.sort": ('int', 'PySide2.QtCore.Qt.SortOrder'),
2705    "PySide2.QtCore.QStringListModel.stringList": (),
2706    "PySide2.QtCore.QStringListModel.supportedDropActions": (),
2707# class PySide2.QtCore.QSysInfo:
2708# class PySide2.QtCore.QSysInfo.Endian:
2709# class PySide2.QtCore.QSysInfo.Sizes:
2710    "PySide2.QtCore.QSysInfo.__init__": (),
2711    "PySide2.QtCore.QSysInfo.bootUniqueId": (),
2712    "PySide2.QtCore.QSysInfo.buildAbi": (),
2713    "PySide2.QtCore.QSysInfo.buildCpuArchitecture": (),
2714    "PySide2.QtCore.QSysInfo.currentCpuArchitecture": (),
2715    "PySide2.QtCore.QSysInfo.kernelType": (),
2716    "PySide2.QtCore.QSysInfo.kernelVersion": (),
2717    "PySide2.QtCore.QSysInfo.machineHostName": (),
2718    "PySide2.QtCore.QSysInfo.machineUniqueId": (),
2719    "PySide2.QtCore.QSysInfo.prettyProductName": (),
2720    "PySide2.QtCore.QSysInfo.productType": (),
2721    "PySide2.QtCore.QSysInfo.productVersion": (),
2722# class PySide2.QtCore.QSystemSemaphore:
2723# class PySide2.QtCore.QSystemSemaphore.AccessMode:
2724# class PySide2.QtCore.QSystemSemaphore.SystemSemaphoreError:
2725    "PySide2.QtCore.QSystemSemaphore.__init__": ('str', 'int', 'PySide2.QtCore.QSystemSemaphore.AccessMode'),
2726    "PySide2.QtCore.QSystemSemaphore.acquire": (),
2727    "PySide2.QtCore.QSystemSemaphore.error": (),
2728    "PySide2.QtCore.QSystemSemaphore.errorString": (),
2729    "PySide2.QtCore.QSystemSemaphore.key": (),
2730    "PySide2.QtCore.QSystemSemaphore.release": ('int',),
2731    "PySide2.QtCore.QSystemSemaphore.setKey": ('str', 'int', 'PySide2.QtCore.QSystemSemaphore.AccessMode'),
2732# class PySide2.QtCore.QTemporaryDir:
2733    "PySide2.QtCore.QTemporaryDir.__init__": [(), ('str',)],
2734    "PySide2.QtCore.QTemporaryDir.autoRemove": (),
2735    "PySide2.QtCore.QTemporaryDir.errorString": (),
2736    "PySide2.QtCore.QTemporaryDir.filePath": ('str',),
2737    "PySide2.QtCore.QTemporaryDir.isValid": (),
2738    "PySide2.QtCore.QTemporaryDir.path": (),
2739    "PySide2.QtCore.QTemporaryDir.remove": (),
2740    "PySide2.QtCore.QTemporaryDir.setAutoRemove": ('bool',),
2741# class PySide2.QtCore.QTemporaryFile:
2742    "PySide2.QtCore.QTemporaryFile.__init__": [(), ('PySide2.QtCore.QObject',), ('str',), ('str', 'PySide2.QtCore.QObject')],
2743    "PySide2.QtCore.QTemporaryFile.autoRemove": (),
2744    "PySide2.QtCore.QTemporaryFile.createLocalFile": [('PySide2.QtCore.QFile',), ('str',)],
2745    "PySide2.QtCore.QTemporaryFile.createNativeFile": [('PySide2.QtCore.QFile',), ('str',)],
2746    "PySide2.QtCore.QTemporaryFile.fileName": (),
2747    "PySide2.QtCore.QTemporaryFile.fileTemplate": (),
2748    "PySide2.QtCore.QTemporaryFile.open": [(), ('PySide2.QtCore.QIODevice.OpenMode',)],
2749    "PySide2.QtCore.QTemporaryFile.rename": ('str',),
2750    "PySide2.QtCore.QTemporaryFile.setAutoRemove": ('bool',),
2751    "PySide2.QtCore.QTemporaryFile.setFileTemplate": ('str',),
2752# class PySide2.QtCore.QTextBoundaryFinder:
2753# class PySide2.QtCore.QTextBoundaryFinder.BoundaryReason:
2754# class PySide2.QtCore.QTextBoundaryFinder.BoundaryReasons:
2755# class PySide2.QtCore.QTextBoundaryFinder.BoundaryType:
2756    "PySide2.QtCore.QTextBoundaryFinder.__init__": [(), ('PySide2.QtCore.QTextBoundaryFinder',), ('PySide2.QtCore.QTextBoundaryFinder.BoundaryType', 'str')],
2757    "PySide2.QtCore.QTextBoundaryFinder.__copy__": (),
2758    "PySide2.QtCore.QTextBoundaryFinder.boundaryReasons": (),
2759    "PySide2.QtCore.QTextBoundaryFinder.isAtBoundary": (),
2760    "PySide2.QtCore.QTextBoundaryFinder.isValid": (),
2761    "PySide2.QtCore.QTextBoundaryFinder.position": (),
2762    "PySide2.QtCore.QTextBoundaryFinder.setPosition": ('int',),
2763    "PySide2.QtCore.QTextBoundaryFinder.string": (),
2764    "PySide2.QtCore.QTextBoundaryFinder.toEnd": (),
2765    "PySide2.QtCore.QTextBoundaryFinder.toNextBoundary": (),
2766    "PySide2.QtCore.QTextBoundaryFinder.toPreviousBoundary": (),
2767    "PySide2.QtCore.QTextBoundaryFinder.toStart": (),
2768    "PySide2.QtCore.QTextBoundaryFinder.type": (),
2769# class PySide2.QtCore.QTextCodec:
2770# class PySide2.QtCore.QTextCodec.ConversionFlag:
2771# class PySide2.QtCore.QTextCodec.ConversionFlags:
2772# class PySide2.QtCore.QTextCodec.ConverterState:
2773    "PySide2.QtCore.QTextCodec.ConverterState.__init__": ('PySide2.QtCore.QTextCodec.ConversionFlags',),
2774    "PySide2.QtCore.QTextCodec.__init__": (),
2775    "PySide2.QtCore.QTextCodec.aliases": (),
2776    "PySide2.QtCore.QTextCodec.availableCodecs": (),
2777    "PySide2.QtCore.QTextCodec.availableMibs": (),
2778    "PySide2.QtCore.QTextCodec.canEncode": ('str',),
2779    "PySide2.QtCore.QTextCodec.codecForHtml": [('PySide2.QtCore.QByteArray',), ('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QTextCodec')],
2780    "PySide2.QtCore.QTextCodec.codecForLocale": (),
2781    "PySide2.QtCore.QTextCodec.codecForMib": ('int',),
2782    "PySide2.QtCore.QTextCodec.codecForName": [('PySide2.QtCore.QByteArray',), ('str',)],
2783    "PySide2.QtCore.QTextCodec.codecForUtfText": [('PySide2.QtCore.QByteArray',), ('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QTextCodec')],
2784    "PySide2.QtCore.QTextCodec.convertToUnicode": ('str', 'int', 'PySide2.QtCore.QTextCodec.ConverterState'),
2785    "PySide2.QtCore.QTextCodec.fromUnicode": ('str',),
2786    "PySide2.QtCore.QTextCodec.makeDecoder": ('PySide2.QtCore.QTextCodec.ConversionFlags',),
2787    "PySide2.QtCore.QTextCodec.makeEncoder": ('PySide2.QtCore.QTextCodec.ConversionFlags',),
2788    "PySide2.QtCore.QTextCodec.mibEnum": (),
2789    "PySide2.QtCore.QTextCodec.name": (),
2790    "PySide2.QtCore.QTextCodec.setCodecForLocale": ('PySide2.QtCore.QTextCodec',),
2791    "PySide2.QtCore.QTextCodec.toUnicode": [('PySide2.QtCore.QByteArray',), ('str',), ('str', 'int', 'PySide2.QtCore.QTextCodec.ConverterState')],
2792# class PySide2.QtCore.QTextDecoder:
2793    "PySide2.QtCore.QTextDecoder.__init__": [('PySide2.QtCore.QTextCodec',), ('PySide2.QtCore.QTextCodec', 'PySide2.QtCore.QTextCodec.ConversionFlags')],
2794    "PySide2.QtCore.QTextDecoder.hasFailure": (),
2795    "PySide2.QtCore.QTextDecoder.needsMoreData": (),
2796    "PySide2.QtCore.QTextDecoder.toUnicode": ('PySide2.QtCore.QByteArray',),
2797# class PySide2.QtCore.QTextEncoder:
2798    "PySide2.QtCore.QTextEncoder.__init__": [('PySide2.QtCore.QTextCodec',), ('PySide2.QtCore.QTextCodec', 'PySide2.QtCore.QTextCodec.ConversionFlags')],
2799    "PySide2.QtCore.QTextEncoder.fromUnicode": ('str',),
2800    "PySide2.QtCore.QTextEncoder.hasFailure": (),
2801# class PySide2.QtCore.QTextStream:
2802# class PySide2.QtCore.QTextStream.FieldAlignment:
2803# class PySide2.QtCore.QTextStream.NumberFlag:
2804# class PySide2.QtCore.QTextStream.NumberFlags:
2805# class PySide2.QtCore.QTextStream.RealNumberNotation:
2806# class PySide2.QtCore.QTextStream.Status:
2807    "PySide2.QtCore.QTextStream.__init__": [(), ('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QIODevice.OpenMode'), ('PySide2.QtCore.QIODevice',)],
2808    "PySide2.QtCore.QTextStream.__lshift__": [('PySide2.QtCore.QByteArray',), ('PySide2.QtCore.QTextStreamManipulator',), ('float',), ('int',), ('str',)],
2809    "PySide2.QtCore.QTextStream.__rshift__": ('PySide2.QtCore.QByteArray',),
2810    "PySide2.QtCore.QTextStream.atEnd": (),
2811    "PySide2.QtCore.QTextStream.autoDetectUnicode": (),
2812    "PySide2.QtCore.QTextStream.codec": (),
2813    "PySide2.QtCore.QTextStream.device": (),
2814    "PySide2.QtCore.QTextStream.fieldAlignment": (),
2815    "PySide2.QtCore.QTextStream.fieldWidth": (),
2816    "PySide2.QtCore.QTextStream.flush": (),
2817    "PySide2.QtCore.QTextStream.generateByteOrderMark": (),
2818    "PySide2.QtCore.QTextStream.integerBase": (),
2819    "PySide2.QtCore.QTextStream.locale": (),
2820    "PySide2.QtCore.QTextStream.numberFlags": (),
2821    "PySide2.QtCore.QTextStream.padChar": (),
2822    "PySide2.QtCore.QTextStream.pos": (),
2823    "PySide2.QtCore.QTextStream.read": ('int',),
2824    "PySide2.QtCore.QTextStream.readAll": (),
2825    "PySide2.QtCore.QTextStream.readLine": ('int',),
2826    "PySide2.QtCore.QTextStream.realNumberNotation": (),
2827    "PySide2.QtCore.QTextStream.realNumberPrecision": (),
2828    "PySide2.QtCore.QTextStream.reset": (),
2829    "PySide2.QtCore.QTextStream.resetStatus": (),
2830    "PySide2.QtCore.QTextStream.seek": ('int',),
2831    "PySide2.QtCore.QTextStream.setAutoDetectUnicode": ('bool',),
2832    "PySide2.QtCore.QTextStream.setCodec": [('PySide2.QtCore.QTextCodec',), ('str',)],
2833    "PySide2.QtCore.QTextStream.setDevice": ('PySide2.QtCore.QIODevice',),
2834    "PySide2.QtCore.QTextStream.setFieldAlignment": ('PySide2.QtCore.QTextStream.FieldAlignment',),
2835    "PySide2.QtCore.QTextStream.setFieldWidth": ('int',),
2836    "PySide2.QtCore.QTextStream.setGenerateByteOrderMark": ('bool',),
2837    "PySide2.QtCore.QTextStream.setIntegerBase": ('int',),
2838    "PySide2.QtCore.QTextStream.setLocale": ('PySide2.QtCore.QLocale',),
2839    "PySide2.QtCore.QTextStream.setNumberFlags": ('PySide2.QtCore.QTextStream.NumberFlags',),
2840    "PySide2.QtCore.QTextStream.setPadChar": ('str',),
2841    "PySide2.QtCore.QTextStream.setRealNumberNotation": ('PySide2.QtCore.QTextStream.RealNumberNotation',),
2842    "PySide2.QtCore.QTextStream.setRealNumberPrecision": ('int',),
2843    "PySide2.QtCore.QTextStream.setStatus": ('PySide2.QtCore.QTextStream.Status',),
2844    "PySide2.QtCore.QTextStream.skipWhiteSpace": (),
2845    "PySide2.QtCore.QTextStream.status": (),
2846    "PySide2.QtCore.QTextStream.string": (),
2847# class PySide2.QtCore.QTextStreamManipulator:
2848    "PySide2.QtCore.QTextStreamManipulator.__copy__": (),
2849    "PySide2.QtCore.QTextStreamManipulator.exec_": ('PySide2.QtCore.QTextStream',),
2850# class PySide2.QtCore.QThread:
2851# class PySide2.QtCore.QThread.Priority:
2852    "PySide2.QtCore.QThread.__init__": ('PySide2.QtCore.QObject',),
2853    "PySide2.QtCore.QThread.currentThread": (),
2854    "PySide2.QtCore.QThread.event": ('PySide2.QtCore.QEvent',),
2855    "PySide2.QtCore.QThread.eventDispatcher": (),
2856    "PySide2.QtCore.QThread.exec_": (),
2857    "PySide2.QtCore.QThread.exit": ('int',),
2858    "PySide2.QtCore.QThread.idealThreadCount": (),
2859    "PySide2.QtCore.QThread.isFinished": (),
2860    "PySide2.QtCore.QThread.isInterruptionRequested": (),
2861    "PySide2.QtCore.QThread.isRunning": (),
2862    "PySide2.QtCore.QThread.loopLevel": (),
2863    "PySide2.QtCore.QThread.msleep": ('int',),
2864    "PySide2.QtCore.QThread.priority": (),
2865    "PySide2.QtCore.QThread.quit": (),
2866    "PySide2.QtCore.QThread.requestInterruption": (),
2867    "PySide2.QtCore.QThread.run": (),
2868    "PySide2.QtCore.QThread.setEventDispatcher": ('PySide2.QtCore.QAbstractEventDispatcher',),
2869    "PySide2.QtCore.QThread.setPriority": ('PySide2.QtCore.QThread.Priority',),
2870    "PySide2.QtCore.QThread.setStackSize": ('int',),
2871    "PySide2.QtCore.QThread.setTerminationEnabled": ('bool',),
2872    "PySide2.QtCore.QThread.sleep": ('int',),
2873    "PySide2.QtCore.QThread.stackSize": (),
2874    "PySide2.QtCore.QThread.start": ('PySide2.QtCore.QThread.Priority',),
2875    "PySide2.QtCore.QThread.terminate": (),
2876    "PySide2.QtCore.QThread.usleep": ('int',),
2877    "PySide2.QtCore.QThread.wait": ('int',),
2878    "PySide2.QtCore.QThread.yieldCurrentThread": (),
2879# class PySide2.QtCore.QThreadPool:
2880    "PySide2.QtCore.QThreadPool.__init__": ('PySide2.QtCore.QObject',),
2881    "PySide2.QtCore.QThreadPool.activeThreadCount": (),
2882    "PySide2.QtCore.QThreadPool.cancel": ('PySide2.QtCore.QRunnable',),
2883    "PySide2.QtCore.QThreadPool.clear": (),
2884    "PySide2.QtCore.QThreadPool.expiryTimeout": (),
2885    "PySide2.QtCore.QThreadPool.globalInstance": (),
2886    "PySide2.QtCore.QThreadPool.maxThreadCount": (),
2887    "PySide2.QtCore.QThreadPool.releaseThread": (),
2888    "PySide2.QtCore.QThreadPool.reserveThread": (),
2889    "PySide2.QtCore.QThreadPool.setExpiryTimeout": ('int',),
2890    "PySide2.QtCore.QThreadPool.setMaxThreadCount": ('int',),
2891    "PySide2.QtCore.QThreadPool.setStackSize": ('int',),
2892    "PySide2.QtCore.QThreadPool.stackSize": (),
2893    "PySide2.QtCore.QThreadPool.start": ('PySide2.QtCore.QRunnable', 'int'),
2894    "PySide2.QtCore.QThreadPool.tryStart": ('PySide2.QtCore.QRunnable',),
2895    "PySide2.QtCore.QThreadPool.tryTake": ('PySide2.QtCore.QRunnable',),
2896    "PySide2.QtCore.QThreadPool.waitForDone": ('int',),
2897# class PySide2.QtCore.QTime:
2898    "PySide2.QtCore.QTime.__init__": [(), ('PySide2.QtCore.QTime',), ('int', 'int', 'int', 'int')],
2899    "PySide2.QtCore.QTime.__copy__": (),
2900    "PySide2.QtCore.QTime.__reduce__": (),
2901    "PySide2.QtCore.QTime.__repr__": (),
2902    "PySide2.QtCore.QTime.addMSecs": ('int',),
2903    "PySide2.QtCore.QTime.addSecs": ('int',),
2904    "PySide2.QtCore.QTime.currentTime": (),
2905    "PySide2.QtCore.QTime.elapsed": (),
2906    "PySide2.QtCore.QTime.fromMSecsSinceStartOfDay": ('int',),
2907    "PySide2.QtCore.QTime.fromString": [('str', 'PySide2.QtCore.Qt.DateFormat'), ('str', 'str')],
2908    "PySide2.QtCore.QTime.hour": (),
2909    "PySide2.QtCore.QTime.isNull": (),
2910    "PySide2.QtCore.QTime.isValid": [(), ('int', 'int', 'int', 'int')],
2911    "PySide2.QtCore.QTime.minute": (),
2912    "PySide2.QtCore.QTime.msec": (),
2913    "PySide2.QtCore.QTime.msecsSinceStartOfDay": (),
2914    "PySide2.QtCore.QTime.msecsTo": ('PySide2.QtCore.QTime',),
2915    "PySide2.QtCore.QTime.restart": (),
2916    "PySide2.QtCore.QTime.second": (),
2917    "PySide2.QtCore.QTime.secsTo": ('PySide2.QtCore.QTime',),
2918    "PySide2.QtCore.QTime.setHMS": ('int', 'int', 'int', 'int'),
2919    "PySide2.QtCore.QTime.start": (),
2920    "PySide2.QtCore.QTime.toPython": (),
2921    "PySide2.QtCore.QTime.toString": [('PySide2.QtCore.Qt.DateFormat',), ('str',)],
2922# class PySide2.QtCore.QTimeLine:
2923# class PySide2.QtCore.QTimeLine.CurveShape:
2924# class PySide2.QtCore.QTimeLine.Direction:
2925# class PySide2.QtCore.QTimeLine.State:
2926    "PySide2.QtCore.QTimeLine.__init__": ('int', 'PySide2.QtCore.QObject'),
2927    "PySide2.QtCore.QTimeLine.currentFrame": (),
2928    "PySide2.QtCore.QTimeLine.currentTime": (),
2929    "PySide2.QtCore.QTimeLine.currentValue": (),
2930    "PySide2.QtCore.QTimeLine.curveShape": (),
2931    "PySide2.QtCore.QTimeLine.direction": (),
2932    "PySide2.QtCore.QTimeLine.duration": (),
2933    "PySide2.QtCore.QTimeLine.easingCurve": (),
2934    "PySide2.QtCore.QTimeLine.endFrame": (),
2935    "PySide2.QtCore.QTimeLine.frameForTime": ('int',),
2936    "PySide2.QtCore.QTimeLine.loopCount": (),
2937    "PySide2.QtCore.QTimeLine.resume": (),
2938    "PySide2.QtCore.QTimeLine.setCurrentTime": ('int',),
2939    "PySide2.QtCore.QTimeLine.setCurveShape": ('PySide2.QtCore.QTimeLine.CurveShape',),
2940    "PySide2.QtCore.QTimeLine.setDirection": ('PySide2.QtCore.QTimeLine.Direction',),
2941    "PySide2.QtCore.QTimeLine.setDuration": ('int',),
2942    "PySide2.QtCore.QTimeLine.setEasingCurve": ('PySide2.QtCore.QEasingCurve',),
2943    "PySide2.QtCore.QTimeLine.setEndFrame": ('int',),
2944    "PySide2.QtCore.QTimeLine.setFrameRange": ('int', 'int'),
2945    "PySide2.QtCore.QTimeLine.setLoopCount": ('int',),
2946    "PySide2.QtCore.QTimeLine.setPaused": ('bool',),
2947    "PySide2.QtCore.QTimeLine.setStartFrame": ('int',),
2948    "PySide2.QtCore.QTimeLine.setUpdateInterval": ('int',),
2949    "PySide2.QtCore.QTimeLine.start": (),
2950    "PySide2.QtCore.QTimeLine.startFrame": (),
2951    "PySide2.QtCore.QTimeLine.state": (),
2952    "PySide2.QtCore.QTimeLine.stop": (),
2953    "PySide2.QtCore.QTimeLine.timerEvent": ('PySide2.QtCore.QTimerEvent',),
2954    "PySide2.QtCore.QTimeLine.toggleDirection": (),
2955    "PySide2.QtCore.QTimeLine.updateInterval": (),
2956    "PySide2.QtCore.QTimeLine.valueForTime": ('int',),
2957# class PySide2.QtCore.QTimeZone:
2958# class PySide2.QtCore.QTimeZone.NameType:
2959# class PySide2.QtCore.QTimeZone.OffsetData:
2960    "PySide2.QtCore.QTimeZone.OffsetData.__init__": [(), ('PySide2.QtCore.QTimeZone.OffsetData',)],
2961    "PySide2.QtCore.QTimeZone.OffsetData.__copy__": (),
2962# class PySide2.QtCore.QTimeZone.TimeType:
2963    "PySide2.QtCore.QTimeZone.__init__": [(), ('PySide2.QtCore.QByteArray',), ('PySide2.QtCore.QByteArray', 'int', 'str', 'str', 'PySide2.QtCore.QLocale.Country', 'str'), ('PySide2.QtCore.QTimeZone',), ('int',)],
2964    "PySide2.QtCore.QTimeZone.__copy__": (),
2965    "PySide2.QtCore.QTimeZone.abbreviation": ('PySide2.QtCore.QDateTime',),
2966    "PySide2.QtCore.QTimeZone.availableTimeZoneIds": [(), ('PySide2.QtCore.QLocale.Country',), ('int',)],
2967    "PySide2.QtCore.QTimeZone.comment": (),
2968    "PySide2.QtCore.QTimeZone.country": (),
2969    "PySide2.QtCore.QTimeZone.daylightTimeOffset": ('PySide2.QtCore.QDateTime',),
2970    "PySide2.QtCore.QTimeZone.displayName": [('PySide2.QtCore.QDateTime', 'PySide2.QtCore.QTimeZone.NameType', 'PySide2.QtCore.QLocale'), ('PySide2.QtCore.QTimeZone.TimeType', 'PySide2.QtCore.QTimeZone.NameType', 'PySide2.QtCore.QLocale')],
2971    "PySide2.QtCore.QTimeZone.hasDaylightTime": (),
2972    "PySide2.QtCore.QTimeZone.hasTransitions": (),
2973    "PySide2.QtCore.QTimeZone.ianaIdToWindowsId": ('PySide2.QtCore.QByteArray',),
2974    "PySide2.QtCore.QTimeZone.id": (),
2975    "PySide2.QtCore.QTimeZone.isDaylightTime": ('PySide2.QtCore.QDateTime',),
2976    "PySide2.QtCore.QTimeZone.isTimeZoneIdAvailable": ('PySide2.QtCore.QByteArray',),
2977    "PySide2.QtCore.QTimeZone.isValid": (),
2978    "PySide2.QtCore.QTimeZone.nextTransition": ('PySide2.QtCore.QDateTime',),
2979    "PySide2.QtCore.QTimeZone.offsetData": ('PySide2.QtCore.QDateTime',),
2980    "PySide2.QtCore.QTimeZone.offsetFromUtc": ('PySide2.QtCore.QDateTime',),
2981    "PySide2.QtCore.QTimeZone.previousTransition": ('PySide2.QtCore.QDateTime',),
2982    "PySide2.QtCore.QTimeZone.standardTimeOffset": ('PySide2.QtCore.QDateTime',),
2983    "PySide2.QtCore.QTimeZone.swap": ('PySide2.QtCore.QTimeZone',),
2984    "PySide2.QtCore.QTimeZone.systemTimeZone": (),
2985    "PySide2.QtCore.QTimeZone.systemTimeZoneId": (),
2986    "PySide2.QtCore.QTimeZone.transitions": ('PySide2.QtCore.QDateTime', 'PySide2.QtCore.QDateTime'),
2987    "PySide2.QtCore.QTimeZone.utc": (),
2988    "PySide2.QtCore.QTimeZone.windowsIdToDefaultIanaId": [('PySide2.QtCore.QByteArray',), ('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QLocale.Country')],
2989    "PySide2.QtCore.QTimeZone.windowsIdToIanaIds": [('PySide2.QtCore.QByteArray',), ('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QLocale.Country')],
2990# class PySide2.QtCore.QTimer:
2991    "PySide2.QtCore.QTimer.__init__": ('PySide2.QtCore.QObject',),
2992    "PySide2.QtCore.QTimer.interval": (),
2993    "PySide2.QtCore.QTimer.isActive": (),
2994    "PySide2.QtCore.QTimer.isSingleShot": (),
2995    "PySide2.QtCore.QTimer.killTimer": ('int',),
2996    "PySide2.QtCore.QTimer.remainingTime": (),
2997    "PySide2.QtCore.QTimer.setInterval": ('int',),
2998    "PySide2.QtCore.QTimer.setSingleShot": ('bool',),
2999    "PySide2.QtCore.QTimer.setTimerType": ('PySide2.QtCore.Qt.TimerType',),
3000    "PySide2.QtCore.QTimer.singleShot": [('int', 'PySide2.QtCore.QObject', 'str'), ('int', 'PySide2.QtCore.Qt.TimerType', 'PySide2.QtCore.QObject', 'str'), ('int', 'typing.Callable')],
3001    "PySide2.QtCore.QTimer.start": [(), ('int',)],
3002    "PySide2.QtCore.QTimer.stop": (),
3003    "PySide2.QtCore.QTimer.timerEvent": ('PySide2.QtCore.QTimerEvent',),
3004    "PySide2.QtCore.QTimer.timerId": (),
3005    "PySide2.QtCore.QTimer.timerType": (),
3006# class PySide2.QtCore.QTimerEvent:
3007    "PySide2.QtCore.QTimerEvent.__init__": ('int',),
3008    "PySide2.QtCore.QTimerEvent.timerId": (),
3009# class PySide2.QtCore.QTranslator:
3010    "PySide2.QtCore.QTranslator.__init__": ('PySide2.QtCore.QObject',),
3011    "PySide2.QtCore.QTranslator.isEmpty": (),
3012    "PySide2.QtCore.QTranslator.load": [('PySide2.QtCore.QLocale', 'str', 'str', 'str', 'str'), ('str', 'int', 'str'), ('str', 'str', 'str', 'str')],
3013    "PySide2.QtCore.QTranslator.translate": ('str', 'str', 'str', 'int'),
3014# class PySide2.QtCore.QTransposeProxyModel:
3015    "PySide2.QtCore.QTransposeProxyModel.__init__": ('PySide2.QtCore.QObject',),
3016    "PySide2.QtCore.QTransposeProxyModel.columnCount": ('PySide2.QtCore.QModelIndex',),
3017    "PySide2.QtCore.QTransposeProxyModel.headerData": ('int', 'PySide2.QtCore.Qt.Orientation', 'int'),
3018    "PySide2.QtCore.QTransposeProxyModel.index": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
3019    "PySide2.QtCore.QTransposeProxyModel.insertColumns": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
3020    "PySide2.QtCore.QTransposeProxyModel.insertRows": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
3021    "PySide2.QtCore.QTransposeProxyModel.itemData": ('PySide2.QtCore.QModelIndex',),
3022    "PySide2.QtCore.QTransposeProxyModel.mapFromSource": ('PySide2.QtCore.QModelIndex',),
3023    "PySide2.QtCore.QTransposeProxyModel.mapToSource": ('PySide2.QtCore.QModelIndex',),
3024    "PySide2.QtCore.QTransposeProxyModel.moveColumns": ('PySide2.QtCore.QModelIndex', 'int', 'int', 'PySide2.QtCore.QModelIndex', 'int'),
3025    "PySide2.QtCore.QTransposeProxyModel.moveRows": ('PySide2.QtCore.QModelIndex', 'int', 'int', 'PySide2.QtCore.QModelIndex', 'int'),
3026    "PySide2.QtCore.QTransposeProxyModel.parent": [(), ('PySide2.QtCore.QModelIndex',)],
3027    "PySide2.QtCore.QTransposeProxyModel.removeColumns": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
3028    "PySide2.QtCore.QTransposeProxyModel.removeRows": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
3029    "PySide2.QtCore.QTransposeProxyModel.rowCount": ('PySide2.QtCore.QModelIndex',),
3030    "PySide2.QtCore.QTransposeProxyModel.setHeaderData": ('int', 'PySide2.QtCore.Qt.Orientation', 'typing.Any', 'int'),
3031    "PySide2.QtCore.QTransposeProxyModel.setItemData": ('PySide2.QtCore.QModelIndex', 'typing.Dict[int, typing.Any]'),
3032    "PySide2.QtCore.QTransposeProxyModel.setSourceModel": ('PySide2.QtCore.QAbstractItemModel',),
3033    "PySide2.QtCore.QTransposeProxyModel.sort": ('int', 'PySide2.QtCore.Qt.SortOrder'),
3034    "PySide2.QtCore.QTransposeProxyModel.span": ('PySide2.QtCore.QModelIndex',),
3035# class PySide2.QtCore.QUrl:
3036# class PySide2.QtCore.QUrl.ComponentFormattingOption:
3037# class PySide2.QtCore.QUrl.FormattingOptions:
3038# class PySide2.QtCore.QUrl.ParsingMode:
3039# class PySide2.QtCore.QUrl.UrlFormattingOption:
3040# class PySide2.QtCore.QUrl.UserInputResolutionOption:
3041# class PySide2.QtCore.QUrl.UserInputResolutionOptions:
3042    "PySide2.QtCore.QUrl.__init__": [(), ('PySide2.QtCore.QUrl',), ('str', 'PySide2.QtCore.QUrl.ParsingMode')],
3043    "PySide2.QtCore.QUrl.__copy__": (),
3044    "PySide2.QtCore.QUrl.__reduce__": (),
3045    "PySide2.QtCore.QUrl.__repr__": (),
3046    "PySide2.QtCore.QUrl.adjusted": ('PySide2.QtCore.QUrl.FormattingOptions',),
3047    "PySide2.QtCore.QUrl.authority": ('PySide2.QtCore.QUrl.ComponentFormattingOption',),
3048    "PySide2.QtCore.QUrl.clear": (),
3049    "PySide2.QtCore.QUrl.errorString": (),
3050    "PySide2.QtCore.QUrl.fileName": ('PySide2.QtCore.QUrl.ComponentFormattingOption',),
3051    "PySide2.QtCore.QUrl.fragment": ('PySide2.QtCore.QUrl.ComponentFormattingOption',),
3052    "PySide2.QtCore.QUrl.fromAce": ('PySide2.QtCore.QByteArray',),
3053    "PySide2.QtCore.QUrl.fromEncoded": ('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QUrl.ParsingMode'),
3054    "PySide2.QtCore.QUrl.fromLocalFile": ('str',),
3055    "PySide2.QtCore.QUrl.fromPercentEncoding": ('PySide2.QtCore.QByteArray',),
3056    "PySide2.QtCore.QUrl.fromStringList": ('typing.Sequence[str]', 'PySide2.QtCore.QUrl.ParsingMode'),
3057    "PySide2.QtCore.QUrl.fromUserInput": [('str',), ('str', 'str', 'PySide2.QtCore.QUrl.UserInputResolutionOptions')],
3058    "PySide2.QtCore.QUrl.hasFragment": (),
3059    "PySide2.QtCore.QUrl.hasQuery": (),
3060    "PySide2.QtCore.QUrl.host": ('PySide2.QtCore.QUrl.ComponentFormattingOption',),
3061    "PySide2.QtCore.QUrl.idnWhitelist": (),
3062    "PySide2.QtCore.QUrl.isEmpty": (),
3063    "PySide2.QtCore.QUrl.isLocalFile": (),
3064    "PySide2.QtCore.QUrl.isParentOf": ('PySide2.QtCore.QUrl',),
3065    "PySide2.QtCore.QUrl.isRelative": (),
3066    "PySide2.QtCore.QUrl.isValid": (),
3067    "PySide2.QtCore.QUrl.matches": ('PySide2.QtCore.QUrl', 'PySide2.QtCore.QUrl.FormattingOptions'),
3068    "PySide2.QtCore.QUrl.password": ('PySide2.QtCore.QUrl.ComponentFormattingOption',),
3069    "PySide2.QtCore.QUrl.path": ('PySide2.QtCore.QUrl.ComponentFormattingOption',),
3070    "PySide2.QtCore.QUrl.port": ('int',),
3071    "PySide2.QtCore.QUrl.query": ('PySide2.QtCore.QUrl.ComponentFormattingOption',),
3072    "PySide2.QtCore.QUrl.resolved": ('PySide2.QtCore.QUrl',),
3073    "PySide2.QtCore.QUrl.scheme": (),
3074    "PySide2.QtCore.QUrl.setAuthority": ('str', 'PySide2.QtCore.QUrl.ParsingMode'),
3075    "PySide2.QtCore.QUrl.setFragment": ('str', 'PySide2.QtCore.QUrl.ParsingMode'),
3076    "PySide2.QtCore.QUrl.setHost": ('str', 'PySide2.QtCore.QUrl.ParsingMode'),
3077    "PySide2.QtCore.QUrl.setIdnWhitelist": ('typing.Sequence[str]',),
3078    "PySide2.QtCore.QUrl.setPassword": ('str', 'PySide2.QtCore.QUrl.ParsingMode'),
3079    "PySide2.QtCore.QUrl.setPath": ('str', 'PySide2.QtCore.QUrl.ParsingMode'),
3080    "PySide2.QtCore.QUrl.setPort": ('int',),
3081    "PySide2.QtCore.QUrl.setQuery": [('PySide2.QtCore.QUrlQuery',), ('str', 'PySide2.QtCore.QUrl.ParsingMode')],
3082    "PySide2.QtCore.QUrl.setScheme": ('str',),
3083    "PySide2.QtCore.QUrl.setUrl": ('str', 'PySide2.QtCore.QUrl.ParsingMode'),
3084    "PySide2.QtCore.QUrl.setUserInfo": ('str', 'PySide2.QtCore.QUrl.ParsingMode'),
3085    "PySide2.QtCore.QUrl.setUserName": ('str', 'PySide2.QtCore.QUrl.ParsingMode'),
3086    "PySide2.QtCore.QUrl.swap": ('PySide2.QtCore.QUrl',),
3087    "PySide2.QtCore.QUrl.toAce": ('str',),
3088    "PySide2.QtCore.QUrl.toDisplayString": ('PySide2.QtCore.QUrl.FormattingOptions',),
3089    "PySide2.QtCore.QUrl.toEncoded": ('PySide2.QtCore.QUrl.FormattingOptions',),
3090    "PySide2.QtCore.QUrl.toLocalFile": (),
3091    "PySide2.QtCore.QUrl.toPercentEncoding": ('str', 'PySide2.QtCore.QByteArray', 'PySide2.QtCore.QByteArray'),
3092    "PySide2.QtCore.QUrl.toString": ('PySide2.QtCore.QUrl.FormattingOptions',),
3093    "PySide2.QtCore.QUrl.toStringList": ('typing.Sequence[PySide2.QtCore.QUrl]', 'PySide2.QtCore.QUrl.FormattingOptions'),
3094    "PySide2.QtCore.QUrl.topLevelDomain": ('PySide2.QtCore.QUrl.ComponentFormattingOption',),
3095    "PySide2.QtCore.QUrl.url": ('PySide2.QtCore.QUrl.FormattingOptions',),
3096    "PySide2.QtCore.QUrl.userInfo": ('PySide2.QtCore.QUrl.ComponentFormattingOption',),
3097    "PySide2.QtCore.QUrl.userName": ('PySide2.QtCore.QUrl.ComponentFormattingOption',),
3098# class PySide2.QtCore.QUrlQuery:
3099    "PySide2.QtCore.QUrlQuery.__init__": [(), ('PySide2.QtCore.QUrl',), ('PySide2.QtCore.QUrlQuery',), ('str',)],
3100    "PySide2.QtCore.QUrlQuery.__copy__": (),
3101    "PySide2.QtCore.QUrlQuery.addQueryItem": ('str', 'str'),
3102    "PySide2.QtCore.QUrlQuery.allQueryItemValues": ('str', 'PySide2.QtCore.QUrl.ComponentFormattingOption'),
3103    "PySide2.QtCore.QUrlQuery.clear": (),
3104    "PySide2.QtCore.QUrlQuery.defaultQueryPairDelimiter": (),
3105    "PySide2.QtCore.QUrlQuery.defaultQueryValueDelimiter": (),
3106    "PySide2.QtCore.QUrlQuery.hasQueryItem": ('str',),
3107    "PySide2.QtCore.QUrlQuery.isEmpty": (),
3108    "PySide2.QtCore.QUrlQuery.query": ('PySide2.QtCore.QUrl.ComponentFormattingOption',),
3109    "PySide2.QtCore.QUrlQuery.queryItemValue": ('str', 'PySide2.QtCore.QUrl.ComponentFormattingOption'),
3110    "PySide2.QtCore.QUrlQuery.queryItems": ('PySide2.QtCore.QUrl.ComponentFormattingOption',),
3111    "PySide2.QtCore.QUrlQuery.queryPairDelimiter": (),
3112    "PySide2.QtCore.QUrlQuery.queryValueDelimiter": (),
3113    "PySide2.QtCore.QUrlQuery.removeAllQueryItems": ('str',),
3114    "PySide2.QtCore.QUrlQuery.removeQueryItem": ('str',),
3115    "PySide2.QtCore.QUrlQuery.setQuery": ('str',),
3116    "PySide2.QtCore.QUrlQuery.setQueryDelimiters": ('str', 'str'),
3117    "PySide2.QtCore.QUrlQuery.setQueryItems": ('typing.Sequence[typing.Tuple]',),
3118    "PySide2.QtCore.QUrlQuery.swap": ('PySide2.QtCore.QUrlQuery',),
3119    "PySide2.QtCore.QUrlQuery.toString": ('PySide2.QtCore.QUrl.ComponentFormattingOption',),
3120# class PySide2.QtCore.QUuid:
3121# class PySide2.QtCore.QUuid.StringFormat:
3122# class PySide2.QtCore.QUuid.Variant:
3123# class PySide2.QtCore.QUuid.Version:
3124    "PySide2.QtCore.QUuid.__init__": [(), ('PySide2.QtCore.QByteArray',), ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'), ('str',)],
3125    "PySide2.QtCore.QUuid.__copy__": (),
3126    "PySide2.QtCore.QUuid.__reduce__": (),
3127    "PySide2.QtCore.QUuid.__repr__": (),
3128    "PySide2.QtCore.QUuid.createUuid": (),
3129    "PySide2.QtCore.QUuid.createUuidV3": [('PySide2.QtCore.QUuid', 'PySide2.QtCore.QByteArray'), ('PySide2.QtCore.QUuid', 'str')],
3130    "PySide2.QtCore.QUuid.createUuidV5": [('PySide2.QtCore.QUuid', 'PySide2.QtCore.QByteArray'), ('PySide2.QtCore.QUuid', 'str')],
3131    "PySide2.QtCore.QUuid.fromRfc4122": ('PySide2.QtCore.QByteArray',),
3132    "PySide2.QtCore.QUuid.isNull": (),
3133    "PySide2.QtCore.QUuid.toByteArray": [(), ('PySide2.QtCore.QUuid.StringFormat',)],
3134    "PySide2.QtCore.QUuid.toRfc4122": (),
3135    "PySide2.QtCore.QUuid.toString": [(), ('PySide2.QtCore.QUuid.StringFormat',)],
3136    "PySide2.QtCore.QUuid.variant": (),
3137    "PySide2.QtCore.QUuid.version": (),
3138# class PySide2.QtCore.QVariantAnimation:
3139    "PySide2.QtCore.QVariantAnimation.__init__": ('PySide2.QtCore.QObject',),
3140    "PySide2.QtCore.QVariantAnimation.currentValue": (),
3141    "PySide2.QtCore.QVariantAnimation.duration": (),
3142    "PySide2.QtCore.QVariantAnimation.easingCurve": (),
3143    "PySide2.QtCore.QVariantAnimation.endValue": (),
3144    "PySide2.QtCore.QVariantAnimation.event": ('PySide2.QtCore.QEvent',),
3145    "PySide2.QtCore.QVariantAnimation.interpolated": ('typing.Any', 'typing.Any', 'float'),
3146    "PySide2.QtCore.QVariantAnimation.keyValueAt": ('float',),
3147    "PySide2.QtCore.QVariantAnimation.keyValues": (),
3148    "PySide2.QtCore.QVariantAnimation.setDuration": ('int',),
3149    "PySide2.QtCore.QVariantAnimation.setEasingCurve": ('PySide2.QtCore.QEasingCurve',),
3150    "PySide2.QtCore.QVariantAnimation.setEndValue": ('typing.Any',),
3151    "PySide2.QtCore.QVariantAnimation.setKeyValueAt": ('float', 'typing.Any'),
3152    "PySide2.QtCore.QVariantAnimation.setKeyValues": ('typing.List[typing.Tuple]',),
3153    "PySide2.QtCore.QVariantAnimation.setStartValue": ('typing.Any',),
3154    "PySide2.QtCore.QVariantAnimation.startValue": (),
3155    "PySide2.QtCore.QVariantAnimation.updateCurrentTime": ('int',),
3156    "PySide2.QtCore.QVariantAnimation.updateCurrentValue": ('typing.Any',),
3157    "PySide2.QtCore.QVariantAnimation.updateState": ('PySide2.QtCore.QAbstractAnimation.State', 'PySide2.QtCore.QAbstractAnimation.State'),
3158# class PySide2.QtCore.QVersionNumber:
3159    "PySide2.QtCore.QVersionNumber.__init__": [(), ('int',), ('int', 'int'), ('int', 'int', 'int'), ('typing.List[int]',)],
3160    "PySide2.QtCore.QVersionNumber.__copy__": (),
3161    "PySide2.QtCore.QVersionNumber.commonPrefix": ('PySide2.QtCore.QVersionNumber', 'PySide2.QtCore.QVersionNumber'),
3162    "PySide2.QtCore.QVersionNumber.compare": ('PySide2.QtCore.QVersionNumber', 'PySide2.QtCore.QVersionNumber'),
3163    "PySide2.QtCore.QVersionNumber.fromString": ('str',),
3164    "PySide2.QtCore.QVersionNumber.isNormalized": (),
3165    "PySide2.QtCore.QVersionNumber.isNull": (),
3166    "PySide2.QtCore.QVersionNumber.isPrefixOf": ('PySide2.QtCore.QVersionNumber',),
3167    "PySide2.QtCore.QVersionNumber.majorVersion": (),
3168    "PySide2.QtCore.QVersionNumber.microVersion": (),
3169    "PySide2.QtCore.QVersionNumber.minorVersion": (),
3170    "PySide2.QtCore.QVersionNumber.normalized": (),
3171    "PySide2.QtCore.QVersionNumber.segmentAt": ('int',),
3172    "PySide2.QtCore.QVersionNumber.segmentCount": (),
3173    "PySide2.QtCore.QVersionNumber.segments": (),
3174    "PySide2.QtCore.QVersionNumber.toString": (),
3175# class PySide2.QtCore.QWaitCondition:
3176    "PySide2.QtCore.QWaitCondition.__init__": (),
3177    "PySide2.QtCore.QWaitCondition.notify_all": (),
3178    "PySide2.QtCore.QWaitCondition.notify_one": (),
3179    "PySide2.QtCore.QWaitCondition.wait": [('PySide2.QtCore.QMutex', 'PySide2.QtCore.QDeadlineTimer'), ('PySide2.QtCore.QMutex', 'int'), ('PySide2.QtCore.QReadWriteLock', 'PySide2.QtCore.QDeadlineTimer'), ('PySide2.QtCore.QReadWriteLock', 'int')],
3180    "PySide2.QtCore.QWaitCondition.wakeAll": (),
3181    "PySide2.QtCore.QWaitCondition.wakeOne": (),
3182# class PySide2.QtCore.QWriteLocker:
3183    "PySide2.QtCore.QWriteLocker.__init__": ('PySide2.QtCore.QReadWriteLock',),
3184    "PySide2.QtCore.QWriteLocker.__enter__": (),
3185    "PySide2.QtCore.QWriteLocker.__exit__": ('object', 'object', 'object'),
3186    "PySide2.QtCore.QWriteLocker.readWriteLock": (),
3187    "PySide2.QtCore.QWriteLocker.relock": (),
3188    "PySide2.QtCore.QWriteLocker.unlock": (),
3189# class PySide2.QtCore.QXmlStreamAttribute:
3190    "PySide2.QtCore.QXmlStreamAttribute.__init__": [(), ('PySide2.QtCore.QXmlStreamAttribute',), ('str', 'str'), ('str', 'str', 'str')],
3191    "PySide2.QtCore.QXmlStreamAttribute.__copy__": (),
3192    "PySide2.QtCore.QXmlStreamAttribute.isDefault": (),
3193    "PySide2.QtCore.QXmlStreamAttribute.name": (),
3194    "PySide2.QtCore.QXmlStreamAttribute.namespaceUri": (),
3195    "PySide2.QtCore.QXmlStreamAttribute.prefix": (),
3196    "PySide2.QtCore.QXmlStreamAttribute.qualifiedName": (),
3197    "PySide2.QtCore.QXmlStreamAttribute.value": (),
3198# class PySide2.QtCore.QXmlStreamAttributes:
3199    "PySide2.QtCore.QXmlStreamAttributes.__init__": [(), ('PySide2.QtCore.QXmlStreamAttributes',)],
3200    "PySide2.QtCore.QXmlStreamAttributes.__add__": ('typing.List[PySide2.QtCore.QXmlStreamAttribute]',),
3201    "PySide2.QtCore.QXmlStreamAttributes.__copy__": (),
3202    "PySide2.QtCore.QXmlStreamAttributes.__iadd__": ('PySide2.QtCore.QXmlStreamAttribute',),
3203    "PySide2.QtCore.QXmlStreamAttributes.__lshift__": [('PySide2.QtCore.QXmlStreamAttribute',), ('typing.List[PySide2.QtCore.QXmlStreamAttribute]',)],
3204    "PySide2.QtCore.QXmlStreamAttributes.append": [('str', 'str'), ('str', 'str', 'str')],
3205    "PySide2.QtCore.QXmlStreamAttributes.at": ('int',),
3206    "PySide2.QtCore.QXmlStreamAttributes.back": (),
3207    "PySide2.QtCore.QXmlStreamAttributes.capacity": (),
3208    "PySide2.QtCore.QXmlStreamAttributes.clear": (),
3209    "PySide2.QtCore.QXmlStreamAttributes.constData": (),
3210    "PySide2.QtCore.QXmlStreamAttributes.constFirst": (),
3211    "PySide2.QtCore.QXmlStreamAttributes.constLast": (),
3212    "PySide2.QtCore.QXmlStreamAttributes.contains": ('PySide2.QtCore.QXmlStreamAttribute',),
3213    "PySide2.QtCore.QXmlStreamAttributes.count": [(), ('PySide2.QtCore.QXmlStreamAttribute',)],
3214    "PySide2.QtCore.QXmlStreamAttributes.data": (),
3215    "PySide2.QtCore.QXmlStreamAttributes.empty": (),
3216    "PySide2.QtCore.QXmlStreamAttributes.endsWith": ('PySide2.QtCore.QXmlStreamAttribute',),
3217    "PySide2.QtCore.QXmlStreamAttributes.fill": ('PySide2.QtCore.QXmlStreamAttribute', 'int'),
3218    "PySide2.QtCore.QXmlStreamAttributes.first": (),
3219    "PySide2.QtCore.QXmlStreamAttributes.front": (),
3220    "PySide2.QtCore.QXmlStreamAttributes.hasAttribute": [('str',), ('str', 'str')],
3221    "PySide2.QtCore.QXmlStreamAttributes.indexOf": ('PySide2.QtCore.QXmlStreamAttribute', 'int'),
3222    "PySide2.QtCore.QXmlStreamAttributes.insert": [('int', 'PySide2.QtCore.QXmlStreamAttribute'), ('int', 'int', 'PySide2.QtCore.QXmlStreamAttribute')],
3223    "PySide2.QtCore.QXmlStreamAttributes.isEmpty": (),
3224    "PySide2.QtCore.QXmlStreamAttributes.isSharedWith": ('typing.List[PySide2.QtCore.QXmlStreamAttribute]',),
3225    "PySide2.QtCore.QXmlStreamAttributes.last": (),
3226    "PySide2.QtCore.QXmlStreamAttributes.lastIndexOf": ('PySide2.QtCore.QXmlStreamAttribute', 'int'),
3227    "PySide2.QtCore.QXmlStreamAttributes.length": (),
3228    "PySide2.QtCore.QXmlStreamAttributes.mid": ('int', 'int'),
3229    "PySide2.QtCore.QXmlStreamAttributes.move": ('int', 'int'),
3230    "PySide2.QtCore.QXmlStreamAttributes.prepend": ('PySide2.QtCore.QXmlStreamAttribute',),
3231    "PySide2.QtCore.QXmlStreamAttributes.remove": [('int',), ('int', 'int')],
3232    "PySide2.QtCore.QXmlStreamAttributes.removeAll": ('PySide2.QtCore.QXmlStreamAttribute',),
3233    "PySide2.QtCore.QXmlStreamAttributes.removeAt": ('int',),
3234    "PySide2.QtCore.QXmlStreamAttributes.removeFirst": (),
3235    "PySide2.QtCore.QXmlStreamAttributes.removeLast": (),
3236    "PySide2.QtCore.QXmlStreamAttributes.removeOne": ('PySide2.QtCore.QXmlStreamAttribute',),
3237    "PySide2.QtCore.QXmlStreamAttributes.replace": ('int', 'PySide2.QtCore.QXmlStreamAttribute'),
3238    "PySide2.QtCore.QXmlStreamAttributes.reserve": ('int',),
3239    "PySide2.QtCore.QXmlStreamAttributes.resize": ('int',),
3240    "PySide2.QtCore.QXmlStreamAttributes.setSharable": ('bool',),
3241    "PySide2.QtCore.QXmlStreamAttributes.shrink_to_fit": (),
3242    "PySide2.QtCore.QXmlStreamAttributes.size": (),
3243    "PySide2.QtCore.QXmlStreamAttributes.squeeze": (),
3244    "PySide2.QtCore.QXmlStreamAttributes.startsWith": ('PySide2.QtCore.QXmlStreamAttribute',),
3245    "PySide2.QtCore.QXmlStreamAttributes.swap": ('typing.List[PySide2.QtCore.QXmlStreamAttribute]',),
3246    "PySide2.QtCore.QXmlStreamAttributes.swapItemsAt": ('int', 'int'),
3247    "PySide2.QtCore.QXmlStreamAttributes.takeAt": ('int',),
3248    "PySide2.QtCore.QXmlStreamAttributes.takeFirst": (),
3249    "PySide2.QtCore.QXmlStreamAttributes.takeLast": (),
3250    "PySide2.QtCore.QXmlStreamAttributes.value": [('str',), ('str', 'str')],
3251# class PySide2.QtCore.QXmlStreamEntityDeclaration:
3252    "PySide2.QtCore.QXmlStreamEntityDeclaration.__init__": [(), ('PySide2.QtCore.QXmlStreamEntityDeclaration',)],
3253    "PySide2.QtCore.QXmlStreamEntityDeclaration.__copy__": (),
3254    "PySide2.QtCore.QXmlStreamEntityDeclaration.name": (),
3255    "PySide2.QtCore.QXmlStreamEntityDeclaration.notationName": (),
3256    "PySide2.QtCore.QXmlStreamEntityDeclaration.publicId": (),
3257    "PySide2.QtCore.QXmlStreamEntityDeclaration.systemId": (),
3258    "PySide2.QtCore.QXmlStreamEntityDeclaration.value": (),
3259# class PySide2.QtCore.QXmlStreamEntityResolver:
3260    "PySide2.QtCore.QXmlStreamEntityResolver.__init__": (),
3261    "PySide2.QtCore.QXmlStreamEntityResolver.resolveEntity": ('str', 'str'),
3262    "PySide2.QtCore.QXmlStreamEntityResolver.resolveUndeclaredEntity": ('str',),
3263# class PySide2.QtCore.QXmlStreamNamespaceDeclaration:
3264    "PySide2.QtCore.QXmlStreamNamespaceDeclaration.__init__": [(), ('PySide2.QtCore.QXmlStreamNamespaceDeclaration',), ('str', 'str')],
3265    "PySide2.QtCore.QXmlStreamNamespaceDeclaration.__copy__": (),
3266    "PySide2.QtCore.QXmlStreamNamespaceDeclaration.namespaceUri": (),
3267    "PySide2.QtCore.QXmlStreamNamespaceDeclaration.prefix": (),
3268# class PySide2.QtCore.QXmlStreamNotationDeclaration:
3269    "PySide2.QtCore.QXmlStreamNotationDeclaration.__init__": [(), ('PySide2.QtCore.QXmlStreamNotationDeclaration',)],
3270    "PySide2.QtCore.QXmlStreamNotationDeclaration.__copy__": (),
3271    "PySide2.QtCore.QXmlStreamNotationDeclaration.name": (),
3272    "PySide2.QtCore.QXmlStreamNotationDeclaration.publicId": (),
3273    "PySide2.QtCore.QXmlStreamNotationDeclaration.systemId": (),
3274# class PySide2.QtCore.QXmlStreamReader:
3275# class PySide2.QtCore.QXmlStreamReader.Error:
3276# class PySide2.QtCore.QXmlStreamReader.ReadElementTextBehaviour:
3277# class PySide2.QtCore.QXmlStreamReader.TokenType:
3278    "PySide2.QtCore.QXmlStreamReader.__init__": [(), ('PySide2.QtCore.QByteArray',), ('PySide2.QtCore.QIODevice',), ('str',)],
3279    "PySide2.QtCore.QXmlStreamReader.addData": [('PySide2.QtCore.QByteArray',), ('str',)],
3280    "PySide2.QtCore.QXmlStreamReader.addExtraNamespaceDeclaration": ('PySide2.QtCore.QXmlStreamNamespaceDeclaration',),
3281    "PySide2.QtCore.QXmlStreamReader.addExtraNamespaceDeclarations": ('typing.List[PySide2.QtCore.QXmlStreamNamespaceDeclaration]',),
3282    "PySide2.QtCore.QXmlStreamReader.atEnd": (),
3283    "PySide2.QtCore.QXmlStreamReader.attributes": (),
3284    "PySide2.QtCore.QXmlStreamReader.characterOffset": (),
3285    "PySide2.QtCore.QXmlStreamReader.clear": (),
3286    "PySide2.QtCore.QXmlStreamReader.columnNumber": (),
3287    "PySide2.QtCore.QXmlStreamReader.device": (),
3288    "PySide2.QtCore.QXmlStreamReader.documentEncoding": (),
3289    "PySide2.QtCore.QXmlStreamReader.documentVersion": (),
3290    "PySide2.QtCore.QXmlStreamReader.dtdName": (),
3291    "PySide2.QtCore.QXmlStreamReader.dtdPublicId": (),
3292    "PySide2.QtCore.QXmlStreamReader.dtdSystemId": (),
3293    "PySide2.QtCore.QXmlStreamReader.entityDeclarations": (),
3294    "PySide2.QtCore.QXmlStreamReader.entityResolver": (),
3295    "PySide2.QtCore.QXmlStreamReader.error": (),
3296    "PySide2.QtCore.QXmlStreamReader.errorString": (),
3297    "PySide2.QtCore.QXmlStreamReader.hasError": (),
3298    "PySide2.QtCore.QXmlStreamReader.isCDATA": (),
3299    "PySide2.QtCore.QXmlStreamReader.isCharacters": (),
3300    "PySide2.QtCore.QXmlStreamReader.isComment": (),
3301    "PySide2.QtCore.QXmlStreamReader.isDTD": (),
3302    "PySide2.QtCore.QXmlStreamReader.isEndDocument": (),
3303    "PySide2.QtCore.QXmlStreamReader.isEndElement": (),
3304    "PySide2.QtCore.QXmlStreamReader.isEntityReference": (),
3305    "PySide2.QtCore.QXmlStreamReader.isProcessingInstruction": (),
3306    "PySide2.QtCore.QXmlStreamReader.isStandaloneDocument": (),
3307    "PySide2.QtCore.QXmlStreamReader.isStartDocument": (),
3308    "PySide2.QtCore.QXmlStreamReader.isStartElement": (),
3309    "PySide2.QtCore.QXmlStreamReader.isWhitespace": (),
3310    "PySide2.QtCore.QXmlStreamReader.lineNumber": (),
3311    "PySide2.QtCore.QXmlStreamReader.name": (),
3312    "PySide2.QtCore.QXmlStreamReader.namespaceDeclarations": (),
3313    "PySide2.QtCore.QXmlStreamReader.namespaceProcessing": (),
3314    "PySide2.QtCore.QXmlStreamReader.namespaceUri": (),
3315    "PySide2.QtCore.QXmlStreamReader.notationDeclarations": (),
3316    "PySide2.QtCore.QXmlStreamReader.prefix": (),
3317    "PySide2.QtCore.QXmlStreamReader.processingInstructionData": (),
3318    "PySide2.QtCore.QXmlStreamReader.processingInstructionTarget": (),
3319    "PySide2.QtCore.QXmlStreamReader.qualifiedName": (),
3320    "PySide2.QtCore.QXmlStreamReader.raiseError": ('str',),
3321    "PySide2.QtCore.QXmlStreamReader.readElementText": ('PySide2.QtCore.QXmlStreamReader.ReadElementTextBehaviour',),
3322    "PySide2.QtCore.QXmlStreamReader.readNext": (),
3323    "PySide2.QtCore.QXmlStreamReader.readNextStartElement": (),
3324    "PySide2.QtCore.QXmlStreamReader.setDevice": ('PySide2.QtCore.QIODevice',),
3325    "PySide2.QtCore.QXmlStreamReader.setEntityResolver": ('PySide2.QtCore.QXmlStreamEntityResolver',),
3326    "PySide2.QtCore.QXmlStreamReader.setNamespaceProcessing": ('bool',),
3327    "PySide2.QtCore.QXmlStreamReader.skipCurrentElement": (),
3328    "PySide2.QtCore.QXmlStreamReader.text": (),
3329    "PySide2.QtCore.QXmlStreamReader.tokenString": (),
3330    "PySide2.QtCore.QXmlStreamReader.tokenType": (),
3331# class PySide2.QtCore.QXmlStreamWriter:
3332    "PySide2.QtCore.QXmlStreamWriter.__init__": [(), ('PySide2.QtCore.QByteArray',), ('PySide2.QtCore.QIODevice',)],
3333    "PySide2.QtCore.QXmlStreamWriter.autoFormatting": (),
3334    "PySide2.QtCore.QXmlStreamWriter.autoFormattingIndent": (),
3335    "PySide2.QtCore.QXmlStreamWriter.codec": (),
3336    "PySide2.QtCore.QXmlStreamWriter.device": (),
3337    "PySide2.QtCore.QXmlStreamWriter.hasError": (),
3338    "PySide2.QtCore.QXmlStreamWriter.setAutoFormatting": ('bool',),
3339    "PySide2.QtCore.QXmlStreamWriter.setAutoFormattingIndent": ('int',),
3340    "PySide2.QtCore.QXmlStreamWriter.setCodec": [('PySide2.QtCore.QTextCodec',), ('str',)],
3341    "PySide2.QtCore.QXmlStreamWriter.setDevice": ('PySide2.QtCore.QIODevice',),
3342    "PySide2.QtCore.QXmlStreamWriter.writeAttribute": [('PySide2.QtCore.QXmlStreamAttribute',), ('str', 'str'), ('str', 'str', 'str')],
3343    "PySide2.QtCore.QXmlStreamWriter.writeAttributes": ('PySide2.QtCore.QXmlStreamAttributes',),
3344    "PySide2.QtCore.QXmlStreamWriter.writeCDATA": ('str',),
3345    "PySide2.QtCore.QXmlStreamWriter.writeCharacters": ('str',),
3346    "PySide2.QtCore.QXmlStreamWriter.writeComment": ('str',),
3347    "PySide2.QtCore.QXmlStreamWriter.writeCurrentToken": ('PySide2.QtCore.QXmlStreamReader',),
3348    "PySide2.QtCore.QXmlStreamWriter.writeDTD": ('str',),
3349    "PySide2.QtCore.QXmlStreamWriter.writeDefaultNamespace": ('str',),
3350    "PySide2.QtCore.QXmlStreamWriter.writeEmptyElement": [('str',), ('str', 'str')],
3351    "PySide2.QtCore.QXmlStreamWriter.writeEndDocument": (),
3352    "PySide2.QtCore.QXmlStreamWriter.writeEndElement": (),
3353    "PySide2.QtCore.QXmlStreamWriter.writeEntityReference": ('str',),
3354    "PySide2.QtCore.QXmlStreamWriter.writeNamespace": ('str', 'str'),
3355    "PySide2.QtCore.QXmlStreamWriter.writeProcessingInstruction": ('str', 'str'),
3356    "PySide2.QtCore.QXmlStreamWriter.writeStartDocument": [(), ('str',), ('str', 'bool')],
3357    "PySide2.QtCore.QXmlStreamWriter.writeStartElement": [('str',), ('str', 'str')],
3358    "PySide2.QtCore.QXmlStreamWriter.writeTextElement": [('str', 'str'), ('str', 'str', 'str')],
3359# class PySide2.QtCore.Qt:
3360# class PySide2.QtCore.Qt.Alignment:
3361# class PySide2.QtCore.Qt.AlignmentFlag:
3362# class PySide2.QtCore.Qt.AnchorPoint:
3363# class PySide2.QtCore.Qt.ApplicationAttribute:
3364# class PySide2.QtCore.Qt.ApplicationState:
3365# class PySide2.QtCore.Qt.ApplicationStates:
3366# class PySide2.QtCore.Qt.ArrowType:
3367# class PySide2.QtCore.Qt.AspectRatioMode:
3368# class PySide2.QtCore.Qt.Axis:
3369# class PySide2.QtCore.Qt.BGMode:
3370# class PySide2.QtCore.Qt.BrushStyle:
3371# class PySide2.QtCore.Qt.CaseSensitivity:
3372# class PySide2.QtCore.Qt.CheckState:
3373# class PySide2.QtCore.Qt.ChecksumType:
3374# class PySide2.QtCore.Qt.ClipOperation:
3375# class PySide2.QtCore.Qt.ConnectionType:
3376# class PySide2.QtCore.Qt.ContextMenuPolicy:
3377# class PySide2.QtCore.Qt.CoordinateSystem:
3378# class PySide2.QtCore.Qt.Corner:
3379# class PySide2.QtCore.Qt.CursorMoveStyle:
3380# class PySide2.QtCore.Qt.CursorShape:
3381# class PySide2.QtCore.Qt.DateFormat:
3382# class PySide2.QtCore.Qt.DayOfWeek:
3383# class PySide2.QtCore.Qt.DockWidgetArea:
3384# class PySide2.QtCore.Qt.DockWidgetAreaSizes:
3385# class PySide2.QtCore.Qt.DockWidgetAreas:
3386# class PySide2.QtCore.Qt.DropAction:
3387# class PySide2.QtCore.Qt.DropActions:
3388# class PySide2.QtCore.Qt.Edge:
3389# class PySide2.QtCore.Qt.Edges:
3390# class PySide2.QtCore.Qt.EnterKeyType:
3391# class PySide2.QtCore.Qt.EventPriority:
3392# class PySide2.QtCore.Qt.FillRule:
3393# class PySide2.QtCore.Qt.FindChildOption:
3394# class PySide2.QtCore.Qt.FindChildOptions:
3395# class PySide2.QtCore.Qt.FocusPolicy:
3396# class PySide2.QtCore.Qt.FocusReason:
3397# class PySide2.QtCore.Qt.GestureFlag:
3398# class PySide2.QtCore.Qt.GestureFlags:
3399# class PySide2.QtCore.Qt.GestureState:
3400# class PySide2.QtCore.Qt.GestureType:
3401# class PySide2.QtCore.Qt.GlobalColor:
3402# class PySide2.QtCore.Qt.HighDpiScaleFactorRoundingPolicy:
3403# class PySide2.QtCore.Qt.HitTestAccuracy:
3404# class PySide2.QtCore.Qt.ImageConversionFlag:
3405# class PySide2.QtCore.Qt.ImageConversionFlags:
3406# class PySide2.QtCore.Qt.InputMethodHint:
3407# class PySide2.QtCore.Qt.InputMethodHints:
3408# class PySide2.QtCore.Qt.InputMethodQueries:
3409# class PySide2.QtCore.Qt.InputMethodQuery:
3410# class PySide2.QtCore.Qt.ItemDataRole:
3411# class PySide2.QtCore.Qt.ItemFlag:
3412# class PySide2.QtCore.Qt.ItemFlags:
3413# class PySide2.QtCore.Qt.ItemSelectionMode:
3414# class PySide2.QtCore.Qt.ItemSelectionOperation:
3415# class PySide2.QtCore.Qt.Key:
3416# class PySide2.QtCore.Qt.KeyboardModifier:
3417# class PySide2.QtCore.Qt.KeyboardModifiers:
3418# class PySide2.QtCore.Qt.LayoutDirection:
3419# class PySide2.QtCore.Qt.MaskMode:
3420# class PySide2.QtCore.Qt.MatchFlag:
3421# class PySide2.QtCore.Qt.MatchFlags:
3422# class PySide2.QtCore.Qt.Modifier:
3423# class PySide2.QtCore.Qt.MouseButton:
3424# class PySide2.QtCore.Qt.MouseButtons:
3425# class PySide2.QtCore.Qt.MouseEventFlag:
3426# class PySide2.QtCore.Qt.MouseEventFlags:
3427# class PySide2.QtCore.Qt.MouseEventSource:
3428# class PySide2.QtCore.Qt.NativeGestureType:
3429# class PySide2.QtCore.Qt.NavigationMode:
3430# class PySide2.QtCore.Qt.Orientation:
3431# class PySide2.QtCore.Qt.Orientations:
3432# class PySide2.QtCore.Qt.PenCapStyle:
3433# class PySide2.QtCore.Qt.PenJoinStyle:
3434# class PySide2.QtCore.Qt.PenStyle:
3435# class PySide2.QtCore.Qt.ScreenOrientation:
3436# class PySide2.QtCore.Qt.ScreenOrientations:
3437# class PySide2.QtCore.Qt.ScrollBarPolicy:
3438# class PySide2.QtCore.Qt.ScrollPhase:
3439# class PySide2.QtCore.Qt.ShortcutContext:
3440# class PySide2.QtCore.Qt.SizeHint:
3441# class PySide2.QtCore.Qt.SizeMode:
3442# class PySide2.QtCore.Qt.SortOrder:
3443# class PySide2.QtCore.Qt.SplitBehavior:
3444# class PySide2.QtCore.Qt.SplitBehaviorFlags:
3445# class PySide2.QtCore.Qt.TabFocusBehavior:
3446# class PySide2.QtCore.Qt.TextElideMode:
3447# class PySide2.QtCore.Qt.TextFlag:
3448# class PySide2.QtCore.Qt.TextFormat:
3449# class PySide2.QtCore.Qt.TextInteractionFlag:
3450# class PySide2.QtCore.Qt.TextInteractionFlags:
3451# class PySide2.QtCore.Qt.TileRule:
3452# class PySide2.QtCore.Qt.TimeSpec:
3453# class PySide2.QtCore.Qt.TimerType:
3454# class PySide2.QtCore.Qt.ToolBarArea:
3455# class PySide2.QtCore.Qt.ToolBarAreaSizes:
3456# class PySide2.QtCore.Qt.ToolBarAreas:
3457# class PySide2.QtCore.Qt.ToolButtonStyle:
3458# class PySide2.QtCore.Qt.TouchPointState:
3459# class PySide2.QtCore.Qt.TouchPointStates:
3460# class PySide2.QtCore.Qt.TransformationMode:
3461# class PySide2.QtCore.Qt.UIEffect:
3462# class PySide2.QtCore.Qt.WhiteSpaceMode:
3463# class PySide2.QtCore.Qt.WidgetAttribute:
3464# class PySide2.QtCore.Qt.WindowFlags:
3465# class PySide2.QtCore.Qt.WindowFrameSection:
3466# class PySide2.QtCore.Qt.WindowModality:
3467# class PySide2.QtCore.Qt.WindowState:
3468# class PySide2.QtCore.Qt.WindowStates:
3469# class PySide2.QtCore.Qt.WindowType:
3470# class PySide2.QtCore.QtMsgType:
3471# class PySide2.QtCore.Signal:
3472    "PySide2.QtCore.Signal.__init__": ('type', 'str', 'str'),
3473# class PySide2.QtCore.SignalInstance:
3474    "PySide2.QtCore.SignalInstance.connect": ('object', 'type'),
3475    "PySide2.QtCore.SignalInstance.disconnect": ('object',),
3476    "PySide2.QtCore.SignalInstance.emit": ('typing.Any',),
3477# class PySide2.QtCore.Slot:
3478    "PySide2.QtCore.Slot.__init__": ('type', 'str', 'str'),
3479    "PySide2.QtCore.Slot.QT_TRANSLATE_NOOP": ('object', 'object'),
3480    "PySide2.QtCore.Slot.QT_TRANSLATE_NOOP3": ('object', 'object', 'object'),
3481    "PySide2.QtCore.Slot.QT_TRANSLATE_NOOP_UTF8": ('object',),
3482    "PySide2.QtCore.Slot.QT_TR_NOOP": ('object',),
3483    "PySide2.QtCore.Slot.QT_TR_NOOP_UTF8": ('object',),
3484    "PySide2.QtCore.Slot.SIGNAL": ('str',),
3485    "PySide2.QtCore.Slot.SLOT": ('str',),
3486    "PySide2.QtCore.Slot.__moduleShutdown": (),
3487    "PySide2.QtCore.Slot.qAbs": ('float',),
3488    "PySide2.QtCore.Slot.qAcos": ('float',),
3489    "PySide2.QtCore.Slot.qAddPostRoutine": ('object',),
3490    "PySide2.QtCore.Slot.qAsin": ('float',),
3491    "PySide2.QtCore.Slot.qAtan": ('float',),
3492    "PySide2.QtCore.Slot.qAtan2": ('float', 'float'),
3493    "PySide2.QtCore.Slot.qChecksum": ('str', 'int'),
3494    "PySide2.QtCore.Slot.qCompress": [('PySide2.QtCore.QByteArray', 'int'), ('str', 'int', 'int')],
3495    "PySide2.QtCore.Slot.qCritical": ('str',),
3496    "PySide2.QtCore.Slot.qDebug": ('str',),
3497    "PySide2.QtCore.Slot.qExp": ('float',),
3498    "PySide2.QtCore.Slot.qFabs": ('float',),
3499    "PySide2.QtCore.Slot.qFastCos": ('float',),
3500    "PySide2.QtCore.Slot.qFastSin": ('float',),
3501    "PySide2.QtCore.Slot.qFatal": ('str',),
3502    "PySide2.QtCore.Slot.qFuzzyCompare": ('float', 'float'),
3503    "PySide2.QtCore.Slot.qFuzzyIsNull": ('float',),
3504    "PySide2.QtCore.Slot.qInstallMessageHandler": ('object',),
3505    "PySide2.QtCore.Slot.qIsFinite": ('float',),
3506    "PySide2.QtCore.Slot.qIsInf": ('float',),
3507    "PySide2.QtCore.Slot.qIsNaN": ('float',),
3508    "PySide2.QtCore.Slot.qIsNull": ('float',),
3509    "PySide2.QtCore.Slot.qRegisterResourceData": ('int', 'str', 'str', 'str'),
3510    "PySide2.QtCore.Slot.qTan": ('float',),
3511    "PySide2.QtCore.Slot.qUncompress": [('PySide2.QtCore.QByteArray',), ('str', 'int')],
3512    "PySide2.QtCore.Slot.qUnregisterResourceData": ('int', 'str', 'str', 'str'),
3513    "PySide2.QtCore.Slot.qVersion": (),
3514    "PySide2.QtCore.Slot.qWarning": ('str',),
3515    "PySide2.QtCore.Slot.qrand": (),
3516    "PySide2.QtCore.Slot.qsrand": ('int',),
3517    "PySide2.QtCore.Slot.qtTrId": ('str', 'int'),
3518    }) if "PySide2.QtCore" in sys.modules else None
3519# Module PySide2.QtGui
3520sig_dict.update({
3521# class PySide2.QtGui.QAbstractOpenGLFunctions:
3522    "PySide2.QtGui.QAbstractOpenGLFunctions.__init__": (),
3523    "PySide2.QtGui.QAbstractOpenGLFunctions.initializeOpenGLFunctions": (),
3524    "PySide2.QtGui.QAbstractOpenGLFunctions.isInitialized": (),
3525    "PySide2.QtGui.QAbstractOpenGLFunctions.owningContext": (),
3526    "PySide2.QtGui.QAbstractOpenGLFunctions.setOwningContext": ('PySide2.QtGui.QOpenGLContext',),
3527# class PySide2.QtGui.QAbstractTextDocumentLayout:
3528# class PySide2.QtGui.QAbstractTextDocumentLayout.PaintContext:
3529    "PySide2.QtGui.QAbstractTextDocumentLayout.PaintContext.__init__": [(), ('PySide2.QtGui.QAbstractTextDocumentLayout.PaintContext',)],
3530    "PySide2.QtGui.QAbstractTextDocumentLayout.PaintContext.__copy__": (),
3531# class PySide2.QtGui.QAbstractTextDocumentLayout.Selection:
3532    "PySide2.QtGui.QAbstractTextDocumentLayout.Selection.__init__": [(), ('PySide2.QtGui.QAbstractTextDocumentLayout.Selection',)],
3533    "PySide2.QtGui.QAbstractTextDocumentLayout.Selection.__copy__": (),
3534    "PySide2.QtGui.QAbstractTextDocumentLayout.__init__": ('PySide2.QtGui.QTextDocument',),
3535    "PySide2.QtGui.QAbstractTextDocumentLayout.anchorAt": ('PySide2.QtCore.QPointF',),
3536    "PySide2.QtGui.QAbstractTextDocumentLayout.blockBoundingRect": ('PySide2.QtGui.QTextBlock',),
3537    "PySide2.QtGui.QAbstractTextDocumentLayout.blockWithMarkerAt": ('PySide2.QtCore.QPointF',),
3538    "PySide2.QtGui.QAbstractTextDocumentLayout.document": (),
3539    "PySide2.QtGui.QAbstractTextDocumentLayout.documentChanged": ('int', 'int', 'int'),
3540    "PySide2.QtGui.QAbstractTextDocumentLayout.documentSize": (),
3541    "PySide2.QtGui.QAbstractTextDocumentLayout.draw": ('PySide2.QtGui.QPainter', 'PySide2.QtGui.QAbstractTextDocumentLayout.PaintContext'),
3542    "PySide2.QtGui.QAbstractTextDocumentLayout.drawInlineObject": ('PySide2.QtGui.QPainter', 'PySide2.QtCore.QRectF', 'PySide2.QtGui.QTextInlineObject', 'int', 'PySide2.QtGui.QTextFormat'),
3543    "PySide2.QtGui.QAbstractTextDocumentLayout.format": ('int',),
3544    "PySide2.QtGui.QAbstractTextDocumentLayout.formatAt": ('PySide2.QtCore.QPointF',),
3545    "PySide2.QtGui.QAbstractTextDocumentLayout.formatIndex": ('int',),
3546    "PySide2.QtGui.QAbstractTextDocumentLayout.frameBoundingRect": ('PySide2.QtGui.QTextFrame',),
3547    "PySide2.QtGui.QAbstractTextDocumentLayout.handlerForObject": ('int',),
3548    "PySide2.QtGui.QAbstractTextDocumentLayout.hitTest": ('PySide2.QtCore.QPointF', 'PySide2.QtCore.Qt.HitTestAccuracy'),
3549    "PySide2.QtGui.QAbstractTextDocumentLayout.imageAt": ('PySide2.QtCore.QPointF',),
3550    "PySide2.QtGui.QAbstractTextDocumentLayout.pageCount": (),
3551    "PySide2.QtGui.QAbstractTextDocumentLayout.paintDevice": (),
3552    "PySide2.QtGui.QAbstractTextDocumentLayout.positionInlineObject": ('PySide2.QtGui.QTextInlineObject', 'int', 'PySide2.QtGui.QTextFormat'),
3553    "PySide2.QtGui.QAbstractTextDocumentLayout.registerHandler": ('int', 'PySide2.QtCore.QObject'),
3554    "PySide2.QtGui.QAbstractTextDocumentLayout.resizeInlineObject": ('PySide2.QtGui.QTextInlineObject', 'int', 'PySide2.QtGui.QTextFormat'),
3555    "PySide2.QtGui.QAbstractTextDocumentLayout.setPaintDevice": ('PySide2.QtGui.QPaintDevice',),
3556    "PySide2.QtGui.QAbstractTextDocumentLayout.unregisterHandler": ('int', 'PySide2.QtCore.QObject'),
3557# class PySide2.QtGui.QAccessible:
3558# class PySide2.QtGui.QAccessible.Event:
3559# class PySide2.QtGui.QAccessible.InterfaceType:
3560# class PySide2.QtGui.QAccessible.Relation:
3561# class PySide2.QtGui.QAccessible.RelationFlag:
3562# class PySide2.QtGui.QAccessible.Role:
3563# class PySide2.QtGui.QAccessible.State:
3564    "PySide2.QtGui.QAccessible.State.__init__": [(), ('PySide2.QtGui.QAccessible.State',)],
3565    "PySide2.QtGui.QAccessible.State.__copy__": (),
3566# class PySide2.QtGui.QAccessible.Text:
3567# class PySide2.QtGui.QAccessible.TextBoundaryType:
3568    "PySide2.QtGui.QAccessible.__copy__": (),
3569    "PySide2.QtGui.QAccessible.accessibleInterface": ('int',),
3570    "PySide2.QtGui.QAccessible.cleanup": (),
3571    "PySide2.QtGui.QAccessible.deleteAccessibleInterface": ('int',),
3572    "PySide2.QtGui.QAccessible.isActive": (),
3573    "PySide2.QtGui.QAccessible.qAccessibleTextBoundaryHelper": ('PySide2.QtGui.QTextCursor', 'PySide2.QtGui.QAccessible.TextBoundaryType'),
3574    "PySide2.QtGui.QAccessible.queryAccessibleInterface": ('PySide2.QtCore.QObject',),
3575    "PySide2.QtGui.QAccessible.registerAccessibleInterface": ('PySide2.QtGui.QAccessibleInterface',),
3576    "PySide2.QtGui.QAccessible.setActive": ('bool',),
3577    "PySide2.QtGui.QAccessible.setRootObject": ('PySide2.QtCore.QObject',),
3578    "PySide2.QtGui.QAccessible.uniqueId": ('PySide2.QtGui.QAccessibleInterface',),
3579    "PySide2.QtGui.QAccessible.updateAccessibility": ('PySide2.QtGui.QAccessibleEvent',),
3580# class PySide2.QtGui.QAccessibleEditableTextInterface:
3581    "PySide2.QtGui.QAccessibleEditableTextInterface.__init__": (),
3582    "PySide2.QtGui.QAccessibleEditableTextInterface.deleteText": ('int', 'int'),
3583    "PySide2.QtGui.QAccessibleEditableTextInterface.insertText": ('int', 'str'),
3584    "PySide2.QtGui.QAccessibleEditableTextInterface.replaceText": ('int', 'int', 'str'),
3585# class PySide2.QtGui.QAccessibleEvent:
3586    "PySide2.QtGui.QAccessibleEvent.__init__": [('PySide2.QtCore.QObject', 'PySide2.QtGui.QAccessible.Event'), ('PySide2.QtGui.QAccessibleInterface', 'PySide2.QtGui.QAccessible.Event')],
3587    "PySide2.QtGui.QAccessibleEvent.accessibleInterface": (),
3588    "PySide2.QtGui.QAccessibleEvent.child": (),
3589    "PySide2.QtGui.QAccessibleEvent.object": (),
3590    "PySide2.QtGui.QAccessibleEvent.setChild": ('int',),
3591    "PySide2.QtGui.QAccessibleEvent.type": (),
3592    "PySide2.QtGui.QAccessibleEvent.uniqueId": (),
3593# class PySide2.QtGui.QAccessibleInterface:
3594    "PySide2.QtGui.QAccessibleInterface.__init__": (),
3595    "PySide2.QtGui.QAccessibleInterface.backgroundColor": (),
3596    "PySide2.QtGui.QAccessibleInterface.child": ('int',),
3597    "PySide2.QtGui.QAccessibleInterface.childAt": ('int', 'int'),
3598    "PySide2.QtGui.QAccessibleInterface.childCount": (),
3599    "PySide2.QtGui.QAccessibleInterface.editableTextInterface": (),
3600    "PySide2.QtGui.QAccessibleInterface.focusChild": (),
3601    "PySide2.QtGui.QAccessibleInterface.foregroundColor": (),
3602    "PySide2.QtGui.QAccessibleInterface.indexOfChild": ('PySide2.QtGui.QAccessibleInterface',),
3603    "PySide2.QtGui.QAccessibleInterface.interface_cast": ('PySide2.QtGui.QAccessible.InterfaceType',),
3604    "PySide2.QtGui.QAccessibleInterface.isValid": (),
3605    "PySide2.QtGui.QAccessibleInterface.object": (),
3606    "PySide2.QtGui.QAccessibleInterface.parent": (),
3607    "PySide2.QtGui.QAccessibleInterface.rect": (),
3608    "PySide2.QtGui.QAccessibleInterface.relations": ('PySide2.QtGui.QAccessible.Relation',),
3609    "PySide2.QtGui.QAccessibleInterface.role": (),
3610    "PySide2.QtGui.QAccessibleInterface.setText": ('PySide2.QtGui.QAccessible.Text', 'str'),
3611    "PySide2.QtGui.QAccessibleInterface.state": (),
3612    "PySide2.QtGui.QAccessibleInterface.tableCellInterface": (),
3613    "PySide2.QtGui.QAccessibleInterface.text": ('PySide2.QtGui.QAccessible.Text',),
3614    "PySide2.QtGui.QAccessibleInterface.textInterface": (),
3615    "PySide2.QtGui.QAccessibleInterface.valueInterface": (),
3616    "PySide2.QtGui.QAccessibleInterface.virtual_hook": ('int', 'int'),
3617    "PySide2.QtGui.QAccessibleInterface.window": (),
3618# class PySide2.QtGui.QAccessibleObject:
3619    "PySide2.QtGui.QAccessibleObject.__init__": ('PySide2.QtCore.QObject',),
3620    "PySide2.QtGui.QAccessibleObject.childAt": ('int', 'int'),
3621    "PySide2.QtGui.QAccessibleObject.isValid": (),
3622    "PySide2.QtGui.QAccessibleObject.object": (),
3623    "PySide2.QtGui.QAccessibleObject.rect": (),
3624    "PySide2.QtGui.QAccessibleObject.setText": ('PySide2.QtGui.QAccessible.Text', 'str'),
3625# class PySide2.QtGui.QAccessibleStateChangeEvent:
3626    "PySide2.QtGui.QAccessibleStateChangeEvent.__init__": [('PySide2.QtCore.QObject', 'PySide2.QtGui.QAccessible.State'), ('PySide2.QtGui.QAccessibleInterface', 'PySide2.QtGui.QAccessible.State')],
3627    "PySide2.QtGui.QAccessibleStateChangeEvent.changedStates": (),
3628# class PySide2.QtGui.QAccessibleTableCellInterface:
3629    "PySide2.QtGui.QAccessibleTableCellInterface.__init__": (),
3630    "PySide2.QtGui.QAccessibleTableCellInterface.columnExtent": (),
3631    "PySide2.QtGui.QAccessibleTableCellInterface.columnHeaderCells": (),
3632    "PySide2.QtGui.QAccessibleTableCellInterface.columnIndex": (),
3633    "PySide2.QtGui.QAccessibleTableCellInterface.isSelected": (),
3634    "PySide2.QtGui.QAccessibleTableCellInterface.rowExtent": (),
3635    "PySide2.QtGui.QAccessibleTableCellInterface.rowHeaderCells": (),
3636    "PySide2.QtGui.QAccessibleTableCellInterface.rowIndex": (),
3637    "PySide2.QtGui.QAccessibleTableCellInterface.table": (),
3638# class PySide2.QtGui.QAccessibleTableModelChangeEvent:
3639# class PySide2.QtGui.QAccessibleTableModelChangeEvent.ModelChangeType:
3640    "PySide2.QtGui.QAccessibleTableModelChangeEvent.__init__": [('PySide2.QtCore.QObject', 'PySide2.QtGui.QAccessibleTableModelChangeEvent.ModelChangeType'), ('PySide2.QtGui.QAccessibleInterface', 'PySide2.QtGui.QAccessibleTableModelChangeEvent.ModelChangeType')],
3641    "PySide2.QtGui.QAccessibleTableModelChangeEvent.firstColumn": (),
3642    "PySide2.QtGui.QAccessibleTableModelChangeEvent.firstRow": (),
3643    "PySide2.QtGui.QAccessibleTableModelChangeEvent.lastColumn": (),
3644    "PySide2.QtGui.QAccessibleTableModelChangeEvent.lastRow": (),
3645    "PySide2.QtGui.QAccessibleTableModelChangeEvent.modelChangeType": (),
3646    "PySide2.QtGui.QAccessibleTableModelChangeEvent.setFirstColumn": ('int',),
3647    "PySide2.QtGui.QAccessibleTableModelChangeEvent.setFirstRow": ('int',),
3648    "PySide2.QtGui.QAccessibleTableModelChangeEvent.setLastColumn": ('int',),
3649    "PySide2.QtGui.QAccessibleTableModelChangeEvent.setLastRow": ('int',),
3650    "PySide2.QtGui.QAccessibleTableModelChangeEvent.setModelChangeType": ('PySide2.QtGui.QAccessibleTableModelChangeEvent.ModelChangeType',),
3651# class PySide2.QtGui.QAccessibleTextCursorEvent:
3652    "PySide2.QtGui.QAccessibleTextCursorEvent.__init__": [('PySide2.QtCore.QObject', 'int'), ('PySide2.QtGui.QAccessibleInterface', 'int')],
3653    "PySide2.QtGui.QAccessibleTextCursorEvent.cursorPosition": (),
3654    "PySide2.QtGui.QAccessibleTextCursorEvent.setCursorPosition": ('int',),
3655# class PySide2.QtGui.QAccessibleTextInsertEvent:
3656    "PySide2.QtGui.QAccessibleTextInsertEvent.__init__": [('PySide2.QtCore.QObject', 'int', 'str'), ('PySide2.QtGui.QAccessibleInterface', 'int', 'str')],
3657    "PySide2.QtGui.QAccessibleTextInsertEvent.changePosition": (),
3658    "PySide2.QtGui.QAccessibleTextInsertEvent.textInserted": (),
3659# class PySide2.QtGui.QAccessibleTextInterface:
3660    "PySide2.QtGui.QAccessibleTextInterface.__init__": (),
3661    "PySide2.QtGui.QAccessibleTextInterface.addSelection": ('int', 'int'),
3662    "PySide2.QtGui.QAccessibleTextInterface.attributes": ('int',),
3663    "PySide2.QtGui.QAccessibleTextInterface.characterCount": (),
3664    "PySide2.QtGui.QAccessibleTextInterface.characterRect": ('int',),
3665    "PySide2.QtGui.QAccessibleTextInterface.cursorPosition": (),
3666    "PySide2.QtGui.QAccessibleTextInterface.offsetAtPoint": ('PySide2.QtCore.QPoint',),
3667    "PySide2.QtGui.QAccessibleTextInterface.removeSelection": ('int',),
3668    "PySide2.QtGui.QAccessibleTextInterface.scrollToSubstring": ('int', 'int'),
3669    "PySide2.QtGui.QAccessibleTextInterface.selection": ('int',),
3670    "PySide2.QtGui.QAccessibleTextInterface.selectionCount": (),
3671    "PySide2.QtGui.QAccessibleTextInterface.setCursorPosition": ('int',),
3672    "PySide2.QtGui.QAccessibleTextInterface.setSelection": ('int', 'int', 'int'),
3673    "PySide2.QtGui.QAccessibleTextInterface.text": ('int', 'int'),
3674    "PySide2.QtGui.QAccessibleTextInterface.textAfterOffset": ('int', 'PySide2.QtGui.QAccessible.TextBoundaryType'),
3675    "PySide2.QtGui.QAccessibleTextInterface.textAtOffset": ('int', 'PySide2.QtGui.QAccessible.TextBoundaryType'),
3676    "PySide2.QtGui.QAccessibleTextInterface.textBeforeOffset": ('int', 'PySide2.QtGui.QAccessible.TextBoundaryType'),
3677# class PySide2.QtGui.QAccessibleTextRemoveEvent:
3678    "PySide2.QtGui.QAccessibleTextRemoveEvent.__init__": [('PySide2.QtCore.QObject', 'int', 'str'), ('PySide2.QtGui.QAccessibleInterface', 'int', 'str')],
3679    "PySide2.QtGui.QAccessibleTextRemoveEvent.changePosition": (),
3680    "PySide2.QtGui.QAccessibleTextRemoveEvent.textRemoved": (),
3681# class PySide2.QtGui.QAccessibleTextSelectionEvent:
3682    "PySide2.QtGui.QAccessibleTextSelectionEvent.__init__": [('PySide2.QtCore.QObject', 'int', 'int'), ('PySide2.QtGui.QAccessibleInterface', 'int', 'int')],
3683    "PySide2.QtGui.QAccessibleTextSelectionEvent.selectionEnd": (),
3684    "PySide2.QtGui.QAccessibleTextSelectionEvent.selectionStart": (),
3685    "PySide2.QtGui.QAccessibleTextSelectionEvent.setSelection": ('int', 'int'),
3686# class PySide2.QtGui.QAccessibleTextUpdateEvent:
3687    "PySide2.QtGui.QAccessibleTextUpdateEvent.__init__": [('PySide2.QtCore.QObject', 'int', 'str', 'str'), ('PySide2.QtGui.QAccessibleInterface', 'int', 'str', 'str')],
3688    "PySide2.QtGui.QAccessibleTextUpdateEvent.changePosition": (),
3689    "PySide2.QtGui.QAccessibleTextUpdateEvent.textInserted": (),
3690    "PySide2.QtGui.QAccessibleTextUpdateEvent.textRemoved": (),
3691# class PySide2.QtGui.QAccessibleValueChangeEvent:
3692    "PySide2.QtGui.QAccessibleValueChangeEvent.__init__": [('PySide2.QtCore.QObject', 'typing.Any'), ('PySide2.QtGui.QAccessibleInterface', 'typing.Any')],
3693    "PySide2.QtGui.QAccessibleValueChangeEvent.setValue": ('typing.Any',),
3694    "PySide2.QtGui.QAccessibleValueChangeEvent.value": (),
3695# class PySide2.QtGui.QAccessibleValueInterface:
3696    "PySide2.QtGui.QAccessibleValueInterface.__init__": (),
3697    "PySide2.QtGui.QAccessibleValueInterface.currentValue": (),
3698    "PySide2.QtGui.QAccessibleValueInterface.maximumValue": (),
3699    "PySide2.QtGui.QAccessibleValueInterface.minimumStepSize": (),
3700    "PySide2.QtGui.QAccessibleValueInterface.minimumValue": (),
3701    "PySide2.QtGui.QAccessibleValueInterface.setCurrentValue": ('typing.Any',),
3702# class PySide2.QtGui.QActionEvent:
3703# class PySide2.QtGui.QBackingStore:
3704    "PySide2.QtGui.QBackingStore.__init__": ('PySide2.QtGui.QWindow',),
3705    "PySide2.QtGui.QBackingStore.beginPaint": ('PySide2.QtGui.QRegion',),
3706    "PySide2.QtGui.QBackingStore.endPaint": (),
3707    "PySide2.QtGui.QBackingStore.flush": ('PySide2.QtGui.QRegion', 'PySide2.QtGui.QWindow', 'PySide2.QtCore.QPoint'),
3708    "PySide2.QtGui.QBackingStore.hasStaticContents": (),
3709    "PySide2.QtGui.QBackingStore.paintDevice": (),
3710    "PySide2.QtGui.QBackingStore.resize": ('PySide2.QtCore.QSize',),
3711    "PySide2.QtGui.QBackingStore.scroll": ('PySide2.QtGui.QRegion', 'int', 'int'),
3712    "PySide2.QtGui.QBackingStore.setStaticContents": ('PySide2.QtGui.QRegion',),
3713    "PySide2.QtGui.QBackingStore.size": (),
3714    "PySide2.QtGui.QBackingStore.staticContents": (),
3715    "PySide2.QtGui.QBackingStore.window": (),
3716# class PySide2.QtGui.QBitmap:
3717    "PySide2.QtGui.QBitmap.__init__": [(), ('PySide2.QtCore.QSize',), ('PySide2.QtGui.QBitmap',), ('PySide2.QtGui.QPixmap',), ('int', 'int'), ('str', 'str')],
3718    "PySide2.QtGui.QBitmap.__copy__": (),
3719    "PySide2.QtGui.QBitmap.clear": (),
3720    "PySide2.QtGui.QBitmap.fromData": ('PySide2.QtCore.QSize', 'str', 'PySide2.QtGui.QImage.Format'),
3721    "PySide2.QtGui.QBitmap.fromImage": ('PySide2.QtGui.QImage', 'PySide2.QtCore.Qt.ImageConversionFlags'),
3722    "PySide2.QtGui.QBitmap.swap": [('PySide2.QtGui.QBitmap',), ('PySide2.QtGui.QPixmap',)],
3723    "PySide2.QtGui.QBitmap.transformed": [('PySide2.QtGui.QMatrix',), ('PySide2.QtGui.QMatrix', 'PySide2.QtCore.Qt.TransformationMode'), ('PySide2.QtGui.QTransform',)],
3724# class PySide2.QtGui.QBrush:
3725    "PySide2.QtGui.QBrush.__init__": [(), ('PySide2.QtCore.Qt.BrushStyle',), ('PySide2.QtCore.Qt.GlobalColor', 'PySide2.QtCore.Qt.BrushStyle'), ('PySide2.QtCore.Qt.GlobalColor', 'PySide2.QtGui.QPixmap'), ('PySide2.QtGui.QBrush',), ('PySide2.QtGui.QColor', 'PySide2.QtCore.Qt.BrushStyle'), ('PySide2.QtGui.QColor', 'PySide2.QtGui.QPixmap'), ('PySide2.QtGui.QGradient',), ('PySide2.QtGui.QImage',), ('PySide2.QtGui.QPixmap',)],
3726    "PySide2.QtGui.QBrush.__copy__": (),
3727    "PySide2.QtGui.QBrush.__lshift__": ('PySide2.QtCore.QDataStream',),
3728    "PySide2.QtGui.QBrush.__rshift__": ('PySide2.QtCore.QDataStream',),
3729    "PySide2.QtGui.QBrush.color": (),
3730    "PySide2.QtGui.QBrush.gradient": (),
3731    "PySide2.QtGui.QBrush.isOpaque": (),
3732    "PySide2.QtGui.QBrush.matrix": (),
3733    "PySide2.QtGui.QBrush.setColor": [('PySide2.QtCore.Qt.GlobalColor',), ('PySide2.QtGui.QColor',)],
3734    "PySide2.QtGui.QBrush.setMatrix": ('PySide2.QtGui.QMatrix',),
3735    "PySide2.QtGui.QBrush.setStyle": ('PySide2.QtCore.Qt.BrushStyle',),
3736    "PySide2.QtGui.QBrush.setTexture": ('PySide2.QtGui.QPixmap',),
3737    "PySide2.QtGui.QBrush.setTextureImage": ('PySide2.QtGui.QImage',),
3738    "PySide2.QtGui.QBrush.setTransform": ('PySide2.QtGui.QTransform',),
3739    "PySide2.QtGui.QBrush.style": (),
3740    "PySide2.QtGui.QBrush.swap": ('PySide2.QtGui.QBrush',),
3741    "PySide2.QtGui.QBrush.texture": (),
3742    "PySide2.QtGui.QBrush.textureImage": (),
3743    "PySide2.QtGui.QBrush.transform": (),
3744# class PySide2.QtGui.QClipboard:
3745# class PySide2.QtGui.QClipboard.Mode:
3746    "PySide2.QtGui.QClipboard.clear": ('PySide2.QtGui.QClipboard.Mode',),
3747    "PySide2.QtGui.QClipboard.image": ('PySide2.QtGui.QClipboard.Mode',),
3748    "PySide2.QtGui.QClipboard.mimeData": ('PySide2.QtGui.QClipboard.Mode',),
3749    "PySide2.QtGui.QClipboard.ownsClipboard": (),
3750    "PySide2.QtGui.QClipboard.ownsFindBuffer": (),
3751    "PySide2.QtGui.QClipboard.ownsSelection": (),
3752    "PySide2.QtGui.QClipboard.pixmap": ('PySide2.QtGui.QClipboard.Mode',),
3753    "PySide2.QtGui.QClipboard.setImage": ('PySide2.QtGui.QImage', 'PySide2.QtGui.QClipboard.Mode'),
3754    "PySide2.QtGui.QClipboard.setMimeData": ('PySide2.QtCore.QMimeData', 'PySide2.QtGui.QClipboard.Mode'),
3755    "PySide2.QtGui.QClipboard.setPixmap": ('PySide2.QtGui.QPixmap', 'PySide2.QtGui.QClipboard.Mode'),
3756    "PySide2.QtGui.QClipboard.setText": ('str', 'PySide2.QtGui.QClipboard.Mode'),
3757    "PySide2.QtGui.QClipboard.supportsFindBuffer": (),
3758    "PySide2.QtGui.QClipboard.supportsSelection": (),
3759    "PySide2.QtGui.QClipboard.text": [('PySide2.QtGui.QClipboard.Mode',), ('str', 'PySide2.QtGui.QClipboard.Mode')],
3760# class PySide2.QtGui.QCloseEvent:
3761    "PySide2.QtGui.QCloseEvent.__init__": (),
3762# class PySide2.QtGui.QColor:
3763# class PySide2.QtGui.QColor.NameFormat:
3764# class PySide2.QtGui.QColor.Spec:
3765    "PySide2.QtGui.QColor.__init__": [(), ('PySide2.QtCore.Qt.GlobalColor',), ('PySide2.QtGui.QColor',), ('PySide2.QtGui.QColor.Spec', 'int', 'int', 'int', 'int', 'int'), ('int',), ('int', 'int', 'int', 'int'), ('str',), ('typing.Any',)],
3766    "PySide2.QtGui.QColor.__copy__": (),
3767    "PySide2.QtGui.QColor.__lshift__": ('PySide2.QtCore.QDataStream',),
3768    "PySide2.QtGui.QColor.__reduce__": (),
3769    "PySide2.QtGui.QColor.__repr__": (),
3770    "PySide2.QtGui.QColor.__rshift__": ('PySide2.QtCore.QDataStream',),
3771    "PySide2.QtGui.QColor.__setstate__": ('object',),
3772    "PySide2.QtGui.QColor.__str__": (),
3773    "PySide2.QtGui.QColor.alpha": (),
3774    "PySide2.QtGui.QColor.alphaF": (),
3775    "PySide2.QtGui.QColor.black": (),
3776    "PySide2.QtGui.QColor.blackF": (),
3777    "PySide2.QtGui.QColor.blue": (),
3778    "PySide2.QtGui.QColor.blueF": (),
3779    "PySide2.QtGui.QColor.colorNames": (),
3780    "PySide2.QtGui.QColor.convertTo": ('PySide2.QtGui.QColor.Spec',),
3781    "PySide2.QtGui.QColor.cyan": (),
3782    "PySide2.QtGui.QColor.cyanF": (),
3783    "PySide2.QtGui.QColor.dark": ('int',),
3784    "PySide2.QtGui.QColor.darker": ('int',),
3785    "PySide2.QtGui.QColor.fromCmyk": ('int', 'int', 'int', 'int', 'int'),
3786    "PySide2.QtGui.QColor.fromCmykF": ('float', 'float', 'float', 'float', 'float'),
3787    "PySide2.QtGui.QColor.fromHsl": ('int', 'int', 'int', 'int'),
3788    "PySide2.QtGui.QColor.fromHslF": ('float', 'float', 'float', 'float'),
3789    "PySide2.QtGui.QColor.fromHsv": ('int', 'int', 'int', 'int'),
3790    "PySide2.QtGui.QColor.fromHsvF": ('float', 'float', 'float', 'float'),
3791    "PySide2.QtGui.QColor.fromRgb": [('int',), ('int', 'int', 'int', 'int')],
3792    "PySide2.QtGui.QColor.fromRgbF": ('float', 'float', 'float', 'float'),
3793    "PySide2.QtGui.QColor.fromRgba": ('int',),
3794    "PySide2.QtGui.QColor.fromRgba64": ('int', 'int', 'int', 'int'),
3795    "PySide2.QtGui.QColor.getCmyk": (),
3796    "PySide2.QtGui.QColor.getCmykF": (),
3797    "PySide2.QtGui.QColor.getHsl": (),
3798    "PySide2.QtGui.QColor.getHslF": (),
3799    "PySide2.QtGui.QColor.getHsv": (),
3800    "PySide2.QtGui.QColor.getHsvF": (),
3801    "PySide2.QtGui.QColor.getRgb": (),
3802    "PySide2.QtGui.QColor.getRgbF": (),
3803    "PySide2.QtGui.QColor.green": (),
3804    "PySide2.QtGui.QColor.greenF": (),
3805    "PySide2.QtGui.QColor.hslHue": (),
3806    "PySide2.QtGui.QColor.hslHueF": (),
3807    "PySide2.QtGui.QColor.hslSaturation": (),
3808    "PySide2.QtGui.QColor.hslSaturationF": (),
3809    "PySide2.QtGui.QColor.hsvHue": (),
3810    "PySide2.QtGui.QColor.hsvHueF": (),
3811    "PySide2.QtGui.QColor.hsvSaturation": (),
3812    "PySide2.QtGui.QColor.hsvSaturationF": (),
3813    "PySide2.QtGui.QColor.hue": (),
3814    "PySide2.QtGui.QColor.hueF": (),
3815    "PySide2.QtGui.QColor.isValid": (),
3816    "PySide2.QtGui.QColor.isValidColor": ('str',),
3817    "PySide2.QtGui.QColor.light": ('int',),
3818    "PySide2.QtGui.QColor.lighter": ('int',),
3819    "PySide2.QtGui.QColor.lightness": (),
3820    "PySide2.QtGui.QColor.lightnessF": (),
3821    "PySide2.QtGui.QColor.magenta": (),
3822    "PySide2.QtGui.QColor.magentaF": (),
3823    "PySide2.QtGui.QColor.name": [(), ('PySide2.QtGui.QColor.NameFormat',)],
3824    "PySide2.QtGui.QColor.red": (),
3825    "PySide2.QtGui.QColor.redF": (),
3826    "PySide2.QtGui.QColor.rgb": (),
3827    "PySide2.QtGui.QColor.rgba": (),
3828    "PySide2.QtGui.QColor.saturation": (),
3829    "PySide2.QtGui.QColor.saturationF": (),
3830    "PySide2.QtGui.QColor.setAlpha": ('int',),
3831    "PySide2.QtGui.QColor.setAlphaF": ('float',),
3832    "PySide2.QtGui.QColor.setBlue": ('int',),
3833    "PySide2.QtGui.QColor.setBlueF": ('float',),
3834    "PySide2.QtGui.QColor.setCmyk": ('int', 'int', 'int', 'int', 'int'),
3835    "PySide2.QtGui.QColor.setCmykF": ('float', 'float', 'float', 'float', 'float'),
3836    "PySide2.QtGui.QColor.setGreen": ('int',),
3837    "PySide2.QtGui.QColor.setGreenF": ('float',),
3838    "PySide2.QtGui.QColor.setHsl": ('int', 'int', 'int', 'int'),
3839    "PySide2.QtGui.QColor.setHslF": ('float', 'float', 'float', 'float'),
3840    "PySide2.QtGui.QColor.setHsv": ('int', 'int', 'int', 'int'),
3841    "PySide2.QtGui.QColor.setHsvF": ('float', 'float', 'float', 'float'),
3842    "PySide2.QtGui.QColor.setNamedColor": ('str',),
3843    "PySide2.QtGui.QColor.setRed": ('int',),
3844    "PySide2.QtGui.QColor.setRedF": ('float',),
3845    "PySide2.QtGui.QColor.setRgb": [('int',), ('int', 'int', 'int', 'int')],
3846    "PySide2.QtGui.QColor.setRgbF": ('float', 'float', 'float', 'float'),
3847    "PySide2.QtGui.QColor.setRgba": ('int',),
3848    "PySide2.QtGui.QColor.spec": (),
3849    "PySide2.QtGui.QColor.toCmyk": (),
3850    "PySide2.QtGui.QColor.toExtendedRgb": (),
3851    "PySide2.QtGui.QColor.toHsl": (),
3852    "PySide2.QtGui.QColor.toHsv": (),
3853    "PySide2.QtGui.QColor.toRgb": (),
3854    "PySide2.QtGui.QColor.toTuple": (),
3855    "PySide2.QtGui.QColor.value": (),
3856    "PySide2.QtGui.QColor.valueF": (),
3857    "PySide2.QtGui.QColor.yellow": (),
3858    "PySide2.QtGui.QColor.yellowF": (),
3859# class PySide2.QtGui.QColorSpace:
3860# class PySide2.QtGui.QColorSpace.NamedColorSpace:
3861# class PySide2.QtGui.QColorSpace.Primaries:
3862# class PySide2.QtGui.QColorSpace.TransferFunction:
3863    "PySide2.QtGui.QColorSpace.__init__": [(), ('PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF', 'PySide2.QtGui.QColorSpace.TransferFunction', 'float'), ('PySide2.QtGui.QColorSpace',), ('PySide2.QtGui.QColorSpace.NamedColorSpace',), ('PySide2.QtGui.QColorSpace.Primaries', 'PySide2.QtGui.QColorSpace.TransferFunction', 'float'), ('PySide2.QtGui.QColorSpace.Primaries', 'float')],
3864    "PySide2.QtGui.QColorSpace.__copy__": (),
3865    "PySide2.QtGui.QColorSpace.__lshift__": ('PySide2.QtCore.QDataStream',),
3866    "PySide2.QtGui.QColorSpace.__rshift__": ('PySide2.QtCore.QDataStream',),
3867    "PySide2.QtGui.QColorSpace.fromIccProfile": ('PySide2.QtCore.QByteArray',),
3868    "PySide2.QtGui.QColorSpace.gamma": (),
3869    "PySide2.QtGui.QColorSpace.iccProfile": (),
3870    "PySide2.QtGui.QColorSpace.isValid": (),
3871    "PySide2.QtGui.QColorSpace.primaries": (),
3872    "PySide2.QtGui.QColorSpace.setPrimaries": [('PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF'), ('PySide2.QtGui.QColorSpace.Primaries',)],
3873    "PySide2.QtGui.QColorSpace.setTransferFunction": ('PySide2.QtGui.QColorSpace.TransferFunction', 'float'),
3874    "PySide2.QtGui.QColorSpace.swap": ('PySide2.QtGui.QColorSpace',),
3875    "PySide2.QtGui.QColorSpace.transferFunction": (),
3876    "PySide2.QtGui.QColorSpace.withTransferFunction": ('PySide2.QtGui.QColorSpace.TransferFunction', 'float'),
3877# class PySide2.QtGui.QConicalGradient:
3878    "PySide2.QtGui.QConicalGradient.__init__": [(), ('PySide2.QtCore.QPointF', 'float'), ('PySide2.QtGui.QConicalGradient',), ('float', 'float', 'float')],
3879    "PySide2.QtGui.QConicalGradient.__copy__": (),
3880    "PySide2.QtGui.QConicalGradient.angle": (),
3881    "PySide2.QtGui.QConicalGradient.center": (),
3882    "PySide2.QtGui.QConicalGradient.setAngle": ('float',),
3883    "PySide2.QtGui.QConicalGradient.setCenter": [('PySide2.QtCore.QPointF',), ('float', 'float')],
3884# class PySide2.QtGui.QContextMenuEvent:
3885# class PySide2.QtGui.QContextMenuEvent.Reason:
3886    "PySide2.QtGui.QContextMenuEvent.__init__": [('PySide2.QtGui.QContextMenuEvent.Reason', 'PySide2.QtCore.QPoint'), ('PySide2.QtGui.QContextMenuEvent.Reason', 'PySide2.QtCore.QPoint', 'PySide2.QtCore.QPoint'), ('PySide2.QtGui.QContextMenuEvent.Reason', 'PySide2.QtCore.QPoint', 'PySide2.QtCore.QPoint', 'PySide2.QtCore.Qt.KeyboardModifiers')],
3887    "PySide2.QtGui.QContextMenuEvent.globalPos": (),
3888    "PySide2.QtGui.QContextMenuEvent.globalX": (),
3889    "PySide2.QtGui.QContextMenuEvent.global""Y": (),
3890    "PySide2.QtGui.QContextMenuEvent.pos": (),
3891    "PySide2.QtGui.QContextMenuEvent.reason": (),
3892    "PySide2.QtGui.QContextMenuEvent.x": (),
3893    "PySide2.QtGui.QContextMenuEvent.y": (),
3894# class PySide2.QtGui.QCursor:
3895    "PySide2.QtGui.QCursor.__init__": [(), ('PySide2.QtCore.Qt.CursorShape',), ('PySide2.QtGui.QBitmap', 'PySide2.QtGui.QBitmap', 'int', 'int'), ('PySide2.QtGui.QCursor',), ('PySide2.QtGui.QPixmap', 'int', 'int')],
3896    "PySide2.QtGui.QCursor.__copy__": (),
3897    "PySide2.QtGui.QCursor.__lshift__": ('PySide2.QtCore.QDataStream',),
3898    "PySide2.QtGui.QCursor.__rshift__": ('PySide2.QtCore.QDataStream',),
3899    "PySide2.QtGui.QCursor.bitmap": (),
3900    "PySide2.QtGui.QCursor.hotSpot": (),
3901    "PySide2.QtGui.QCursor.mask": (),
3902    "PySide2.QtGui.QCursor.pixmap": (),
3903    "PySide2.QtGui.QCursor.pos": [(), ('PySide2.QtGui.QScreen',)],
3904    "PySide2.QtGui.QCursor.setPos": [('PySide2.QtCore.QPoint',), ('PySide2.QtGui.QScreen', 'PySide2.QtCore.QPoint'), ('PySide2.QtGui.QScreen', 'int', 'int'), ('int', 'int')],
3905    "PySide2.QtGui.QCursor.setShape": ('PySide2.QtCore.Qt.CursorShape',),
3906    "PySide2.QtGui.QCursor.shape": (),
3907    "PySide2.QtGui.QCursor.swap": ('PySide2.QtGui.QCursor',),
3908# class PySide2.QtGui.QDesktopServices:
3909    "PySide2.QtGui.QDesktopServices.__init__": (),
3910    "PySide2.QtGui.QDesktopServices.openUrl": ('PySide2.QtCore.QUrl',),
3911    "PySide2.QtGui.QDesktopServices.setUrlHandler": ('str', 'PySide2.QtCore.QObject', 'str'),
3912    "PySide2.QtGui.QDesktopServices.unsetUrlHandler": ('str',),
3913# class PySide2.QtGui.QDoubleValidator:
3914# class PySide2.QtGui.QDoubleValidator.Notation:
3915    "PySide2.QtGui.QDoubleValidator.__init__": [('PySide2.QtCore.QObject',), ('float', 'float', 'int', 'PySide2.QtCore.QObject')],
3916    "PySide2.QtGui.QDoubleValidator.bottom": (),
3917    "PySide2.QtGui.QDoubleValidator.decimals": (),
3918    "PySide2.QtGui.QDoubleValidator.notation": (),
3919    "PySide2.QtGui.QDoubleValidator.setBottom": ('float',),
3920    "PySide2.QtGui.QDoubleValidator.setDecimals": ('int',),
3921    "PySide2.QtGui.QDoubleValidator.setNotation": ('PySide2.QtGui.QDoubleValidator.Notation',),
3922    "PySide2.QtGui.QDoubleValidator.setRange": ('float', 'float', 'int'),
3923    "PySide2.QtGui.QDoubleValidator.setTop": ('float',),
3924    "PySide2.QtGui.QDoubleValidator.top": (),
3925    "PySide2.QtGui.QDoubleValidator.validate": ('str', 'int'),
3926# class PySide2.QtGui.QDrag:
3927    "PySide2.QtGui.QDrag.__init__": ('PySide2.QtCore.QObject',),
3928    "PySide2.QtGui.QDrag.cancel": (),
3929    "PySide2.QtGui.QDrag.defaultAction": (),
3930    "PySide2.QtGui.QDrag.dragCursor": ('PySide2.QtCore.Qt.DropAction',),
3931    "PySide2.QtGui.QDrag.exec_": [('PySide2.QtCore.Qt.DropActions',), ('PySide2.QtCore.Qt.DropActions', 'PySide2.QtCore.Qt.DropAction')],
3932    "PySide2.QtGui.QDrag.hotSpot": (),
3933    "PySide2.QtGui.QDrag.mimeData": (),
3934    "PySide2.QtGui.QDrag.pixmap": (),
3935    "PySide2.QtGui.QDrag.setDragCursor": ('PySide2.QtGui.QPixmap', 'PySide2.QtCore.Qt.DropAction'),
3936    "PySide2.QtGui.QDrag.setHotSpot": ('PySide2.QtCore.QPoint',),
3937    "PySide2.QtGui.QDrag.setMimeData": ('PySide2.QtCore.QMimeData',),
3938    "PySide2.QtGui.QDrag.setPixmap": ('PySide2.QtGui.QPixmap',),
3939    "PySide2.QtGui.QDrag.source": (),
3940    "PySide2.QtGui.QDrag.start": ('PySide2.QtCore.Qt.DropActions',),
3941    "PySide2.QtGui.QDrag.supportedActions": (),
3942    "PySide2.QtGui.QDrag.target": (),
3943# class PySide2.QtGui.QDragEnterEvent:
3944    "PySide2.QtGui.QDragEnterEvent.__init__": ('PySide2.QtCore.QPoint', 'PySide2.QtCore.Qt.DropActions', 'PySide2.QtCore.QMimeData', 'PySide2.QtCore.Qt.MouseButtons', 'PySide2.QtCore.Qt.KeyboardModifiers'),
3945# class PySide2.QtGui.QDragLeaveEvent:
3946    "PySide2.QtGui.QDragLeaveEvent.__init__": (),
3947# class PySide2.QtGui.QDragMoveEvent:
3948    "PySide2.QtGui.QDragMoveEvent.__init__": ('PySide2.QtCore.QPoint', 'PySide2.QtCore.Qt.DropActions', 'PySide2.QtCore.QMimeData', 'PySide2.QtCore.Qt.MouseButtons', 'PySide2.QtCore.Qt.KeyboardModifiers', 'PySide2.QtCore.QEvent.Type'),
3949    "PySide2.QtGui.QDragMoveEvent.accept": [(), ('PySide2.QtCore.QRect',)],
3950    "PySide2.QtGui.QDragMoveEvent.answerRect": (),
3951    "PySide2.QtGui.QDragMoveEvent.ignore": [(), ('PySide2.QtCore.QRect',)],
3952# class PySide2.QtGui.QDropEvent:
3953    "PySide2.QtGui.QDropEvent.__init__": ('PySide2.QtCore.QPointF', 'PySide2.QtCore.Qt.DropActions', 'PySide2.QtCore.QMimeData', 'PySide2.QtCore.Qt.MouseButtons', 'PySide2.QtCore.Qt.KeyboardModifiers', 'PySide2.QtCore.QEvent.Type'),
3954    "PySide2.QtGui.QDropEvent.acceptProposedAction": (),
3955    "PySide2.QtGui.QDropEvent.dropAction": (),
3956    "PySide2.QtGui.QDropEvent.keyboardModifiers": (),
3957    "PySide2.QtGui.QDropEvent.mimeData": (),
3958    "PySide2.QtGui.QDropEvent.mouseButtons": (),
3959    "PySide2.QtGui.QDropEvent.pos": (),
3960    "PySide2.QtGui.QDropEvent.posF": (),
3961    "PySide2.QtGui.QDropEvent.possibleActions": (),
3962    "PySide2.QtGui.QDropEvent.proposedAction": (),
3963    "PySide2.QtGui.QDropEvent.setDropAction": ('PySide2.QtCore.Qt.DropAction',),
3964    "PySide2.QtGui.QDropEvent.source": (),
3965# class PySide2.QtGui.QEnterEvent:
3966    "PySide2.QtGui.QEnterEvent.__init__": ('PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF'),
3967    "PySide2.QtGui.QEnterEvent.globalPos": (),
3968    "PySide2.QtGui.QEnterEvent.globalX": (),
3969    "PySide2.QtGui.QEnterEvent.global""Y": (),
3970    "PySide2.QtGui.QEnterEvent.localPos": (),
3971    "PySide2.QtGui.QEnterEvent.pos": (),
3972    "PySide2.QtGui.QEnterEvent.screenPos": (),
3973    "PySide2.QtGui.QEnterEvent.windowPos": (),
3974    "PySide2.QtGui.QEnterEvent.x": (),
3975    "PySide2.QtGui.QEnterEvent.y": (),
3976# class PySide2.QtGui.QExposeEvent:
3977    "PySide2.QtGui.QExposeEvent.__init__": ('PySide2.QtGui.QRegion',),
3978    "PySide2.QtGui.QExposeEvent.region": (),
3979# class PySide2.QtGui.QFileOpenEvent:
3980    "PySide2.QtGui.QFileOpenEvent.__init__": [('PySide2.QtCore.QUrl',), ('str',)],
3981    "PySide2.QtGui.QFileOpenEvent.file": (),
3982    "PySide2.QtGui.QFileOpenEvent.openFile": ('PySide2.QtCore.QFile', 'PySide2.QtCore.QIODevice.OpenMode'),
3983    "PySide2.QtGui.QFileOpenEvent.url": (),
3984# class PySide2.QtGui.QFocusEvent:
3985    "PySide2.QtGui.QFocusEvent.__init__": ('PySide2.QtCore.QEvent.Type', 'PySide2.QtCore.Qt.FocusReason'),
3986    "PySide2.QtGui.QFocusEvent.gotFocus": (),
3987    "PySide2.QtGui.QFocusEvent.lostFocus": (),
3988    "PySide2.QtGui.QFocusEvent.reason": (),
3989# class PySide2.QtGui.QFont:
3990# class PySide2.QtGui.QFont.Capitalization:
3991# class PySide2.QtGui.QFont.HintingPreference:
3992# class PySide2.QtGui.QFont.SpacingType:
3993# class PySide2.QtGui.QFont.Stretch:
3994# class PySide2.QtGui.QFont.Style:
3995# class PySide2.QtGui.QFont.StyleHint:
3996# class PySide2.QtGui.QFont.StyleStrategy:
3997# class PySide2.QtGui.QFont.Weight:
3998    "PySide2.QtGui.QFont.__init__": [(), ('PySide2.QtGui.QFont',), ('PySide2.QtGui.QFont', 'PySide2.QtGui.QPaintDevice'), ('str', 'int', 'int', 'bool')],
3999    "PySide2.QtGui.QFont.__copy__": (),
4000    "PySide2.QtGui.QFont.__lshift__": ('PySide2.QtCore.QDataStream',),
4001    "PySide2.QtGui.QFont.__rshift__": ('PySide2.QtCore.QDataStream',),
4002    "PySide2.QtGui.QFont.bold": (),
4003    "PySide2.QtGui.QFont.cacheStatistics": (),
4004    "PySide2.QtGui.QFont.capitalization": (),
4005    "PySide2.QtGui.QFont.cleanup": (),
4006    "PySide2.QtGui.QFont.defaultFamily": (),
4007    "PySide2.QtGui.QFont.exactMatch": (),
4008    "PySide2.QtGui.QFont.families": (),
4009    "PySide2.QtGui.QFont.family": (),
4010    "PySide2.QtGui.QFont.fixedPitch": (),
4011    "PySide2.QtGui.QFont.fromString": ('str',),
4012    "PySide2.QtGui.QFont.hintingPreference": (),
4013    "PySide2.QtGui.QFont.initialize": (),
4014    "PySide2.QtGui.QFont.insertSubstitution": ('str', 'str'),
4015    "PySide2.QtGui.QFont.insertSubstitutions": ('str', 'typing.Sequence[str]'),
4016    "PySide2.QtGui.QFont.isCopyOf": ('PySide2.QtGui.QFont',),
4017    "PySide2.QtGui.QFont.italic": (),
4018    "PySide2.QtGui.QFont.kerning": (),
4019    "PySide2.QtGui.QFont.key": (),
4020    "PySide2.QtGui.QFont.lastResortFamily": (),
4021    "PySide2.QtGui.QFont.lastResortFont": (),
4022    "PySide2.QtGui.QFont.letterSpacing": (),
4023    "PySide2.QtGui.QFont.letterSpacingType": (),
4024    "PySide2.QtGui.QFont.overline": (),
4025    "PySide2.QtGui.QFont.pixelSize": (),
4026    "PySide2.QtGui.QFont.pointSize": (),
4027    "PySide2.QtGui.QFont.pointSizeF": (),
4028    "PySide2.QtGui.QFont.rawMode": (),
4029    "PySide2.QtGui.QFont.rawName": (),
4030    "PySide2.QtGui.QFont.removeSubstitutions": ('str',),
4031    "PySide2.QtGui.QFont.resolve": [(), ('PySide2.QtGui.QFont',), ('int',)],
4032    "PySide2.QtGui.QFont.setBold": ('bool',),
4033    "PySide2.QtGui.QFont.setCapitalization": ('PySide2.QtGui.QFont.Capitalization',),
4034    "PySide2.QtGui.QFont.setFamilies": ('typing.Sequence[str]',),
4035    "PySide2.QtGui.QFont.setFamily": ('str',),
4036    "PySide2.QtGui.QFont.setFixedPitch": ('bool',),
4037    "PySide2.QtGui.QFont.setHintingPreference": ('PySide2.QtGui.QFont.HintingPreference',),
4038    "PySide2.QtGui.QFont.setItalic": ('bool',),
4039    "PySide2.QtGui.QFont.setKerning": ('bool',),
4040    "PySide2.QtGui.QFont.setLetterSpacing": ('PySide2.QtGui.QFont.SpacingType', 'float'),
4041    "PySide2.QtGui.QFont.setOverline": ('bool',),
4042    "PySide2.QtGui.QFont.setPixelSize": ('int',),
4043    "PySide2.QtGui.QFont.setPointSize": ('int',),
4044    "PySide2.QtGui.QFont.setPointSizeF": ('float',),
4045    "PySide2.QtGui.QFont.setRawMode": ('bool',),
4046    "PySide2.QtGui.QFont.setRawName": ('str',),
4047    "PySide2.QtGui.QFont.setStretch": ('int',),
4048    "PySide2.QtGui.QFont.setStrikeOut": ('bool',),
4049    "PySide2.QtGui.QFont.setStyle": ('PySide2.QtGui.QFont.Style',),
4050    "PySide2.QtGui.QFont.setStyleHint": ('PySide2.QtGui.QFont.StyleHint', 'PySide2.QtGui.QFont.StyleStrategy'),
4051    "PySide2.QtGui.QFont.setStyleName": ('str',),
4052    "PySide2.QtGui.QFont.setStyleStrategy": ('PySide2.QtGui.QFont.StyleStrategy',),
4053    "PySide2.QtGui.QFont.setUnderline": ('bool',),
4054    "PySide2.QtGui.QFont.setWeight": ('int',),
4055    "PySide2.QtGui.QFont.setWordSpacing": ('float',),
4056    "PySide2.QtGui.QFont.stretch": (),
4057    "PySide2.QtGui.QFont.strikeOut": (),
4058    "PySide2.QtGui.QFont.style": (),
4059    "PySide2.QtGui.QFont.styleHint": (),
4060    "PySide2.QtGui.QFont.styleName": (),
4061    "PySide2.QtGui.QFont.styleStrategy": (),
4062    "PySide2.QtGui.QFont.substitute": ('str',),
4063    "PySide2.QtGui.QFont.substitutes": ('str',),
4064    "PySide2.QtGui.QFont.substitutions": (),
4065    "PySide2.QtGui.QFont.swap": ('PySide2.QtGui.QFont',),
4066    "PySide2.QtGui.QFont.toString": (),
4067    "PySide2.QtGui.QFont.underline": (),
4068    "PySide2.QtGui.QFont.weight": (),
4069    "PySide2.QtGui.QFont.wordSpacing": (),
4070# class PySide2.QtGui.QFontDatabase:
4071# class PySide2.QtGui.QFontDatabase.SystemFont:
4072# class PySide2.QtGui.QFontDatabase.WritingSystem:
4073    "PySide2.QtGui.QFontDatabase.__init__": [(), ('PySide2.QtGui.QFontDatabase',)],
4074    "PySide2.QtGui.QFontDatabase.__copy__": (),
4075    "PySide2.QtGui.QFontDatabase.addApplicationFont": ('str',),
4076    "PySide2.QtGui.QFontDatabase.addApplicationFontFromData": ('PySide2.QtCore.QByteArray',),
4077    "PySide2.QtGui.QFontDatabase.applicationFontFamilies": ('int',),
4078    "PySide2.QtGui.QFontDatabase.bold": ('str', 'str'),
4079    "PySide2.QtGui.QFontDatabase.families": ('PySide2.QtGui.QFontDatabase.WritingSystem',),
4080    "PySide2.QtGui.QFontDatabase.font": ('str', 'str', 'int'),
4081    "PySide2.QtGui.QFontDatabase.hasFamily": ('str',),
4082    "PySide2.QtGui.QFontDatabase.isBitmapScalable": ('str', 'str'),
4083    "PySide2.QtGui.QFontDatabase.isFixedPitch": ('str', 'str'),
4084    "PySide2.QtGui.QFontDatabase.isPrivateFamily": ('str',),
4085    "PySide2.QtGui.QFontDatabase.isScalable": ('str', 'str'),
4086    "PySide2.QtGui.QFontDatabase.isSmoothlyScalable": ('str', 'str'),
4087    "PySide2.QtGui.QFontDatabase.italic": ('str', 'str'),
4088    "PySide2.QtGui.QFontDatabase.pointSizes": ('str', 'str'),
4089    "PySide2.QtGui.QFontDatabase.removeAllApplicationFonts": (),
4090    "PySide2.QtGui.QFontDatabase.removeApplicationFont": ('int',),
4091    "PySide2.QtGui.QFontDatabase.smoothSizes": ('str', 'str'),
4092    "PySide2.QtGui.QFontDatabase.standardSizes": (),
4093    "PySide2.QtGui.QFontDatabase.styleString": [('PySide2.QtGui.QFont',), ('PySide2.QtGui.QFontInfo',)],
4094    "PySide2.QtGui.QFontDatabase.styles": ('str',),
4095    "PySide2.QtGui.QFontDatabase.supportsThreadedFontRendering": (),
4096    "PySide2.QtGui.QFontDatabase.systemFont": ('PySide2.QtGui.QFontDatabase.SystemFont',),
4097    "PySide2.QtGui.QFontDatabase.weight": ('str', 'str'),
4098    "PySide2.QtGui.QFontDatabase.writingSystemName": ('PySide2.QtGui.QFontDatabase.WritingSystem',),
4099    "PySide2.QtGui.QFontDatabase.writingSystemSample": ('PySide2.QtGui.QFontDatabase.WritingSystem',),
4100    "PySide2.QtGui.QFontDatabase.writingSystems": [(), ('str',)],
4101# class PySide2.QtGui.QFontInfo:
4102    "PySide2.QtGui.QFontInfo.__init__": [('PySide2.QtGui.QFont',), ('PySide2.QtGui.QFontInfo',)],
4103    "PySide2.QtGui.QFontInfo.__copy__": (),
4104    "PySide2.QtGui.QFontInfo.bold": (),
4105    "PySide2.QtGui.QFontInfo.exactMatch": (),
4106    "PySide2.QtGui.QFontInfo.family": (),
4107    "PySide2.QtGui.QFontInfo.fixedPitch": (),
4108    "PySide2.QtGui.QFontInfo.italic": (),
4109    "PySide2.QtGui.QFontInfo.overline": (),
4110    "PySide2.QtGui.QFontInfo.pixelSize": (),
4111    "PySide2.QtGui.QFontInfo.pointSize": (),
4112    "PySide2.QtGui.QFontInfo.pointSizeF": (),
4113    "PySide2.QtGui.QFontInfo.rawMode": (),
4114    "PySide2.QtGui.QFontInfo.strikeOut": (),
4115    "PySide2.QtGui.QFontInfo.style": (),
4116    "PySide2.QtGui.QFontInfo.styleHint": (),
4117    "PySide2.QtGui.QFontInfo.styleName": (),
4118    "PySide2.QtGui.QFontInfo.swap": ('PySide2.QtGui.QFontInfo',),
4119    "PySide2.QtGui.QFontInfo.underline": (),
4120    "PySide2.QtGui.QFontInfo.weight": (),
4121# class PySide2.QtGui.QFontMetrics:
4122    "PySide2.QtGui.QFontMetrics.__init__": [('PySide2.QtGui.QFont',), ('PySide2.QtGui.QFont', 'PySide2.QtGui.QPaintDevice'), ('PySide2.QtGui.QFontMetrics',)],
4123    "PySide2.QtGui.QFontMetrics.__copy__": (),
4124    "PySide2.QtGui.QFontMetrics.ascent": (),
4125    "PySide2.QtGui.QFontMetrics.averageCharWidth": (),
4126    "PySide2.QtGui.QFontMetrics.boundingRect": [('PySide2.QtCore.QRect', 'int', 'str', 'int', 'shibokensupport.typing27.Sequence'), ('int', 'int', 'int', 'int', 'int', 'str', 'int', 'shibokensupport.typing27.Sequence'), ('str',)],
4127    "PySide2.QtGui.QFontMetrics.boundingRectChar": ('str',),
4128    "PySide2.QtGui.QFontMetrics.capHeight": (),
4129    "PySide2.QtGui.QFontMetrics.charWidth": ('str', 'int'),
4130    "PySide2.QtGui.QFontMetrics.descent": (),
4131    "PySide2.QtGui.QFontMetrics.elidedText": ('str', 'PySide2.QtCore.Qt.TextElideMode', 'int', 'int'),
4132    "PySide2.QtGui.QFontMetrics.fontDpi": (),
4133    "PySide2.QtGui.QFontMetrics.height": (),
4134    "PySide2.QtGui.QFontMetrics.horizontalAdvance": [('str',), ('str', 'int')],
4135    "PySide2.QtGui.QFontMetrics.inFont": ('str',),
4136    "PySide2.QtGui.QFontMetrics.inFontUcs4": ('int',),
4137    "PySide2.QtGui.QFontMetrics.leading": (),
4138    "PySide2.QtGui.QFontMetrics.leftBearing": ('str',),
4139    "PySide2.QtGui.QFontMetrics.lineSpacing": (),
4140    "PySide2.QtGui.QFontMetrics.lineWidth": (),
4141    "PySide2.QtGui.QFontMetrics.maxWidth": (),
4142    "PySide2.QtGui.QFontMetrics.minLeftBearing": (),
4143    "PySide2.QtGui.QFontMetrics.minRightBearing": (),
4144    "PySide2.QtGui.QFontMetrics.overlinePos": (),
4145    "PySide2.QtGui.QFontMetrics.rightBearing": ('str',),
4146    "PySide2.QtGui.QFontMetrics.size": ('int', 'str', 'int', 'shibokensupport.typing27.Sequence'),
4147    "PySide2.QtGui.QFontMetrics.strikeOutPos": (),
4148    "PySide2.QtGui.QFontMetrics.swap": ('PySide2.QtGui.QFontMetrics',),
4149    "PySide2.QtGui.QFontMetrics.tightBoundingRect": ('str',),
4150    "PySide2.QtGui.QFontMetrics.underlinePos": (),
4151    "PySide2.QtGui.QFontMetrics.width": [('str', 'int'), ('str', 'int', 'int')],
4152    "PySide2.QtGui.QFontMetrics.widthChar": ('str',),
4153    "PySide2.QtGui.QFontMetrics.xHeight": (),
4154# class PySide2.QtGui.QFontMetricsF:
4155    "PySide2.QtGui.QFontMetricsF.__init__": [('PySide2.QtGui.QFont',), ('PySide2.QtGui.QFont', 'PySide2.QtGui.QPaintDevice'), ('PySide2.QtGui.QFontMetrics',), ('PySide2.QtGui.QFontMetricsF',)],
4156    "PySide2.QtGui.QFontMetricsF.__copy__": (),
4157    "PySide2.QtGui.QFontMetricsF.ascent": (),
4158    "PySide2.QtGui.QFontMetricsF.averageCharWidth": (),
4159    "PySide2.QtGui.QFontMetricsF.boundingRect": [('PySide2.QtCore.QRectF', 'int', 'str', 'int', 'shibokensupport.typing27.Sequence'), ('str',)],
4160    "PySide2.QtGui.QFontMetricsF.boundingRectChar": ('str',),
4161    "PySide2.QtGui.QFontMetricsF.capHeight": (),
4162    "PySide2.QtGui.QFontMetricsF.descent": (),
4163    "PySide2.QtGui.QFontMetricsF.elidedText": ('str', 'PySide2.QtCore.Qt.TextElideMode', 'float', 'int'),
4164    "PySide2.QtGui.QFontMetricsF.fontDpi": (),
4165    "PySide2.QtGui.QFontMetricsF.height": (),
4166    "PySide2.QtGui.QFontMetricsF.horizontalAdvance": [('str',), ('str', 'int')],
4167    "PySide2.QtGui.QFontMetricsF.inFont": ('str',),
4168    "PySide2.QtGui.QFontMetricsF.inFontUcs4": ('int',),
4169    "PySide2.QtGui.QFontMetricsF.leading": (),
4170    "PySide2.QtGui.QFontMetricsF.leftBearing": ('str',),
4171    "PySide2.QtGui.QFontMetricsF.lineSpacing": (),
4172    "PySide2.QtGui.QFontMetricsF.lineWidth": (),
4173    "PySide2.QtGui.QFontMetricsF.maxWidth": (),
4174    "PySide2.QtGui.QFontMetricsF.minLeftBearing": (),
4175    "PySide2.QtGui.QFontMetricsF.minRightBearing": (),
4176    "PySide2.QtGui.QFontMetricsF.overlinePos": (),
4177    "PySide2.QtGui.QFontMetricsF.rightBearing": ('str',),
4178    "PySide2.QtGui.QFontMetricsF.size": ('int', 'str', 'int', 'shibokensupport.typing27.Sequence'),
4179    "PySide2.QtGui.QFontMetricsF.strikeOutPos": (),
4180    "PySide2.QtGui.QFontMetricsF.swap": ('PySide2.QtGui.QFontMetricsF',),
4181    "PySide2.QtGui.QFontMetricsF.tightBoundingRect": ('str',),
4182    "PySide2.QtGui.QFontMetricsF.underlinePos": (),
4183    "PySide2.QtGui.QFontMetricsF.width": ('str',),
4184    "PySide2.QtGui.QFontMetricsF.widthChar": ('str',),
4185    "PySide2.QtGui.QFontMetricsF.xHeight": (),
4186# class PySide2.QtGui.QGradient:
4187# class PySide2.QtGui.QGradient.CoordinateMode:
4188# class PySide2.QtGui.QGradient.InterpolationMode:
4189# class PySide2.QtGui.QGradient.Preset:
4190# class PySide2.QtGui.QGradient.Spread:
4191# class PySide2.QtGui.QGradient.Type:
4192    "PySide2.QtGui.QGradient.__init__": [(), ('PySide2.QtGui.QGradient',), ('PySide2.QtGui.QGradient.Preset',)],
4193    "PySide2.QtGui.QGradient.__copy__": (),
4194    "PySide2.QtGui.QGradient.coordinateMode": (),
4195    "PySide2.QtGui.QGradient.interpolationMode": (),
4196    "PySide2.QtGui.QGradient.setColorAt": ('float', 'PySide2.QtGui.QColor'),
4197    "PySide2.QtGui.QGradient.setCoordinateMode": ('PySide2.QtGui.QGradient.CoordinateMode',),
4198    "PySide2.QtGui.QGradient.setInterpolationMode": ('PySide2.QtGui.QGradient.InterpolationMode',),
4199    "PySide2.QtGui.QGradient.setSpread": ('PySide2.QtGui.QGradient.Spread',),
4200    "PySide2.QtGui.QGradient.setStops": ('typing.List[typing.Tuple]',),
4201    "PySide2.QtGui.QGradient.spread": (),
4202    "PySide2.QtGui.QGradient.stops": (),
4203    "PySide2.QtGui.QGradient.type": (),
4204# class PySide2.QtGui.QGuiApplication:
4205    "PySide2.QtGui.QGuiApplication.__init__": [(), ('typing.Sequence[str]',)],
4206    "PySide2.QtGui.QGuiApplication.allWindows": (),
4207    "PySide2.QtGui.QGuiApplication.applicationDisplayName": (),
4208    "PySide2.QtGui.QGuiApplication.applicationState": (),
4209    "PySide2.QtGui.QGuiApplication.changeOverrideCursor": ('PySide2.QtGui.QCursor',),
4210    "PySide2.QtGui.QGuiApplication.clipboard": (),
4211    "PySide2.QtGui.QGuiApplication.desktopFileName": (),
4212    "PySide2.QtGui.QGuiApplication.desktopSettingsAware": (),
4213    "PySide2.QtGui.QGuiApplication.devicePixelRatio": (),
4214    "PySide2.QtGui.QGuiApplication.event": ('PySide2.QtCore.QEvent',),
4215    "PySide2.QtGui.QGuiApplication.exec_": (),
4216    "PySide2.QtGui.QGuiApplication.focusObject": (),
4217    "PySide2.QtGui.QGuiApplication.focusWindow": (),
4218    "PySide2.QtGui.QGuiApplication.font": (),
4219    "PySide2.QtGui.QGuiApplication.highDpiScaleFactorRoundingPolicy": (),
4220    "PySide2.QtGui.QGuiApplication.inputMethod": (),
4221    "PySide2.QtGui.QGuiApplication.isFallbackSessionManagementEnabled": (),
4222    "PySide2.QtGui.QGuiApplication.isLeftToRight": (),
4223    "PySide2.QtGui.QGuiApplication.isRightToLeft": (),
4224    "PySide2.QtGui.QGuiApplication.isSavingSession": (),
4225    "PySide2.QtGui.QGuiApplication.isSessionRestored": (),
4226    "PySide2.QtGui.QGuiApplication.keyboardModifiers": (),
4227    "PySide2.QtGui.QGuiApplication.layoutDirection": (),
4228    "PySide2.QtGui.QGuiApplication.modalWindow": (),
4229    "PySide2.QtGui.QGuiApplication.mouseButtons": (),
4230    "PySide2.QtGui.QGuiApplication.notify": ('PySide2.QtCore.QObject', 'PySide2.QtCore.QEvent'),
4231    "PySide2.QtGui.QGuiApplication.overrideCursor": (),
4232    "PySide2.QtGui.QGuiApplication.palette": (),
4233    "PySide2.QtGui.QGuiApplication.platformName": (),
4234    "PySide2.QtGui.QGuiApplication.primaryScreen": (),
4235    "PySide2.QtGui.QGuiApplication.queryKeyboardModifiers": (),
4236    "PySide2.QtGui.QGuiApplication.quitOnLastWindowClosed": (),
4237    "PySide2.QtGui.QGuiApplication.restoreOverrideCursor": (),
4238    "PySide2.QtGui.QGuiApplication.screenAt": ('PySide2.QtCore.QPoint',),
4239    "PySide2.QtGui.QGuiApplication.screens": (),
4240    "PySide2.QtGui.QGuiApplication.sessionId": (),
4241    "PySide2.QtGui.QGuiApplication.sessionKey": (),
4242    "PySide2.QtGui.QGuiApplication.setApplicationDisplayName": ('str',),
4243    "PySide2.QtGui.QGuiApplication.setDesktopFileName": ('str',),
4244    "PySide2.QtGui.QGuiApplication.setDesktopSettingsAware": ('bool',),
4245    "PySide2.QtGui.QGuiApplication.setFallbackSessionManagementEnabled": ('bool',),
4246    "PySide2.QtGui.QGuiApplication.setFont": ('PySide2.QtGui.QFont',),
4247    "PySide2.QtGui.QGuiApplication.setHighDpiScaleFactorRoundingPolicy": ('PySide2.QtCore.Qt.HighDpiScaleFactorRoundingPolicy',),
4248    "PySide2.QtGui.QGuiApplication.setLayoutDirection": ('PySide2.QtCore.Qt.LayoutDirection',),
4249    "PySide2.QtGui.QGuiApplication.setOverrideCursor": ('PySide2.QtGui.QCursor',),
4250    "PySide2.QtGui.QGuiApplication.setPalette": ('PySide2.QtGui.QPalette',),
4251    "PySide2.QtGui.QGuiApplication.setQuitOnLastWindowClosed": ('bool',),
4252    "PySide2.QtGui.QGuiApplication.setWindowIcon": ('PySide2.QtGui.QIcon',),
4253    "PySide2.QtGui.QGuiApplication.styleHints": (),
4254    "PySide2.QtGui.QGuiApplication.sync": (),
4255    "PySide2.QtGui.QGuiApplication.topLevelAt": ('PySide2.QtCore.QPoint',),
4256    "PySide2.QtGui.QGuiApplication.topLevelWindows": (),
4257    "PySide2.QtGui.QGuiApplication.windowIcon": (),
4258# class PySide2.QtGui.QHelpEvent:
4259    "PySide2.QtGui.QHelpEvent.__init__": ('PySide2.QtCore.QEvent.Type', 'PySide2.QtCore.QPoint', 'PySide2.QtCore.QPoint'),
4260    "PySide2.QtGui.QHelpEvent.globalPos": (),
4261    "PySide2.QtGui.QHelpEvent.globalX": (),
4262    "PySide2.QtGui.QHelpEvent.global""Y": (),
4263    "PySide2.QtGui.QHelpEvent.pos": (),
4264    "PySide2.QtGui.QHelpEvent.x": (),
4265    "PySide2.QtGui.QHelpEvent.y": (),
4266# class PySide2.QtGui.QHideEvent:
4267    "PySide2.QtGui.QHideEvent.__init__": (),
4268# class PySide2.QtGui.QHoverEvent:
4269    "PySide2.QtGui.QHoverEvent.__init__": ('PySide2.QtCore.QEvent.Type', 'PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF', 'PySide2.QtCore.Qt.KeyboardModifiers'),
4270    "PySide2.QtGui.QHoverEvent.oldPos": (),
4271    "PySide2.QtGui.QHoverEvent.oldPosF": (),
4272    "PySide2.QtGui.QHoverEvent.pos": (),
4273    "PySide2.QtGui.QHoverEvent.posF": (),
4274# class PySide2.QtGui.QIcon:
4275# class PySide2.QtGui.QIcon.Mode:
4276# class PySide2.QtGui.QIcon.State:
4277    "PySide2.QtGui.QIcon.__init__": [(), ('PySide2.QtGui.QIcon',), ('PySide2.QtGui.QIconEngine',), ('PySide2.QtGui.QPixmap',), ('str',)],
4278    "PySide2.QtGui.QIcon.__copy__": (),
4279    "PySide2.QtGui.QIcon.__lshift__": ('PySide2.QtCore.QDataStream',),
4280    "PySide2.QtGui.QIcon.__rshift__": ('PySide2.QtCore.QDataStream',),
4281    "PySide2.QtGui.QIcon.actualSize": [('PySide2.QtCore.QSize', 'PySide2.QtGui.QIcon.Mode', 'PySide2.QtGui.QIcon.State'), ('PySide2.QtGui.QWindow', 'PySide2.QtCore.QSize', 'PySide2.QtGui.QIcon.Mode', 'PySide2.QtGui.QIcon.State')],
4282    "PySide2.QtGui.QIcon.addFile": ('str', 'PySide2.QtCore.QSize', 'PySide2.QtGui.QIcon.Mode', 'PySide2.QtGui.QIcon.State'),
4283    "PySide2.QtGui.QIcon.addPixmap": ('PySide2.QtGui.QPixmap', 'PySide2.QtGui.QIcon.Mode', 'PySide2.QtGui.QIcon.State'),
4284    "PySide2.QtGui.QIcon.availableSizes": ('PySide2.QtGui.QIcon.Mode', 'PySide2.QtGui.QIcon.State'),
4285    "PySide2.QtGui.QIcon.cacheKey": (),
4286    "PySide2.QtGui.QIcon.fallbackSearchPaths": (),
4287    "PySide2.QtGui.QIcon.fallbackThemeName": (),
4288    "PySide2.QtGui.QIcon.fromTheme": [('str',), ('str', 'PySide2.QtGui.QIcon')],
4289    "PySide2.QtGui.QIcon.hasThemeIcon": ('str',),
4290    "PySide2.QtGui.QIcon.isMask": (),
4291    "PySide2.QtGui.QIcon.isNull": (),
4292    "PySide2.QtGui.QIcon.name": (),
4293    "PySide2.QtGui.QIcon.paint": [('PySide2.QtGui.QPainter', 'PySide2.QtCore.QRect', 'PySide2.QtCore.Qt.Alignment', 'PySide2.QtGui.QIcon.Mode', 'PySide2.QtGui.QIcon.State'), ('PySide2.QtGui.QPainter', 'int', 'int', 'int', 'int', 'PySide2.QtCore.Qt.Alignment', 'PySide2.QtGui.QIcon.Mode', 'PySide2.QtGui.QIcon.State')],
4294    "PySide2.QtGui.QIcon.pixmap": [('PySide2.QtCore.QSize', 'PySide2.QtGui.QIcon.Mode', 'PySide2.QtGui.QIcon.State'), ('PySide2.QtGui.QWindow', 'PySide2.QtCore.QSize', 'PySide2.QtGui.QIcon.Mode', 'PySide2.QtGui.QIcon.State'), ('int', 'PySide2.QtGui.QIcon.Mode', 'PySide2.QtGui.QIcon.State'), ('int', 'int', 'PySide2.QtGui.QIcon.Mode', 'PySide2.QtGui.QIcon.State')],
4295    "PySide2.QtGui.QIcon.setFallbackSearchPaths": ('typing.Sequence[str]',),
4296    "PySide2.QtGui.QIcon.setFallbackThemeName": ('str',),
4297    "PySide2.QtGui.QIcon.setIsMask": ('bool',),
4298    "PySide2.QtGui.QIcon.setThemeName": ('str',),
4299    "PySide2.QtGui.QIcon.setThemeSearchPaths": ('typing.Sequence[str]',),
4300    "PySide2.QtGui.QIcon.swap": ('PySide2.QtGui.QIcon',),
4301    "PySide2.QtGui.QIcon.themeName": (),
4302    "PySide2.QtGui.QIcon.themeSearchPaths": (),
4303# class PySide2.QtGui.QIconDragEvent:
4304    "PySide2.QtGui.QIconDragEvent.__init__": (),
4305# class PySide2.QtGui.QIconEngine:
4306# class PySide2.QtGui.QIconEngine.AvailableSizesArgument:
4307    "PySide2.QtGui.QIconEngine.AvailableSizesArgument.__init__": (),
4308# class PySide2.QtGui.QIconEngine.IconEngineHook:
4309    "PySide2.QtGui.QIconEngine.__init__": [(), ('PySide2.QtGui.QIconEngine',)],
4310    "PySide2.QtGui.QIconEngine.actualSize": ('PySide2.QtCore.QSize', 'PySide2.QtGui.QIcon.Mode', 'PySide2.QtGui.QIcon.State'),
4311    "PySide2.QtGui.QIconEngine.addFile": ('str', 'PySide2.QtCore.QSize', 'PySide2.QtGui.QIcon.Mode', 'PySide2.QtGui.QIcon.State'),
4312    "PySide2.QtGui.QIconEngine.addPixmap": ('PySide2.QtGui.QPixmap', 'PySide2.QtGui.QIcon.Mode', 'PySide2.QtGui.QIcon.State'),
4313    "PySide2.QtGui.QIconEngine.availableSizes": ('PySide2.QtGui.QIcon.Mode', 'PySide2.QtGui.QIcon.State'),
4314    "PySide2.QtGui.QIconEngine.clone": (),
4315    "PySide2.QtGui.QIconEngine.iconName": (),
4316    "PySide2.QtGui.QIconEngine.isNull": (),
4317    "PySide2.QtGui.QIconEngine.key": (),
4318    "PySide2.QtGui.QIconEngine.paint": ('PySide2.QtGui.QPainter', 'PySide2.QtCore.QRect', 'PySide2.QtGui.QIcon.Mode', 'PySide2.QtGui.QIcon.State'),
4319    "PySide2.QtGui.QIconEngine.pixmap": ('PySide2.QtCore.QSize', 'PySide2.QtGui.QIcon.Mode', 'PySide2.QtGui.QIcon.State'),
4320    "PySide2.QtGui.QIconEngine.read": ('PySide2.QtCore.QDataStream',),
4321    "PySide2.QtGui.QIconEngine.scaledPixmap": ('PySide2.QtCore.QSize', 'PySide2.QtGui.QIcon.Mode', 'PySide2.QtGui.QIcon.State', 'float'),
4322    "PySide2.QtGui.QIconEngine.write": ('PySide2.QtCore.QDataStream',),
4323# class PySide2.QtGui.QImage:
4324# class PySide2.QtGui.QImage.Format:
4325# class PySide2.QtGui.QImage.InvertMode:
4326    "PySide2.QtGui.QImage.__init__": [(), ('PySide2.QtCore.QSize', 'PySide2.QtGui.QImage.Format'), ('PySide2.QtGui.QImage',), ('int', 'int', 'PySide2.QtGui.QImage.Format'), ('str', 'int', 'int', 'PySide2.QtGui.QImage.Format'), ('str', 'int', 'int', 'PySide2.QtGui.QImage.Format', 'typing.Callable', 'int'), ('str', 'int', 'int', 'int', 'PySide2.QtGui.QImage.Format'), ('str', 'int', 'int', 'int', 'PySide2.QtGui.QImage.Format', 'typing.Callable', 'int'), ('str', 'str'), ('typing.Sequence[str]',)],
4327    "PySide2.QtGui.QImage.__copy__": (),
4328    "PySide2.QtGui.QImage.__lshift__": ('PySide2.QtCore.QDataStream',),
4329    "PySide2.QtGui.QImage.__rshift__": ('PySide2.QtCore.QDataStream',),
4330    "PySide2.QtGui.QImage.allGray": (),
4331    "PySide2.QtGui.QImage.alphaChannel": (),
4332    "PySide2.QtGui.QImage.bitPlaneCount": (),
4333    "PySide2.QtGui.QImage.bits": (),
4334    "PySide2.QtGui.QImage.byteCount": (),
4335    "PySide2.QtGui.QImage.bytesPerLine": (),
4336    "PySide2.QtGui.QImage.cacheKey": (),
4337    "PySide2.QtGui.QImage.color": ('int',),
4338    "PySide2.QtGui.QImage.colorCount": (),
4339    "PySide2.QtGui.QImage.colorSpace": (),
4340    "PySide2.QtGui.QImage.colorTable": (),
4341    "PySide2.QtGui.QImage.constBits": (),
4342    "PySide2.QtGui.QImage.constScanLine": ('int',),
4343    "PySide2.QtGui.QImage.convertTo": ('PySide2.QtGui.QImage.Format', 'PySide2.QtCore.Qt.ImageConversionFlags'),
4344    "PySide2.QtGui.QImage.convertToColorSpace": ('PySide2.QtGui.QColorSpace',),
4345    "PySide2.QtGui.QImage.convertToFormat": [('PySide2.QtGui.QImage.Format', 'PySide2.QtCore.Qt.ImageConversionFlags'), ('PySide2.QtGui.QImage.Format', 'typing.List[int]', 'PySide2.QtCore.Qt.ImageConversionFlags')],
4346    "PySide2.QtGui.QImage.convertToFormat_helper": ('PySide2.QtGui.QImage.Format', 'PySide2.QtCore.Qt.ImageConversionFlags'),
4347    "PySide2.QtGui.QImage.convertToFormat_inplace": ('PySide2.QtGui.QImage.Format', 'PySide2.QtCore.Qt.ImageConversionFlags'),
4348    "PySide2.QtGui.QImage.convertedToColorSpace": ('PySide2.QtGui.QColorSpace',),
4349    "PySide2.QtGui.QImage.copy": [('PySide2.QtCore.QRect',), ('int', 'int', 'int', 'int')],
4350    "PySide2.QtGui.QImage.createAlphaMask": ('PySide2.QtCore.Qt.ImageConversionFlags',),
4351    "PySide2.QtGui.QImage.createHeuristicMask": ('bool',),
4352    "PySide2.QtGui.QImage.createMaskFromColor": ('int', 'PySide2.QtCore.Qt.MaskMode'),
4353    "PySide2.QtGui.QImage.depth": (),
4354    "PySide2.QtGui.QImage.devType": (),
4355    "PySide2.QtGui.QImage.devicePixelRatio": (),
4356    "PySide2.QtGui.QImage.dotsPerMeterX": (),
4357    "PySide2.QtGui.QImage.dotsPerMeterY": (),
4358    "PySide2.QtGui.QImage.fill": [('PySide2.QtCore.Qt.GlobalColor',), ('PySide2.QtGui.QColor',), ('int',)],
4359    "PySide2.QtGui.QImage.format": (),
4360    "PySide2.QtGui.QImage.fromData": ('PySide2.QtCore.QByteArray', 'str'),
4361    "PySide2.QtGui.QImage.hasAlphaChannel": (),
4362    "PySide2.QtGui.QImage.height": (),
4363    "PySide2.QtGui.QImage.invertPixels": ('PySide2.QtGui.QImage.InvertMode',),
4364    "PySide2.QtGui.QImage.isGrayscale": (),
4365    "PySide2.QtGui.QImage.isNull": (),
4366    "PySide2.QtGui.QImage.load": [('PySide2.QtCore.QIODevice', 'str'), ('str', 'str')],
4367    "PySide2.QtGui.QImage.loadFromData": ('PySide2.QtCore.QByteArray', 'str'),
4368    "PySide2.QtGui.QImage.metric": ('PySide2.QtGui.QPaintDevice.PaintDeviceMetric',),
4369    "PySide2.QtGui.QImage.mirrored": ('bool', 'bool'),
4370    "PySide2.QtGui.QImage.mirrored_helper": ('bool', 'bool'),
4371    "PySide2.QtGui.QImage.mirrored_inplace": ('bool', 'bool'),
4372    "PySide2.QtGui.QImage.offset": (),
4373    "PySide2.QtGui.QImage.paintEngine": (),
4374    "PySide2.QtGui.QImage.pixel": [('PySide2.QtCore.QPoint',), ('int', 'int')],
4375    "PySide2.QtGui.QImage.pixelColor": [('PySide2.QtCore.QPoint',), ('int', 'int')],
4376    "PySide2.QtGui.QImage.pixelFormat": (),
4377    "PySide2.QtGui.QImage.pixelIndex": [('PySide2.QtCore.QPoint',), ('int', 'int')],
4378    "PySide2.QtGui.QImage.rect": (),
4379    "PySide2.QtGui.QImage.reinterpretAsFormat": ('PySide2.QtGui.QImage.Format',),
4380    "PySide2.QtGui.QImage.rgbSwapped": (),
4381    "PySide2.QtGui.QImage.rgbSwapped_helper": (),
4382    "PySide2.QtGui.QImage.rgbSwapped_inplace": (),
4383    "PySide2.QtGui.QImage.save": [('PySide2.QtCore.QIODevice', 'str', 'int'), ('str', 'str', 'int')],
4384    "PySide2.QtGui.QImage.scaled": [('PySide2.QtCore.QSize', 'PySide2.QtCore.Qt.AspectRatioMode', 'PySide2.QtCore.Qt.TransformationMode'), ('int', 'int', 'PySide2.QtCore.Qt.AspectRatioMode', 'PySide2.QtCore.Qt.TransformationMode')],
4385    "PySide2.QtGui.QImage.scaledToHeight": ('int', 'PySide2.QtCore.Qt.TransformationMode'),
4386    "PySide2.QtGui.QImage.scaledToWidth": ('int', 'PySide2.QtCore.Qt.TransformationMode'),
4387    "PySide2.QtGui.QImage.scanLine": ('int',),
4388    "PySide2.QtGui.QImage.setAlphaChannel": ('PySide2.QtGui.QImage',),
4389    "PySide2.QtGui.QImage.setColor": ('int', 'int'),
4390    "PySide2.QtGui.QImage.setColorCount": ('int',),
4391    "PySide2.QtGui.QImage.setColorSpace": ('PySide2.QtGui.QColorSpace',),
4392    "PySide2.QtGui.QImage.setColorTable": ('typing.List[int]',),
4393    "PySide2.QtGui.QImage.setDevicePixelRatio": ('float',),
4394    "PySide2.QtGui.QImage.setDotsPerMeterX": ('int',),
4395    "PySide2.QtGui.QImage.setDotsPerMeterY": ('int',),
4396    "PySide2.QtGui.QImage.setOffset": ('PySide2.QtCore.QPoint',),
4397    "PySide2.QtGui.QImage.setPixel": [('PySide2.QtCore.QPoint', 'int'), ('int', 'int', 'int')],
4398    "PySide2.QtGui.QImage.setPixelColor": [('PySide2.QtCore.QPoint', 'PySide2.QtGui.QColor'), ('int', 'int', 'PySide2.QtGui.QColor')],
4399    "PySide2.QtGui.QImage.setText": ('str', 'str'),
4400    "PySide2.QtGui.QImage.size": (),
4401    "PySide2.QtGui.QImage.sizeInBytes": (),
4402    "PySide2.QtGui.QImage.smoothScaled": ('int', 'int'),
4403    "PySide2.QtGui.QImage.swap": ('PySide2.QtGui.QImage',),
4404    "PySide2.QtGui.QImage.text": ('str',),
4405    "PySide2.QtGui.QImage.textKeys": (),
4406    "PySide2.QtGui.QImage.toImageFormat": ('PySide2.QtGui.QPixelFormat',),
4407    "PySide2.QtGui.QImage.toPixelFormat": ('PySide2.QtGui.QImage.Format',),
4408    "PySide2.QtGui.QImage.transformed": [('PySide2.QtGui.QMatrix', 'PySide2.QtCore.Qt.TransformationMode'), ('PySide2.QtGui.QTransform', 'PySide2.QtCore.Qt.TransformationMode')],
4409    "PySide2.QtGui.QImage.trueMatrix": [('PySide2.QtGui.QMatrix', 'int', 'int'), ('PySide2.QtGui.QTransform', 'int', 'int')],
4410    "PySide2.QtGui.QImage.valid": [('PySide2.QtCore.QPoint',), ('int', 'int')],
4411    "PySide2.QtGui.QImage.width": (),
4412# class PySide2.QtGui.QImageIOHandler:
4413# class PySide2.QtGui.QImageIOHandler.ImageOption:
4414# class PySide2.QtGui.QImageIOHandler.Transformation:
4415# class PySide2.QtGui.QImageIOHandler.Transformations:
4416    "PySide2.QtGui.QImageIOHandler.__init__": (),
4417    "PySide2.QtGui.QImageIOHandler.canRead": (),
4418    "PySide2.QtGui.QImageIOHandler.currentImageNumber": (),
4419    "PySide2.QtGui.QImageIOHandler.currentImageRect": (),
4420    "PySide2.QtGui.QImageIOHandler.device": (),
4421    "PySide2.QtGui.QImageIOHandler.format": (),
4422    "PySide2.QtGui.QImageIOHandler.imageCount": (),
4423    "PySide2.QtGui.QImageIOHandler.jumpToImage": ('int',),
4424    "PySide2.QtGui.QImageIOHandler.jumpToNextImage": (),
4425    "PySide2.QtGui.QImageIOHandler.loopCount": (),
4426    "PySide2.QtGui.QImageIOHandler.name": (),
4427    "PySide2.QtGui.QImageIOHandler.nextImageDelay": (),
4428    "PySide2.QtGui.QImageIOHandler.option": ('PySide2.QtGui.QImageIOHandler.ImageOption',),
4429    "PySide2.QtGui.QImageIOHandler.read": ('PySide2.QtGui.QImage',),
4430    "PySide2.QtGui.QImageIOHandler.setDevice": ('PySide2.QtCore.QIODevice',),
4431    "PySide2.QtGui.QImageIOHandler.setFormat": ('PySide2.QtCore.QByteArray',),
4432    "PySide2.QtGui.QImageIOHandler.setOption": ('PySide2.QtGui.QImageIOHandler.ImageOption', 'typing.Any'),
4433    "PySide2.QtGui.QImageIOHandler.supportsOption": ('PySide2.QtGui.QImageIOHandler.ImageOption',),
4434    "PySide2.QtGui.QImageIOHandler.write": ('PySide2.QtGui.QImage',),
4435# class PySide2.QtGui.QImageReader:
4436# class PySide2.QtGui.QImageReader.ImageReaderError:
4437    "PySide2.QtGui.QImageReader.__init__": [(), ('PySide2.QtCore.QIODevice', 'PySide2.QtCore.QByteArray'), ('str', 'PySide2.QtCore.QByteArray')],
4438    "PySide2.QtGui.QImageReader.autoDetectImageFormat": (),
4439    "PySide2.QtGui.QImageReader.autoTransform": (),
4440    "PySide2.QtGui.QImageReader.backgroundColor": (),
4441    "PySide2.QtGui.QImageReader.canRead": (),
4442    "PySide2.QtGui.QImageReader.clipRect": (),
4443    "PySide2.QtGui.QImageReader.currentImageNumber": (),
4444    "PySide2.QtGui.QImageReader.currentImageRect": (),
4445    "PySide2.QtGui.QImageReader.decideFormatFromContent": (),
4446    "PySide2.QtGui.QImageReader.device": (),
4447    "PySide2.QtGui.QImageReader.error": (),
4448    "PySide2.QtGui.QImageReader.errorString": (),
4449    "PySide2.QtGui.QImageReader.fileName": (),
4450    "PySide2.QtGui.QImageReader.format": (),
4451    "PySide2.QtGui.QImageReader.gamma": (),
4452    "PySide2.QtGui.QImageReader.imageCount": (),
4453    "PySide2.QtGui.QImageReader.imageFormat": [(), ('PySide2.QtCore.QIODevice',), ('str',)],
4454    "PySide2.QtGui.QImageReader.imageFormatsForMimeType": ('PySide2.QtCore.QByteArray',),
4455    "PySide2.QtGui.QImageReader.jumpToImage": ('int',),
4456    "PySide2.QtGui.QImageReader.jumpToNextImage": (),
4457    "PySide2.QtGui.QImageReader.loopCount": (),
4458    "PySide2.QtGui.QImageReader.nextImageDelay": (),
4459    "PySide2.QtGui.QImageReader.quality": (),
4460    "PySide2.QtGui.QImageReader.read": (),
4461    "PySide2.QtGui.QImageReader.scaledClipRect": (),
4462    "PySide2.QtGui.QImageReader.scaledSize": (),
4463    "PySide2.QtGui.QImageReader.setAutoDetectImageFormat": ('bool',),
4464    "PySide2.QtGui.QImageReader.setAutoTransform": ('bool',),
4465    "PySide2.QtGui.QImageReader.setBackgroundColor": ('PySide2.QtGui.QColor',),
4466    "PySide2.QtGui.QImageReader.setClipRect": ('PySide2.QtCore.QRect',),
4467    "PySide2.QtGui.QImageReader.setDecideFormatFromContent": ('bool',),
4468    "PySide2.QtGui.QImageReader.setDevice": ('PySide2.QtCore.QIODevice',),
4469    "PySide2.QtGui.QImageReader.setFileName": ('str',),
4470    "PySide2.QtGui.QImageReader.setFormat": ('PySide2.QtCore.QByteArray',),
4471    "PySide2.QtGui.QImageReader.setGamma": ('float',),
4472    "PySide2.QtGui.QImageReader.setQuality": ('int',),
4473    "PySide2.QtGui.QImageReader.setScaledClipRect": ('PySide2.QtCore.QRect',),
4474    "PySide2.QtGui.QImageReader.setScaledSize": ('PySide2.QtCore.QSize',),
4475    "PySide2.QtGui.QImageReader.size": (),
4476    "PySide2.QtGui.QImageReader.subType": (),
4477    "PySide2.QtGui.QImageReader.supportedImageFormats": (),
4478    "PySide2.QtGui.QImageReader.supportedMimeTypes": (),
4479    "PySide2.QtGui.QImageReader.supportedSubTypes": (),
4480    "PySide2.QtGui.QImageReader.supportsAnimation": (),
4481    "PySide2.QtGui.QImageReader.supportsOption": ('PySide2.QtGui.QImageIOHandler.ImageOption',),
4482    "PySide2.QtGui.QImageReader.text": ('str',),
4483    "PySide2.QtGui.QImageReader.textKeys": (),
4484    "PySide2.QtGui.QImageReader.transformation": (),
4485# class PySide2.QtGui.QImageWriter:
4486# class PySide2.QtGui.QImageWriter.ImageWriterError:
4487    "PySide2.QtGui.QImageWriter.__init__": [(), ('PySide2.QtCore.QIODevice', 'PySide2.QtCore.QByteArray'), ('str', 'PySide2.QtCore.QByteArray')],
4488    "PySide2.QtGui.QImageWriter.canWrite": (),
4489    "PySide2.QtGui.QImageWriter.compression": (),
4490    "PySide2.QtGui.QImageWriter.description": (),
4491    "PySide2.QtGui.QImageWriter.device": (),
4492    "PySide2.QtGui.QImageWriter.error": (),
4493    "PySide2.QtGui.QImageWriter.errorString": (),
4494    "PySide2.QtGui.QImageWriter.fileName": (),
4495    "PySide2.QtGui.QImageWriter.format": (),
4496    "PySide2.QtGui.QImageWriter.gamma": (),
4497    "PySide2.QtGui.QImageWriter.imageFormatsForMimeType": ('PySide2.QtCore.QByteArray',),
4498    "PySide2.QtGui.QImageWriter.optimizedWrite": (),
4499    "PySide2.QtGui.QImageWriter.progressiveScanWrite": (),
4500    "PySide2.QtGui.QImageWriter.quality": (),
4501    "PySide2.QtGui.QImageWriter.setCompression": ('int',),
4502    "PySide2.QtGui.QImageWriter.setDescription": ('str',),
4503    "PySide2.QtGui.QImageWriter.setDevice": ('PySide2.QtCore.QIODevice',),
4504    "PySide2.QtGui.QImageWriter.setFileName": ('str',),
4505    "PySide2.QtGui.QImageWriter.setFormat": ('PySide2.QtCore.QByteArray',),
4506    "PySide2.QtGui.QImageWriter.setGamma": ('float',),
4507    "PySide2.QtGui.QImageWriter.setOptimizedWrite": ('bool',),
4508    "PySide2.QtGui.QImageWriter.setProgressiveScanWrite": ('bool',),
4509    "PySide2.QtGui.QImageWriter.setQuality": ('int',),
4510    "PySide2.QtGui.QImageWriter.setSubType": ('PySide2.QtCore.QByteArray',),
4511    "PySide2.QtGui.QImageWriter.setText": ('str', 'str'),
4512    "PySide2.QtGui.QImageWriter.setTransformation": ('PySide2.QtGui.QImageIOHandler.Transformations',),
4513    "PySide2.QtGui.QImageWriter.subType": (),
4514    "PySide2.QtGui.QImageWriter.supportedImageFormats": (),
4515    "PySide2.QtGui.QImageWriter.supportedMimeTypes": (),
4516    "PySide2.QtGui.QImageWriter.supportedSubTypes": (),
4517    "PySide2.QtGui.QImageWriter.supportsOption": ('PySide2.QtGui.QImageIOHandler.ImageOption',),
4518    "PySide2.QtGui.QImageWriter.transformation": (),
4519    "PySide2.QtGui.QImageWriter.write": ('PySide2.QtGui.QImage',),
4520# class PySide2.QtGui.QInputEvent:
4521    "PySide2.QtGui.QInputEvent.__init__": ('PySide2.QtCore.QEvent.Type', 'PySide2.QtCore.Qt.KeyboardModifiers'),
4522    "PySide2.QtGui.QInputEvent.modifiers": (),
4523    "PySide2.QtGui.QInputEvent.setModifiers": ('PySide2.QtCore.Qt.KeyboardModifiers',),
4524    "PySide2.QtGui.QInputEvent.setTimestamp": ('int',),
4525    "PySide2.QtGui.QInputEvent.timestamp": (),
4526# class PySide2.QtGui.QInputMethod:
4527# class PySide2.QtGui.QInputMethod.Action:
4528    "PySide2.QtGui.QInputMethod.anchorRectangle": (),
4529    "PySide2.QtGui.QInputMethod.commit": (),
4530    "PySide2.QtGui.QInputMethod.cursorRectangle": (),
4531    "PySide2.QtGui.QInputMethod.hide": (),
4532    "PySide2.QtGui.QInputMethod.inputDirection": (),
4533    "PySide2.QtGui.QInputMethod.inputItemClipRectangle": (),
4534    "PySide2.QtGui.QInputMethod.inputItemRectangle": (),
4535    "PySide2.QtGui.QInputMethod.inputItemTransform": (),
4536    "PySide2.QtGui.QInputMethod.invokeAction": ('PySide2.QtGui.QInputMethod.Action', 'int'),
4537    "PySide2.QtGui.QInputMethod.isAnimating": (),
4538    "PySide2.QtGui.QInputMethod.isVisible": (),
4539    "PySide2.QtGui.QInputMethod.keyboardRectangle": (),
4540    "PySide2.QtGui.QInputMethod.locale": (),
4541    "PySide2.QtGui.QInputMethod.queryFocusObject": ('PySide2.QtCore.Qt.InputMethodQuery', 'typing.Any'),
4542    "PySide2.QtGui.QInputMethod.reset": (),
4543    "PySide2.QtGui.QInputMethod.setInputItemRectangle": ('PySide2.QtCore.QRectF',),
4544    "PySide2.QtGui.QInputMethod.setInputItemTransform": ('PySide2.QtGui.QTransform',),
4545    "PySide2.QtGui.QInputMethod.setVisible": ('bool',),
4546    "PySide2.QtGui.QInputMethod.show": (),
4547    "PySide2.QtGui.QInputMethod.update": ('PySide2.QtCore.Qt.InputMethodQueries',),
4548# class PySide2.QtGui.QInputMethodEvent:
4549# class PySide2.QtGui.QInputMethodEvent.Attribute:
4550    "PySide2.QtGui.QInputMethodEvent.Attribute.__init__": [('PySide2.QtGui.QInputMethodEvent.Attribute',), ('PySide2.QtGui.QInputMethodEvent.AttributeType', 'int', 'int'), ('PySide2.QtGui.QInputMethodEvent.AttributeType', 'int', 'int', 'typing.Any')],
4551    "PySide2.QtGui.QInputMethodEvent.Attribute.__copy__": (),
4552# class PySide2.QtGui.QInputMethodEvent.AttributeType:
4553    "PySide2.QtGui.QInputMethodEvent.__init__": [(), ('PySide2.QtGui.QInputMethodEvent',), ('str', 'typing.Sequence[PySide2.QtGui.QInputMethodEvent.Attribute]')],
4554    "PySide2.QtGui.QInputMethodEvent.attributes": (),
4555    "PySide2.QtGui.QInputMethodEvent.commitString": (),
4556    "PySide2.QtGui.QInputMethodEvent.preeditString": (),
4557    "PySide2.QtGui.QInputMethodEvent.replacementLength": (),
4558    "PySide2.QtGui.QInputMethodEvent.replacementStart": (),
4559    "PySide2.QtGui.QInputMethodEvent.setCommitString": ('str', 'int', 'int'),
4560# class PySide2.QtGui.QInputMethodQueryEvent:
4561    "PySide2.QtGui.QInputMethodQueryEvent.__init__": ('PySide2.QtCore.Qt.InputMethodQueries',),
4562    "PySide2.QtGui.QInputMethodQueryEvent.queries": (),
4563    "PySide2.QtGui.QInputMethodQueryEvent.setValue": ('PySide2.QtCore.Qt.InputMethodQuery', 'typing.Any'),
4564    "PySide2.QtGui.QInputMethodQueryEvent.value": ('PySide2.QtCore.Qt.InputMethodQuery',),
4565# class PySide2.QtGui.QIntValidator:
4566    "PySide2.QtGui.QIntValidator.__init__": [('PySide2.QtCore.QObject',), ('int', 'int', 'PySide2.QtCore.QObject')],
4567    "PySide2.QtGui.QIntValidator.bottom": (),
4568    "PySide2.QtGui.QIntValidator.fixup": ('str',),
4569    "PySide2.QtGui.QIntValidator.setBottom": ('int',),
4570    "PySide2.QtGui.QIntValidator.setRange": ('int', 'int'),
4571    "PySide2.QtGui.QIntValidator.setTop": ('int',),
4572    "PySide2.QtGui.QIntValidator.top": (),
4573    "PySide2.QtGui.QIntValidator.validate": ('str', 'int'),
4574# class PySide2.QtGui.QKeyEvent:
4575    "PySide2.QtGui.QKeyEvent.__init__": [('PySide2.QtCore.QEvent.Type', 'int', 'PySide2.QtCore.Qt.KeyboardModifiers', 'int', 'int', 'int', 'str', 'bool', 'int'), ('PySide2.QtCore.QEvent.Type', 'int', 'PySide2.QtCore.Qt.KeyboardModifiers', 'str', 'bool', 'int')],
4576    "PySide2.QtGui.QKeyEvent.count": (),
4577    "PySide2.QtGui.QKeyEvent.isAutoRepeat": (),
4578    "PySide2.QtGui.QKeyEvent.key": (),
4579    "PySide2.QtGui.QKeyEvent.matches": ('PySide2.QtGui.QKeySequence.StandardKey',),
4580    "PySide2.QtGui.QKeyEvent.modifiers": (),
4581    "PySide2.QtGui.QKeyEvent.nativeModifiers": (),
4582    "PySide2.QtGui.QKeyEvent.nativeScanCode": (),
4583    "PySide2.QtGui.QKeyEvent.nativeVirtualKey": (),
4584    "PySide2.QtGui.QKeyEvent.text": (),
4585# class PySide2.QtGui.QKeySequence:
4586# class PySide2.QtGui.QKeySequence.SequenceFormat:
4587# class PySide2.QtGui.QKeySequence.SequenceMatch:
4588# class PySide2.QtGui.QKeySequence.StandardKey:
4589    "PySide2.QtGui.QKeySequence.__init__": [(), ('PySide2.QtGui.QKeySequence',), ('PySide2.QtGui.QKeySequence.StandardKey',), ('int', 'int', 'int', 'int'), ('str', 'PySide2.QtGui.QKeySequence.SequenceFormat')],
4590    "PySide2.QtGui.QKeySequence.__copy__": (),
4591    "PySide2.QtGui.QKeySequence.__lshift__": ('PySide2.QtCore.QDataStream',),
4592    "PySide2.QtGui.QKeySequence.__reduce__": (),
4593    "PySide2.QtGui.QKeySequence.__repr__": (),
4594    "PySide2.QtGui.QKeySequence.__rshift__": ('PySide2.QtCore.QDataStream',),
4595    "PySide2.QtGui.QKeySequence.count": (),
4596    "PySide2.QtGui.QKeySequence.fromString": ('str', 'PySide2.QtGui.QKeySequence.SequenceFormat'),
4597    "PySide2.QtGui.QKeySequence.isEmpty": (),
4598    "PySide2.QtGui.QKeySequence.keyBindings": ('PySide2.QtGui.QKeySequence.StandardKey',),
4599    "PySide2.QtGui.QKeySequence.listFromString": ('str', 'PySide2.QtGui.QKeySequence.SequenceFormat'),
4600    "PySide2.QtGui.QKeySequence.listToString": ('typing.Sequence[PySide2.QtGui.QKeySequence]', 'PySide2.QtGui.QKeySequence.SequenceFormat'),
4601    "PySide2.QtGui.QKeySequence.matches": ('PySide2.QtGui.QKeySequence',),
4602    "PySide2.QtGui.QKeySequence.mnemonic": ('str',),
4603    "PySide2.QtGui.QKeySequence.swap": ('PySide2.QtGui.QKeySequence',),
4604    "PySide2.QtGui.QKeySequence.toString": ('PySide2.QtGui.QKeySequence.SequenceFormat',),
4605# class PySide2.QtGui.QLinearGradient:
4606    "PySide2.QtGui.QLinearGradient.__init__": [(), ('PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF'), ('PySide2.QtGui.QLinearGradient',), ('float', 'float', 'float', 'float')],
4607    "PySide2.QtGui.QLinearGradient.__copy__": (),
4608    "PySide2.QtGui.QLinearGradient.finalStop": (),
4609    "PySide2.QtGui.QLinearGradient.setFinalStop": [('PySide2.QtCore.QPointF',), ('float', 'float')],
4610    "PySide2.QtGui.QLinearGradient.setStart": [('PySide2.QtCore.QPointF',), ('float', 'float')],
4611    "PySide2.QtGui.QLinearGradient.start": (),
4612# class PySide2.QtGui.QMatrix:
4613    "PySide2.QtGui.QMatrix.__init__": [(), ('PySide2.QtGui.QMatrix',), ('float', 'float', 'float', 'float', 'float', 'float')],
4614    "PySide2.QtGui.QMatrix.__copy__": (),
4615    "PySide2.QtGui.QMatrix.__imul__": ('PySide2.QtGui.QMatrix',),
4616    "PySide2.QtGui.QMatrix.__lshift__": ('PySide2.QtCore.QDataStream',),
4617    "PySide2.QtGui.QMatrix.__mul__": [('PySide2.QtCore.QLine',), ('PySide2.QtCore.QLineF',), ('PySide2.QtCore.QPoint',), ('PySide2.QtCore.QPointF',), ('PySide2.QtGui.QMatrix',)],
4618    "PySide2.QtGui.QMatrix.__reduce__": (),
4619    "PySide2.QtGui.QMatrix.__repr__": (),
4620    "PySide2.QtGui.QMatrix.__rshift__": ('PySide2.QtCore.QDataStream',),
4621    "PySide2.QtGui.QMatrix.determinant": (),
4622    "PySide2.QtGui.QMatrix.dx": (),
4623    "PySide2.QtGui.QMatrix.dy": (),
4624    "PySide2.QtGui.QMatrix.inverted": (),
4625    "PySide2.QtGui.QMatrix.isIdentity": (),
4626    "PySide2.QtGui.QMatrix.isInvertible": (),
4627    "PySide2.QtGui.QMatrix.m11": (),
4628    "PySide2.QtGui.QMatrix.m12": (),
4629    "PySide2.QtGui.QMatrix.m21": (),
4630    "PySide2.QtGui.QMatrix.m22": (),
4631    "PySide2.QtGui.QMatrix.map": [('PySide2.QtCore.QLine',), ('PySide2.QtCore.QLineF',), ('PySide2.QtCore.QPoint',), ('PySide2.QtCore.QPointF',), ('PySide2.QtGui.QPainterPath',), ('PySide2.QtGui.QPolygon',), ('PySide2.QtGui.QPolygonF',), ('PySide2.QtGui.QRegion',), ('float', 'float'), ('int', 'int')],
4632    "PySide2.QtGui.QMatrix.mapRect": [('PySide2.QtCore.QRect',), ('PySide2.QtCore.QRectF',)],
4633    "PySide2.QtGui.QMatrix.mapToPolygon": ('PySide2.QtCore.QRect',),
4634    "PySide2.QtGui.QMatrix.reset": (),
4635    "PySide2.QtGui.QMatrix.rotate": ('float',),
4636    "PySide2.QtGui.QMatrix.scale": ('float', 'float'),
4637    "PySide2.QtGui.QMatrix.setMatrix": ('float', 'float', 'float', 'float', 'float', 'float'),
4638    "PySide2.QtGui.QMatrix.shear": ('float', 'float'),
4639    "PySide2.QtGui.QMatrix.translate": ('float', 'float'),
4640# class PySide2.QtGui.QMatrix2x2:
4641    "PySide2.QtGui.QMatrix2x2.__init__": [(), ('PySide2.QtGui.QMatrix2x2',), ('typing.Iterable',)],
4642    "PySide2.QtGui.QMatrix2x2.__call__": ('int', 'int'),
4643    "PySide2.QtGui.QMatrix2x2.__copy__": (),
4644    "PySide2.QtGui.QMatrix2x2.__iadd__": ('PySide2.QtGui.QMatrix2x2',),
4645    "PySide2.QtGui.QMatrix2x2.__imul__": ('float',),
4646    "PySide2.QtGui.QMatrix2x2.__isub__": ('PySide2.QtGui.QMatrix2x2',),
4647    "PySide2.QtGui.QMatrix2x2.__reduce__": (),
4648    "PySide2.QtGui.QMatrix2x2.__repr__": (),
4649    "PySide2.QtGui.QMatrix2x2.data": (),
4650    "PySide2.QtGui.QMatrix2x2.fill": ('float',),
4651    "PySide2.QtGui.QMatrix2x2.isIdentity": (),
4652    "PySide2.QtGui.QMatrix2x2.setToIdentity": (),
4653    "PySide2.QtGui.QMatrix2x2.transposed": (),
4654# class PySide2.QtGui.QMatrix2x3:
4655    "PySide2.QtGui.QMatrix2x3.__init__": [(), ('PySide2.QtGui.QMatrix2x3',), ('typing.Iterable',)],
4656    "PySide2.QtGui.QMatrix2x3.__call__": ('int', 'int'),
4657    "PySide2.QtGui.QMatrix2x3.__copy__": (),
4658    "PySide2.QtGui.QMatrix2x3.__iadd__": ('PySide2.QtGui.QMatrix2x3',),
4659    "PySide2.QtGui.QMatrix2x3.__imul__": ('float',),
4660    "PySide2.QtGui.QMatrix2x3.__isub__": ('PySide2.QtGui.QMatrix2x3',),
4661    "PySide2.QtGui.QMatrix2x3.__reduce__": (),
4662    "PySide2.QtGui.QMatrix2x3.__repr__": (),
4663    "PySide2.QtGui.QMatrix2x3.data": (),
4664    "PySide2.QtGui.QMatrix2x3.fill": ('float',),
4665    "PySide2.QtGui.QMatrix2x3.isIdentity": (),
4666    "PySide2.QtGui.QMatrix2x3.setToIdentity": (),
4667    "PySide2.QtGui.QMatrix2x3.transposed": (),
4668# class PySide2.QtGui.QMatrix2x4:
4669    "PySide2.QtGui.QMatrix2x4.__init__": [(), ('PySide2.QtGui.QMatrix2x4',), ('typing.Iterable',)],
4670    "PySide2.QtGui.QMatrix2x4.__call__": ('int', 'int'),
4671    "PySide2.QtGui.QMatrix2x4.__copy__": (),
4672    "PySide2.QtGui.QMatrix2x4.__iadd__": ('PySide2.QtGui.QMatrix2x4',),
4673    "PySide2.QtGui.QMatrix2x4.__imul__": ('float',),
4674    "PySide2.QtGui.QMatrix2x4.__isub__": ('PySide2.QtGui.QMatrix2x4',),
4675    "PySide2.QtGui.QMatrix2x4.__reduce__": (),
4676    "PySide2.QtGui.QMatrix2x4.__repr__": (),
4677    "PySide2.QtGui.QMatrix2x4.data": (),
4678    "PySide2.QtGui.QMatrix2x4.fill": ('float',),
4679    "PySide2.QtGui.QMatrix2x4.isIdentity": (),
4680    "PySide2.QtGui.QMatrix2x4.setToIdentity": (),
4681    "PySide2.QtGui.QMatrix2x4.transposed": (),
4682# class PySide2.QtGui.QMatrix3x2:
4683    "PySide2.QtGui.QMatrix3x2.__init__": [(), ('PySide2.QtGui.QMatrix3x2',), ('typing.Iterable',)],
4684    "PySide2.QtGui.QMatrix3x2.__call__": ('int', 'int'),
4685    "PySide2.QtGui.QMatrix3x2.__copy__": (),
4686    "PySide2.QtGui.QMatrix3x2.__iadd__": ('PySide2.QtGui.QMatrix3x2',),
4687    "PySide2.QtGui.QMatrix3x2.__imul__": ('float',),
4688    "PySide2.QtGui.QMatrix3x2.__isub__": ('PySide2.QtGui.QMatrix3x2',),
4689    "PySide2.QtGui.QMatrix3x2.__reduce__": (),
4690    "PySide2.QtGui.QMatrix3x2.__repr__": (),
4691    "PySide2.QtGui.QMatrix3x2.data": (),
4692    "PySide2.QtGui.QMatrix3x2.fill": ('float',),
4693    "PySide2.QtGui.QMatrix3x2.isIdentity": (),
4694    "PySide2.QtGui.QMatrix3x2.setToIdentity": (),
4695    "PySide2.QtGui.QMatrix3x2.transposed": (),
4696# class PySide2.QtGui.QMatrix3x3:
4697    "PySide2.QtGui.QMatrix3x3.__init__": [(), ('PySide2.QtGui.QMatrix3x3',), ('typing.Iterable',)],
4698    "PySide2.QtGui.QMatrix3x3.__call__": ('int', 'int'),
4699    "PySide2.QtGui.QMatrix3x3.__copy__": (),
4700    "PySide2.QtGui.QMatrix3x3.__iadd__": ('PySide2.QtGui.QMatrix3x3',),
4701    "PySide2.QtGui.QMatrix3x3.__imul__": ('float',),
4702    "PySide2.QtGui.QMatrix3x3.__isub__": ('PySide2.QtGui.QMatrix3x3',),
4703    "PySide2.QtGui.QMatrix3x3.__reduce__": (),
4704    "PySide2.QtGui.QMatrix3x3.__repr__": (),
4705    "PySide2.QtGui.QMatrix3x3.data": (),
4706    "PySide2.QtGui.QMatrix3x3.fill": ('float',),
4707    "PySide2.QtGui.QMatrix3x3.isIdentity": (),
4708    "PySide2.QtGui.QMatrix3x3.setToIdentity": (),
4709    "PySide2.QtGui.QMatrix3x3.transposed": (),
4710# class PySide2.QtGui.QMatrix3x4:
4711    "PySide2.QtGui.QMatrix3x4.__init__": [(), ('PySide2.QtGui.QMatrix3x4',), ('typing.Iterable',)],
4712    "PySide2.QtGui.QMatrix3x4.__call__": ('int', 'int'),
4713    "PySide2.QtGui.QMatrix3x4.__copy__": (),
4714    "PySide2.QtGui.QMatrix3x4.__iadd__": ('PySide2.QtGui.QMatrix3x4',),
4715    "PySide2.QtGui.QMatrix3x4.__imul__": ('float',),
4716    "PySide2.QtGui.QMatrix3x4.__isub__": ('PySide2.QtGui.QMatrix3x4',),
4717    "PySide2.QtGui.QMatrix3x4.__reduce__": (),
4718    "PySide2.QtGui.QMatrix3x4.__repr__": (),
4719    "PySide2.QtGui.QMatrix3x4.data": (),
4720    "PySide2.QtGui.QMatrix3x4.fill": ('float',),
4721    "PySide2.QtGui.QMatrix3x4.isIdentity": (),
4722    "PySide2.QtGui.QMatrix3x4.setToIdentity": (),
4723    "PySide2.QtGui.QMatrix3x4.transposed": (),
4724# class PySide2.QtGui.QMatrix4x2:
4725    "PySide2.QtGui.QMatrix4x2.__init__": [(), ('PySide2.QtGui.QMatrix4x2',), ('typing.Iterable',)],
4726    "PySide2.QtGui.QMatrix4x2.__call__": ('int', 'int'),
4727    "PySide2.QtGui.QMatrix4x2.__copy__": (),
4728    "PySide2.QtGui.QMatrix4x2.__iadd__": ('PySide2.QtGui.QMatrix4x2',),
4729    "PySide2.QtGui.QMatrix4x2.__imul__": ('float',),
4730    "PySide2.QtGui.QMatrix4x2.__isub__": ('PySide2.QtGui.QMatrix4x2',),
4731    "PySide2.QtGui.QMatrix4x2.__reduce__": (),
4732    "PySide2.QtGui.QMatrix4x2.__repr__": (),
4733    "PySide2.QtGui.QMatrix4x2.data": (),
4734    "PySide2.QtGui.QMatrix4x2.fill": ('float',),
4735    "PySide2.QtGui.QMatrix4x2.isIdentity": (),
4736    "PySide2.QtGui.QMatrix4x2.setToIdentity": (),
4737    "PySide2.QtGui.QMatrix4x2.transposed": (),
4738# class PySide2.QtGui.QMatrix4x3:
4739    "PySide2.QtGui.QMatrix4x3.__init__": [(), ('PySide2.QtGui.QMatrix4x3',), ('typing.Iterable',)],
4740    "PySide2.QtGui.QMatrix4x3.__call__": ('int', 'int'),
4741    "PySide2.QtGui.QMatrix4x3.__copy__": (),
4742    "PySide2.QtGui.QMatrix4x3.__iadd__": ('PySide2.QtGui.QMatrix4x3',),
4743    "PySide2.QtGui.QMatrix4x3.__imul__": ('float',),
4744    "PySide2.QtGui.QMatrix4x3.__isub__": ('PySide2.QtGui.QMatrix4x3',),
4745    "PySide2.QtGui.QMatrix4x3.__reduce__": (),
4746    "PySide2.QtGui.QMatrix4x3.__repr__": (),
4747    "PySide2.QtGui.QMatrix4x3.data": (),
4748    "PySide2.QtGui.QMatrix4x3.fill": ('float',),
4749    "PySide2.QtGui.QMatrix4x3.isIdentity": (),
4750    "PySide2.QtGui.QMatrix4x3.setToIdentity": (),
4751    "PySide2.QtGui.QMatrix4x3.transposed": (),
4752# class PySide2.QtGui.QMatrix4x4:
4753    "PySide2.QtGui.QMatrix4x4.__init__": [(), ('PySide2.QtGui.QMatrix',), ('PySide2.QtGui.QTransform',), ('float', 'float', 'float', 'float', 'float', 'float', 'float', 'float', 'float', 'float', 'float', 'float', 'float', 'float', 'float', 'float'), ('typing.Sequence[float]',)],
4754    "PySide2.QtGui.QMatrix4x4.__add__": ('PySide2.QtGui.QMatrix4x4',),
4755    "PySide2.QtGui.QMatrix4x4.__copy__": (),
4756    "PySide2.QtGui.QMatrix4x4.__dummy": ('typing.Sequence[float]',),
4757    "PySide2.QtGui.QMatrix4x4.__iadd__": ('PySide2.QtGui.QMatrix4x4',),
4758    "PySide2.QtGui.QMatrix4x4.__imul__": [('PySide2.QtGui.QMatrix4x4',), ('float',)],
4759    "PySide2.QtGui.QMatrix4x4.__isub__": ('PySide2.QtGui.QMatrix4x4',),
4760    "PySide2.QtGui.QMatrix4x4.__lshift__": ('PySide2.QtCore.QDataStream',),
4761    "PySide2.QtGui.QMatrix4x4.__mul__": [('PySide2.QtCore.QPoint',), ('PySide2.QtCore.QPointF',), ('PySide2.QtGui.QMatrix4x4',), ('float',)],
4762    "PySide2.QtGui.QMatrix4x4.__neg__": (),
4763    "PySide2.QtGui.QMatrix4x4.__reduce__": (),
4764    "PySide2.QtGui.QMatrix4x4.__repr__": (),
4765    "PySide2.QtGui.QMatrix4x4.__rshift__": ('PySide2.QtCore.QDataStream',),
4766    "PySide2.QtGui.QMatrix4x4.__sub__": ('PySide2.QtGui.QMatrix4x4',),
4767    "PySide2.QtGui.QMatrix4x4.column": ('int',),
4768    "PySide2.QtGui.QMatrix4x4.copyDataTo": (),
4769    "PySide2.QtGui.QMatrix4x4.data": (),
4770    "PySide2.QtGui.QMatrix4x4.determinant": (),
4771    "PySide2.QtGui.QMatrix4x4.fill": ('float',),
4772    "PySide2.QtGui.QMatrix4x4.flipCoordinates": (),
4773    "PySide2.QtGui.QMatrix4x4.frustum": ('float', 'float', 'float', 'float', 'float', 'float'),
4774    "PySide2.QtGui.QMatrix4x4.inverted": (),
4775    "PySide2.QtGui.QMatrix4x4.isAffine": (),
4776    "PySide2.QtGui.QMatrix4x4.isIdentity": (),
4777    "PySide2.QtGui.QMatrix4x4.lookAt": ('PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D'),
4778    "PySide2.QtGui.QMatrix4x4.map": [('PySide2.QtCore.QPoint',), ('PySide2.QtCore.QPointF',), ('PySide2.QtGui.QVector3D',), ('PySide2.QtGui.QVector4D',)],
4779    "PySide2.QtGui.QMatrix4x4.mapRect": [('PySide2.QtCore.QRect',), ('PySide2.QtCore.QRectF',)],
4780    "PySide2.QtGui.QMatrix4x4.mapVector": ('PySide2.QtGui.QVector3D',),
4781    "PySide2.QtGui.QMatrix4x4.normalMatrix": (),
4782    "PySide2.QtGui.QMatrix4x4.optimize": (),
4783    "PySide2.QtGui.QMatrix4x4.ortho": [('PySide2.QtCore.QRect',), ('PySide2.QtCore.QRectF',), ('float', 'float', 'float', 'float', 'float', 'float')],
4784    "PySide2.QtGui.QMatrix4x4.perspective": ('float', 'float', 'float', 'float'),
4785    "PySide2.QtGui.QMatrix4x4.rotate": [('PySide2.QtGui.QQuaternion',), ('float', 'PySide2.QtGui.QVector3D'), ('float', 'float', 'float', 'float')],
4786    "PySide2.QtGui.QMatrix4x4.row": ('int',),
4787    "PySide2.QtGui.QMatrix4x4.scale": [('PySide2.QtGui.QVector3D',), ('float',), ('float', 'float'), ('float', 'float', 'float')],
4788    "PySide2.QtGui.QMatrix4x4.setColumn": ('int', 'PySide2.QtGui.QVector4D'),
4789    "PySide2.QtGui.QMatrix4x4.setRow": ('int', 'PySide2.QtGui.QVector4D'),
4790    "PySide2.QtGui.QMatrix4x4.setToIdentity": (),
4791    "PySide2.QtGui.QMatrix4x4.toAffine": (),
4792    "PySide2.QtGui.QMatrix4x4.toTransform": [(), ('float',)],
4793    "PySide2.QtGui.QMatrix4x4.translate": [('PySide2.QtGui.QVector3D',), ('float', 'float'), ('float', 'float', 'float')],
4794    "PySide2.QtGui.QMatrix4x4.transposed": (),
4795    "PySide2.QtGui.QMatrix4x4.viewport": [('PySide2.QtCore.QRectF',), ('float', 'float', 'float', 'float', 'float', 'float')],
4796# class PySide2.QtGui.QMouseEvent:
4797    "PySide2.QtGui.QMouseEvent.__init__": [('PySide2.QtCore.QEvent.Type', 'PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF', 'PySide2.QtCore.Qt.MouseButton', 'PySide2.QtCore.Qt.MouseButtons', 'PySide2.QtCore.Qt.KeyboardModifiers'), ('PySide2.QtCore.QEvent.Type', 'PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF', 'PySide2.QtCore.Qt.MouseButton', 'PySide2.QtCore.Qt.MouseButtons', 'PySide2.QtCore.Qt.KeyboardModifiers', 'PySide2.QtCore.Qt.MouseEventSource'), ('PySide2.QtCore.QEvent.Type', 'PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF', 'PySide2.QtCore.Qt.MouseButton', 'PySide2.QtCore.Qt.MouseButtons', 'PySide2.QtCore.Qt.KeyboardModifiers'), ('PySide2.QtCore.QEvent.Type', 'PySide2.QtCore.QPointF', 'PySide2.QtCore.Qt.MouseButton', 'PySide2.QtCore.Qt.MouseButtons', 'PySide2.QtCore.Qt.KeyboardModifiers')],
4798    "PySide2.QtGui.QMouseEvent.button": (),
4799    "PySide2.QtGui.QMouseEvent.buttons": (),
4800    "PySide2.QtGui.QMouseEvent.flags": (),
4801    "PySide2.QtGui.QMouseEvent.globalPos": (),
4802    "PySide2.QtGui.QMouseEvent.globalX": (),
4803    "PySide2.QtGui.QMouseEvent.global""Y": (),
4804    "PySide2.QtGui.QMouseEvent.localPos": (),
4805    "PySide2.QtGui.QMouseEvent.pos": (),
4806    "PySide2.QtGui.QMouseEvent.screenPos": (),
4807    "PySide2.QtGui.QMouseEvent.setLocalPos": ('PySide2.QtCore.QPointF',),
4808    "PySide2.QtGui.QMouseEvent.source": (),
4809    "PySide2.QtGui.QMouseEvent.windowPos": (),
4810    "PySide2.QtGui.QMouseEvent.x": (),
4811    "PySide2.QtGui.QMouseEvent.y": (),
4812# class PySide2.QtGui.QMoveEvent:
4813    "PySide2.QtGui.QMoveEvent.__init__": ('PySide2.QtCore.QPoint', 'PySide2.QtCore.QPoint'),
4814    "PySide2.QtGui.QMoveEvent.oldPos": (),
4815    "PySide2.QtGui.QMoveEvent.pos": (),
4816# class PySide2.QtGui.QMovie:
4817# class PySide2.QtGui.QMovie.CacheMode:
4818# class PySide2.QtGui.QMovie.MovieState:
4819    "PySide2.QtGui.QMovie.__init__": [('PySide2.QtCore.QIODevice', 'PySide2.QtCore.QByteArray', 'PySide2.QtCore.QObject'), ('PySide2.QtCore.QObject',), ('str', 'PySide2.QtCore.QByteArray', 'PySide2.QtCore.QObject')],
4820    "PySide2.QtGui.QMovie.backgroundColor": (),
4821    "PySide2.QtGui.QMovie.cacheMode": (),
4822    "PySide2.QtGui.QMovie.currentFrameNumber": (),
4823    "PySide2.QtGui.QMovie.currentImage": (),
4824    "PySide2.QtGui.QMovie.currentPixmap": (),
4825    "PySide2.QtGui.QMovie.device": (),
4826    "PySide2.QtGui.QMovie.fileName": (),
4827    "PySide2.QtGui.QMovie.format": (),
4828    "PySide2.QtGui.QMovie.frameCount": (),
4829    "PySide2.QtGui.QMovie.frameRect": (),
4830    "PySide2.QtGui.QMovie.isValid": (),
4831    "PySide2.QtGui.QMovie.jumpToFrame": ('int',),
4832    "PySide2.QtGui.QMovie.jumpToNextFrame": (),
4833    "PySide2.QtGui.QMovie.lastError": (),
4834    "PySide2.QtGui.QMovie.lastErrorString": (),
4835    "PySide2.QtGui.QMovie.loopCount": (),
4836    "PySide2.QtGui.QMovie.nextFrameDelay": (),
4837    "PySide2.QtGui.QMovie.scaledSize": (),
4838    "PySide2.QtGui.QMovie.setBackgroundColor": ('PySide2.QtGui.QColor',),
4839    "PySide2.QtGui.QMovie.setCacheMode": ('PySide2.QtGui.QMovie.CacheMode',),
4840    "PySide2.QtGui.QMovie.setDevice": ('PySide2.QtCore.QIODevice',),
4841    "PySide2.QtGui.QMovie.setFileName": ('str',),
4842    "PySide2.QtGui.QMovie.setFormat": ('PySide2.QtCore.QByteArray',),
4843    "PySide2.QtGui.QMovie.setPaused": ('bool',),
4844    "PySide2.QtGui.QMovie.setScaledSize": ('PySide2.QtCore.QSize',),
4845    "PySide2.QtGui.QMovie.setSpeed": ('int',),
4846    "PySide2.QtGui.QMovie.speed": (),
4847    "PySide2.QtGui.QMovie.start": (),
4848    "PySide2.QtGui.QMovie.state": (),
4849    "PySide2.QtGui.QMovie.stop": (),
4850    "PySide2.QtGui.QMovie.supportedFormats": (),
4851# class PySide2.QtGui.QNativeGestureEvent:
4852    "PySide2.QtGui.QNativeGestureEvent.__init__": [('PySide2.QtCore.Qt.NativeGestureType', 'PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF', 'float', 'int', 'int'), ('PySide2.QtCore.Qt.NativeGestureType', 'PySide2.QtGui.QTouchDevice', 'PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF', 'float', 'int', 'int')],
4853    "PySide2.QtGui.QNativeGestureEvent.device": (),
4854    "PySide2.QtGui.QNativeGestureEvent.gestureType": (),
4855    "PySide2.QtGui.QNativeGestureEvent.globalPos": (),
4856    "PySide2.QtGui.QNativeGestureEvent.localPos": (),
4857    "PySide2.QtGui.QNativeGestureEvent.pos": (),
4858    "PySide2.QtGui.QNativeGestureEvent.screenPos": (),
4859    "PySide2.QtGui.QNativeGestureEvent.value": (),
4860    "PySide2.QtGui.QNativeGestureEvent.windowPos": (),
4861# class PySide2.QtGui.QOffscreenSurface:
4862    "PySide2.QtGui.QOffscreenSurface.__init__": [('PySide2.QtGui.QScreen',), ('PySide2.QtGui.QScreen', 'PySide2.QtCore.QObject')],
4863    "PySide2.QtGui.QOffscreenSurface.create": (),
4864    "PySide2.QtGui.QOffscreenSurface.destroy": (),
4865    "PySide2.QtGui.QOffscreenSurface.format": (),
4866    "PySide2.QtGui.QOffscreenSurface.isValid": (),
4867    "PySide2.QtGui.QOffscreenSurface.nativeHandle": (),
4868    "PySide2.QtGui.QOffscreenSurface.requestedFormat": (),
4869    "PySide2.QtGui.QOffscreenSurface.screen": (),
4870    "PySide2.QtGui.QOffscreenSurface.setFormat": ('PySide2.QtGui.QSurfaceFormat',),
4871    "PySide2.QtGui.QOffscreenSurface.setNativeHandle": ('int',),
4872    "PySide2.QtGui.QOffscreenSurface.setScreen": ('PySide2.QtGui.QScreen',),
4873    "PySide2.QtGui.QOffscreenSurface.size": (),
4874    "PySide2.QtGui.QOffscreenSurface.surfaceHandle": (),
4875    "PySide2.QtGui.QOffscreenSurface.surfaceType": (),
4876# class PySide2.QtGui.QOpenGLBuffer:
4877# class PySide2.QtGui.QOpenGLBuffer.Access:
4878# class PySide2.QtGui.QOpenGLBuffer.RangeAccessFlag:
4879# class PySide2.QtGui.QOpenGLBuffer.RangeAccessFlags:
4880# class PySide2.QtGui.QOpenGLBuffer.Type:
4881# class PySide2.QtGui.QOpenGLBuffer.UsagePattern:
4882    "PySide2.QtGui.QOpenGLBuffer.__init__": [(), ('PySide2.QtGui.QOpenGLBuffer',), ('PySide2.QtGui.QOpenGLBuffer.Type',)],
4883    "PySide2.QtGui.QOpenGLBuffer.allocate": [('int',), ('int', 'int')],
4884    "PySide2.QtGui.QOpenGLBuffer.bind": (),
4885    "PySide2.QtGui.QOpenGLBuffer.bufferId": (),
4886    "PySide2.QtGui.QOpenGLBuffer.create": (),
4887    "PySide2.QtGui.QOpenGLBuffer.destroy": (),
4888    "PySide2.QtGui.QOpenGLBuffer.isCreated": (),
4889    "PySide2.QtGui.QOpenGLBuffer.map": ('PySide2.QtGui.QOpenGLBuffer.Access',),
4890    "PySide2.QtGui.QOpenGLBuffer.mapRange": ('int', 'int', 'PySide2.QtGui.QOpenGLBuffer.RangeAccessFlags'),
4891    "PySide2.QtGui.QOpenGLBuffer.read": ('int', 'int', 'int'),
4892    "PySide2.QtGui.QOpenGLBuffer.release": [(), ('PySide2.QtGui.QOpenGLBuffer.Type',)],
4893    "PySide2.QtGui.QOpenGLBuffer.setUsagePattern": ('PySide2.QtGui.QOpenGLBuffer.UsagePattern',),
4894    "PySide2.QtGui.QOpenGLBuffer.size": (),
4895    "PySide2.QtGui.QOpenGLBuffer.type": (),
4896    "PySide2.QtGui.QOpenGLBuffer.unmap": (),
4897    "PySide2.QtGui.QOpenGLBuffer.usagePattern": (),
4898    "PySide2.QtGui.QOpenGLBuffer.write": ('int', 'int', 'int'),
4899# class PySide2.QtGui.QOpenGLContext:
4900# class PySide2.QtGui.QOpenGLContext.OpenGLModuleType:
4901    "PySide2.QtGui.QOpenGLContext.__init__": ('PySide2.QtCore.QObject',),
4902    "PySide2.QtGui.QOpenGLContext.areSharing": ('PySide2.QtGui.QOpenGLContext', 'PySide2.QtGui.QOpenGLContext'),
4903    "PySide2.QtGui.QOpenGLContext.create": (),
4904    "PySide2.QtGui.QOpenGLContext.currentContext": (),
4905    "PySide2.QtGui.QOpenGLContext.defaultFramebufferObject": (),
4906    "PySide2.QtGui.QOpenGLContext.doneCurrent": (),
4907    "PySide2.QtGui.QOpenGLContext.extensions": (),
4908    "PySide2.QtGui.QOpenGLContext.extraFunctions": (),
4909    "PySide2.QtGui.QOpenGLContext.format": (),
4910    "PySide2.QtGui.QOpenGLContext.functions": (),
4911    "PySide2.QtGui.QOpenGLContext.globalShareContext": (),
4912    "PySide2.QtGui.QOpenGLContext.hasExtension": ('PySide2.QtCore.QByteArray',),
4913    "PySide2.QtGui.QOpenGLContext.isOpenGLES": (),
4914    "PySide2.QtGui.QOpenGLContext.isValid": (),
4915    "PySide2.QtGui.QOpenGLContext.makeCurrent": ('PySide2.QtGui.QSurface',),
4916    "PySide2.QtGui.QOpenGLContext.nativeHandle": (),
4917    "PySide2.QtGui.QOpenGLContext.openGLModuleHandle": (),
4918    "PySide2.QtGui.QOpenGLContext.openGLModuleType": (),
4919    "PySide2.QtGui.QOpenGLContext.screen": (),
4920    "PySide2.QtGui.QOpenGLContext.setFormat": ('PySide2.QtGui.QSurfaceFormat',),
4921    "PySide2.QtGui.QOpenGLContext.setNativeHandle": ('typing.Any',),
4922    "PySide2.QtGui.QOpenGLContext.setScreen": ('PySide2.QtGui.QScreen',),
4923    "PySide2.QtGui.QOpenGLContext.setShareContext": ('PySide2.QtGui.QOpenGLContext',),
4924    "PySide2.QtGui.QOpenGLContext.shareContext": (),
4925    "PySide2.QtGui.QOpenGLContext.shareGroup": (),
4926    "PySide2.QtGui.QOpenGLContext.supportsThreadedOpenGL": (),
4927    "PySide2.QtGui.QOpenGLContext.surface": (),
4928    "PySide2.QtGui.QOpenGLContext.swapBuffers": ('PySide2.QtGui.QSurface',),
4929    "PySide2.QtGui.QOpenGLContext.versionFunctions": ('PySide2.QtGui.QOpenGLVersionProfile',),
4930# class PySide2.QtGui.QOpenGLContextGroup:
4931    "PySide2.QtGui.QOpenGLContextGroup.currentContextGroup": (),
4932    "PySide2.QtGui.QOpenGLContextGroup.shares": (),
4933# class PySide2.QtGui.QOpenGLDebugLogger:
4934# class PySide2.QtGui.QOpenGLDebugLogger.LoggingMode:
4935    "PySide2.QtGui.QOpenGLDebugLogger.__init__": ('PySide2.QtCore.QObject',),
4936    "PySide2.QtGui.QOpenGLDebugLogger.disableMessages": [('PySide2.QtGui.QOpenGLDebugMessage.Sources', 'PySide2.QtGui.QOpenGLDebugMessage.Types', 'PySide2.QtGui.QOpenGLDebugMessage.Severities'), ('typing.List[int]', 'PySide2.QtGui.QOpenGLDebugMessage.Sources', 'PySide2.QtGui.QOpenGLDebugMessage.Types')],
4937    "PySide2.QtGui.QOpenGLDebugLogger.enableMessages": [('PySide2.QtGui.QOpenGLDebugMessage.Sources', 'PySide2.QtGui.QOpenGLDebugMessage.Types', 'PySide2.QtGui.QOpenGLDebugMessage.Severities'), ('typing.List[int]', 'PySide2.QtGui.QOpenGLDebugMessage.Sources', 'PySide2.QtGui.QOpenGLDebugMessage.Types')],
4938    "PySide2.QtGui.QOpenGLDebugLogger.initialize": (),
4939    "PySide2.QtGui.QOpenGLDebugLogger.isLogging": (),
4940    "PySide2.QtGui.QOpenGLDebugLogger.logMessage": ('PySide2.QtGui.QOpenGLDebugMessage',),
4941    "PySide2.QtGui.QOpenGLDebugLogger.loggedMessages": (),
4942    "PySide2.QtGui.QOpenGLDebugLogger.loggingMode": (),
4943    "PySide2.QtGui.QOpenGLDebugLogger.maximumMessageLength": (),
4944    "PySide2.QtGui.QOpenGLDebugLogger.popGroup": (),
4945    "PySide2.QtGui.QOpenGLDebugLogger.pushGroup": ('str', 'int', 'PySide2.QtGui.QOpenGLDebugMessage.Source'),
4946    "PySide2.QtGui.QOpenGLDebugLogger.startLogging": ('PySide2.QtGui.QOpenGLDebugLogger.LoggingMode',),
4947    "PySide2.QtGui.QOpenGLDebugLogger.stopLogging": (),
4948# class PySide2.QtGui.QOpenGLDebugMessage:
4949# class PySide2.QtGui.QOpenGLDebugMessage.Severities:
4950# class PySide2.QtGui.QOpenGLDebugMessage.Severity:
4951# class PySide2.QtGui.QOpenGLDebugMessage.Source:
4952# class PySide2.QtGui.QOpenGLDebugMessage.Sources:
4953# class PySide2.QtGui.QOpenGLDebugMessage.Type:
4954# class PySide2.QtGui.QOpenGLDebugMessage.Types:
4955    "PySide2.QtGui.QOpenGLDebugMessage.__init__": [(), ('PySide2.QtGui.QOpenGLDebugMessage',)],
4956    "PySide2.QtGui.QOpenGLDebugMessage.__copy__": (),
4957    "PySide2.QtGui.QOpenGLDebugMessage.createApplicationMessage": ('str', 'int', 'PySide2.QtGui.QOpenGLDebugMessage.Severity', 'PySide2.QtGui.QOpenGLDebugMessage.Type'),
4958    "PySide2.QtGui.QOpenGLDebugMessage.createThirdPartyMessage": ('str', 'int', 'PySide2.QtGui.QOpenGLDebugMessage.Severity', 'PySide2.QtGui.QOpenGLDebugMessage.Type'),
4959    "PySide2.QtGui.QOpenGLDebugMessage.id": (),
4960    "PySide2.QtGui.QOpenGLDebugMessage.message": (),
4961    "PySide2.QtGui.QOpenGLDebugMessage.severity": (),
4962    "PySide2.QtGui.QOpenGLDebugMessage.source": (),
4963    "PySide2.QtGui.QOpenGLDebugMessage.swap": ('PySide2.QtGui.QOpenGLDebugMessage',),
4964    "PySide2.QtGui.QOpenGLDebugMessage.type": (),
4965# class PySide2.QtGui.QOpenGLExtraFunctions:
4966    "PySide2.QtGui.QOpenGLExtraFunctions.__init__": [(), ('PySide2.QtGui.QOpenGLContext',)],
4967    "PySide2.QtGui.QOpenGLExtraFunctions.glActiveShaderProgram": ('int', 'int'),
4968    "PySide2.QtGui.QOpenGLExtraFunctions.glBeginQuery": ('int', 'int'),
4969    "PySide2.QtGui.QOpenGLExtraFunctions.glBeginTransformFeedback": ('int',),
4970    "PySide2.QtGui.QOpenGLExtraFunctions.glBindBufferBase": ('int', 'int', 'int'),
4971    "PySide2.QtGui.QOpenGLExtraFunctions.glBindImageTexture": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
4972    "PySide2.QtGui.QOpenGLExtraFunctions.glBindProgramPipeline": ('int',),
4973    "PySide2.QtGui.QOpenGLExtraFunctions.glBindSampler": ('int', 'int'),
4974    "PySide2.QtGui.QOpenGLExtraFunctions.glBindTransformFeedback": ('int', 'int'),
4975    "PySide2.QtGui.QOpenGLExtraFunctions.glBindVertexArray": ('int',),
4976    "PySide2.QtGui.QOpenGLExtraFunctions.glBlendBarrier": (),
4977    "PySide2.QtGui.QOpenGLExtraFunctions.glBlendEquationSeparatei": ('int', 'int', 'int'),
4978    "PySide2.QtGui.QOpenGLExtraFunctions.glBlendEquationi": ('int', 'int'),
4979    "PySide2.QtGui.QOpenGLExtraFunctions.glBlendFuncSeparatei": ('int', 'int', 'int', 'int', 'int'),
4980    "PySide2.QtGui.QOpenGLExtraFunctions.glBlendFunci": ('int', 'int', 'int'),
4981    "PySide2.QtGui.QOpenGLExtraFunctions.glBlitFramebuffer": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
4982    "PySide2.QtGui.QOpenGLExtraFunctions.glClearBufferfi": ('int', 'int', 'float', 'int'),
4983    "PySide2.QtGui.QOpenGLExtraFunctions.glClearBufferfv": ('int', 'int', 'typing.Sequence[float]'),
4984    "PySide2.QtGui.QOpenGLExtraFunctions.glClearBufferiv": ('int', 'int', 'shibokensupport.typing27.Sequence'),
4985    "PySide2.QtGui.QOpenGLExtraFunctions.glClearBufferuiv": ('int', 'int', 'shibokensupport.typing27.Sequence'),
4986    "PySide2.QtGui.QOpenGLExtraFunctions.glColorMaski": ('int', 'int', 'int', 'int', 'int'),
4987    "PySide2.QtGui.QOpenGLExtraFunctions.glCompressedTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
4988    "PySide2.QtGui.QOpenGLExtraFunctions.glCompressedTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
4989    "PySide2.QtGui.QOpenGLExtraFunctions.glCopyImageSubData": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
4990    "PySide2.QtGui.QOpenGLExtraFunctions.glCopyTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
4991    "PySide2.QtGui.QOpenGLExtraFunctions.glDebugMessageControl": ('int', 'int', 'int', 'int', 'shibokensupport.typing27.Sequence', 'int'),
4992    "PySide2.QtGui.QOpenGLExtraFunctions.glDebugMessageInsert": ('int', 'int', 'int', 'int', 'int', 'str'),
4993    "PySide2.QtGui.QOpenGLExtraFunctions.glDeleteProgramPipelines": ('int', 'shibokensupport.typing27.Sequence'),
4994    "PySide2.QtGui.QOpenGLExtraFunctions.glDeleteQueries": ('int', 'shibokensupport.typing27.Sequence'),
4995    "PySide2.QtGui.QOpenGLExtraFunctions.glDeleteSamplers": ('int', 'shibokensupport.typing27.Sequence'),
4996    "PySide2.QtGui.QOpenGLExtraFunctions.glDeleteTransformFeedbacks": ('int', 'shibokensupport.typing27.Sequence'),
4997    "PySide2.QtGui.QOpenGLExtraFunctions.glDeleteVertexArrays": ('int', 'shibokensupport.typing27.Sequence'),
4998    "PySide2.QtGui.QOpenGLExtraFunctions.glDisablei": ('int', 'int'),
4999    "PySide2.QtGui.QOpenGLExtraFunctions.glDispatchCompute": ('int', 'int', 'int'),
5000    "PySide2.QtGui.QOpenGLExtraFunctions.glDrawArraysIndirect": ('int', 'int'),
5001    "PySide2.QtGui.QOpenGLExtraFunctions.glDrawArraysInstanced": ('int', 'int', 'int', 'int'),
5002    "PySide2.QtGui.QOpenGLExtraFunctions.glDrawBuffers": ('int', 'shibokensupport.typing27.Sequence'),
5003    "PySide2.QtGui.QOpenGLExtraFunctions.glDrawElementsBaseVertex": ('int', 'int', 'int', 'int', 'int'),
5004    "PySide2.QtGui.QOpenGLExtraFunctions.glDrawElementsIndirect": ('int', 'int', 'int'),
5005    "PySide2.QtGui.QOpenGLExtraFunctions.glDrawElementsInstanced": ('int', 'int', 'int', 'int', 'int'),
5006    "PySide2.QtGui.QOpenGLExtraFunctions.glDrawElementsInstancedBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int'),
5007    "PySide2.QtGui.QOpenGLExtraFunctions.glDrawRangeElements": ('int', 'int', 'int', 'int', 'int', 'int'),
5008    "PySide2.QtGui.QOpenGLExtraFunctions.glDrawRangeElementsBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
5009    "PySide2.QtGui.QOpenGLExtraFunctions.glEnablei": ('int', 'int'),
5010    "PySide2.QtGui.QOpenGLExtraFunctions.glEndQuery": ('int',),
5011    "PySide2.QtGui.QOpenGLExtraFunctions.glFramebufferParameteri": ('int', 'int', 'int'),
5012    "PySide2.QtGui.QOpenGLExtraFunctions.glFramebufferTexture": ('int', 'int', 'int', 'int'),
5013    "PySide2.QtGui.QOpenGLExtraFunctions.glFramebufferTextureLayer": ('int', 'int', 'int', 'int', 'int'),
5014    "PySide2.QtGui.QOpenGLExtraFunctions.glGenProgramPipelines": ('int', 'shibokensupport.typing27.Sequence'),
5015    "PySide2.QtGui.QOpenGLExtraFunctions.glGenQueries": ('int', 'shibokensupport.typing27.Sequence'),
5016    "PySide2.QtGui.QOpenGLExtraFunctions.glGenSamplers": ('int', 'shibokensupport.typing27.Sequence'),
5017    "PySide2.QtGui.QOpenGLExtraFunctions.glGenTransformFeedbacks": ('int', 'shibokensupport.typing27.Sequence'),
5018    "PySide2.QtGui.QOpenGLExtraFunctions.glGenVertexArrays": ('int', 'shibokensupport.typing27.Sequence'),
5019    "PySide2.QtGui.QOpenGLExtraFunctions.glGetActiveUniformBlockiv": ('int', 'int', 'int', 'shibokensupport.typing27.Sequence'),
5020    "PySide2.QtGui.QOpenGLExtraFunctions.glGetActiveUniformsiv": ('int', 'int', 'shibokensupport.typing27.Sequence', 'int', 'shibokensupport.typing27.Sequence'),
5021    "PySide2.QtGui.QOpenGLExtraFunctions.glGetBufferParameteri64v": ('int', 'int'),
5022    "PySide2.QtGui.QOpenGLExtraFunctions.glGetFragDataLocation": ('int', 'str'),
5023    "PySide2.QtGui.QOpenGLExtraFunctions.glGetFramebufferParameteriv": ('int', 'int', 'shibokensupport.typing27.Sequence'),
5024    "PySide2.QtGui.QOpenGLExtraFunctions.glGetGraphicsResetStatus": (),
5025    "PySide2.QtGui.QOpenGLExtraFunctions.glGetInteger64i_v": ('int', 'int'),
5026    "PySide2.QtGui.QOpenGLExtraFunctions.glGetInteger64v": ('int',),
5027    "PySide2.QtGui.QOpenGLExtraFunctions.glGetIntegeri_v": ('int', 'int', 'shibokensupport.typing27.Sequence'),
5028    "PySide2.QtGui.QOpenGLExtraFunctions.glGetInternalformativ": ('int', 'int', 'int', 'int', 'shibokensupport.typing27.Sequence'),
5029    "PySide2.QtGui.QOpenGLExtraFunctions.glGetMultisamplefv": ('int', 'int', 'typing.Sequence[float]'),
5030    "PySide2.QtGui.QOpenGLExtraFunctions.glGetProgramBinary": ('int', 'int', 'int'),
5031    "PySide2.QtGui.QOpenGLExtraFunctions.glGetProgramInterfaceiv": ('int', 'int', 'int', 'shibokensupport.typing27.Sequence'),
5032    "PySide2.QtGui.QOpenGLExtraFunctions.glGetProgramPipelineiv": ('int', 'int', 'shibokensupport.typing27.Sequence'),
5033    "PySide2.QtGui.QOpenGLExtraFunctions.glGetProgramResourceIndex": ('int', 'int', 'str'),
5034    "PySide2.QtGui.QOpenGLExtraFunctions.glGetProgramResourceLocation": ('int', 'int', 'str'),
5035    "PySide2.QtGui.QOpenGLExtraFunctions.glGetProgramResourceiv": ('int', 'int', 'int', 'int', 'shibokensupport.typing27.Sequence', 'int', 'shibokensupport.typing27.Sequence', 'shibokensupport.typing27.Sequence'),
5036    "PySide2.QtGui.QOpenGLExtraFunctions.glGetQueryObjectuiv": ('int', 'int', 'shibokensupport.typing27.Sequence'),
5037    "PySide2.QtGui.QOpenGLExtraFunctions.glGetQueryiv": ('int', 'int', 'shibokensupport.typing27.Sequence'),
5038    "PySide2.QtGui.QOpenGLExtraFunctions.glGetSamplerParameterIiv": ('int', 'int'),
5039    "PySide2.QtGui.QOpenGLExtraFunctions.glGetSamplerParameterIuiv": ('int', 'int'),
5040    "PySide2.QtGui.QOpenGLExtraFunctions.glGetSamplerParameterfv": ('int', 'int', 'typing.Sequence[float]'),
5041    "PySide2.QtGui.QOpenGLExtraFunctions.glGetSamplerParameteriv": ('int', 'int', 'shibokensupport.typing27.Sequence'),
5042    "PySide2.QtGui.QOpenGLExtraFunctions.glGetStringi": ('int', 'int'),
5043    "PySide2.QtGui.QOpenGLExtraFunctions.glGetTexLevelParameterfv": ('int', 'int', 'int', 'typing.Sequence[float]'),
5044    "PySide2.QtGui.QOpenGLExtraFunctions.glGetTexLevelParameteriv": ('int', 'int', 'int', 'shibokensupport.typing27.Sequence'),
5045    "PySide2.QtGui.QOpenGLExtraFunctions.glGetTexParameterIiv": ('int', 'int'),
5046    "PySide2.QtGui.QOpenGLExtraFunctions.glGetTexParameterIuiv": ('int', 'int'),
5047    "PySide2.QtGui.QOpenGLExtraFunctions.glGetUniformBlockIndex": ('int', 'str'),
5048    "PySide2.QtGui.QOpenGLExtraFunctions.glGetUniformuiv": ('int', 'int', 'shibokensupport.typing27.Sequence'),
5049    "PySide2.QtGui.QOpenGLExtraFunctions.glGetVertexAttribIiv": ('int', 'int', 'shibokensupport.typing27.Sequence'),
5050    "PySide2.QtGui.QOpenGLExtraFunctions.glGetVertexAttribIuiv": ('int', 'int', 'shibokensupport.typing27.Sequence'),
5051    "PySide2.QtGui.QOpenGLExtraFunctions.glGetnUniformfv": ('int', 'int', 'int'),
5052    "PySide2.QtGui.QOpenGLExtraFunctions.glGetnUniformiv": ('int', 'int', 'int'),
5053    "PySide2.QtGui.QOpenGLExtraFunctions.glGetnUniformuiv": ('int', 'int', 'int'),
5054    "PySide2.QtGui.QOpenGLExtraFunctions.glInvalidateFramebuffer": ('int', 'int', 'shibokensupport.typing27.Sequence'),
5055    "PySide2.QtGui.QOpenGLExtraFunctions.glInvalidateSubFramebuffer": ('int', 'int', 'shibokensupport.typing27.Sequence', 'int', 'int', 'int', 'int'),
5056    "PySide2.QtGui.QOpenGLExtraFunctions.glIsEnabledi": ('int', 'int'),
5057    "PySide2.QtGui.QOpenGLExtraFunctions.glIsProgramPipeline": ('int',),
5058    "PySide2.QtGui.QOpenGLExtraFunctions.glIsQuery": ('int',),
5059    "PySide2.QtGui.QOpenGLExtraFunctions.glIsSampler": ('int',),
5060    "PySide2.QtGui.QOpenGLExtraFunctions.glIsTransformFeedback": ('int',),
5061    "PySide2.QtGui.QOpenGLExtraFunctions.glIsVertexArray": ('int',),
5062    "PySide2.QtGui.QOpenGLExtraFunctions.glMemoryBarrier": ('int',),
5063    "PySide2.QtGui.QOpenGLExtraFunctions.glMemoryBarrierByRegion": ('int',),
5064    "PySide2.QtGui.QOpenGLExtraFunctions.glMinSampleShading": ('float',),
5065    "PySide2.QtGui.QOpenGLExtraFunctions.glObjectLabel": ('int', 'int', 'int', 'str'),
5066    "PySide2.QtGui.QOpenGLExtraFunctions.glObjectPtrLabel": ('int', 'int', 'str'),
5067    "PySide2.QtGui.QOpenGLExtraFunctions.glPatchParameteri": ('int', 'int'),
5068    "PySide2.QtGui.QOpenGLExtraFunctions.glPopDebugGroup": (),
5069    "PySide2.QtGui.QOpenGLExtraFunctions.glPrimitiveBoundingBox": ('float', 'float', 'float', 'float', 'float', 'float', 'float', 'float'),
5070    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramBinary": ('int', 'int', 'int', 'int'),
5071    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramParameteri": ('int', 'int', 'int'),
5072    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniform1f": ('int', 'int', 'float'),
5073    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniform1fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
5074    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniform1i": ('int', 'int', 'int'),
5075    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniform1iv": ('int', 'int', 'int', 'shibokensupport.typing27.Sequence'),
5076    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniform1ui": ('int', 'int', 'int'),
5077    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniform1uiv": ('int', 'int', 'int', 'shibokensupport.typing27.Sequence'),
5078    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniform2f": ('int', 'int', 'float', 'float'),
5079    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniform2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
5080    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniform2i": ('int', 'int', 'int', 'int'),
5081    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniform2iv": ('int', 'int', 'int', 'shibokensupport.typing27.Sequence'),
5082    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniform2ui": ('int', 'int', 'int', 'int'),
5083    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniform2uiv": ('int', 'int', 'int', 'shibokensupport.typing27.Sequence'),
5084    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniform3f": ('int', 'int', 'float', 'float', 'float'),
5085    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniform3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
5086    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniform3i": ('int', 'int', 'int', 'int', 'int'),
5087    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniform3iv": ('int', 'int', 'int', 'shibokensupport.typing27.Sequence'),
5088    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniform3ui": ('int', 'int', 'int', 'int', 'int'),
5089    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniform3uiv": ('int', 'int', 'int', 'shibokensupport.typing27.Sequence'),
5090    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniform4f": ('int', 'int', 'float', 'float', 'float', 'float'),
5091    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniform4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
5092    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniform4i": ('int', 'int', 'int', 'int', 'int', 'int'),
5093    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniform4iv": ('int', 'int', 'int', 'shibokensupport.typing27.Sequence'),
5094    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniform4ui": ('int', 'int', 'int', 'int', 'int', 'int'),
5095    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniform4uiv": ('int', 'int', 'int', 'shibokensupport.typing27.Sequence'),
5096    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniformMatrix2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
5097    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniformMatrix2x3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
5098    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniformMatrix2x4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
5099    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniformMatrix3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
5100    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniformMatrix3x2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
5101    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniformMatrix3x4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
5102    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniformMatrix4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
5103    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniformMatrix4x2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
5104    "PySide2.QtGui.QOpenGLExtraFunctions.glProgramUniformMatrix4x3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
5105    "PySide2.QtGui.QOpenGLExtraFunctions.glPushDebugGroup": ('int', 'int', 'int', 'str'),
5106    "PySide2.QtGui.QOpenGLExtraFunctions.glReadBuffer": ('int',),
5107    "PySide2.QtGui.QOpenGLExtraFunctions.glReadnPixels": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
5108    "PySide2.QtGui.QOpenGLExtraFunctions.glRenderbufferStorageMultisample": ('int', 'int', 'int', 'int', 'int'),
5109    "PySide2.QtGui.QOpenGLExtraFunctions.glSampleMaski": ('int', 'int'),
5110    "PySide2.QtGui.QOpenGLExtraFunctions.glSamplerParameterIiv": ('int', 'int', 'shibokensupport.typing27.Sequence'),
5111    "PySide2.QtGui.QOpenGLExtraFunctions.glSamplerParameterIuiv": ('int', 'int', 'shibokensupport.typing27.Sequence'),
5112    "PySide2.QtGui.QOpenGLExtraFunctions.glSamplerParameterf": ('int', 'int', 'float'),
5113    "PySide2.QtGui.QOpenGLExtraFunctions.glSamplerParameterfv": ('int', 'int', 'typing.Sequence[float]'),
5114    "PySide2.QtGui.QOpenGLExtraFunctions.glSamplerParameteri": ('int', 'int', 'int'),
5115    "PySide2.QtGui.QOpenGLExtraFunctions.glSamplerParameteriv": ('int', 'int', 'shibokensupport.typing27.Sequence'),
5116    "PySide2.QtGui.QOpenGLExtraFunctions.glTexBuffer": ('int', 'int', 'int'),
5117    "PySide2.QtGui.QOpenGLExtraFunctions.glTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
5118    "PySide2.QtGui.QOpenGLExtraFunctions.glTexParameterIiv": ('int', 'int', 'shibokensupport.typing27.Sequence'),
5119    "PySide2.QtGui.QOpenGLExtraFunctions.glTexParameterIuiv": ('int', 'int', 'shibokensupport.typing27.Sequence'),
5120    "PySide2.QtGui.QOpenGLExtraFunctions.glTexStorage2D": ('int', 'int', 'int', 'int', 'int'),
5121    "PySide2.QtGui.QOpenGLExtraFunctions.glTexStorage2DMultisample": ('int', 'int', 'int', 'int', 'int', 'int'),
5122    "PySide2.QtGui.QOpenGLExtraFunctions.glTexStorage3D": ('int', 'int', 'int', 'int', 'int', 'int'),
5123    "PySide2.QtGui.QOpenGLExtraFunctions.glTexStorage3DMultisample": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
5124    "PySide2.QtGui.QOpenGLExtraFunctions.glTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
5125    "PySide2.QtGui.QOpenGLExtraFunctions.glUniform1ui": ('int', 'int'),
5126    "PySide2.QtGui.QOpenGLExtraFunctions.glUniform1uiv": ('int', 'int', 'shibokensupport.typing27.Sequence'),
5127    "PySide2.QtGui.QOpenGLExtraFunctions.glUniform2ui": ('int', 'int', 'int'),
5128    "PySide2.QtGui.QOpenGLExtraFunctions.glUniform2uiv": ('int', 'int', 'shibokensupport.typing27.Sequence'),
5129    "PySide2.QtGui.QOpenGLExtraFunctions.glUniform3ui": ('int', 'int', 'int', 'int'),
5130    "PySide2.QtGui.QOpenGLExtraFunctions.glUniform3uiv": ('int', 'int', 'shibokensupport.typing27.Sequence'),
5131    "PySide2.QtGui.QOpenGLExtraFunctions.glUniform4ui": ('int', 'int', 'int', 'int', 'int'),
5132    "PySide2.QtGui.QOpenGLExtraFunctions.glUniform4uiv": ('int', 'int', 'shibokensupport.typing27.Sequence'),
5133    "PySide2.QtGui.QOpenGLExtraFunctions.glUniformBlockBinding": ('int', 'int', 'int'),
5134    "PySide2.QtGui.QOpenGLExtraFunctions.glUniformMatrix2x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
5135    "PySide2.QtGui.QOpenGLExtraFunctions.glUniformMatrix2x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
5136    "PySide2.QtGui.QOpenGLExtraFunctions.glUniformMatrix3x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
5137    "PySide2.QtGui.QOpenGLExtraFunctions.glUniformMatrix3x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
5138    "PySide2.QtGui.QOpenGLExtraFunctions.glUniformMatrix4x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
5139    "PySide2.QtGui.QOpenGLExtraFunctions.glUniformMatrix4x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
5140    "PySide2.QtGui.QOpenGLExtraFunctions.glUnmapBuffer": ('int',),
5141    "PySide2.QtGui.QOpenGLExtraFunctions.glUseProgramStages": ('int', 'int', 'int'),
5142    "PySide2.QtGui.QOpenGLExtraFunctions.glValidateProgramPipeline": ('int',),
5143    "PySide2.QtGui.QOpenGLExtraFunctions.glVertexAttribBinding": ('int', 'int'),
5144    "PySide2.QtGui.QOpenGLExtraFunctions.glVertexAttribDivisor": ('int', 'int'),
5145    "PySide2.QtGui.QOpenGLExtraFunctions.glVertexAttribFormat": ('int', 'int', 'int', 'int', 'int'),
5146    "PySide2.QtGui.QOpenGLExtraFunctions.glVertexAttribI4i": ('int', 'int', 'int', 'int', 'int'),
5147    "PySide2.QtGui.QOpenGLExtraFunctions.glVertexAttribI4iv": ('int', 'shibokensupport.typing27.Sequence'),
5148    "PySide2.QtGui.QOpenGLExtraFunctions.glVertexAttribI4ui": ('int', 'int', 'int', 'int', 'int'),
5149    "PySide2.QtGui.QOpenGLExtraFunctions.glVertexAttribI4uiv": ('int', 'shibokensupport.typing27.Sequence'),
5150    "PySide2.QtGui.QOpenGLExtraFunctions.glVertexAttribIFormat": ('int', 'int', 'int', 'int'),
5151    "PySide2.QtGui.QOpenGLExtraFunctions.glVertexAttribIPointer": ('int', 'int', 'int', 'int', 'int'),
5152    "PySide2.QtGui.QOpenGLExtraFunctions.glVertexBindingDivisor": ('int', 'int'),
5153# class PySide2.QtGui.QOpenGLFramebufferObject:
5154# class PySide2.QtGui.QOpenGLFramebufferObject.Attachment:
5155# class PySide2.QtGui.QOpenGLFramebufferObject.FramebufferRestorePolicy:
5156    "PySide2.QtGui.QOpenGLFramebufferObject.__init__": [('PySide2.QtCore.QSize', 'PySide2.QtGui.QOpenGLFramebufferObject.Attachment', 'int', 'int'), ('PySide2.QtCore.QSize', 'PySide2.QtGui.QOpenGLFramebufferObjectFormat'), ('PySide2.QtCore.QSize', 'int'), ('int', 'int', 'PySide2.QtGui.QOpenGLFramebufferObject.Attachment', 'int', 'int'), ('int', 'int', 'PySide2.QtGui.QOpenGLFramebufferObjectFormat'), ('int', 'int', 'int')],
5157    "PySide2.QtGui.QOpenGLFramebufferObject.addColorAttachment": [('PySide2.QtCore.QSize', 'int'), ('int', 'int', 'int')],
5158    "PySide2.QtGui.QOpenGLFramebufferObject.attachment": (),
5159    "PySide2.QtGui.QOpenGLFramebufferObject.bind": (),
5160    "PySide2.QtGui.QOpenGLFramebufferObject.bindDefault": (),
5161    "PySide2.QtGui.QOpenGLFramebufferObject.blitFramebuffer": [('PySide2.QtGui.QOpenGLFramebufferObject', 'PySide2.QtCore.QRect', 'PySide2.QtGui.QOpenGLFramebufferObject', 'PySide2.QtCore.QRect', 'int', 'int'), ('PySide2.QtGui.QOpenGLFramebufferObject', 'PySide2.QtCore.QRect', 'PySide2.QtGui.QOpenGLFramebufferObject', 'PySide2.QtCore.QRect', 'int', 'int', 'int', 'int'), ('PySide2.QtGui.QOpenGLFramebufferObject', 'PySide2.QtCore.QRect', 'PySide2.QtGui.QOpenGLFramebufferObject', 'PySide2.QtCore.QRect', 'int', 'int', 'int', 'int', 'PySide2.QtGui.QOpenGLFramebufferObject.FramebufferRestorePolicy'), ('PySide2.QtGui.QOpenGLFramebufferObject', 'PySide2.QtGui.QOpenGLFramebufferObject', 'int', 'int')],
5162    "PySide2.QtGui.QOpenGLFramebufferObject.format": (),
5163    "PySide2.QtGui.QOpenGLFramebufferObject.handle": (),
5164    "PySide2.QtGui.QOpenGLFramebufferObject.hasOpenGLFramebufferBlit": (),
5165    "PySide2.QtGui.QOpenGLFramebufferObject.hasOpenGLFramebufferObjects": (),
5166    "PySide2.QtGui.QOpenGLFramebufferObject.height": (),
5167    "PySide2.QtGui.QOpenGLFramebufferObject.isBound": (),
5168    "PySide2.QtGui.QOpenGLFramebufferObject.isValid": (),
5169    "PySide2.QtGui.QOpenGLFramebufferObject.release": (),
5170    "PySide2.QtGui.QOpenGLFramebufferObject.setAttachment": ('PySide2.QtGui.QOpenGLFramebufferObject.Attachment',),
5171    "PySide2.QtGui.QOpenGLFramebufferObject.size": (),
5172    "PySide2.QtGui.QOpenGLFramebufferObject.sizes": (),
5173    "PySide2.QtGui.QOpenGLFramebufferObject.takeTexture": [(), ('int',)],
5174    "PySide2.QtGui.QOpenGLFramebufferObject.texture": (),
5175    "PySide2.QtGui.QOpenGLFramebufferObject.textures": (),
5176    "PySide2.QtGui.QOpenGLFramebufferObject.toImage": [(), ('bool',), ('bool', 'int')],
5177    "PySide2.QtGui.QOpenGLFramebufferObject.width": (),
5178# class PySide2.QtGui.QOpenGLFramebufferObjectFormat:
5179    "PySide2.QtGui.QOpenGLFramebufferObjectFormat.__init__": [(), ('PySide2.QtGui.QOpenGLFramebufferObjectFormat',)],
5180    "PySide2.QtGui.QOpenGLFramebufferObjectFormat.__copy__": (),
5181    "PySide2.QtGui.QOpenGLFramebufferObjectFormat.attachment": (),
5182    "PySide2.QtGui.QOpenGLFramebufferObjectFormat.internalTextureFormat": (),
5183    "PySide2.QtGui.QOpenGLFramebufferObjectFormat.mipmap": (),
5184    "PySide2.QtGui.QOpenGLFramebufferObjectFormat.samples": (),
5185    "PySide2.QtGui.QOpenGLFramebufferObjectFormat.setAttachment": ('PySide2.QtGui.QOpenGLFramebufferObject.Attachment',),
5186    "PySide2.QtGui.QOpenGLFramebufferObjectFormat.setInternalTextureFormat": ('int',),
5187    "PySide2.QtGui.QOpenGLFramebufferObjectFormat.setMipmap": ('bool',),
5188    "PySide2.QtGui.QOpenGLFramebufferObjectFormat.setSamples": ('int',),
5189    "PySide2.QtGui.QOpenGLFramebufferObjectFormat.setTextureTarget": ('int',),
5190    "PySide2.QtGui.QOpenGLFramebufferObjectFormat.textureTarget": (),
5191# class PySide2.QtGui.QOpenGLFunctions:
5192# class PySide2.QtGui.QOpenGLFunctions.OpenGLFeature:
5193# class PySide2.QtGui.QOpenGLFunctions.OpenGLFeatures:
5194    "PySide2.QtGui.QOpenGLFunctions.__init__": [(), ('PySide2.QtGui.QOpenGLContext',)],
5195    "PySide2.QtGui.QOpenGLFunctions.glActiveTexture": ('int',),
5196    "PySide2.QtGui.QOpenGLFunctions.glAttachShader": ('int', 'int'),
5197    "PySide2.QtGui.QOpenGLFunctions.glBindAttribLocation": ('int', 'int', 'str'),
5198    "PySide2.QtGui.QOpenGLFunctions.glBindBuffer": ('int', 'int'),
5199    "PySide2.QtGui.QOpenGLFunctions.glBindFramebuffer": ('int', 'int'),
5200    "PySide2.QtGui.QOpenGLFunctions.glBindRenderbuffer": ('int', 'int'),
5201    "PySide2.QtGui.QOpenGLFunctions.glBindTexture": ('int', 'int'),
5202    "PySide2.QtGui.QOpenGLFunctions.glBlendColor": ('float', 'float', 'float', 'float'),
5203    "PySide2.QtGui.QOpenGLFunctions.glBlendEquation": ('int',),
5204    "PySide2.QtGui.QOpenGLFunctions.glBlendEquationSeparate": ('int', 'int'),
5205    "PySide2.QtGui.QOpenGLFunctions.glBlendFunc": ('int', 'int'),
5206    "PySide2.QtGui.QOpenGLFunctions.glBlendFuncSeparate": ('int', 'int', 'int', 'int'),
5207    "PySide2.QtGui.QOpenGLFunctions.glCheckFramebufferStatus": ('int',),
5208    "PySide2.QtGui.QOpenGLFunctions.glClear": ('int',),
5209    "PySide2.QtGui.QOpenGLFunctions.glClearColor": ('float', 'float', 'float', 'float'),
5210    "PySide2.QtGui.QOpenGLFunctions.glClearDepthf": ('float',),
5211    "PySide2.QtGui.QOpenGLFunctions.glClearStencil": ('int',),
5212    "PySide2.QtGui.QOpenGLFunctions.glColorMask": ('int', 'int', 'int', 'int'),
5213    "PySide2.QtGui.QOpenGLFunctions.glCompileShader": ('int',),
5214    "PySide2.QtGui.QOpenGLFunctions.glCompressedTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
5215    "PySide2.QtGui.QOpenGLFunctions.glCompressedTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
5216    "PySide2.QtGui.QOpenGLFunctions.glCopyTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
5217    "PySide2.QtGui.QOpenGLFunctions.glCopyTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
5218    "PySide2.QtGui.QOpenGLFunctions.glCreateProgram": (),
5219    "PySide2.QtGui.QOpenGLFunctions.glCreateShader": ('int',),
5220    "PySide2.QtGui.QOpenGLFunctions.glCullFace": ('int',),
5221    "PySide2.QtGui.QOpenGLFunctions.glDeleteBuffers": ('int', 'shibokensupport.typing27.Sequence'),
5222    "PySide2.QtGui.QOpenGLFunctions.glDeleteFramebuffers": ('int', 'shibokensupport.typing27.Sequence'),
5223    "PySide2.QtGui.QOpenGLFunctions.glDeleteProgram": ('int',),
5224    "PySide2.QtGui.QOpenGLFunctions.glDeleteRenderbuffers": ('int', 'shibokensupport.typing27.Sequence'),
5225    "PySide2.QtGui.QOpenGLFunctions.glDeleteShader": ('int',),
5226    "PySide2.QtGui.QOpenGLFunctions.glDeleteTextures": ('int', 'shibokensupport.typing27.Sequence'),
5227    "PySide2.QtGui.QOpenGLFunctions.glDepthFunc": ('int',),
5228    "PySide2.QtGui.QOpenGLFunctions.glDepthMask": ('int',),
5229    "PySide2.QtGui.QOpenGLFunctions.glDepthRangef": ('float', 'float'),
5230    "PySide2.QtGui.QOpenGLFunctions.glDetachShader": ('int', 'int'),
5231    "PySide2.QtGui.QOpenGLFunctions.glDisable": ('int',),
5232    "PySide2.QtGui.QOpenGLFunctions.glDisableVertexAttribArray": ('int',),
5233    "PySide2.QtGui.QOpenGLFunctions.glDrawArrays": ('int', 'int', 'int'),
5234    "PySide2.QtGui.QOpenGLFunctions.glDrawElements": ('int', 'int', 'int', 'int'),
5235    "PySide2.QtGui.QOpenGLFunctions.glEnable": ('int',),
5236    "PySide2.QtGui.QOpenGLFunctions.glEnableVertexAttribArray": ('int',),
5237    "PySide2.QtGui.QOpenGLFunctions.glFinish": (),
5238    "PySide2.QtGui.QOpenGLFunctions.glFlush": (),
5239    "PySide2.QtGui.QOpenGLFunctions.glFramebufferRenderbuffer": ('int', 'int', 'int', 'int'),
5240    "PySide2.QtGui.QOpenGLFunctions.glFramebufferTexture2D": ('int', 'int', 'int', 'int', 'int'),
5241    "PySide2.QtGui.QOpenGLFunctions.glFrontFace": ('int',),
5242    "PySide2.QtGui.QOpenGLFunctions.glGenBuffers": ('int', 'shibokensupport.typing27.Sequence'),
5243    "PySide2.QtGui.QOpenGLFunctions.glGenFramebuffers": ('int', 'shibokensupport.typing27.Sequence'),
5244    "PySide2.QtGui.QOpenGLFunctions.glGenRenderbuffers": ('int', 'shibokensupport.typing27.Sequence'),
5245    "PySide2.QtGui.QOpenGLFunctions.glGenTextures": ('int', 'shibokensupport.typing27.Sequence'),
5246    "PySide2.QtGui.QOpenGLFunctions.glGenerateMipmap": ('int',),
5247    "PySide2.QtGui.QOpenGLFunctions.glGetAttachedShaders": ('int', 'int', 'shibokensupport.typing27.Sequence', 'shibokensupport.typing27.Sequence'),
5248    "PySide2.QtGui.QOpenGLFunctions.glGetAttribLocation": ('int', 'str'),
5249    "PySide2.QtGui.QOpenGLFunctions.glGetBufferParameteriv": ('int', 'int', 'shibokensupport.typing27.Sequence'),
5250    "PySide2.QtGui.QOpenGLFunctions.glGetError": (),
5251    "PySide2.QtGui.QOpenGLFunctions.glGetFloatv": ('int', 'typing.Sequence[float]'),
5252    "PySide2.QtGui.QOpenGLFunctions.glGetFramebufferAttachmentParameteriv": ('int', 'int', 'int', 'shibokensupport.typing27.Sequence'),
5253    "PySide2.QtGui.QOpenGLFunctions.glGetIntegerv": ('int', 'shibokensupport.typing27.Sequence'),
5254    "PySide2.QtGui.QOpenGLFunctions.glGetProgramiv": ('int', 'int', 'shibokensupport.typing27.Sequence'),
5255    "PySide2.QtGui.QOpenGLFunctions.glGetRenderbufferParameteriv": ('int', 'int', 'shibokensupport.typing27.Sequence'),
5256    "PySide2.QtGui.QOpenGLFunctions.glGetShaderPrecisionFormat": ('int', 'int', 'shibokensupport.typing27.Sequence', 'shibokensupport.typing27.Sequence'),
5257    "PySide2.QtGui.QOpenGLFunctions.glGetShaderiv": ('int', 'int', 'shibokensupport.typing27.Sequence'),
5258    "PySide2.QtGui.QOpenGLFunctions.glGetString": ('int',),
5259    "PySide2.QtGui.QOpenGLFunctions.glGetTexParameterfv": ('int', 'int', 'typing.Sequence[float]'),
5260    "PySide2.QtGui.QOpenGLFunctions.glGetTexParameteriv": ('int', 'int', 'shibokensupport.typing27.Sequence'),
5261    "PySide2.QtGui.QOpenGLFunctions.glGetUniformLocation": ('int', 'str'),
5262    "PySide2.QtGui.QOpenGLFunctions.glGetUniformfv": ('int', 'int', 'typing.Sequence[float]'),
5263    "PySide2.QtGui.QOpenGLFunctions.glGetUniformiv": ('int', 'int', 'shibokensupport.typing27.Sequence'),
5264    "PySide2.QtGui.QOpenGLFunctions.glGetVertexAttribfv": ('int', 'int', 'typing.Sequence[float]'),
5265    "PySide2.QtGui.QOpenGLFunctions.glGetVertexAttribiv": ('int', 'int', 'shibokensupport.typing27.Sequence'),
5266    "PySide2.QtGui.QOpenGLFunctions.glHint": ('int', 'int'),
5267    "PySide2.QtGui.QOpenGLFunctions.glIsBuffer": ('int',),
5268    "PySide2.QtGui.QOpenGLFunctions.glIsEnabled": ('int',),
5269    "PySide2.QtGui.QOpenGLFunctions.glIsFramebuffer": ('int',),
5270    "PySide2.QtGui.QOpenGLFunctions.glIsProgram": ('int',),
5271    "PySide2.QtGui.QOpenGLFunctions.glIsRenderbuffer": ('int',),
5272    "PySide2.QtGui.QOpenGLFunctions.glIsShader": ('int',),
5273    "PySide2.QtGui.QOpenGLFunctions.glIsTexture": ('int',),
5274    "PySide2.QtGui.QOpenGLFunctions.glLineWidth": ('float',),
5275    "PySide2.QtGui.QOpenGLFunctions.glLinkProgram": ('int',),
5276    "PySide2.QtGui.QOpenGLFunctions.glPixelStorei": ('int', 'int'),
5277    "PySide2.QtGui.QOpenGLFunctions.glPolygonOffset": ('float', 'float'),
5278    "PySide2.QtGui.QOpenGLFunctions.glReadPixels": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
5279    "PySide2.QtGui.QOpenGLFunctions.glReleaseShaderCompiler": (),
5280    "PySide2.QtGui.QOpenGLFunctions.glRenderbufferStorage": ('int', 'int', 'int', 'int'),
5281    "PySide2.QtGui.QOpenGLFunctions.glSampleCoverage": ('float', 'int'),
5282    "PySide2.QtGui.QOpenGLFunctions.glScissor": ('int', 'int', 'int', 'int'),
5283    "PySide2.QtGui.QOpenGLFunctions.glShaderBinary": ('int', 'shibokensupport.typing27.Sequence', 'int', 'int', 'int'),
5284    "PySide2.QtGui.QOpenGLFunctions.glStencilFunc": ('int', 'int', 'int'),
5285    "PySide2.QtGui.QOpenGLFunctions.glStencilFuncSeparate": ('int', 'int', 'int', 'int'),
5286    "PySide2.QtGui.QOpenGLFunctions.glStencilMask": ('int',),
5287    "PySide2.QtGui.QOpenGLFunctions.glStencilMaskSeparate": ('int', 'int'),
5288    "PySide2.QtGui.QOpenGLFunctions.glStencilOp": ('int', 'int', 'int'),
5289    "PySide2.QtGui.QOpenGLFunctions.glStencilOpSeparate": ('int', 'int', 'int', 'int'),
5290    "PySide2.QtGui.QOpenGLFunctions.glTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
5291    "PySide2.QtGui.QOpenGLFunctions.glTexParameterf": ('int', 'int', 'float'),
5292    "PySide2.QtGui.QOpenGLFunctions.glTexParameterfv": ('int', 'int', 'typing.Sequence[float]'),
5293    "PySide2.QtGui.QOpenGLFunctions.glTexParameteri": ('int', 'int', 'int'),
5294    "PySide2.QtGui.QOpenGLFunctions.glTexParameteriv": ('int', 'int', 'shibokensupport.typing27.Sequence'),
5295    "PySide2.QtGui.QOpenGLFunctions.glTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
5296    "PySide2.QtGui.QOpenGLFunctions.glUniform1f": ('int', 'float'),
5297    "PySide2.QtGui.QOpenGLFunctions.glUniform1fv": ('int', 'int', 'typing.Sequence[float]'),
5298    "PySide2.QtGui.QOpenGLFunctions.glUniform1i": ('int', 'int'),
5299    "PySide2.QtGui.QOpenGLFunctions.glUniform1iv": ('int', 'int', 'shibokensupport.typing27.Sequence'),
5300    "PySide2.QtGui.QOpenGLFunctions.glUniform2f": ('int', 'float', 'float'),
5301    "PySide2.QtGui.QOpenGLFunctions.glUniform2fv": ('int', 'int', 'typing.Sequence[float]'),
5302    "PySide2.QtGui.QOpenGLFunctions.glUniform2i": ('int', 'int', 'int'),
5303    "PySide2.QtGui.QOpenGLFunctions.glUniform2iv": ('int', 'int', 'shibokensupport.typing27.Sequence'),
5304    "PySide2.QtGui.QOpenGLFunctions.glUniform3f": ('int', 'float', 'float', 'float'),
5305    "PySide2.QtGui.QOpenGLFunctions.glUniform3fv": ('int', 'int', 'typing.Sequence[float]'),
5306    "PySide2.QtGui.QOpenGLFunctions.glUniform3i": ('int', 'int', 'int', 'int'),
5307    "PySide2.QtGui.QOpenGLFunctions.glUniform3iv": ('int', 'int', 'shibokensupport.typing27.Sequence'),
5308    "PySide2.QtGui.QOpenGLFunctions.glUniform4f": ('int', 'float', 'float', 'float', 'float'),
5309    "PySide2.QtGui.QOpenGLFunctions.glUniform4fv": ('int', 'int', 'typing.Sequence[float]'),
5310    "PySide2.QtGui.QOpenGLFunctions.glUniform4i": ('int', 'int', 'int', 'int', 'int'),
5311    "PySide2.QtGui.QOpenGLFunctions.glUniform4iv": ('int', 'int', 'shibokensupport.typing27.Sequence'),
5312    "PySide2.QtGui.QOpenGLFunctions.glUniformMatrix2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
5313    "PySide2.QtGui.QOpenGLFunctions.glUniformMatrix3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
5314    "PySide2.QtGui.QOpenGLFunctions.glUniformMatrix4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
5315    "PySide2.QtGui.QOpenGLFunctions.glUseProgram": ('int',),
5316    "PySide2.QtGui.QOpenGLFunctions.glValidateProgram": ('int',),
5317    "PySide2.QtGui.QOpenGLFunctions.glVertexAttrib1f": ('int', 'float'),
5318    "PySide2.QtGui.QOpenGLFunctions.glVertexAttrib1fv": ('int', 'typing.Sequence[float]'),
5319    "PySide2.QtGui.QOpenGLFunctions.glVertexAttrib2f": ('int', 'float', 'float'),
5320    "PySide2.QtGui.QOpenGLFunctions.glVertexAttrib2fv": ('int', 'typing.Sequence[float]'),
5321    "PySide2.QtGui.QOpenGLFunctions.glVertexAttrib3f": ('int', 'float', 'float', 'float'),
5322    "PySide2.QtGui.QOpenGLFunctions.glVertexAttrib3fv": ('int', 'typing.Sequence[float]'),
5323    "PySide2.QtGui.QOpenGLFunctions.glVertexAttrib4f": ('int', 'float', 'float', 'float', 'float'),
5324    "PySide2.QtGui.QOpenGLFunctions.glVertexAttrib4fv": ('int', 'typing.Sequence[float]'),
5325    "PySide2.QtGui.QOpenGLFunctions.glVertexAttribPointer": ('int', 'int', 'int', 'int', 'int', 'int'),
5326    "PySide2.QtGui.QOpenGLFunctions.glViewport": ('int', 'int', 'int', 'int'),
5327    "PySide2.QtGui.QOpenGLFunctions.hasOpenGLFeature": ('PySide2.QtGui.QOpenGLFunctions.OpenGLFeature',),
5328    "PySide2.QtGui.QOpenGLFunctions.initializeOpenGLFunctions": (),
5329    "PySide2.QtGui.QOpenGLFunctions.openGLFeatures": (),
5330# class PySide2.QtGui.QOpenGLPixelTransferOptions:
5331    "PySide2.QtGui.QOpenGLPixelTransferOptions.__init__": [(), ('PySide2.QtGui.QOpenGLPixelTransferOptions',)],
5332    "PySide2.QtGui.QOpenGLPixelTransferOptions.__copy__": (),
5333    "PySide2.QtGui.QOpenGLPixelTransferOptions.alignment": (),
5334    "PySide2.QtGui.QOpenGLPixelTransferOptions.imageHeight": (),
5335    "PySide2.QtGui.QOpenGLPixelTransferOptions.isLeastSignificantBitFirst": (),
5336    "PySide2.QtGui.QOpenGLPixelTransferOptions.isSwapBytesEnabled": (),
5337    "PySide2.QtGui.QOpenGLPixelTransferOptions.rowLength": (),
5338    "PySide2.QtGui.QOpenGLPixelTransferOptions.setAlignment": ('int',),
5339    "PySide2.QtGui.QOpenGLPixelTransferOptions.setImageHeight": ('int',),
5340    "PySide2.QtGui.QOpenGLPixelTransferOptions.setLeastSignificantByteFirst": ('bool',),
5341    "PySide2.QtGui.QOpenGLPixelTransferOptions.setRowLength": ('int',),
5342    "PySide2.QtGui.QOpenGLPixelTransferOptions.setSkipImages": ('int',),
5343    "PySide2.QtGui.QOpenGLPixelTransferOptions.setSkipPixels": ('int',),
5344    "PySide2.QtGui.QOpenGLPixelTransferOptions.setSkipRows": ('int',),
5345    "PySide2.QtGui.QOpenGLPixelTransferOptions.setSwapBytesEnabled": ('bool',),
5346    "PySide2.QtGui.QOpenGLPixelTransferOptions.skipImages": (),
5347    "PySide2.QtGui.QOpenGLPixelTransferOptions.skipPixels": (),
5348    "PySide2.QtGui.QOpenGLPixelTransferOptions.skipRows": (),
5349    "PySide2.QtGui.QOpenGLPixelTransferOptions.swap": ('PySide2.QtGui.QOpenGLPixelTransferOptions',),
5350# class PySide2.QtGui.QOpenGLShader:
5351# class PySide2.QtGui.QOpenGLShader.ShaderType:
5352# class PySide2.QtGui.QOpenGLShader.ShaderTypeBit:
5353    "PySide2.QtGui.QOpenGLShader.__init__": ('PySide2.QtGui.QOpenGLShader.ShaderType', 'PySide2.QtCore.QObject'),
5354    "PySide2.QtGui.QOpenGLShader.compileSourceCode": [('PySide2.QtCore.QByteArray',), ('str',)],
5355    "PySide2.QtGui.QOpenGLShader.compileSourceFile": ('str',),
5356    "PySide2.QtGui.QOpenGLShader.hasOpenGLShaders": ('PySide2.QtGui.QOpenGLShader.ShaderType', 'PySide2.QtGui.QOpenGLContext'),
5357    "PySide2.QtGui.QOpenGLShader.isCompiled": (),
5358    "PySide2.QtGui.QOpenGLShader.log": (),
5359    "PySide2.QtGui.QOpenGLShader.shaderId": (),
5360    "PySide2.QtGui.QOpenGLShader.shaderType": (),
5361    "PySide2.QtGui.QOpenGLShader.sourceCode": (),
5362# class PySide2.QtGui.QOpenGLShaderProgram:
5363    "PySide2.QtGui.QOpenGLShaderProgram.__init__": ('PySide2.QtCore.QObject',),
5364    "PySide2.QtGui.QOpenGLShaderProgram.addCacheableShaderFromSourceCode": [('PySide2.QtGui.QOpenGLShader.ShaderType', 'PySide2.QtCore.QByteArray'), ('PySide2.QtGui.QOpenGLShader.ShaderType', 'str')],
5365    "PySide2.QtGui.QOpenGLShaderProgram.addCacheableShaderFromSourceFile": ('PySide2.QtGui.QOpenGLShader.ShaderType', 'str'),
5366    "PySide2.QtGui.QOpenGLShaderProgram.addShader": ('PySide2.QtGui.QOpenGLShader',),
5367    "PySide2.QtGui.QOpenGLShaderProgram.addShaderFromSourceCode": [('PySide2.QtGui.QOpenGLShader.ShaderType', 'PySide2.QtCore.QByteArray'), ('PySide2.QtGui.QOpenGLShader.ShaderType', 'str')],
5368    "PySide2.QtGui.QOpenGLShaderProgram.addShaderFromSourceFile": ('PySide2.QtGui.QOpenGLShader.ShaderType', 'str'),
5369    "PySide2.QtGui.QOpenGLShaderProgram.attributeLocation": [('PySide2.QtCore.QByteArray',), ('str',)],
5370    "PySide2.QtGui.QOpenGLShaderProgram.bind": (),
5371    "PySide2.QtGui.QOpenGLShaderProgram.bindAttributeLocation": [('PySide2.QtCore.QByteArray', 'int'), ('str', 'int')],
5372    "PySide2.QtGui.QOpenGLShaderProgram.create": (),
5373    "PySide2.QtGui.QOpenGLShaderProgram.defaultInnerTessellationLevels": (),
5374    "PySide2.QtGui.QOpenGLShaderProgram.defaultOuterTessellationLevels": (),
5375    "PySide2.QtGui.QOpenGLShaderProgram.disableAttributeArray": [('int',), ('str',)],
5376    "PySide2.QtGui.QOpenGLShaderProgram.enableAttributeArray": [('int',), ('str',)],
5377    "PySide2.QtGui.QOpenGLShaderProgram.hasOpenGLShaderPrograms": ('PySide2.QtGui.QOpenGLContext',),
5378    "PySide2.QtGui.QOpenGLShaderProgram.isLinked": (),
5379    "PySide2.QtGui.QOpenGLShaderProgram.link": (),
5380    "PySide2.QtGui.QOpenGLShaderProgram.log": (),
5381    "PySide2.QtGui.QOpenGLShaderProgram.maxGeometryOutputVertices": (),
5382    "PySide2.QtGui.QOpenGLShaderProgram.patchVertexCount": (),
5383    "PySide2.QtGui.QOpenGLShaderProgram.programId": (),
5384    "PySide2.QtGui.QOpenGLShaderProgram.release": (),
5385    "PySide2.QtGui.QOpenGLShaderProgram.removeAllShaders": (),
5386    "PySide2.QtGui.QOpenGLShaderProgram.removeShader": ('PySide2.QtGui.QOpenGLShader',),
5387    "PySide2.QtGui.QOpenGLShaderProgram.setAttributeArray": [('int', 'int', 'int', 'int', 'int'), ('int', 'typing.Sequence[float]', 'int', 'int'), ('str', 'int', 'int', 'int', 'int'), ('str', 'typing.Sequence[float]', 'int', 'int')],
5388    "PySide2.QtGui.QOpenGLShaderProgram.setAttributeBuffer": [('int', 'int', 'int', 'int', 'int'), ('str', 'int', 'int', 'int', 'int')],
5389    "PySide2.QtGui.QOpenGLShaderProgram.setAttributeValue": [('int', 'PySide2.QtGui.QColor'), ('int', 'PySide2.QtGui.QVector2D'), ('int', 'PySide2.QtGui.QVector3D'), ('int', 'PySide2.QtGui.QVector4D'), ('int', 'float'), ('int', 'float', 'float'), ('int', 'float', 'float', 'float'), ('int', 'float', 'float', 'float', 'float'), ('int', 'typing.Sequence[float]', 'int', 'int'), ('str', 'PySide2.QtGui.QColor'), ('str', 'PySide2.QtGui.QVector2D'), ('str', 'PySide2.QtGui.QVector3D'), ('str', 'PySide2.QtGui.QVector4D'), ('str', 'float'), ('str', 'float', 'float'), ('str', 'float', 'float', 'float'), ('str', 'float', 'float', 'float', 'float'), ('str', 'typing.Sequence[float]', 'int', 'int')],
5390    "PySide2.QtGui.QOpenGLShaderProgram.setDefaultInnerTessellationLevels": ('typing.List[float]',),
5391    "PySide2.QtGui.QOpenGLShaderProgram.setDefaultOuterTessellationLevels": ('typing.List[float]',),
5392    "PySide2.QtGui.QOpenGLShaderProgram.setPatchVertexCount": ('int',),
5393    "PySide2.QtGui.QOpenGLShaderProgram.setUniformValue": [('int', 'PySide2.QtCore.QPoint'), ('int', 'PySide2.QtCore.QPointF'), ('int', 'PySide2.QtCore.QSize'), ('int', 'PySide2.QtCore.QSizeF'), ('int', 'PySide2.QtGui.QColor'), ('int', 'PySide2.QtGui.QMatrix2x2'), ('int', 'PySide2.QtGui.QMatrix2x3'), ('int', 'PySide2.QtGui.QMatrix2x4'), ('int', 'PySide2.QtGui.QMatrix3x2'), ('int', 'PySide2.QtGui.QMatrix3x3'), ('int', 'PySide2.QtGui.QMatrix3x4'), ('int', 'PySide2.QtGui.QMatrix4x2'), ('int', 'PySide2.QtGui.QMatrix4x3'), ('int', 'PySide2.QtGui.QMatrix4x4'), ('int', 'PySide2.QtGui.QTransform'), ('int', 'PySide2.QtGui.QVector2D'), ('int', 'PySide2.QtGui.QVector3D'), ('int', 'PySide2.QtGui.QVector4D'), ('int', 'float'), ('int', 'float', 'float'), ('int', 'float', 'float', 'float'), ('int', 'float', 'float', 'float', 'float'), ('int', 'int'), ('int', 'typing.Tuple[typing.Tuple, typing.Tuple, typing.Tuple, typing.Tuple]'), ('int', 'typing.Tuple[typing.Tuple, typing.Tuple, typing.Tuple]'), ('int', 'typing.Tuple[typing.Tuple, typing.Tuple]'), ('str', 'PySide2.QtCore.QPoint'), ('str', 'PySide2.QtCore.QPointF'), ('str', 'PySide2.QtCore.QSize'), ('str', 'PySide2.QtCore.QSizeF'), ('str', 'PySide2.QtGui.QColor'), ('str', 'PySide2.QtGui.QMatrix2x2'), ('str', 'PySide2.QtGui.QMatrix2x3'), ('str', 'PySide2.QtGui.QMatrix2x4'), ('str', 'PySide2.QtGui.QMatrix3x2'), ('str', 'PySide2.QtGui.QMatrix3x3'), ('str', 'PySide2.QtGui.QMatrix3x4'), ('str', 'PySide2.QtGui.QMatrix4x2'), ('str', 'PySide2.QtGui.QMatrix4x3'), ('str', 'PySide2.QtGui.QMatrix4x4'), ('str', 'PySide2.QtGui.QTransform'), ('str', 'PySide2.QtGui.QVector2D'), ('str', 'PySide2.QtGui.QVector3D'), ('str', 'PySide2.QtGui.QVector4D'), ('str', 'float', 'float'), ('str', 'float', 'float', 'float'), ('str', 'float', 'float', 'float', 'float'), ('str', 'typing.Tuple[typing.Tuple, typing.Tuple, typing.Tuple, typing.Tuple]'), ('str', 'typing.Tuple[typing.Tuple, typing.Tuple, typing.Tuple]'), ('str', 'typing.Tuple[typing.Tuple, typing.Tuple]')],
5394    "PySide2.QtGui.QOpenGLShaderProgram.setUniformValue1f": [('int', 'float'), ('str', 'float')],
5395    "PySide2.QtGui.QOpenGLShaderProgram.setUniformValue1i": [('int', 'int'), ('str', 'int')],
5396    "PySide2.QtGui.QOpenGLShaderProgram.setUniformValueArray": [('int', 'shibokensupport.typing27.Sequence', 'int'), ('int', 'typing.Sequence[float]', 'int', 'int'), ('str', 'shibokensupport.typing27.Sequence', 'int'), ('str', 'typing.Sequence[float]', 'int', 'int')],
5397    "PySide2.QtGui.QOpenGLShaderProgram.shaders": (),
5398    "PySide2.QtGui.QOpenGLShaderProgram.uniformLocation": [('PySide2.QtCore.QByteArray',), ('str',)],
5399# class PySide2.QtGui.QOpenGLTexture:
5400# class PySide2.QtGui.QOpenGLTexture.BindingTarget:
5401# class PySide2.QtGui.QOpenGLTexture.ComparisonFunction:
5402# class PySide2.QtGui.QOpenGLTexture.ComparisonMode:
5403# class PySide2.QtGui.QOpenGLTexture.CoordinateDirection:
5404# class PySide2.QtGui.QOpenGLTexture.CubeMapFace:
5405# class PySide2.QtGui.QOpenGLTexture.DepthStencilMode:
5406# class PySide2.QtGui.QOpenGLTexture.Feature:
5407# class PySide2.QtGui.QOpenGLTexture.Features:
5408# class PySide2.QtGui.QOpenGLTexture.Filter:
5409# class PySide2.QtGui.QOpenGLTexture.MipMapGeneration:
5410# class PySide2.QtGui.QOpenGLTexture.PixelFormat:
5411# class PySide2.QtGui.QOpenGLTexture.PixelType:
5412# class PySide2.QtGui.QOpenGLTexture.SwizzleComponent:
5413# class PySide2.QtGui.QOpenGLTexture.SwizzleValue:
5414# class PySide2.QtGui.QOpenGLTexture.Target:
5415# class PySide2.QtGui.QOpenGLTexture.TextureFormat:
5416# class PySide2.QtGui.QOpenGLTexture.TextureFormatClass:
5417# class PySide2.QtGui.QOpenGLTexture.TextureUnitReset:
5418# class PySide2.QtGui.QOpenGLTexture.WrapMode:
5419    "PySide2.QtGui.QOpenGLTexture.__init__": [('PySide2.QtGui.QImage', 'PySide2.QtGui.QOpenGLTexture.MipMapGeneration'), ('PySide2.QtGui.QOpenGLTexture.Target',)],
5420    "PySide2.QtGui.QOpenGLTexture.allocateStorage": [(), ('PySide2.QtGui.QOpenGLTexture.PixelFormat', 'PySide2.QtGui.QOpenGLTexture.PixelType')],
5421    "PySide2.QtGui.QOpenGLTexture.bind": [(), ('int', 'PySide2.QtGui.QOpenGLTexture.TextureUnitReset')],
5422    "PySide2.QtGui.QOpenGLTexture.borderColor": (),
5423    "PySide2.QtGui.QOpenGLTexture.boundTextureId": [('PySide2.QtGui.QOpenGLTexture.BindingTarget',), ('int', 'PySide2.QtGui.QOpenGLTexture.BindingTarget')],
5424    "PySide2.QtGui.QOpenGLTexture.comparisonFunction": (),
5425    "PySide2.QtGui.QOpenGLTexture.comparisonMode": (),
5426    "PySide2.QtGui.QOpenGLTexture.create": (),
5427    "PySide2.QtGui.QOpenGLTexture.createTextureView": ('PySide2.QtGui.QOpenGLTexture.Target', 'PySide2.QtGui.QOpenGLTexture.TextureFormat', 'int', 'int', 'int', 'int'),
5428    "PySide2.QtGui.QOpenGLTexture.depth": (),
5429    "PySide2.QtGui.QOpenGLTexture.depthStencilMode": (),
5430    "PySide2.QtGui.QOpenGLTexture.destroy": (),
5431    "PySide2.QtGui.QOpenGLTexture.faces": (),
5432    "PySide2.QtGui.QOpenGLTexture.format": (),
5433    "PySide2.QtGui.QOpenGLTexture.generateMipMaps": [(), ('int', 'bool')],
5434    "PySide2.QtGui.QOpenGLTexture.hasFeature": ('PySide2.QtGui.QOpenGLTexture.Feature',),
5435    "PySide2.QtGui.QOpenGLTexture.height": (),
5436    "PySide2.QtGui.QOpenGLTexture.isAutoMipMapGenerationEnabled": (),
5437    "PySide2.QtGui.QOpenGLTexture.isBound": [(), ('int',)],
5438    "PySide2.QtGui.QOpenGLTexture.isCreated": (),
5439    "PySide2.QtGui.QOpenGLTexture.isFixedSamplePositions": (),
5440    "PySide2.QtGui.QOpenGLTexture.isStorageAllocated": (),
5441    "PySide2.QtGui.QOpenGLTexture.isTextureView": (),
5442    "PySide2.QtGui.QOpenGLTexture.layers": (),
5443    "PySide2.QtGui.QOpenGLTexture.levelOfDetailRange": (),
5444    "PySide2.QtGui.QOpenGLTexture.levelofDetailBias": (),
5445    "PySide2.QtGui.QOpenGLTexture.magnificationFilter": (),
5446    "PySide2.QtGui.QOpenGLTexture.maximumAnisotropy": (),
5447    "PySide2.QtGui.QOpenGLTexture.maximumLevelOfDetail": (),
5448    "PySide2.QtGui.QOpenGLTexture.maximumMipLevels": (),
5449    "PySide2.QtGui.QOpenGLTexture.minMagFilters": (),
5450    "PySide2.QtGui.QOpenGLTexture.minificationFilter": (),
5451    "PySide2.QtGui.QOpenGLTexture.minimumLevelOfDetail": (),
5452    "PySide2.QtGui.QOpenGLTexture.mipBaseLevel": (),
5453    "PySide2.QtGui.QOpenGLTexture.mipLevelRange": (),
5454    "PySide2.QtGui.QOpenGLTexture.mipLevels": (),
5455    "PySide2.QtGui.QOpenGLTexture.mipMaxLevel": (),
5456    "PySide2.QtGui.QOpenGLTexture.release": [(), ('int', 'PySide2.QtGui.QOpenGLTexture.TextureUnitReset')],
5457    "PySide2.QtGui.QOpenGLTexture.samples": (),
5458    "PySide2.QtGui.QOpenGLTexture.setAutoMipMapGenerationEnabled": ('bool',),
5459    "PySide2.QtGui.QOpenGLTexture.setBorderColor": [('PySide2.QtGui.QColor',), ('float', 'float', 'float', 'float'), ('int', 'int', 'int', 'int')],
5460    "PySide2.QtGui.QOpenGLTexture.setComparisonFunction": ('PySide2.QtGui.QOpenGLTexture.ComparisonFunction',),
5461    "PySide2.QtGui.QOpenGLTexture.setComparisonMode": ('PySide2.QtGui.QOpenGLTexture.ComparisonMode',),
5462    "PySide2.QtGui.QOpenGLTexture.setCompressedData": [('int', 'int', 'PySide2.QtGui.QOpenGLPixelTransferOptions'), ('int', 'int', 'PySide2.QtGui.QOpenGLTexture.CubeMapFace', 'int', 'int', 'PySide2.QtGui.QOpenGLPixelTransferOptions'), ('int', 'int', 'int', 'PySide2.QtGui.QOpenGLPixelTransferOptions'), ('int', 'int', 'int', 'PySide2.QtGui.QOpenGLTexture.CubeMapFace', 'int', 'int', 'PySide2.QtGui.QOpenGLPixelTransferOptions'), ('int', 'int', 'int', 'int', 'PySide2.QtGui.QOpenGLPixelTransferOptions')],
5463    "PySide2.QtGui.QOpenGLTexture.setData": [('PySide2.QtGui.QImage', 'PySide2.QtGui.QOpenGLTexture.MipMapGeneration'), ('PySide2.QtGui.QOpenGLTexture.PixelFormat', 'PySide2.QtGui.QOpenGLTexture.PixelType', 'int', 'PySide2.QtGui.QOpenGLPixelTransferOptions'), ('int', 'PySide2.QtGui.QOpenGLTexture.PixelFormat', 'PySide2.QtGui.QOpenGLTexture.PixelType', 'int', 'PySide2.QtGui.QOpenGLPixelTransferOptions'), ('int', 'int', 'PySide2.QtGui.QOpenGLTexture.CubeMapFace', 'PySide2.QtGui.QOpenGLTexture.PixelFormat', 'PySide2.QtGui.QOpenGLTexture.PixelType', 'int', 'PySide2.QtGui.QOpenGLPixelTransferOptions'), ('int', 'int', 'PySide2.QtGui.QOpenGLTexture.PixelFormat', 'PySide2.QtGui.QOpenGLTexture.PixelType', 'int', 'PySide2.QtGui.QOpenGLPixelTransferOptions'), ('int', 'int', 'int', 'PySide2.QtGui.QOpenGLTexture.CubeMapFace', 'PySide2.QtGui.QOpenGLTexture.PixelFormat', 'PySide2.QtGui.QOpenGLTexture.PixelType', 'int', 'PySide2.QtGui.QOpenGLPixelTransferOptions'), ('int', 'int', 'int', 'int', 'int', 'int', 'PySide2.QtGui.QOpenGLTexture.PixelFormat', 'PySide2.QtGui.QOpenGLTexture.PixelType', 'int', 'PySide2.QtGui.QOpenGLPixelTransferOptions'), ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'PySide2.QtGui.QOpenGLTexture.CubeMapFace', 'PySide2.QtGui.QOpenGLTexture.PixelFormat', 'PySide2.QtGui.QOpenGLTexture.PixelType', 'int', 'PySide2.QtGui.QOpenGLPixelTransferOptions'), ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'PySide2.QtGui.QOpenGLTexture.CubeMapFace', 'int', 'PySide2.QtGui.QOpenGLTexture.PixelFormat', 'PySide2.QtGui.QOpenGLTexture.PixelType', 'int', 'PySide2.QtGui.QOpenGLPixelTransferOptions'), ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'PySide2.QtGui.QOpenGLTexture.PixelFormat', 'PySide2.QtGui.QOpenGLTexture.PixelType', 'int', 'PySide2.QtGui.QOpenGLPixelTransferOptions')],
5464    "PySide2.QtGui.QOpenGLTexture.setDepthStencilMode": ('PySide2.QtGui.QOpenGLTexture.DepthStencilMode',),
5465    "PySide2.QtGui.QOpenGLTexture.setFixedSamplePositions": ('bool',),
5466    "PySide2.QtGui.QOpenGLTexture.setFormat": ('PySide2.QtGui.QOpenGLTexture.TextureFormat',),
5467    "PySide2.QtGui.QOpenGLTexture.setLayers": ('int',),
5468    "PySide2.QtGui.QOpenGLTexture.setLevelOfDetailRange": ('float', 'float'),
5469    "PySide2.QtGui.QOpenGLTexture.setLevelofDetailBias": ('float',),
5470    "PySide2.QtGui.QOpenGLTexture.setMagnificationFilter": ('PySide2.QtGui.QOpenGLTexture.Filter',),
5471    "PySide2.QtGui.QOpenGLTexture.setMaximumAnisotropy": ('float',),
5472    "PySide2.QtGui.QOpenGLTexture.setMaximumLevelOfDetail": ('float',),
5473    "PySide2.QtGui.QOpenGLTexture.setMinMagFilters": ('PySide2.QtGui.QOpenGLTexture.Filter', 'PySide2.QtGui.QOpenGLTexture.Filter'),
5474    "PySide2.QtGui.QOpenGLTexture.setMinificationFilter": ('PySide2.QtGui.QOpenGLTexture.Filter',),
5475    "PySide2.QtGui.QOpenGLTexture.setMinimumLevelOfDetail": ('float',),
5476    "PySide2.QtGui.QOpenGLTexture.setMipBaseLevel": ('int',),
5477    "PySide2.QtGui.QOpenGLTexture.setMipLevelRange": ('int', 'int'),
5478    "PySide2.QtGui.QOpenGLTexture.setMipLevels": ('int',),
5479    "PySide2.QtGui.QOpenGLTexture.setMipMaxLevel": ('int',),
5480    "PySide2.QtGui.QOpenGLTexture.setSamples": ('int',),
5481    "PySide2.QtGui.QOpenGLTexture.setSize": ('int', 'int', 'int'),
5482    "PySide2.QtGui.QOpenGLTexture.setSwizzleMask": [('PySide2.QtGui.QOpenGLTexture.SwizzleComponent', 'PySide2.QtGui.QOpenGLTexture.SwizzleValue'), ('PySide2.QtGui.QOpenGLTexture.SwizzleValue', 'PySide2.QtGui.QOpenGLTexture.SwizzleValue', 'PySide2.QtGui.QOpenGLTexture.SwizzleValue', 'PySide2.QtGui.QOpenGLTexture.SwizzleValue')],
5483    "PySide2.QtGui.QOpenGLTexture.setWrapMode": [('PySide2.QtGui.QOpenGLTexture.CoordinateDirection', 'PySide2.QtGui.QOpenGLTexture.WrapMode'), ('PySide2.QtGui.QOpenGLTexture.WrapMode',)],
5484    "PySide2.QtGui.QOpenGLTexture.swizzleMask": ('PySide2.QtGui.QOpenGLTexture.SwizzleComponent',),
5485    "PySide2.QtGui.QOpenGLTexture.target": (),
5486    "PySide2.QtGui.QOpenGLTexture.textureId": (),
5487    "PySide2.QtGui.QOpenGLTexture.width": (),
5488    "PySide2.QtGui.QOpenGLTexture.wrapMode": ('PySide2.QtGui.QOpenGLTexture.CoordinateDirection',),
5489# class PySide2.QtGui.QOpenGLTextureBlitter:
5490# class PySide2.QtGui.QOpenGLTextureBlitter.Origin:
5491    "PySide2.QtGui.QOpenGLTextureBlitter.__init__": (),
5492    "PySide2.QtGui.QOpenGLTextureBlitter.bind": ('int',),
5493    "PySide2.QtGui.QOpenGLTextureBlitter.blit": [('int', 'PySide2.QtGui.QMatrix4x4', 'PySide2.QtGui.QMatrix3x3'), ('int', 'PySide2.QtGui.QMatrix4x4', 'PySide2.QtGui.QOpenGLTextureBlitter.Origin')],
5494    "PySide2.QtGui.QOpenGLTextureBlitter.create": (),
5495    "PySide2.QtGui.QOpenGLTextureBlitter.destroy": (),
5496    "PySide2.QtGui.QOpenGLTextureBlitter.isCreated": (),
5497    "PySide2.QtGui.QOpenGLTextureBlitter.release": (),
5498    "PySide2.QtGui.QOpenGLTextureBlitter.setOpacity": ('float',),
5499    "PySide2.QtGui.QOpenGLTextureBlitter.setRedBlueSwizzle": ('bool',),
5500    "PySide2.QtGui.QOpenGLTextureBlitter.sourceTransform": ('PySide2.QtCore.QRectF', 'PySide2.QtCore.QSize', 'PySide2.QtGui.QOpenGLTextureBlitter.Origin'),
5501    "PySide2.QtGui.QOpenGLTextureBlitter.supportsExternalOESTarget": (),
5502    "PySide2.QtGui.QOpenGLTextureBlitter.targetTransform": ('PySide2.QtCore.QRectF', 'PySide2.QtCore.QRect'),
5503# class PySide2.QtGui.QOpenGLTimeMonitor:
5504    "PySide2.QtGui.QOpenGLTimeMonitor.__init__": ('PySide2.QtCore.QObject',),
5505    "PySide2.QtGui.QOpenGLTimeMonitor.create": (),
5506    "PySide2.QtGui.QOpenGLTimeMonitor.destroy": (),
5507    "PySide2.QtGui.QOpenGLTimeMonitor.isCreated": (),
5508    "PySide2.QtGui.QOpenGLTimeMonitor.isResultAvailable": (),
5509    "PySide2.QtGui.QOpenGLTimeMonitor.objectIds": (),
5510    "PySide2.QtGui.QOpenGLTimeMonitor.recordSample": (),
5511    "PySide2.QtGui.QOpenGLTimeMonitor.reset": (),
5512    "PySide2.QtGui.QOpenGLTimeMonitor.sampleCount": (),
5513    "PySide2.QtGui.QOpenGLTimeMonitor.setSampleCount": ('int',),
5514    "PySide2.QtGui.QOpenGLTimeMonitor.waitForIntervals": (),
5515    "PySide2.QtGui.QOpenGLTimeMonitor.waitForSamples": (),
5516# class PySide2.QtGui.QOpenGLTimerQuery:
5517    "PySide2.QtGui.QOpenGLTimerQuery.__init__": ('PySide2.QtCore.QObject',),
5518    "PySide2.QtGui.QOpenGLTimerQuery.begin": (),
5519    "PySide2.QtGui.QOpenGLTimerQuery.create": (),
5520    "PySide2.QtGui.QOpenGLTimerQuery.destroy": (),
5521    "PySide2.QtGui.QOpenGLTimerQuery.end": (),
5522    "PySide2.QtGui.QOpenGLTimerQuery.isCreated": (),
5523    "PySide2.QtGui.QOpenGLTimerQuery.isResultAvailable": (),
5524    "PySide2.QtGui.QOpenGLTimerQuery.objectId": (),
5525    "PySide2.QtGui.QOpenGLTimerQuery.recordTimestamp": (),
5526    "PySide2.QtGui.QOpenGLTimerQuery.waitForResult": (),
5527    "PySide2.QtGui.QOpenGLTimerQuery.waitForTimestamp": (),
5528# class PySide2.QtGui.QOpenGLVersionProfile:
5529    "PySide2.QtGui.QOpenGLVersionProfile.__init__": [(), ('PySide2.QtGui.QOpenGLVersionProfile',), ('PySide2.QtGui.QSurfaceFormat',)],
5530    "PySide2.QtGui.QOpenGLVersionProfile.__copy__": (),
5531    "PySide2.QtGui.QOpenGLVersionProfile.hasProfiles": (),
5532    "PySide2.QtGui.QOpenGLVersionProfile.isLegacyVersion": (),
5533    "PySide2.QtGui.QOpenGLVersionProfile.isValid": (),
5534    "PySide2.QtGui.QOpenGLVersionProfile.profile": (),
5535    "PySide2.QtGui.QOpenGLVersionProfile.setProfile": ('PySide2.QtGui.QSurfaceFormat.OpenGLContextProfile',),
5536    "PySide2.QtGui.QOpenGLVersionProfile.setVersion": ('int', 'int'),
5537    "PySide2.QtGui.QOpenGLVersionProfile.version": (),
5538# class PySide2.QtGui.QOpenGLVertexArrayObject:
5539# class PySide2.QtGui.QOpenGLVertexArrayObject.Binder:
5540    "PySide2.QtGui.QOpenGLVertexArrayObject.Binder.__init__": ('PySide2.QtGui.QOpenGLVertexArrayObject',),
5541    "PySide2.QtGui.QOpenGLVertexArrayObject.Binder.rebind": (),
5542    "PySide2.QtGui.QOpenGLVertexArrayObject.Binder.release": (),
5543    "PySide2.QtGui.QOpenGLVertexArrayObject.__init__": ('PySide2.QtCore.QObject',),
5544    "PySide2.QtGui.QOpenGLVertexArrayObject.bind": (),
5545    "PySide2.QtGui.QOpenGLVertexArrayObject.create": (),
5546    "PySide2.QtGui.QOpenGLVertexArrayObject.destroy": (),
5547    "PySide2.QtGui.QOpenGLVertexArrayObject.isCreated": (),
5548    "PySide2.QtGui.QOpenGLVertexArrayObject.objectId": (),
5549    "PySide2.QtGui.QOpenGLVertexArrayObject.release": (),
5550# class PySide2.QtGui.QOpenGLWindow:
5551# class PySide2.QtGui.QOpenGLWindow.UpdateBehavior:
5552    "PySide2.QtGui.QOpenGLWindow.__init__": [('PySide2.QtGui.QOpenGLContext', 'PySide2.QtGui.QOpenGLWindow.UpdateBehavior', 'PySide2.QtGui.QWindow'), ('PySide2.QtGui.QOpenGLWindow.UpdateBehavior', 'PySide2.QtGui.QWindow')],
5553    "PySide2.QtGui.QOpenGLWindow.context": (),
5554    "PySide2.QtGui.QOpenGLWindow.defaultFramebufferObject": (),
5555    "PySide2.QtGui.QOpenGLWindow.doneCurrent": (),
5556    "PySide2.QtGui.QOpenGLWindow.grabFramebuffer": (),
5557    "PySide2.QtGui.QOpenGLWindow.initializeGL": (),
5558    "PySide2.QtGui.QOpenGLWindow.isValid": (),
5559    "PySide2.QtGui.QOpenGLWindow.makeCurrent": (),
5560    "PySide2.QtGui.QOpenGLWindow.metric": ('PySide2.QtGui.QPaintDevice.PaintDeviceMetric',),
5561    "PySide2.QtGui.QOpenGLWindow.paintEvent": ('PySide2.QtGui.QPaintEvent',),
5562    "PySide2.QtGui.QOpenGLWindow.paintGL": (),
5563    "PySide2.QtGui.QOpenGLWindow.paintOverGL": (),
5564    "PySide2.QtGui.QOpenGLWindow.paintUnderGL": (),
5565    "PySide2.QtGui.QOpenGLWindow.redirected": ('PySide2.QtCore.QPoint',),
5566    "PySide2.QtGui.QOpenGLWindow.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
5567    "PySide2.QtGui.QOpenGLWindow.resizeGL": ('int', 'int'),
5568    "PySide2.QtGui.QOpenGLWindow.shareContext": (),
5569    "PySide2.QtGui.QOpenGLWindow.updateBehavior": (),
5570# class PySide2.QtGui.QPageLayout:
5571# class PySide2.QtGui.QPageLayout.Mode:
5572# class PySide2.QtGui.QPageLayout.Orientation:
5573# class PySide2.QtGui.QPageLayout.Unit:
5574    "PySide2.QtGui.QPageLayout.__init__": [(), ('PySide2.QtGui.QPageLayout',), ('PySide2.QtGui.QPageSize', 'PySide2.QtGui.QPageLayout.Orientation', 'PySide2.QtCore.QMarginsF', 'PySide2.QtGui.QPageLayout.Unit', 'PySide2.QtCore.QMarginsF')],
5575    "PySide2.QtGui.QPageLayout.__copy__": (),
5576    "PySide2.QtGui.QPageLayout.fullRect": [(), ('PySide2.QtGui.QPageLayout.Unit',)],
5577    "PySide2.QtGui.QPageLayout.fullRectPixels": ('int',),
5578    "PySide2.QtGui.QPageLayout.fullRectPoints": (),
5579    "PySide2.QtGui.QPageLayout.isEquivalentTo": ('PySide2.QtGui.QPageLayout',),
5580    "PySide2.QtGui.QPageLayout.isValid": (),
5581    "PySide2.QtGui.QPageLayout.margins": [(), ('PySide2.QtGui.QPageLayout.Unit',)],
5582    "PySide2.QtGui.QPageLayout.marginsPixels": ('int',),
5583    "PySide2.QtGui.QPageLayout.marginsPoints": (),
5584    "PySide2.QtGui.QPageLayout.maximumMargins": (),
5585    "PySide2.QtGui.QPageLayout.minimumMargins": (),
5586    "PySide2.QtGui.QPageLayout.mode": (),
5587    "PySide2.QtGui.QPageLayout.orientation": (),
5588    "PySide2.QtGui.QPageLayout.pageSize": (),
5589    "PySide2.QtGui.QPageLayout.paintRect": [(), ('PySide2.QtGui.QPageLayout.Unit',)],
5590    "PySide2.QtGui.QPageLayout.paintRectPixels": ('int',),
5591    "PySide2.QtGui.QPageLayout.paintRectPoints": (),
5592    "PySide2.QtGui.QPageLayout.setBottomMargin": ('float',),
5593    "PySide2.QtGui.QPageLayout.setLeftMargin": ('float',),
5594    "PySide2.QtGui.QPageLayout.setMargins": ('PySide2.QtCore.QMarginsF',),
5595    "PySide2.QtGui.QPageLayout.setMinimumMargins": ('PySide2.QtCore.QMarginsF',),
5596    "PySide2.QtGui.QPageLayout.setMode": ('PySide2.QtGui.QPageLayout.Mode',),
5597    "PySide2.QtGui.QPageLayout.setOrientation": ('PySide2.QtGui.QPageLayout.Orientation',),
5598    "PySide2.QtGui.QPageLayout.setPageSize": ('PySide2.QtGui.QPageSize', 'PySide2.QtCore.QMarginsF'),
5599    "PySide2.QtGui.QPageLayout.setRightMargin": ('float',),
5600    "PySide2.QtGui.QPageLayout.setTopMargin": ('float',),
5601    "PySide2.QtGui.QPageLayout.setUnits": ('PySide2.QtGui.QPageLayout.Unit',),
5602    "PySide2.QtGui.QPageLayout.swap": ('PySide2.QtGui.QPageLayout',),
5603    "PySide2.QtGui.QPageLayout.units": (),
5604# class PySide2.QtGui.QPageSize:
5605# class PySide2.QtGui.QPageSize.PageSizeId:
5606# class PySide2.QtGui.QPageSize.SizeMatchPolicy:
5607# class PySide2.QtGui.QPageSize.Unit:
5608    "PySide2.QtGui.QPageSize.__init__": [(), ('PySide2.QtCore.QSize', 'str', 'PySide2.QtGui.QPageSize.SizeMatchPolicy'), ('PySide2.QtCore.QSizeF', 'PySide2.QtGui.QPageSize.Unit', 'str', 'PySide2.QtGui.QPageSize.SizeMatchPolicy'), ('PySide2.QtGui.QPageSize',), ('PySide2.QtGui.QPageSize.PageSizeId',)],
5609    "PySide2.QtGui.QPageSize.__copy__": (),
5610    "PySide2.QtGui.QPageSize.definitionSize": [(), ('PySide2.QtGui.QPageSize.PageSizeId',)],
5611    "PySide2.QtGui.QPageSize.definitionUnits": [(), ('PySide2.QtGui.QPageSize.PageSizeId',)],
5612    "PySide2.QtGui.QPageSize.id": [(), ('PySide2.QtCore.QSize', 'PySide2.QtGui.QPageSize.SizeMatchPolicy'), ('PySide2.QtCore.QSizeF', 'PySide2.QtGui.QPageSize.Unit', 'PySide2.QtGui.QPageSize.SizeMatchPolicy'), ('int',)],
5613    "PySide2.QtGui.QPageSize.isEquivalentTo": ('PySide2.QtGui.QPageSize',),
5614    "PySide2.QtGui.QPageSize.isValid": (),
5615    "PySide2.QtGui.QPageSize.key": [(), ('PySide2.QtGui.QPageSize.PageSizeId',)],
5616    "PySide2.QtGui.QPageSize.name": [(), ('PySide2.QtGui.QPageSize.PageSizeId',)],
5617    "PySide2.QtGui.QPageSize.rect": ('PySide2.QtGui.QPageSize.Unit',),
5618    "PySide2.QtGui.QPageSize.rectPixels": ('int',),
5619    "PySide2.QtGui.QPageSize.rectPoints": (),
5620    "PySide2.QtGui.QPageSize.size": [('PySide2.QtGui.QPageSize.PageSizeId', 'PySide2.QtGui.QPageSize.Unit'), ('PySide2.QtGui.QPageSize.Unit',)],
5621    "PySide2.QtGui.QPageSize.sizePixels": [('PySide2.QtGui.QPageSize.PageSizeId', 'int'), ('int',)],
5622    "PySide2.QtGui.QPageSize.sizePoints": [(), ('PySide2.QtGui.QPageSize.PageSizeId',)],
5623    "PySide2.QtGui.QPageSize.swap": ('PySide2.QtGui.QPageSize',),
5624    "PySide2.QtGui.QPageSize.windowsId": [(), ('PySide2.QtGui.QPageSize.PageSizeId',)],
5625# class PySide2.QtGui.QPagedPaintDevice:
5626# class PySide2.QtGui.QPagedPaintDevice.Margins:
5627    "PySide2.QtGui.QPagedPaintDevice.Margins.__init__": [(), ('PySide2.QtGui.QPagedPaintDevice.Margins',)],
5628    "PySide2.QtGui.QPagedPaintDevice.Margins.__copy__": (),
5629# class PySide2.QtGui.QPagedPaintDevice.PageSize:
5630# class PySide2.QtGui.QPagedPaintDevice.PdfVersion:
5631    "PySide2.QtGui.QPagedPaintDevice.__init__": (),
5632    "PySide2.QtGui.QPagedPaintDevice.devicePageLayout": (),
5633    "PySide2.QtGui.QPagedPaintDevice.margins": (),
5634    "PySide2.QtGui.QPagedPaintDevice.newPage": (),
5635    "PySide2.QtGui.QPagedPaintDevice.pageLayout": (),
5636    "PySide2.QtGui.QPagedPaintDevice.pageSize": (),
5637    "PySide2.QtGui.QPagedPaintDevice.pageSizeMM": (),
5638    "PySide2.QtGui.QPagedPaintDevice.setMargins": ('PySide2.QtGui.QPagedPaintDevice.Margins',),
5639    "PySide2.QtGui.QPagedPaintDevice.setPageLayout": ('PySide2.QtGui.QPageLayout',),
5640    "PySide2.QtGui.QPagedPaintDevice.setPageMargins": [('PySide2.QtCore.QMarginsF',), ('PySide2.QtCore.QMarginsF', 'PySide2.QtGui.QPageLayout.Unit')],
5641    "PySide2.QtGui.QPagedPaintDevice.setPageOrientation": ('PySide2.QtGui.QPageLayout.Orientation',),
5642    "PySide2.QtGui.QPagedPaintDevice.setPageSize": [('PySide2.QtGui.QPageSize',), ('PySide2.QtGui.QPagedPaintDevice.PageSize',)],
5643    "PySide2.QtGui.QPagedPaintDevice.setPageSizeMM": ('PySide2.QtCore.QSizeF',),
5644# class PySide2.QtGui.QPaintDevice:
5645# class PySide2.QtGui.QPaintDevice.PaintDeviceMetric:
5646    "PySide2.QtGui.QPaintDevice.__init__": (),
5647    "PySide2.QtGui.QPaintDevice.colorCount": (),
5648    "PySide2.QtGui.QPaintDevice.depth": (),
5649    "PySide2.QtGui.QPaintDevice.devType": (),
5650    "PySide2.QtGui.QPaintDevice.devicePixelRatio": (),
5651    "PySide2.QtGui.QPaintDevice.devicePixelRatioF": (),
5652    "PySide2.QtGui.QPaintDevice.devicePixelRatioFScale": (),
5653    "PySide2.QtGui.QPaintDevice.height": (),
5654    "PySide2.QtGui.QPaintDevice.heightMM": (),
5655    "PySide2.QtGui.QPaintDevice.initPainter": ('PySide2.QtGui.QPainter',),
5656    "PySide2.QtGui.QPaintDevice.logicalDpiX": (),
5657    "PySide2.QtGui.QPaintDevice.logicalDpiY": (),
5658    "PySide2.QtGui.QPaintDevice.metric": ('PySide2.QtGui.QPaintDevice.PaintDeviceMetric',),
5659    "PySide2.QtGui.QPaintDevice.paintEngine": (),
5660    "PySide2.QtGui.QPaintDevice.paintingActive": (),
5661    "PySide2.QtGui.QPaintDevice.physicalDpiX": (),
5662    "PySide2.QtGui.QPaintDevice.physicalDpiY": (),
5663    "PySide2.QtGui.QPaintDevice.redirected": ('PySide2.QtCore.QPoint',),
5664    "PySide2.QtGui.QPaintDevice.sharedPainter": (),
5665    "PySide2.QtGui.QPaintDevice.width": (),
5666    "PySide2.QtGui.QPaintDevice.widthMM": (),
5667# class PySide2.QtGui.QPaintDeviceWindow:
5668    "PySide2.QtGui.QPaintDeviceWindow.event": ('PySide2.QtCore.QEvent',),
5669    "PySide2.QtGui.QPaintDeviceWindow.exposeEvent": ('PySide2.QtGui.QExposeEvent',),
5670    "PySide2.QtGui.QPaintDeviceWindow.metric": ('PySide2.QtGui.QPaintDevice.PaintDeviceMetric',),
5671    "PySide2.QtGui.QPaintDeviceWindow.paintEngine": (),
5672    "PySide2.QtGui.QPaintDeviceWindow.paintEvent": ('PySide2.QtGui.QPaintEvent',),
5673    "PySide2.QtGui.QPaintDeviceWindow.update": [(), ('PySide2.QtCore.QRect',), ('PySide2.QtGui.QRegion',)],
5674# class PySide2.QtGui.QPaintEngine:
5675# class PySide2.QtGui.QPaintEngine.DirtyFlag:
5676# class PySide2.QtGui.QPaintEngine.DirtyFlags:
5677# class PySide2.QtGui.QPaintEngine.PaintEngineFeature:
5678# class PySide2.QtGui.QPaintEngine.PaintEngineFeatures:
5679# class PySide2.QtGui.QPaintEngine.PolygonDrawMode:
5680# class PySide2.QtGui.QPaintEngine.Type:
5681    "PySide2.QtGui.QPaintEngine.__init__": ('PySide2.QtGui.QPaintEngine.PaintEngineFeatures',),
5682    "PySide2.QtGui.QPaintEngine.begin": ('PySide2.QtGui.QPaintDevice',),
5683    "PySide2.QtGui.QPaintEngine.clearDirty": ('PySide2.QtGui.QPaintEngine.DirtyFlags',),
5684    "PySide2.QtGui.QPaintEngine.coordinateOffset": (),
5685    "PySide2.QtGui.QPaintEngine.drawEllipse": [('PySide2.QtCore.QRect',), ('PySide2.QtCore.QRectF',)],
5686    "PySide2.QtGui.QPaintEngine.drawImage": ('PySide2.QtCore.QRectF', 'PySide2.QtGui.QImage', 'PySide2.QtCore.QRectF', 'PySide2.QtCore.Qt.ImageConversionFlags'),
5687    "PySide2.QtGui.QPaintEngine.drawLines": [('PySide2.QtCore.QLine', 'int'), ('PySide2.QtCore.QLineF', 'int')],
5688    "PySide2.QtGui.QPaintEngine.drawPath": ('PySide2.QtGui.QPainterPath',),
5689    "PySide2.QtGui.QPaintEngine.drawPixmap": ('PySide2.QtCore.QRectF', 'PySide2.QtGui.QPixmap', 'PySide2.QtCore.QRectF'),
5690    "PySide2.QtGui.QPaintEngine.drawPoints": [('PySide2.QtCore.QPoint', 'int'), ('PySide2.QtCore.QPointF', 'int')],
5691    "PySide2.QtGui.QPaintEngine.drawPolygon": [('PySide2.QtCore.QPoint', 'int', 'PySide2.QtGui.QPaintEngine.PolygonDrawMode'), ('PySide2.QtCore.QPointF', 'int', 'PySide2.QtGui.QPaintEngine.PolygonDrawMode')],
5692    "PySide2.QtGui.QPaintEngine.drawRects": [('PySide2.QtCore.QRect', 'int'), ('PySide2.QtCore.QRectF', 'int')],
5693    "PySide2.QtGui.QPaintEngine.drawTextItem": ('PySide2.QtCore.QPointF', 'PySide2.QtGui.QTextItem'),
5694    "PySide2.QtGui.QPaintEngine.drawTiledPixmap": ('PySide2.QtCore.QRectF', 'PySide2.QtGui.QPixmap', 'PySide2.QtCore.QPointF'),
5695    "PySide2.QtGui.QPaintEngine.end": (),
5696    "PySide2.QtGui.QPaintEngine.hasFeature": ('PySide2.QtGui.QPaintEngine.PaintEngineFeatures',),
5697    "PySide2.QtGui.QPaintEngine.isActive": (),
5698    "PySide2.QtGui.QPaintEngine.isExtended": (),
5699    "PySide2.QtGui.QPaintEngine.paintDevice": (),
5700    "PySide2.QtGui.QPaintEngine.painter": (),
5701    "PySide2.QtGui.QPaintEngine.setActive": ('bool',),
5702    "PySide2.QtGui.QPaintEngine.setDirty": ('PySide2.QtGui.QPaintEngine.DirtyFlags',),
5703    "PySide2.QtGui.QPaintEngine.setSystemClip": ('PySide2.QtGui.QRegion',),
5704    "PySide2.QtGui.QPaintEngine.setSystemRect": ('PySide2.QtCore.QRect',),
5705    "PySide2.QtGui.QPaintEngine.syncState": (),
5706    "PySide2.QtGui.QPaintEngine.systemClip": (),
5707    "PySide2.QtGui.QPaintEngine.systemRect": (),
5708    "PySide2.QtGui.QPaintEngine.testDirty": ('PySide2.QtGui.QPaintEngine.DirtyFlags',),
5709    "PySide2.QtGui.QPaintEngine.type": (),
5710    "PySide2.QtGui.QPaintEngine.updateState": ('PySide2.QtGui.QPaintEngineState',),
5711# class PySide2.QtGui.QPaintEngineState:
5712    "PySide2.QtGui.QPaintEngineState.__init__": (),
5713    "PySide2.QtGui.QPaintEngineState.backgroundBrush": (),
5714    "PySide2.QtGui.QPaintEngineState.backgroundMode": (),
5715    "PySide2.QtGui.QPaintEngineState.brush": (),
5716    "PySide2.QtGui.QPaintEngineState.brushNeedsResolving": (),
5717    "PySide2.QtGui.QPaintEngineState.brushOrigin": (),
5718    "PySide2.QtGui.QPaintEngineState.clipOperation": (),
5719    "PySide2.QtGui.QPaintEngineState.clipPath": (),
5720    "PySide2.QtGui.QPaintEngineState.clipRegion": (),
5721    "PySide2.QtGui.QPaintEngineState.compositionMode": (),
5722    "PySide2.QtGui.QPaintEngineState.font": (),
5723    "PySide2.QtGui.QPaintEngineState.isClipEnabled": (),
5724    "PySide2.QtGui.QPaintEngineState.matrix": (),
5725    "PySide2.QtGui.QPaintEngineState.opacity": (),
5726    "PySide2.QtGui.QPaintEngineState.painter": (),
5727    "PySide2.QtGui.QPaintEngineState.pen": (),
5728    "PySide2.QtGui.QPaintEngineState.penNeedsResolving": (),
5729    "PySide2.QtGui.QPaintEngineState.renderHints": (),
5730    "PySide2.QtGui.QPaintEngineState.state": (),
5731    "PySide2.QtGui.QPaintEngineState.transform": (),
5732# class PySide2.QtGui.QPaintEvent:
5733    "PySide2.QtGui.QPaintEvent.__init__": [('PySide2.QtCore.QRect',), ('PySide2.QtGui.QRegion',)],
5734    "PySide2.QtGui.QPaintEvent.rect": (),
5735    "PySide2.QtGui.QPaintEvent.region": (),
5736# class PySide2.QtGui.QPainter:
5737# class PySide2.QtGui.QPainter.CompositionMode:
5738# class PySide2.QtGui.QPainter.PixmapFragment:
5739    "PySide2.QtGui.QPainter.PixmapFragment.__init__": [(), ('PySide2.QtGui.QPainter.PixmapFragment',)],
5740    "PySide2.QtGui.QPainter.PixmapFragment.__copy__": (),
5741    "PySide2.QtGui.QPainter.PixmapFragment.create": ('PySide2.QtCore.QPointF', 'PySide2.QtCore.QRectF', 'float', 'float', 'float', 'float'),
5742# class PySide2.QtGui.QPainter.PixmapFragmentHint:
5743# class PySide2.QtGui.QPainter.PixmapFragmentHints:
5744# class PySide2.QtGui.QPainter.RenderHint:
5745# class PySide2.QtGui.QPainter.RenderHints:
5746    "PySide2.QtGui.QPainter.__init__": [(), ('PySide2.QtGui.QPaintDevice',)],
5747    "PySide2.QtGui.QPainter.background": (),
5748    "PySide2.QtGui.QPainter.backgroundMode": (),
5749    "PySide2.QtGui.QPainter.begin": ('PySide2.QtGui.QPaintDevice',),
5750    "PySide2.QtGui.QPainter.beginNativePainting": (),
5751    "PySide2.QtGui.QPainter.boundingRect": [('PySide2.QtCore.QRect', 'int', 'str'), ('PySide2.QtCore.QRectF', 'int', 'str'), ('PySide2.QtCore.QRectF', 'str', 'PySide2.QtGui.QTextOption'), ('int', 'int', 'int', 'int', 'int', 'str')],
5752    "PySide2.QtGui.QPainter.brush": (),
5753    "PySide2.QtGui.QPainter.brushOrigin": (),
5754    "PySide2.QtGui.QPainter.clipBoundingRect": (),
5755    "PySide2.QtGui.QPainter.clipPath": (),
5756    "PySide2.QtGui.QPainter.clipRegion": (),
5757    "PySide2.QtGui.QPainter.combinedMatrix": (),
5758    "PySide2.QtGui.QPainter.combinedTransform": (),
5759    "PySide2.QtGui.QPainter.compositionMode": (),
5760    "PySide2.QtGui.QPainter.device": (),
5761    "PySide2.QtGui.QPainter.deviceMatrix": (),
5762    "PySide2.QtGui.QPainter.deviceTransform": (),
5763    "PySide2.QtGui.QPainter.drawArc": [('PySide2.QtCore.QRect', 'int', 'int'), ('PySide2.QtCore.QRectF', 'int', 'int'), ('int', 'int', 'int', 'int', 'int', 'int')],
5764    "PySide2.QtGui.QPainter.drawChord": [('PySide2.QtCore.QRect', 'int', 'int'), ('PySide2.QtCore.QRectF', 'int', 'int'), ('int', 'int', 'int', 'int', 'int', 'int')],
5765    "PySide2.QtGui.QPainter.drawConvexPolygon": [('PySide2.QtGui.QPolygon',), ('PySide2.QtGui.QPolygonF',), ('typing.List[PySide2.QtCore.QPointF]',), ('typing.List[PySide2.QtCore.QPoint]',)],
5766    "PySide2.QtGui.QPainter.drawEllipse": [('PySide2.QtCore.QPoint', 'int', 'int'), ('PySide2.QtCore.QPointF', 'float', 'float'), ('PySide2.QtCore.QRect',), ('PySide2.QtCore.QRectF',), ('int', 'int', 'int', 'int')],
5767    "PySide2.QtGui.QPainter.drawImage": [('PySide2.QtCore.QPoint', 'PySide2.QtGui.QImage'), ('PySide2.QtCore.QPoint', 'PySide2.QtGui.QImage', 'PySide2.QtCore.QRect', 'PySide2.QtCore.Qt.ImageConversionFlags'), ('PySide2.QtCore.QPointF', 'PySide2.QtGui.QImage'), ('PySide2.QtCore.QPointF', 'PySide2.QtGui.QImage', 'PySide2.QtCore.QRectF', 'PySide2.QtCore.Qt.ImageConversionFlags'), ('PySide2.QtCore.QRect', 'PySide2.QtGui.QImage'), ('PySide2.QtCore.QRect', 'PySide2.QtGui.QImage', 'PySide2.QtCore.QRect', 'PySide2.QtCore.Qt.ImageConversionFlags'), ('PySide2.QtCore.QRectF', 'PySide2.QtGui.QImage'), ('PySide2.QtCore.QRectF', 'PySide2.QtGui.QImage', 'PySide2.QtCore.QRectF', 'PySide2.QtCore.Qt.ImageConversionFlags'), ('int', 'int', 'PySide2.QtGui.QImage', 'int', 'int', 'int', 'int', 'PySide2.QtCore.Qt.ImageConversionFlags')],
5768    "PySide2.QtGui.QPainter.drawLine": [('PySide2.QtCore.QLine',), ('PySide2.QtCore.QLineF',), ('PySide2.QtCore.QPoint', 'PySide2.QtCore.QPoint'), ('PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF'), ('int', 'int', 'int', 'int')],
5769    "PySide2.QtGui.QPainter.drawLines": [('typing.List[PySide2.QtCore.QLineF]',), ('typing.List[PySide2.QtCore.QLine]',), ('typing.List[PySide2.QtCore.QPointF]',), ('typing.List[PySide2.QtCore.QPoint]',)],
5770    "PySide2.QtGui.QPainter.drawPath": ('PySide2.QtGui.QPainterPath',),
5771    "PySide2.QtGui.QPainter.drawPicture": [('PySide2.QtCore.QPoint', 'PySide2.QtGui.QPicture'), ('PySide2.QtCore.QPointF', 'PySide2.QtGui.QPicture'), ('int', 'int', 'PySide2.QtGui.QPicture')],
5772    "PySide2.QtGui.QPainter.drawPie": [('PySide2.QtCore.QRect', 'int', 'int'), ('PySide2.QtCore.QRectF', 'int', 'int'), ('int', 'int', 'int', 'int', 'int', 'int')],
5773    "PySide2.QtGui.QPainter.drawPixmap": [('PySide2.QtCore.QPoint', 'PySide2.QtGui.QPixmap'), ('PySide2.QtCore.QPoint', 'PySide2.QtGui.QPixmap', 'PySide2.QtCore.QRect'), ('PySide2.QtCore.QPointF', 'PySide2.QtGui.QPixmap'), ('PySide2.QtCore.QPointF', 'PySide2.QtGui.QPixmap', 'PySide2.QtCore.QRectF'), ('PySide2.QtCore.QRect', 'PySide2.QtGui.QPixmap'), ('PySide2.QtCore.QRect', 'PySide2.QtGui.QPixmap', 'PySide2.QtCore.QRect'), ('PySide2.QtCore.QRectF', 'PySide2.QtGui.QPixmap', 'PySide2.QtCore.QRectF'), ('int', 'int', 'PySide2.QtGui.QPixmap'), ('int', 'int', 'PySide2.QtGui.QPixmap', 'int', 'int', 'int', 'int'), ('int', 'int', 'int', 'int', 'PySide2.QtGui.QPixmap'), ('int', 'int', 'int', 'int', 'PySide2.QtGui.QPixmap', 'int', 'int', 'int', 'int')],
5774    "PySide2.QtGui.QPainter.drawPixmapFragments": ('PySide2.QtGui.QPainter.PixmapFragment', 'int', 'PySide2.QtGui.QPixmap', 'PySide2.QtGui.QPainter.PixmapFragmentHints'),
5775    "PySide2.QtGui.QPainter.drawPoint": [('PySide2.QtCore.QPoint',), ('PySide2.QtCore.QPointF',), ('int', 'int')],
5776    "PySide2.QtGui.QPainter.drawPoints": [('PySide2.QtGui.QPolygon',), ('PySide2.QtGui.QPolygonF',), ('typing.List[PySide2.QtCore.QPointF]',), ('typing.List[PySide2.QtCore.QPoint]',)],
5777    "PySide2.QtGui.QPainter.drawPolygon": [('PySide2.QtGui.QPolygon', 'PySide2.QtCore.Qt.FillRule'), ('PySide2.QtGui.QPolygonF', 'PySide2.QtCore.Qt.FillRule'), ('typing.List[PySide2.QtCore.QPointF]', 'PySide2.QtCore.Qt.FillRule'), ('typing.List[PySide2.QtCore.QPoint]', 'PySide2.QtCore.Qt.FillRule')],
5778    "PySide2.QtGui.QPainter.drawPolyline": [('PySide2.QtGui.QPolygon',), ('PySide2.QtGui.QPolygonF',), ('typing.List[PySide2.QtCore.QPointF]',), ('typing.List[PySide2.QtCore.QPoint]',)],
5779    "PySide2.QtGui.QPainter.drawRect": [('PySide2.QtCore.QRect',), ('PySide2.QtCore.QRectF',), ('int', 'int', 'int', 'int')],
5780    "PySide2.QtGui.QPainter.drawRects": [('typing.List[PySide2.QtCore.QRectF]',), ('typing.List[PySide2.QtCore.QRect]',)],
5781    "PySide2.QtGui.QPainter.drawRoundRect": [('PySide2.QtCore.QRect', 'int', 'int'), ('PySide2.QtCore.QRectF', 'int', 'int'), ('int', 'int', 'int', 'int', 'int', 'int')],
5782    "PySide2.QtGui.QPainter.drawRoundedRect": [('PySide2.QtCore.QRect', 'float', 'float', 'PySide2.QtCore.Qt.SizeMode'), ('PySide2.QtCore.QRectF', 'float', 'float', 'PySide2.QtCore.Qt.SizeMode'), ('int', 'int', 'int', 'int', 'float', 'float', 'PySide2.QtCore.Qt.SizeMode')],
5783    "PySide2.QtGui.QPainter.drawStaticText": [('PySide2.QtCore.QPoint', 'PySide2.QtGui.QStaticText'), ('PySide2.QtCore.QPointF', 'PySide2.QtGui.QStaticText'), ('int', 'int', 'PySide2.QtGui.QStaticText')],
5784    "PySide2.QtGui.QPainter.drawText": [('PySide2.QtCore.QPoint', 'str'), ('PySide2.QtCore.QPointF', 'str'), ('PySide2.QtCore.QRect', 'int', 'str', 'PySide2.QtCore.QRect'), ('PySide2.QtCore.QRectF', 'int', 'str', 'PySide2.QtCore.QRectF'), ('PySide2.QtCore.QRectF', 'str', 'PySide2.QtGui.QTextOption'), ('int', 'int', 'int', 'int', 'int', 'str', 'PySide2.QtCore.QRect'), ('int', 'int', 'str')],
5785    "PySide2.QtGui.QPainter.drawTextItem": [('PySide2.QtCore.QPoint', 'PySide2.QtGui.QTextItem'), ('PySide2.QtCore.QPointF', 'PySide2.QtGui.QTextItem'), ('int', 'int', 'PySide2.QtGui.QTextItem')],
5786    "PySide2.QtGui.QPainter.drawTiledPixmap": [('PySide2.QtCore.QRect', 'PySide2.QtGui.QPixmap', 'PySide2.QtCore.QPoint'), ('PySide2.QtCore.QRectF', 'PySide2.QtGui.QPixmap', 'PySide2.QtCore.QPointF'), ('int', 'int', 'int', 'int', 'PySide2.QtGui.QPixmap', 'int', 'int')],
5787    "PySide2.QtGui.QPainter.end": (),
5788    "PySide2.QtGui.QPainter.endNativePainting": (),
5789    "PySide2.QtGui.QPainter.eraseRect": [('PySide2.QtCore.QRect',), ('PySide2.QtCore.QRectF',), ('int', 'int', 'int', 'int')],
5790    "PySide2.QtGui.QPainter.fillPath": ('PySide2.QtGui.QPainterPath', 'PySide2.QtGui.QBrush'),
5791    "PySide2.QtGui.QPainter.fillRect": [('PySide2.QtCore.QRect', 'PySide2.QtCore.Qt.BrushStyle'), ('PySide2.QtCore.QRect', 'PySide2.QtCore.Qt.GlobalColor'), ('PySide2.QtCore.QRect', 'PySide2.QtGui.QBrush'), ('PySide2.QtCore.QRect', 'PySide2.QtGui.QColor'), ('PySide2.QtCore.QRect', 'PySide2.QtGui.QGradient.Preset'), ('PySide2.QtCore.QRectF', 'PySide2.QtCore.Qt.BrushStyle'), ('PySide2.QtCore.QRectF', 'PySide2.QtCore.Qt.GlobalColor'), ('PySide2.QtCore.QRectF', 'PySide2.QtGui.QBrush'), ('PySide2.QtCore.QRectF', 'PySide2.QtGui.QColor'), ('PySide2.QtCore.QRectF', 'PySide2.QtGui.QGradient.Preset'), ('int', 'int', 'int', 'int', 'PySide2.QtCore.Qt.BrushStyle'), ('int', 'int', 'int', 'int', 'PySide2.QtCore.Qt.GlobalColor'), ('int', 'int', 'int', 'int', 'PySide2.QtGui.QBrush'), ('int', 'int', 'int', 'int', 'PySide2.QtGui.QColor'), ('int', 'int', 'int', 'int', 'PySide2.QtGui.QGradient.Preset')],
5792    "PySide2.QtGui.QPainter.font": (),
5793    "PySide2.QtGui.QPainter.fontInfo": (),
5794    "PySide2.QtGui.QPainter.fontMetrics": (),
5795    "PySide2.QtGui.QPainter.hasClipping": (),
5796    "PySide2.QtGui.QPainter.initFrom": ('PySide2.QtGui.QPaintDevice',),
5797    "PySide2.QtGui.QPainter.isActive": (),
5798    "PySide2.QtGui.QPainter.layoutDirection": (),
5799    "PySide2.QtGui.QPainter.matrix": (),
5800    "PySide2.QtGui.QPainter.matrixEnabled": (),
5801    "PySide2.QtGui.QPainter.opacity": (),
5802    "PySide2.QtGui.QPainter.paintEngine": (),
5803    "PySide2.QtGui.QPainter.pen": (),
5804    "PySide2.QtGui.QPainter.redirected": ('PySide2.QtGui.QPaintDevice', 'PySide2.QtCore.QPoint'),
5805    "PySide2.QtGui.QPainter.renderHints": (),
5806    "PySide2.QtGui.QPainter.resetMatrix": (),
5807    "PySide2.QtGui.QPainter.resetTransform": (),
5808    "PySide2.QtGui.QPainter.restore": (),
5809    "PySide2.QtGui.QPainter.restoreRedirected": ('PySide2.QtGui.QPaintDevice',),
5810    "PySide2.QtGui.QPainter.rotate": ('float',),
5811    "PySide2.QtGui.QPainter.save": (),
5812    "PySide2.QtGui.QPainter.scale": ('float', 'float'),
5813    "PySide2.QtGui.QPainter.setBackground": ('PySide2.QtGui.QBrush',),
5814    "PySide2.QtGui.QPainter.setBackgroundMode": ('PySide2.QtCore.Qt.BGMode',),
5815    "PySide2.QtGui.QPainter.setBrush": [('PySide2.QtCore.Qt.BrushStyle',), ('PySide2.QtGui.QBrush',)],
5816    "PySide2.QtGui.QPainter.setBrushOrigin": [('PySide2.QtCore.QPoint',), ('PySide2.QtCore.QPointF',), ('int', 'int')],
5817    "PySide2.QtGui.QPainter.setClipPath": ('PySide2.QtGui.QPainterPath', 'PySide2.QtCore.Qt.ClipOperation'),
5818    "PySide2.QtGui.QPainter.setClipRect": [('PySide2.QtCore.QRect', 'PySide2.QtCore.Qt.ClipOperation'), ('PySide2.QtCore.QRectF', 'PySide2.QtCore.Qt.ClipOperation'), ('int', 'int', 'int', 'int', 'PySide2.QtCore.Qt.ClipOperation')],
5819    "PySide2.QtGui.QPainter.setClipRegion": ('PySide2.QtGui.QRegion', 'PySide2.QtCore.Qt.ClipOperation'),
5820    "PySide2.QtGui.QPainter.setClipping": ('bool',),
5821    "PySide2.QtGui.QPainter.setCompositionMode": ('PySide2.QtGui.QPainter.CompositionMode',),
5822    "PySide2.QtGui.QPainter.setFont": ('PySide2.QtGui.QFont',),
5823    "PySide2.QtGui.QPainter.setLayoutDirection": ('PySide2.QtCore.Qt.LayoutDirection',),
5824    "PySide2.QtGui.QPainter.setMatrix": ('PySide2.QtGui.QMatrix', 'bool'),
5825    "PySide2.QtGui.QPainter.setMatrixEnabled": ('bool',),
5826    "PySide2.QtGui.QPainter.setOpacity": ('float',),
5827    "PySide2.QtGui.QPainter.setPen": [('PySide2.QtCore.Qt.PenStyle',), ('PySide2.QtGui.QColor',), ('PySide2.QtGui.QPen',)],
5828    "PySide2.QtGui.QPainter.setRedirected": ('PySide2.QtGui.QPaintDevice', 'PySide2.QtGui.QPaintDevice', 'PySide2.QtCore.QPoint'),
5829    "PySide2.QtGui.QPainter.setRenderHint": ('PySide2.QtGui.QPainter.RenderHint', 'bool'),
5830    "PySide2.QtGui.QPainter.setRenderHints": ('PySide2.QtGui.QPainter.RenderHints', 'bool'),
5831    "PySide2.QtGui.QPainter.setTransform": ('PySide2.QtGui.QTransform', 'bool'),
5832    "PySide2.QtGui.QPainter.setViewTransformEnabled": ('bool',),
5833    "PySide2.QtGui.QPainter.setViewport": [('PySide2.QtCore.QRect',), ('int', 'int', 'int', 'int')],
5834    "PySide2.QtGui.QPainter.setWindow": [('PySide2.QtCore.QRect',), ('int', 'int', 'int', 'int')],
5835    "PySide2.QtGui.QPainter.setWorldMatrix": ('PySide2.QtGui.QMatrix', 'bool'),
5836    "PySide2.QtGui.QPainter.setWorldMatrixEnabled": ('bool',),
5837    "PySide2.QtGui.QPainter.setWorldTransform": ('PySide2.QtGui.QTransform', 'bool'),
5838    "PySide2.QtGui.QPainter.shear": ('float', 'float'),
5839    "PySide2.QtGui.QPainter.strokePath": ('PySide2.QtGui.QPainterPath', 'PySide2.QtGui.QPen'),
5840    "PySide2.QtGui.QPainter.testRenderHint": ('PySide2.QtGui.QPainter.RenderHint',),
5841    "PySide2.QtGui.QPainter.transform": (),
5842    "PySide2.QtGui.QPainter.translate": [('PySide2.QtCore.QPoint',), ('PySide2.QtCore.QPointF',), ('float', 'float')],
5843    "PySide2.QtGui.QPainter.viewTransformEnabled": (),
5844    "PySide2.QtGui.QPainter.viewport": (),
5845    "PySide2.QtGui.QPainter.window": (),
5846    "PySide2.QtGui.QPainter.worldMatrix": (),
5847    "PySide2.QtGui.QPainter.worldMatrixEnabled": (),
5848    "PySide2.QtGui.QPainter.worldTransform": (),
5849# class PySide2.QtGui.QPainterPath:
5850# class PySide2.QtGui.QPainterPath.Element:
5851    "PySide2.QtGui.QPainterPath.Element.__init__": [(), ('PySide2.QtGui.QPainterPath.Element',)],
5852    "PySide2.QtGui.QPainterPath.Element.__copy__": (),
5853    "PySide2.QtGui.QPainterPath.Element.isCurveTo": (),
5854    "PySide2.QtGui.QPainterPath.Element.isLineTo": (),
5855    "PySide2.QtGui.QPainterPath.Element.isMoveTo": (),
5856# class PySide2.QtGui.QPainterPath.ElementType:
5857    "PySide2.QtGui.QPainterPath.__init__": [(), ('PySide2.QtCore.QPointF',), ('PySide2.QtGui.QPainterPath',)],
5858    "PySide2.QtGui.QPainterPath.__add__": ('PySide2.QtGui.QPainterPath',),
5859    "PySide2.QtGui.QPainterPath.__and__": ('PySide2.QtGui.QPainterPath',),
5860    "PySide2.QtGui.QPainterPath.__copy__": (),
5861    "PySide2.QtGui.QPainterPath.__iadd__": ('PySide2.QtGui.QPainterPath',),
5862    "PySide2.QtGui.QPainterPath.__iand__": ('PySide2.QtGui.QPainterPath',),
5863    "PySide2.QtGui.QPainterPath.__ior__": ('PySide2.QtGui.QPainterPath',),
5864    "PySide2.QtGui.QPainterPath.__isub__": ('PySide2.QtGui.QPainterPath',),
5865    "PySide2.QtGui.QPainterPath.__lshift__": ('PySide2.QtCore.QDataStream',),
5866    "PySide2.QtGui.QPainterPath.__mul__": [('PySide2.QtGui.QMatrix',), ('PySide2.QtGui.QTransform',)],
5867    "PySide2.QtGui.QPainterPath.__or__": ('PySide2.QtGui.QPainterPath',),
5868    "PySide2.QtGui.QPainterPath.__rshift__": ('PySide2.QtCore.QDataStream',),
5869    "PySide2.QtGui.QPainterPath.__sub__": ('PySide2.QtGui.QPainterPath',),
5870    "PySide2.QtGui.QPainterPath.addEllipse": [('PySide2.QtCore.QPointF', 'float', 'float'), ('PySide2.QtCore.QRectF',), ('float', 'float', 'float', 'float')],
5871    "PySide2.QtGui.QPainterPath.addPath": ('PySide2.QtGui.QPainterPath',),
5872    "PySide2.QtGui.QPainterPath.addPolygon": ('PySide2.QtGui.QPolygonF',),
5873    "PySide2.QtGui.QPainterPath.addRect": [('PySide2.QtCore.QRectF',), ('float', 'float', 'float', 'float')],
5874    "PySide2.QtGui.QPainterPath.addRegion": ('PySide2.QtGui.QRegion',),
5875    "PySide2.QtGui.QPainterPath.addRoundRect": [('PySide2.QtCore.QRectF', 'int'), ('PySide2.QtCore.QRectF', 'int', 'int'), ('float', 'float', 'float', 'float', 'int'), ('float', 'float', 'float', 'float', 'int', 'int')],
5876    "PySide2.QtGui.QPainterPath.addRoundedRect": [('PySide2.QtCore.QRectF', 'float', 'float', 'PySide2.QtCore.Qt.SizeMode'), ('float', 'float', 'float', 'float', 'float', 'float', 'PySide2.QtCore.Qt.SizeMode')],
5877    "PySide2.QtGui.QPainterPath.addText": [('PySide2.QtCore.QPointF', 'PySide2.QtGui.QFont', 'str'), ('float', 'float', 'PySide2.QtGui.QFont', 'str')],
5878    "PySide2.QtGui.QPainterPath.angleAtPercent": ('float',),
5879    "PySide2.QtGui.QPainterPath.arcMoveTo": [('PySide2.QtCore.QRectF', 'float'), ('float', 'float', 'float', 'float', 'float')],
5880    "PySide2.QtGui.QPainterPath.arcTo": [('PySide2.QtCore.QRectF', 'float', 'float'), ('float', 'float', 'float', 'float', 'float', 'float')],
5881    "PySide2.QtGui.QPainterPath.boundingRect": (),
5882    "PySide2.QtGui.QPainterPath.capacity": (),
5883    "PySide2.QtGui.QPainterPath.clear": (),
5884    "PySide2.QtGui.QPainterPath.closeSubpath": (),
5885    "PySide2.QtGui.QPainterPath.connectPath": ('PySide2.QtGui.QPainterPath',),
5886    "PySide2.QtGui.QPainterPath.contains": [('PySide2.QtCore.QPointF',), ('PySide2.QtCore.QRectF',), ('PySide2.QtGui.QPainterPath',)],
5887    "PySide2.QtGui.QPainterPath.controlPointRect": (),
5888    "PySide2.QtGui.QPainterPath.cubicTo": [('PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF'), ('float', 'float', 'float', 'float', 'float', 'float')],
5889    "PySide2.QtGui.QPainterPath.currentPosition": (),
5890    "PySide2.QtGui.QPainterPath.elementAt": ('int',),
5891    "PySide2.QtGui.QPainterPath.elementCount": (),
5892    "PySide2.QtGui.QPainterPath.fillRule": (),
5893    "PySide2.QtGui.QPainterPath.intersected": ('PySide2.QtGui.QPainterPath',),
5894    "PySide2.QtGui.QPainterPath.intersects": [('PySide2.QtCore.QRectF',), ('PySide2.QtGui.QPainterPath',)],
5895    "PySide2.QtGui.QPainterPath.isEmpty": (),
5896    "PySide2.QtGui.QPainterPath.length": (),
5897    "PySide2.QtGui.QPainterPath.lineTo": [('PySide2.QtCore.QPointF',), ('float', 'float')],
5898    "PySide2.QtGui.QPainterPath.moveTo": [('PySide2.QtCore.QPointF',), ('float', 'float')],
5899    "PySide2.QtGui.QPainterPath.percentAtLength": ('float',),
5900    "PySide2.QtGui.QPainterPath.pointAtPercent": ('float',),
5901    "PySide2.QtGui.QPainterPath.quadTo": [('PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF'), ('float', 'float', 'float', 'float')],
5902    "PySide2.QtGui.QPainterPath.reserve": ('int',),
5903    "PySide2.QtGui.QPainterPath.setElementPositionAt": ('int', 'float', 'float'),
5904    "PySide2.QtGui.QPainterPath.setFillRule": ('PySide2.QtCore.Qt.FillRule',),
5905    "PySide2.QtGui.QPainterPath.simplified": (),
5906    "PySide2.QtGui.QPainterPath.slopeAtPercent": ('float',),
5907    "PySide2.QtGui.QPainterPath.subtracted": ('PySide2.QtGui.QPainterPath',),
5908    "PySide2.QtGui.QPainterPath.subtractedInverted": ('PySide2.QtGui.QPainterPath',),
5909    "PySide2.QtGui.QPainterPath.swap": ('PySide2.QtGui.QPainterPath',),
5910    "PySide2.QtGui.QPainterPath.toFillPolygon": [('PySide2.QtGui.QMatrix',), ('PySide2.QtGui.QTransform',)],
5911    "PySide2.QtGui.QPainterPath.toFillPolygons": [('PySide2.QtGui.QMatrix',), ('PySide2.QtGui.QTransform',)],
5912    "PySide2.QtGui.QPainterPath.toReversed": (),
5913    "PySide2.QtGui.QPainterPath.toSubpathPolygons": [('PySide2.QtGui.QMatrix',), ('PySide2.QtGui.QTransform',)],
5914    "PySide2.QtGui.QPainterPath.translate": [('PySide2.QtCore.QPointF',), ('float', 'float')],
5915    "PySide2.QtGui.QPainterPath.translated": [('PySide2.QtCore.QPointF',), ('float', 'float')],
5916    "PySide2.QtGui.QPainterPath.united": ('PySide2.QtGui.QPainterPath',),
5917# class PySide2.QtGui.QPainterPathStroker:
5918    "PySide2.QtGui.QPainterPathStroker.__init__": [(), ('PySide2.QtGui.QPen',)],
5919    "PySide2.QtGui.QPainterPathStroker.capStyle": (),
5920    "PySide2.QtGui.QPainterPathStroker.createStroke": ('PySide2.QtGui.QPainterPath',),
5921    "PySide2.QtGui.QPainterPathStroker.curveThreshold": (),
5922    "PySide2.QtGui.QPainterPathStroker.dashOffset": (),
5923    "PySide2.QtGui.QPainterPathStroker.dashPattern": (),
5924    "PySide2.QtGui.QPainterPathStroker.joinStyle": (),
5925    "PySide2.QtGui.QPainterPathStroker.miterLimit": (),
5926    "PySide2.QtGui.QPainterPathStroker.setCapStyle": ('PySide2.QtCore.Qt.PenCapStyle',),
5927    "PySide2.QtGui.QPainterPathStroker.setCurveThreshold": ('float',),
5928    "PySide2.QtGui.QPainterPathStroker.setDashOffset": ('float',),
5929    "PySide2.QtGui.QPainterPathStroker.setDashPattern": [('PySide2.QtCore.Qt.PenStyle',), ('typing.List[float]',)],
5930    "PySide2.QtGui.QPainterPathStroker.setJoinStyle": ('PySide2.QtCore.Qt.PenJoinStyle',),
5931    "PySide2.QtGui.QPainterPathStroker.setMiterLimit": ('float',),
5932    "PySide2.QtGui.QPainterPathStroker.setWidth": ('float',),
5933    "PySide2.QtGui.QPainterPathStroker.width": (),
5934# class PySide2.QtGui.QPalette:
5935# class PySide2.QtGui.QPalette.ColorGroup:
5936# class PySide2.QtGui.QPalette.ColorRole:
5937    "PySide2.QtGui.QPalette.__init__": [(), ('PySide2.QtCore.Qt.GlobalColor',), ('PySide2.QtGui.QBrush', 'PySide2.QtGui.QBrush', 'PySide2.QtGui.QBrush', 'PySide2.QtGui.QBrush', 'PySide2.QtGui.QBrush', 'PySide2.QtGui.QBrush', 'PySide2.QtGui.QBrush', 'PySide2.QtGui.QBrush', 'PySide2.QtGui.QBrush'), ('PySide2.QtGui.QColor',), ('PySide2.QtGui.QColor', 'PySide2.QtGui.QColor'), ('PySide2.QtGui.QColor', 'PySide2.QtGui.QColor', 'PySide2.QtGui.QColor', 'PySide2.QtGui.QColor', 'PySide2.QtGui.QColor', 'PySide2.QtGui.QColor', 'PySide2.QtGui.QColor'), ('PySide2.QtGui.QPalette',)],
5938    "PySide2.QtGui.QPalette.__copy__": (),
5939    "PySide2.QtGui.QPalette.__lshift__": ('PySide2.QtCore.QDataStream',),
5940    "PySide2.QtGui.QPalette.__rshift__": ('PySide2.QtCore.QDataStream',),
5941    "PySide2.QtGui.QPalette.alternateBase": (),
5942    "PySide2.QtGui.QPalette.background": (),
5943    "PySide2.QtGui.QPalette.base": (),
5944    "PySide2.QtGui.QPalette.brightText": (),
5945    "PySide2.QtGui.QPalette.brush": [('PySide2.QtGui.QPalette.ColorGroup', 'PySide2.QtGui.QPalette.ColorRole'), ('PySide2.QtGui.QPalette.ColorRole',)],
5946    "PySide2.QtGui.QPalette.button": (),
5947    "PySide2.QtGui.QPalette.buttonText": (),
5948    "PySide2.QtGui.QPalette.cacheKey": (),
5949    "PySide2.QtGui.QPalette.color": [('PySide2.QtGui.QPalette.ColorGroup', 'PySide2.QtGui.QPalette.ColorRole'), ('PySide2.QtGui.QPalette.ColorRole',)],
5950    "PySide2.QtGui.QPalette.currentColorGroup": (),
5951    "PySide2.QtGui.QPalette.dark": (),
5952    "PySide2.QtGui.QPalette.foreground": (),
5953    "PySide2.QtGui.QPalette.highlight": (),
5954    "PySide2.QtGui.QPalette.highlightedText": (),
5955    "PySide2.QtGui.QPalette.isBrushSet": ('PySide2.QtGui.QPalette.ColorGroup', 'PySide2.QtGui.QPalette.ColorRole'),
5956    "PySide2.QtGui.QPalette.isCopyOf": ('PySide2.QtGui.QPalette',),
5957    "PySide2.QtGui.QPalette.isEqual": ('PySide2.QtGui.QPalette.ColorGroup', 'PySide2.QtGui.QPalette.ColorGroup'),
5958    "PySide2.QtGui.QPalette.light": (),
5959    "PySide2.QtGui.QPalette.link": (),
5960    "PySide2.QtGui.QPalette.linkVisited": (),
5961    "PySide2.QtGui.QPalette.mid": (),
5962    "PySide2.QtGui.QPalette.midlight": (),
5963    "PySide2.QtGui.QPalette.placeholderText": (),
5964    "PySide2.QtGui.QPalette.resolve": [(), ('PySide2.QtGui.QPalette',), ('int',)],
5965    "PySide2.QtGui.QPalette.setBrush": [('PySide2.QtGui.QPalette.ColorGroup', 'PySide2.QtGui.QPalette.ColorRole', 'PySide2.QtGui.QBrush'), ('PySide2.QtGui.QPalette.ColorRole', 'PySide2.QtGui.QBrush')],
5966    "PySide2.QtGui.QPalette.setColor": [('PySide2.QtGui.QPalette.ColorGroup', 'PySide2.QtGui.QPalette.ColorRole', 'PySide2.QtGui.QColor'), ('PySide2.QtGui.QPalette.ColorRole', 'PySide2.QtGui.QColor')],
5967    "PySide2.QtGui.QPalette.setColorGroup": ('PySide2.QtGui.QPalette.ColorGroup', 'PySide2.QtGui.QBrush', 'PySide2.QtGui.QBrush', 'PySide2.QtGui.QBrush', 'PySide2.QtGui.QBrush', 'PySide2.QtGui.QBrush', 'PySide2.QtGui.QBrush', 'PySide2.QtGui.QBrush', 'PySide2.QtGui.QBrush', 'PySide2.QtGui.QBrush'),
5968    "PySide2.QtGui.QPalette.setCurrentColorGroup": ('PySide2.QtGui.QPalette.ColorGroup',),
5969    "PySide2.QtGui.QPalette.shadow": (),
5970    "PySide2.QtGui.QPalette.swap": ('PySide2.QtGui.QPalette',),
5971    "PySide2.QtGui.QPalette.text": (),
5972    "PySide2.QtGui.QPalette.toolTipBase": (),
5973    "PySide2.QtGui.QPalette.toolTipText": (),
5974    "PySide2.QtGui.QPalette.window": (),
5975    "PySide2.QtGui.QPalette.windowText": (),
5976# class PySide2.QtGui.QPdfWriter:
5977    "PySide2.QtGui.QPdfWriter.__init__": [('PySide2.QtCore.QIODevice',), ('str',)],
5978    "PySide2.QtGui.QPdfWriter.creator": (),
5979    "PySide2.QtGui.QPdfWriter.metric": ('PySide2.QtGui.QPaintDevice.PaintDeviceMetric',),
5980    "PySide2.QtGui.QPdfWriter.newPage": (),
5981    "PySide2.QtGui.QPdfWriter.paintEngine": (),
5982    "PySide2.QtGui.QPdfWriter.pdfVersion": (),
5983    "PySide2.QtGui.QPdfWriter.resolution": (),
5984    "PySide2.QtGui.QPdfWriter.setCreator": ('str',),
5985    "PySide2.QtGui.QPdfWriter.setMargins": ('PySide2.QtGui.QPagedPaintDevice.Margins',),
5986    "PySide2.QtGui.QPdfWriter.setPageSize": ('PySide2.QtGui.QPagedPaintDevice.PageSize',),
5987    "PySide2.QtGui.QPdfWriter.setPageSizeMM": ('PySide2.QtCore.QSizeF',),
5988    "PySide2.QtGui.QPdfWriter.setPdfVersion": ('PySide2.QtGui.QPagedPaintDevice.PdfVersion',),
5989    "PySide2.QtGui.QPdfWriter.setResolution": ('int',),
5990    "PySide2.QtGui.QPdfWriter.setTitle": ('str',),
5991    "PySide2.QtGui.QPdfWriter.title": (),
5992# class PySide2.QtGui.QPen:
5993    "PySide2.QtGui.QPen.__init__": [(), ('PySide2.QtCore.Qt.PenStyle',), ('PySide2.QtGui.QBrush', 'float', 'PySide2.QtCore.Qt.PenStyle', 'PySide2.QtCore.Qt.PenCapStyle', 'PySide2.QtCore.Qt.PenJoinStyle'), ('PySide2.QtGui.QColor',), ('PySide2.QtGui.QPen',)],
5994    "PySide2.QtGui.QPen.__copy__": (),
5995    "PySide2.QtGui.QPen.__lshift__": ('PySide2.QtCore.QDataStream',),
5996    "PySide2.QtGui.QPen.__rshift__": ('PySide2.QtCore.QDataStream',),
5997    "PySide2.QtGui.QPen.brush": (),
5998    "PySide2.QtGui.QPen.capStyle": (),
5999    "PySide2.QtGui.QPen.color": (),
6000    "PySide2.QtGui.QPen.dashOffset": (),
6001    "PySide2.QtGui.QPen.dashPattern": (),
6002    "PySide2.QtGui.QPen.isCosmetic": (),
6003    "PySide2.QtGui.QPen.isSolid": (),
6004    "PySide2.QtGui.QPen.joinStyle": (),
6005    "PySide2.QtGui.QPen.miterLimit": (),
6006    "PySide2.QtGui.QPen.setBrush": ('PySide2.QtGui.QBrush',),
6007    "PySide2.QtGui.QPen.setCapStyle": ('PySide2.QtCore.Qt.PenCapStyle',),
6008    "PySide2.QtGui.QPen.setColor": ('PySide2.QtGui.QColor',),
6009    "PySide2.QtGui.QPen.setCosmetic": ('bool',),
6010    "PySide2.QtGui.QPen.setDashOffset": ('float',),
6011    "PySide2.QtGui.QPen.setDashPattern": ('typing.List[float]',),
6012    "PySide2.QtGui.QPen.setJoinStyle": ('PySide2.QtCore.Qt.PenJoinStyle',),
6013    "PySide2.QtGui.QPen.setMiterLimit": ('float',),
6014    "PySide2.QtGui.QPen.setStyle": ('PySide2.QtCore.Qt.PenStyle',),
6015    "PySide2.QtGui.QPen.setWidth": ('int',),
6016    "PySide2.QtGui.QPen.setWidthF": ('float',),
6017    "PySide2.QtGui.QPen.style": (),
6018    "PySide2.QtGui.QPen.swap": ('PySide2.QtGui.QPen',),
6019    "PySide2.QtGui.QPen.width": (),
6020    "PySide2.QtGui.QPen.widthF": (),
6021# class PySide2.QtGui.QPicture:
6022    "PySide2.QtGui.QPicture.__init__": [('PySide2.QtGui.QPicture',), ('int',)],
6023    "PySide2.QtGui.QPicture.__copy__": (),
6024    "PySide2.QtGui.QPicture.__lshift__": ('PySide2.QtCore.QDataStream',),
6025    "PySide2.QtGui.QPicture.__rshift__": ('PySide2.QtCore.QDataStream',),
6026    "PySide2.QtGui.QPicture.boundingRect": (),
6027    "PySide2.QtGui.QPicture.data": (),
6028    "PySide2.QtGui.QPicture.devType": (),
6029    "PySide2.QtGui.QPicture.inputFormatList": (),
6030    "PySide2.QtGui.QPicture.inputFormats": (),
6031    "PySide2.QtGui.QPicture.isNull": (),
6032    "PySide2.QtGui.QPicture.load": [('PySide2.QtCore.QIODevice', 'str'), ('str', 'str')],
6033    "PySide2.QtGui.QPicture.metric": ('PySide2.QtGui.QPaintDevice.PaintDeviceMetric',),
6034    "PySide2.QtGui.QPicture.outputFormatList": (),
6035    "PySide2.QtGui.QPicture.outputFormats": (),
6036    "PySide2.QtGui.QPicture.paintEngine": (),
6037    "PySide2.QtGui.QPicture.pictureFormat": ('str',),
6038    "PySide2.QtGui.QPicture.play": ('PySide2.QtGui.QPainter',),
6039    "PySide2.QtGui.QPicture.save": [('PySide2.QtCore.QIODevice', 'str'), ('str', 'str')],
6040    "PySide2.QtGui.QPicture.setBoundingRect": ('PySide2.QtCore.QRect',),
6041    "PySide2.QtGui.QPicture.setData": ('str', 'int'),
6042    "PySide2.QtGui.QPicture.size": (),
6043    "PySide2.QtGui.QPicture.swap": ('PySide2.QtGui.QPicture',),
6044# class PySide2.QtGui.QPictureIO:
6045    "PySide2.QtGui.QPictureIO.__init__": [(), ('PySide2.QtCore.QIODevice', 'str'), ('str', 'str')],
6046    "PySide2.QtGui.QPictureIO.description": (),
6047    "PySide2.QtGui.QPictureIO.fileName": (),
6048    "PySide2.QtGui.QPictureIO.format": (),
6049    "PySide2.QtGui.QPictureIO.gamma": (),
6050    "PySide2.QtGui.QPictureIO.inputFormats": (),
6051    "PySide2.QtGui.QPictureIO.ioDevice": (),
6052    "PySide2.QtGui.QPictureIO.outputFormats": (),
6053    "PySide2.QtGui.QPictureIO.parameters": (),
6054    "PySide2.QtGui.QPictureIO.picture": (),
6055    "PySide2.QtGui.QPictureIO.pictureFormat": [('PySide2.QtCore.QIODevice',), ('str',)],
6056    "PySide2.QtGui.QPictureIO.quality": (),
6057    "PySide2.QtGui.QPictureIO.read": (),
6058    "PySide2.QtGui.QPictureIO.setDescription": ('str',),
6059    "PySide2.QtGui.QPictureIO.setFileName": ('str',),
6060    "PySide2.QtGui.QPictureIO.setFormat": ('str',),
6061    "PySide2.QtGui.QPictureIO.setGamma": ('float',),
6062    "PySide2.QtGui.QPictureIO.setIODevice": ('PySide2.QtCore.QIODevice',),
6063    "PySide2.QtGui.QPictureIO.setParameters": ('str',),
6064    "PySide2.QtGui.QPictureIO.setPicture": ('PySide2.QtGui.QPicture',),
6065    "PySide2.QtGui.QPictureIO.setQuality": ('int',),
6066    "PySide2.QtGui.QPictureIO.setStatus": ('int',),
6067    "PySide2.QtGui.QPictureIO.status": (),
6068    "PySide2.QtGui.QPictureIO.write": (),
6069# class PySide2.QtGui.QPixelFormat:
6070# class PySide2.QtGui.QPixelFormat.AlphaPosition:
6071# class PySide2.QtGui.QPixelFormat.AlphaPremultiplied:
6072# class PySide2.QtGui.QPixelFormat.AlphaUsage:
6073# class PySide2.QtGui.QPixelFormat.ByteOrder:
6074# class PySide2.QtGui.QPixelFormat.ColorModel:
6075# class PySide2.QtGui.QPixelFormat.TypeInterpretation:
6076# class PySide2.QtGui.QPixelFormat.YUVLayout:
6077    "PySide2.QtGui.QPixelFormat.__init__": [(), ('PySide2.QtGui.QPixelFormat',), ('PySide2.QtGui.QPixelFormat.ColorModel', 'int', 'int', 'int', 'int', 'int', 'int', 'PySide2.QtGui.QPixelFormat.AlphaUsage', 'PySide2.QtGui.QPixelFormat.AlphaPosition', 'PySide2.QtGui.QPixelFormat.AlphaPremultiplied', 'PySide2.QtGui.QPixelFormat.TypeInterpretation', 'PySide2.QtGui.QPixelFormat.ByteOrder', 'int')],
6078    "PySide2.QtGui.QPixelFormat.__copy__": (),
6079    "PySide2.QtGui.QPixelFormat.alphaPosition": (),
6080    "PySide2.QtGui.QPixelFormat.alphaSize": (),
6081    "PySide2.QtGui.QPixelFormat.alphaUsage": (),
6082    "PySide2.QtGui.QPixelFormat.bitsPerPixel": (),
6083    "PySide2.QtGui.QPixelFormat.blackSize": (),
6084    "PySide2.QtGui.QPixelFormat.blueSize": (),
6085    "PySide2.QtGui.QPixelFormat.brightnessSize": (),
6086    "PySide2.QtGui.QPixelFormat.byteOrder": (),
6087    "PySide2.QtGui.QPixelFormat.channelCount": (),
6088    "PySide2.QtGui.QPixelFormat.colorModel": (),
6089    "PySide2.QtGui.QPixelFormat.cyanSize": (),
6090    "PySide2.QtGui.QPixelFormat.greenSize": (),
6091    "PySide2.QtGui.QPixelFormat.hueSize": (),
6092    "PySide2.QtGui.QPixelFormat.lightnessSize": (),
6093    "PySide2.QtGui.QPixelFormat.magentaSize": (),
6094    "PySide2.QtGui.QPixelFormat.premultiplied": (),
6095    "PySide2.QtGui.QPixelFormat.redSize": (),
6096    "PySide2.QtGui.QPixelFormat.saturationSize": (),
6097    "PySide2.QtGui.QPixelFormat.subEnum": (),
6098    "PySide2.QtGui.QPixelFormat.typeInterpretation": (),
6099    "PySide2.QtGui.QPixelFormat.yellowSize": (),
6100    "PySide2.QtGui.QPixelFormat.yuvLayout": (),
6101# class PySide2.QtGui.QPixmap:
6102    "PySide2.QtGui.QPixmap.__init__": [(), ('PySide2.QtCore.QSize',), ('PySide2.QtGui.QImage',), ('PySide2.QtGui.QPixmap',), ('int', 'int'), ('str', 'str', 'PySide2.QtCore.Qt.ImageConversionFlags'), ('typing.Sequence[str]',)],
6103    "PySide2.QtGui.QPixmap.__copy__": (),
6104    "PySide2.QtGui.QPixmap.__lshift__": ('PySide2.QtCore.QDataStream',),
6105    "PySide2.QtGui.QPixmap.__rshift__": ('PySide2.QtCore.QDataStream',),
6106    "PySide2.QtGui.QPixmap.cacheKey": (),
6107    "PySide2.QtGui.QPixmap.convertFromImage": ('PySide2.QtGui.QImage', 'PySide2.QtCore.Qt.ImageConversionFlags'),
6108    "PySide2.QtGui.QPixmap.copy": [('PySide2.QtCore.QRect',), ('int', 'int', 'int', 'int')],
6109    "PySide2.QtGui.QPixmap.createHeuristicMask": ('bool',),
6110    "PySide2.QtGui.QPixmap.createMaskFromColor": ('PySide2.QtGui.QColor', 'PySide2.QtCore.Qt.MaskMode'),
6111    "PySide2.QtGui.QPixmap.defaultDepth": (),
6112    "PySide2.QtGui.QPixmap.depth": (),
6113    "PySide2.QtGui.QPixmap.devType": (),
6114    "PySide2.QtGui.QPixmap.devicePixelRatio": (),
6115    "PySide2.QtGui.QPixmap.fill": [('PySide2.QtGui.QColor',), ('PySide2.QtGui.QPaintDevice', 'PySide2.QtCore.QPoint'), ('PySide2.QtGui.QPaintDevice', 'int', 'int')],
6116    "PySide2.QtGui.QPixmap.fromImage": ('PySide2.QtGui.QImage', 'PySide2.QtCore.Qt.ImageConversionFlags'),
6117    "PySide2.QtGui.QPixmap.fromImageInPlace": ('PySide2.QtGui.QImage', 'PySide2.QtCore.Qt.ImageConversionFlags'),
6118    "PySide2.QtGui.QPixmap.fromImageReader": ('PySide2.QtGui.QImageReader', 'PySide2.QtCore.Qt.ImageConversionFlags'),
6119    "PySide2.QtGui.QPixmap.grabWidget": [('PySide2.QtCore.QObject', 'PySide2.QtCore.QRect'), ('PySide2.QtCore.QObject', 'int', 'int', 'int', 'int')],
6120    "PySide2.QtGui.QPixmap.grabWindow": ('int', 'int', 'int', 'int', 'int'),
6121    "PySide2.QtGui.QPixmap.hasAlpha": (),
6122    "PySide2.QtGui.QPixmap.hasAlphaChannel": (),
6123    "PySide2.QtGui.QPixmap.height": (),
6124    "PySide2.QtGui.QPixmap.isNull": (),
6125    "PySide2.QtGui.QPixmap.isQBitmap": (),
6126    "PySide2.QtGui.QPixmap.load": ('str', 'str', 'PySide2.QtCore.Qt.ImageConversionFlags'),
6127    "PySide2.QtGui.QPixmap.loadFromData": [('PySide2.QtCore.QByteArray', 'str', 'PySide2.QtCore.Qt.ImageConversionFlags'), ('str', 'int', 'str', 'PySide2.QtCore.Qt.ImageConversionFlags')],
6128    "PySide2.QtGui.QPixmap.mask": (),
6129    "PySide2.QtGui.QPixmap.metric": ('PySide2.QtGui.QPaintDevice.PaintDeviceMetric',),
6130    "PySide2.QtGui.QPixmap.paintEngine": (),
6131    "PySide2.QtGui.QPixmap.rect": (),
6132    "PySide2.QtGui.QPixmap.save": [('PySide2.QtCore.QIODevice', 'str', 'int'), ('str', 'str', 'int')],
6133    "PySide2.QtGui.QPixmap.scaled": [('PySide2.QtCore.QSize', 'PySide2.QtCore.Qt.AspectRatioMode', 'PySide2.QtCore.Qt.TransformationMode'), ('int', 'int', 'PySide2.QtCore.Qt.AspectRatioMode', 'PySide2.QtCore.Qt.TransformationMode')],
6134    "PySide2.QtGui.QPixmap.scaledToHeight": ('int', 'PySide2.QtCore.Qt.TransformationMode'),
6135    "PySide2.QtGui.QPixmap.scaledToWidth": ('int', 'PySide2.QtCore.Qt.TransformationMode'),
6136    "PySide2.QtGui.QPixmap.scroll": [('int', 'int', 'PySide2.QtCore.QRect', 'PySide2.QtGui.QRegion'), ('int', 'int', 'int', 'int', 'int', 'int', 'PySide2.QtGui.QRegion')],
6137    "PySide2.QtGui.QPixmap.setDevicePixelRatio": ('float',),
6138    "PySide2.QtGui.QPixmap.setMask": ('PySide2.QtGui.QBitmap',),
6139    "PySide2.QtGui.QPixmap.size": (),
6140    "PySide2.QtGui.QPixmap.swap": ('PySide2.QtGui.QPixmap',),
6141    "PySide2.QtGui.QPixmap.toImage": (),
6142    "PySide2.QtGui.QPixmap.transformed": [('PySide2.QtGui.QMatrix', 'PySide2.QtCore.Qt.TransformationMode'), ('PySide2.QtGui.QTransform', 'PySide2.QtCore.Qt.TransformationMode')],
6143    "PySide2.QtGui.QPixmap.trueMatrix": [('PySide2.QtGui.QMatrix', 'int', 'int'), ('PySide2.QtGui.QTransform', 'int', 'int')],
6144    "PySide2.QtGui.QPixmap.width": (),
6145# class PySide2.QtGui.QPixmapCache:
6146# class PySide2.QtGui.QPixmapCache.Key:
6147    "PySide2.QtGui.QPixmapCache.Key.__init__": [(), ('PySide2.QtGui.QPixmapCache.Key',)],
6148    "PySide2.QtGui.QPixmapCache.Key.__copy__": (),
6149    "PySide2.QtGui.QPixmapCache.Key.isValid": (),
6150    "PySide2.QtGui.QPixmapCache.Key.swap": ('PySide2.QtGui.QPixmapCache.Key',),
6151    "PySide2.QtGui.QPixmapCache.__init__": (),
6152    "PySide2.QtGui.QPixmapCache.cacheLimit": (),
6153    "PySide2.QtGui.QPixmapCache.clear": (),
6154    "PySide2.QtGui.QPixmapCache.find": [('PySide2.QtGui.QPixmapCache.Key',), ('PySide2.QtGui.QPixmapCache.Key', 'PySide2.QtGui.QPixmap'), ('str',), ('str', 'PySide2.QtGui.QPixmap')],
6155    "PySide2.QtGui.QPixmapCache.insert": [('PySide2.QtGui.QPixmap',), ('str', 'PySide2.QtGui.QPixmap')],
6156    "PySide2.QtGui.QPixmapCache.remove": [('PySide2.QtGui.QPixmapCache.Key',), ('str',)],
6157    "PySide2.QtGui.QPixmapCache.replace": ('PySide2.QtGui.QPixmapCache.Key', 'PySide2.QtGui.QPixmap'),
6158    "PySide2.QtGui.QPixmapCache.setCacheLimit": ('int',),
6159# class PySide2.QtGui.QPointingDeviceUniqueId:
6160    "PySide2.QtGui.QPointingDeviceUniqueId.__init__": [(), ('PySide2.QtGui.QPointingDeviceUniqueId',)],
6161    "PySide2.QtGui.QPointingDeviceUniqueId.__copy__": (),
6162    "PySide2.QtGui.QPointingDeviceUniqueId.fromNumericId": ('int',),
6163    "PySide2.QtGui.QPointingDeviceUniqueId.isValid": (),
6164    "PySide2.QtGui.QPointingDeviceUniqueId.numericId": (),
6165# class PySide2.QtGui.QPolygon:
6166    "PySide2.QtGui.QPolygon.__init__": [(), ('PySide2.QtCore.QRect', 'bool'), ('PySide2.QtGui.QPolygon',), ('int',), ('typing.List[PySide2.QtCore.QPoint]',)],
6167    "PySide2.QtGui.QPolygon.__add__": ('typing.List[PySide2.QtCore.QPoint]',),
6168    "PySide2.QtGui.QPolygon.__copy__": (),
6169    "PySide2.QtGui.QPolygon.__iadd__": ('PySide2.QtCore.QPoint',),
6170    "PySide2.QtGui.QPolygon.__lshift__": [('PySide2.QtCore.QDataStream',), ('PySide2.QtCore.QPoint',), ('typing.List[PySide2.QtCore.QPoint]',)],
6171    "PySide2.QtGui.QPolygon.__mul__": [('PySide2.QtGui.QMatrix',), ('PySide2.QtGui.QTransform',)],
6172    "PySide2.QtGui.QPolygon.__reduce__": (),
6173    "PySide2.QtGui.QPolygon.__rshift__": ('PySide2.QtCore.QDataStream',),
6174    "PySide2.QtGui.QPolygon.append": [('PySide2.QtCore.QPoint',), ('typing.List[PySide2.QtCore.QPoint]',)],
6175    "PySide2.QtGui.QPolygon.at": ('int',),
6176    "PySide2.QtGui.QPolygon.back": (),
6177    "PySide2.QtGui.QPolygon.boundingRect": (),
6178    "PySide2.QtGui.QPolygon.capacity": (),
6179    "PySide2.QtGui.QPolygon.clear": (),
6180    "PySide2.QtGui.QPolygon.constData": (),
6181    "PySide2.QtGui.QPolygon.constFirst": (),
6182    "PySide2.QtGui.QPolygon.constLast": (),
6183    "PySide2.QtGui.QPolygon.contains": ('PySide2.QtCore.QPoint',),
6184    "PySide2.QtGui.QPolygon.containsPoint": ('PySide2.QtCore.QPoint', 'PySide2.QtCore.Qt.FillRule'),
6185    "PySide2.QtGui.QPolygon.count": [(), ('PySide2.QtCore.QPoint',)],
6186    "PySide2.QtGui.QPolygon.data": (),
6187    "PySide2.QtGui.QPolygon.empty": (),
6188    "PySide2.QtGui.QPolygon.endsWith": ('PySide2.QtCore.QPoint',),
6189    "PySide2.QtGui.QPolygon.fill": ('PySide2.QtCore.QPoint', 'int'),
6190    "PySide2.QtGui.QPolygon.first": (),
6191    "PySide2.QtGui.QPolygon.fromList": ('typing.Sequence[PySide2.QtCore.QPoint]',),
6192    "PySide2.QtGui.QPolygon.front": (),
6193    "PySide2.QtGui.QPolygon.indexOf": ('PySide2.QtCore.QPoint', 'int'),
6194    "PySide2.QtGui.QPolygon.insert": [('int', 'PySide2.QtCore.QPoint'), ('int', 'int', 'PySide2.QtCore.QPoint')],
6195    "PySide2.QtGui.QPolygon.intersected": ('PySide2.QtGui.QPolygon',),
6196    "PySide2.QtGui.QPolygon.intersects": ('PySide2.QtGui.QPolygon',),
6197    "PySide2.QtGui.QPolygon.isEmpty": (),
6198    "PySide2.QtGui.QPolygon.isSharedWith": ('typing.List[PySide2.QtCore.QPoint]',),
6199    "PySide2.QtGui.QPolygon.last": (),
6200    "PySide2.QtGui.QPolygon.lastIndexOf": ('PySide2.QtCore.QPoint', 'int'),
6201    "PySide2.QtGui.QPolygon.length": (),
6202    "PySide2.QtGui.QPolygon.mid": ('int', 'int'),
6203    "PySide2.QtGui.QPolygon.move": ('int', 'int'),
6204    "PySide2.QtGui.QPolygon.pop_back": (),
6205    "PySide2.QtGui.QPolygon.pop_front": (),
6206    "PySide2.QtGui.QPolygon.prepend": ('PySide2.QtCore.QPoint',),
6207    "PySide2.QtGui.QPolygon.push_back": ('PySide2.QtCore.QPoint',),
6208    "PySide2.QtGui.QPolygon.push_front": ('PySide2.QtCore.QPoint',),
6209    "PySide2.QtGui.QPolygon.remove": [('int',), ('int', 'int')],
6210    "PySide2.QtGui.QPolygon.removeAll": ('PySide2.QtCore.QPoint',),
6211    "PySide2.QtGui.QPolygon.removeAt": ('int',),
6212    "PySide2.QtGui.QPolygon.removeFirst": (),
6213    "PySide2.QtGui.QPolygon.removeLast": (),
6214    "PySide2.QtGui.QPolygon.removeOne": ('PySide2.QtCore.QPoint',),
6215    "PySide2.QtGui.QPolygon.replace": ('int', 'PySide2.QtCore.QPoint'),
6216    "PySide2.QtGui.QPolygon.reserve": ('int',),
6217    "PySide2.QtGui.QPolygon.resize": ('int',),
6218    "PySide2.QtGui.QPolygon.setSharable": ('bool',),
6219    "PySide2.QtGui.QPolygon.shrink_to_fit": (),
6220    "PySide2.QtGui.QPolygon.size": (),
6221    "PySide2.QtGui.QPolygon.squeeze": (),
6222    "PySide2.QtGui.QPolygon.startsWith": ('PySide2.QtCore.QPoint',),
6223    "PySide2.QtGui.QPolygon.subtracted": ('PySide2.QtGui.QPolygon',),
6224    "PySide2.QtGui.QPolygon.swap": ('PySide2.QtGui.QPolygon',),
6225    "PySide2.QtGui.QPolygon.swapItemsAt": ('int', 'int'),
6226    "PySide2.QtGui.QPolygon.takeAt": ('int',),
6227    "PySide2.QtGui.QPolygon.takeFirst": (),
6228    "PySide2.QtGui.QPolygon.takeLast": (),
6229    "PySide2.QtGui.QPolygon.toList": (),
6230    "PySide2.QtGui.QPolygon.translate": [('PySide2.QtCore.QPoint',), ('int', 'int')],
6231    "PySide2.QtGui.QPolygon.translated": [('PySide2.QtCore.QPoint',), ('int', 'int')],
6232    "PySide2.QtGui.QPolygon.united": ('PySide2.QtGui.QPolygon',),
6233    "PySide2.QtGui.QPolygon.value": [('int',), ('int', 'PySide2.QtCore.QPoint')],
6234# class PySide2.QtGui.QPolygonF:
6235    "PySide2.QtGui.QPolygonF.__init__": [(), ('PySide2.QtCore.QRectF',), ('PySide2.QtGui.QPolygon',), ('PySide2.QtGui.QPolygonF',), ('int',), ('typing.List[PySide2.QtCore.QPointF]',)],
6236    "PySide2.QtGui.QPolygonF.__add__": ('typing.List[PySide2.QtCore.QPointF]',),
6237    "PySide2.QtGui.QPolygonF.__copy__": (),
6238    "PySide2.QtGui.QPolygonF.__iadd__": ('PySide2.QtCore.QPointF',),
6239    "PySide2.QtGui.QPolygonF.__lshift__": ('PySide2.QtCore.QDataStream',),
6240    "PySide2.QtGui.QPolygonF.__mul__": [('PySide2.QtGui.QMatrix',), ('PySide2.QtGui.QTransform',)],
6241    "PySide2.QtGui.QPolygonF.__rshift__": ('PySide2.QtCore.QDataStream',),
6242    "PySide2.QtGui.QPolygonF.append": [('PySide2.QtCore.QPointF',), ('typing.List[PySide2.QtCore.QPointF]',)],
6243    "PySide2.QtGui.QPolygonF.at": ('int',),
6244    "PySide2.QtGui.QPolygonF.back": (),
6245    "PySide2.QtGui.QPolygonF.boundingRect": (),
6246    "PySide2.QtGui.QPolygonF.capacity": (),
6247    "PySide2.QtGui.QPolygonF.clear": (),
6248    "PySide2.QtGui.QPolygonF.constData": (),
6249    "PySide2.QtGui.QPolygonF.constFirst": (),
6250    "PySide2.QtGui.QPolygonF.constLast": (),
6251    "PySide2.QtGui.QPolygonF.contains": ('PySide2.QtCore.QPointF',),
6252    "PySide2.QtGui.QPolygonF.containsPoint": ('PySide2.QtCore.QPointF', 'PySide2.QtCore.Qt.FillRule'),
6253    "PySide2.QtGui.QPolygonF.count": [(), ('PySide2.QtCore.QPointF',)],
6254    "PySide2.QtGui.QPolygonF.data": (),
6255    "PySide2.QtGui.QPolygonF.empty": (),
6256    "PySide2.QtGui.QPolygonF.endsWith": ('PySide2.QtCore.QPointF',),
6257    "PySide2.QtGui.QPolygonF.fill": ('PySide2.QtCore.QPointF', 'int'),
6258    "PySide2.QtGui.QPolygonF.first": (),
6259    "PySide2.QtGui.QPolygonF.fromList": ('typing.Sequence[PySide2.QtCore.QPointF]',),
6260    "PySide2.QtGui.QPolygonF.front": (),
6261    "PySide2.QtGui.QPolygonF.indexOf": ('PySide2.QtCore.QPointF', 'int'),
6262    "PySide2.QtGui.QPolygonF.insert": [('int', 'PySide2.QtCore.QPointF'), ('int', 'int', 'PySide2.QtCore.QPointF')],
6263    "PySide2.QtGui.QPolygonF.intersected": ('PySide2.QtGui.QPolygonF',),
6264    "PySide2.QtGui.QPolygonF.intersects": ('PySide2.QtGui.QPolygonF',),
6265    "PySide2.QtGui.QPolygonF.isClosed": (),
6266    "PySide2.QtGui.QPolygonF.isEmpty": (),
6267    "PySide2.QtGui.QPolygonF.isSharedWith": ('typing.List[PySide2.QtCore.QPointF]',),
6268    "PySide2.QtGui.QPolygonF.last": (),
6269    "PySide2.QtGui.QPolygonF.lastIndexOf": ('PySide2.QtCore.QPointF', 'int'),
6270    "PySide2.QtGui.QPolygonF.length": (),
6271    "PySide2.QtGui.QPolygonF.mid": ('int', 'int'),
6272    "PySide2.QtGui.QPolygonF.move": ('int', 'int'),
6273    "PySide2.QtGui.QPolygonF.pop_back": (),
6274    "PySide2.QtGui.QPolygonF.pop_front": (),
6275    "PySide2.QtGui.QPolygonF.prepend": ('PySide2.QtCore.QPointF',),
6276    "PySide2.QtGui.QPolygonF.push_back": ('PySide2.QtCore.QPointF',),
6277    "PySide2.QtGui.QPolygonF.push_front": ('PySide2.QtCore.QPointF',),
6278    "PySide2.QtGui.QPolygonF.remove": [('int',), ('int', 'int')],
6279    "PySide2.QtGui.QPolygonF.removeAll": ('PySide2.QtCore.QPointF',),
6280    "PySide2.QtGui.QPolygonF.removeAt": ('int',),
6281    "PySide2.QtGui.QPolygonF.removeFirst": (),
6282    "PySide2.QtGui.QPolygonF.removeLast": (),
6283    "PySide2.QtGui.QPolygonF.removeOne": ('PySide2.QtCore.QPointF',),
6284    "PySide2.QtGui.QPolygonF.replace": ('int', 'PySide2.QtCore.QPointF'),
6285    "PySide2.QtGui.QPolygonF.reserve": ('int',),
6286    "PySide2.QtGui.QPolygonF.resize": ('int',),
6287    "PySide2.QtGui.QPolygonF.setSharable": ('bool',),
6288    "PySide2.QtGui.QPolygonF.shrink_to_fit": (),
6289    "PySide2.QtGui.QPolygonF.size": (),
6290    "PySide2.QtGui.QPolygonF.squeeze": (),
6291    "PySide2.QtGui.QPolygonF.startsWith": ('PySide2.QtCore.QPointF',),
6292    "PySide2.QtGui.QPolygonF.subtracted": ('PySide2.QtGui.QPolygonF',),
6293    "PySide2.QtGui.QPolygonF.swap": ('PySide2.QtGui.QPolygonF',),
6294    "PySide2.QtGui.QPolygonF.swapItemsAt": ('int', 'int'),
6295    "PySide2.QtGui.QPolygonF.takeAt": ('int',),
6296    "PySide2.QtGui.QPolygonF.takeFirst": (),
6297    "PySide2.QtGui.QPolygonF.takeLast": (),
6298    "PySide2.QtGui.QPolygonF.toList": (),
6299    "PySide2.QtGui.QPolygonF.toPolygon": (),
6300    "PySide2.QtGui.QPolygonF.translate": [('PySide2.QtCore.QPointF',), ('float', 'float')],
6301    "PySide2.QtGui.QPolygonF.translated": [('PySide2.QtCore.QPointF',), ('float', 'float')],
6302    "PySide2.QtGui.QPolygonF.united": ('PySide2.QtGui.QPolygonF',),
6303    "PySide2.QtGui.QPolygonF.value": [('int',), ('int', 'PySide2.QtCore.QPointF')],
6304# class PySide2.QtGui.QPyTextObject:
6305    "PySide2.QtGui.QPyTextObject.__init__": ('PySide2.QtCore.QObject',),
6306    "PySide2.QtGui.QPyTextObject.drawObject": ('PySide2.QtGui.QPainter', 'PySide2.QtCore.QRectF', 'PySide2.QtGui.QTextDocument', 'int', 'PySide2.QtGui.QTextFormat'),
6307    "PySide2.QtGui.QPyTextObject.intrinsicSize": ('PySide2.QtGui.QTextDocument', 'int', 'PySide2.QtGui.QTextFormat'),
6308# class PySide2.QtGui.QQuaternion:
6309    "PySide2.QtGui.QQuaternion.__init__": [(), ('PySide2.QtGui.QVector4D',), ('float', 'PySide2.QtGui.QVector3D'), ('float', 'float', 'float', 'float')],
6310    "PySide2.QtGui.QQuaternion.__add__": ('PySide2.QtGui.QQuaternion',),
6311    "PySide2.QtGui.QQuaternion.__copy__": (),
6312    "PySide2.QtGui.QQuaternion.__iadd__": ('PySide2.QtGui.QQuaternion',),
6313    "PySide2.QtGui.QQuaternion.__imul__": [('PySide2.QtGui.QQuaternion',), ('float',)],
6314    "PySide2.QtGui.QQuaternion.__isub__": ('PySide2.QtGui.QQuaternion',),
6315    "PySide2.QtGui.QQuaternion.__lshift__": ('PySide2.QtCore.QDataStream',),
6316    "PySide2.QtGui.QQuaternion.__mul__": [('PySide2.QtGui.QQuaternion',), ('float',)],
6317    "PySide2.QtGui.QQuaternion.__neg__": (),
6318    "PySide2.QtGui.QQuaternion.__reduce__": (),
6319    "PySide2.QtGui.QQuaternion.__repr__": (),
6320    "PySide2.QtGui.QQuaternion.__rshift__": ('PySide2.QtCore.QDataStream',),
6321    "PySide2.QtGui.QQuaternion.__sub__": ('PySide2.QtGui.QQuaternion',),
6322    "PySide2.QtGui.QQuaternion.conjugate": (),
6323    "PySide2.QtGui.QQuaternion.conjugated": (),
6324    "PySide2.QtGui.QQuaternion.dotProduct": ('PySide2.QtGui.QQuaternion', 'PySide2.QtGui.QQuaternion'),
6325    "PySide2.QtGui.QQuaternion.fromAxes": ('PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D'),
6326    "PySide2.QtGui.QQuaternion.fromAxisAndAngle": [('PySide2.QtGui.QVector3D', 'float'), ('float', 'float', 'float', 'float')],
6327    "PySide2.QtGui.QQuaternion.fromDirection": ('PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D'),
6328    "PySide2.QtGui.QQuaternion.fromEulerAngles": [('PySide2.QtGui.QVector3D',), ('float', 'float', 'float')],
6329    "PySide2.QtGui.QQuaternion.fromRotationMatrix": ('PySide2.QtGui.QMatrix3x3',),
6330    "PySide2.QtGui.QQuaternion.getAxes": ('PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D'),
6331    "PySide2.QtGui.QQuaternion.inverted": (),
6332    "PySide2.QtGui.QQuaternion.isIdentity": (),
6333    "PySide2.QtGui.QQuaternion.isNull": (),
6334    "PySide2.QtGui.QQuaternion.length": (),
6335    "PySide2.QtGui.QQuaternion.lengthSquared": (),
6336    "PySide2.QtGui.QQuaternion.nlerp": ('PySide2.QtGui.QQuaternion', 'PySide2.QtGui.QQuaternion', 'float'),
6337    "PySide2.QtGui.QQuaternion.normalize": (),
6338    "PySide2.QtGui.QQuaternion.normalized": (),
6339    "PySide2.QtGui.QQuaternion.rotatedVector": ('PySide2.QtGui.QVector3D',),
6340    "PySide2.QtGui.QQuaternion.rotationTo": ('PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D'),
6341    "PySide2.QtGui.QQuaternion.scalar": (),
6342    "PySide2.QtGui.QQuaternion.setScalar": ('float',),
6343    "PySide2.QtGui.QQuaternion.setVector": [('PySide2.QtGui.QVector3D',), ('float', 'float', 'float')],
6344    "PySide2.QtGui.QQuaternion.setX": ('float',),
6345    "PySide2.QtGui.QQuaternion.setY": ('float',),
6346    "PySide2.QtGui.QQuaternion.setZ": ('float',),
6347    "PySide2.QtGui.QQuaternion.slerp": ('PySide2.QtGui.QQuaternion', 'PySide2.QtGui.QQuaternion', 'float'),
6348    "PySide2.QtGui.QQuaternion.toEulerAngles": (),
6349    "PySide2.QtGui.QQuaternion.toRotationMatrix": (),
6350    "PySide2.QtGui.QQuaternion.toVector4D": (),
6351    "PySide2.QtGui.QQuaternion.vector": (),
6352    "PySide2.QtGui.QQuaternion.x": (),
6353    "PySide2.QtGui.QQuaternion.y": (),
6354    "PySide2.QtGui.QQuaternion.z": (),
6355# class PySide2.QtGui.QRadialGradient:
6356    "PySide2.QtGui.QRadialGradient.__init__": [(), ('PySide2.QtCore.QPointF', 'float'), ('PySide2.QtCore.QPointF', 'float', 'PySide2.QtCore.QPointF'), ('PySide2.QtCore.QPointF', 'float', 'PySide2.QtCore.QPointF', 'float'), ('PySide2.QtGui.QRadialGradient',), ('float', 'float', 'float'), ('float', 'float', 'float', 'float', 'float'), ('float', 'float', 'float', 'float', 'float', 'float')],
6357    "PySide2.QtGui.QRadialGradient.__copy__": (),
6358    "PySide2.QtGui.QRadialGradient.center": (),
6359    "PySide2.QtGui.QRadialGradient.centerRadius": (),
6360    "PySide2.QtGui.QRadialGradient.focalPoint": (),
6361    "PySide2.QtGui.QRadialGradient.focalRadius": (),
6362    "PySide2.QtGui.QRadialGradient.radius": (),
6363    "PySide2.QtGui.QRadialGradient.setCenter": [('PySide2.QtCore.QPointF',), ('float', 'float')],
6364    "PySide2.QtGui.QRadialGradient.setCenterRadius": ('float',),
6365    "PySide2.QtGui.QRadialGradient.setFocalPoint": [('PySide2.QtCore.QPointF',), ('float', 'float')],
6366    "PySide2.QtGui.QRadialGradient.setFocalRadius": ('float',),
6367    "PySide2.QtGui.QRadialGradient.setRadius": ('float',),
6368# class PySide2.QtGui.QRasterWindow:
6369    "PySide2.QtGui.QRasterWindow.__init__": ('PySide2.QtGui.QWindow',),
6370    "PySide2.QtGui.QRasterWindow.metric": ('PySide2.QtGui.QPaintDevice.PaintDeviceMetric',),
6371    "PySide2.QtGui.QRasterWindow.redirected": ('PySide2.QtCore.QPoint',),
6372# class PySide2.QtGui.QRawFont:
6373# class PySide2.QtGui.QRawFont.AntialiasingType:
6374# class PySide2.QtGui.QRawFont.LayoutFlag:
6375# class PySide2.QtGui.QRawFont.LayoutFlags:
6376    "PySide2.QtGui.QRawFont.__init__": [(), ('PySide2.QtCore.QByteArray', 'float', 'PySide2.QtGui.QFont.HintingPreference'), ('PySide2.QtGui.QRawFont',), ('str', 'float', 'PySide2.QtGui.QFont.HintingPreference')],
6377    "PySide2.QtGui.QRawFont.__copy__": (),
6378    "PySide2.QtGui.QRawFont.advancesForGlyphIndexes": [('typing.List[int]',), ('typing.List[int]', 'PySide2.QtGui.QRawFont.LayoutFlags')],
6379    "PySide2.QtGui.QRawFont.alphaMapForGlyph": ('int', 'PySide2.QtGui.QRawFont.AntialiasingType', 'PySide2.QtGui.QTransform'),
6380    "PySide2.QtGui.QRawFont.ascent": (),
6381    "PySide2.QtGui.QRawFont.averageCharWidth": (),
6382    "PySide2.QtGui.QRawFont.boundingRect": ('int',),
6383    "PySide2.QtGui.QRawFont.capHeight": (),
6384    "PySide2.QtGui.QRawFont.descent": (),
6385    "PySide2.QtGui.QRawFont.familyName": (),
6386    "PySide2.QtGui.QRawFont.fontTable": ('str',),
6387    "PySide2.QtGui.QRawFont.fromFont": ('PySide2.QtGui.QFont', 'PySide2.QtGui.QFontDatabase.WritingSystem'),
6388    "PySide2.QtGui.QRawFont.glyphIndexesForString": ('str',),
6389    "PySide2.QtGui.QRawFont.hintingPreference": (),
6390    "PySide2.QtGui.QRawFont.isValid": (),
6391    "PySide2.QtGui.QRawFont.leading": (),
6392    "PySide2.QtGui.QRawFont.lineThickness": (),
6393    "PySide2.QtGui.QRawFont.loadFromData": ('PySide2.QtCore.QByteArray', 'float', 'PySide2.QtGui.QFont.HintingPreference'),
6394    "PySide2.QtGui.QRawFont.loadFromFile": ('str', 'float', 'PySide2.QtGui.QFont.HintingPreference'),
6395    "PySide2.QtGui.QRawFont.maxCharWidth": (),
6396    "PySide2.QtGui.QRawFont.pathForGlyph": ('int',),
6397    "PySide2.QtGui.QRawFont.pixelSize": (),
6398    "PySide2.QtGui.QRawFont.setPixelSize": ('float',),
6399    "PySide2.QtGui.QRawFont.style": (),
6400    "PySide2.QtGui.QRawFont.styleName": (),
6401    "PySide2.QtGui.QRawFont.supportedWritingSystems": (),
6402    "PySide2.QtGui.QRawFont.supportsCharacter": [('int',), ('str',)],
6403    "PySide2.QtGui.QRawFont.swap": ('PySide2.QtGui.QRawFont',),
6404    "PySide2.QtGui.QRawFont.underlinePosition": (),
6405    "PySide2.QtGui.QRawFont.unitsPerEm": (),
6406    "PySide2.QtGui.QRawFont.weight": (),
6407    "PySide2.QtGui.QRawFont.xHeight": (),
6408# class PySide2.QtGui.QRegExpValidator:
6409    "PySide2.QtGui.QRegExpValidator.__init__": [('PySide2.QtCore.QObject',), ('PySide2.QtCore.QRegExp', 'PySide2.QtCore.QObject')],
6410    "PySide2.QtGui.QRegExpValidator.regExp": (),
6411    "PySide2.QtGui.QRegExpValidator.setRegExp": ('PySide2.QtCore.QRegExp',),
6412    "PySide2.QtGui.QRegExpValidator.validate": ('str', 'int'),
6413# class PySide2.QtGui.QRegion:
6414# class PySide2.QtGui.QRegion.RegionType:
6415    "PySide2.QtGui.QRegion.__init__": [(), ('PySide2.QtCore.QRect', 'PySide2.QtGui.QRegion.RegionType'), ('PySide2.QtGui.QBitmap',), ('PySide2.QtGui.QPolygon', 'PySide2.QtCore.Qt.FillRule'), ('PySide2.QtGui.QRegion',), ('int', 'int', 'int', 'int', 'PySide2.QtGui.QRegion.RegionType')],
6416    "PySide2.QtGui.QRegion.__add__": [('PySide2.QtCore.QRect',), ('PySide2.QtGui.QRegion',)],
6417    "PySide2.QtGui.QRegion.__and__": [('PySide2.QtCore.QRect',), ('PySide2.QtGui.QRegion',)],
6418    "PySide2.QtGui.QRegion.__copy__": (),
6419    "PySide2.QtGui.QRegion.__iadd__": [('PySide2.QtCore.QRect',), ('PySide2.QtGui.QRegion',)],
6420    "PySide2.QtGui.QRegion.__ior__": ('PySide2.QtGui.QRegion',),
6421    "PySide2.QtGui.QRegion.__isub__": ('PySide2.QtGui.QRegion',),
6422    "PySide2.QtGui.QRegion.__ixor__": ('PySide2.QtGui.QRegion',),
6423    "PySide2.QtGui.QRegion.__lshift__": ('PySide2.QtCore.QDataStream',),
6424    "PySide2.QtGui.QRegion.__mul__": [('PySide2.QtGui.QMatrix',), ('PySide2.QtGui.QTransform',)],
6425    "PySide2.QtGui.QRegion.__or__": ('PySide2.QtGui.QRegion',),
6426    "PySide2.QtGui.QRegion.__rshift__": ('PySide2.QtCore.QDataStream',),
6427    "PySide2.QtGui.QRegion.__sub__": ('PySide2.QtGui.QRegion',),
6428    "PySide2.QtGui.QRegion.__xor__": ('PySide2.QtGui.QRegion',),
6429    "PySide2.QtGui.QRegion.begin": (),
6430    "PySide2.QtGui.QRegion.boundingRect": (),
6431    "PySide2.QtGui.QRegion.cbegin": (),
6432    "PySide2.QtGui.QRegion.cend": (),
6433    "PySide2.QtGui.QRegion.contains": [('PySide2.QtCore.QPoint',), ('PySide2.QtCore.QRect',)],
6434    "PySide2.QtGui.QRegion.end": (),
6435    "PySide2.QtGui.QRegion.intersected": [('PySide2.QtCore.QRect',), ('PySide2.QtGui.QRegion',)],
6436    "PySide2.QtGui.QRegion.intersects": [('PySide2.QtCore.QRect',), ('PySide2.QtGui.QRegion',)],
6437    "PySide2.QtGui.QRegion.isEmpty": (),
6438    "PySide2.QtGui.QRegion.isNull": (),
6439    "PySide2.QtGui.QRegion.rectCount": (),
6440    "PySide2.QtGui.QRegion.rects": (),
6441    "PySide2.QtGui.QRegion.setRects": ('PySide2.QtCore.QRect', 'int'),
6442    "PySide2.QtGui.QRegion.subtracted": ('PySide2.QtGui.QRegion',),
6443    "PySide2.QtGui.QRegion.swap": ('PySide2.QtGui.QRegion',),
6444    "PySide2.QtGui.QRegion.translate": [('PySide2.QtCore.QPoint',), ('int', 'int')],
6445    "PySide2.QtGui.QRegion.translated": [('PySide2.QtCore.QPoint',), ('int', 'int')],
6446    "PySide2.QtGui.QRegion.united": [('PySide2.QtCore.QRect',), ('PySide2.QtGui.QRegion',)],
6447    "PySide2.QtGui.QRegion.xored": ('PySide2.QtGui.QRegion',),
6448# class PySide2.QtGui.QResizeEvent:
6449    "PySide2.QtGui.QResizeEvent.__init__": ('PySide2.QtCore.QSize', 'PySide2.QtCore.QSize'),
6450    "PySide2.QtGui.QResizeEvent.oldSize": (),
6451    "PySide2.QtGui.QResizeEvent.size": (),
6452# class PySide2.QtGui.QScreen:
6453    "PySide2.QtGui.QScreen.angleBetween": ('PySide2.QtCore.Qt.ScreenOrientation', 'PySide2.QtCore.Qt.ScreenOrientation'),
6454    "PySide2.QtGui.QScreen.availableGeometry": (),
6455    "PySide2.QtGui.QScreen.availableSize": (),
6456    "PySide2.QtGui.QScreen.availableVirtualGeometry": (),
6457    "PySide2.QtGui.QScreen.availableVirtualSize": (),
6458    "PySide2.QtGui.QScreen.depth": (),
6459    "PySide2.QtGui.QScreen.devicePixelRatio": (),
6460    "PySide2.QtGui.QScreen.geometry": (),
6461    "PySide2.QtGui.QScreen.grabWindow": ('int', 'int', 'int', 'int', 'int'),
6462    "PySide2.QtGui.QScreen.isLandscape": ('PySide2.QtCore.Qt.ScreenOrientation',),
6463    "PySide2.QtGui.QScreen.isPortrait": ('PySide2.QtCore.Qt.ScreenOrientation',),
6464    "PySide2.QtGui.QScreen.logicalDotsPerInch": (),
6465    "PySide2.QtGui.QScreen.logicalDotsPerInchX": (),
6466    "PySide2.QtGui.QScreen.logicalDotsPerInchY": (),
6467    "PySide2.QtGui.QScreen.manufacturer": (),
6468    "PySide2.QtGui.QScreen.mapBetween": ('PySide2.QtCore.Qt.ScreenOrientation', 'PySide2.QtCore.Qt.ScreenOrientation', 'PySide2.QtCore.QRect'),
6469    "PySide2.QtGui.QScreen.model": (),
6470    "PySide2.QtGui.QScreen.name": (),
6471    "PySide2.QtGui.QScreen.nativeOrientation": (),
6472    "PySide2.QtGui.QScreen.orientation": (),
6473    "PySide2.QtGui.QScreen.orientationUpdateMask": (),
6474    "PySide2.QtGui.QScreen.physicalDotsPerInch": (),
6475    "PySide2.QtGui.QScreen.physicalDotsPerInchX": (),
6476    "PySide2.QtGui.QScreen.physicalDotsPerInchY": (),
6477    "PySide2.QtGui.QScreen.physicalSize": (),
6478    "PySide2.QtGui.QScreen.primaryOrientation": (),
6479    "PySide2.QtGui.QScreen.refreshRate": (),
6480    "PySide2.QtGui.QScreen.serialNumber": (),
6481    "PySide2.QtGui.QScreen.setOrientationUpdateMask": ('PySide2.QtCore.Qt.ScreenOrientations',),
6482    "PySide2.QtGui.QScreen.size": (),
6483    "PySide2.QtGui.QScreen.transformBetween": ('PySide2.QtCore.Qt.ScreenOrientation', 'PySide2.QtCore.Qt.ScreenOrientation', 'PySide2.QtCore.QRect'),
6484    "PySide2.QtGui.QScreen.virtualGeometry": (),
6485    "PySide2.QtGui.QScreen.virtualSiblings": (),
6486    "PySide2.QtGui.QScreen.virtualSize": (),
6487# class PySide2.QtGui.QScrollEvent:
6488# class PySide2.QtGui.QScrollEvent.ScrollState:
6489    "PySide2.QtGui.QScrollEvent.__init__": ('PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF', 'PySide2.QtGui.QScrollEvent.ScrollState'),
6490    "PySide2.QtGui.QScrollEvent.contentPos": (),
6491    "PySide2.QtGui.QScrollEvent.overshootDistance": (),
6492    "PySide2.QtGui.QScrollEvent.scrollState": (),
6493# class PySide2.QtGui.QScrollPrepareEvent:
6494    "PySide2.QtGui.QScrollPrepareEvent.__init__": ('PySide2.QtCore.QPointF',),
6495    "PySide2.QtGui.QScrollPrepareEvent.contentPos": (),
6496    "PySide2.QtGui.QScrollPrepareEvent.contentPosRange": (),
6497    "PySide2.QtGui.QScrollPrepareEvent.setContentPos": ('PySide2.QtCore.QPointF',),
6498    "PySide2.QtGui.QScrollPrepareEvent.setContentPosRange": ('PySide2.QtCore.QRectF',),
6499    "PySide2.QtGui.QScrollPrepareEvent.setViewportSize": ('PySide2.QtCore.QSizeF',),
6500    "PySide2.QtGui.QScrollPrepareEvent.startPos": (),
6501    "PySide2.QtGui.QScrollPrepareEvent.viewportSize": (),
6502# class PySide2.QtGui.QSessionManager:
6503# class PySide2.QtGui.QSessionManager.RestartHint:
6504    "PySide2.QtGui.QSessionManager.allowsErrorInteraction": (),
6505    "PySide2.QtGui.QSessionManager.allowsInteraction": (),
6506    "PySide2.QtGui.QSessionManager.cancel": (),
6507    "PySide2.QtGui.QSessionManager.discardCommand": (),
6508    "PySide2.QtGui.QSessionManager.isPhase2": (),
6509    "PySide2.QtGui.QSessionManager.release": (),
6510    "PySide2.QtGui.QSessionManager.requestPhase2": (),
6511    "PySide2.QtGui.QSessionManager.restartCommand": (),
6512    "PySide2.QtGui.QSessionManager.restartHint": (),
6513    "PySide2.QtGui.QSessionManager.sessionId": (),
6514    "PySide2.QtGui.QSessionManager.sessionKey": (),
6515    "PySide2.QtGui.QSessionManager.setDiscardCommand": ('typing.Sequence[str]',),
6516    "PySide2.QtGui.QSessionManager.setManagerProperty": [('str', 'str'), ('str', 'typing.Sequence[str]')],
6517    "PySide2.QtGui.QSessionManager.setRestartCommand": ('typing.Sequence[str]',),
6518    "PySide2.QtGui.QSessionManager.setRestartHint": ('PySide2.QtGui.QSessionManager.RestartHint',),
6519# class PySide2.QtGui.QShortcutEvent:
6520    "PySide2.QtGui.QShortcutEvent.__init__": ('PySide2.QtGui.QKeySequence', 'int', 'bool'),
6521    "PySide2.QtGui.QShortcutEvent.isAmbiguous": (),
6522    "PySide2.QtGui.QShortcutEvent.key": (),
6523    "PySide2.QtGui.QShortcutEvent.shortcutId": (),
6524# class PySide2.QtGui.QShowEvent:
6525    "PySide2.QtGui.QShowEvent.__init__": (),
6526# class PySide2.QtGui.QStandardItem:
6527# class PySide2.QtGui.QStandardItem.ItemType:
6528    "PySide2.QtGui.QStandardItem.__init__": [(), ('PySide2.QtGui.QIcon', 'str'), ('PySide2.QtGui.QStandardItem',), ('int', 'int'), ('str',)],
6529    "PySide2.QtGui.QStandardItem.__lshift__": ('PySide2.QtCore.QDataStream',),
6530    "PySide2.QtGui.QStandardItem.__rshift__": ('PySide2.QtCore.QDataStream',),
6531    "PySide2.QtGui.QStandardItem.accessibleDescription": (),
6532    "PySide2.QtGui.QStandardItem.accessibleText": (),
6533    "PySide2.QtGui.QStandardItem.appendColumn": ('typing.Sequence[PySide2.QtGui.QStandardItem]',),
6534    "PySide2.QtGui.QStandardItem.appendRow": [('PySide2.QtGui.QStandardItem',), ('typing.Sequence[PySide2.QtGui.QStandardItem]',)],
6535    "PySide2.QtGui.QStandardItem.appendRows": ('typing.Sequence[PySide2.QtGui.QStandardItem]',),
6536    "PySide2.QtGui.QStandardItem.background": (),
6537    "PySide2.QtGui.QStandardItem.checkState": (),
6538    "PySide2.QtGui.QStandardItem.child": ('int', 'int'),
6539    "PySide2.QtGui.QStandardItem.clearData": (),
6540    "PySide2.QtGui.QStandardItem.clone": (),
6541    "PySide2.QtGui.QStandardItem.column": (),
6542    "PySide2.QtGui.QStandardItem.columnCount": (),
6543    "PySide2.QtGui.QStandardItem.data": ('int',),
6544    "PySide2.QtGui.QStandardItem.emitDataChanged": (),
6545    "PySide2.QtGui.QStandardItem.flags": (),
6546    "PySide2.QtGui.QStandardItem.font": (),
6547    "PySide2.QtGui.QStandardItem.foreground": (),
6548    "PySide2.QtGui.QStandardItem.hasChildren": (),
6549    "PySide2.QtGui.QStandardItem.icon": (),
6550    "PySide2.QtGui.QStandardItem.index": (),
6551    "PySide2.QtGui.QStandardItem.insertColumn": ('int', 'typing.Sequence[PySide2.QtGui.QStandardItem]'),
6552    "PySide2.QtGui.QStandardItem.insertColumns": ('int', 'int'),
6553    "PySide2.QtGui.QStandardItem.insertRow": [('int', 'PySide2.QtGui.QStandardItem'), ('int', 'typing.Sequence[PySide2.QtGui.QStandardItem]')],
6554    "PySide2.QtGui.QStandardItem.insertRows": [('int', 'int'), ('int', 'typing.Sequence[PySide2.QtGui.QStandardItem]')],
6555    "PySide2.QtGui.QStandardItem.isAutoTristate": (),
6556    "PySide2.QtGui.QStandardItem.isCheckable": (),
6557    "PySide2.QtGui.QStandardItem.isDragEnabled": (),
6558    "PySide2.QtGui.QStandardItem.isDropEnabled": (),
6559    "PySide2.QtGui.QStandardItem.isEditable": (),
6560    "PySide2.QtGui.QStandardItem.isEnabled": (),
6561    "PySide2.QtGui.QStandardItem.isSelectable": (),
6562    "PySide2.QtGui.QStandardItem.isTristate": (),
6563    "PySide2.QtGui.QStandardItem.isUserTristate": (),
6564    "PySide2.QtGui.QStandardItem.model": (),
6565    "PySide2.QtGui.QStandardItem.parent": (),
6566    "PySide2.QtGui.QStandardItem.read": ('PySide2.QtCore.QDataStream',),
6567    "PySide2.QtGui.QStandardItem.removeColumn": ('int',),
6568    "PySide2.QtGui.QStandardItem.removeColumns": ('int', 'int'),
6569    "PySide2.QtGui.QStandardItem.removeRow": ('int',),
6570    "PySide2.QtGui.QStandardItem.removeRows": ('int', 'int'),
6571    "PySide2.QtGui.QStandardItem.row": (),
6572    "PySide2.QtGui.QStandardItem.rowCount": (),
6573    "PySide2.QtGui.QStandardItem.setAccessibleDescription": ('str',),
6574    "PySide2.QtGui.QStandardItem.setAccessibleText": ('str',),
6575    "PySide2.QtGui.QStandardItem.setAutoTristate": ('bool',),
6576    "PySide2.QtGui.QStandardItem.setBackground": ('PySide2.QtGui.QBrush',),
6577    "PySide2.QtGui.QStandardItem.setCheckState": ('PySide2.QtCore.Qt.CheckState',),
6578    "PySide2.QtGui.QStandardItem.setCheckable": ('bool',),
6579    "PySide2.QtGui.QStandardItem.setChild": [('int', 'PySide2.QtGui.QStandardItem'), ('int', 'int', 'PySide2.QtGui.QStandardItem')],
6580    "PySide2.QtGui.QStandardItem.setColumnCount": ('int',),
6581    "PySide2.QtGui.QStandardItem.setData": ('typing.Any', 'int'),
6582    "PySide2.QtGui.QStandardItem.setDragEnabled": ('bool',),
6583    "PySide2.QtGui.QStandardItem.setDropEnabled": ('bool',),
6584    "PySide2.QtGui.QStandardItem.setEditable": ('bool',),
6585    "PySide2.QtGui.QStandardItem.setEnabled": ('bool',),
6586    "PySide2.QtGui.QStandardItem.setFlags": ('PySide2.QtCore.Qt.ItemFlags',),
6587    "PySide2.QtGui.QStandardItem.setFont": ('PySide2.QtGui.QFont',),
6588    "PySide2.QtGui.QStandardItem.setForeground": ('PySide2.QtGui.QBrush',),
6589    "PySide2.QtGui.QStandardItem.setIcon": ('PySide2.QtGui.QIcon',),
6590    "PySide2.QtGui.QStandardItem.setRowCount": ('int',),
6591    "PySide2.QtGui.QStandardItem.setSelectable": ('bool',),
6592    "PySide2.QtGui.QStandardItem.setSizeHint": ('PySide2.QtCore.QSize',),
6593    "PySide2.QtGui.QStandardItem.setStatusTip": ('str',),
6594    "PySide2.QtGui.QStandardItem.setText": ('str',),
6595    "PySide2.QtGui.QStandardItem.setTextAlignment": ('PySide2.QtCore.Qt.Alignment',),
6596    "PySide2.QtGui.QStandardItem.setToolTip": ('str',),
6597    "PySide2.QtGui.QStandardItem.setTristate": ('bool',),
6598    "PySide2.QtGui.QStandardItem.setUserTristate": ('bool',),
6599    "PySide2.QtGui.QStandardItem.setWhatsThis": ('str',),
6600    "PySide2.QtGui.QStandardItem.sizeHint": (),
6601    "PySide2.QtGui.QStandardItem.sortChildren": ('int', 'PySide2.QtCore.Qt.SortOrder'),
6602    "PySide2.QtGui.QStandardItem.statusTip": (),
6603    "PySide2.QtGui.QStandardItem.takeChild": ('int', 'int'),
6604    "PySide2.QtGui.QStandardItem.takeColumn": ('int',),
6605    "PySide2.QtGui.QStandardItem.takeRow": ('int',),
6606    "PySide2.QtGui.QStandardItem.text": (),
6607    "PySide2.QtGui.QStandardItem.textAlignment": (),
6608    "PySide2.QtGui.QStandardItem.toolTip": (),
6609    "PySide2.QtGui.QStandardItem.type": (),
6610    "PySide2.QtGui.QStandardItem.whatsThis": (),
6611    "PySide2.QtGui.QStandardItem.write": ('PySide2.QtCore.QDataStream',),
6612# class PySide2.QtGui.QStandardItemModel:
6613    "PySide2.QtGui.QStandardItemModel.__init__": [('PySide2.QtCore.QObject',), ('int', 'int', 'PySide2.QtCore.QObject')],
6614    "PySide2.QtGui.QStandardItemModel.appendColumn": ('typing.Sequence[PySide2.QtGui.QStandardItem]',),
6615    "PySide2.QtGui.QStandardItemModel.appendRow": [('PySide2.QtGui.QStandardItem',), ('typing.Sequence[PySide2.QtGui.QStandardItem]',)],
6616    "PySide2.QtGui.QStandardItemModel.clear": (),
6617    "PySide2.QtGui.QStandardItemModel.clearItemData": ('PySide2.QtCore.QModelIndex',),
6618    "PySide2.QtGui.QStandardItemModel.columnCount": ('PySide2.QtCore.QModelIndex',),
6619    "PySide2.QtGui.QStandardItemModel.data": ('PySide2.QtCore.QModelIndex', 'int'),
6620    "PySide2.QtGui.QStandardItemModel.dropMimeData": ('PySide2.QtCore.QMimeData', 'PySide2.QtCore.Qt.DropAction', 'int', 'int', 'PySide2.QtCore.QModelIndex'),
6621    "PySide2.QtGui.QStandardItemModel.findItems": ('str', 'PySide2.QtCore.Qt.MatchFlags', 'int'),
6622    "PySide2.QtGui.QStandardItemModel.flags": ('PySide2.QtCore.QModelIndex',),
6623    "PySide2.QtGui.QStandardItemModel.hasChildren": ('PySide2.QtCore.QModelIndex',),
6624    "PySide2.QtGui.QStandardItemModel.headerData": ('int', 'PySide2.QtCore.Qt.Orientation', 'int'),
6625    "PySide2.QtGui.QStandardItemModel.horizontalHeaderItem": ('int',),
6626    "PySide2.QtGui.QStandardItemModel.index": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
6627    "PySide2.QtGui.QStandardItemModel.indexFromItem": ('PySide2.QtGui.QStandardItem',),
6628    "PySide2.QtGui.QStandardItemModel.insertColumn": [('int', 'PySide2.QtCore.QModelIndex'), ('int', 'typing.Sequence[PySide2.QtGui.QStandardItem]')],
6629    "PySide2.QtGui.QStandardItemModel.insertColumns": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
6630    "PySide2.QtGui.QStandardItemModel.insertRow": [('int', 'PySide2.QtCore.QModelIndex'), ('int', 'PySide2.QtGui.QStandardItem'), ('int', 'typing.Sequence[PySide2.QtGui.QStandardItem]')],
6631    "PySide2.QtGui.QStandardItemModel.insertRows": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
6632    "PySide2.QtGui.QStandardItemModel.invisibleRootItem": (),
6633    "PySide2.QtGui.QStandardItemModel.item": ('int', 'int'),
6634    "PySide2.QtGui.QStandardItemModel.itemData": ('PySide2.QtCore.QModelIndex',),
6635    "PySide2.QtGui.QStandardItemModel.itemFromIndex": ('PySide2.QtCore.QModelIndex',),
6636    "PySide2.QtGui.QStandardItemModel.itemPrototype": (),
6637    "PySide2.QtGui.QStandardItemModel.mimeData": ('typing.List[int]',),
6638    "PySide2.QtGui.QStandardItemModel.mimeTypes": (),
6639    "PySide2.QtGui.QStandardItemModel.parent": [(), ('PySide2.QtCore.QModelIndex',)],
6640    "PySide2.QtGui.QStandardItemModel.removeColumns": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
6641    "PySide2.QtGui.QStandardItemModel.removeRows": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
6642    "PySide2.QtGui.QStandardItemModel.rowCount": ('PySide2.QtCore.QModelIndex',),
6643    "PySide2.QtGui.QStandardItemModel.setColumnCount": ('int',),
6644    "PySide2.QtGui.QStandardItemModel.setData": ('PySide2.QtCore.QModelIndex', 'typing.Any', 'int'),
6645    "PySide2.QtGui.QStandardItemModel.setHeaderData": ('int', 'PySide2.QtCore.Qt.Orientation', 'typing.Any', 'int'),
6646    "PySide2.QtGui.QStandardItemModel.setHorizontalHeaderItem": ('int', 'PySide2.QtGui.QStandardItem'),
6647    "PySide2.QtGui.QStandardItemModel.setHorizontalHeaderLabels": ('typing.Sequence[str]',),
6648    "PySide2.QtGui.QStandardItemModel.setItem": [('int', 'PySide2.QtGui.QStandardItem'), ('int', 'int', 'PySide2.QtGui.QStandardItem')],
6649    "PySide2.QtGui.QStandardItemModel.setItemData": ('PySide2.QtCore.QModelIndex', 'typing.Dict[int, typing.Any]'),
6650    "PySide2.QtGui.QStandardItemModel.setItemPrototype": ('PySide2.QtGui.QStandardItem',),
6651    "PySide2.QtGui.QStandardItemModel.setItemRoleNames": ('typing.Dict[int, PySide2.QtCore.QByteArray]',),
6652    "PySide2.QtGui.QStandardItemModel.setRowCount": ('int',),
6653    "PySide2.QtGui.QStandardItemModel.setSortRole": ('int',),
6654    "PySide2.QtGui.QStandardItemModel.setVerticalHeaderItem": ('int', 'PySide2.QtGui.QStandardItem'),
6655    "PySide2.QtGui.QStandardItemModel.setVerticalHeaderLabels": ('typing.Sequence[str]',),
6656    "PySide2.QtGui.QStandardItemModel.sibling": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
6657    "PySide2.QtGui.QStandardItemModel.sort": ('int', 'PySide2.QtCore.Qt.SortOrder'),
6658    "PySide2.QtGui.QStandardItemModel.sortRole": (),
6659    "PySide2.QtGui.QStandardItemModel.supportedDropActions": (),
6660    "PySide2.QtGui.QStandardItemModel.takeColumn": ('int',),
6661    "PySide2.QtGui.QStandardItemModel.takeHorizontalHeaderItem": ('int',),
6662    "PySide2.QtGui.QStandardItemModel.takeItem": ('int', 'int'),
6663    "PySide2.QtGui.QStandardItemModel.takeRow": ('int',),
6664    "PySide2.QtGui.QStandardItemModel.takeVerticalHeaderItem": ('int',),
6665    "PySide2.QtGui.QStandardItemModel.verticalHeaderItem": ('int',),
6666# class PySide2.QtGui.QStaticText:
6667# class PySide2.QtGui.QStaticText.PerformanceHint:
6668    "PySide2.QtGui.QStaticText.__init__": [(), ('PySide2.QtGui.QStaticText',), ('str',)],
6669    "PySide2.QtGui.QStaticText.__copy__": (),
6670    "PySide2.QtGui.QStaticText.performanceHint": (),
6671    "PySide2.QtGui.QStaticText.prepare": ('PySide2.QtGui.QTransform', 'PySide2.QtGui.QFont'),
6672    "PySide2.QtGui.QStaticText.setPerformanceHint": ('PySide2.QtGui.QStaticText.PerformanceHint',),
6673    "PySide2.QtGui.QStaticText.setText": ('str',),
6674    "PySide2.QtGui.QStaticText.setTextFormat": ('PySide2.QtCore.Qt.TextFormat',),
6675    "PySide2.QtGui.QStaticText.setTextOption": ('PySide2.QtGui.QTextOption',),
6676    "PySide2.QtGui.QStaticText.setTextWidth": ('float',),
6677    "PySide2.QtGui.QStaticText.size": (),
6678    "PySide2.QtGui.QStaticText.swap": ('PySide2.QtGui.QStaticText',),
6679    "PySide2.QtGui.QStaticText.text": (),
6680    "PySide2.QtGui.QStaticText.textFormat": (),
6681    "PySide2.QtGui.QStaticText.textOption": (),
6682    "PySide2.QtGui.QStaticText.textWidth": (),
6683# class PySide2.QtGui.QStatusTipEvent:
6684    "PySide2.QtGui.QStatusTipEvent.__init__": ('str',),
6685    "PySide2.QtGui.QStatusTipEvent.tip": (),
6686# class PySide2.QtGui.QStyleHints:
6687    "PySide2.QtGui.QStyleHints.cursorFlashTime": (),
6688    "PySide2.QtGui.QStyleHints.fontSmoothingGamma": (),
6689    "PySide2.QtGui.QStyleHints.keyboardAutoRepeatRate": (),
6690    "PySide2.QtGui.QStyleHints.keyboardInputInterval": (),
6691    "PySide2.QtGui.QStyleHints.mouseDoubleClickDistance": (),
6692    "PySide2.QtGui.QStyleHints.mouseDoubleClickInterval": (),
6693    "PySide2.QtGui.QStyleHints.mousePressAndHoldInterval": (),
6694    "PySide2.QtGui.QStyleHints.mouseQuickSelectionThreshold": (),
6695    "PySide2.QtGui.QStyleHints.passwordMaskCharacter": (),
6696    "PySide2.QtGui.QStyleHints.passwordMaskDelay": (),
6697    "PySide2.QtGui.QStyleHints.setCursorFlashTime": ('int',),
6698    "PySide2.QtGui.QStyleHints.setFocusOnTouchRelease": (),
6699    "PySide2.QtGui.QStyleHints.setKeyboardInputInterval": ('int',),
6700    "PySide2.QtGui.QStyleHints.setMouseDoubleClickInterval": ('int',),
6701    "PySide2.QtGui.QStyleHints.setMousePressAndHoldInterval": ('int',),
6702    "PySide2.QtGui.QStyleHints.setMouseQuickSelectionThreshold": ('int',),
6703    "PySide2.QtGui.QStyleHints.setShowShortcutsInContextMenus": ('bool',),
6704    "PySide2.QtGui.QStyleHints.setStartDragDistance": ('int',),
6705    "PySide2.QtGui.QStyleHints.setStartDragTime": ('int',),
6706    "PySide2.QtGui.QStyleHints.setTabFocusBehavior": ('PySide2.QtCore.Qt.TabFocusBehavior',),
6707    "PySide2.QtGui.QStyleHints.setUseHoverEffects": ('bool',),
6708    "PySide2.QtGui.QStyleHints.setWheelScrollLines": ('int',),
6709    "PySide2.QtGui.QStyleHints.showIsFullScreen": (),
6710    "PySide2.QtGui.QStyleHints.showIsMaximized": (),
6711    "PySide2.QtGui.QStyleHints.showShortcutsInContextMenus": (),
6712    "PySide2.QtGui.QStyleHints.singleClickActivation": (),
6713    "PySide2.QtGui.QStyleHints.startDragDistance": (),
6714    "PySide2.QtGui.QStyleHints.startDragTime": (),
6715    "PySide2.QtGui.QStyleHints.startDragVelocity": (),
6716    "PySide2.QtGui.QStyleHints.tabFocusBehavior": (),
6717    "PySide2.QtGui.QStyleHints.touchDoubleTapDistance": (),
6718    "PySide2.QtGui.QStyleHints.useHoverEffects": (),
6719    "PySide2.QtGui.QStyleHints.useRtlExtensions": (),
6720    "PySide2.QtGui.QStyleHints.wheelScrollLines": (),
6721# class PySide2.QtGui.QSurface:
6722# class PySide2.QtGui.QSurface.SurfaceClass:
6723# class PySide2.QtGui.QSurface.SurfaceType:
6724    "PySide2.QtGui.QSurface.__init__": ('PySide2.QtGui.QSurface.SurfaceClass',),
6725    "PySide2.QtGui.QSurface.format": (),
6726    "PySide2.QtGui.QSurface.size": (),
6727    "PySide2.QtGui.QSurface.supportsOpenGL": (),
6728    "PySide2.QtGui.QSurface.surfaceClass": (),
6729    "PySide2.QtGui.QSurface.surfaceHandle": (),
6730    "PySide2.QtGui.QSurface.surfaceType": (),
6731# class PySide2.QtGui.QSurfaceFormat:
6732# class PySide2.QtGui.QSurfaceFormat.ColorSpace:
6733# class PySide2.QtGui.QSurfaceFormat.FormatOption:
6734# class PySide2.QtGui.QSurfaceFormat.FormatOptions:
6735# class PySide2.QtGui.QSurfaceFormat.OpenGLContextProfile:
6736# class PySide2.QtGui.QSurfaceFormat.RenderableType:
6737# class PySide2.QtGui.QSurfaceFormat.SwapBehavior:
6738    "PySide2.QtGui.QSurfaceFormat.__init__": [(), ('PySide2.QtGui.QSurfaceFormat',), ('PySide2.QtGui.QSurfaceFormat.FormatOptions',)],
6739    "PySide2.QtGui.QSurfaceFormat.__copy__": (),
6740    "PySide2.QtGui.QSurfaceFormat.alphaBufferSize": (),
6741    "PySide2.QtGui.QSurfaceFormat.blueBufferSize": (),
6742    "PySide2.QtGui.QSurfaceFormat.colorSpace": (),
6743    "PySide2.QtGui.QSurfaceFormat.defaultFormat": (),
6744    "PySide2.QtGui.QSurfaceFormat.depthBufferSize": (),
6745    "PySide2.QtGui.QSurfaceFormat.greenBufferSize": (),
6746    "PySide2.QtGui.QSurfaceFormat.hasAlpha": (),
6747    "PySide2.QtGui.QSurfaceFormat.majorVersion": (),
6748    "PySide2.QtGui.QSurfaceFormat.minorVersion": (),
6749    "PySide2.QtGui.QSurfaceFormat.options": (),
6750    "PySide2.QtGui.QSurfaceFormat.profile": (),
6751    "PySide2.QtGui.QSurfaceFormat.redBufferSize": (),
6752    "PySide2.QtGui.QSurfaceFormat.renderableType": (),
6753    "PySide2.QtGui.QSurfaceFormat.samples": (),
6754    "PySide2.QtGui.QSurfaceFormat.setAlphaBufferSize": ('int',),
6755    "PySide2.QtGui.QSurfaceFormat.setBlueBufferSize": ('int',),
6756    "PySide2.QtGui.QSurfaceFormat.setColorSpace": ('PySide2.QtGui.QSurfaceFormat.ColorSpace',),
6757    "PySide2.QtGui.QSurfaceFormat.setDefaultFormat": ('PySide2.QtGui.QSurfaceFormat',),
6758    "PySide2.QtGui.QSurfaceFormat.setDepthBufferSize": ('int',),
6759    "PySide2.QtGui.QSurfaceFormat.setGreenBufferSize": ('int',),
6760    "PySide2.QtGui.QSurfaceFormat.setMajorVersion": ('int',),
6761    "PySide2.QtGui.QSurfaceFormat.setMinorVersion": ('int',),
6762    "PySide2.QtGui.QSurfaceFormat.setOption": [('PySide2.QtGui.QSurfaceFormat.FormatOption', 'bool'), ('PySide2.QtGui.QSurfaceFormat.FormatOptions',)],
6763    "PySide2.QtGui.QSurfaceFormat.setOptions": ('PySide2.QtGui.QSurfaceFormat.FormatOptions',),
6764    "PySide2.QtGui.QSurfaceFormat.setProfile": ('PySide2.QtGui.QSurfaceFormat.OpenGLContextProfile',),
6765    "PySide2.QtGui.QSurfaceFormat.setRedBufferSize": ('int',),
6766    "PySide2.QtGui.QSurfaceFormat.setRenderableType": ('PySide2.QtGui.QSurfaceFormat.RenderableType',),
6767    "PySide2.QtGui.QSurfaceFormat.setSamples": ('int',),
6768    "PySide2.QtGui.QSurfaceFormat.setStencilBufferSize": ('int',),
6769    "PySide2.QtGui.QSurfaceFormat.setStereo": ('bool',),
6770    "PySide2.QtGui.QSurfaceFormat.setSwapBehavior": ('PySide2.QtGui.QSurfaceFormat.SwapBehavior',),
6771    "PySide2.QtGui.QSurfaceFormat.setSwapInterval": ('int',),
6772    "PySide2.QtGui.QSurfaceFormat.setVersion": ('int', 'int'),
6773    "PySide2.QtGui.QSurfaceFormat.stencilBufferSize": (),
6774    "PySide2.QtGui.QSurfaceFormat.stereo": (),
6775    "PySide2.QtGui.QSurfaceFormat.swapBehavior": (),
6776    "PySide2.QtGui.QSurfaceFormat.swapInterval": (),
6777    "PySide2.QtGui.QSurfaceFormat.testOption": [('PySide2.QtGui.QSurfaceFormat.FormatOption',), ('PySide2.QtGui.QSurfaceFormat.FormatOptions',)],
6778    "PySide2.QtGui.QSurfaceFormat.version": (),
6779# class PySide2.QtGui.QSyntaxHighlighter:
6780    "PySide2.QtGui.QSyntaxHighlighter.__init__": [('PySide2.QtCore.QObject',), ('PySide2.QtGui.QTextDocument',)],
6781    "PySide2.QtGui.QSyntaxHighlighter.currentBlock": (),
6782    "PySide2.QtGui.QSyntaxHighlighter.currentBlockState": (),
6783    "PySide2.QtGui.QSyntaxHighlighter.currentBlockUserData": (),
6784    "PySide2.QtGui.QSyntaxHighlighter.document": (),
6785    "PySide2.QtGui.QSyntaxHighlighter.format": ('int',),
6786    "PySide2.QtGui.QSyntaxHighlighter.highlightBlock": ('str',),
6787    "PySide2.QtGui.QSyntaxHighlighter.previousBlockState": (),
6788    "PySide2.QtGui.QSyntaxHighlighter.rehighlight": (),
6789    "PySide2.QtGui.QSyntaxHighlighter.rehighlightBlock": ('PySide2.QtGui.QTextBlock',),
6790    "PySide2.QtGui.QSyntaxHighlighter.setCurrentBlockState": ('int',),
6791    "PySide2.QtGui.QSyntaxHighlighter.setCurrentBlockUserData": ('PySide2.QtGui.QTextBlockUserData',),
6792    "PySide2.QtGui.QSyntaxHighlighter.setDocument": ('PySide2.QtGui.QTextDocument',),
6793    "PySide2.QtGui.QSyntaxHighlighter.setFormat": [('int', 'int', 'PySide2.QtGui.QColor'), ('int', 'int', 'PySide2.QtGui.QFont'), ('int', 'int', 'PySide2.QtGui.QTextCharFormat')],
6794# class PySide2.QtGui.QTabletEvent:
6795# class PySide2.QtGui.QTabletEvent.PointerType:
6796# class PySide2.QtGui.QTabletEvent.TabletDevice:
6797    "PySide2.QtGui.QTabletEvent.__init__": [('PySide2.QtCore.QEvent.Type', 'PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF', 'int', 'int', 'float', 'int', 'int', 'float', 'float', 'int', 'PySide2.QtCore.Qt.KeyboardModifiers', 'int'), ('PySide2.QtCore.QEvent.Type', 'PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF', 'int', 'int', 'float', 'int', 'int', 'float', 'float', 'int', 'PySide2.QtCore.Qt.KeyboardModifiers', 'int', 'PySide2.QtCore.Qt.MouseButton', 'PySide2.QtCore.Qt.MouseButtons')],
6798    "PySide2.QtGui.QTabletEvent.button": (),
6799    "PySide2.QtGui.QTabletEvent.buttons": (),
6800    "PySide2.QtGui.QTabletEvent.device": (),
6801    "PySide2.QtGui.QTabletEvent.globalPos": (),
6802    "PySide2.QtGui.QTabletEvent.globalPosF": (),
6803    "PySide2.QtGui.QTabletEvent.globalX": (),
6804    "PySide2.QtGui.QTabletEvent.global""Y": (),
6805    "PySide2.QtGui.QTabletEvent.hiResGlobalX": (),
6806    "PySide2.QtGui.QTabletEvent.hiResGlobal""Y": (),
6807    "PySide2.QtGui.QTabletEvent.pointerType": (),
6808    "PySide2.QtGui.QTabletEvent.pos": (),
6809    "PySide2.QtGui.QTabletEvent.posF": (),
6810    "PySide2.QtGui.QTabletEvent.pressure": (),
6811    "PySide2.QtGui.QTabletEvent.rotation": (),
6812    "PySide2.QtGui.QTabletEvent.tangentialPressure": (),
6813    "PySide2.QtGui.QTabletEvent.uniqueId": (),
6814    "PySide2.QtGui.QTabletEvent.x": (),
6815    "PySide2.QtGui.QTabletEvent.xTilt": (),
6816    "PySide2.QtGui.QTabletEvent.y": (),
6817    "PySide2.QtGui.QTabletEvent.yTilt": (),
6818    "PySide2.QtGui.QTabletEvent.z": (),
6819# class PySide2.QtGui.QTextBlock:
6820# class PySide2.QtGui.QTextBlock.iterator:
6821    "PySide2.QtGui.QTextBlock.iterator.__init__": [(), ('PySide2.QtGui.QTextBlock.iterator',)],
6822    "PySide2.QtGui.QTextBlock.iterator.__copy__": (),
6823    "PySide2.QtGui.QTextBlock.iterator.__iadd__": ('int',),
6824    "PySide2.QtGui.QTextBlock.iterator.__isub__": ('int',),
6825    "PySide2.QtGui.QTextBlock.iterator.__iter__": (),
6826    "PySide2.QtGui.QTextBlock.iterator.atEnd": (),
6827    "PySide2.QtGui.QTextBlock.iterator.fragment": (),
6828    "PySide2.QtGui.QTextBlock.__init__": [(), ('PySide2.QtGui.QTextBlock',)],
6829    "PySide2.QtGui.QTextBlock.__copy__": (),
6830    "PySide2.QtGui.QTextBlock.__iter__": (),
6831    "PySide2.QtGui.QTextBlock.begin": (),
6832    "PySide2.QtGui.QTextBlock.blockFormat": (),
6833    "PySide2.QtGui.QTextBlock.blockFormatIndex": (),
6834    "PySide2.QtGui.QTextBlock.blockNumber": (),
6835    "PySide2.QtGui.QTextBlock.charFormat": (),
6836    "PySide2.QtGui.QTextBlock.charFormatIndex": (),
6837    "PySide2.QtGui.QTextBlock.clearLayout": (),
6838    "PySide2.QtGui.QTextBlock.contains": ('int',),
6839    "PySide2.QtGui.QTextBlock.document": (),
6840    "PySide2.QtGui.QTextBlock.end": (),
6841    "PySide2.QtGui.QTextBlock.firstLineNumber": (),
6842    "PySide2.QtGui.QTextBlock.fragmentIndex": (),
6843    "PySide2.QtGui.QTextBlock.isValid": (),
6844    "PySide2.QtGui.QTextBlock.isVisible": (),
6845    "PySide2.QtGui.QTextBlock.layout": (),
6846    "PySide2.QtGui.QTextBlock.length": (),
6847    "PySide2.QtGui.QTextBlock.lineCount": (),
6848    "PySide2.QtGui.QTextBlock.position": (),
6849    "PySide2.QtGui.QTextBlock.previous": (),
6850    "PySide2.QtGui.QTextBlock.revision": (),
6851    "PySide2.QtGui.QTextBlock.setLineCount": ('int',),
6852    "PySide2.QtGui.QTextBlock.setRevision": ('int',),
6853    "PySide2.QtGui.QTextBlock.setUserData": ('PySide2.QtGui.QTextBlockUserData',),
6854    "PySide2.QtGui.QTextBlock.setUserState": ('int',),
6855    "PySide2.QtGui.QTextBlock.setVisible": ('bool',),
6856    "PySide2.QtGui.QTextBlock.text": (),
6857    "PySide2.QtGui.QTextBlock.textDirection": (),
6858    "PySide2.QtGui.QTextBlock.textFormats": (),
6859    "PySide2.QtGui.QTextBlock.textList": (),
6860    "PySide2.QtGui.QTextBlock.userData": (),
6861    "PySide2.QtGui.QTextBlock.userState": (),
6862# class PySide2.QtGui.QTextBlockFormat:
6863# class PySide2.QtGui.QTextBlockFormat.LineHeightTypes:
6864# class PySide2.QtGui.QTextBlockFormat.MarkerType:
6865    "PySide2.QtGui.QTextBlockFormat.__init__": [(), ('PySide2.QtGui.QTextBlockFormat',), ('PySide2.QtGui.QTextFormat',)],
6866    "PySide2.QtGui.QTextBlockFormat.__copy__": (),
6867    "PySide2.QtGui.QTextBlockFormat.alignment": (),
6868    "PySide2.QtGui.QTextBlockFormat.bottomMargin": (),
6869    "PySide2.QtGui.QTextBlockFormat.headingLevel": (),
6870    "PySide2.QtGui.QTextBlockFormat.indent": (),
6871    "PySide2.QtGui.QTextBlockFormat.isValid": (),
6872    "PySide2.QtGui.QTextBlockFormat.leftMargin": (),
6873    "PySide2.QtGui.QTextBlockFormat.lineHeight": [(), ('float', 'float')],
6874    "PySide2.QtGui.QTextBlockFormat.lineHeightType": (),
6875    "PySide2.QtGui.QTextBlockFormat.marker": (),
6876    "PySide2.QtGui.QTextBlockFormat.nonBreakableLines": (),
6877    "PySide2.QtGui.QTextBlockFormat.pageBreakPolicy": (),
6878    "PySide2.QtGui.QTextBlockFormat.rightMargin": (),
6879    "PySide2.QtGui.QTextBlockFormat.setAlignment": ('PySide2.QtCore.Qt.Alignment',),
6880    "PySide2.QtGui.QTextBlockFormat.setBottomMargin": ('float',),
6881    "PySide2.QtGui.QTextBlockFormat.setHeadingLevel": ('int',),
6882    "PySide2.QtGui.QTextBlockFormat.setIndent": ('int',),
6883    "PySide2.QtGui.QTextBlockFormat.setLeftMargin": ('float',),
6884    "PySide2.QtGui.QTextBlockFormat.setLineHeight": ('float', 'int'),
6885    "PySide2.QtGui.QTextBlockFormat.setMarker": ('PySide2.QtGui.QTextBlockFormat.MarkerType',),
6886    "PySide2.QtGui.QTextBlockFormat.setNonBreakableLines": ('bool',),
6887    "PySide2.QtGui.QTextBlockFormat.setPageBreakPolicy": ('PySide2.QtGui.QTextFormat.PageBreakFlags',),
6888    "PySide2.QtGui.QTextBlockFormat.setRightMargin": ('float',),
6889    "PySide2.QtGui.QTextBlockFormat.setTabPositions": ('typing.Sequence[PySide2.QtGui.QTextOption.Tab]',),
6890    "PySide2.QtGui.QTextBlockFormat.setTextIndent": ('float',),
6891    "PySide2.QtGui.QTextBlockFormat.setTopMargin": ('float',),
6892    "PySide2.QtGui.QTextBlockFormat.tabPositions": (),
6893    "PySide2.QtGui.QTextBlockFormat.textIndent": (),
6894    "PySide2.QtGui.QTextBlockFormat.topMargin": (),
6895# class PySide2.QtGui.QTextBlockGroup:
6896    "PySide2.QtGui.QTextBlockGroup.__init__": ('PySide2.QtGui.QTextDocument',),
6897    "PySide2.QtGui.QTextBlockGroup.blockFormatChanged": ('PySide2.QtGui.QTextBlock',),
6898    "PySide2.QtGui.QTextBlockGroup.blockInserted": ('PySide2.QtGui.QTextBlock',),
6899    "PySide2.QtGui.QTextBlockGroup.blockList": (),
6900    "PySide2.QtGui.QTextBlockGroup.blockRemoved": ('PySide2.QtGui.QTextBlock',),
6901# class PySide2.QtGui.QTextBlockUserData:
6902    "PySide2.QtGui.QTextBlockUserData.__init__": (),
6903# class PySide2.QtGui.QTextCharFormat:
6904# class PySide2.QtGui.QTextCharFormat.FontPropertiesInheritanceBehavior:
6905# class PySide2.QtGui.QTextCharFormat.UnderlineStyle:
6906# class PySide2.QtGui.QTextCharFormat.VerticalAlignment:
6907    "PySide2.QtGui.QTextCharFormat.__init__": [(), ('PySide2.QtGui.QTextCharFormat',), ('PySide2.QtGui.QTextFormat',)],
6908    "PySide2.QtGui.QTextCharFormat.__copy__": (),
6909    "PySide2.QtGui.QTextCharFormat.anchorHref": (),
6910    "PySide2.QtGui.QTextCharFormat.anchorName": (),
6911    "PySide2.QtGui.QTextCharFormat.anchorNames": (),
6912    "PySide2.QtGui.QTextCharFormat.font": (),
6913    "PySide2.QtGui.QTextCharFormat.fontCapitalization": (),
6914    "PySide2.QtGui.QTextCharFormat.fontFamilies": (),
6915    "PySide2.QtGui.QTextCharFormat.fontFamily": (),
6916    "PySide2.QtGui.QTextCharFormat.fontFixedPitch": (),
6917    "PySide2.QtGui.QTextCharFormat.fontHintingPreference": (),
6918    "PySide2.QtGui.QTextCharFormat.fontItalic": (),
6919    "PySide2.QtGui.QTextCharFormat.fontKerning": (),
6920    "PySide2.QtGui.QTextCharFormat.fontLetterSpacing": (),
6921    "PySide2.QtGui.QTextCharFormat.fontLetterSpacingType": (),
6922    "PySide2.QtGui.QTextCharFormat.fontOverline": (),
6923    "PySide2.QtGui.QTextCharFormat.fontPointSize": (),
6924    "PySide2.QtGui.QTextCharFormat.fontStretch": (),
6925    "PySide2.QtGui.QTextCharFormat.fontStrikeOut": (),
6926    "PySide2.QtGui.QTextCharFormat.fontStyleHint": (),
6927    "PySide2.QtGui.QTextCharFormat.fontStyleName": (),
6928    "PySide2.QtGui.QTextCharFormat.fontStyleStrategy": (),
6929    "PySide2.QtGui.QTextCharFormat.fontUnderline": (),
6930    "PySide2.QtGui.QTextCharFormat.fontWeight": (),
6931    "PySide2.QtGui.QTextCharFormat.fontWordSpacing": (),
6932    "PySide2.QtGui.QTextCharFormat.isAnchor": (),
6933    "PySide2.QtGui.QTextCharFormat.isValid": (),
6934    "PySide2.QtGui.QTextCharFormat.setAnchor": ('bool',),
6935    "PySide2.QtGui.QTextCharFormat.setAnchorHref": ('str',),
6936    "PySide2.QtGui.QTextCharFormat.setAnchorName": ('str',),
6937    "PySide2.QtGui.QTextCharFormat.setAnchorNames": ('typing.Sequence[str]',),
6938    "PySide2.QtGui.QTextCharFormat.setFont": [('PySide2.QtGui.QFont',), ('PySide2.QtGui.QFont', 'PySide2.QtGui.QTextCharFormat.FontPropertiesInheritanceBehavior')],
6939    "PySide2.QtGui.QTextCharFormat.setFontCapitalization": ('PySide2.QtGui.QFont.Capitalization',),
6940    "PySide2.QtGui.QTextCharFormat.setFontFamilies": ('typing.Sequence[str]',),
6941    "PySide2.QtGui.QTextCharFormat.setFontFamily": ('str',),
6942    "PySide2.QtGui.QTextCharFormat.setFontFixedPitch": ('bool',),
6943    "PySide2.QtGui.QTextCharFormat.setFontHintingPreference": ('PySide2.QtGui.QFont.HintingPreference',),
6944    "PySide2.QtGui.QTextCharFormat.setFontItalic": ('bool',),
6945    "PySide2.QtGui.QTextCharFormat.setFontKerning": ('bool',),
6946    "PySide2.QtGui.QTextCharFormat.setFontLetterSpacing": ('float',),
6947    "PySide2.QtGui.QTextCharFormat.setFontLetterSpacingType": ('PySide2.QtGui.QFont.SpacingType',),
6948    "PySide2.QtGui.QTextCharFormat.setFontOverline": ('bool',),
6949    "PySide2.QtGui.QTextCharFormat.setFontPointSize": ('float',),
6950    "PySide2.QtGui.QTextCharFormat.setFontStretch": ('int',),
6951    "PySide2.QtGui.QTextCharFormat.setFontStrikeOut": ('bool',),
6952    "PySide2.QtGui.QTextCharFormat.setFontStyleHint": ('PySide2.QtGui.QFont.StyleHint', 'PySide2.QtGui.QFont.StyleStrategy'),
6953    "PySide2.QtGui.QTextCharFormat.setFontStyleName": ('str',),
6954    "PySide2.QtGui.QTextCharFormat.setFontStyleStrategy": ('PySide2.QtGui.QFont.StyleStrategy',),
6955    "PySide2.QtGui.QTextCharFormat.setFontUnderline": ('bool',),
6956    "PySide2.QtGui.QTextCharFormat.setFontWeight": ('int',),
6957    "PySide2.QtGui.QTextCharFormat.setFontWordSpacing": ('float',),
6958    "PySide2.QtGui.QTextCharFormat.setTableCellColumnSpan": ('int',),
6959    "PySide2.QtGui.QTextCharFormat.setTableCellRowSpan": ('int',),
6960    "PySide2.QtGui.QTextCharFormat.setTextOutline": ('PySide2.QtGui.QPen',),
6961    "PySide2.QtGui.QTextCharFormat.setToolTip": ('str',),
6962    "PySide2.QtGui.QTextCharFormat.setUnderlineColor": ('PySide2.QtGui.QColor',),
6963    "PySide2.QtGui.QTextCharFormat.setUnderlineStyle": ('PySide2.QtGui.QTextCharFormat.UnderlineStyle',),
6964    "PySide2.QtGui.QTextCharFormat.setVerticalAlignment": ('PySide2.QtGui.QTextCharFormat.VerticalAlignment',),
6965    "PySide2.QtGui.QTextCharFormat.tableCellColumnSpan": (),
6966    "PySide2.QtGui.QTextCharFormat.tableCellRowSpan": (),
6967    "PySide2.QtGui.QTextCharFormat.textOutline": (),
6968    "PySide2.QtGui.QTextCharFormat.toolTip": (),
6969    "PySide2.QtGui.QTextCharFormat.underlineColor": (),
6970    "PySide2.QtGui.QTextCharFormat.underlineStyle": (),
6971    "PySide2.QtGui.QTextCharFormat.verticalAlignment": (),
6972# class PySide2.QtGui.QTextCursor:
6973# class PySide2.QtGui.QTextCursor.MoveMode:
6974# class PySide2.QtGui.QTextCursor.MoveOperation:
6975# class PySide2.QtGui.QTextCursor.SelectionType:
6976    "PySide2.QtGui.QTextCursor.__init__": [(), ('PySide2.QtGui.QTextBlock',), ('PySide2.QtGui.QTextCursor',), ('PySide2.QtGui.QTextDocument',), ('PySide2.QtGui.QTextFrame',)],
6977    "PySide2.QtGui.QTextCursor.__copy__": (),
6978    "PySide2.QtGui.QTextCursor.anchor": (),
6979    "PySide2.QtGui.QTextCursor.atBlockEnd": (),
6980    "PySide2.QtGui.QTextCursor.atBlockStart": (),
6981    "PySide2.QtGui.QTextCursor.atEnd": (),
6982    "PySide2.QtGui.QTextCursor.atStart": (),
6983    "PySide2.QtGui.QTextCursor.beginEditBlock": (),
6984    "PySide2.QtGui.QTextCursor.block": (),
6985    "PySide2.QtGui.QTextCursor.blockCharFormat": (),
6986    "PySide2.QtGui.QTextCursor.blockFormat": (),
6987    "PySide2.QtGui.QTextCursor.blockNumber": (),
6988    "PySide2.QtGui.QTextCursor.charFormat": (),
6989    "PySide2.QtGui.QTextCursor.clearSelection": (),
6990    "PySide2.QtGui.QTextCursor.columnNumber": (),
6991    "PySide2.QtGui.QTextCursor.createList": [('PySide2.QtGui.QTextListFormat',), ('PySide2.QtGui.QTextListFormat.Style',)],
6992    "PySide2.QtGui.QTextCursor.currentFrame": (),
6993    "PySide2.QtGui.QTextCursor.currentList": (),
6994    "PySide2.QtGui.QTextCursor.currentTable": (),
6995    "PySide2.QtGui.QTextCursor.deleteChar": (),
6996    "PySide2.QtGui.QTextCursor.deletePreviousChar": (),
6997    "PySide2.QtGui.QTextCursor.document": (),
6998    "PySide2.QtGui.QTextCursor.endEditBlock": (),
6999    "PySide2.QtGui.QTextCursor.hasComplexSelection": (),
7000    "PySide2.QtGui.QTextCursor.hasSelection": (),
7001    "PySide2.QtGui.QTextCursor.insertBlock": [(), ('PySide2.QtGui.QTextBlockFormat',), ('PySide2.QtGui.QTextBlockFormat', 'PySide2.QtGui.QTextCharFormat')],
7002    "PySide2.QtGui.QTextCursor.insertFragment": ('PySide2.QtGui.QTextDocumentFragment',),
7003    "PySide2.QtGui.QTextCursor.insertFrame": ('PySide2.QtGui.QTextFrameFormat',),
7004    "PySide2.QtGui.QTextCursor.insertHtml": ('str',),
7005    "PySide2.QtGui.QTextCursor.insertImage": [('PySide2.QtGui.QImage', 'str'), ('PySide2.QtGui.QTextImageFormat',), ('PySide2.QtGui.QTextImageFormat', 'PySide2.QtGui.QTextFrameFormat.Position'), ('str',)],
7006    "PySide2.QtGui.QTextCursor.insertList": [('PySide2.QtGui.QTextListFormat',), ('PySide2.QtGui.QTextListFormat.Style',)],
7007    "PySide2.QtGui.QTextCursor.insertTable": [('int', 'int'), ('int', 'int', 'PySide2.QtGui.QTextTableFormat')],
7008    "PySide2.QtGui.QTextCursor.insertText": [('str',), ('str', 'PySide2.QtGui.QTextCharFormat')],
7009    "PySide2.QtGui.QTextCursor.isCopyOf": ('PySide2.QtGui.QTextCursor',),
7010    "PySide2.QtGui.QTextCursor.isNull": (),
7011    "PySide2.QtGui.QTextCursor.joinPreviousEditBlock": (),
7012    "PySide2.QtGui.QTextCursor.keepPositionOnInsert": (),
7013    "PySide2.QtGui.QTextCursor.mergeBlockCharFormat": ('PySide2.QtGui.QTextCharFormat',),
7014    "PySide2.QtGui.QTextCursor.mergeBlockFormat": ('PySide2.QtGui.QTextBlockFormat',),
7015    "PySide2.QtGui.QTextCursor.mergeCharFormat": ('PySide2.QtGui.QTextCharFormat',),
7016    "PySide2.QtGui.QTextCursor.movePosition": ('PySide2.QtGui.QTextCursor.MoveOperation', 'PySide2.QtGui.QTextCursor.MoveMode', 'int'),
7017    "PySide2.QtGui.QTextCursor.position": (),
7018    "PySide2.QtGui.QTextCursor.positionInBlock": (),
7019    "PySide2.QtGui.QTextCursor.removeSelectedText": (),
7020    "PySide2.QtGui.QTextCursor.select": ('PySide2.QtGui.QTextCursor.SelectionType',),
7021    "PySide2.QtGui.QTextCursor.selectedTableCells": (),
7022    "PySide2.QtGui.QTextCursor.selectedText": (),
7023    "PySide2.QtGui.QTextCursor.selection": (),
7024    "PySide2.QtGui.QTextCursor.selectionEnd": (),
7025    "PySide2.QtGui.QTextCursor.selectionStart": (),
7026    "PySide2.QtGui.QTextCursor.setBlockCharFormat": ('PySide2.QtGui.QTextCharFormat',),
7027    "PySide2.QtGui.QTextCursor.setBlockFormat": ('PySide2.QtGui.QTextBlockFormat',),
7028    "PySide2.QtGui.QTextCursor.setCharFormat": ('PySide2.QtGui.QTextCharFormat',),
7029    "PySide2.QtGui.QTextCursor.setKeepPositionOnInsert": ('bool',),
7030    "PySide2.QtGui.QTextCursor.setPosition": ('int', 'PySide2.QtGui.QTextCursor.MoveMode'),
7031    "PySide2.QtGui.QTextCursor.setVerticalMovementX": ('int',),
7032    "PySide2.QtGui.QTextCursor.setVisualNavigation": ('bool',),
7033    "PySide2.QtGui.QTextCursor.swap": ('PySide2.QtGui.QTextCursor',),
7034    "PySide2.QtGui.QTextCursor.verticalMovementX": (),
7035    "PySide2.QtGui.QTextCursor.visualNavigation": (),
7036# class PySide2.QtGui.QTextDocument:
7037# class PySide2.QtGui.QTextDocument.FindFlag:
7038# class PySide2.QtGui.QTextDocument.FindFlags:
7039# class PySide2.QtGui.QTextDocument.MarkdownFeature:
7040# class PySide2.QtGui.QTextDocument.MarkdownFeatures:
7041# class PySide2.QtGui.QTextDocument.MetaInformation:
7042# class PySide2.QtGui.QTextDocument.ResourceType:
7043# class PySide2.QtGui.QTextDocument.Stacks:
7044    "PySide2.QtGui.QTextDocument.__init__": [('PySide2.QtCore.QObject',), ('str', 'PySide2.QtCore.QObject')],
7045    "PySide2.QtGui.QTextDocument.addResource": ('int', 'PySide2.QtCore.QUrl', 'typing.Any'),
7046    "PySide2.QtGui.QTextDocument.adjustSize": (),
7047    "PySide2.QtGui.QTextDocument.allFormats": (),
7048    "PySide2.QtGui.QTextDocument.availableRedoSteps": (),
7049    "PySide2.QtGui.QTextDocument.availableUndoSteps": (),
7050    "PySide2.QtGui.QTextDocument.baseUrl": (),
7051    "PySide2.QtGui.QTextDocument.begin": (),
7052    "PySide2.QtGui.QTextDocument.blockCount": (),
7053    "PySide2.QtGui.QTextDocument.characterAt": ('int',),
7054    "PySide2.QtGui.QTextDocument.characterCount": (),
7055    "PySide2.QtGui.QTextDocument.clear": (),
7056    "PySide2.QtGui.QTextDocument.clearUndoRedoStacks": ('PySide2.QtGui.QTextDocument.Stacks',),
7057    "PySide2.QtGui.QTextDocument.clone": ('PySide2.QtCore.QObject',),
7058    "PySide2.QtGui.QTextDocument.createObject": ('PySide2.QtGui.QTextFormat',),
7059    "PySide2.QtGui.QTextDocument.defaultCursorMoveStyle": (),
7060    "PySide2.QtGui.QTextDocument.defaultFont": (),
7061    "PySide2.QtGui.QTextDocument.defaultStyleSheet": (),
7062    "PySide2.QtGui.QTextDocument.defaultTextOption": (),
7063    "PySide2.QtGui.QTextDocument.documentLayout": (),
7064    "PySide2.QtGui.QTextDocument.documentMargin": (),
7065    "PySide2.QtGui.QTextDocument.drawContents": ('PySide2.QtGui.QPainter', 'PySide2.QtCore.QRectF'),
7066    "PySide2.QtGui.QTextDocument.end": (),
7067    "PySide2.QtGui.QTextDocument.find": [('PySide2.QtCore.QRegExp', 'PySide2.QtGui.QTextCursor', 'PySide2.QtGui.QTextDocument.FindFlags'), ('PySide2.QtCore.QRegExp', 'int', 'PySide2.QtGui.QTextDocument.FindFlags'), ('PySide2.QtCore.QRegularExpression', 'PySide2.QtGui.QTextCursor', 'PySide2.QtGui.QTextDocument.FindFlags'), ('PySide2.QtCore.QRegularExpression', 'int', 'PySide2.QtGui.QTextDocument.FindFlags'), ('str', 'PySide2.QtGui.QTextCursor', 'PySide2.QtGui.QTextDocument.FindFlags'), ('str', 'int', 'PySide2.QtGui.QTextDocument.FindFlags')],
7068    "PySide2.QtGui.QTextDocument.findBlock": ('int',),
7069    "PySide2.QtGui.QTextDocument.findBlockByLineNumber": ('int',),
7070    "PySide2.QtGui.QTextDocument.findBlockByNumber": ('int',),
7071    "PySide2.QtGui.QTextDocument.firstBlock": (),
7072    "PySide2.QtGui.QTextDocument.frameAt": ('int',),
7073    "PySide2.QtGui.QTextDocument.idealWidth": (),
7074    "PySide2.QtGui.QTextDocument.indentWidth": (),
7075    "PySide2.QtGui.QTextDocument.isEmpty": (),
7076    "PySide2.QtGui.QTextDocument.isModified": (),
7077    "PySide2.QtGui.QTextDocument.isRedoAvailable": (),
7078    "PySide2.QtGui.QTextDocument.isUndoAvailable": (),
7079    "PySide2.QtGui.QTextDocument.isUndoRedoEnabled": (),
7080    "PySide2.QtGui.QTextDocument.lastBlock": (),
7081    "PySide2.QtGui.QTextDocument.lineCount": (),
7082    "PySide2.QtGui.QTextDocument.loadResource": ('int', 'PySide2.QtCore.QUrl'),
7083    "PySide2.QtGui.QTextDocument.markContentsDirty": ('int', 'int'),
7084    "PySide2.QtGui.QTextDocument.maximumBlockCount": (),
7085    "PySide2.QtGui.QTextDocument.metaInformation": ('PySide2.QtGui.QTextDocument.MetaInformation',),
7086    "PySide2.QtGui.QTextDocument.object": ('int',),
7087    "PySide2.QtGui.QTextDocument.objectForFormat": ('PySide2.QtGui.QTextFormat',),
7088    "PySide2.QtGui.QTextDocument.pageCount": (),
7089    "PySide2.QtGui.QTextDocument.pageSize": (),
7090    "PySide2.QtGui.QTextDocument.print_": ('PySide2.QtGui.QPagedPaintDevice',),
7091    "PySide2.QtGui.QTextDocument.redo": [(), ('PySide2.QtGui.QTextCursor',)],
7092    "PySide2.QtGui.QTextDocument.resource": ('int', 'PySide2.QtCore.QUrl'),
7093    "PySide2.QtGui.QTextDocument.revision": (),
7094    "PySide2.QtGui.QTextDocument.rootFrame": (),
7095    "PySide2.QtGui.QTextDocument.setBaseUrl": ('PySide2.QtCore.QUrl',),
7096    "PySide2.QtGui.QTextDocument.setDefaultCursorMoveStyle": ('PySide2.QtCore.Qt.CursorMoveStyle',),
7097    "PySide2.QtGui.QTextDocument.setDefaultFont": ('PySide2.QtGui.QFont',),
7098    "PySide2.QtGui.QTextDocument.setDefaultStyleSheet": ('str',),
7099    "PySide2.QtGui.QTextDocument.setDefaultTextOption": ('PySide2.QtGui.QTextOption',),
7100    "PySide2.QtGui.QTextDocument.setDocumentLayout": ('PySide2.QtGui.QAbstractTextDocumentLayout',),
7101    "PySide2.QtGui.QTextDocument.setDocumentMargin": ('float',),
7102    "PySide2.QtGui.QTextDocument.setHtml": ('str',),
7103    "PySide2.QtGui.QTextDocument.setIndentWidth": ('float',),
7104    "PySide2.QtGui.QTextDocument.setMarkdown": ('str', 'PySide2.QtGui.QTextDocument.MarkdownFeatures'),
7105    "PySide2.QtGui.QTextDocument.setMaximumBlockCount": ('int',),
7106    "PySide2.QtGui.QTextDocument.setMetaInformation": ('PySide2.QtGui.QTextDocument.MetaInformation', 'str'),
7107    "PySide2.QtGui.QTextDocument.setModified": ('bool',),
7108    "PySide2.QtGui.QTextDocument.setPageSize": ('PySide2.QtCore.QSizeF',),
7109    "PySide2.QtGui.QTextDocument.setPlainText": ('str',),
7110    "PySide2.QtGui.QTextDocument.setTextWidth": ('float',),
7111    "PySide2.QtGui.QTextDocument.setUndoRedoEnabled": ('bool',),
7112    "PySide2.QtGui.QTextDocument.setUseDesignMetrics": ('bool',),
7113    "PySide2.QtGui.QTextDocument.size": (),
7114    "PySide2.QtGui.QTextDocument.textWidth": (),
7115    "PySide2.QtGui.QTextDocument.toHtml": ('PySide2.QtCore.QByteArray',),
7116    "PySide2.QtGui.QTextDocument.toMarkdown": ('PySide2.QtGui.QTextDocument.MarkdownFeatures',),
7117    "PySide2.QtGui.QTextDocument.toPlainText": (),
7118    "PySide2.QtGui.QTextDocument.toRawText": (),
7119    "PySide2.QtGui.QTextDocument.undo": [(), ('PySide2.QtGui.QTextCursor',)],
7120    "PySide2.QtGui.QTextDocument.useDesignMetrics": (),
7121# class PySide2.QtGui.QTextDocumentFragment:
7122    "PySide2.QtGui.QTextDocumentFragment.__init__": [(), ('PySide2.QtGui.QTextCursor',), ('PySide2.QtGui.QTextDocument',), ('PySide2.QtGui.QTextDocumentFragment',)],
7123    "PySide2.QtGui.QTextDocumentFragment.__copy__": (),
7124    "PySide2.QtGui.QTextDocumentFragment.fromHtml": [('str',), ('str', 'PySide2.QtGui.QTextDocument')],
7125    "PySide2.QtGui.QTextDocumentFragment.fromPlainText": ('str',),
7126    "PySide2.QtGui.QTextDocumentFragment.isEmpty": (),
7127    "PySide2.QtGui.QTextDocumentFragment.toHtml": ('PySide2.QtCore.QByteArray',),
7128    "PySide2.QtGui.QTextDocumentFragment.toPlainText": (),
7129# class PySide2.QtGui.QTextDocumentWriter:
7130    "PySide2.QtGui.QTextDocumentWriter.__init__": [(), ('PySide2.QtCore.QIODevice', 'PySide2.QtCore.QByteArray'), ('str', 'PySide2.QtCore.QByteArray')],
7131    "PySide2.QtGui.QTextDocumentWriter.codec": (),
7132    "PySide2.QtGui.QTextDocumentWriter.device": (),
7133    "PySide2.QtGui.QTextDocumentWriter.fileName": (),
7134    "PySide2.QtGui.QTextDocumentWriter.format": (),
7135    "PySide2.QtGui.QTextDocumentWriter.setCodec": ('PySide2.QtCore.QTextCodec',),
7136    "PySide2.QtGui.QTextDocumentWriter.setDevice": ('PySide2.QtCore.QIODevice',),
7137    "PySide2.QtGui.QTextDocumentWriter.setFileName": ('str',),
7138    "PySide2.QtGui.QTextDocumentWriter.setFormat": ('PySide2.QtCore.QByteArray',),
7139    "PySide2.QtGui.QTextDocumentWriter.supportedDocumentFormats": (),
7140    "PySide2.QtGui.QTextDocumentWriter.write": [('PySide2.QtGui.QTextDocument',), ('PySide2.QtGui.QTextDocumentFragment',)],
7141# class PySide2.QtGui.QTextFormat:
7142# class PySide2.QtGui.QTextFormat.FormatType:
7143# class PySide2.QtGui.QTextFormat.ObjectTypes:
7144# class PySide2.QtGui.QTextFormat.PageBreakFlag:
7145# class PySide2.QtGui.QTextFormat.PageBreakFlags:
7146# class PySide2.QtGui.QTextFormat.Property:
7147    "PySide2.QtGui.QTextFormat.__init__": [(), ('PySide2.QtGui.QTextFormat',), ('int',)],
7148    "PySide2.QtGui.QTextFormat.__copy__": (),
7149    "PySide2.QtGui.QTextFormat.__lshift__": ('PySide2.QtCore.QDataStream',),
7150    "PySide2.QtGui.QTextFormat.__rshift__": ('PySide2.QtCore.QDataStream',),
7151    "PySide2.QtGui.QTextFormat.background": (),
7152    "PySide2.QtGui.QTextFormat.boolProperty": ('int',),
7153    "PySide2.QtGui.QTextFormat.brushProperty": ('int',),
7154    "PySide2.QtGui.QTextFormat.clearBackground": (),
7155    "PySide2.QtGui.QTextFormat.clearForeground": (),
7156    "PySide2.QtGui.QTextFormat.clearProperty": ('int',),
7157    "PySide2.QtGui.QTextFormat.colorProperty": ('int',),
7158    "PySide2.QtGui.QTextFormat.doubleProperty": ('int',),
7159    "PySide2.QtGui.QTextFormat.foreground": (),
7160    "PySide2.QtGui.QTextFormat.hasProperty": ('int',),
7161    "PySide2.QtGui.QTextFormat.intProperty": ('int',),
7162    "PySide2.QtGui.QTextFormat.isBlockFormat": (),
7163    "PySide2.QtGui.QTextFormat.isCharFormat": (),
7164    "PySide2.QtGui.QTextFormat.isEmpty": (),
7165    "PySide2.QtGui.QTextFormat.isFrameFormat": (),
7166    "PySide2.QtGui.QTextFormat.isImageFormat": (),
7167    "PySide2.QtGui.QTextFormat.isListFormat": (),
7168    "PySide2.QtGui.QTextFormat.isTableCellFormat": (),
7169    "PySide2.QtGui.QTextFormat.isTableFormat": (),
7170    "PySide2.QtGui.QTextFormat.isValid": (),
7171    "PySide2.QtGui.QTextFormat.layoutDirection": (),
7172    "PySide2.QtGui.QTextFormat.lengthProperty": ('int',),
7173    "PySide2.QtGui.QTextFormat.lengthVectorProperty": ('int',),
7174    "PySide2.QtGui.QTextFormat.merge": ('PySide2.QtGui.QTextFormat',),
7175    "PySide2.QtGui.QTextFormat.objectIndex": (),
7176    "PySide2.QtGui.QTextFormat.objectType": (),
7177    "PySide2.QtGui.QTextFormat.penProperty": ('int',),
7178    "PySide2.QtGui.QTextFormat.properties": (),
7179    "PySide2.QtGui.QTextFormat.property": ('int',),
7180    "PySide2.QtGui.QTextFormat.propertyCount": (),
7181    "PySide2.QtGui.QTextFormat.setBackground": ('PySide2.QtGui.QBrush',),
7182    "PySide2.QtGui.QTextFormat.setForeground": ('PySide2.QtGui.QBrush',),
7183    "PySide2.QtGui.QTextFormat.setLayoutDirection": ('PySide2.QtCore.Qt.LayoutDirection',),
7184    "PySide2.QtGui.QTextFormat.setObjectIndex": ('int',),
7185    "PySide2.QtGui.QTextFormat.setObjectType": ('int',),
7186    "PySide2.QtGui.QTextFormat.setProperty": [('int', 'typing.Any'), ('int', 'typing.List[PySide2.QtGui.QTextLength]')],
7187    "PySide2.QtGui.QTextFormat.stringProperty": ('int',),
7188    "PySide2.QtGui.QTextFormat.swap": ('PySide2.QtGui.QTextFormat',),
7189    "PySide2.QtGui.QTextFormat.toBlockFormat": (),
7190    "PySide2.QtGui.QTextFormat.toCharFormat": (),
7191    "PySide2.QtGui.QTextFormat.toFrameFormat": (),
7192    "PySide2.QtGui.QTextFormat.toImageFormat": (),
7193    "PySide2.QtGui.QTextFormat.toListFormat": (),
7194    "PySide2.QtGui.QTextFormat.toTableCellFormat": (),
7195    "PySide2.QtGui.QTextFormat.toTableFormat": (),
7196    "PySide2.QtGui.QTextFormat.type": (),
7197# class PySide2.QtGui.QTextFragment:
7198    "PySide2.QtGui.QTextFragment.__init__": [(), ('PySide2.QtGui.QTextFragment',)],
7199    "PySide2.QtGui.QTextFragment.__copy__": (),
7200    "PySide2.QtGui.QTextFragment.charFormat": (),
7201    "PySide2.QtGui.QTextFragment.charFormatIndex": (),
7202    "PySide2.QtGui.QTextFragment.contains": ('int',),
7203    "PySide2.QtGui.QTextFragment.isValid": (),
7204    "PySide2.QtGui.QTextFragment.length": (),
7205    "PySide2.QtGui.QTextFragment.position": (),
7206    "PySide2.QtGui.QTextFragment.text": (),
7207# class PySide2.QtGui.QTextFrame:
7208# class PySide2.QtGui.QTextFrame.iterator:
7209    "PySide2.QtGui.QTextFrame.iterator.__init__": [(), ('PySide2.QtGui.QTextFrame.iterator',)],
7210    "PySide2.QtGui.QTextFrame.iterator.__copy__": (),
7211    "PySide2.QtGui.QTextFrame.iterator.__iadd__": ('int',),
7212    "PySide2.QtGui.QTextFrame.iterator.__isub__": ('int',),
7213    "PySide2.QtGui.QTextFrame.iterator.__iter__": (),
7214    "PySide2.QtGui.QTextFrame.iterator.atEnd": (),
7215    "PySide2.QtGui.QTextFrame.iterator.currentBlock": (),
7216    "PySide2.QtGui.QTextFrame.iterator.currentFrame": (),
7217    "PySide2.QtGui.QTextFrame.iterator.parentFrame": (),
7218    "PySide2.QtGui.QTextFrame.__init__": ('PySide2.QtGui.QTextDocument',),
7219    "PySide2.QtGui.QTextFrame.__iter__": (),
7220    "PySide2.QtGui.QTextFrame.begin": (),
7221    "PySide2.QtGui.QTextFrame.childFrames": (),
7222    "PySide2.QtGui.QTextFrame.end": (),
7223    "PySide2.QtGui.QTextFrame.firstCursorPosition": (),
7224    "PySide2.QtGui.QTextFrame.firstPosition": (),
7225    "PySide2.QtGui.QTextFrame.frameFormat": (),
7226    "PySide2.QtGui.QTextFrame.lastCursorPosition": (),
7227    "PySide2.QtGui.QTextFrame.lastPosition": (),
7228    "PySide2.QtGui.QTextFrame.parentFrame": (),
7229    "PySide2.QtGui.QTextFrame.setFrameFormat": ('PySide2.QtGui.QTextFrameFormat',),
7230# class PySide2.QtGui.QTextFrameFormat:
7231# class PySide2.QtGui.QTextFrameFormat.BorderStyle:
7232# class PySide2.QtGui.QTextFrameFormat.Position:
7233    "PySide2.QtGui.QTextFrameFormat.__init__": [(), ('PySide2.QtGui.QTextFormat',), ('PySide2.QtGui.QTextFrameFormat',)],
7234    "PySide2.QtGui.QTextFrameFormat.__copy__": (),
7235    "PySide2.QtGui.QTextFrameFormat.border": (),
7236    "PySide2.QtGui.QTextFrameFormat.borderBrush": (),
7237    "PySide2.QtGui.QTextFrameFormat.borderStyle": (),
7238    "PySide2.QtGui.QTextFrameFormat.bottomMargin": (),
7239    "PySide2.QtGui.QTextFrameFormat.height": (),
7240    "PySide2.QtGui.QTextFrameFormat.isValid": (),
7241    "PySide2.QtGui.QTextFrameFormat.leftMargin": (),
7242    "PySide2.QtGui.QTextFrameFormat.margin": (),
7243    "PySide2.QtGui.QTextFrameFormat.padding": (),
7244    "PySide2.QtGui.QTextFrameFormat.pageBreakPolicy": (),
7245    "PySide2.QtGui.QTextFrameFormat.position": (),
7246    "PySide2.QtGui.QTextFrameFormat.rightMargin": (),
7247    "PySide2.QtGui.QTextFrameFormat.setBorder": ('float',),
7248    "PySide2.QtGui.QTextFrameFormat.setBorderBrush": ('PySide2.QtGui.QBrush',),
7249    "PySide2.QtGui.QTextFrameFormat.setBorderStyle": ('PySide2.QtGui.QTextFrameFormat.BorderStyle',),
7250    "PySide2.QtGui.QTextFrameFormat.setBottomMargin": ('float',),
7251    "PySide2.QtGui.QTextFrameFormat.setHeight": [('PySide2.QtGui.QTextLength',), ('float',)],
7252    "PySide2.QtGui.QTextFrameFormat.setLeftMargin": ('float',),
7253    "PySide2.QtGui.QTextFrameFormat.setMargin": ('float',),
7254    "PySide2.QtGui.QTextFrameFormat.setPadding": ('float',),
7255    "PySide2.QtGui.QTextFrameFormat.setPageBreakPolicy": ('PySide2.QtGui.QTextFormat.PageBreakFlags',),
7256    "PySide2.QtGui.QTextFrameFormat.setPosition": ('PySide2.QtGui.QTextFrameFormat.Position',),
7257    "PySide2.QtGui.QTextFrameFormat.setRightMargin": ('float',),
7258    "PySide2.QtGui.QTextFrameFormat.setTopMargin": ('float',),
7259    "PySide2.QtGui.QTextFrameFormat.setWidth": [('PySide2.QtGui.QTextLength',), ('float',)],
7260    "PySide2.QtGui.QTextFrameFormat.topMargin": (),
7261    "PySide2.QtGui.QTextFrameFormat.width": (),
7262# class PySide2.QtGui.QTextImageFormat:
7263    "PySide2.QtGui.QTextImageFormat.__init__": [(), ('PySide2.QtGui.QTextFormat',), ('PySide2.QtGui.QTextImageFormat',)],
7264    "PySide2.QtGui.QTextImageFormat.__copy__": (),
7265    "PySide2.QtGui.QTextImageFormat.height": (),
7266    "PySide2.QtGui.QTextImageFormat.isValid": (),
7267    "PySide2.QtGui.QTextImageFormat.name": (),
7268    "PySide2.QtGui.QTextImageFormat.quality": (),
7269    "PySide2.QtGui.QTextImageFormat.setHeight": ('float',),
7270    "PySide2.QtGui.QTextImageFormat.setName": ('str',),
7271    "PySide2.QtGui.QTextImageFormat.setQuality": ('int',),
7272    "PySide2.QtGui.QTextImageFormat.setWidth": ('float',),
7273    "PySide2.QtGui.QTextImageFormat.width": (),
7274# class PySide2.QtGui.QTextInlineObject:
7275    "PySide2.QtGui.QTextInlineObject.__init__": (),
7276    "PySide2.QtGui.QTextInlineObject.__copy__": (),
7277    "PySide2.QtGui.QTextInlineObject.ascent": (),
7278    "PySide2.QtGui.QTextInlineObject.descent": (),
7279    "PySide2.QtGui.QTextInlineObject.format": (),
7280    "PySide2.QtGui.QTextInlineObject.formatIndex": (),
7281    "PySide2.QtGui.QTextInlineObject.height": (),
7282    "PySide2.QtGui.QTextInlineObject.isValid": (),
7283    "PySide2.QtGui.QTextInlineObject.rect": (),
7284    "PySide2.QtGui.QTextInlineObject.setAscent": ('float',),
7285    "PySide2.QtGui.QTextInlineObject.setDescent": ('float',),
7286    "PySide2.QtGui.QTextInlineObject.setWidth": ('float',),
7287    "PySide2.QtGui.QTextInlineObject.textDirection": (),
7288    "PySide2.QtGui.QTextInlineObject.textPosition": (),
7289    "PySide2.QtGui.QTextInlineObject.width": (),
7290# class PySide2.QtGui.QTextItem:
7291# class PySide2.QtGui.QTextItem.RenderFlag:
7292# class PySide2.QtGui.QTextItem.RenderFlags:
7293    "PySide2.QtGui.QTextItem.__init__": (),
7294    "PySide2.QtGui.QTextItem.ascent": (),
7295    "PySide2.QtGui.QTextItem.descent": (),
7296    "PySide2.QtGui.QTextItem.font": (),
7297    "PySide2.QtGui.QTextItem.renderFlags": (),
7298    "PySide2.QtGui.QTextItem.text": (),
7299    "PySide2.QtGui.QTextItem.width": (),
7300# class PySide2.QtGui.QTextLayout:
7301# class PySide2.QtGui.QTextLayout.CursorMode:
7302# class PySide2.QtGui.QTextLayout.FormatRange:
7303    "PySide2.QtGui.QTextLayout.FormatRange.__init__": [(), ('PySide2.QtGui.QTextLayout.FormatRange',)],
7304    "PySide2.QtGui.QTextLayout.FormatRange.__copy__": (),
7305    "PySide2.QtGui.QTextLayout.__init__": [(), ('PySide2.QtGui.QTextBlock',), ('str',), ('str', 'PySide2.QtGui.QFont', 'PySide2.QtGui.QPaintDevice')],
7306    "PySide2.QtGui.QTextLayout.additionalFormats": (),
7307    "PySide2.QtGui.QTextLayout.beginLayout": (),
7308    "PySide2.QtGui.QTextLayout.boundingRect": (),
7309    "PySide2.QtGui.QTextLayout.cacheEnabled": (),
7310    "PySide2.QtGui.QTextLayout.clearAdditionalFormats": (),
7311    "PySide2.QtGui.QTextLayout.clearFormats": (),
7312    "PySide2.QtGui.QTextLayout.clearLayout": (),
7313    "PySide2.QtGui.QTextLayout.createLine": (),
7314    "PySide2.QtGui.QTextLayout.cursorMoveStyle": (),
7315    "PySide2.QtGui.QTextLayout.draw": ('PySide2.QtGui.QPainter', 'PySide2.QtCore.QPointF', 'typing.List[PySide2.QtGui.QTextLayout.FormatRange]', 'PySide2.QtCore.QRectF'),
7316    "PySide2.QtGui.QTextLayout.drawCursor": [('PySide2.QtGui.QPainter', 'PySide2.QtCore.QPointF', 'int'), ('PySide2.QtGui.QPainter', 'PySide2.QtCore.QPointF', 'int', 'int')],
7317    "PySide2.QtGui.QTextLayout.endLayout": (),
7318    "PySide2.QtGui.QTextLayout.font": (),
7319    "PySide2.QtGui.QTextLayout.formats": (),
7320    "PySide2.QtGui.QTextLayout.isValidCursorPosition": ('int',),
7321    "PySide2.QtGui.QTextLayout.leftCursorPosition": ('int',),
7322    "PySide2.QtGui.QTextLayout.lineAt": ('int',),
7323    "PySide2.QtGui.QTextLayout.lineCount": (),
7324    "PySide2.QtGui.QTextLayout.lineForTextPosition": ('int',),
7325    "PySide2.QtGui.QTextLayout.maximumWidth": (),
7326    "PySide2.QtGui.QTextLayout.minimumWidth": (),
7327    "PySide2.QtGui.QTextLayout.nextCursorPosition": ('int', 'PySide2.QtGui.QTextLayout.CursorMode'),
7328    "PySide2.QtGui.QTextLayout.position": (),
7329    "PySide2.QtGui.QTextLayout.preeditAreaPosition": (),
7330    "PySide2.QtGui.QTextLayout.preeditAreaText": (),
7331    "PySide2.QtGui.QTextLayout.previousCursorPosition": ('int', 'PySide2.QtGui.QTextLayout.CursorMode'),
7332    "PySide2.QtGui.QTextLayout.rightCursorPosition": ('int',),
7333    "PySide2.QtGui.QTextLayout.setAdditionalFormats": ('typing.Sequence[PySide2.QtGui.QTextLayout.FormatRange]',),
7334    "PySide2.QtGui.QTextLayout.setCacheEnabled": ('bool',),
7335    "PySide2.QtGui.QTextLayout.setCursorMoveStyle": ('PySide2.QtCore.Qt.CursorMoveStyle',),
7336    "PySide2.QtGui.QTextLayout.setFlags": ('int',),
7337    "PySide2.QtGui.QTextLayout.setFont": ('PySide2.QtGui.QFont',),
7338    "PySide2.QtGui.QTextLayout.setFormats": ('typing.List[PySide2.QtGui.QTextLayout.FormatRange]',),
7339    "PySide2.QtGui.QTextLayout.setPosition": ('PySide2.QtCore.QPointF',),
7340    "PySide2.QtGui.QTextLayout.setPreeditArea": ('int', 'str'),
7341    "PySide2.QtGui.QTextLayout.setRawFont": ('PySide2.QtGui.QRawFont',),
7342    "PySide2.QtGui.QTextLayout.setText": ('str',),
7343    "PySide2.QtGui.QTextLayout.setTextOption": ('PySide2.QtGui.QTextOption',),
7344    "PySide2.QtGui.QTextLayout.text": (),
7345    "PySide2.QtGui.QTextLayout.textOption": (),
7346# class PySide2.QtGui.QTextLength:
7347# class PySide2.QtGui.QTextLength.Type:
7348    "PySide2.QtGui.QTextLength.__init__": [(), ('PySide2.QtGui.QTextLength',), ('PySide2.QtGui.QTextLength.Type', 'float')],
7349    "PySide2.QtGui.QTextLength.__copy__": (),
7350    "PySide2.QtGui.QTextLength.__lshift__": ('PySide2.QtCore.QDataStream',),
7351    "PySide2.QtGui.QTextLength.__rshift__": ('PySide2.QtCore.QDataStream',),
7352    "PySide2.QtGui.QTextLength.rawValue": (),
7353    "PySide2.QtGui.QTextLength.type": (),
7354    "PySide2.QtGui.QTextLength.value": ('float',),
7355# class PySide2.QtGui.QTextLine:
7356# class PySide2.QtGui.QTextLine.CursorPosition:
7357# class PySide2.QtGui.QTextLine.Edge:
7358    "PySide2.QtGui.QTextLine.__init__": (),
7359    "PySide2.QtGui.QTextLine.__copy__": (),
7360    "PySide2.QtGui.QTextLine.ascent": (),
7361    "PySide2.QtGui.QTextLine.cursorToX": ('int', 'PySide2.QtGui.QTextLine.Edge'),
7362    "PySide2.QtGui.QTextLine.descent": (),
7363    "PySide2.QtGui.QTextLine.draw": ('PySide2.QtGui.QPainter', 'PySide2.QtCore.QPointF', 'PySide2.QtGui.QTextLayout.FormatRange'),
7364    "PySide2.QtGui.QTextLine.height": (),
7365    "PySide2.QtGui.QTextLine.horizontalAdvance": (),
7366    "PySide2.QtGui.QTextLine.isValid": (),
7367    "PySide2.QtGui.QTextLine.leading": (),
7368    "PySide2.QtGui.QTextLine.leadingIncluded": (),
7369    "PySide2.QtGui.QTextLine.lineNumber": (),
7370    "PySide2.QtGui.QTextLine.naturalTextRect": (),
7371    "PySide2.QtGui.QTextLine.naturalTextWidth": (),
7372    "PySide2.QtGui.QTextLine.position": (),
7373    "PySide2.QtGui.QTextLine.rect": (),
7374    "PySide2.QtGui.QTextLine.setLeadingIncluded": ('bool',),
7375    "PySide2.QtGui.QTextLine.setLineWidth": ('float',),
7376    "PySide2.QtGui.QTextLine.setNumColumns": [('int',), ('int', 'float')],
7377    "PySide2.QtGui.QTextLine.setPosition": ('PySide2.QtCore.QPointF',),
7378    "PySide2.QtGui.QTextLine.textLength": (),
7379    "PySide2.QtGui.QTextLine.textStart": (),
7380    "PySide2.QtGui.QTextLine.width": (),
7381    "PySide2.QtGui.QTextLine.x": (),
7382    "PySide2.QtGui.QTextLine.xToCursor": ('float', 'PySide2.QtGui.QTextLine.CursorPosition'),
7383    "PySide2.QtGui.QTextLine.y": (),
7384# class PySide2.QtGui.QTextList:
7385    "PySide2.QtGui.QTextList.__init__": ('PySide2.QtGui.QTextDocument',),
7386    "PySide2.QtGui.QTextList.add": ('PySide2.QtGui.QTextBlock',),
7387    "PySide2.QtGui.QTextList.count": (),
7388    "PySide2.QtGui.QTextList.format": (),
7389    "PySide2.QtGui.QTextList.item": ('int',),
7390    "PySide2.QtGui.QTextList.itemNumber": ('PySide2.QtGui.QTextBlock',),
7391    "PySide2.QtGui.QTextList.itemText": ('PySide2.QtGui.QTextBlock',),
7392    "PySide2.QtGui.QTextList.remove": ('PySide2.QtGui.QTextBlock',),
7393    "PySide2.QtGui.QTextList.removeItem": ('int',),
7394    "PySide2.QtGui.QTextList.setFormat": [('PySide2.QtGui.QTextFormat',), ('PySide2.QtGui.QTextListFormat',)],
7395# class PySide2.QtGui.QTextListFormat:
7396# class PySide2.QtGui.QTextListFormat.Style:
7397    "PySide2.QtGui.QTextListFormat.__init__": [(), ('PySide2.QtGui.QTextFormat',), ('PySide2.QtGui.QTextListFormat',)],
7398    "PySide2.QtGui.QTextListFormat.__copy__": (),
7399    "PySide2.QtGui.QTextListFormat.indent": (),
7400    "PySide2.QtGui.QTextListFormat.isValid": (),
7401    "PySide2.QtGui.QTextListFormat.numberPrefix": (),
7402    "PySide2.QtGui.QTextListFormat.numberSuffix": (),
7403    "PySide2.QtGui.QTextListFormat.setIndent": ('int',),
7404    "PySide2.QtGui.QTextListFormat.setNumberPrefix": ('str',),
7405    "PySide2.QtGui.QTextListFormat.setNumberSuffix": ('str',),
7406    "PySide2.QtGui.QTextListFormat.setStyle": ('PySide2.QtGui.QTextListFormat.Style',),
7407    "PySide2.QtGui.QTextListFormat.style": (),
7408# class PySide2.QtGui.QTextObject:
7409    "PySide2.QtGui.QTextObject.__init__": ('PySide2.QtGui.QTextDocument',),
7410    "PySide2.QtGui.QTextObject.document": (),
7411    "PySide2.QtGui.QTextObject.format": (),
7412    "PySide2.QtGui.QTextObject.formatIndex": (),
7413    "PySide2.QtGui.QTextObject.objectIndex": (),
7414    "PySide2.QtGui.QTextObject.setFormat": ('PySide2.QtGui.QTextFormat',),
7415# class PySide2.QtGui.QTextObjectInterface:
7416    "PySide2.QtGui.QTextObjectInterface.__init__": (),
7417    "PySide2.QtGui.QTextObjectInterface.drawObject": ('PySide2.QtGui.QPainter', 'PySide2.QtCore.QRectF', 'PySide2.QtGui.QTextDocument', 'int', 'PySide2.QtGui.QTextFormat'),
7418    "PySide2.QtGui.QTextObjectInterface.intrinsicSize": ('PySide2.QtGui.QTextDocument', 'int', 'PySide2.QtGui.QTextFormat'),
7419# class PySide2.QtGui.QTextOption:
7420# class PySide2.QtGui.QTextOption.Flag:
7421# class PySide2.QtGui.QTextOption.Flags:
7422# class PySide2.QtGui.QTextOption.Tab:
7423    "PySide2.QtGui.QTextOption.Tab.__init__": [(), ('PySide2.QtGui.QTextOption.Tab',), ('float', 'PySide2.QtGui.QTextOption.TabType', 'str')],
7424    "PySide2.QtGui.QTextOption.Tab.__copy__": (),
7425# class PySide2.QtGui.QTextOption.TabType:
7426# class PySide2.QtGui.QTextOption.WrapMode:
7427    "PySide2.QtGui.QTextOption.__init__": [(), ('PySide2.QtCore.Qt.Alignment',), ('PySide2.QtGui.QTextOption',)],
7428    "PySide2.QtGui.QTextOption.__copy__": (),
7429    "PySide2.QtGui.QTextOption.alignment": (),
7430    "PySide2.QtGui.QTextOption.flags": (),
7431    "PySide2.QtGui.QTextOption.setAlignment": ('PySide2.QtCore.Qt.Alignment',),
7432    "PySide2.QtGui.QTextOption.setFlags": ('PySide2.QtGui.QTextOption.Flags',),
7433    "PySide2.QtGui.QTextOption.setTabArray": ('typing.Sequence[float]',),
7434    "PySide2.QtGui.QTextOption.setTabStop": ('float',),
7435    "PySide2.QtGui.QTextOption.setTabStopDistance": ('float',),
7436    "PySide2.QtGui.QTextOption.setTabs": ('typing.Sequence[PySide2.QtGui.QTextOption.Tab]',),
7437    "PySide2.QtGui.QTextOption.setTextDirection": ('PySide2.QtCore.Qt.LayoutDirection',),
7438    "PySide2.QtGui.QTextOption.setUseDesignMetrics": ('bool',),
7439    "PySide2.QtGui.QTextOption.setWrapMode": ('PySide2.QtGui.QTextOption.WrapMode',),
7440    "PySide2.QtGui.QTextOption.tabArray": (),
7441    "PySide2.QtGui.QTextOption.tabStop": (),
7442    "PySide2.QtGui.QTextOption.tabStopDistance": (),
7443    "PySide2.QtGui.QTextOption.tabs": (),
7444    "PySide2.QtGui.QTextOption.textDirection": (),
7445    "PySide2.QtGui.QTextOption.useDesignMetrics": (),
7446    "PySide2.QtGui.QTextOption.wrapMode": (),
7447# class PySide2.QtGui.QTextTable:
7448    "PySide2.QtGui.QTextTable.__init__": ('PySide2.QtGui.QTextDocument',),
7449    "PySide2.QtGui.QTextTable.appendColumns": ('int',),
7450    "PySide2.QtGui.QTextTable.appendRows": ('int',),
7451    "PySide2.QtGui.QTextTable.cellAt": [('PySide2.QtGui.QTextCursor',), ('int',), ('int', 'int')],
7452    "PySide2.QtGui.QTextTable.columns": (),
7453    "PySide2.QtGui.QTextTable.format": (),
7454    "PySide2.QtGui.QTextTable.insertColumns": ('int', 'int'),
7455    "PySide2.QtGui.QTextTable.insertRows": ('int', 'int'),
7456    "PySide2.QtGui.QTextTable.mergeCells": [('PySide2.QtGui.QTextCursor',), ('int', 'int', 'int', 'int')],
7457    "PySide2.QtGui.QTextTable.removeColumns": ('int', 'int'),
7458    "PySide2.QtGui.QTextTable.removeRows": ('int', 'int'),
7459    "PySide2.QtGui.QTextTable.resize": ('int', 'int'),
7460    "PySide2.QtGui.QTextTable.rowEnd": ('PySide2.QtGui.QTextCursor',),
7461    "PySide2.QtGui.QTextTable.rowStart": ('PySide2.QtGui.QTextCursor',),
7462    "PySide2.QtGui.QTextTable.rows": (),
7463    "PySide2.QtGui.QTextTable.setFormat": [('PySide2.QtGui.QTextFormat',), ('PySide2.QtGui.QTextTableFormat',)],
7464    "PySide2.QtGui.QTextTable.splitCell": ('int', 'int', 'int', 'int'),
7465# class PySide2.QtGui.QTextTableCell:
7466    "PySide2.QtGui.QTextTableCell.__init__": [(), ('PySide2.QtGui.QTextTableCell',)],
7467    "PySide2.QtGui.QTextTableCell.__copy__": (),
7468    "PySide2.QtGui.QTextTableCell.begin": (),
7469    "PySide2.QtGui.QTextTableCell.column": (),
7470    "PySide2.QtGui.QTextTableCell.columnSpan": (),
7471    "PySide2.QtGui.QTextTableCell.end": (),
7472    "PySide2.QtGui.QTextTableCell.firstCursorPosition": (),
7473    "PySide2.QtGui.QTextTableCell.firstPosition": (),
7474    "PySide2.QtGui.QTextTableCell.format": (),
7475    "PySide2.QtGui.QTextTableCell.isValid": (),
7476    "PySide2.QtGui.QTextTableCell.lastCursorPosition": (),
7477    "PySide2.QtGui.QTextTableCell.lastPosition": (),
7478    "PySide2.QtGui.QTextTableCell.row": (),
7479    "PySide2.QtGui.QTextTableCell.rowSpan": (),
7480    "PySide2.QtGui.QTextTableCell.setFormat": ('PySide2.QtGui.QTextCharFormat',),
7481    "PySide2.QtGui.QTextTableCell.tableCellFormatIndex": (),
7482# class PySide2.QtGui.QTextTableCellFormat:
7483    "PySide2.QtGui.QTextTableCellFormat.__init__": [(), ('PySide2.QtGui.QTextFormat',), ('PySide2.QtGui.QTextTableCellFormat',)],
7484    "PySide2.QtGui.QTextTableCellFormat.__copy__": (),
7485    "PySide2.QtGui.QTextTableCellFormat.bottomBorder": (),
7486    "PySide2.QtGui.QTextTableCellFormat.bottomBorderBrush": (),
7487    "PySide2.QtGui.QTextTableCellFormat.bottomBorderStyle": (),
7488    "PySide2.QtGui.QTextTableCellFormat.bottomPadding": (),
7489    "PySide2.QtGui.QTextTableCellFormat.isValid": (),
7490    "PySide2.QtGui.QTextTableCellFormat.leftBorder": (),
7491    "PySide2.QtGui.QTextTableCellFormat.leftBorderBrush": (),
7492    "PySide2.QtGui.QTextTableCellFormat.leftBorderStyle": (),
7493    "PySide2.QtGui.QTextTableCellFormat.leftPadding": (),
7494    "PySide2.QtGui.QTextTableCellFormat.rightBorder": (),
7495    "PySide2.QtGui.QTextTableCellFormat.rightBorderBrush": (),
7496    "PySide2.QtGui.QTextTableCellFormat.rightBorderStyle": (),
7497    "PySide2.QtGui.QTextTableCellFormat.rightPadding": (),
7498    "PySide2.QtGui.QTextTableCellFormat.setBorder": ('float',),
7499    "PySide2.QtGui.QTextTableCellFormat.setBorderBrush": ('PySide2.QtGui.QBrush',),
7500    "PySide2.QtGui.QTextTableCellFormat.setBorderStyle": ('PySide2.QtGui.QTextFrameFormat.BorderStyle',),
7501    "PySide2.QtGui.QTextTableCellFormat.setBottomBorder": ('float',),
7502    "PySide2.QtGui.QTextTableCellFormat.setBottomBorderBrush": ('PySide2.QtGui.QBrush',),
7503    "PySide2.QtGui.QTextTableCellFormat.setBottomBorderStyle": ('PySide2.QtGui.QTextFrameFormat.BorderStyle',),
7504    "PySide2.QtGui.QTextTableCellFormat.setBottomPadding": ('float',),
7505    "PySide2.QtGui.QTextTableCellFormat.setLeftBorder": ('float',),
7506    "PySide2.QtGui.QTextTableCellFormat.setLeftBorderBrush": ('PySide2.QtGui.QBrush',),
7507    "PySide2.QtGui.QTextTableCellFormat.setLeftBorderStyle": ('PySide2.QtGui.QTextFrameFormat.BorderStyle',),
7508    "PySide2.QtGui.QTextTableCellFormat.setLeftPadding": ('float',),
7509    "PySide2.QtGui.QTextTableCellFormat.setPadding": ('float',),
7510    "PySide2.QtGui.QTextTableCellFormat.setRightBorder": ('float',),
7511    "PySide2.QtGui.QTextTableCellFormat.setRightBorderBrush": ('PySide2.QtGui.QBrush',),
7512    "PySide2.QtGui.QTextTableCellFormat.setRightBorderStyle": ('PySide2.QtGui.QTextFrameFormat.BorderStyle',),
7513    "PySide2.QtGui.QTextTableCellFormat.setRightPadding": ('float',),
7514    "PySide2.QtGui.QTextTableCellFormat.setTopBorder": ('float',),
7515    "PySide2.QtGui.QTextTableCellFormat.setTopBorderBrush": ('PySide2.QtGui.QBrush',),
7516    "PySide2.QtGui.QTextTableCellFormat.setTopBorderStyle": ('PySide2.QtGui.QTextFrameFormat.BorderStyle',),
7517    "PySide2.QtGui.QTextTableCellFormat.setTopPadding": ('float',),
7518    "PySide2.QtGui.QTextTableCellFormat.topBorder": (),
7519    "PySide2.QtGui.QTextTableCellFormat.topBorderBrush": (),
7520    "PySide2.QtGui.QTextTableCellFormat.topBorderStyle": (),
7521    "PySide2.QtGui.QTextTableCellFormat.topPadding": (),
7522# class PySide2.QtGui.QTextTableFormat:
7523    "PySide2.QtGui.QTextTableFormat.__init__": [(), ('PySide2.QtGui.QTextFormat',), ('PySide2.QtGui.QTextTableFormat',)],
7524    "PySide2.QtGui.QTextTableFormat.__copy__": (),
7525    "PySide2.QtGui.QTextTableFormat.alignment": (),
7526    "PySide2.QtGui.QTextTableFormat.borderCollapse": (),
7527    "PySide2.QtGui.QTextTableFormat.cellPadding": (),
7528    "PySide2.QtGui.QTextTableFormat.cellSpacing": (),
7529    "PySide2.QtGui.QTextTableFormat.clearColumnWidthConstraints": (),
7530    "PySide2.QtGui.QTextTableFormat.columnWidthConstraints": (),
7531    "PySide2.QtGui.QTextTableFormat.columns": (),
7532    "PySide2.QtGui.QTextTableFormat.headerRowCount": (),
7533    "PySide2.QtGui.QTextTableFormat.isValid": (),
7534    "PySide2.QtGui.QTextTableFormat.setAlignment": ('PySide2.QtCore.Qt.Alignment',),
7535    "PySide2.QtGui.QTextTableFormat.setBorderCollapse": ('bool',),
7536    "PySide2.QtGui.QTextTableFormat.setCellPadding": ('float',),
7537    "PySide2.QtGui.QTextTableFormat.setCellSpacing": ('float',),
7538    "PySide2.QtGui.QTextTableFormat.setColumnWidthConstraints": ('typing.List[PySide2.QtGui.QTextLength]',),
7539    "PySide2.QtGui.QTextTableFormat.setColumns": ('int',),
7540    "PySide2.QtGui.QTextTableFormat.setHeaderRowCount": ('int',),
7541# class PySide2.QtGui.QToolBarChangeEvent:
7542    "PySide2.QtGui.QToolBarChangeEvent.__init__": ('bool',),
7543    "PySide2.QtGui.QToolBarChangeEvent.toggle": (),
7544# class PySide2.QtGui.QTouchDevice:
7545# class PySide2.QtGui.QTouchDevice.Capabilities:
7546# class PySide2.QtGui.QTouchDevice.CapabilityFlag:
7547# class PySide2.QtGui.QTouchDevice.DeviceType:
7548    "PySide2.QtGui.QTouchDevice.__init__": (),
7549    "PySide2.QtGui.QTouchDevice.capabilities": (),
7550    "PySide2.QtGui.QTouchDevice.devices": (),
7551    "PySide2.QtGui.QTouchDevice.maximumTouchPoints": (),
7552    "PySide2.QtGui.QTouchDevice.name": (),
7553    "PySide2.QtGui.QTouchDevice.setCapabilities": ('PySide2.QtGui.QTouchDevice.Capabilities',),
7554    "PySide2.QtGui.QTouchDevice.setMaximumTouchPoints": ('int',),
7555    "PySide2.QtGui.QTouchDevice.setName": ('str',),
7556    "PySide2.QtGui.QTouchDevice.setType": ('PySide2.QtGui.QTouchDevice.DeviceType',),
7557    "PySide2.QtGui.QTouchDevice.type": (),
7558# class PySide2.QtGui.QTouchEvent:
7559# class PySide2.QtGui.QTouchEvent.TouchPoint:
7560# class PySide2.QtGui.QTouchEvent.TouchPoint.InfoFlag:
7561# class PySide2.QtGui.QTouchEvent.TouchPoint.InfoFlags:
7562    "PySide2.QtGui.QTouchEvent.TouchPoint.__init__": [('PySide2.QtGui.QTouchEvent.TouchPoint',), ('int',)],
7563    "PySide2.QtGui.QTouchEvent.TouchPoint.__copy__": (),
7564    "PySide2.QtGui.QTouchEvent.TouchPoint.ellipseDiameters": (),
7565    "PySide2.QtGui.QTouchEvent.TouchPoint.flags": (),
7566    "PySide2.QtGui.QTouchEvent.TouchPoint.id": (),
7567    "PySide2.QtGui.QTouchEvent.TouchPoint.lastNormalizedPos": (),
7568    "PySide2.QtGui.QTouchEvent.TouchPoint.lastPos": (),
7569    "PySide2.QtGui.QTouchEvent.TouchPoint.lastScenePos": (),
7570    "PySide2.QtGui.QTouchEvent.TouchPoint.lastScreenPos": (),
7571    "PySide2.QtGui.QTouchEvent.TouchPoint.normalizedPos": (),
7572    "PySide2.QtGui.QTouchEvent.TouchPoint.pos": (),
7573    "PySide2.QtGui.QTouchEvent.TouchPoint.pressure": (),
7574    "PySide2.QtGui.QTouchEvent.TouchPoint.rawScreenPositions": (),
7575    "PySide2.QtGui.QTouchEvent.TouchPoint.rect": (),
7576    "PySide2.QtGui.QTouchEvent.TouchPoint.rotation": (),
7577    "PySide2.QtGui.QTouchEvent.TouchPoint.scenePos": (),
7578    "PySide2.QtGui.QTouchEvent.TouchPoint.sceneRect": (),
7579    "PySide2.QtGui.QTouchEvent.TouchPoint.screenPos": (),
7580    "PySide2.QtGui.QTouchEvent.TouchPoint.screenRect": (),
7581    "PySide2.QtGui.QTouchEvent.TouchPoint.setEllipseDiameters": ('PySide2.QtCore.QSizeF',),
7582    "PySide2.QtGui.QTouchEvent.TouchPoint.setFlags": ('PySide2.QtGui.QTouchEvent.TouchPoint.InfoFlags',),
7583    "PySide2.QtGui.QTouchEvent.TouchPoint.setId": ('int',),
7584    "PySide2.QtGui.QTouchEvent.TouchPoint.setLastNormalizedPos": ('PySide2.QtCore.QPointF',),
7585    "PySide2.QtGui.QTouchEvent.TouchPoint.setLastPos": ('PySide2.QtCore.QPointF',),
7586    "PySide2.QtGui.QTouchEvent.TouchPoint.setLastScenePos": ('PySide2.QtCore.QPointF',),
7587    "PySide2.QtGui.QTouchEvent.TouchPoint.setLastScreenPos": ('PySide2.QtCore.QPointF',),
7588    "PySide2.QtGui.QTouchEvent.TouchPoint.setNormalizedPos": ('PySide2.QtCore.QPointF',),
7589    "PySide2.QtGui.QTouchEvent.TouchPoint.setPos": ('PySide2.QtCore.QPointF',),
7590    "PySide2.QtGui.QTouchEvent.TouchPoint.setPressure": ('float',),
7591    "PySide2.QtGui.QTouchEvent.TouchPoint.setRawScreenPositions": ('typing.List[PySide2.QtCore.QPointF]',),
7592    "PySide2.QtGui.QTouchEvent.TouchPoint.setRect": ('PySide2.QtCore.QRectF',),
7593    "PySide2.QtGui.QTouchEvent.TouchPoint.setRotation": ('float',),
7594    "PySide2.QtGui.QTouchEvent.TouchPoint.setScenePos": ('PySide2.QtCore.QPointF',),
7595    "PySide2.QtGui.QTouchEvent.TouchPoint.setSceneRect": ('PySide2.QtCore.QRectF',),
7596    "PySide2.QtGui.QTouchEvent.TouchPoint.setScreenPos": ('PySide2.QtCore.QPointF',),
7597    "PySide2.QtGui.QTouchEvent.TouchPoint.setScreenRect": ('PySide2.QtCore.QRectF',),
7598    "PySide2.QtGui.QTouchEvent.TouchPoint.setStartNormalizedPos": ('PySide2.QtCore.QPointF',),
7599    "PySide2.QtGui.QTouchEvent.TouchPoint.setStartPos": ('PySide2.QtCore.QPointF',),
7600    "PySide2.QtGui.QTouchEvent.TouchPoint.setStartScenePos": ('PySide2.QtCore.QPointF',),
7601    "PySide2.QtGui.QTouchEvent.TouchPoint.setStartScreenPos": ('PySide2.QtCore.QPointF',),
7602    "PySide2.QtGui.QTouchEvent.TouchPoint.setState": ('PySide2.QtCore.Qt.TouchPointStates',),
7603    "PySide2.QtGui.QTouchEvent.TouchPoint.setUniqueId": ('int',),
7604    "PySide2.QtGui.QTouchEvent.TouchPoint.setVelocity": ('PySide2.QtGui.QVector2D',),
7605    "PySide2.QtGui.QTouchEvent.TouchPoint.startNormalizedPos": (),
7606    "PySide2.QtGui.QTouchEvent.TouchPoint.startPos": (),
7607    "PySide2.QtGui.QTouchEvent.TouchPoint.startScenePos": (),
7608    "PySide2.QtGui.QTouchEvent.TouchPoint.startScreenPos": (),
7609    "PySide2.QtGui.QTouchEvent.TouchPoint.state": (),
7610    "PySide2.QtGui.QTouchEvent.TouchPoint.swap": ('PySide2.QtGui.QTouchEvent.TouchPoint',),
7611    "PySide2.QtGui.QTouchEvent.TouchPoint.uniqueId": (),
7612    "PySide2.QtGui.QTouchEvent.TouchPoint.velocity": (),
7613    "PySide2.QtGui.QTouchEvent.__init__": ('PySide2.QtCore.QEvent.Type', 'PySide2.QtGui.QTouchDevice', 'PySide2.QtCore.Qt.KeyboardModifiers', 'PySide2.QtCore.Qt.TouchPointStates', 'typing.Sequence[PySide2.QtGui.QTouchEvent.TouchPoint]'),
7614    "PySide2.QtGui.QTouchEvent.device": (),
7615    "PySide2.QtGui.QTouchEvent.setDevice": ('PySide2.QtGui.QTouchDevice',),
7616    "PySide2.QtGui.QTouchEvent.setTarget": ('PySide2.QtCore.QObject',),
7617    "PySide2.QtGui.QTouchEvent.setTouchPointStates": ('PySide2.QtCore.Qt.TouchPointStates',),
7618    "PySide2.QtGui.QTouchEvent.setTouchPoints": ('typing.Sequence[PySide2.QtGui.QTouchEvent.TouchPoint]',),
7619    "PySide2.QtGui.QTouchEvent.setWindow": ('PySide2.QtGui.QWindow',),
7620    "PySide2.QtGui.QTouchEvent.target": (),
7621    "PySide2.QtGui.QTouchEvent.touchPointStates": (),
7622    "PySide2.QtGui.QTouchEvent.touchPoints": (),
7623    "PySide2.QtGui.QTouchEvent.window": (),
7624# class PySide2.QtGui.QTransform:
7625# class PySide2.QtGui.QTransform.TransformationType:
7626    "PySide2.QtGui.QTransform.__init__": [(), ('PySide2.QtGui.QMatrix',), ('PySide2.QtGui.QTransform',), ('float', 'float', 'float', 'float', 'float', 'float'), ('float', 'float', 'float', 'float', 'float', 'float', 'float', 'float', 'float')],
7627    "PySide2.QtGui.QTransform.__add__": ('float',),
7628    "PySide2.QtGui.QTransform.__copy__": (),
7629    "PySide2.QtGui.QTransform.__iadd__": ('float',),
7630    "PySide2.QtGui.QTransform.__imul__": [('PySide2.QtGui.QTransform',), ('float',)],
7631    "PySide2.QtGui.QTransform.__isub__": ('float',),
7632    "PySide2.QtGui.QTransform.__lshift__": ('PySide2.QtCore.QDataStream',),
7633    "PySide2.QtGui.QTransform.__mul__": [('PySide2.QtCore.QLine',), ('PySide2.QtCore.QLineF',), ('PySide2.QtCore.QPoint',), ('PySide2.QtCore.QPointF',), ('PySide2.QtGui.QTransform',), ('float',)],
7634    "PySide2.QtGui.QTransform.__reduce__": (),
7635    "PySide2.QtGui.QTransform.__repr__": (),
7636    "PySide2.QtGui.QTransform.__rshift__": ('PySide2.QtCore.QDataStream',),
7637    "PySide2.QtGui.QTransform.__sub__": ('float',),
7638    "PySide2.QtGui.QTransform.adjoint": (),
7639    "PySide2.QtGui.QTransform.det": (),
7640    "PySide2.QtGui.QTransform.determinant": (),
7641    "PySide2.QtGui.QTransform.dx": (),
7642    "PySide2.QtGui.QTransform.dy": (),
7643    "PySide2.QtGui.QTransform.fromScale": ('float', 'float'),
7644    "PySide2.QtGui.QTransform.fromTranslate": ('float', 'float'),
7645    "PySide2.QtGui.QTransform.inverted": (),
7646    "PySide2.QtGui.QTransform.isAffine": (),
7647    "PySide2.QtGui.QTransform.isIdentity": (),
7648    "PySide2.QtGui.QTransform.isInvertible": (),
7649    "PySide2.QtGui.QTransform.isRotating": (),
7650    "PySide2.QtGui.QTransform.isScaling": (),
7651    "PySide2.QtGui.QTransform.isTranslating": (),
7652    "PySide2.QtGui.QTransform.m11": (),
7653    "PySide2.QtGui.QTransform.m12": (),
7654    "PySide2.QtGui.QTransform.m13": (),
7655    "PySide2.QtGui.QTransform.m21": (),
7656    "PySide2.QtGui.QTransform.m22": (),
7657    "PySide2.QtGui.QTransform.m23": (),
7658    "PySide2.QtGui.QTransform.m31": (),
7659    "PySide2.QtGui.QTransform.m32": (),
7660    "PySide2.QtGui.QTransform.m33": (),
7661    "PySide2.QtGui.QTransform.map": [('PySide2.QtCore.QLine',), ('PySide2.QtCore.QLineF',), ('PySide2.QtCore.QPoint',), ('PySide2.QtCore.QPointF',), ('PySide2.QtGui.QPainterPath',), ('PySide2.QtGui.QPolygon',), ('PySide2.QtGui.QPolygonF',), ('PySide2.QtGui.QRegion',), ('float', 'float')],
7662    "PySide2.QtGui.QTransform.mapRect": [('PySide2.QtCore.QRect',), ('PySide2.QtCore.QRectF',)],
7663    "PySide2.QtGui.QTransform.mapToPolygon": ('PySide2.QtCore.QRect',),
7664    "PySide2.QtGui.QTransform.quadToQuad": [('PySide2.QtGui.QPolygonF', 'PySide2.QtGui.QPolygonF'), ('PySide2.QtGui.QPolygonF', 'PySide2.QtGui.QPolygonF', 'PySide2.QtGui.QTransform')],
7665    "PySide2.QtGui.QTransform.quadToSquare": [('PySide2.QtGui.QPolygonF',), ('PySide2.QtGui.QPolygonF', 'PySide2.QtGui.QTransform')],
7666    "PySide2.QtGui.QTransform.reset": (),
7667    "PySide2.QtGui.QTransform.rotate": ('float', 'PySide2.QtCore.Qt.Axis'),
7668    "PySide2.QtGui.QTransform.rotateRadians": ('float', 'PySide2.QtCore.Qt.Axis'),
7669    "PySide2.QtGui.QTransform.scale": ('float', 'float'),
7670    "PySide2.QtGui.QTransform.setMatrix": ('float', 'float', 'float', 'float', 'float', 'float', 'float', 'float', 'float'),
7671    "PySide2.QtGui.QTransform.shear": ('float', 'float'),
7672    "PySide2.QtGui.QTransform.squareToQuad": [('PySide2.QtGui.QPolygonF',), ('PySide2.QtGui.QPolygonF', 'PySide2.QtGui.QTransform')],
7673    "PySide2.QtGui.QTransform.toAffine": (),
7674    "PySide2.QtGui.QTransform.translate": ('float', 'float'),
7675    "PySide2.QtGui.QTransform.transposed": (),
7676    "PySide2.QtGui.QTransform.type": (),
7677# class PySide2.QtGui.QValidator:
7678# class PySide2.QtGui.QValidator.State:
7679    "PySide2.QtGui.QValidator.__init__": ('PySide2.QtCore.QObject',),
7680    "PySide2.QtGui.QValidator.fixup": ('str',),
7681    "PySide2.QtGui.QValidator.locale": (),
7682    "PySide2.QtGui.QValidator.setLocale": ('PySide2.QtCore.QLocale',),
7683    "PySide2.QtGui.QValidator.validate": ('str', 'int'),
7684# class PySide2.QtGui.QVector2D:
7685    "PySide2.QtGui.QVector2D.__init__": [(), ('PySide2.QtCore.QPoint',), ('PySide2.QtCore.QPointF',), ('PySide2.QtGui.QVector3D',), ('PySide2.QtGui.QVector4D',), ('float', 'float')],
7686    "PySide2.QtGui.QVector2D.__add__": ('PySide2.QtGui.QVector2D',),
7687    "PySide2.QtGui.QVector2D.__copy__": (),
7688    "PySide2.QtGui.QVector2D.__iadd__": ('PySide2.QtGui.QVector2D',),
7689    "PySide2.QtGui.QVector2D.__imul__": [('PySide2.QtGui.QVector2D',), ('float',)],
7690    "PySide2.QtGui.QVector2D.__isub__": ('PySide2.QtGui.QVector2D',),
7691    "PySide2.QtGui.QVector2D.__lshift__": ('PySide2.QtCore.QDataStream',),
7692    "PySide2.QtGui.QVector2D.__mul__": [('PySide2.QtGui.QVector2D',), ('float',)],
7693    "PySide2.QtGui.QVector2D.__neg__": (),
7694    "PySide2.QtGui.QVector2D.__reduce__": (),
7695    "PySide2.QtGui.QVector2D.__repr__": (),
7696    "PySide2.QtGui.QVector2D.__rshift__": ('PySide2.QtCore.QDataStream',),
7697    "PySide2.QtGui.QVector2D.__sub__": ('PySide2.QtGui.QVector2D',),
7698    "PySide2.QtGui.QVector2D.distanceToLine": ('PySide2.QtGui.QVector2D', 'PySide2.QtGui.QVector2D'),
7699    "PySide2.QtGui.QVector2D.distanceToPoint": ('PySide2.QtGui.QVector2D',),
7700    "PySide2.QtGui.QVector2D.dotProduct": ('PySide2.QtGui.QVector2D', 'PySide2.QtGui.QVector2D'),
7701    "PySide2.QtGui.QVector2D.isNull": (),
7702    "PySide2.QtGui.QVector2D.length": (),
7703    "PySide2.QtGui.QVector2D.lengthSquared": (),
7704    "PySide2.QtGui.QVector2D.normalize": (),
7705    "PySide2.QtGui.QVector2D.normalized": (),
7706    "PySide2.QtGui.QVector2D.setX": ('float',),
7707    "PySide2.QtGui.QVector2D.setY": ('float',),
7708    "PySide2.QtGui.QVector2D.toPoint": (),
7709    "PySide2.QtGui.QVector2D.toPointF": (),
7710    "PySide2.QtGui.QVector2D.toTuple": (),
7711    "PySide2.QtGui.QVector2D.toVector3D": (),
7712    "PySide2.QtGui.QVector2D.toVector4D": (),
7713    "PySide2.QtGui.QVector2D.x": (),
7714    "PySide2.QtGui.QVector2D.y": (),
7715# class PySide2.QtGui.QVector3D:
7716    "PySide2.QtGui.QVector3D.__init__": [(), ('PySide2.QtCore.QPoint',), ('PySide2.QtCore.QPointF',), ('PySide2.QtGui.QVector2D',), ('PySide2.QtGui.QVector2D', 'float'), ('PySide2.QtGui.QVector4D',), ('float', 'float', 'float')],
7717    "PySide2.QtGui.QVector3D.__add__": ('PySide2.QtGui.QVector3D',),
7718    "PySide2.QtGui.QVector3D.__copy__": (),
7719    "PySide2.QtGui.QVector3D.__iadd__": ('PySide2.QtGui.QVector3D',),
7720    "PySide2.QtGui.QVector3D.__imul__": [('PySide2.QtGui.QVector3D',), ('float',)],
7721    "PySide2.QtGui.QVector3D.__isub__": ('PySide2.QtGui.QVector3D',),
7722    "PySide2.QtGui.QVector3D.__lshift__": ('PySide2.QtCore.QDataStream',),
7723    "PySide2.QtGui.QVector3D.__mul__": [('PySide2.QtGui.QMatrix4x4',), ('PySide2.QtGui.QQuaternion',), ('PySide2.QtGui.QVector3D',), ('float',)],
7724    "PySide2.QtGui.QVector3D.__neg__": (),
7725    "PySide2.QtGui.QVector3D.__reduce__": (),
7726    "PySide2.QtGui.QVector3D.__repr__": (),
7727    "PySide2.QtGui.QVector3D.__rshift__": ('PySide2.QtCore.QDataStream',),
7728    "PySide2.QtGui.QVector3D.__sub__": ('PySide2.QtGui.QVector3D',),
7729    "PySide2.QtGui.QVector3D.crossProduct": ('PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D'),
7730    "PySide2.QtGui.QVector3D.distanceToLine": ('PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D'),
7731    "PySide2.QtGui.QVector3D.distanceToPlane": [('PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D'), ('PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D')],
7732    "PySide2.QtGui.QVector3D.distanceToPoint": ('PySide2.QtGui.QVector3D',),
7733    "PySide2.QtGui.QVector3D.dotProduct": ('PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D'),
7734    "PySide2.QtGui.QVector3D.isNull": (),
7735    "PySide2.QtGui.QVector3D.length": (),
7736    "PySide2.QtGui.QVector3D.lengthSquared": (),
7737    "PySide2.QtGui.QVector3D.normal": [('PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D'), ('PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D')],
7738    "PySide2.QtGui.QVector3D.normalize": (),
7739    "PySide2.QtGui.QVector3D.normalized": (),
7740    "PySide2.QtGui.QVector3D.project": ('PySide2.QtGui.QMatrix4x4', 'PySide2.QtGui.QMatrix4x4', 'PySide2.QtCore.QRect'),
7741    "PySide2.QtGui.QVector3D.setX": ('float',),
7742    "PySide2.QtGui.QVector3D.setY": ('float',),
7743    "PySide2.QtGui.QVector3D.setZ": ('float',),
7744    "PySide2.QtGui.QVector3D.toPoint": (),
7745    "PySide2.QtGui.QVector3D.toPointF": (),
7746    "PySide2.QtGui.QVector3D.toTuple": (),
7747    "PySide2.QtGui.QVector3D.toVector2D": (),
7748    "PySide2.QtGui.QVector3D.toVector4D": (),
7749    "PySide2.QtGui.QVector3D.unproject": ('PySide2.QtGui.QMatrix4x4', 'PySide2.QtGui.QMatrix4x4', 'PySide2.QtCore.QRect'),
7750    "PySide2.QtGui.QVector3D.x": (),
7751    "PySide2.QtGui.QVector3D.y": (),
7752    "PySide2.QtGui.QVector3D.z": (),
7753# class PySide2.QtGui.QVector4D:
7754    "PySide2.QtGui.QVector4D.__init__": [(), ('PySide2.QtCore.QPoint',), ('PySide2.QtCore.QPointF',), ('PySide2.QtGui.QVector2D',), ('PySide2.QtGui.QVector2D', 'float', 'float'), ('PySide2.QtGui.QVector3D',), ('PySide2.QtGui.QVector3D', 'float'), ('float', 'float', 'float', 'float')],
7755    "PySide2.QtGui.QVector4D.__add__": ('PySide2.QtGui.QVector4D',),
7756    "PySide2.QtGui.QVector4D.__copy__": (),
7757    "PySide2.QtGui.QVector4D.__iadd__": ('PySide2.QtGui.QVector4D',),
7758    "PySide2.QtGui.QVector4D.__imul__": [('PySide2.QtGui.QVector4D',), ('float',)],
7759    "PySide2.QtGui.QVector4D.__isub__": ('PySide2.QtGui.QVector4D',),
7760    "PySide2.QtGui.QVector4D.__lshift__": ('PySide2.QtCore.QDataStream',),
7761    "PySide2.QtGui.QVector4D.__mul__": [('PySide2.QtGui.QMatrix4x4',), ('PySide2.QtGui.QVector4D',), ('float',)],
7762    "PySide2.QtGui.QVector4D.__neg__": (),
7763    "PySide2.QtGui.QVector4D.__reduce__": (),
7764    "PySide2.QtGui.QVector4D.__repr__": (),
7765    "PySide2.QtGui.QVector4D.__rshift__": ('PySide2.QtCore.QDataStream',),
7766    "PySide2.QtGui.QVector4D.__sub__": ('PySide2.QtGui.QVector4D',),
7767    "PySide2.QtGui.QVector4D.dotProduct": ('PySide2.QtGui.QVector4D', 'PySide2.QtGui.QVector4D'),
7768    "PySide2.QtGui.QVector4D.isNull": (),
7769    "PySide2.QtGui.QVector4D.length": (),
7770    "PySide2.QtGui.QVector4D.lengthSquared": (),
7771    "PySide2.QtGui.QVector4D.normalize": (),
7772    "PySide2.QtGui.QVector4D.normalized": (),
7773    "PySide2.QtGui.QVector4D.setW": ('float',),
7774    "PySide2.QtGui.QVector4D.setX": ('float',),
7775    "PySide2.QtGui.QVector4D.setY": ('float',),
7776    "PySide2.QtGui.QVector4D.setZ": ('float',),
7777    "PySide2.QtGui.QVector4D.toPoint": (),
7778    "PySide2.QtGui.QVector4D.toPointF": (),
7779    "PySide2.QtGui.QVector4D.toTuple": (),
7780    "PySide2.QtGui.QVector4D.toVector2D": (),
7781    "PySide2.QtGui.QVector4D.toVector2DAffine": (),
7782    "PySide2.QtGui.QVector4D.toVector3D": (),
7783    "PySide2.QtGui.QVector4D.toVector3DAffine": (),
7784    "PySide2.QtGui.QVector4D.w": (),
7785    "PySide2.QtGui.QVector4D.x": (),
7786    "PySide2.QtGui.QVector4D.y": (),
7787    "PySide2.QtGui.QVector4D.z": (),
7788# class PySide2.QtGui.QWhatsThisClickedEvent:
7789    "PySide2.QtGui.QWhatsThisClickedEvent.__init__": ('str',),
7790    "PySide2.QtGui.QWhatsThisClickedEvent.href": (),
7791# class PySide2.QtGui.QWheelEvent:
7792    "PySide2.QtGui.QWheelEvent.__init__": [('PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF', 'PySide2.QtCore.QPoint', 'PySide2.QtCore.QPoint', 'PySide2.QtCore.Qt.MouseButtons', 'PySide2.QtCore.Qt.KeyboardModifiers', 'PySide2.QtCore.Qt.ScrollPhase', 'bool', 'PySide2.QtCore.Qt.MouseEventSource'), ('PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF', 'PySide2.QtCore.QPoint', 'PySide2.QtCore.QPoint', 'int', 'PySide2.QtCore.Qt.Orientation', 'PySide2.QtCore.Qt.MouseButtons', 'PySide2.QtCore.Qt.KeyboardModifiers'), ('PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF', 'PySide2.QtCore.QPoint', 'PySide2.QtCore.QPoint', 'int', 'PySide2.QtCore.Qt.Orientation', 'PySide2.QtCore.Qt.MouseButtons', 'PySide2.QtCore.Qt.KeyboardModifiers', 'PySide2.QtCore.Qt.ScrollPhase'), ('PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF', 'PySide2.QtCore.QPoint', 'PySide2.QtCore.QPoint', 'int', 'PySide2.QtCore.Qt.Orientation', 'PySide2.QtCore.Qt.MouseButtons', 'PySide2.QtCore.Qt.KeyboardModifiers', 'PySide2.QtCore.Qt.ScrollPhase', 'PySide2.QtCore.Qt.MouseEventSource'), ('PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF', 'PySide2.QtCore.QPoint', 'PySide2.QtCore.QPoint', 'int', 'PySide2.QtCore.Qt.Orientation', 'PySide2.QtCore.Qt.MouseButtons', 'PySide2.QtCore.Qt.KeyboardModifiers', 'PySide2.QtCore.Qt.ScrollPhase', 'PySide2.QtCore.Qt.MouseEventSource', 'bool'), ('PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF', 'int', 'PySide2.QtCore.Qt.MouseButtons', 'PySide2.QtCore.Qt.KeyboardModifiers', 'PySide2.QtCore.Qt.Orientation'), ('PySide2.QtCore.QPointF', 'int', 'PySide2.QtCore.Qt.MouseButtons', 'PySide2.QtCore.Qt.KeyboardModifiers', 'PySide2.QtCore.Qt.Orientation')],
7793    "PySide2.QtGui.QWheelEvent.angleDelta": (),
7794    "PySide2.QtGui.QWheelEvent.buttons": (),
7795    "PySide2.QtGui.QWheelEvent.delta": (),
7796    "PySide2.QtGui.QWheelEvent.globalPos": (),
7797    "PySide2.QtGui.QWheelEvent.globalPosF": (),
7798    "PySide2.QtGui.QWheelEvent.globalPosition": (),
7799    "PySide2.QtGui.QWheelEvent.globalX": (),
7800    "PySide2.QtGui.QWheelEvent.global""Y": (),
7801    "PySide2.QtGui.QWheelEvent.inverted": (),
7802    "PySide2.QtGui.QWheelEvent.orientation": (),
7803    "PySide2.QtGui.QWheelEvent.phase": (),
7804    "PySide2.QtGui.QWheelEvent.pixelDelta": (),
7805    "PySide2.QtGui.QWheelEvent.pos": (),
7806    "PySide2.QtGui.QWheelEvent.posF": (),
7807    "PySide2.QtGui.QWheelEvent.position": (),
7808    "PySide2.QtGui.QWheelEvent.source": (),
7809    "PySide2.QtGui.QWheelEvent.x": (),
7810    "PySide2.QtGui.QWheelEvent.y": (),
7811# class PySide2.QtGui.QWindow:
7812# class PySide2.QtGui.QWindow.AncestorMode:
7813# class PySide2.QtGui.QWindow.Visibility:
7814    "PySide2.QtGui.QWindow.__init__": [('PySide2.QtGui.QScreen',), ('PySide2.QtGui.QWindow',)],
7815    "PySide2.QtGui.QWindow.accessibleRoot": (),
7816    "PySide2.QtGui.QWindow.alert": ('int',),
7817    "PySide2.QtGui.QWindow.baseSize": (),
7818    "PySide2.QtGui.QWindow.close": (),
7819    "PySide2.QtGui.QWindow.contentOrientation": (),
7820    "PySide2.QtGui.QWindow.create": (),
7821    "PySide2.QtGui.QWindow.cursor": (),
7822    "PySide2.QtGui.QWindow.destroy": (),
7823    "PySide2.QtGui.QWindow.devicePixelRatio": (),
7824    "PySide2.QtGui.QWindow.event": ('PySide2.QtCore.QEvent',),
7825    "PySide2.QtGui.QWindow.exposeEvent": ('PySide2.QtGui.QExposeEvent',),
7826    "PySide2.QtGui.QWindow.filePath": (),
7827    "PySide2.QtGui.QWindow.flags": (),
7828    "PySide2.QtGui.QWindow.focusInEvent": ('PySide2.QtGui.QFocusEvent',),
7829    "PySide2.QtGui.QWindow.focusObject": (),
7830    "PySide2.QtGui.QWindow.focusOutEvent": ('PySide2.QtGui.QFocusEvent',),
7831    "PySide2.QtGui.QWindow.format": (),
7832    "PySide2.QtGui.QWindow.frameGeometry": (),
7833    "PySide2.QtGui.QWindow.frameMargins": (),
7834    "PySide2.QtGui.QWindow.framePosition": (),
7835    "PySide2.QtGui.QWindow.fromWinId": ('int',),
7836    "PySide2.QtGui.QWindow.geometry": (),
7837    "PySide2.QtGui.QWindow.height": (),
7838    "PySide2.QtGui.QWindow.hide": (),
7839    "PySide2.QtGui.QWindow.hideEvent": ('PySide2.QtGui.QHideEvent',),
7840    "PySide2.QtGui.QWindow.icon": (),
7841    "PySide2.QtGui.QWindow.isActive": (),
7842    "PySide2.QtGui.QWindow.isAncestorOf": ('PySide2.QtGui.QWindow', 'PySide2.QtGui.QWindow.AncestorMode'),
7843    "PySide2.QtGui.QWindow.isExposed": (),
7844    "PySide2.QtGui.QWindow.isModal": (),
7845    "PySide2.QtGui.QWindow.isTopLevel": (),
7846    "PySide2.QtGui.QWindow.isVisible": (),
7847    "PySide2.QtGui.QWindow.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
7848    "PySide2.QtGui.QWindow.keyReleaseEvent": ('PySide2.QtGui.QKeyEvent',),
7849    "PySide2.QtGui.QWindow.lower": (),
7850    "PySide2.QtGui.QWindow.mapFromGlobal": ('PySide2.QtCore.QPoint',),
7851    "PySide2.QtGui.QWindow.mapToGlobal": ('PySide2.QtCore.QPoint',),
7852    "PySide2.QtGui.QWindow.mask": (),
7853    "PySide2.QtGui.QWindow.maximumHeight": (),
7854    "PySide2.QtGui.QWindow.maximumSize": (),
7855    "PySide2.QtGui.QWindow.maximumWidth": (),
7856    "PySide2.QtGui.QWindow.minimumHeight": (),
7857    "PySide2.QtGui.QWindow.minimumSize": (),
7858    "PySide2.QtGui.QWindow.minimumWidth": (),
7859    "PySide2.QtGui.QWindow.modality": (),
7860    "PySide2.QtGui.QWindow.mouseDoubleClickEvent": ('PySide2.QtGui.QMouseEvent',),
7861    "PySide2.QtGui.QWindow.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
7862    "PySide2.QtGui.QWindow.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
7863    "PySide2.QtGui.QWindow.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
7864    "PySide2.QtGui.QWindow.moveEvent": ('PySide2.QtGui.QMoveEvent',),
7865    "PySide2.QtGui.QWindow.nativeEvent": ('PySide2.QtCore.QByteArray', 'int'),
7866    "PySide2.QtGui.QWindow.opacity": (),
7867    "PySide2.QtGui.QWindow.parent": [(), ('PySide2.QtGui.QWindow.AncestorMode',)],
7868    "PySide2.QtGui.QWindow.position": (),
7869    "PySide2.QtGui.QWindow.raise_": (),
7870    "PySide2.QtGui.QWindow.reportContentOrientationChange": ('PySide2.QtCore.Qt.ScreenOrientation',),
7871    "PySide2.QtGui.QWindow.requestActivate": (),
7872    "PySide2.QtGui.QWindow.requestUpdate": (),
7873    "PySide2.QtGui.QWindow.requestedFormat": (),
7874    "PySide2.QtGui.QWindow.resize": [('PySide2.QtCore.QSize',), ('int', 'int')],
7875    "PySide2.QtGui.QWindow.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
7876    "PySide2.QtGui.QWindow.screen": (),
7877    "PySide2.QtGui.QWindow.setBaseSize": ('PySide2.QtCore.QSize',),
7878    "PySide2.QtGui.QWindow.setCursor": ('PySide2.QtGui.QCursor',),
7879    "PySide2.QtGui.QWindow.setFilePath": ('str',),
7880    "PySide2.QtGui.QWindow.setFlag": ('PySide2.QtCore.Qt.WindowType', 'bool'),
7881    "PySide2.QtGui.QWindow.setFlags": ('PySide2.QtCore.Qt.WindowFlags',),
7882    "PySide2.QtGui.QWindow.setFormat": ('PySide2.QtGui.QSurfaceFormat',),
7883    "PySide2.QtGui.QWindow.setFramePosition": ('PySide2.QtCore.QPoint',),
7884    "PySide2.QtGui.QWindow.setGeometry": [('PySide2.QtCore.QRect',), ('int', 'int', 'int', 'int')],
7885    "PySide2.QtGui.QWindow.setHeight": ('int',),
7886    "PySide2.QtGui.QWindow.setIcon": ('PySide2.QtGui.QIcon',),
7887    "PySide2.QtGui.QWindow.setKeyboardGrabEnabled": ('bool',),
7888    "PySide2.QtGui.QWindow.setMask": ('PySide2.QtGui.QRegion',),
7889    "PySide2.QtGui.QWindow.setMaximumHeight": ('int',),
7890    "PySide2.QtGui.QWindow.setMaximumSize": ('PySide2.QtCore.QSize',),
7891    "PySide2.QtGui.QWindow.setMaximumWidth": ('int',),
7892    "PySide2.QtGui.QWindow.setMinimumHeight": ('int',),
7893    "PySide2.QtGui.QWindow.setMinimumSize": ('PySide2.QtCore.QSize',),
7894    "PySide2.QtGui.QWindow.setMinimumWidth": ('int',),
7895    "PySide2.QtGui.QWindow.setModality": ('PySide2.QtCore.Qt.WindowModality',),
7896    "PySide2.QtGui.QWindow.setMouseGrabEnabled": ('bool',),
7897    "PySide2.QtGui.QWindow.setOpacity": ('float',),
7898    "PySide2.QtGui.QWindow.setParent": ('PySide2.QtGui.QWindow',),
7899    "PySide2.QtGui.QWindow.setPosition": [('PySide2.QtCore.QPoint',), ('int', 'int')],
7900    "PySide2.QtGui.QWindow.setScreen": ('PySide2.QtGui.QScreen',),
7901    "PySide2.QtGui.QWindow.setSizeIncrement": ('PySide2.QtCore.QSize',),
7902    "PySide2.QtGui.QWindow.setSurfaceType": ('PySide2.QtGui.QSurface.SurfaceType',),
7903    "PySide2.QtGui.QWindow.setTitle": ('str',),
7904    "PySide2.QtGui.QWindow.setTransientParent": ('PySide2.QtGui.QWindow',),
7905    "PySide2.QtGui.QWindow.setVisibility": ('PySide2.QtGui.QWindow.Visibility',),
7906    "PySide2.QtGui.QWindow.setVisible": ('bool',),
7907    "PySide2.QtGui.QWindow.setWidth": ('int',),
7908    "PySide2.QtGui.QWindow.setWindowState": ('PySide2.QtCore.Qt.WindowState',),
7909    "PySide2.QtGui.QWindow.setWindowStates": ('PySide2.QtCore.Qt.WindowStates',),
7910    "PySide2.QtGui.QWindow.setX": ('int',),
7911    "PySide2.QtGui.QWindow.setY": ('int',),
7912    "PySide2.QtGui.QWindow.show": (),
7913    "PySide2.QtGui.QWindow.showEvent": ('PySide2.QtGui.QShowEvent',),
7914    "PySide2.QtGui.QWindow.showFullScreen": (),
7915    "PySide2.QtGui.QWindow.showMaximized": (),
7916    "PySide2.QtGui.QWindow.showMinimized": (),
7917    "PySide2.QtGui.QWindow.showNormal": (),
7918    "PySide2.QtGui.QWindow.size": (),
7919    "PySide2.QtGui.QWindow.sizeIncrement": (),
7920    "PySide2.QtGui.QWindow.surfaceHandle": (),
7921    "PySide2.QtGui.QWindow.surfaceType": (),
7922    "PySide2.QtGui.QWindow.tabletEvent": ('PySide2.QtGui.QTabletEvent',),
7923    "PySide2.QtGui.QWindow.title": (),
7924    "PySide2.QtGui.QWindow.touchEvent": ('PySide2.QtGui.QTouchEvent',),
7925    "PySide2.QtGui.QWindow.transientParent": (),
7926    "PySide2.QtGui.QWindow.type": (),
7927    "PySide2.QtGui.QWindow.unsetCursor": (),
7928    "PySide2.QtGui.QWindow.visibility": (),
7929    "PySide2.QtGui.QWindow.wheelEvent": ('PySide2.QtGui.QWheelEvent',),
7930    "PySide2.QtGui.QWindow.width": (),
7931    "PySide2.QtGui.QWindow.winId": (),
7932    "PySide2.QtGui.QWindow.windowState": (),
7933    "PySide2.QtGui.QWindow.windowStates": (),
7934    "PySide2.QtGui.QWindow.x": (),
7935    "PySide2.QtGui.QWindow.y": (),
7936# class PySide2.QtGui.QWindowStateChangeEvent:
7937    "PySide2.QtGui.QWindowStateChangeEvent.__init__": ('PySide2.QtCore.Qt.WindowStates', 'bool'),
7938    "PySide2.QtGui.QWindowStateChangeEvent.isOverride": (),
7939    "PySide2.QtGui.QWindowStateChangeEvent.oldState": (),
7940# class PySide2.QtGui.Qt:
7941    "PySide2.QtGui.Qt.codecForHtml": ('PySide2.QtCore.QByteArray',),
7942    "PySide2.QtGui.Qt.convertFromPlainText": ('str', 'PySide2.QtCore.Qt.WhiteSpaceMode'),
7943    "PySide2.QtGui.Qt.mightBeRichText": ('str',),
7944    "PySide2.QtGui.Qt.qAlpha": ('int',),
7945    "PySide2.QtGui.Qt.qBlue": ('int',),
7946    "PySide2.QtGui.Qt.qGray": [('int',), ('int', 'int', 'int')],
7947    "PySide2.QtGui.Qt.qGreen": ('int',),
7948    "PySide2.QtGui.Qt.qIsGray": ('int',),
7949    "PySide2.QtGui.Qt.qRed": ('int',),
7950    "PySide2.QtGui.Qt.qRgb": ('int', 'int', 'int'),
7951    "PySide2.QtGui.Qt.qRgba": ('int', 'int', 'int', 'int'),
7952    }) if "PySide2.QtGui" in sys.modules else None
7953# Module PySide2.QtWidgets
7954sig_dict.update({
7955# class PySide2.QtWidgets.QAbstractButton:
7956    "PySide2.QtWidgets.QAbstractButton.__init__": ('PySide2.QtWidgets.QWidget',),
7957    "PySide2.QtWidgets.QAbstractButton.animateClick": ('int',),
7958    "PySide2.QtWidgets.QAbstractButton.autoExclusive": (),
7959    "PySide2.QtWidgets.QAbstractButton.autoRepeat": (),
7960    "PySide2.QtWidgets.QAbstractButton.autoRepeatDelay": (),
7961    "PySide2.QtWidgets.QAbstractButton.autoRepeatInterval": (),
7962    "PySide2.QtWidgets.QAbstractButton.changeEvent": ('PySide2.QtCore.QEvent',),
7963    "PySide2.QtWidgets.QAbstractButton.checkStateSet": (),
7964    "PySide2.QtWidgets.QAbstractButton.click": (),
7965    "PySide2.QtWidgets.QAbstractButton.event": ('PySide2.QtCore.QEvent',),
7966    "PySide2.QtWidgets.QAbstractButton.focusInEvent": ('PySide2.QtGui.QFocusEvent',),
7967    "PySide2.QtWidgets.QAbstractButton.focusOutEvent": ('PySide2.QtGui.QFocusEvent',),
7968    "PySide2.QtWidgets.QAbstractButton.group": (),
7969    "PySide2.QtWidgets.QAbstractButton.hitButton": ('PySide2.QtCore.QPoint',),
7970    "PySide2.QtWidgets.QAbstractButton.icon": (),
7971    "PySide2.QtWidgets.QAbstractButton.iconSize": (),
7972    "PySide2.QtWidgets.QAbstractButton.isCheckable": (),
7973    "PySide2.QtWidgets.QAbstractButton.isChecked": (),
7974    "PySide2.QtWidgets.QAbstractButton.isDown": (),
7975    "PySide2.QtWidgets.QAbstractButton.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
7976    "PySide2.QtWidgets.QAbstractButton.keyReleaseEvent": ('PySide2.QtGui.QKeyEvent',),
7977    "PySide2.QtWidgets.QAbstractButton.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
7978    "PySide2.QtWidgets.QAbstractButton.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
7979    "PySide2.QtWidgets.QAbstractButton.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
7980    "PySide2.QtWidgets.QAbstractButton.nextCheckState": (),
7981    "PySide2.QtWidgets.QAbstractButton.paintEvent": ('PySide2.QtGui.QPaintEvent',),
7982    "PySide2.QtWidgets.QAbstractButton.setAutoExclusive": ('bool',),
7983    "PySide2.QtWidgets.QAbstractButton.setAutoRepeat": ('bool',),
7984    "PySide2.QtWidgets.QAbstractButton.setAutoRepeatDelay": ('int',),
7985    "PySide2.QtWidgets.QAbstractButton.setAutoRepeatInterval": ('int',),
7986    "PySide2.QtWidgets.QAbstractButton.setCheckable": ('bool',),
7987    "PySide2.QtWidgets.QAbstractButton.setChecked": ('bool',),
7988    "PySide2.QtWidgets.QAbstractButton.setDown": ('bool',),
7989    "PySide2.QtWidgets.QAbstractButton.setIcon": ('PySide2.QtGui.QIcon',),
7990    "PySide2.QtWidgets.QAbstractButton.setIconSize": ('PySide2.QtCore.QSize',),
7991    "PySide2.QtWidgets.QAbstractButton.setShortcut": ('PySide2.QtGui.QKeySequence',),
7992    "PySide2.QtWidgets.QAbstractButton.setText": ('str',),
7993    "PySide2.QtWidgets.QAbstractButton.shortcut": (),
7994    "PySide2.QtWidgets.QAbstractButton.text": (),
7995    "PySide2.QtWidgets.QAbstractButton.timerEvent": ('PySide2.QtCore.QTimerEvent',),
7996    "PySide2.QtWidgets.QAbstractButton.toggle": (),
7997# class PySide2.QtWidgets.QAbstractGraphicsShapeItem:
7998    "PySide2.QtWidgets.QAbstractGraphicsShapeItem.__init__": ('PySide2.QtWidgets.QGraphicsItem',),
7999    "PySide2.QtWidgets.QAbstractGraphicsShapeItem.brush": (),
8000    "PySide2.QtWidgets.QAbstractGraphicsShapeItem.isObscuredBy": ('PySide2.QtWidgets.QGraphicsItem',),
8001    "PySide2.QtWidgets.QAbstractGraphicsShapeItem.opaqueArea": (),
8002    "PySide2.QtWidgets.QAbstractGraphicsShapeItem.pen": (),
8003    "PySide2.QtWidgets.QAbstractGraphicsShapeItem.setBrush": ('PySide2.QtGui.QBrush',),
8004    "PySide2.QtWidgets.QAbstractGraphicsShapeItem.setPen": ('PySide2.QtGui.QPen',),
8005# class PySide2.QtWidgets.QAbstractItemDelegate:
8006# class PySide2.QtWidgets.QAbstractItemDelegate.EndEditHint:
8007    "PySide2.QtWidgets.QAbstractItemDelegate.__init__": ('PySide2.QtCore.QObject',),
8008    "PySide2.QtWidgets.QAbstractItemDelegate.createEditor": ('PySide2.QtWidgets.QWidget', 'PySide2.QtWidgets.QStyleOptionViewItem', 'PySide2.QtCore.QModelIndex'),
8009    "PySide2.QtWidgets.QAbstractItemDelegate.destroyEditor": ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.QModelIndex'),
8010    "PySide2.QtWidgets.QAbstractItemDelegate.editorEvent": ('PySide2.QtCore.QEvent', 'PySide2.QtCore.QAbstractItemModel', 'PySide2.QtWidgets.QStyleOptionViewItem', 'PySide2.QtCore.QModelIndex'),
8011    "PySide2.QtWidgets.QAbstractItemDelegate.elidedText": ('PySide2.QtGui.QFontMetrics', 'int', 'PySide2.QtCore.Qt.TextElideMode', 'str'),
8012    "PySide2.QtWidgets.QAbstractItemDelegate.helpEvent": ('PySide2.QtGui.QHelpEvent', 'PySide2.QtWidgets.QAbstractItemView', 'PySide2.QtWidgets.QStyleOptionViewItem', 'PySide2.QtCore.QModelIndex'),
8013    "PySide2.QtWidgets.QAbstractItemDelegate.paint": ('PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QStyleOptionViewItem', 'PySide2.QtCore.QModelIndex'),
8014    "PySide2.QtWidgets.QAbstractItemDelegate.paintingRoles": (),
8015    "PySide2.QtWidgets.QAbstractItemDelegate.setEditorData": ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.QModelIndex'),
8016    "PySide2.QtWidgets.QAbstractItemDelegate.setModelData": ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.QAbstractItemModel', 'PySide2.QtCore.QModelIndex'),
8017    "PySide2.QtWidgets.QAbstractItemDelegate.sizeHint": ('PySide2.QtWidgets.QStyleOptionViewItem', 'PySide2.QtCore.QModelIndex'),
8018    "PySide2.QtWidgets.QAbstractItemDelegate.updateEditorGeometry": ('PySide2.QtWidgets.QWidget', 'PySide2.QtWidgets.QStyleOptionViewItem', 'PySide2.QtCore.QModelIndex'),
8019# class PySide2.QtWidgets.QAbstractItemView:
8020# class PySide2.QtWidgets.QAbstractItemView.CursorAction:
8021# class PySide2.QtWidgets.QAbstractItemView.DragDropMode:
8022# class PySide2.QtWidgets.QAbstractItemView.DropIndicatorPosition:
8023# class PySide2.QtWidgets.QAbstractItemView.EditTrigger:
8024# class PySide2.QtWidgets.QAbstractItemView.EditTriggers:
8025# class PySide2.QtWidgets.QAbstractItemView.ScrollHint:
8026# class PySide2.QtWidgets.QAbstractItemView.ScrollMode:
8027# class PySide2.QtWidgets.QAbstractItemView.SelectionBehavior:
8028# class PySide2.QtWidgets.QAbstractItemView.SelectionMode:
8029# class PySide2.QtWidgets.QAbstractItemView.State:
8030    "PySide2.QtWidgets.QAbstractItemView.__init__": ('PySide2.QtWidgets.QWidget',),
8031    "PySide2.QtWidgets.QAbstractItemView.alternatingRowColors": (),
8032    "PySide2.QtWidgets.QAbstractItemView.autoScrollMargin": (),
8033    "PySide2.QtWidgets.QAbstractItemView.clearSelection": (),
8034    "PySide2.QtWidgets.QAbstractItemView.closeEditor": ('PySide2.QtWidgets.QWidget', 'PySide2.QtWidgets.QAbstractItemDelegate.EndEditHint'),
8035    "PySide2.QtWidgets.QAbstractItemView.closePersistentEditor": ('PySide2.QtCore.QModelIndex',),
8036    "PySide2.QtWidgets.QAbstractItemView.commitData": ('PySide2.QtWidgets.QWidget',),
8037    "PySide2.QtWidgets.QAbstractItemView.currentChanged": ('PySide2.QtCore.QModelIndex', 'PySide2.QtCore.QModelIndex'),
8038    "PySide2.QtWidgets.QAbstractItemView.currentIndex": (),
8039    "PySide2.QtWidgets.QAbstractItemView.dataChanged": ('PySide2.QtCore.QModelIndex', 'PySide2.QtCore.QModelIndex', 'typing.List[int]'),
8040    "PySide2.QtWidgets.QAbstractItemView.defaultDropAction": (),
8041    "PySide2.QtWidgets.QAbstractItemView.dirtyRegionOffset": (),
8042    "PySide2.QtWidgets.QAbstractItemView.doAutoScroll": (),
8043    "PySide2.QtWidgets.QAbstractItemView.doItemsLayout": (),
8044    "PySide2.QtWidgets.QAbstractItemView.dragDropMode": (),
8045    "PySide2.QtWidgets.QAbstractItemView.dragDropOverwriteMode": (),
8046    "PySide2.QtWidgets.QAbstractItemView.dragEnabled": (),
8047    "PySide2.QtWidgets.QAbstractItemView.dragEnterEvent": ('PySide2.QtGui.QDragEnterEvent',),
8048    "PySide2.QtWidgets.QAbstractItemView.dragLeaveEvent": ('PySide2.QtGui.QDragLeaveEvent',),
8049    "PySide2.QtWidgets.QAbstractItemView.dragMoveEvent": ('PySide2.QtGui.QDragMoveEvent',),
8050    "PySide2.QtWidgets.QAbstractItemView.dropEvent": ('PySide2.QtGui.QDropEvent',),
8051    "PySide2.QtWidgets.QAbstractItemView.dropIndicatorPosition": (),
8052    "PySide2.QtWidgets.QAbstractItemView.edit": [('PySide2.QtCore.QModelIndex',), ('PySide2.QtCore.QModelIndex', 'PySide2.QtWidgets.QAbstractItemView.EditTrigger', 'PySide2.QtCore.QEvent')],
8053    "PySide2.QtWidgets.QAbstractItemView.editTriggers": (),
8054    "PySide2.QtWidgets.QAbstractItemView.editorDestroyed": ('PySide2.QtCore.QObject',),
8055    "PySide2.QtWidgets.QAbstractItemView.event": ('PySide2.QtCore.QEvent',),
8056    "PySide2.QtWidgets.QAbstractItemView.eventFilter": ('PySide2.QtCore.QObject', 'PySide2.QtCore.QEvent'),
8057    "PySide2.QtWidgets.QAbstractItemView.executeDelayedItemsLayout": (),
8058    "PySide2.QtWidgets.QAbstractItemView.focusInEvent": ('PySide2.QtGui.QFocusEvent',),
8059    "PySide2.QtWidgets.QAbstractItemView.focusNextPrevChild": ('bool',),
8060    "PySide2.QtWidgets.QAbstractItemView.focusOutEvent": ('PySide2.QtGui.QFocusEvent',),
8061    "PySide2.QtWidgets.QAbstractItemView.hasAutoScroll": (),
8062    "PySide2.QtWidgets.QAbstractItemView.horizontalOffset": (),
8063    "PySide2.QtWidgets.QAbstractItemView.horizontalScrollMode": (),
8064    "PySide2.QtWidgets.QAbstractItemView.horizontalScrollbarAction": ('int',),
8065    "PySide2.QtWidgets.QAbstractItemView.horizontalScrollbarValueChanged": ('int',),
8066    "PySide2.QtWidgets.QAbstractItemView.horizontalStepsPerItem": (),
8067    "PySide2.QtWidgets.QAbstractItemView.iconSize": (),
8068    "PySide2.QtWidgets.QAbstractItemView.indexAt": ('PySide2.QtCore.QPoint',),
8069    "PySide2.QtWidgets.QAbstractItemView.indexWidget": ('PySide2.QtCore.QModelIndex',),
8070    "PySide2.QtWidgets.QAbstractItemView.inputMethodEvent": ('PySide2.QtGui.QInputMethodEvent',),
8071    "PySide2.QtWidgets.QAbstractItemView.inputMethodQuery": ('PySide2.QtCore.Qt.InputMethodQuery',),
8072    "PySide2.QtWidgets.QAbstractItemView.isIndexHidden": ('PySide2.QtCore.QModelIndex',),
8073    "PySide2.QtWidgets.QAbstractItemView.isPersistentEditorOpen": ('PySide2.QtCore.QModelIndex',),
8074    "PySide2.QtWidgets.QAbstractItemView.itemDelegate": [(), ('PySide2.QtCore.QModelIndex',)],
8075    "PySide2.QtWidgets.QAbstractItemView.itemDelegateForColumn": ('int',),
8076    "PySide2.QtWidgets.QAbstractItemView.itemDelegateForRow": ('int',),
8077    "PySide2.QtWidgets.QAbstractItemView.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
8078    "PySide2.QtWidgets.QAbstractItemView.keyboardSearch": ('str',),
8079    "PySide2.QtWidgets.QAbstractItemView.model": (),
8080    "PySide2.QtWidgets.QAbstractItemView.mouseDoubleClickEvent": ('PySide2.QtGui.QMouseEvent',),
8081    "PySide2.QtWidgets.QAbstractItemView.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
8082    "PySide2.QtWidgets.QAbstractItemView.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
8083    "PySide2.QtWidgets.QAbstractItemView.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
8084    "PySide2.QtWidgets.QAbstractItemView.moveCursor": ('PySide2.QtWidgets.QAbstractItemView.CursorAction', 'PySide2.QtCore.Qt.KeyboardModifiers'),
8085    "PySide2.QtWidgets.QAbstractItemView.openPersistentEditor": ('PySide2.QtCore.QModelIndex',),
8086    "PySide2.QtWidgets.QAbstractItemView.reset": (),
8087    "PySide2.QtWidgets.QAbstractItemView.resetHorizontalScrollMode": (),
8088    "PySide2.QtWidgets.QAbstractItemView.resetVerticalScrollMode": (),
8089    "PySide2.QtWidgets.QAbstractItemView.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
8090    "PySide2.QtWidgets.QAbstractItemView.rootIndex": (),
8091    "PySide2.QtWidgets.QAbstractItemView.rowsAboutToBeRemoved": ('PySide2.QtCore.QModelIndex', 'int', 'int'),
8092    "PySide2.QtWidgets.QAbstractItemView.rowsInserted": ('PySide2.QtCore.QModelIndex', 'int', 'int'),
8093    "PySide2.QtWidgets.QAbstractItemView.scheduleDelayedItemsLayout": (),
8094    "PySide2.QtWidgets.QAbstractItemView.scrollDirtyRegion": ('int', 'int'),
8095    "PySide2.QtWidgets.QAbstractItemView.scrollTo": ('PySide2.QtCore.QModelIndex', 'PySide2.QtWidgets.QAbstractItemView.ScrollHint'),
8096    "PySide2.QtWidgets.QAbstractItemView.scrollToBottom": (),
8097    "PySide2.QtWidgets.QAbstractItemView.scrollToTop": (),
8098    "PySide2.QtWidgets.QAbstractItemView.selectAll": (),
8099    "PySide2.QtWidgets.QAbstractItemView.selectedIndexes": (),
8100    "PySide2.QtWidgets.QAbstractItemView.selectionBehavior": (),
8101    "PySide2.QtWidgets.QAbstractItemView.selectionChanged": ('PySide2.QtCore.QItemSelection', 'PySide2.QtCore.QItemSelection'),
8102    "PySide2.QtWidgets.QAbstractItemView.selectionCommand": ('PySide2.QtCore.QModelIndex', 'PySide2.QtCore.QEvent'),
8103    "PySide2.QtWidgets.QAbstractItemView.selectionMode": (),
8104    "PySide2.QtWidgets.QAbstractItemView.selectionModel": (),
8105    "PySide2.QtWidgets.QAbstractItemView.setAlternatingRowColors": ('bool',),
8106    "PySide2.QtWidgets.QAbstractItemView.setAutoScroll": ('bool',),
8107    "PySide2.QtWidgets.QAbstractItemView.setAutoScrollMargin": ('int',),
8108    "PySide2.QtWidgets.QAbstractItemView.setCurrentIndex": ('PySide2.QtCore.QModelIndex',),
8109    "PySide2.QtWidgets.QAbstractItemView.setDefaultDropAction": ('PySide2.QtCore.Qt.DropAction',),
8110    "PySide2.QtWidgets.QAbstractItemView.setDirtyRegion": ('PySide2.QtGui.QRegion',),
8111    "PySide2.QtWidgets.QAbstractItemView.setDragDropMode": ('PySide2.QtWidgets.QAbstractItemView.DragDropMode',),
8112    "PySide2.QtWidgets.QAbstractItemView.setDragDropOverwriteMode": ('bool',),
8113    "PySide2.QtWidgets.QAbstractItemView.setDragEnabled": ('bool',),
8114    "PySide2.QtWidgets.QAbstractItemView.setDropIndicatorShown": ('bool',),
8115    "PySide2.QtWidgets.QAbstractItemView.setEditTriggers": ('PySide2.QtWidgets.QAbstractItemView.EditTriggers',),
8116    "PySide2.QtWidgets.QAbstractItemView.setHorizontalScrollMode": ('PySide2.QtWidgets.QAbstractItemView.ScrollMode',),
8117    "PySide2.QtWidgets.QAbstractItemView.setHorizontalStepsPerItem": ('int',),
8118    "PySide2.QtWidgets.QAbstractItemView.setIconSize": ('PySide2.QtCore.QSize',),
8119    "PySide2.QtWidgets.QAbstractItemView.setIndexWidget": ('PySide2.QtCore.QModelIndex', 'PySide2.QtWidgets.QWidget'),
8120    "PySide2.QtWidgets.QAbstractItemView.setItemDelegate": ('PySide2.QtWidgets.QAbstractItemDelegate',),
8121    "PySide2.QtWidgets.QAbstractItemView.setItemDelegateForColumn": ('int', 'PySide2.QtWidgets.QAbstractItemDelegate'),
8122    "PySide2.QtWidgets.QAbstractItemView.setItemDelegateForRow": ('int', 'PySide2.QtWidgets.QAbstractItemDelegate'),
8123    "PySide2.QtWidgets.QAbstractItemView.setModel": ('PySide2.QtCore.QAbstractItemModel',),
8124    "PySide2.QtWidgets.QAbstractItemView.setRootIndex": ('PySide2.QtCore.QModelIndex',),
8125    "PySide2.QtWidgets.QAbstractItemView.setSelection": ('PySide2.QtCore.QRect', 'PySide2.QtCore.QItemSelectionModel.SelectionFlags'),
8126    "PySide2.QtWidgets.QAbstractItemView.setSelectionBehavior": ('PySide2.QtWidgets.QAbstractItemView.SelectionBehavior',),
8127    "PySide2.QtWidgets.QAbstractItemView.setSelectionMode": ('PySide2.QtWidgets.QAbstractItemView.SelectionMode',),
8128    "PySide2.QtWidgets.QAbstractItemView.setSelectionModel": ('PySide2.QtCore.QItemSelectionModel',),
8129    "PySide2.QtWidgets.QAbstractItemView.setState": ('PySide2.QtWidgets.QAbstractItemView.State',),
8130    "PySide2.QtWidgets.QAbstractItemView.setTabKeyNavigation": ('bool',),
8131    "PySide2.QtWidgets.QAbstractItemView.setTextElideMode": ('PySide2.QtCore.Qt.TextElideMode',),
8132    "PySide2.QtWidgets.QAbstractItemView.setVerticalScrollMode": ('PySide2.QtWidgets.QAbstractItemView.ScrollMode',),
8133    "PySide2.QtWidgets.QAbstractItemView.setVerticalStepsPerItem": ('int',),
8134    "PySide2.QtWidgets.QAbstractItemView.showDropIndicator": (),
8135    "PySide2.QtWidgets.QAbstractItemView.sizeHintForColumn": ('int',),
8136    "PySide2.QtWidgets.QAbstractItemView.sizeHintForIndex": ('PySide2.QtCore.QModelIndex',),
8137    "PySide2.QtWidgets.QAbstractItemView.sizeHintForRow": ('int',),
8138    "PySide2.QtWidgets.QAbstractItemView.startAutoScroll": (),
8139    "PySide2.QtWidgets.QAbstractItemView.startDrag": ('PySide2.QtCore.Qt.DropActions',),
8140    "PySide2.QtWidgets.QAbstractItemView.state": (),
8141    "PySide2.QtWidgets.QAbstractItemView.stopAutoScroll": (),
8142    "PySide2.QtWidgets.QAbstractItemView.tabKeyNavigation": (),
8143    "PySide2.QtWidgets.QAbstractItemView.textElideMode": (),
8144    "PySide2.QtWidgets.QAbstractItemView.timerEvent": ('PySide2.QtCore.QTimerEvent',),
8145    "PySide2.QtWidgets.QAbstractItemView.update": [(), ('PySide2.QtCore.QModelIndex',)],
8146    "PySide2.QtWidgets.QAbstractItemView.updateEditorData": (),
8147    "PySide2.QtWidgets.QAbstractItemView.updateEditorGeometries": (),
8148    "PySide2.QtWidgets.QAbstractItemView.updateGeometries": (),
8149    "PySide2.QtWidgets.QAbstractItemView.verticalOffset": (),
8150    "PySide2.QtWidgets.QAbstractItemView.verticalScrollMode": (),
8151    "PySide2.QtWidgets.QAbstractItemView.verticalScrollbarAction": ('int',),
8152    "PySide2.QtWidgets.QAbstractItemView.verticalScrollbarValueChanged": ('int',),
8153    "PySide2.QtWidgets.QAbstractItemView.verticalStepsPerItem": (),
8154    "PySide2.QtWidgets.QAbstractItemView.viewOptions": (),
8155    "PySide2.QtWidgets.QAbstractItemView.viewportEvent": ('PySide2.QtCore.QEvent',),
8156    "PySide2.QtWidgets.QAbstractItemView.viewportSizeHint": (),
8157    "PySide2.QtWidgets.QAbstractItemView.visualRect": ('PySide2.QtCore.QModelIndex',),
8158    "PySide2.QtWidgets.QAbstractItemView.visualRegionForSelection": ('PySide2.QtCore.QItemSelection',),
8159# class PySide2.QtWidgets.QAbstractScrollArea:
8160# class PySide2.QtWidgets.QAbstractScrollArea.SizeAdjustPolicy:
8161    "PySide2.QtWidgets.QAbstractScrollArea.__init__": ('PySide2.QtWidgets.QWidget',),
8162    "PySide2.QtWidgets.QAbstractScrollArea.addScrollBarWidget": ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.Alignment'),
8163    "PySide2.QtWidgets.QAbstractScrollArea.contextMenuEvent": ('PySide2.QtGui.QContextMenuEvent',),
8164    "PySide2.QtWidgets.QAbstractScrollArea.cornerWidget": (),
8165    "PySide2.QtWidgets.QAbstractScrollArea.dragEnterEvent": ('PySide2.QtGui.QDragEnterEvent',),
8166    "PySide2.QtWidgets.QAbstractScrollArea.dragLeaveEvent": ('PySide2.QtGui.QDragLeaveEvent',),
8167    "PySide2.QtWidgets.QAbstractScrollArea.dragMoveEvent": ('PySide2.QtGui.QDragMoveEvent',),
8168    "PySide2.QtWidgets.QAbstractScrollArea.dropEvent": ('PySide2.QtGui.QDropEvent',),
8169    "PySide2.QtWidgets.QAbstractScrollArea.event": ('PySide2.QtCore.QEvent',),
8170    "PySide2.QtWidgets.QAbstractScrollArea.eventFilter": ('PySide2.QtCore.QObject', 'PySide2.QtCore.QEvent'),
8171    "PySide2.QtWidgets.QAbstractScrollArea.horizontalScrollBar": (),
8172    "PySide2.QtWidgets.QAbstractScrollArea.horizontalScrollBarPolicy": (),
8173    "PySide2.QtWidgets.QAbstractScrollArea.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
8174    "PySide2.QtWidgets.QAbstractScrollArea.maximumViewportSize": (),
8175    "PySide2.QtWidgets.QAbstractScrollArea.minimumSizeHint": (),
8176    "PySide2.QtWidgets.QAbstractScrollArea.mouseDoubleClickEvent": ('PySide2.QtGui.QMouseEvent',),
8177    "PySide2.QtWidgets.QAbstractScrollArea.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
8178    "PySide2.QtWidgets.QAbstractScrollArea.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
8179    "PySide2.QtWidgets.QAbstractScrollArea.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
8180    "PySide2.QtWidgets.QAbstractScrollArea.paintEvent": ('PySide2.QtGui.QPaintEvent',),
8181    "PySide2.QtWidgets.QAbstractScrollArea.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
8182    "PySide2.QtWidgets.QAbstractScrollArea.scrollBarWidgets": ('PySide2.QtCore.Qt.Alignment',),
8183    "PySide2.QtWidgets.QAbstractScrollArea.scrollContentsBy": ('int', 'int'),
8184    "PySide2.QtWidgets.QAbstractScrollArea.setCornerWidget": ('PySide2.QtWidgets.QWidget',),
8185    "PySide2.QtWidgets.QAbstractScrollArea.setHorizontalScrollBar": ('PySide2.QtWidgets.QScrollBar',),
8186    "PySide2.QtWidgets.QAbstractScrollArea.setHorizontalScrollBarPolicy": ('PySide2.QtCore.Qt.ScrollBarPolicy',),
8187    "PySide2.QtWidgets.QAbstractScrollArea.setSizeAdjustPolicy": ('PySide2.QtWidgets.QAbstractScrollArea.SizeAdjustPolicy',),
8188    "PySide2.QtWidgets.QAbstractScrollArea.setVerticalScrollBar": ('PySide2.QtWidgets.QScrollBar',),
8189    "PySide2.QtWidgets.QAbstractScrollArea.setVerticalScrollBarPolicy": ('PySide2.QtCore.Qt.ScrollBarPolicy',),
8190    "PySide2.QtWidgets.QAbstractScrollArea.setViewport": ('PySide2.QtWidgets.QWidget',),
8191    "PySide2.QtWidgets.QAbstractScrollArea.setViewportMargins": [('PySide2.QtCore.QMargins',), ('int', 'int', 'int', 'int')],
8192    "PySide2.QtWidgets.QAbstractScrollArea.setupViewport": ('PySide2.QtWidgets.QWidget',),
8193    "PySide2.QtWidgets.QAbstractScrollArea.sizeAdjustPolicy": (),
8194    "PySide2.QtWidgets.QAbstractScrollArea.sizeHint": (),
8195    "PySide2.QtWidgets.QAbstractScrollArea.verticalScrollBar": (),
8196    "PySide2.QtWidgets.QAbstractScrollArea.verticalScrollBarPolicy": (),
8197    "PySide2.QtWidgets.QAbstractScrollArea.viewport": (),
8198    "PySide2.QtWidgets.QAbstractScrollArea.viewportEvent": ('PySide2.QtCore.QEvent',),
8199    "PySide2.QtWidgets.QAbstractScrollArea.viewportMargins": (),
8200    "PySide2.QtWidgets.QAbstractScrollArea.viewportSizeHint": (),
8201    "PySide2.QtWidgets.QAbstractScrollArea.wheelEvent": ('PySide2.QtGui.QWheelEvent',),
8202# class PySide2.QtWidgets.QAbstractSlider:
8203# class PySide2.QtWidgets.QAbstractSlider.SliderAction:
8204# class PySide2.QtWidgets.QAbstractSlider.SliderChange:
8205    "PySide2.QtWidgets.QAbstractSlider.__init__": ('PySide2.QtWidgets.QWidget',),
8206    "PySide2.QtWidgets.QAbstractSlider.changeEvent": ('PySide2.QtCore.QEvent',),
8207    "PySide2.QtWidgets.QAbstractSlider.event": ('PySide2.QtCore.QEvent',),
8208    "PySide2.QtWidgets.QAbstractSlider.hasTracking": (),
8209    "PySide2.QtWidgets.QAbstractSlider.invertedAppearance": (),
8210    "PySide2.QtWidgets.QAbstractSlider.invertedControls": (),
8211    "PySide2.QtWidgets.QAbstractSlider.isSliderDown": (),
8212    "PySide2.QtWidgets.QAbstractSlider.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
8213    "PySide2.QtWidgets.QAbstractSlider.maximum": (),
8214    "PySide2.QtWidgets.QAbstractSlider.minimum": (),
8215    "PySide2.QtWidgets.QAbstractSlider.orientation": (),
8216    "PySide2.QtWidgets.QAbstractSlider.pageStep": (),
8217    "PySide2.QtWidgets.QAbstractSlider.repeatAction": (),
8218    "PySide2.QtWidgets.QAbstractSlider.setInvertedAppearance": ('bool',),
8219    "PySide2.QtWidgets.QAbstractSlider.setInvertedControls": ('bool',),
8220    "PySide2.QtWidgets.QAbstractSlider.setMaximum": ('int',),
8221    "PySide2.QtWidgets.QAbstractSlider.setMinimum": ('int',),
8222    "PySide2.QtWidgets.QAbstractSlider.setOrientation": ('PySide2.QtCore.Qt.Orientation',),
8223    "PySide2.QtWidgets.QAbstractSlider.setPageStep": ('int',),
8224    "PySide2.QtWidgets.QAbstractSlider.setRange": ('int', 'int'),
8225    "PySide2.QtWidgets.QAbstractSlider.setRepeatAction": ('PySide2.QtWidgets.QAbstractSlider.SliderAction', 'int', 'int'),
8226    "PySide2.QtWidgets.QAbstractSlider.setSingleStep": ('int',),
8227    "PySide2.QtWidgets.QAbstractSlider.setSliderDown": ('bool',),
8228    "PySide2.QtWidgets.QAbstractSlider.setSliderPosition": ('int',),
8229    "PySide2.QtWidgets.QAbstractSlider.setTracking": ('bool',),
8230    "PySide2.QtWidgets.QAbstractSlider.setValue": ('int',),
8231    "PySide2.QtWidgets.QAbstractSlider.singleStep": (),
8232    "PySide2.QtWidgets.QAbstractSlider.sliderChange": ('PySide2.QtWidgets.QAbstractSlider.SliderChange',),
8233    "PySide2.QtWidgets.QAbstractSlider.sliderPosition": (),
8234    "PySide2.QtWidgets.QAbstractSlider.timerEvent": ('PySide2.QtCore.QTimerEvent',),
8235    "PySide2.QtWidgets.QAbstractSlider.triggerAction": ('PySide2.QtWidgets.QAbstractSlider.SliderAction',),
8236    "PySide2.QtWidgets.QAbstractSlider.value": (),
8237    "PySide2.QtWidgets.QAbstractSlider.wheelEvent": ('PySide2.QtGui.QWheelEvent',),
8238# class PySide2.QtWidgets.QAbstractSpinBox:
8239# class PySide2.QtWidgets.QAbstractSpinBox.ButtonSymbols:
8240# class PySide2.QtWidgets.QAbstractSpinBox.CorrectionMode:
8241# class PySide2.QtWidgets.QAbstractSpinBox.StepEnabled:
8242# class PySide2.QtWidgets.QAbstractSpinBox.StepEnabledFlag:
8243# class PySide2.QtWidgets.QAbstractSpinBox.StepType:
8244    "PySide2.QtWidgets.QAbstractSpinBox.__init__": ('PySide2.QtWidgets.QWidget',),
8245    "PySide2.QtWidgets.QAbstractSpinBox.alignment": (),
8246    "PySide2.QtWidgets.QAbstractSpinBox.buttonSymbols": (),
8247    "PySide2.QtWidgets.QAbstractSpinBox.changeEvent": ('PySide2.QtCore.QEvent',),
8248    "PySide2.QtWidgets.QAbstractSpinBox.clear": (),
8249    "PySide2.QtWidgets.QAbstractSpinBox.closeEvent": ('PySide2.QtGui.QCloseEvent',),
8250    "PySide2.QtWidgets.QAbstractSpinBox.contextMenuEvent": ('PySide2.QtGui.QContextMenuEvent',),
8251    "PySide2.QtWidgets.QAbstractSpinBox.correctionMode": (),
8252    "PySide2.QtWidgets.QAbstractSpinBox.event": ('PySide2.QtCore.QEvent',),
8253    "PySide2.QtWidgets.QAbstractSpinBox.fixup": ('str',),
8254    "PySide2.QtWidgets.QAbstractSpinBox.focusInEvent": ('PySide2.QtGui.QFocusEvent',),
8255    "PySide2.QtWidgets.QAbstractSpinBox.focusOutEvent": ('PySide2.QtGui.QFocusEvent',),
8256    "PySide2.QtWidgets.QAbstractSpinBox.hasAcceptableInput": (),
8257    "PySide2.QtWidgets.QAbstractSpinBox.hasFrame": (),
8258    "PySide2.QtWidgets.QAbstractSpinBox.hideEvent": ('PySide2.QtGui.QHideEvent',),
8259    "PySide2.QtWidgets.QAbstractSpinBox.initStyleOption": ('PySide2.QtWidgets.QStyleOptionSpinBox',),
8260    "PySide2.QtWidgets.QAbstractSpinBox.inputMethodQuery": ('PySide2.QtCore.Qt.InputMethodQuery',),
8261    "PySide2.QtWidgets.QAbstractSpinBox.interpretText": (),
8262    "PySide2.QtWidgets.QAbstractSpinBox.isAccelerated": (),
8263    "PySide2.QtWidgets.QAbstractSpinBox.isGroupSeparatorShown": (),
8264    "PySide2.QtWidgets.QAbstractSpinBox.isReadOnly": (),
8265    "PySide2.QtWidgets.QAbstractSpinBox.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
8266    "PySide2.QtWidgets.QAbstractSpinBox.keyReleaseEvent": ('PySide2.QtGui.QKeyEvent',),
8267    "PySide2.QtWidgets.QAbstractSpinBox.keyboardTracking": (),
8268    "PySide2.QtWidgets.QAbstractSpinBox.lineEdit": (),
8269    "PySide2.QtWidgets.QAbstractSpinBox.minimumSizeHint": (),
8270    "PySide2.QtWidgets.QAbstractSpinBox.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
8271    "PySide2.QtWidgets.QAbstractSpinBox.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
8272    "PySide2.QtWidgets.QAbstractSpinBox.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
8273    "PySide2.QtWidgets.QAbstractSpinBox.paintEvent": ('PySide2.QtGui.QPaintEvent',),
8274    "PySide2.QtWidgets.QAbstractSpinBox.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
8275    "PySide2.QtWidgets.QAbstractSpinBox.selectAll": (),
8276    "PySide2.QtWidgets.QAbstractSpinBox.setAccelerated": ('bool',),
8277    "PySide2.QtWidgets.QAbstractSpinBox.setAlignment": ('PySide2.QtCore.Qt.Alignment',),
8278    "PySide2.QtWidgets.QAbstractSpinBox.setButtonSymbols": ('PySide2.QtWidgets.QAbstractSpinBox.ButtonSymbols',),
8279    "PySide2.QtWidgets.QAbstractSpinBox.setCorrectionMode": ('PySide2.QtWidgets.QAbstractSpinBox.CorrectionMode',),
8280    "PySide2.QtWidgets.QAbstractSpinBox.setFrame": ('bool',),
8281    "PySide2.QtWidgets.QAbstractSpinBox.setGroupSeparatorShown": ('bool',),
8282    "PySide2.QtWidgets.QAbstractSpinBox.setKeyboardTracking": ('bool',),
8283    "PySide2.QtWidgets.QAbstractSpinBox.setLineEdit": ('PySide2.QtWidgets.QLineEdit',),
8284    "PySide2.QtWidgets.QAbstractSpinBox.setReadOnly": ('bool',),
8285    "PySide2.QtWidgets.QAbstractSpinBox.setSpecialValueText": ('str',),
8286    "PySide2.QtWidgets.QAbstractSpinBox.setWrapping": ('bool',),
8287    "PySide2.QtWidgets.QAbstractSpinBox.showEvent": ('PySide2.QtGui.QShowEvent',),
8288    "PySide2.QtWidgets.QAbstractSpinBox.sizeHint": (),
8289    "PySide2.QtWidgets.QAbstractSpinBox.specialValueText": (),
8290    "PySide2.QtWidgets.QAbstractSpinBox.stepBy": ('int',),
8291    "PySide2.QtWidgets.QAbstractSpinBox.stepDown": (),
8292    "PySide2.QtWidgets.QAbstractSpinBox.stepEnabled": (),
8293    "PySide2.QtWidgets.QAbstractSpinBox.stepUp": (),
8294    "PySide2.QtWidgets.QAbstractSpinBox.text": (),
8295    "PySide2.QtWidgets.QAbstractSpinBox.timerEvent": ('PySide2.QtCore.QTimerEvent',),
8296    "PySide2.QtWidgets.QAbstractSpinBox.validate": ('str', 'int'),
8297    "PySide2.QtWidgets.QAbstractSpinBox.wheelEvent": ('PySide2.QtGui.QWheelEvent',),
8298    "PySide2.QtWidgets.QAbstractSpinBox.wrapping": (),
8299# class PySide2.QtWidgets.QAccessibleWidget:
8300    "PySide2.QtWidgets.QAccessibleWidget.__init__": ('PySide2.QtWidgets.QWidget', 'PySide2.QtGui.QAccessible.Role', 'str'),
8301    "PySide2.QtWidgets.QAccessibleWidget.actionNames": (),
8302    "PySide2.QtWidgets.QAccessibleWidget.addControllingSignal": ('str',),
8303    "PySide2.QtWidgets.QAccessibleWidget.backgroundColor": (),
8304    "PySide2.QtWidgets.QAccessibleWidget.child": ('int',),
8305    "PySide2.QtWidgets.QAccessibleWidget.childCount": (),
8306    "PySide2.QtWidgets.QAccessibleWidget.doAction": ('str',),
8307    "PySide2.QtWidgets.QAccessibleWidget.focusChild": (),
8308    "PySide2.QtWidgets.QAccessibleWidget.foregroundColor": (),
8309    "PySide2.QtWidgets.QAccessibleWidget.indexOfChild": ('PySide2.QtGui.QAccessibleInterface',),
8310    "PySide2.QtWidgets.QAccessibleWidget.interface_cast": ('PySide2.QtGui.QAccessible.InterfaceType',),
8311    "PySide2.QtWidgets.QAccessibleWidget.isValid": (),
8312    "PySide2.QtWidgets.QAccessibleWidget.keyBindingsForAction": ('str',),
8313    "PySide2.QtWidgets.QAccessibleWidget.parent": (),
8314    "PySide2.QtWidgets.QAccessibleWidget.parentObject": (),
8315    "PySide2.QtWidgets.QAccessibleWidget.rect": (),
8316    "PySide2.QtWidgets.QAccessibleWidget.relations": ('PySide2.QtGui.QAccessible.Relation',),
8317    "PySide2.QtWidgets.QAccessibleWidget.role": (),
8318    "PySide2.QtWidgets.QAccessibleWidget.state": (),
8319    "PySide2.QtWidgets.QAccessibleWidget.text": ('PySide2.QtGui.QAccessible.Text',),
8320    "PySide2.QtWidgets.QAccessibleWidget.widget": (),
8321    "PySide2.QtWidgets.QAccessibleWidget.window": (),
8322# class PySide2.QtWidgets.QAction:
8323# class PySide2.QtWidgets.QAction.ActionEvent:
8324# class PySide2.QtWidgets.QAction.MenuRole:
8325# class PySide2.QtWidgets.QAction.Priority:
8326    "PySide2.QtWidgets.QAction.__init__": [('PySide2.QtCore.QObject',), ('PySide2.QtGui.QIcon', 'str', 'PySide2.QtCore.QObject'), ('str', 'PySide2.QtCore.QObject')],
8327    "PySide2.QtWidgets.QAction.actionGroup": (),
8328    "PySide2.QtWidgets.QAction.activate": ('PySide2.QtWidgets.QAction.ActionEvent',),
8329    "PySide2.QtWidgets.QAction.associatedGraphicsWidgets": (),
8330    "PySide2.QtWidgets.QAction.associatedWidgets": (),
8331    "PySide2.QtWidgets.QAction.autoRepeat": (),
8332    "PySide2.QtWidgets.QAction.data": (),
8333    "PySide2.QtWidgets.QAction.event": ('PySide2.QtCore.QEvent',),
8334    "PySide2.QtWidgets.QAction.font": (),
8335    "PySide2.QtWidgets.QAction.hover": (),
8336    "PySide2.QtWidgets.QAction.icon": (),
8337    "PySide2.QtWidgets.QAction.iconText": (),
8338    "PySide2.QtWidgets.QAction.isCheckable": (),
8339    "PySide2.QtWidgets.QAction.isChecked": (),
8340    "PySide2.QtWidgets.QAction.isEnabled": (),
8341    "PySide2.QtWidgets.QAction.isIconVisibleInMenu": (),
8342    "PySide2.QtWidgets.QAction.isSeparator": (),
8343    "PySide2.QtWidgets.QAction.isShortcutVisibleInContextMenu": (),
8344    "PySide2.QtWidgets.QAction.isVisible": (),
8345    "PySide2.QtWidgets.QAction.menu": (),
8346    "PySide2.QtWidgets.QAction.menuRole": (),
8347    "PySide2.QtWidgets.QAction.parentWidget": (),
8348    "PySide2.QtWidgets.QAction.priority": (),
8349    "PySide2.QtWidgets.QAction.setActionGroup": ('PySide2.QtWidgets.QActionGroup',),
8350    "PySide2.QtWidgets.QAction.setAutoRepeat": ('bool',),
8351    "PySide2.QtWidgets.QAction.setCheckable": ('bool',),
8352    "PySide2.QtWidgets.QAction.setChecked": ('bool',),
8353    "PySide2.QtWidgets.QAction.setData": ('typing.Any',),
8354    "PySide2.QtWidgets.QAction.setDisabled": ('bool',),
8355    "PySide2.QtWidgets.QAction.setEnabled": ('bool',),
8356    "PySide2.QtWidgets.QAction.setFont": ('PySide2.QtGui.QFont',),
8357    "PySide2.QtWidgets.QAction.setIcon": ('PySide2.QtGui.QIcon',),
8358    "PySide2.QtWidgets.QAction.setIconText": ('str',),
8359    "PySide2.QtWidgets.QAction.setIconVisibleInMenu": ('bool',),
8360    "PySide2.QtWidgets.QAction.setMenu": ('PySide2.QtWidgets.QMenu',),
8361    "PySide2.QtWidgets.QAction.setMenuRole": ('PySide2.QtWidgets.QAction.MenuRole',),
8362    "PySide2.QtWidgets.QAction.setPriority": ('PySide2.QtWidgets.QAction.Priority',),
8363    "PySide2.QtWidgets.QAction.setSeparator": ('bool',),
8364    "PySide2.QtWidgets.QAction.setShortcut": ('PySide2.QtGui.QKeySequence',),
8365    "PySide2.QtWidgets.QAction.setShortcutContext": ('PySide2.QtCore.Qt.ShortcutContext',),
8366    "PySide2.QtWidgets.QAction.setShortcutVisibleInContextMenu": ('bool',),
8367    "PySide2.QtWidgets.QAction.setShortcuts": [('PySide2.QtGui.QKeySequence.StandardKey',), ('typing.Sequence[PySide2.QtGui.QKeySequence]',)],
8368    "PySide2.QtWidgets.QAction.setStatusTip": ('str',),
8369    "PySide2.QtWidgets.QAction.setText": ('str',),
8370    "PySide2.QtWidgets.QAction.setToolTip": ('str',),
8371    "PySide2.QtWidgets.QAction.setVisible": ('bool',),
8372    "PySide2.QtWidgets.QAction.setWhatsThis": ('str',),
8373    "PySide2.QtWidgets.QAction.shortcut": (),
8374    "PySide2.QtWidgets.QAction.shortcutContext": (),
8375    "PySide2.QtWidgets.QAction.shortcuts": (),
8376    "PySide2.QtWidgets.QAction.showStatusText": ('PySide2.QtWidgets.QWidget',),
8377    "PySide2.QtWidgets.QAction.statusTip": (),
8378    "PySide2.QtWidgets.QAction.text": (),
8379    "PySide2.QtWidgets.QAction.toggle": (),
8380    "PySide2.QtWidgets.QAction.toolTip": (),
8381    "PySide2.QtWidgets.QAction.trigger": (),
8382    "PySide2.QtWidgets.QAction.whatsThis": (),
8383# class PySide2.QtWidgets.QActionGroup:
8384# class PySide2.QtWidgets.QActionGroup.ExclusionPolicy:
8385    "PySide2.QtWidgets.QActionGroup.__init__": ('PySide2.QtCore.QObject',),
8386    "PySide2.QtWidgets.QActionGroup.actions": (),
8387    "PySide2.QtWidgets.QActionGroup.addAction": [('PySide2.QtGui.QIcon', 'str'), ('PySide2.QtWidgets.QAction',), ('str',)],
8388    "PySide2.QtWidgets.QActionGroup.checkedAction": (),
8389    "PySide2.QtWidgets.QActionGroup.exclusionPolicy": (),
8390    "PySide2.QtWidgets.QActionGroup.isEnabled": (),
8391    "PySide2.QtWidgets.QActionGroup.isExclusive": (),
8392    "PySide2.QtWidgets.QActionGroup.isVisible": (),
8393    "PySide2.QtWidgets.QActionGroup.removeAction": ('PySide2.QtWidgets.QAction',),
8394    "PySide2.QtWidgets.QActionGroup.setDisabled": ('bool',),
8395    "PySide2.QtWidgets.QActionGroup.setEnabled": ('bool',),
8396    "PySide2.QtWidgets.QActionGroup.setExclusionPolicy": ('PySide2.QtWidgets.QActionGroup.ExclusionPolicy',),
8397    "PySide2.QtWidgets.QActionGroup.setExclusive": ('bool',),
8398    "PySide2.QtWidgets.QActionGroup.setVisible": ('bool',),
8399# class PySide2.QtWidgets.QApplication:
8400# class PySide2.QtWidgets.QApplication.ColorSpec:
8401    "PySide2.QtWidgets.QApplication.__init__": [(), ('typing.Sequence[str]',)],
8402    "PySide2.QtWidgets.QApplication.aboutQt": (),
8403    "PySide2.QtWidgets.QApplication.activeModalWidget": (),
8404    "PySide2.QtWidgets.QApplication.activePopupWidget": (),
8405    "PySide2.QtWidgets.QApplication.activeWindow": (),
8406    "PySide2.QtWidgets.QApplication.alert": ('PySide2.QtWidgets.QWidget', 'int'),
8407    "PySide2.QtWidgets.QApplication.allWidgets": (),
8408    "PySide2.QtWidgets.QApplication.autoSipEnabled": (),
8409    "PySide2.QtWidgets.QApplication.beep": (),
8410    "PySide2.QtWidgets.QApplication.closeAllWindows": (),
8411    "PySide2.QtWidgets.QApplication.colorSpec": (),
8412    "PySide2.QtWidgets.QApplication.cursorFlashTime": (),
8413    "PySide2.QtWidgets.QApplication.desktop": (),
8414    "PySide2.QtWidgets.QApplication.doubleClickInterval": (),
8415    "PySide2.QtWidgets.QApplication.event": ('PySide2.QtCore.QEvent',),
8416    "PySide2.QtWidgets.QApplication.exec_": (),
8417    "PySide2.QtWidgets.QApplication.focusWidget": (),
8418    "PySide2.QtWidgets.QApplication.font": [(), ('PySide2.QtWidgets.QWidget',), ('str',)],
8419    "PySide2.QtWidgets.QApplication.fontMetrics": (),
8420    "PySide2.QtWidgets.QApplication.globalStrut": (),
8421    "PySide2.QtWidgets.QApplication.isEffectEnabled": ('PySide2.QtCore.Qt.UIEffect',),
8422    "PySide2.QtWidgets.QApplication.keyboardInputInterval": (),
8423    "PySide2.QtWidgets.QApplication.notify": ('PySide2.QtCore.QObject', 'PySide2.QtCore.QEvent'),
8424    "PySide2.QtWidgets.QApplication.palette": [(), ('PySide2.QtWidgets.QWidget',), ('str',)],
8425    "PySide2.QtWidgets.QApplication.setActiveWindow": ('PySide2.QtWidgets.QWidget',),
8426    "PySide2.QtWidgets.QApplication.setAutoSipEnabled": ('bool',),
8427    "PySide2.QtWidgets.QApplication.setColorSpec": ('int',),
8428    "PySide2.QtWidgets.QApplication.setCursorFlashTime": ('int',),
8429    "PySide2.QtWidgets.QApplication.setDoubleClickInterval": ('int',),
8430    "PySide2.QtWidgets.QApplication.setEffectEnabled": ('PySide2.QtCore.Qt.UIEffect', 'bool'),
8431    "PySide2.QtWidgets.QApplication.setFont": [('PySide2.QtGui.QFont',), ('PySide2.QtGui.QFont', 'str')],
8432    "PySide2.QtWidgets.QApplication.setGlobalStrut": ('PySide2.QtCore.QSize',),
8433    "PySide2.QtWidgets.QApplication.setKeyboardInputInterval": ('int',),
8434    "PySide2.QtWidgets.QApplication.setPalette": [('PySide2.QtGui.QPalette',), ('PySide2.QtGui.QPalette', 'str')],
8435    "PySide2.QtWidgets.QApplication.setStartDragDistance": ('int',),
8436    "PySide2.QtWidgets.QApplication.setStartDragTime": ('int',),
8437    "PySide2.QtWidgets.QApplication.setStyle": [('PySide2.QtWidgets.QStyle',), ('str',)],
8438    "PySide2.QtWidgets.QApplication.setStyleSheet": ('str',),
8439    "PySide2.QtWidgets.QApplication.setWheelScrollLines": ('int',),
8440    "PySide2.QtWidgets.QApplication.setWindowIcon": ('PySide2.QtGui.QIcon',),
8441    "PySide2.QtWidgets.QApplication.startDragDistance": (),
8442    "PySide2.QtWidgets.QApplication.startDragTime": (),
8443    "PySide2.QtWidgets.QApplication.style": (),
8444    "PySide2.QtWidgets.QApplication.styleSheet": (),
8445    "PySide2.QtWidgets.QApplication.topLevelAt": [('PySide2.QtCore.QPoint',), ('int', 'int')],
8446    "PySide2.QtWidgets.QApplication.topLevelWidgets": (),
8447    "PySide2.QtWidgets.QApplication.wheelScrollLines": (),
8448    "PySide2.QtWidgets.QApplication.widgetAt": [('PySide2.QtCore.QPoint',), ('int', 'int')],
8449    "PySide2.QtWidgets.QApplication.windowIcon": (),
8450# class PySide2.QtWidgets.QBoxLayout:
8451# class PySide2.QtWidgets.QBoxLayout.Direction:
8452    "PySide2.QtWidgets.QBoxLayout.__init__": ('PySide2.QtWidgets.QBoxLayout.Direction', 'PySide2.QtWidgets.QWidget'),
8453    "PySide2.QtWidgets.QBoxLayout.addItem": ('PySide2.QtWidgets.QLayoutItem',),
8454    "PySide2.QtWidgets.QBoxLayout.addLayout": ('PySide2.QtWidgets.QLayout', 'int'),
8455    "PySide2.QtWidgets.QBoxLayout.addSpacerItem": ('PySide2.QtWidgets.QSpacerItem',),
8456    "PySide2.QtWidgets.QBoxLayout.addSpacing": ('int',),
8457    "PySide2.QtWidgets.QBoxLayout.addStretch": ('int',),
8458    "PySide2.QtWidgets.QBoxLayout.addStrut": ('int',),
8459    "PySide2.QtWidgets.QBoxLayout.addWidget": [('PySide2.QtWidgets.QWidget',), ('PySide2.QtWidgets.QWidget', 'int', 'PySide2.QtCore.Qt.Alignment')],
8460    "PySide2.QtWidgets.QBoxLayout.count": (),
8461    "PySide2.QtWidgets.QBoxLayout.direction": (),
8462    "PySide2.QtWidgets.QBoxLayout.expandingDirections": (),
8463    "PySide2.QtWidgets.QBoxLayout.hasHeightForWidth": (),
8464    "PySide2.QtWidgets.QBoxLayout.heightForWidth": ('int',),
8465    "PySide2.QtWidgets.QBoxLayout.insertItem": ('int', 'PySide2.QtWidgets.QLayoutItem'),
8466    "PySide2.QtWidgets.QBoxLayout.insertLayout": ('int', 'PySide2.QtWidgets.QLayout', 'int'),
8467    "PySide2.QtWidgets.QBoxLayout.insertSpacerItem": ('int', 'PySide2.QtWidgets.QSpacerItem'),
8468    "PySide2.QtWidgets.QBoxLayout.insertSpacing": ('int', 'int'),
8469    "PySide2.QtWidgets.QBoxLayout.insertStretch": ('int', 'int'),
8470    "PySide2.QtWidgets.QBoxLayout.insertWidget": ('int', 'PySide2.QtWidgets.QWidget', 'int', 'PySide2.QtCore.Qt.Alignment'),
8471    "PySide2.QtWidgets.QBoxLayout.invalidate": (),
8472    "PySide2.QtWidgets.QBoxLayout.itemAt": ('int',),
8473    "PySide2.QtWidgets.QBoxLayout.maximumSize": (),
8474    "PySide2.QtWidgets.QBoxLayout.minimumHeightForWidth": ('int',),
8475    "PySide2.QtWidgets.QBoxLayout.minimumSize": (),
8476    "PySide2.QtWidgets.QBoxLayout.setDirection": ('PySide2.QtWidgets.QBoxLayout.Direction',),
8477    "PySide2.QtWidgets.QBoxLayout.setGeometry": ('PySide2.QtCore.QRect',),
8478    "PySide2.QtWidgets.QBoxLayout.setSpacing": ('int',),
8479    "PySide2.QtWidgets.QBoxLayout.setStretch": ('int', 'int'),
8480    "PySide2.QtWidgets.QBoxLayout.setStretchFactor": [('PySide2.QtWidgets.QLayout', 'int'), ('PySide2.QtWidgets.QWidget', 'int')],
8481    "PySide2.QtWidgets.QBoxLayout.sizeHint": (),
8482    "PySide2.QtWidgets.QBoxLayout.spacing": (),
8483    "PySide2.QtWidgets.QBoxLayout.stretch": ('int',),
8484    "PySide2.QtWidgets.QBoxLayout.takeAt": ('int',),
8485# class PySide2.QtWidgets.QButtonGroup:
8486    "PySide2.QtWidgets.QButtonGroup.__init__": ('PySide2.QtCore.QObject',),
8487    "PySide2.QtWidgets.QButtonGroup.addButton": ('PySide2.QtWidgets.QAbstractButton', 'int'),
8488    "PySide2.QtWidgets.QButtonGroup.button": ('int',),
8489    "PySide2.QtWidgets.QButtonGroup.buttons": (),
8490    "PySide2.QtWidgets.QButtonGroup.checkedButton": (),
8491    "PySide2.QtWidgets.QButtonGroup.checkedId": (),
8492    "PySide2.QtWidgets.QButtonGroup.exclusive": (),
8493    "PySide2.QtWidgets.QButtonGroup.id": ('PySide2.QtWidgets.QAbstractButton',),
8494    "PySide2.QtWidgets.QButtonGroup.removeButton": ('PySide2.QtWidgets.QAbstractButton',),
8495    "PySide2.QtWidgets.QButtonGroup.setExclusive": ('bool',),
8496    "PySide2.QtWidgets.QButtonGroup.setId": ('PySide2.QtWidgets.QAbstractButton', 'int'),
8497# class PySide2.QtWidgets.QCalendarWidget:
8498# class PySide2.QtWidgets.QCalendarWidget.HorizontalHeaderFormat:
8499# class PySide2.QtWidgets.QCalendarWidget.SelectionMode:
8500# class PySide2.QtWidgets.QCalendarWidget.VerticalHeaderFormat:
8501    "PySide2.QtWidgets.QCalendarWidget.__init__": ('PySide2.QtWidgets.QWidget',),
8502    "PySide2.QtWidgets.QCalendarWidget.calendar": (),
8503    "PySide2.QtWidgets.QCalendarWidget.dateEditAcceptDelay": (),
8504    "PySide2.QtWidgets.QCalendarWidget.dateTextFormat": [(), ('PySide2.QtCore.QDate',)],
8505    "PySide2.QtWidgets.QCalendarWidget.event": ('PySide2.QtCore.QEvent',),
8506    "PySide2.QtWidgets.QCalendarWidget.eventFilter": ('PySide2.QtCore.QObject', 'PySide2.QtCore.QEvent'),
8507    "PySide2.QtWidgets.QCalendarWidget.firstDayOfWeek": (),
8508    "PySide2.QtWidgets.QCalendarWidget.headerTextFormat": (),
8509    "PySide2.QtWidgets.QCalendarWidget.horizontalHeaderFormat": (),
8510    "PySide2.QtWidgets.QCalendarWidget.isDateEditEnabled": (),
8511    "PySide2.QtWidgets.QCalendarWidget.isGridVisible": (),
8512    "PySide2.QtWidgets.QCalendarWidget.isNavigationBarVisible": (),
8513    "PySide2.QtWidgets.QCalendarWidget.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
8514    "PySide2.QtWidgets.QCalendarWidget.maximumDate": (),
8515    "PySide2.QtWidgets.QCalendarWidget.minimumDate": (),
8516    "PySide2.QtWidgets.QCalendarWidget.minimumSizeHint": (),
8517    "PySide2.QtWidgets.QCalendarWidget.monthShown": (),
8518    "PySide2.QtWidgets.QCalendarWidget.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
8519    "PySide2.QtWidgets.QCalendarWidget.paintCell": ('PySide2.QtGui.QPainter', 'PySide2.QtCore.QRect', 'PySide2.QtCore.QDate'),
8520    "PySide2.QtWidgets.QCalendarWidget.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
8521    "PySide2.QtWidgets.QCalendarWidget.selectedDate": (),
8522    "PySide2.QtWidgets.QCalendarWidget.selectionMode": (),
8523    "PySide2.QtWidgets.QCalendarWidget.setCalendar": ('PySide2.QtCore.QCalendar',),
8524    "PySide2.QtWidgets.QCalendarWidget.setCurrentPage": ('int', 'int'),
8525    "PySide2.QtWidgets.QCalendarWidget.setDateEditAcceptDelay": ('int',),
8526    "PySide2.QtWidgets.QCalendarWidget.setDateEditEnabled": ('bool',),
8527    "PySide2.QtWidgets.QCalendarWidget.setDateRange": ('PySide2.QtCore.QDate', 'PySide2.QtCore.QDate'),
8528    "PySide2.QtWidgets.QCalendarWidget.setDateTextFormat": ('PySide2.QtCore.QDate', 'PySide2.QtGui.QTextCharFormat'),
8529    "PySide2.QtWidgets.QCalendarWidget.setFirstDayOfWeek": ('PySide2.QtCore.Qt.DayOfWeek',),
8530    "PySide2.QtWidgets.QCalendarWidget.setGridVisible": ('bool',),
8531    "PySide2.QtWidgets.QCalendarWidget.setHeaderTextFormat": ('PySide2.QtGui.QTextCharFormat',),
8532    "PySide2.QtWidgets.QCalendarWidget.setHorizontalHeaderFormat": ('PySide2.QtWidgets.QCalendarWidget.HorizontalHeaderFormat',),
8533    "PySide2.QtWidgets.QCalendarWidget.setMaximumDate": ('PySide2.QtCore.QDate',),
8534    "PySide2.QtWidgets.QCalendarWidget.setMinimumDate": ('PySide2.QtCore.QDate',),
8535    "PySide2.QtWidgets.QCalendarWidget.setNavigationBarVisible": ('bool',),
8536    "PySide2.QtWidgets.QCalendarWidget.setSelectedDate": ('PySide2.QtCore.QDate',),
8537    "PySide2.QtWidgets.QCalendarWidget.setSelectionMode": ('PySide2.QtWidgets.QCalendarWidget.SelectionMode',),
8538    "PySide2.QtWidgets.QCalendarWidget.setVerticalHeaderFormat": ('PySide2.QtWidgets.QCalendarWidget.VerticalHeaderFormat',),
8539    "PySide2.QtWidgets.QCalendarWidget.setWeekdayTextFormat": ('PySide2.QtCore.Qt.DayOfWeek', 'PySide2.QtGui.QTextCharFormat'),
8540    "PySide2.QtWidgets.QCalendarWidget.showNextMonth": (),
8541    "PySide2.QtWidgets.QCalendarWidget.showNextYear": (),
8542    "PySide2.QtWidgets.QCalendarWidget.showPreviousMonth": (),
8543    "PySide2.QtWidgets.QCalendarWidget.showPreviousYear": (),
8544    "PySide2.QtWidgets.QCalendarWidget.showSelectedDate": (),
8545    "PySide2.QtWidgets.QCalendarWidget.showToday": (),
8546    "PySide2.QtWidgets.QCalendarWidget.sizeHint": (),
8547    "PySide2.QtWidgets.QCalendarWidget.updateCell": ('PySide2.QtCore.QDate',),
8548    "PySide2.QtWidgets.QCalendarWidget.updateCells": (),
8549    "PySide2.QtWidgets.QCalendarWidget.verticalHeaderFormat": (),
8550    "PySide2.QtWidgets.QCalendarWidget.weekdayTextFormat": ('PySide2.QtCore.Qt.DayOfWeek',),
8551    "PySide2.QtWidgets.QCalendarWidget.yearShown": (),
8552# class PySide2.QtWidgets.QCheckBox:
8553    "PySide2.QtWidgets.QCheckBox.__init__": [('PySide2.QtWidgets.QWidget',), ('str', 'PySide2.QtWidgets.QWidget')],
8554    "PySide2.QtWidgets.QCheckBox.checkState": (),
8555    "PySide2.QtWidgets.QCheckBox.checkStateSet": (),
8556    "PySide2.QtWidgets.QCheckBox.event": ('PySide2.QtCore.QEvent',),
8557    "PySide2.QtWidgets.QCheckBox.hitButton": ('PySide2.QtCore.QPoint',),
8558    "PySide2.QtWidgets.QCheckBox.initStyleOption": ('PySide2.QtWidgets.QStyleOptionButton',),
8559    "PySide2.QtWidgets.QCheckBox.isTristate": (),
8560    "PySide2.QtWidgets.QCheckBox.minimumSizeHint": (),
8561    "PySide2.QtWidgets.QCheckBox.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
8562    "PySide2.QtWidgets.QCheckBox.nextCheckState": (),
8563    "PySide2.QtWidgets.QCheckBox.paintEvent": ('PySide2.QtGui.QPaintEvent',),
8564    "PySide2.QtWidgets.QCheckBox.setCheckState": ('PySide2.QtCore.Qt.CheckState',),
8565    "PySide2.QtWidgets.QCheckBox.setTristate": ('bool',),
8566    "PySide2.QtWidgets.QCheckBox.sizeHint": (),
8567# class PySide2.QtWidgets.QColorDialog:
8568# class PySide2.QtWidgets.QColorDialog.ColorDialogOption:
8569# class PySide2.QtWidgets.QColorDialog.ColorDialogOptions:
8570    "PySide2.QtWidgets.QColorDialog.__init__": [('PySide2.QtGui.QColor', 'PySide2.QtWidgets.QWidget'), ('PySide2.QtWidgets.QWidget',)],
8571    "PySide2.QtWidgets.QColorDialog.changeEvent": ('PySide2.QtCore.QEvent',),
8572    "PySide2.QtWidgets.QColorDialog.currentColor": (),
8573    "PySide2.QtWidgets.QColorDialog.customColor": ('int',),
8574    "PySide2.QtWidgets.QColorDialog.customCount": (),
8575    "PySide2.QtWidgets.QColorDialog.done": ('int',),
8576    "PySide2.QtWidgets.QColorDialog.getColor": ('PySide2.QtGui.QColor', 'PySide2.QtWidgets.QWidget', 'str', 'PySide2.QtWidgets.QColorDialog.ColorDialogOptions'),
8577    "PySide2.QtWidgets.QColorDialog.open": [(), ('PySide2.QtCore.QObject', 'str')],
8578    "PySide2.QtWidgets.QColorDialog.options": (),
8579    "PySide2.QtWidgets.QColorDialog.selectedColor": (),
8580    "PySide2.QtWidgets.QColorDialog.setCurrentColor": ('PySide2.QtGui.QColor',),
8581    "PySide2.QtWidgets.QColorDialog.setCustomColor": ('int', 'PySide2.QtGui.QColor'),
8582    "PySide2.QtWidgets.QColorDialog.setOption": ('PySide2.QtWidgets.QColorDialog.ColorDialogOption', 'bool'),
8583    "PySide2.QtWidgets.QColorDialog.setOptions": ('PySide2.QtWidgets.QColorDialog.ColorDialogOptions',),
8584    "PySide2.QtWidgets.QColorDialog.setStandardColor": ('int', 'PySide2.QtGui.QColor'),
8585    "PySide2.QtWidgets.QColorDialog.setVisible": ('bool',),
8586    "PySide2.QtWidgets.QColorDialog.standardColor": ('int',),
8587    "PySide2.QtWidgets.QColorDialog.testOption": ('PySide2.QtWidgets.QColorDialog.ColorDialogOption',),
8588# class PySide2.QtWidgets.QColormap:
8589# class PySide2.QtWidgets.QColormap.Mode:
8590    "PySide2.QtWidgets.QColormap.__init__": ('PySide2.QtWidgets.QColormap',),
8591    "PySide2.QtWidgets.QColormap.__copy__": (),
8592    "PySide2.QtWidgets.QColormap.cleanup": (),
8593    "PySide2.QtWidgets.QColormap.colorAt": ('int',),
8594    "PySide2.QtWidgets.QColormap.colormap": (),
8595    "PySide2.QtWidgets.QColormap.depth": (),
8596    "PySide2.QtWidgets.QColormap.initialize": (),
8597    "PySide2.QtWidgets.QColormap.instance": ('int',),
8598    "PySide2.QtWidgets.QColormap.mode": (),
8599    "PySide2.QtWidgets.QColormap.pixel": ('PySide2.QtGui.QColor',),
8600    "PySide2.QtWidgets.QColormap.size": (),
8601# class PySide2.QtWidgets.QColumnView:
8602    "PySide2.QtWidgets.QColumnView.__init__": ('PySide2.QtWidgets.QWidget',),
8603    "PySide2.QtWidgets.QColumnView.columnWidths": (),
8604    "PySide2.QtWidgets.QColumnView.createColumn": ('PySide2.QtCore.QModelIndex',),
8605    "PySide2.QtWidgets.QColumnView.currentChanged": ('PySide2.QtCore.QModelIndex', 'PySide2.QtCore.QModelIndex'),
8606    "PySide2.QtWidgets.QColumnView.horizontalOffset": (),
8607    "PySide2.QtWidgets.QColumnView.indexAt": ('PySide2.QtCore.QPoint',),
8608    "PySide2.QtWidgets.QColumnView.initializeColumn": ('PySide2.QtWidgets.QAbstractItemView',),
8609    "PySide2.QtWidgets.QColumnView.isIndexHidden": ('PySide2.QtCore.QModelIndex',),
8610    "PySide2.QtWidgets.QColumnView.moveCursor": ('PySide2.QtWidgets.QAbstractItemView.CursorAction', 'PySide2.QtCore.Qt.KeyboardModifiers'),
8611    "PySide2.QtWidgets.QColumnView.previewWidget": (),
8612    "PySide2.QtWidgets.QColumnView.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
8613    "PySide2.QtWidgets.QColumnView.resizeGripsVisible": (),
8614    "PySide2.QtWidgets.QColumnView.rowsInserted": ('PySide2.QtCore.QModelIndex', 'int', 'int'),
8615    "PySide2.QtWidgets.QColumnView.scrollContentsBy": ('int', 'int'),
8616    "PySide2.QtWidgets.QColumnView.scrollTo": ('PySide2.QtCore.QModelIndex', 'PySide2.QtWidgets.QAbstractItemView.ScrollHint'),
8617    "PySide2.QtWidgets.QColumnView.selectAll": (),
8618    "PySide2.QtWidgets.QColumnView.setColumnWidths": ('typing.Sequence[int]',),
8619    "PySide2.QtWidgets.QColumnView.setModel": ('PySide2.QtCore.QAbstractItemModel',),
8620    "PySide2.QtWidgets.QColumnView.setPreviewWidget": ('PySide2.QtWidgets.QWidget',),
8621    "PySide2.QtWidgets.QColumnView.setResizeGripsVisible": ('bool',),
8622    "PySide2.QtWidgets.QColumnView.setRootIndex": ('PySide2.QtCore.QModelIndex',),
8623    "PySide2.QtWidgets.QColumnView.setSelection": ('PySide2.QtCore.QRect', 'PySide2.QtCore.QItemSelectionModel.SelectionFlags'),
8624    "PySide2.QtWidgets.QColumnView.setSelectionModel": ('PySide2.QtCore.QItemSelectionModel',),
8625    "PySide2.QtWidgets.QColumnView.sizeHint": (),
8626    "PySide2.QtWidgets.QColumnView.verticalOffset": (),
8627    "PySide2.QtWidgets.QColumnView.visualRect": ('PySide2.QtCore.QModelIndex',),
8628    "PySide2.QtWidgets.QColumnView.visualRegionForSelection": ('PySide2.QtCore.QItemSelection',),
8629# class PySide2.QtWidgets.QComboBox:
8630# class PySide2.QtWidgets.QComboBox.InsertPolicy:
8631# class PySide2.QtWidgets.QComboBox.SizeAdjustPolicy:
8632    "PySide2.QtWidgets.QComboBox.__init__": ('PySide2.QtWidgets.QWidget',),
8633    "PySide2.QtWidgets.QComboBox.addItem": [('PySide2.QtGui.QIcon', 'str', 'typing.Any'), ('str', 'typing.Any')],
8634    "PySide2.QtWidgets.QComboBox.addItems": ('typing.Sequence[str]',),
8635    "PySide2.QtWidgets.QComboBox.autoCompletion": (),
8636    "PySide2.QtWidgets.QComboBox.autoCompletionCaseSensitivity": (),
8637    "PySide2.QtWidgets.QComboBox.changeEvent": ('PySide2.QtCore.QEvent',),
8638    "PySide2.QtWidgets.QComboBox.clear": (),
8639    "PySide2.QtWidgets.QComboBox.clearEditText": (),
8640    "PySide2.QtWidgets.QComboBox.completer": (),
8641    "PySide2.QtWidgets.QComboBox.contextMenuEvent": ('PySide2.QtGui.QContextMenuEvent',),
8642    "PySide2.QtWidgets.QComboBox.count": (),
8643    "PySide2.QtWidgets.QComboBox.currentData": ('int',),
8644    "PySide2.QtWidgets.QComboBox.currentIndex": (),
8645    "PySide2.QtWidgets.QComboBox.currentText": (),
8646    "PySide2.QtWidgets.QComboBox.duplicatesEnabled": (),
8647    "PySide2.QtWidgets.QComboBox.event": ('PySide2.QtCore.QEvent',),
8648    "PySide2.QtWidgets.QComboBox.findData": ('typing.Any', 'int', 'PySide2.QtCore.Qt.MatchFlags'),
8649    "PySide2.QtWidgets.QComboBox.findText": ('str', 'PySide2.QtCore.Qt.MatchFlags'),
8650    "PySide2.QtWidgets.QComboBox.focusInEvent": ('PySide2.QtGui.QFocusEvent',),
8651    "PySide2.QtWidgets.QComboBox.focusOutEvent": ('PySide2.QtGui.QFocusEvent',),
8652    "PySide2.QtWidgets.QComboBox.hasFrame": (),
8653    "PySide2.QtWidgets.QComboBox.hideEvent": ('PySide2.QtGui.QHideEvent',),
8654    "PySide2.QtWidgets.QComboBox.hidePopup": (),
8655    "PySide2.QtWidgets.QComboBox.iconSize": (),
8656    "PySide2.QtWidgets.QComboBox.initStyleOption": ('PySide2.QtWidgets.QStyleOptionComboBox',),
8657    "PySide2.QtWidgets.QComboBox.inputMethodEvent": ('PySide2.QtGui.QInputMethodEvent',),
8658    "PySide2.QtWidgets.QComboBox.inputMethodQuery": [('PySide2.QtCore.Qt.InputMethodQuery',), ('PySide2.QtCore.Qt.InputMethodQuery', 'typing.Any')],
8659    "PySide2.QtWidgets.QComboBox.insertItem": [('int', 'PySide2.QtGui.QIcon', 'str', 'typing.Any'), ('int', 'str', 'typing.Any')],
8660    "PySide2.QtWidgets.QComboBox.insertItems": ('int', 'typing.Sequence[str]'),
8661    "PySide2.QtWidgets.QComboBox.insertPolicy": (),
8662    "PySide2.QtWidgets.QComboBox.insertSeparator": ('int',),
8663    "PySide2.QtWidgets.QComboBox.isEditable": (),
8664    "PySide2.QtWidgets.QComboBox.itemData": ('int', 'int'),
8665    "PySide2.QtWidgets.QComboBox.itemDelegate": (),
8666    "PySide2.QtWidgets.QComboBox.itemIcon": ('int',),
8667    "PySide2.QtWidgets.QComboBox.itemText": ('int',),
8668    "PySide2.QtWidgets.QComboBox.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
8669    "PySide2.QtWidgets.QComboBox.keyReleaseEvent": ('PySide2.QtGui.QKeyEvent',),
8670    "PySide2.QtWidgets.QComboBox.lineEdit": (),
8671    "PySide2.QtWidgets.QComboBox.maxCount": (),
8672    "PySide2.QtWidgets.QComboBox.maxVisibleItems": (),
8673    "PySide2.QtWidgets.QComboBox.minimumContentsLength": (),
8674    "PySide2.QtWidgets.QComboBox.minimumSizeHint": (),
8675    "PySide2.QtWidgets.QComboBox.model": (),
8676    "PySide2.QtWidgets.QComboBox.modelColumn": (),
8677    "PySide2.QtWidgets.QComboBox.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
8678    "PySide2.QtWidgets.QComboBox.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
8679    "PySide2.QtWidgets.QComboBox.paintEvent": ('PySide2.QtGui.QPaintEvent',),
8680    "PySide2.QtWidgets.QComboBox.removeItem": ('int',),
8681    "PySide2.QtWidgets.QComboBox.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
8682    "PySide2.QtWidgets.QComboBox.rootModelIndex": (),
8683    "PySide2.QtWidgets.QComboBox.setAutoCompletion": ('bool',),
8684    "PySide2.QtWidgets.QComboBox.setAutoCompletionCaseSensitivity": ('PySide2.QtCore.Qt.CaseSensitivity',),
8685    "PySide2.QtWidgets.QComboBox.setCompleter": ('PySide2.QtWidgets.QCompleter',),
8686    "PySide2.QtWidgets.QComboBox.setCurrentIndex": ('int',),
8687    "PySide2.QtWidgets.QComboBox.setCurrentText": ('str',),
8688    "PySide2.QtWidgets.QComboBox.setDuplicatesEnabled": ('bool',),
8689    "PySide2.QtWidgets.QComboBox.setEditText": ('str',),
8690    "PySide2.QtWidgets.QComboBox.setEditable": ('bool',),
8691    "PySide2.QtWidgets.QComboBox.setFrame": ('bool',),
8692    "PySide2.QtWidgets.QComboBox.setIconSize": ('PySide2.QtCore.QSize',),
8693    "PySide2.QtWidgets.QComboBox.setInsertPolicy": ('PySide2.QtWidgets.QComboBox.InsertPolicy',),
8694    "PySide2.QtWidgets.QComboBox.setItemData": ('int', 'typing.Any', 'int'),
8695    "PySide2.QtWidgets.QComboBox.setItemDelegate": ('PySide2.QtWidgets.QAbstractItemDelegate',),
8696    "PySide2.QtWidgets.QComboBox.setItemIcon": ('int', 'PySide2.QtGui.QIcon'),
8697    "PySide2.QtWidgets.QComboBox.setItemText": ('int', 'str'),
8698    "PySide2.QtWidgets.QComboBox.setLineEdit": ('PySide2.QtWidgets.QLineEdit',),
8699    "PySide2.QtWidgets.QComboBox.setMaxCount": ('int',),
8700    "PySide2.QtWidgets.QComboBox.setMaxVisibleItems": ('int',),
8701    "PySide2.QtWidgets.QComboBox.setMinimumContentsLength": ('int',),
8702    "PySide2.QtWidgets.QComboBox.setModel": ('PySide2.QtCore.QAbstractItemModel',),
8703    "PySide2.QtWidgets.QComboBox.setModelColumn": ('int',),
8704    "PySide2.QtWidgets.QComboBox.setRootModelIndex": ('PySide2.QtCore.QModelIndex',),
8705    "PySide2.QtWidgets.QComboBox.setSizeAdjustPolicy": ('PySide2.QtWidgets.QComboBox.SizeAdjustPolicy',),
8706    "PySide2.QtWidgets.QComboBox.setValidator": ('PySide2.QtGui.QValidator',),
8707    "PySide2.QtWidgets.QComboBox.setView": ('PySide2.QtWidgets.QAbstractItemView',),
8708    "PySide2.QtWidgets.QComboBox.showEvent": ('PySide2.QtGui.QShowEvent',),
8709    "PySide2.QtWidgets.QComboBox.showPopup": (),
8710    "PySide2.QtWidgets.QComboBox.sizeAdjustPolicy": (),
8711    "PySide2.QtWidgets.QComboBox.sizeHint": (),
8712    "PySide2.QtWidgets.QComboBox.validator": (),
8713    "PySide2.QtWidgets.QComboBox.view": (),
8714    "PySide2.QtWidgets.QComboBox.wheelEvent": ('PySide2.QtGui.QWheelEvent',),
8715# class PySide2.QtWidgets.QCommandLinkButton:
8716    "PySide2.QtWidgets.QCommandLinkButton.__init__": [('PySide2.QtWidgets.QWidget',), ('str', 'PySide2.QtWidgets.QWidget'), ('str', 'str', 'PySide2.QtWidgets.QWidget')],
8717    "PySide2.QtWidgets.QCommandLinkButton.description": (),
8718    "PySide2.QtWidgets.QCommandLinkButton.event": ('PySide2.QtCore.QEvent',),
8719    "PySide2.QtWidgets.QCommandLinkButton.heightForWidth": ('int',),
8720    "PySide2.QtWidgets.QCommandLinkButton.minimumSizeHint": (),
8721    "PySide2.QtWidgets.QCommandLinkButton.paintEvent": ('PySide2.QtGui.QPaintEvent',),
8722    "PySide2.QtWidgets.QCommandLinkButton.setDescription": ('str',),
8723    "PySide2.QtWidgets.QCommandLinkButton.sizeHint": (),
8724# class PySide2.QtWidgets.QCommonStyle:
8725    "PySide2.QtWidgets.QCommonStyle.__init__": (),
8726    "PySide2.QtWidgets.QCommonStyle.drawComplexControl": ('PySide2.QtWidgets.QStyle.ComplexControl', 'PySide2.QtWidgets.QStyleOptionComplex', 'PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QWidget'),
8727    "PySide2.QtWidgets.QCommonStyle.drawControl": ('PySide2.QtWidgets.QStyle.ControlElement', 'PySide2.QtWidgets.QStyleOption', 'PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QWidget'),
8728    "PySide2.QtWidgets.QCommonStyle.drawPrimitive": ('PySide2.QtWidgets.QStyle.PrimitiveElement', 'PySide2.QtWidgets.QStyleOption', 'PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QWidget'),
8729    "PySide2.QtWidgets.QCommonStyle.generatedIconPixmap": ('PySide2.QtGui.QIcon.Mode', 'PySide2.QtGui.QPixmap', 'PySide2.QtWidgets.QStyleOption'),
8730    "PySide2.QtWidgets.QCommonStyle.hitTestComplexControl": ('PySide2.QtWidgets.QStyle.ComplexControl', 'PySide2.QtWidgets.QStyleOptionComplex', 'PySide2.QtCore.QPoint', 'PySide2.QtWidgets.QWidget'),
8731    "PySide2.QtWidgets.QCommonStyle.layoutSpacing": ('PySide2.QtWidgets.QSizePolicy.ControlType', 'PySide2.QtWidgets.QSizePolicy.ControlType', 'PySide2.QtCore.Qt.Orientation', 'PySide2.QtWidgets.QStyleOption', 'PySide2.QtWidgets.QWidget'),
8732    "PySide2.QtWidgets.QCommonStyle.pixelMetric": ('PySide2.QtWidgets.QStyle.PixelMetric', 'PySide2.QtWidgets.QStyleOption', 'PySide2.QtWidgets.QWidget'),
8733    "PySide2.QtWidgets.QCommonStyle.polish": [('PySide2.QtGui.QPalette',), ('PySide2.QtWidgets.QApplication',), ('PySide2.QtWidgets.QWidget',)],
8734    "PySide2.QtWidgets.QCommonStyle.sizeFromContents": ('PySide2.QtWidgets.QStyle.ContentsType', 'PySide2.QtWidgets.QStyleOption', 'PySide2.QtCore.QSize', 'PySide2.QtWidgets.QWidget'),
8735    "PySide2.QtWidgets.QCommonStyle.standardIcon": ('PySide2.QtWidgets.QStyle.StandardPixmap', 'PySide2.QtWidgets.QStyleOption', 'PySide2.QtWidgets.QWidget'),
8736    "PySide2.QtWidgets.QCommonStyle.standardPixmap": ('PySide2.QtWidgets.QStyle.StandardPixmap', 'PySide2.QtWidgets.QStyleOption', 'PySide2.QtWidgets.QWidget'),
8737    "PySide2.QtWidgets.QCommonStyle.styleHint": ('PySide2.QtWidgets.QStyle.StyleHint', 'PySide2.QtWidgets.QStyleOption', 'PySide2.QtWidgets.QWidget', 'PySide2.QtWidgets.QStyleHintReturn'),
8738    "PySide2.QtWidgets.QCommonStyle.subControlRect": ('PySide2.QtWidgets.QStyle.ComplexControl', 'PySide2.QtWidgets.QStyleOptionComplex', 'PySide2.QtWidgets.QStyle.SubControl', 'PySide2.QtWidgets.QWidget'),
8739    "PySide2.QtWidgets.QCommonStyle.subElementRect": ('PySide2.QtWidgets.QStyle.SubElement', 'PySide2.QtWidgets.QStyleOption', 'PySide2.QtWidgets.QWidget'),
8740    "PySide2.QtWidgets.QCommonStyle.unpolish": [('PySide2.QtWidgets.QApplication',), ('PySide2.QtWidgets.QWidget',)],
8741# class PySide2.QtWidgets.QCompleter:
8742# class PySide2.QtWidgets.QCompleter.CompletionMode:
8743# class PySide2.QtWidgets.QCompleter.ModelSorting:
8744    "PySide2.QtWidgets.QCompleter.__init__": [('PySide2.QtCore.QAbstractItemModel', 'PySide2.QtCore.QObject'), ('PySide2.QtCore.QObject',), ('typing.Sequence[str]', 'PySide2.QtCore.QObject')],
8745    "PySide2.QtWidgets.QCompleter.caseSensitivity": (),
8746    "PySide2.QtWidgets.QCompleter.complete": ('PySide2.QtCore.QRect',),
8747    "PySide2.QtWidgets.QCompleter.completionColumn": (),
8748    "PySide2.QtWidgets.QCompleter.completionCount": (),
8749    "PySide2.QtWidgets.QCompleter.completionMode": (),
8750    "PySide2.QtWidgets.QCompleter.completionModel": (),
8751    "PySide2.QtWidgets.QCompleter.completionPrefix": (),
8752    "PySide2.QtWidgets.QCompleter.completionRole": (),
8753    "PySide2.QtWidgets.QCompleter.currentCompletion": (),
8754    "PySide2.QtWidgets.QCompleter.currentIndex": (),
8755    "PySide2.QtWidgets.QCompleter.currentRow": (),
8756    "PySide2.QtWidgets.QCompleter.event": ('PySide2.QtCore.QEvent',),
8757    "PySide2.QtWidgets.QCompleter.eventFilter": ('PySide2.QtCore.QObject', 'PySide2.QtCore.QEvent'),
8758    "PySide2.QtWidgets.QCompleter.filterMode": (),
8759    "PySide2.QtWidgets.QCompleter.maxVisibleItems": (),
8760    "PySide2.QtWidgets.QCompleter.model": (),
8761    "PySide2.QtWidgets.QCompleter.modelSorting": (),
8762    "PySide2.QtWidgets.QCompleter.pathFromIndex": ('PySide2.QtCore.QModelIndex',),
8763    "PySide2.QtWidgets.QCompleter.popup": (),
8764    "PySide2.QtWidgets.QCompleter.setCaseSensitivity": ('PySide2.QtCore.Qt.CaseSensitivity',),
8765    "PySide2.QtWidgets.QCompleter.setCompletionColumn": ('int',),
8766    "PySide2.QtWidgets.QCompleter.setCompletionMode": ('PySide2.QtWidgets.QCompleter.CompletionMode',),
8767    "PySide2.QtWidgets.QCompleter.setCompletionPrefix": ('str',),
8768    "PySide2.QtWidgets.QCompleter.setCompletionRole": ('int',),
8769    "PySide2.QtWidgets.QCompleter.setCurrentRow": ('int',),
8770    "PySide2.QtWidgets.QCompleter.setFilterMode": ('PySide2.QtCore.Qt.MatchFlags',),
8771    "PySide2.QtWidgets.QCompleter.setMaxVisibleItems": ('int',),
8772    "PySide2.QtWidgets.QCompleter.setModel": ('PySide2.QtCore.QAbstractItemModel',),
8773    "PySide2.QtWidgets.QCompleter.setModelSorting": ('PySide2.QtWidgets.QCompleter.ModelSorting',),
8774    "PySide2.QtWidgets.QCompleter.setPopup": ('PySide2.QtWidgets.QAbstractItemView',),
8775    "PySide2.QtWidgets.QCompleter.setWidget": ('PySide2.QtWidgets.QWidget',),
8776    "PySide2.QtWidgets.QCompleter.setWrapAround": ('bool',),
8777    "PySide2.QtWidgets.QCompleter.splitPath": ('str',),
8778    "PySide2.QtWidgets.QCompleter.widget": (),
8779    "PySide2.QtWidgets.QCompleter.wrapAround": (),
8780# class PySide2.QtWidgets.QDataWidgetMapper:
8781# class PySide2.QtWidgets.QDataWidgetMapper.SubmitPolicy:
8782    "PySide2.QtWidgets.QDataWidgetMapper.__init__": ('PySide2.QtCore.QObject',),
8783    "PySide2.QtWidgets.QDataWidgetMapper.addMapping": [('PySide2.QtWidgets.QWidget', 'int'), ('PySide2.QtWidgets.QWidget', 'int', 'PySide2.QtCore.QByteArray')],
8784    "PySide2.QtWidgets.QDataWidgetMapper.clearMapping": (),
8785    "PySide2.QtWidgets.QDataWidgetMapper.currentIndex": (),
8786    "PySide2.QtWidgets.QDataWidgetMapper.itemDelegate": (),
8787    "PySide2.QtWidgets.QDataWidgetMapper.mappedPropertyName": ('PySide2.QtWidgets.QWidget',),
8788    "PySide2.QtWidgets.QDataWidgetMapper.mappedSection": ('PySide2.QtWidgets.QWidget',),
8789    "PySide2.QtWidgets.QDataWidgetMapper.mappedWidgetAt": ('int',),
8790    "PySide2.QtWidgets.QDataWidgetMapper.model": (),
8791    "PySide2.QtWidgets.QDataWidgetMapper.orientation": (),
8792    "PySide2.QtWidgets.QDataWidgetMapper.removeMapping": ('PySide2.QtWidgets.QWidget',),
8793    "PySide2.QtWidgets.QDataWidgetMapper.revert": (),
8794    "PySide2.QtWidgets.QDataWidgetMapper.rootIndex": (),
8795    "PySide2.QtWidgets.QDataWidgetMapper.setCurrentIndex": ('int',),
8796    "PySide2.QtWidgets.QDataWidgetMapper.setCurrentModelIndex": ('PySide2.QtCore.QModelIndex',),
8797    "PySide2.QtWidgets.QDataWidgetMapper.setItemDelegate": ('PySide2.QtWidgets.QAbstractItemDelegate',),
8798    "PySide2.QtWidgets.QDataWidgetMapper.setModel": ('PySide2.QtCore.QAbstractItemModel',),
8799    "PySide2.QtWidgets.QDataWidgetMapper.setOrientation": ('PySide2.QtCore.Qt.Orientation',),
8800    "PySide2.QtWidgets.QDataWidgetMapper.setRootIndex": ('PySide2.QtCore.QModelIndex',),
8801    "PySide2.QtWidgets.QDataWidgetMapper.setSubmitPolicy": ('PySide2.QtWidgets.QDataWidgetMapper.SubmitPolicy',),
8802    "PySide2.QtWidgets.QDataWidgetMapper.submit": (),
8803    "PySide2.QtWidgets.QDataWidgetMapper.submitPolicy": (),
8804    "PySide2.QtWidgets.QDataWidgetMapper.toFirst": (),
8805    "PySide2.QtWidgets.QDataWidgetMapper.toLast": (),
8806    "PySide2.QtWidgets.QDataWidgetMapper.toNext": (),
8807    "PySide2.QtWidgets.QDataWidgetMapper.toPrevious": (),
8808# class PySide2.QtWidgets.QDateEdit:
8809    "PySide2.QtWidgets.QDateEdit.__init__": [('PySide2.QtCore.QDate', 'PySide2.QtWidgets.QWidget'), ('PySide2.QtWidgets.QWidget',)],
8810# class PySide2.QtWidgets.QDateTimeEdit:
8811# class PySide2.QtWidgets.QDateTimeEdit.Section:
8812# class PySide2.QtWidgets.QDateTimeEdit.Sections:
8813    "PySide2.QtWidgets.QDateTimeEdit.__init__": [('PySide2.QtCore.QDate', 'PySide2.QtWidgets.QWidget'), ('PySide2.QtCore.QDateTime', 'PySide2.QtWidgets.QWidget'), ('PySide2.QtCore.QTime', 'PySide2.QtWidgets.QWidget'), ('PySide2.QtWidgets.QWidget',), ('typing.Any', 'type', 'PySide2.QtWidgets.QWidget')],
8814    "PySide2.QtWidgets.QDateTimeEdit.calendar": (),
8815    "PySide2.QtWidgets.QDateTimeEdit.calendarPopup": (),
8816    "PySide2.QtWidgets.QDateTimeEdit.calendarWidget": (),
8817    "PySide2.QtWidgets.QDateTimeEdit.clear": (),
8818    "PySide2.QtWidgets.QDateTimeEdit.clearMaximumDate": (),
8819    "PySide2.QtWidgets.QDateTimeEdit.clearMaximumDateTime": (),
8820    "PySide2.QtWidgets.QDateTimeEdit.clearMaximumTime": (),
8821    "PySide2.QtWidgets.QDateTimeEdit.clearMinimumDate": (),
8822    "PySide2.QtWidgets.QDateTimeEdit.clearMinimumDateTime": (),
8823    "PySide2.QtWidgets.QDateTimeEdit.clearMinimumTime": (),
8824    "PySide2.QtWidgets.QDateTimeEdit.currentSection": (),
8825    "PySide2.QtWidgets.QDateTimeEdit.currentSectionIndex": (),
8826    "PySide2.QtWidgets.QDateTimeEdit.date": (),
8827    "PySide2.QtWidgets.QDateTimeEdit.dateTime": (),
8828    "PySide2.QtWidgets.QDateTimeEdit.dateTimeFromText": ('str',),
8829    "PySide2.QtWidgets.QDateTimeEdit.displayFormat": (),
8830    "PySide2.QtWidgets.QDateTimeEdit.displayedSections": (),
8831    "PySide2.QtWidgets.QDateTimeEdit.event": ('PySide2.QtCore.QEvent',),
8832    "PySide2.QtWidgets.QDateTimeEdit.fixup": ('str',),
8833    "PySide2.QtWidgets.QDateTimeEdit.focusInEvent": ('PySide2.QtGui.QFocusEvent',),
8834    "PySide2.QtWidgets.QDateTimeEdit.focusNextPrevChild": ('bool',),
8835    "PySide2.QtWidgets.QDateTimeEdit.initStyleOption": ('PySide2.QtWidgets.QStyleOptionSpinBox',),
8836    "PySide2.QtWidgets.QDateTimeEdit.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
8837    "PySide2.QtWidgets.QDateTimeEdit.maximumDate": (),
8838    "PySide2.QtWidgets.QDateTimeEdit.maximumDateTime": (),
8839    "PySide2.QtWidgets.QDateTimeEdit.maximumTime": (),
8840    "PySide2.QtWidgets.QDateTimeEdit.minimumDate": (),
8841    "PySide2.QtWidgets.QDateTimeEdit.minimumDateTime": (),
8842    "PySide2.QtWidgets.QDateTimeEdit.minimumTime": (),
8843    "PySide2.QtWidgets.QDateTimeEdit.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
8844    "PySide2.QtWidgets.QDateTimeEdit.paintEvent": ('PySide2.QtGui.QPaintEvent',),
8845    "PySide2.QtWidgets.QDateTimeEdit.sectionAt": ('int',),
8846    "PySide2.QtWidgets.QDateTimeEdit.sectionCount": (),
8847    "PySide2.QtWidgets.QDateTimeEdit.sectionText": ('PySide2.QtWidgets.QDateTimeEdit.Section',),
8848    "PySide2.QtWidgets.QDateTimeEdit.setCalendar": ('PySide2.QtCore.QCalendar',),
8849    "PySide2.QtWidgets.QDateTimeEdit.setCalendarPopup": ('bool',),
8850    "PySide2.QtWidgets.QDateTimeEdit.setCalendarWidget": ('PySide2.QtWidgets.QCalendarWidget',),
8851    "PySide2.QtWidgets.QDateTimeEdit.setCurrentSection": ('PySide2.QtWidgets.QDateTimeEdit.Section',),
8852    "PySide2.QtWidgets.QDateTimeEdit.setCurrentSectionIndex": ('int',),
8853    "PySide2.QtWidgets.QDateTimeEdit.setDate": ('PySide2.QtCore.QDate',),
8854    "PySide2.QtWidgets.QDateTimeEdit.setDateRange": ('PySide2.QtCore.QDate', 'PySide2.QtCore.QDate'),
8855    "PySide2.QtWidgets.QDateTimeEdit.setDateTime": ('PySide2.QtCore.QDateTime',),
8856    "PySide2.QtWidgets.QDateTimeEdit.setDateTimeRange": ('PySide2.QtCore.QDateTime', 'PySide2.QtCore.QDateTime'),
8857    "PySide2.QtWidgets.QDateTimeEdit.setDisplayFormat": ('str',),
8858    "PySide2.QtWidgets.QDateTimeEdit.setMaximumDate": ('PySide2.QtCore.QDate',),
8859    "PySide2.QtWidgets.QDateTimeEdit.setMaximumDateTime": ('PySide2.QtCore.QDateTime',),
8860    "PySide2.QtWidgets.QDateTimeEdit.setMaximumTime": ('PySide2.QtCore.QTime',),
8861    "PySide2.QtWidgets.QDateTimeEdit.setMinimumDate": ('PySide2.QtCore.QDate',),
8862    "PySide2.QtWidgets.QDateTimeEdit.setMinimumDateTime": ('PySide2.QtCore.QDateTime',),
8863    "PySide2.QtWidgets.QDateTimeEdit.setMinimumTime": ('PySide2.QtCore.QTime',),
8864    "PySide2.QtWidgets.QDateTimeEdit.setSelectedSection": ('PySide2.QtWidgets.QDateTimeEdit.Section',),
8865    "PySide2.QtWidgets.QDateTimeEdit.setTime": ('PySide2.QtCore.QTime',),
8866    "PySide2.QtWidgets.QDateTimeEdit.setTimeRange": ('PySide2.QtCore.QTime', 'PySide2.QtCore.QTime'),
8867    "PySide2.QtWidgets.QDateTimeEdit.setTimeSpec": ('PySide2.QtCore.Qt.TimeSpec',),
8868    "PySide2.QtWidgets.QDateTimeEdit.sizeHint": (),
8869    "PySide2.QtWidgets.QDateTimeEdit.stepBy": ('int',),
8870    "PySide2.QtWidgets.QDateTimeEdit.stepEnabled": (),
8871    "PySide2.QtWidgets.QDateTimeEdit.textFromDateTime": ('PySide2.QtCore.QDateTime',),
8872    "PySide2.QtWidgets.QDateTimeEdit.time": (),
8873    "PySide2.QtWidgets.QDateTimeEdit.timeSpec": (),
8874    "PySide2.QtWidgets.QDateTimeEdit.validate": ('str', 'int'),
8875    "PySide2.QtWidgets.QDateTimeEdit.wheelEvent": ('PySide2.QtGui.QWheelEvent',),
8876# class PySide2.QtWidgets.QDesktopWidget:
8877    "PySide2.QtWidgets.QDesktopWidget.__init__": (),
8878    "PySide2.QtWidgets.QDesktopWidget.availableGeometry": [('PySide2.QtCore.QPoint',), ('PySide2.QtWidgets.QWidget',), ('int',)],
8879    "PySide2.QtWidgets.QDesktopWidget.isVirtualDesktop": (),
8880    "PySide2.QtWidgets.QDesktopWidget.numScreens": (),
8881    "PySide2.QtWidgets.QDesktopWidget.primaryScreen": (),
8882    "PySide2.QtWidgets.QDesktopWidget.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
8883    "PySide2.QtWidgets.QDesktopWidget.screen": [(), ('int',)],
8884    "PySide2.QtWidgets.QDesktopWidget.screenCount": (),
8885    "PySide2.QtWidgets.QDesktopWidget.screenGeometry": [('PySide2.QtCore.QPoint',), ('PySide2.QtWidgets.QWidget',), ('int',)],
8886    "PySide2.QtWidgets.QDesktopWidget.screenNumber": [('PySide2.QtCore.QPoint',), ('PySide2.QtWidgets.QWidget',)],
8887# class PySide2.QtWidgets.QDial:
8888    "PySide2.QtWidgets.QDial.__init__": ('PySide2.QtWidgets.QWidget',),
8889    "PySide2.QtWidgets.QDial.event": ('PySide2.QtCore.QEvent',),
8890    "PySide2.QtWidgets.QDial.initStyleOption": ('PySide2.QtWidgets.QStyleOptionSlider',),
8891    "PySide2.QtWidgets.QDial.minimumSizeHint": (),
8892    "PySide2.QtWidgets.QDial.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
8893    "PySide2.QtWidgets.QDial.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
8894    "PySide2.QtWidgets.QDial.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
8895    "PySide2.QtWidgets.QDial.notchSize": (),
8896    "PySide2.QtWidgets.QDial.notchTarget": (),
8897    "PySide2.QtWidgets.QDial.notchesVisible": (),
8898    "PySide2.QtWidgets.QDial.paintEvent": ('PySide2.QtGui.QPaintEvent',),
8899    "PySide2.QtWidgets.QDial.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
8900    "PySide2.QtWidgets.QDial.setNotchTarget": ('float',),
8901    "PySide2.QtWidgets.QDial.setNotchesVisible": ('bool',),
8902    "PySide2.QtWidgets.QDial.setWrapping": ('bool',),
8903    "PySide2.QtWidgets.QDial.sizeHint": (),
8904    "PySide2.QtWidgets.QDial.sliderChange": ('PySide2.QtWidgets.QAbstractSlider.SliderChange',),
8905    "PySide2.QtWidgets.QDial.wrapping": (),
8906# class PySide2.QtWidgets.QDialog:
8907# class PySide2.QtWidgets.QDialog.DialogCode:
8908    "PySide2.QtWidgets.QDialog.__init__": ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.WindowFlags'),
8909    "PySide2.QtWidgets.QDialog.accept": (),
8910    "PySide2.QtWidgets.QDialog.adjustPosition": ('PySide2.QtWidgets.QWidget',),
8911    "PySide2.QtWidgets.QDialog.closeEvent": ('PySide2.QtGui.QCloseEvent',),
8912    "PySide2.QtWidgets.QDialog.contextMenuEvent": ('PySide2.QtGui.QContextMenuEvent',),
8913    "PySide2.QtWidgets.QDialog.done": ('int',),
8914    "PySide2.QtWidgets.QDialog.eventFilter": ('PySide2.QtCore.QObject', 'PySide2.QtCore.QEvent'),
8915    "PySide2.QtWidgets.QDialog.exec_": (),
8916    "PySide2.QtWidgets.QDialog.extension": (),
8917    "PySide2.QtWidgets.QDialog.isSizeGripEnabled": (),
8918    "PySide2.QtWidgets.QDialog.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
8919    "PySide2.QtWidgets.QDialog.minimumSizeHint": (),
8920    "PySide2.QtWidgets.QDialog.open": (),
8921    "PySide2.QtWidgets.QDialog.orientation": (),
8922    "PySide2.QtWidgets.QDialog.reject": (),
8923    "PySide2.QtWidgets.QDialog.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
8924    "PySide2.QtWidgets.QDialog.result": (),
8925    "PySide2.QtWidgets.QDialog.setExtension": ('PySide2.QtWidgets.QWidget',),
8926    "PySide2.QtWidgets.QDialog.setModal": ('bool',),
8927    "PySide2.QtWidgets.QDialog.setOrientation": ('PySide2.QtCore.Qt.Orientation',),
8928    "PySide2.QtWidgets.QDialog.setResult": ('int',),
8929    "PySide2.QtWidgets.QDialog.setSizeGripEnabled": ('bool',),
8930    "PySide2.QtWidgets.QDialog.setVisible": ('bool',),
8931    "PySide2.QtWidgets.QDialog.showEvent": ('PySide2.QtGui.QShowEvent',),
8932    "PySide2.QtWidgets.QDialog.showExtension": ('bool',),
8933    "PySide2.QtWidgets.QDialog.sizeHint": (),
8934# class PySide2.QtWidgets.QDialogButtonBox:
8935# class PySide2.QtWidgets.QDialogButtonBox.ButtonLayout:
8936# class PySide2.QtWidgets.QDialogButtonBox.ButtonRole:
8937# class PySide2.QtWidgets.QDialogButtonBox.StandardButton:
8938# class PySide2.QtWidgets.QDialogButtonBox.StandardButtons:
8939    "PySide2.QtWidgets.QDialogButtonBox.__init__": [('PySide2.QtCore.Qt.Orientation', 'PySide2.QtWidgets.QWidget'), ('PySide2.QtWidgets.QDialogButtonBox.StandardButtons', 'PySide2.QtCore.Qt.Orientation', 'PySide2.QtWidgets.QWidget'), ('PySide2.QtWidgets.QDialogButtonBox.StandardButtons', 'PySide2.QtWidgets.QWidget'), ('PySide2.QtWidgets.QWidget',)],
8940    "PySide2.QtWidgets.QDialogButtonBox.addButton": [('PySide2.QtWidgets.QAbstractButton', 'PySide2.QtWidgets.QDialogButtonBox.ButtonRole'), ('PySide2.QtWidgets.QDialogButtonBox.StandardButton',), ('str', 'PySide2.QtWidgets.QDialogButtonBox.ButtonRole')],
8941    "PySide2.QtWidgets.QDialogButtonBox.button": ('PySide2.QtWidgets.QDialogButtonBox.StandardButton',),
8942    "PySide2.QtWidgets.QDialogButtonBox.buttonRole": ('PySide2.QtWidgets.QAbstractButton',),
8943    "PySide2.QtWidgets.QDialogButtonBox.buttons": (),
8944    "PySide2.QtWidgets.QDialogButtonBox.centerButtons": (),
8945    "PySide2.QtWidgets.QDialogButtonBox.changeEvent": ('PySide2.QtCore.QEvent',),
8946    "PySide2.QtWidgets.QDialogButtonBox.clear": (),
8947    "PySide2.QtWidgets.QDialogButtonBox.event": ('PySide2.QtCore.QEvent',),
8948    "PySide2.QtWidgets.QDialogButtonBox.orientation": (),
8949    "PySide2.QtWidgets.QDialogButtonBox.removeButton": ('PySide2.QtWidgets.QAbstractButton',),
8950    "PySide2.QtWidgets.QDialogButtonBox.setCenterButtons": ('bool',),
8951    "PySide2.QtWidgets.QDialogButtonBox.setOrientation": ('PySide2.QtCore.Qt.Orientation',),
8952    "PySide2.QtWidgets.QDialogButtonBox.setStandardButtons": ('PySide2.QtWidgets.QDialogButtonBox.StandardButtons',),
8953    "PySide2.QtWidgets.QDialogButtonBox.standardButton": ('PySide2.QtWidgets.QAbstractButton',),
8954    "PySide2.QtWidgets.QDialogButtonBox.standardButtons": (),
8955# class PySide2.QtWidgets.QDirModel:
8956# class PySide2.QtWidgets.QDirModel.Roles:
8957    "PySide2.QtWidgets.QDirModel.__init__": [('PySide2.QtCore.QObject',), ('typing.Sequence[str]', 'PySide2.QtCore.QDir.Filters', 'PySide2.QtCore.QDir.SortFlags', 'PySide2.QtCore.QObject')],
8958    "PySide2.QtWidgets.QDirModel.columnCount": ('PySide2.QtCore.QModelIndex',),
8959    "PySide2.QtWidgets.QDirModel.data": ('PySide2.QtCore.QModelIndex', 'int'),
8960    "PySide2.QtWidgets.QDirModel.dropMimeData": ('PySide2.QtCore.QMimeData', 'PySide2.QtCore.Qt.DropAction', 'int', 'int', 'PySide2.QtCore.QModelIndex'),
8961    "PySide2.QtWidgets.QDirModel.fileIcon": ('PySide2.QtCore.QModelIndex',),
8962    "PySide2.QtWidgets.QDirModel.fileInfo": ('PySide2.QtCore.QModelIndex',),
8963    "PySide2.QtWidgets.QDirModel.fileName": ('PySide2.QtCore.QModelIndex',),
8964    "PySide2.QtWidgets.QDirModel.filePath": ('PySide2.QtCore.QModelIndex',),
8965    "PySide2.QtWidgets.QDirModel.filter": (),
8966    "PySide2.QtWidgets.QDirModel.flags": ('PySide2.QtCore.QModelIndex',),
8967    "PySide2.QtWidgets.QDirModel.hasChildren": ('PySide2.QtCore.QModelIndex',),
8968    "PySide2.QtWidgets.QDirModel.headerData": ('int', 'PySide2.QtCore.Qt.Orientation', 'int'),
8969    "PySide2.QtWidgets.QDirModel.iconProvider": (),
8970    "PySide2.QtWidgets.QDirModel.index": [('int', 'int', 'PySide2.QtCore.QModelIndex'), ('str', 'int')],
8971    "PySide2.QtWidgets.QDirModel.isDir": ('PySide2.QtCore.QModelIndex',),
8972    "PySide2.QtWidgets.QDirModel.isReadOnly": (),
8973    "PySide2.QtWidgets.QDirModel.lazyChildCount": (),
8974    "PySide2.QtWidgets.QDirModel.mimeData": ('typing.List[int]',),
8975    "PySide2.QtWidgets.QDirModel.mimeTypes": (),
8976    "PySide2.QtWidgets.QDirModel.mkdir": ('PySide2.QtCore.QModelIndex', 'str'),
8977    "PySide2.QtWidgets.QDirModel.nameFilters": (),
8978    "PySide2.QtWidgets.QDirModel.parent": [(), ('PySide2.QtCore.QModelIndex',)],
8979    "PySide2.QtWidgets.QDirModel.refresh": ('PySide2.QtCore.QModelIndex',),
8980    "PySide2.QtWidgets.QDirModel.remove": ('PySide2.QtCore.QModelIndex',),
8981    "PySide2.QtWidgets.QDirModel.resolveSymlinks": (),
8982    "PySide2.QtWidgets.QDirModel.rmdir": ('PySide2.QtCore.QModelIndex',),
8983    "PySide2.QtWidgets.QDirModel.rowCount": ('PySide2.QtCore.QModelIndex',),
8984    "PySide2.QtWidgets.QDirModel.setData": ('PySide2.QtCore.QModelIndex', 'typing.Any', 'int'),
8985    "PySide2.QtWidgets.QDirModel.setFilter": ('PySide2.QtCore.QDir.Filters',),
8986    "PySide2.QtWidgets.QDirModel.setIconProvider": ('PySide2.QtWidgets.QFileIconProvider',),
8987    "PySide2.QtWidgets.QDirModel.setLazyChildCount": ('bool',),
8988    "PySide2.QtWidgets.QDirModel.setNameFilters": ('typing.Sequence[str]',),
8989    "PySide2.QtWidgets.QDirModel.setReadOnly": ('bool',),
8990    "PySide2.QtWidgets.QDirModel.setResolveSymlinks": ('bool',),
8991    "PySide2.QtWidgets.QDirModel.setSorting": ('PySide2.QtCore.QDir.SortFlags',),
8992    "PySide2.QtWidgets.QDirModel.sort": ('int', 'PySide2.QtCore.Qt.SortOrder'),
8993    "PySide2.QtWidgets.QDirModel.sorting": (),
8994    "PySide2.QtWidgets.QDirModel.supportedDropActions": (),
8995# class PySide2.QtWidgets.QDockWidget:
8996# class PySide2.QtWidgets.QDockWidget.DockWidgetFeature:
8997# class PySide2.QtWidgets.QDockWidget.DockWidgetFeatures:
8998    "PySide2.QtWidgets.QDockWidget.__init__": [('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.WindowFlags'), ('str', 'PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.WindowFlags')],
8999    "PySide2.QtWidgets.QDockWidget.allowedAreas": (),
9000    "PySide2.QtWidgets.QDockWidget.changeEvent": ('PySide2.QtCore.QEvent',),
9001    "PySide2.QtWidgets.QDockWidget.closeEvent": ('PySide2.QtGui.QCloseEvent',),
9002    "PySide2.QtWidgets.QDockWidget.event": ('PySide2.QtCore.QEvent',),
9003    "PySide2.QtWidgets.QDockWidget.features": (),
9004    "PySide2.QtWidgets.QDockWidget.initStyleOption": ('PySide2.QtWidgets.QStyleOptionDockWidget',),
9005    "PySide2.QtWidgets.QDockWidget.isAreaAllowed": ('PySide2.QtCore.Qt.DockWidgetArea',),
9006    "PySide2.QtWidgets.QDockWidget.isFloating": (),
9007    "PySide2.QtWidgets.QDockWidget.paintEvent": ('PySide2.QtGui.QPaintEvent',),
9008    "PySide2.QtWidgets.QDockWidget.setAllowedAreas": ('PySide2.QtCore.Qt.DockWidgetAreas',),
9009    "PySide2.QtWidgets.QDockWidget.setFeatures": ('PySide2.QtWidgets.QDockWidget.DockWidgetFeatures',),
9010    "PySide2.QtWidgets.QDockWidget.setFloating": ('bool',),
9011    "PySide2.QtWidgets.QDockWidget.setTitleBarWidget": ('PySide2.QtWidgets.QWidget',),
9012    "PySide2.QtWidgets.QDockWidget.setWidget": ('PySide2.QtWidgets.QWidget',),
9013    "PySide2.QtWidgets.QDockWidget.titleBarWidget": (),
9014    "PySide2.QtWidgets.QDockWidget.toggleViewAction": (),
9015    "PySide2.QtWidgets.QDockWidget.widget": (),
9016# class PySide2.QtWidgets.QDoubleSpinBox:
9017    "PySide2.QtWidgets.QDoubleSpinBox.__init__": ('PySide2.QtWidgets.QWidget',),
9018    "PySide2.QtWidgets.QDoubleSpinBox.cleanText": (),
9019    "PySide2.QtWidgets.QDoubleSpinBox.decimals": (),
9020    "PySide2.QtWidgets.QDoubleSpinBox.fixup": ('str',),
9021    "PySide2.QtWidgets.QDoubleSpinBox.maximum": (),
9022    "PySide2.QtWidgets.QDoubleSpinBox.minimum": (),
9023    "PySide2.QtWidgets.QDoubleSpinBox.prefix": (),
9024    "PySide2.QtWidgets.QDoubleSpinBox.setDecimals": ('int',),
9025    "PySide2.QtWidgets.QDoubleSpinBox.setMaximum": ('float',),
9026    "PySide2.QtWidgets.QDoubleSpinBox.setMinimum": ('float',),
9027    "PySide2.QtWidgets.QDoubleSpinBox.setPrefix": ('str',),
9028    "PySide2.QtWidgets.QDoubleSpinBox.setRange": ('float', 'float'),
9029    "PySide2.QtWidgets.QDoubleSpinBox.setSingleStep": ('float',),
9030    "PySide2.QtWidgets.QDoubleSpinBox.setStepType": ('PySide2.QtWidgets.QAbstractSpinBox.StepType',),
9031    "PySide2.QtWidgets.QDoubleSpinBox.setSuffix": ('str',),
9032    "PySide2.QtWidgets.QDoubleSpinBox.setValue": ('float',),
9033    "PySide2.QtWidgets.QDoubleSpinBox.singleStep": (),
9034    "PySide2.QtWidgets.QDoubleSpinBox.stepType": (),
9035    "PySide2.QtWidgets.QDoubleSpinBox.suffix": (),
9036    "PySide2.QtWidgets.QDoubleSpinBox.textFromValue": ('float',),
9037    "PySide2.QtWidgets.QDoubleSpinBox.validate": ('str', 'int'),
9038    "PySide2.QtWidgets.QDoubleSpinBox.value": (),
9039    "PySide2.QtWidgets.QDoubleSpinBox.valueFromText": ('str',),
9040# class PySide2.QtWidgets.QErrorMessage:
9041    "PySide2.QtWidgets.QErrorMessage.__init__": ('PySide2.QtWidgets.QWidget',),
9042    "PySide2.QtWidgets.QErrorMessage.changeEvent": ('PySide2.QtCore.QEvent',),
9043    "PySide2.QtWidgets.QErrorMessage.done": ('int',),
9044    "PySide2.QtWidgets.QErrorMessage.qtHandler": (),
9045    "PySide2.QtWidgets.QErrorMessage.showMessage": [('str',), ('str', 'str')],
9046# class PySide2.QtWidgets.QFileDialog:
9047# class PySide2.QtWidgets.QFileDialog.AcceptMode:
9048# class PySide2.QtWidgets.QFileDialog.DialogLabel:
9049# class PySide2.QtWidgets.QFileDialog.FileMode:
9050# class PySide2.QtWidgets.QFileDialog.Option:
9051# class PySide2.QtWidgets.QFileDialog.Options:
9052# class PySide2.QtWidgets.QFileDialog.ViewMode:
9053    "PySide2.QtWidgets.QFileDialog.__init__": [('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.WindowFlags'), ('PySide2.QtWidgets.QWidget', 'str', 'str', 'str')],
9054    "PySide2.QtWidgets.QFileDialog.accept": (),
9055    "PySide2.QtWidgets.QFileDialog.acceptMode": (),
9056    "PySide2.QtWidgets.QFileDialog.changeEvent": ('PySide2.QtCore.QEvent',),
9057    "PySide2.QtWidgets.QFileDialog.confirmOverwrite": (),
9058    "PySide2.QtWidgets.QFileDialog.defaultSuffix": (),
9059    "PySide2.QtWidgets.QFileDialog.directory": (),
9060    "PySide2.QtWidgets.QFileDialog.directoryUrl": (),
9061    "PySide2.QtWidgets.QFileDialog.done": ('int',),
9062    "PySide2.QtWidgets.QFileDialog.fileMode": (),
9063    "PySide2.QtWidgets.QFileDialog.filter": (),
9064    "PySide2.QtWidgets.QFileDialog.getExistingDirectory": ('PySide2.QtWidgets.QWidget', 'str', 'str', 'PySide2.QtWidgets.QFileDialog.Options'),
9065    "PySide2.QtWidgets.QFileDialog.getExistingDirectoryUrl": ('PySide2.QtWidgets.QWidget', 'str', 'PySide2.QtCore.QUrl', 'PySide2.QtWidgets.QFileDialog.Options', 'typing.Sequence[str]'),
9066    "PySide2.QtWidgets.QFileDialog.getOpenFileName": ('PySide2.QtWidgets.QWidget', 'str', 'str', 'str', 'PySide2.QtWidgets.QFileDialog.Options'),
9067    "PySide2.QtWidgets.QFileDialog.getOpenFileNames": ('PySide2.QtWidgets.QWidget', 'str', 'str', 'str', 'PySide2.QtWidgets.QFileDialog.Options'),
9068    "PySide2.QtWidgets.QFileDialog.getOpenFileUrl": ('PySide2.QtWidgets.QWidget', 'str', 'PySide2.QtCore.QUrl', 'str', 'PySide2.QtWidgets.QFileDialog.Options', 'typing.Sequence[str]'),
9069    "PySide2.QtWidgets.QFileDialog.getOpenFileUrls": ('PySide2.QtWidgets.QWidget', 'str', 'PySide2.QtCore.QUrl', 'str', 'PySide2.QtWidgets.QFileDialog.Options', 'typing.Sequence[str]'),
9070    "PySide2.QtWidgets.QFileDialog.getSaveFileName": ('PySide2.QtWidgets.QWidget', 'str', 'str', 'str', 'PySide2.QtWidgets.QFileDialog.Options'),
9071    "PySide2.QtWidgets.QFileDialog.getSaveFileUrl": ('PySide2.QtWidgets.QWidget', 'str', 'PySide2.QtCore.QUrl', 'str', 'PySide2.QtWidgets.QFileDialog.Options', 'typing.Sequence[str]'),
9072    "PySide2.QtWidgets.QFileDialog.history": (),
9073    "PySide2.QtWidgets.QFileDialog.iconProvider": (),
9074    "PySide2.QtWidgets.QFileDialog.isNameFilterDetailsVisible": (),
9075    "PySide2.QtWidgets.QFileDialog.isReadOnly": (),
9076    "PySide2.QtWidgets.QFileDialog.itemDelegate": (),
9077    "PySide2.QtWidgets.QFileDialog.labelText": ('PySide2.QtWidgets.QFileDialog.DialogLabel',),
9078    "PySide2.QtWidgets.QFileDialog.mimeTypeFilters": (),
9079    "PySide2.QtWidgets.QFileDialog.nameFilters": (),
9080    "PySide2.QtWidgets.QFileDialog.open": [(), ('PySide2.QtCore.QObject', 'str')],
9081    "PySide2.QtWidgets.QFileDialog.options": (),
9082    "PySide2.QtWidgets.QFileDialog.proxyModel": (),
9083    "PySide2.QtWidgets.QFileDialog.resolveSymlinks": (),
9084    "PySide2.QtWidgets.QFileDialog.restoreState": ('PySide2.QtCore.QByteArray',),
9085    "PySide2.QtWidgets.QFileDialog.saveFileContent": ('PySide2.QtCore.QByteArray', 'str'),
9086    "PySide2.QtWidgets.QFileDialog.saveState": (),
9087    "PySide2.QtWidgets.QFileDialog.selectFile": ('str',),
9088    "PySide2.QtWidgets.QFileDialog.selectMimeTypeFilter": ('str',),
9089    "PySide2.QtWidgets.QFileDialog.selectNameFilter": ('str',),
9090    "PySide2.QtWidgets.QFileDialog.selectUrl": ('PySide2.QtCore.QUrl',),
9091    "PySide2.QtWidgets.QFileDialog.selectedFiles": (),
9092    "PySide2.QtWidgets.QFileDialog.selectedMimeTypeFilter": (),
9093    "PySide2.QtWidgets.QFileDialog.selectedNameFilter": (),
9094    "PySide2.QtWidgets.QFileDialog.selectedUrls": (),
9095    "PySide2.QtWidgets.QFileDialog.setAcceptMode": ('PySide2.QtWidgets.QFileDialog.AcceptMode',),
9096    "PySide2.QtWidgets.QFileDialog.setConfirmOverwrite": ('bool',),
9097    "PySide2.QtWidgets.QFileDialog.setDefaultSuffix": ('str',),
9098    "PySide2.QtWidgets.QFileDialog.setDirectory": [('PySide2.QtCore.QDir',), ('str',)],
9099    "PySide2.QtWidgets.QFileDialog.setDirectoryUrl": ('PySide2.QtCore.QUrl',),
9100    "PySide2.QtWidgets.QFileDialog.setFileMode": ('PySide2.QtWidgets.QFileDialog.FileMode',),
9101    "PySide2.QtWidgets.QFileDialog.setFilter": ('PySide2.QtCore.QDir.Filters',),
9102    "PySide2.QtWidgets.QFileDialog.setHistory": ('typing.Sequence[str]',),
9103    "PySide2.QtWidgets.QFileDialog.setIconProvider": ('PySide2.QtWidgets.QFileIconProvider',),
9104    "PySide2.QtWidgets.QFileDialog.setItemDelegate": ('PySide2.QtWidgets.QAbstractItemDelegate',),
9105    "PySide2.QtWidgets.QFileDialog.setLabelText": ('PySide2.QtWidgets.QFileDialog.DialogLabel', 'str'),
9106    "PySide2.QtWidgets.QFileDialog.setMimeTypeFilters": ('typing.Sequence[str]',),
9107    "PySide2.QtWidgets.QFileDialog.setNameFilter": ('str',),
9108    "PySide2.QtWidgets.QFileDialog.setNameFilterDetailsVisible": ('bool',),
9109    "PySide2.QtWidgets.QFileDialog.setNameFilters": ('typing.Sequence[str]',),
9110    "PySide2.QtWidgets.QFileDialog.setOption": ('PySide2.QtWidgets.QFileDialog.Option', 'bool'),
9111    "PySide2.QtWidgets.QFileDialog.setOptions": ('PySide2.QtWidgets.QFileDialog.Options',),
9112    "PySide2.QtWidgets.QFileDialog.setProxyModel": ('PySide2.QtCore.QAbstractProxyModel',),
9113    "PySide2.QtWidgets.QFileDialog.setReadOnly": ('bool',),
9114    "PySide2.QtWidgets.QFileDialog.setResolveSymlinks": ('bool',),
9115    "PySide2.QtWidgets.QFileDialog.setSidebarUrls": ('typing.Sequence[PySide2.QtCore.QUrl]',),
9116    "PySide2.QtWidgets.QFileDialog.setSupportedSchemes": ('typing.Sequence[str]',),
9117    "PySide2.QtWidgets.QFileDialog.setViewMode": ('PySide2.QtWidgets.QFileDialog.ViewMode',),
9118    "PySide2.QtWidgets.QFileDialog.setVisible": ('bool',),
9119    "PySide2.QtWidgets.QFileDialog.sidebarUrls": (),
9120    "PySide2.QtWidgets.QFileDialog.supportedSchemes": (),
9121    "PySide2.QtWidgets.QFileDialog.testOption": ('PySide2.QtWidgets.QFileDialog.Option',),
9122    "PySide2.QtWidgets.QFileDialog.viewMode": (),
9123# class PySide2.QtWidgets.QFileIconProvider:
9124# class PySide2.QtWidgets.QFileIconProvider.IconType:
9125# class PySide2.QtWidgets.QFileIconProvider.Option:
9126# class PySide2.QtWidgets.QFileIconProvider.Options:
9127    "PySide2.QtWidgets.QFileIconProvider.__init__": (),
9128    "PySide2.QtWidgets.QFileIconProvider.icon": [('PySide2.QtCore.QFileInfo',), ('PySide2.QtWidgets.QFileIconProvider.IconType',)],
9129    "PySide2.QtWidgets.QFileIconProvider.options": (),
9130    "PySide2.QtWidgets.QFileIconProvider.setOptions": ('PySide2.QtWidgets.QFileIconProvider.Options',),
9131    "PySide2.QtWidgets.QFileIconProvider.type": ('PySide2.QtCore.QFileInfo',),
9132# class PySide2.QtWidgets.QFileSystemModel:
9133# class PySide2.QtWidgets.QFileSystemModel.Option:
9134# class PySide2.QtWidgets.QFileSystemModel.Options:
9135# class PySide2.QtWidgets.QFileSystemModel.Roles:
9136    "PySide2.QtWidgets.QFileSystemModel.__init__": ('PySide2.QtCore.QObject',),
9137    "PySide2.QtWidgets.QFileSystemModel.canFetchMore": ('PySide2.QtCore.QModelIndex',),
9138    "PySide2.QtWidgets.QFileSystemModel.columnCount": ('PySide2.QtCore.QModelIndex',),
9139    "PySide2.QtWidgets.QFileSystemModel.data": ('PySide2.QtCore.QModelIndex', 'int'),
9140    "PySide2.QtWidgets.QFileSystemModel.dropMimeData": ('PySide2.QtCore.QMimeData', 'PySide2.QtCore.Qt.DropAction', 'int', 'int', 'PySide2.QtCore.QModelIndex'),
9141    "PySide2.QtWidgets.QFileSystemModel.event": ('PySide2.QtCore.QEvent',),
9142    "PySide2.QtWidgets.QFileSystemModel.fetchMore": ('PySide2.QtCore.QModelIndex',),
9143    "PySide2.QtWidgets.QFileSystemModel.fileIcon": ('PySide2.QtCore.QModelIndex',),
9144    "PySide2.QtWidgets.QFileSystemModel.fileInfo": ('PySide2.QtCore.QModelIndex',),
9145    "PySide2.QtWidgets.QFileSystemModel.fileName": ('PySide2.QtCore.QModelIndex',),
9146    "PySide2.QtWidgets.QFileSystemModel.filePath": ('PySide2.QtCore.QModelIndex',),
9147    "PySide2.QtWidgets.QFileSystemModel.filter": (),
9148    "PySide2.QtWidgets.QFileSystemModel.flags": ('PySide2.QtCore.QModelIndex',),
9149    "PySide2.QtWidgets.QFileSystemModel.hasChildren": ('PySide2.QtCore.QModelIndex',),
9150    "PySide2.QtWidgets.QFileSystemModel.headerData": ('int', 'PySide2.QtCore.Qt.Orientation', 'int'),
9151    "PySide2.QtWidgets.QFileSystemModel.iconProvider": (),
9152    "PySide2.QtWidgets.QFileSystemModel.index": [('int', 'int', 'PySide2.QtCore.QModelIndex'), ('str', 'int')],
9153    "PySide2.QtWidgets.QFileSystemModel.isDir": ('PySide2.QtCore.QModelIndex',),
9154    "PySide2.QtWidgets.QFileSystemModel.isReadOnly": (),
9155    "PySide2.QtWidgets.QFileSystemModel.lastModified": ('PySide2.QtCore.QModelIndex',),
9156    "PySide2.QtWidgets.QFileSystemModel.mimeData": ('typing.List[int]',),
9157    "PySide2.QtWidgets.QFileSystemModel.mimeTypes": (),
9158    "PySide2.QtWidgets.QFileSystemModel.mkdir": ('PySide2.QtCore.QModelIndex', 'str'),
9159    "PySide2.QtWidgets.QFileSystemModel.myComputer": ('int',),
9160    "PySide2.QtWidgets.QFileSystemModel.nameFilterDisables": (),
9161    "PySide2.QtWidgets.QFileSystemModel.nameFilters": (),
9162    "PySide2.QtWidgets.QFileSystemModel.options": (),
9163    "PySide2.QtWidgets.QFileSystemModel.parent": [(), ('PySide2.QtCore.QModelIndex',)],
9164    "PySide2.QtWidgets.QFileSystemModel.remove": ('PySide2.QtCore.QModelIndex',),
9165    "PySide2.QtWidgets.QFileSystemModel.resolveSymlinks": (),
9166    "PySide2.QtWidgets.QFileSystemModel.rmdir": ('PySide2.QtCore.QModelIndex',),
9167    "PySide2.QtWidgets.QFileSystemModel.rootDirectory": (),
9168    "PySide2.QtWidgets.QFileSystemModel.rootPath": (),
9169    "PySide2.QtWidgets.QFileSystemModel.rowCount": ('PySide2.QtCore.QModelIndex',),
9170    "PySide2.QtWidgets.QFileSystemModel.setData": ('PySide2.QtCore.QModelIndex', 'typing.Any', 'int'),
9171    "PySide2.QtWidgets.QFileSystemModel.setFilter": ('PySide2.QtCore.QDir.Filters',),
9172    "PySide2.QtWidgets.QFileSystemModel.setIconProvider": ('PySide2.QtWidgets.QFileIconProvider',),
9173    "PySide2.QtWidgets.QFileSystemModel.setNameFilterDisables": ('bool',),
9174    "PySide2.QtWidgets.QFileSystemModel.setNameFilters": ('typing.Sequence[str]',),
9175    "PySide2.QtWidgets.QFileSystemModel.setOption": ('PySide2.QtWidgets.QFileSystemModel.Option', 'bool'),
9176    "PySide2.QtWidgets.QFileSystemModel.setOptions": ('PySide2.QtWidgets.QFileSystemModel.Options',),
9177    "PySide2.QtWidgets.QFileSystemModel.setReadOnly": ('bool',),
9178    "PySide2.QtWidgets.QFileSystemModel.setResolveSymlinks": ('bool',),
9179    "PySide2.QtWidgets.QFileSystemModel.setRootPath": ('str',),
9180    "PySide2.QtWidgets.QFileSystemModel.sibling": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
9181    "PySide2.QtWidgets.QFileSystemModel.size": ('PySide2.QtCore.QModelIndex',),
9182    "PySide2.QtWidgets.QFileSystemModel.sort": ('int', 'PySide2.QtCore.Qt.SortOrder'),
9183    "PySide2.QtWidgets.QFileSystemModel.supportedDropActions": (),
9184    "PySide2.QtWidgets.QFileSystemModel.testOption": ('PySide2.QtWidgets.QFileSystemModel.Option',),
9185    "PySide2.QtWidgets.QFileSystemModel.timerEvent": ('PySide2.QtCore.QTimerEvent',),
9186    "PySide2.QtWidgets.QFileSystemModel.type": ('PySide2.QtCore.QModelIndex',),
9187# class PySide2.QtWidgets.QFocusFrame:
9188    "PySide2.QtWidgets.QFocusFrame.__init__": ('PySide2.QtWidgets.QWidget',),
9189    "PySide2.QtWidgets.QFocusFrame.event": ('PySide2.QtCore.QEvent',),
9190    "PySide2.QtWidgets.QFocusFrame.eventFilter": ('PySide2.QtCore.QObject', 'PySide2.QtCore.QEvent'),
9191    "PySide2.QtWidgets.QFocusFrame.initStyleOption": ('PySide2.QtWidgets.QStyleOption',),
9192    "PySide2.QtWidgets.QFocusFrame.paintEvent": ('PySide2.QtGui.QPaintEvent',),
9193    "PySide2.QtWidgets.QFocusFrame.setWidget": ('PySide2.QtWidgets.QWidget',),
9194    "PySide2.QtWidgets.QFocusFrame.widget": (),
9195# class PySide2.QtWidgets.QFontComboBox:
9196# class PySide2.QtWidgets.QFontComboBox.FontFilter:
9197# class PySide2.QtWidgets.QFontComboBox.FontFilters:
9198    "PySide2.QtWidgets.QFontComboBox.__init__": ('PySide2.QtWidgets.QWidget',),
9199    "PySide2.QtWidgets.QFontComboBox.currentFont": (),
9200    "PySide2.QtWidgets.QFontComboBox.event": ('PySide2.QtCore.QEvent',),
9201    "PySide2.QtWidgets.QFontComboBox.fontFilters": (),
9202    "PySide2.QtWidgets.QFontComboBox.setCurrentFont": ('PySide2.QtGui.QFont',),
9203    "PySide2.QtWidgets.QFontComboBox.setFontFilters": ('PySide2.QtWidgets.QFontComboBox.FontFilters',),
9204    "PySide2.QtWidgets.QFontComboBox.setWritingSystem": ('PySide2.QtGui.QFontDatabase.WritingSystem',),
9205    "PySide2.QtWidgets.QFontComboBox.sizeHint": (),
9206    "PySide2.QtWidgets.QFontComboBox.writingSystem": (),
9207# class PySide2.QtWidgets.QFontDialog:
9208# class PySide2.QtWidgets.QFontDialog.FontDialogOption:
9209# class PySide2.QtWidgets.QFontDialog.FontDialogOptions:
9210    "PySide2.QtWidgets.QFontDialog.__init__": [('PySide2.QtGui.QFont', 'PySide2.QtWidgets.QWidget'), ('PySide2.QtWidgets.QWidget',)],
9211    "PySide2.QtWidgets.QFontDialog.changeEvent": ('PySide2.QtCore.QEvent',),
9212    "PySide2.QtWidgets.QFontDialog.currentFont": (),
9213    "PySide2.QtWidgets.QFontDialog.done": ('int',),
9214    "PySide2.QtWidgets.QFontDialog.eventFilter": ('PySide2.QtCore.QObject', 'PySide2.QtCore.QEvent'),
9215    "PySide2.QtWidgets.QFontDialog.getFont": [('PySide2.QtGui.QFont', 'PySide2.QtWidgets.QWidget', 'str', 'PySide2.QtWidgets.QFontDialog.FontDialogOptions'), ('PySide2.QtWidgets.QWidget',)],
9216    "PySide2.QtWidgets.QFontDialog.open": [(), ('PySide2.QtCore.QObject', 'str')],
9217    "PySide2.QtWidgets.QFontDialog.options": (),
9218    "PySide2.QtWidgets.QFontDialog.selectedFont": (),
9219    "PySide2.QtWidgets.QFontDialog.setCurrentFont": ('PySide2.QtGui.QFont',),
9220    "PySide2.QtWidgets.QFontDialog.setOption": ('PySide2.QtWidgets.QFontDialog.FontDialogOption', 'bool'),
9221    "PySide2.QtWidgets.QFontDialog.setOptions": ('PySide2.QtWidgets.QFontDialog.FontDialogOptions',),
9222    "PySide2.QtWidgets.QFontDialog.setVisible": ('bool',),
9223    "PySide2.QtWidgets.QFontDialog.testOption": ('PySide2.QtWidgets.QFontDialog.FontDialogOption',),
9224# class PySide2.QtWidgets.QFormLayout:
9225# class PySide2.QtWidgets.QFormLayout.FieldGrowthPolicy:
9226# class PySide2.QtWidgets.QFormLayout.ItemRole:
9227# class PySide2.QtWidgets.QFormLayout.RowWrapPolicy:
9228    "PySide2.QtWidgets.QFormLayout.__init__": ('PySide2.QtWidgets.QWidget',),
9229    "PySide2.QtWidgets.QFormLayout.addItem": ('PySide2.QtWidgets.QLayoutItem',),
9230    "PySide2.QtWidgets.QFormLayout.addRow": [('PySide2.QtWidgets.QLayout',), ('PySide2.QtWidgets.QWidget',), ('PySide2.QtWidgets.QWidget', 'PySide2.QtWidgets.QLayout'), ('PySide2.QtWidgets.QWidget', 'PySide2.QtWidgets.QWidget'), ('str', 'PySide2.QtWidgets.QLayout'), ('str', 'PySide2.QtWidgets.QWidget')],
9231    "PySide2.QtWidgets.QFormLayout.count": (),
9232    "PySide2.QtWidgets.QFormLayout.expandingDirections": (),
9233    "PySide2.QtWidgets.QFormLayout.fieldGrowthPolicy": (),
9234    "PySide2.QtWidgets.QFormLayout.formAlignment": (),
9235    "PySide2.QtWidgets.QFormLayout.getItemPosition": ('int', 'PySide2.QtWidgets.QFormLayout.ItemRole'),
9236    "PySide2.QtWidgets.QFormLayout.getLayoutPosition": ('PySide2.QtWidgets.QLayout', 'PySide2.QtWidgets.QFormLayout.ItemRole'),
9237    "PySide2.QtWidgets.QFormLayout.getWidgetPosition": ('PySide2.QtWidgets.QWidget', 'PySide2.QtWidgets.QFormLayout.ItemRole'),
9238    "PySide2.QtWidgets.QFormLayout.hasHeightForWidth": (),
9239    "PySide2.QtWidgets.QFormLayout.heightForWidth": ('int',),
9240    "PySide2.QtWidgets.QFormLayout.horizontalSpacing": (),
9241    "PySide2.QtWidgets.QFormLayout.insertRow": [('int', 'PySide2.QtWidgets.QLayout'), ('int', 'PySide2.QtWidgets.QWidget'), ('int', 'PySide2.QtWidgets.QWidget', 'PySide2.QtWidgets.QLayout'), ('int', 'PySide2.QtWidgets.QWidget', 'PySide2.QtWidgets.QWidget'), ('int', 'str', 'PySide2.QtWidgets.QLayout'), ('int', 'str', 'PySide2.QtWidgets.QWidget')],
9242    "PySide2.QtWidgets.QFormLayout.invalidate": (),
9243    "PySide2.QtWidgets.QFormLayout.itemAt": [('int',), ('int', 'PySide2.QtWidgets.QFormLayout.ItemRole')],
9244    "PySide2.QtWidgets.QFormLayout.labelAlignment": (),
9245    "PySide2.QtWidgets.QFormLayout.labelForField": [('PySide2.QtWidgets.QLayout',), ('PySide2.QtWidgets.QWidget',)],
9246    "PySide2.QtWidgets.QFormLayout.minimumSize": (),
9247    "PySide2.QtWidgets.QFormLayout.removeRow": [('PySide2.QtWidgets.QLayout',), ('PySide2.QtWidgets.QWidget',), ('int',)],
9248    "PySide2.QtWidgets.QFormLayout.rowCount": (),
9249    "PySide2.QtWidgets.QFormLayout.rowWrapPolicy": (),
9250    "PySide2.QtWidgets.QFormLayout.setFieldGrowthPolicy": ('PySide2.QtWidgets.QFormLayout.FieldGrowthPolicy',),
9251    "PySide2.QtWidgets.QFormLayout.setFormAlignment": ('PySide2.QtCore.Qt.Alignment',),
9252    "PySide2.QtWidgets.QFormLayout.setGeometry": ('PySide2.QtCore.QRect',),
9253    "PySide2.QtWidgets.QFormLayout.setHorizontalSpacing": ('int',),
9254    "PySide2.QtWidgets.QFormLayout.setItem": ('int', 'PySide2.QtWidgets.QFormLayout.ItemRole', 'PySide2.QtWidgets.QLayoutItem'),
9255    "PySide2.QtWidgets.QFormLayout.setLabelAlignment": ('PySide2.QtCore.Qt.Alignment',),
9256    "PySide2.QtWidgets.QFormLayout.setLayout": ('int', 'PySide2.QtWidgets.QFormLayout.ItemRole', 'PySide2.QtWidgets.QLayout'),
9257    "PySide2.QtWidgets.QFormLayout.setRowWrapPolicy": ('PySide2.QtWidgets.QFormLayout.RowWrapPolicy',),
9258    "PySide2.QtWidgets.QFormLayout.setSpacing": ('int',),
9259    "PySide2.QtWidgets.QFormLayout.setVerticalSpacing": ('int',),
9260    "PySide2.QtWidgets.QFormLayout.setWidget": ('int', 'PySide2.QtWidgets.QFormLayout.ItemRole', 'PySide2.QtWidgets.QWidget'),
9261    "PySide2.QtWidgets.QFormLayout.sizeHint": (),
9262    "PySide2.QtWidgets.QFormLayout.spacing": (),
9263    "PySide2.QtWidgets.QFormLayout.takeAt": ('int',),
9264    "PySide2.QtWidgets.QFormLayout.verticalSpacing": (),
9265# class PySide2.QtWidgets.QFrame:
9266# class PySide2.QtWidgets.QFrame.Shadow:
9267# class PySide2.QtWidgets.QFrame.Shape:
9268# class PySide2.QtWidgets.QFrame.StyleMask:
9269    "PySide2.QtWidgets.QFrame.__init__": ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.WindowFlags'),
9270    "PySide2.QtWidgets.QFrame.changeEvent": ('PySide2.QtCore.QEvent',),
9271    "PySide2.QtWidgets.QFrame.drawFrame": ('PySide2.QtGui.QPainter',),
9272    "PySide2.QtWidgets.QFrame.event": ('PySide2.QtCore.QEvent',),
9273    "PySide2.QtWidgets.QFrame.frameRect": (),
9274    "PySide2.QtWidgets.QFrame.frameShadow": (),
9275    "PySide2.QtWidgets.QFrame.frameShape": (),
9276    "PySide2.QtWidgets.QFrame.frameStyle": (),
9277    "PySide2.QtWidgets.QFrame.frameWidth": (),
9278    "PySide2.QtWidgets.QFrame.initStyleOption": ('PySide2.QtWidgets.QStyleOptionFrame',),
9279    "PySide2.QtWidgets.QFrame.lineWidth": (),
9280    "PySide2.QtWidgets.QFrame.midLineWidth": (),
9281    "PySide2.QtWidgets.QFrame.paintEvent": ('PySide2.QtGui.QPaintEvent',),
9282    "PySide2.QtWidgets.QFrame.setFrameRect": ('PySide2.QtCore.QRect',),
9283    "PySide2.QtWidgets.QFrame.setFrameShadow": ('PySide2.QtWidgets.QFrame.Shadow',),
9284    "PySide2.QtWidgets.QFrame.setFrameShape": ('PySide2.QtWidgets.QFrame.Shape',),
9285    "PySide2.QtWidgets.QFrame.setFrameStyle": ('int',),
9286    "PySide2.QtWidgets.QFrame.setLineWidth": ('int',),
9287    "PySide2.QtWidgets.QFrame.setMidLineWidth": ('int',),
9288    "PySide2.QtWidgets.QFrame.sizeHint": (),
9289# class PySide2.QtWidgets.QGesture:
9290# class PySide2.QtWidgets.QGesture.GestureCancelPolicy:
9291    "PySide2.QtWidgets.QGesture.__init__": ('PySide2.QtCore.QObject',),
9292    "PySide2.QtWidgets.QGesture.gestureCancelPolicy": (),
9293    "PySide2.QtWidgets.QGesture.gestureType": (),
9294    "PySide2.QtWidgets.QGesture.hasHotSpot": (),
9295    "PySide2.QtWidgets.QGesture.hotSpot": (),
9296    "PySide2.QtWidgets.QGesture.setGestureCancelPolicy": ('PySide2.QtWidgets.QGesture.GestureCancelPolicy',),
9297    "PySide2.QtWidgets.QGesture.setHotSpot": ('PySide2.QtCore.QPointF',),
9298    "PySide2.QtWidgets.QGesture.state": (),
9299    "PySide2.QtWidgets.QGesture.unsetHotSpot": (),
9300# class PySide2.QtWidgets.QGestureEvent:
9301    "PySide2.QtWidgets.QGestureEvent.__init__": ('typing.Sequence[PySide2.QtWidgets.QGesture]',),
9302    "PySide2.QtWidgets.QGestureEvent.accept": [(), ('PySide2.QtCore.Qt.GestureType',), ('PySide2.QtWidgets.QGesture',)],
9303    "PySide2.QtWidgets.QGestureEvent.activeGestures": (),
9304    "PySide2.QtWidgets.QGestureEvent.canceledGestures": (),
9305    "PySide2.QtWidgets.QGestureEvent.gesture": ('PySide2.QtCore.Qt.GestureType',),
9306    "PySide2.QtWidgets.QGestureEvent.gestures": (),
9307    "PySide2.QtWidgets.QGestureEvent.ignore": [(), ('PySide2.QtCore.Qt.GestureType',), ('PySide2.QtWidgets.QGesture',)],
9308    "PySide2.QtWidgets.QGestureEvent.isAccepted": [(), ('PySide2.QtCore.Qt.GestureType',), ('PySide2.QtWidgets.QGesture',)],
9309    "PySide2.QtWidgets.QGestureEvent.mapToGraphicsScene": ('PySide2.QtCore.QPointF',),
9310    "PySide2.QtWidgets.QGestureEvent.setAccepted": [('PySide2.QtCore.Qt.GestureType', 'bool'), ('PySide2.QtWidgets.QGesture', 'bool'), ('bool',)],
9311    "PySide2.QtWidgets.QGestureEvent.setWidget": ('PySide2.QtWidgets.QWidget',),
9312    "PySide2.QtWidgets.QGestureEvent.widget": (),
9313# class PySide2.QtWidgets.QGestureRecognizer:
9314# class PySide2.QtWidgets.QGestureRecognizer.Result:
9315# class PySide2.QtWidgets.QGestureRecognizer.ResultFlag:
9316    "PySide2.QtWidgets.QGestureRecognizer.__init__": (),
9317    "PySide2.QtWidgets.QGestureRecognizer.create": ('PySide2.QtCore.QObject',),
9318    "PySide2.QtWidgets.QGestureRecognizer.recognize": ('PySide2.QtWidgets.QGesture', 'PySide2.QtCore.QObject', 'PySide2.QtCore.QEvent'),
9319    "PySide2.QtWidgets.QGestureRecognizer.registerRecognizer": ('PySide2.QtWidgets.QGestureRecognizer',),
9320    "PySide2.QtWidgets.QGestureRecognizer.reset": ('PySide2.QtWidgets.QGesture',),
9321    "PySide2.QtWidgets.QGestureRecognizer.unregisterRecognizer": ('PySide2.QtCore.Qt.GestureType',),
9322# class PySide2.QtWidgets.QGraphicsAnchor:
9323    "PySide2.QtWidgets.QGraphicsAnchor.setSizePolicy": ('PySide2.QtWidgets.QSizePolicy.Policy',),
9324    "PySide2.QtWidgets.QGraphicsAnchor.setSpacing": ('float',),
9325    "PySide2.QtWidgets.QGraphicsAnchor.sizePolicy": (),
9326    "PySide2.QtWidgets.QGraphicsAnchor.spacing": (),
9327    "PySide2.QtWidgets.QGraphicsAnchor.unsetSpacing": (),
9328# class PySide2.QtWidgets.QGraphicsAnchorLayout:
9329    "PySide2.QtWidgets.QGraphicsAnchorLayout.__init__": ('PySide2.QtWidgets.QGraphicsLayoutItem',),
9330    "PySide2.QtWidgets.QGraphicsAnchorLayout.addAnchor": ('PySide2.QtWidgets.QGraphicsLayoutItem', 'PySide2.QtCore.Qt.AnchorPoint', 'PySide2.QtWidgets.QGraphicsLayoutItem', 'PySide2.QtCore.Qt.AnchorPoint'),
9331    "PySide2.QtWidgets.QGraphicsAnchorLayout.addAnchors": ('PySide2.QtWidgets.QGraphicsLayoutItem', 'PySide2.QtWidgets.QGraphicsLayoutItem', 'PySide2.QtCore.Qt.Orientations'),
9332    "PySide2.QtWidgets.QGraphicsAnchorLayout.addCornerAnchors": ('PySide2.QtWidgets.QGraphicsLayoutItem', 'PySide2.QtCore.Qt.Corner', 'PySide2.QtWidgets.QGraphicsLayoutItem', 'PySide2.QtCore.Qt.Corner'),
9333    "PySide2.QtWidgets.QGraphicsAnchorLayout.anchor": ('PySide2.QtWidgets.QGraphicsLayoutItem', 'PySide2.QtCore.Qt.AnchorPoint', 'PySide2.QtWidgets.QGraphicsLayoutItem', 'PySide2.QtCore.Qt.AnchorPoint'),
9334    "PySide2.QtWidgets.QGraphicsAnchorLayout.count": (),
9335    "PySide2.QtWidgets.QGraphicsAnchorLayout.horizontalSpacing": (),
9336    "PySide2.QtWidgets.QGraphicsAnchorLayout.invalidate": (),
9337    "PySide2.QtWidgets.QGraphicsAnchorLayout.itemAt": ('int',),
9338    "PySide2.QtWidgets.QGraphicsAnchorLayout.removeAt": ('int',),
9339    "PySide2.QtWidgets.QGraphicsAnchorLayout.setGeometry": ('PySide2.QtCore.QRectF',),
9340    "PySide2.QtWidgets.QGraphicsAnchorLayout.setHorizontalSpacing": ('float',),
9341    "PySide2.QtWidgets.QGraphicsAnchorLayout.setSpacing": ('float',),
9342    "PySide2.QtWidgets.QGraphicsAnchorLayout.setVerticalSpacing": ('float',),
9343    "PySide2.QtWidgets.QGraphicsAnchorLayout.sizeHint": ('PySide2.QtCore.Qt.SizeHint', 'PySide2.QtCore.QSizeF'),
9344    "PySide2.QtWidgets.QGraphicsAnchorLayout.verticalSpacing": (),
9345# class PySide2.QtWidgets.QGraphicsBlurEffect:
9346# class PySide2.QtWidgets.QGraphicsBlurEffect.BlurHint:
9347# class PySide2.QtWidgets.QGraphicsBlurEffect.BlurHints:
9348    "PySide2.QtWidgets.QGraphicsBlurEffect.__init__": ('PySide2.QtCore.QObject',),
9349    "PySide2.QtWidgets.QGraphicsBlurEffect.blurHints": (),
9350    "PySide2.QtWidgets.QGraphicsBlurEffect.blurRadius": (),
9351    "PySide2.QtWidgets.QGraphicsBlurEffect.boundingRectFor": ('PySide2.QtCore.QRectF',),
9352    "PySide2.QtWidgets.QGraphicsBlurEffect.draw": ('PySide2.QtGui.QPainter',),
9353    "PySide2.QtWidgets.QGraphicsBlurEffect.setBlurHints": ('PySide2.QtWidgets.QGraphicsBlurEffect.BlurHints',),
9354    "PySide2.QtWidgets.QGraphicsBlurEffect.setBlurRadius": ('float',),
9355# class PySide2.QtWidgets.QGraphicsColorizeEffect:
9356    "PySide2.QtWidgets.QGraphicsColorizeEffect.__init__": ('PySide2.QtCore.QObject',),
9357    "PySide2.QtWidgets.QGraphicsColorizeEffect.color": (),
9358    "PySide2.QtWidgets.QGraphicsColorizeEffect.draw": ('PySide2.QtGui.QPainter',),
9359    "PySide2.QtWidgets.QGraphicsColorizeEffect.setColor": ('PySide2.QtGui.QColor',),
9360    "PySide2.QtWidgets.QGraphicsColorizeEffect.setStrength": ('float',),
9361    "PySide2.QtWidgets.QGraphicsColorizeEffect.strength": (),
9362# class PySide2.QtWidgets.QGraphicsDropShadowEffect:
9363    "PySide2.QtWidgets.QGraphicsDropShadowEffect.__init__": ('PySide2.QtCore.QObject',),
9364    "PySide2.QtWidgets.QGraphicsDropShadowEffect.blurRadius": (),
9365    "PySide2.QtWidgets.QGraphicsDropShadowEffect.boundingRectFor": ('PySide2.QtCore.QRectF',),
9366    "PySide2.QtWidgets.QGraphicsDropShadowEffect.color": (),
9367    "PySide2.QtWidgets.QGraphicsDropShadowEffect.draw": ('PySide2.QtGui.QPainter',),
9368    "PySide2.QtWidgets.QGraphicsDropShadowEffect.offset": (),
9369    "PySide2.QtWidgets.QGraphicsDropShadowEffect.setBlurRadius": ('float',),
9370    "PySide2.QtWidgets.QGraphicsDropShadowEffect.setColor": ('PySide2.QtGui.QColor',),
9371    "PySide2.QtWidgets.QGraphicsDropShadowEffect.setOffset": [('PySide2.QtCore.QPointF',), ('float',), ('float', 'float')],
9372    "PySide2.QtWidgets.QGraphicsDropShadowEffect.setXOffset": ('float',),
9373    "PySide2.QtWidgets.QGraphicsDropShadowEffect.setYOffset": ('float',),
9374    "PySide2.QtWidgets.QGraphicsDropShadowEffect.xOffset": (),
9375    "PySide2.QtWidgets.QGraphicsDropShadowEffect.yOffset": (),
9376# class PySide2.QtWidgets.QGraphicsEffect:
9377# class PySide2.QtWidgets.QGraphicsEffect.ChangeFlag:
9378# class PySide2.QtWidgets.QGraphicsEffect.ChangeFlags:
9379# class PySide2.QtWidgets.QGraphicsEffect.PixmapPadMode:
9380    "PySide2.QtWidgets.QGraphicsEffect.__init__": ('PySide2.QtCore.QObject',),
9381    "PySide2.QtWidgets.QGraphicsEffect.boundingRect": (),
9382    "PySide2.QtWidgets.QGraphicsEffect.boundingRectFor": ('PySide2.QtCore.QRectF',),
9383    "PySide2.QtWidgets.QGraphicsEffect.draw": ('PySide2.QtGui.QPainter',),
9384    "PySide2.QtWidgets.QGraphicsEffect.drawSource": ('PySide2.QtGui.QPainter',),
9385    "PySide2.QtWidgets.QGraphicsEffect.isEnabled": (),
9386    "PySide2.QtWidgets.QGraphicsEffect.setEnabled": ('bool',),
9387    "PySide2.QtWidgets.QGraphicsEffect.sourceBoundingRect": ('PySide2.QtCore.Qt.CoordinateSystem',),
9388    "PySide2.QtWidgets.QGraphicsEffect.sourceChanged": ('PySide2.QtWidgets.QGraphicsEffect.ChangeFlags',),
9389    "PySide2.QtWidgets.QGraphicsEffect.sourceIsPixmap": (),
9390    "PySide2.QtWidgets.QGraphicsEffect.sourcePixmap": ('PySide2.QtCore.Qt.CoordinateSystem', 'PySide2.QtCore.QPoint', 'PySide2.QtWidgets.QGraphicsEffect.PixmapPadMode'),
9391    "PySide2.QtWidgets.QGraphicsEffect.update": (),
9392    "PySide2.QtWidgets.QGraphicsEffect.updateBoundingRect": (),
9393# class PySide2.QtWidgets.QGraphicsEllipseItem:
9394    "PySide2.QtWidgets.QGraphicsEllipseItem.__init__": [('PySide2.QtCore.QRectF', 'PySide2.QtWidgets.QGraphicsItem'), ('PySide2.QtWidgets.QGraphicsItem',), ('float', 'float', 'float', 'float', 'PySide2.QtWidgets.QGraphicsItem')],
9395    "PySide2.QtWidgets.QGraphicsEllipseItem.boundingRect": (),
9396    "PySide2.QtWidgets.QGraphicsEllipseItem.contains": ('PySide2.QtCore.QPointF',),
9397    "PySide2.QtWidgets.QGraphicsEllipseItem.extension": ('typing.Any',),
9398    "PySide2.QtWidgets.QGraphicsEllipseItem.isObscuredBy": ('PySide2.QtWidgets.QGraphicsItem',),
9399    "PySide2.QtWidgets.QGraphicsEllipseItem.opaqueArea": (),
9400    "PySide2.QtWidgets.QGraphicsEllipseItem.paint": ('PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QStyleOptionGraphicsItem', 'PySide2.QtWidgets.QWidget'),
9401    "PySide2.QtWidgets.QGraphicsEllipseItem.rect": (),
9402    "PySide2.QtWidgets.QGraphicsEllipseItem.setRect": [('PySide2.QtCore.QRectF',), ('float', 'float', 'float', 'float')],
9403    "PySide2.QtWidgets.QGraphicsEllipseItem.setSpanAngle": ('int',),
9404    "PySide2.QtWidgets.QGraphicsEllipseItem.setStartAngle": ('int',),
9405    "PySide2.QtWidgets.QGraphicsEllipseItem.shape": (),
9406    "PySide2.QtWidgets.QGraphicsEllipseItem.spanAngle": (),
9407    "PySide2.QtWidgets.QGraphicsEllipseItem.startAngle": (),
9408    "PySide2.QtWidgets.QGraphicsEllipseItem.type": (),
9409# class PySide2.QtWidgets.QGraphicsGridLayout:
9410    "PySide2.QtWidgets.QGraphicsGridLayout.__init__": ('PySide2.QtWidgets.QGraphicsLayoutItem',),
9411    "PySide2.QtWidgets.QGraphicsGridLayout.addItem": [('PySide2.QtWidgets.QGraphicsLayoutItem', 'int', 'int', 'PySide2.QtCore.Qt.Alignment'), ('PySide2.QtWidgets.QGraphicsLayoutItem', 'int', 'int', 'int', 'int', 'PySide2.QtCore.Qt.Alignment')],
9412    "PySide2.QtWidgets.QGraphicsGridLayout.alignment": ('PySide2.QtWidgets.QGraphicsLayoutItem',),
9413    "PySide2.QtWidgets.QGraphicsGridLayout.columnAlignment": ('int',),
9414    "PySide2.QtWidgets.QGraphicsGridLayout.columnCount": (),
9415    "PySide2.QtWidgets.QGraphicsGridLayout.columnMaximumWidth": ('int',),
9416    "PySide2.QtWidgets.QGraphicsGridLayout.columnMinimumWidth": ('int',),
9417    "PySide2.QtWidgets.QGraphicsGridLayout.columnPreferredWidth": ('int',),
9418    "PySide2.QtWidgets.QGraphicsGridLayout.columnSpacing": ('int',),
9419    "PySide2.QtWidgets.QGraphicsGridLayout.columnStretchFactor": ('int',),
9420    "PySide2.QtWidgets.QGraphicsGridLayout.count": (),
9421    "PySide2.QtWidgets.QGraphicsGridLayout.horizontalSpacing": (),
9422    "PySide2.QtWidgets.QGraphicsGridLayout.invalidate": (),
9423    "PySide2.QtWidgets.QGraphicsGridLayout.itemAt": [('int',), ('int', 'int')],
9424    "PySide2.QtWidgets.QGraphicsGridLayout.removeAt": ('int',),
9425    "PySide2.QtWidgets.QGraphicsGridLayout.removeItem": ('PySide2.QtWidgets.QGraphicsLayoutItem',),
9426    "PySide2.QtWidgets.QGraphicsGridLayout.rowAlignment": ('int',),
9427    "PySide2.QtWidgets.QGraphicsGridLayout.rowCount": (),
9428    "PySide2.QtWidgets.QGraphicsGridLayout.rowMaximumHeight": ('int',),
9429    "PySide2.QtWidgets.QGraphicsGridLayout.rowMinimumHeight": ('int',),
9430    "PySide2.QtWidgets.QGraphicsGridLayout.rowPreferredHeight": ('int',),
9431    "PySide2.QtWidgets.QGraphicsGridLayout.rowSpacing": ('int',),
9432    "PySide2.QtWidgets.QGraphicsGridLayout.rowStretchFactor": ('int',),
9433    "PySide2.QtWidgets.QGraphicsGridLayout.setAlignment": ('PySide2.QtWidgets.QGraphicsLayoutItem', 'PySide2.QtCore.Qt.Alignment'),
9434    "PySide2.QtWidgets.QGraphicsGridLayout.setColumnAlignment": ('int', 'PySide2.QtCore.Qt.Alignment'),
9435    "PySide2.QtWidgets.QGraphicsGridLayout.setColumnFixedWidth": ('int', 'float'),
9436    "PySide2.QtWidgets.QGraphicsGridLayout.setColumnMaximumWidth": ('int', 'float'),
9437    "PySide2.QtWidgets.QGraphicsGridLayout.setColumnMinimumWidth": ('int', 'float'),
9438    "PySide2.QtWidgets.QGraphicsGridLayout.setColumnPreferredWidth": ('int', 'float'),
9439    "PySide2.QtWidgets.QGraphicsGridLayout.setColumnSpacing": ('int', 'float'),
9440    "PySide2.QtWidgets.QGraphicsGridLayout.setColumnStretchFactor": ('int', 'int'),
9441    "PySide2.QtWidgets.QGraphicsGridLayout.setGeometry": ('PySide2.QtCore.QRectF',),
9442    "PySide2.QtWidgets.QGraphicsGridLayout.setHorizontalSpacing": ('float',),
9443    "PySide2.QtWidgets.QGraphicsGridLayout.setRowAlignment": ('int', 'PySide2.QtCore.Qt.Alignment'),
9444    "PySide2.QtWidgets.QGraphicsGridLayout.setRowFixedHeight": ('int', 'float'),
9445    "PySide2.QtWidgets.QGraphicsGridLayout.setRowMaximumHeight": ('int', 'float'),
9446    "PySide2.QtWidgets.QGraphicsGridLayout.setRowMinimumHeight": ('int', 'float'),
9447    "PySide2.QtWidgets.QGraphicsGridLayout.setRowPreferredHeight": ('int', 'float'),
9448    "PySide2.QtWidgets.QGraphicsGridLayout.setRowSpacing": ('int', 'float'),
9449    "PySide2.QtWidgets.QGraphicsGridLayout.setRowStretchFactor": ('int', 'int'),
9450    "PySide2.QtWidgets.QGraphicsGridLayout.setSpacing": ('float',),
9451    "PySide2.QtWidgets.QGraphicsGridLayout.setVerticalSpacing": ('float',),
9452    "PySide2.QtWidgets.QGraphicsGridLayout.sizeHint": ('PySide2.QtCore.Qt.SizeHint', 'PySide2.QtCore.QSizeF'),
9453    "PySide2.QtWidgets.QGraphicsGridLayout.verticalSpacing": (),
9454# class PySide2.QtWidgets.QGraphicsItem:
9455# class PySide2.QtWidgets.QGraphicsItem.CacheMode:
9456# class PySide2.QtWidgets.QGraphicsItem.Extension:
9457# class PySide2.QtWidgets.QGraphicsItem.GraphicsItemChange:
9458# class PySide2.QtWidgets.QGraphicsItem.GraphicsItemFlag:
9459# class PySide2.QtWidgets.QGraphicsItem.GraphicsItemFlags:
9460# class PySide2.QtWidgets.QGraphicsItem.PanelModality:
9461    "PySide2.QtWidgets.QGraphicsItem.__init__": ('PySide2.QtWidgets.QGraphicsItem',),
9462    "PySide2.QtWidgets.QGraphicsItem.acceptDrops": (),
9463    "PySide2.QtWidgets.QGraphicsItem.acceptHoverEvents": (),
9464    "PySide2.QtWidgets.QGraphicsItem.acceptTouchEvents": (),
9465    "PySide2.QtWidgets.QGraphicsItem.acceptedMouseButtons": (),
9466    "PySide2.QtWidgets.QGraphicsItem.addToIndex": (),
9467    "PySide2.QtWidgets.QGraphicsItem.advance": ('int',),
9468    "PySide2.QtWidgets.QGraphicsItem.boundingRect": (),
9469    "PySide2.QtWidgets.QGraphicsItem.boundingRegion": ('PySide2.QtGui.QTransform',),
9470    "PySide2.QtWidgets.QGraphicsItem.boundingRegionGranularity": (),
9471    "PySide2.QtWidgets.QGraphicsItem.cacheMode": (),
9472    "PySide2.QtWidgets.QGraphicsItem.childItems": (),
9473    "PySide2.QtWidgets.QGraphicsItem.childrenBoundingRect": (),
9474    "PySide2.QtWidgets.QGraphicsItem.clearFocus": (),
9475    "PySide2.QtWidgets.QGraphicsItem.clipPath": (),
9476    "PySide2.QtWidgets.QGraphicsItem.collidesWithItem": ('PySide2.QtWidgets.QGraphicsItem', 'PySide2.QtCore.Qt.ItemSelectionMode'),
9477    "PySide2.QtWidgets.QGraphicsItem.collidesWithPath": ('PySide2.QtGui.QPainterPath', 'PySide2.QtCore.Qt.ItemSelectionMode'),
9478    "PySide2.QtWidgets.QGraphicsItem.collidingItems": ('PySide2.QtCore.Qt.ItemSelectionMode',),
9479    "PySide2.QtWidgets.QGraphicsItem.commonAncestorItem": ('PySide2.QtWidgets.QGraphicsItem',),
9480    "PySide2.QtWidgets.QGraphicsItem.contains": ('PySide2.QtCore.QPointF',),
9481    "PySide2.QtWidgets.QGraphicsItem.contextMenuEvent": ('PySide2.QtWidgets.QGraphicsSceneContextMenuEvent',),
9482    "PySide2.QtWidgets.QGraphicsItem.cursor": (),
9483    "PySide2.QtWidgets.QGraphicsItem.data": ('int',),
9484    "PySide2.QtWidgets.QGraphicsItem.deviceTransform": ('PySide2.QtGui.QTransform',),
9485    "PySide2.QtWidgets.QGraphicsItem.dragEnterEvent": ('PySide2.QtWidgets.QGraphicsSceneDragDropEvent',),
9486    "PySide2.QtWidgets.QGraphicsItem.dragLeaveEvent": ('PySide2.QtWidgets.QGraphicsSceneDragDropEvent',),
9487    "PySide2.QtWidgets.QGraphicsItem.dragMoveEvent": ('PySide2.QtWidgets.QGraphicsSceneDragDropEvent',),
9488    "PySide2.QtWidgets.QGraphicsItem.dropEvent": ('PySide2.QtWidgets.QGraphicsSceneDragDropEvent',),
9489    "PySide2.QtWidgets.QGraphicsItem.effectiveOpacity": (),
9490    "PySide2.QtWidgets.QGraphicsItem.ensureVisible": [('PySide2.QtCore.QRectF', 'int', 'int'), ('float', 'float', 'float', 'float', 'int', 'int')],
9491    "PySide2.QtWidgets.QGraphicsItem.extension": ('typing.Any',),
9492    "PySide2.QtWidgets.QGraphicsItem.filtersChildEvents": (),
9493    "PySide2.QtWidgets.QGraphicsItem.flags": (),
9494    "PySide2.QtWidgets.QGraphicsItem.focusInEvent": ('PySide2.QtGui.QFocusEvent',),
9495    "PySide2.QtWidgets.QGraphicsItem.focusItem": (),
9496    "PySide2.QtWidgets.QGraphicsItem.focusOutEvent": ('PySide2.QtGui.QFocusEvent',),
9497    "PySide2.QtWidgets.QGraphicsItem.focusProxy": (),
9498    "PySide2.QtWidgets.QGraphicsItem.focusScopeItem": (),
9499    "PySide2.QtWidgets.QGraphicsItem.grabKeyboard": (),
9500    "PySide2.QtWidgets.QGraphicsItem.grabMouse": (),
9501    "PySide2.QtWidgets.QGraphicsItem.graphicsEffect": (),
9502    "PySide2.QtWidgets.QGraphicsItem.group": (),
9503    "PySide2.QtWidgets.QGraphicsItem.handlesChildEvents": (),
9504    "PySide2.QtWidgets.QGraphicsItem.hasCursor": (),
9505    "PySide2.QtWidgets.QGraphicsItem.hasFocus": (),
9506    "PySide2.QtWidgets.QGraphicsItem.hide": (),
9507    "PySide2.QtWidgets.QGraphicsItem.hoverEnterEvent": ('PySide2.QtWidgets.QGraphicsSceneHoverEvent',),
9508    "PySide2.QtWidgets.QGraphicsItem.hoverLeaveEvent": ('PySide2.QtWidgets.QGraphicsSceneHoverEvent',),
9509    "PySide2.QtWidgets.QGraphicsItem.hoverMoveEvent": ('PySide2.QtWidgets.QGraphicsSceneHoverEvent',),
9510    "PySide2.QtWidgets.QGraphicsItem.inputMethodEvent": ('PySide2.QtGui.QInputMethodEvent',),
9511    "PySide2.QtWidgets.QGraphicsItem.inputMethodHints": (),
9512    "PySide2.QtWidgets.QGraphicsItem.inputMethodQuery": ('PySide2.QtCore.Qt.InputMethodQuery',),
9513    "PySide2.QtWidgets.QGraphicsItem.installSceneEventFilter": ('PySide2.QtWidgets.QGraphicsItem',),
9514    "PySide2.QtWidgets.QGraphicsItem.isActive": (),
9515    "PySide2.QtWidgets.QGraphicsItem.isAncestorOf": ('PySide2.QtWidgets.QGraphicsItem',),
9516    "PySide2.QtWidgets.QGraphicsItem.isBlockedByModalPanel": ('PySide2.QtWidgets.QGraphicsItem',),
9517    "PySide2.QtWidgets.QGraphicsItem.isClipped": (),
9518    "PySide2.QtWidgets.QGraphicsItem.isEnabled": (),
9519    "PySide2.QtWidgets.QGraphicsItem.isObscured": [('PySide2.QtCore.QRectF',), ('float', 'float', 'float', 'float')],
9520    "PySide2.QtWidgets.QGraphicsItem.isObscuredBy": ('PySide2.QtWidgets.QGraphicsItem',),
9521    "PySide2.QtWidgets.QGraphicsItem.isPanel": (),
9522    "PySide2.QtWidgets.QGraphicsItem.isSelected": (),
9523    "PySide2.QtWidgets.QGraphicsItem.isUnderMouse": (),
9524    "PySide2.QtWidgets.QGraphicsItem.isVisible": (),
9525    "PySide2.QtWidgets.QGraphicsItem.isVisibleTo": ('PySide2.QtWidgets.QGraphicsItem',),
9526    "PySide2.QtWidgets.QGraphicsItem.isWidget": (),
9527    "PySide2.QtWidgets.QGraphicsItem.isWindow": (),
9528    "PySide2.QtWidgets.QGraphicsItem.itemChange": ('PySide2.QtWidgets.QGraphicsItem.GraphicsItemChange', 'typing.Any'),
9529    "PySide2.QtWidgets.QGraphicsItem.itemTransform": ('PySide2.QtWidgets.QGraphicsItem',),
9530    "PySide2.QtWidgets.QGraphicsItem.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
9531    "PySide2.QtWidgets.QGraphicsItem.keyReleaseEvent": ('PySide2.QtGui.QKeyEvent',),
9532    "PySide2.QtWidgets.QGraphicsItem.mapFromItem": [('PySide2.QtWidgets.QGraphicsItem', 'PySide2.QtCore.QPointF'), ('PySide2.QtWidgets.QGraphicsItem', 'PySide2.QtCore.QRectF'), ('PySide2.QtWidgets.QGraphicsItem', 'PySide2.QtGui.QPainterPath'), ('PySide2.QtWidgets.QGraphicsItem', 'PySide2.QtGui.QPolygonF'), ('PySide2.QtWidgets.QGraphicsItem', 'float', 'float'), ('PySide2.QtWidgets.QGraphicsItem', 'float', 'float', 'float', 'float')],
9533    "PySide2.QtWidgets.QGraphicsItem.mapFromParent": [('PySide2.QtCore.QPointF',), ('PySide2.QtCore.QRectF',), ('PySide2.QtGui.QPainterPath',), ('PySide2.QtGui.QPolygonF',), ('float', 'float'), ('float', 'float', 'float', 'float')],
9534    "PySide2.QtWidgets.QGraphicsItem.mapFromScene": [('PySide2.QtCore.QPointF',), ('PySide2.QtCore.QRectF',), ('PySide2.QtGui.QPainterPath',), ('PySide2.QtGui.QPolygonF',), ('float', 'float'), ('float', 'float', 'float', 'float')],
9535    "PySide2.QtWidgets.QGraphicsItem.mapRectFromItem": [('PySide2.QtWidgets.QGraphicsItem', 'PySide2.QtCore.QRectF'), ('PySide2.QtWidgets.QGraphicsItem', 'float', 'float', 'float', 'float')],
9536    "PySide2.QtWidgets.QGraphicsItem.mapRectFromParent": [('PySide2.QtCore.QRectF',), ('float', 'float', 'float', 'float')],
9537    "PySide2.QtWidgets.QGraphicsItem.mapRectFromScene": [('PySide2.QtCore.QRectF',), ('float', 'float', 'float', 'float')],
9538    "PySide2.QtWidgets.QGraphicsItem.mapRectToItem": [('PySide2.QtWidgets.QGraphicsItem', 'PySide2.QtCore.QRectF'), ('PySide2.QtWidgets.QGraphicsItem', 'float', 'float', 'float', 'float')],
9539    "PySide2.QtWidgets.QGraphicsItem.mapRectToParent": [('PySide2.QtCore.QRectF',), ('float', 'float', 'float', 'float')],
9540    "PySide2.QtWidgets.QGraphicsItem.mapRectToScene": [('PySide2.QtCore.QRectF',), ('float', 'float', 'float', 'float')],
9541    "PySide2.QtWidgets.QGraphicsItem.mapToItem": [('PySide2.QtWidgets.QGraphicsItem', 'PySide2.QtCore.QPointF'), ('PySide2.QtWidgets.QGraphicsItem', 'PySide2.QtCore.QRectF'), ('PySide2.QtWidgets.QGraphicsItem', 'PySide2.QtGui.QPainterPath'), ('PySide2.QtWidgets.QGraphicsItem', 'PySide2.QtGui.QPolygonF'), ('PySide2.QtWidgets.QGraphicsItem', 'float', 'float'), ('PySide2.QtWidgets.QGraphicsItem', 'float', 'float', 'float', 'float')],
9542    "PySide2.QtWidgets.QGraphicsItem.mapToParent": [('PySide2.QtCore.QPointF',), ('PySide2.QtCore.QRectF',), ('PySide2.QtGui.QPainterPath',), ('PySide2.QtGui.QPolygonF',), ('float', 'float'), ('float', 'float', 'float', 'float')],
9543    "PySide2.QtWidgets.QGraphicsItem.mapToScene": [('PySide2.QtCore.QPointF',), ('PySide2.QtCore.QRectF',), ('PySide2.QtGui.QPainterPath',), ('PySide2.QtGui.QPolygonF',), ('float', 'float'), ('float', 'float', 'float', 'float')],
9544    "PySide2.QtWidgets.QGraphicsItem.matrix": (),
9545    "PySide2.QtWidgets.QGraphicsItem.mouseDoubleClickEvent": ('PySide2.QtWidgets.QGraphicsSceneMouseEvent',),
9546    "PySide2.QtWidgets.QGraphicsItem.mouseMoveEvent": ('PySide2.QtWidgets.QGraphicsSceneMouseEvent',),
9547    "PySide2.QtWidgets.QGraphicsItem.mousePressEvent": ('PySide2.QtWidgets.QGraphicsSceneMouseEvent',),
9548    "PySide2.QtWidgets.QGraphicsItem.mouseReleaseEvent": ('PySide2.QtWidgets.QGraphicsSceneMouseEvent',),
9549    "PySide2.QtWidgets.QGraphicsItem.moveBy": ('float', 'float'),
9550    "PySide2.QtWidgets.QGraphicsItem.opacity": (),
9551    "PySide2.QtWidgets.QGraphicsItem.opaqueArea": (),
9552    "PySide2.QtWidgets.QGraphicsItem.paint": ('PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QStyleOptionGraphicsItem', 'PySide2.QtWidgets.QWidget'),
9553    "PySide2.QtWidgets.QGraphicsItem.panel": (),
9554    "PySide2.QtWidgets.QGraphicsItem.panelModality": (),
9555    "PySide2.QtWidgets.QGraphicsItem.parentItem": (),
9556    "PySide2.QtWidgets.QGraphicsItem.parentObject": (),
9557    "PySide2.QtWidgets.QGraphicsItem.parentWidget": (),
9558    "PySide2.QtWidgets.QGraphicsItem.pos": (),
9559    "PySide2.QtWidgets.QGraphicsItem.prepareGeometryChange": (),
9560    "PySide2.QtWidgets.QGraphicsItem.removeFromIndex": (),
9561    "PySide2.QtWidgets.QGraphicsItem.removeSceneEventFilter": ('PySide2.QtWidgets.QGraphicsItem',),
9562    "PySide2.QtWidgets.QGraphicsItem.resetMatrix": (),
9563    "PySide2.QtWidgets.QGraphicsItem.resetTransform": (),
9564    "PySide2.QtWidgets.QGraphicsItem.rotation": (),
9565    "PySide2.QtWidgets.QGraphicsItem.scale": (),
9566    "PySide2.QtWidgets.QGraphicsItem.scene": (),
9567    "PySide2.QtWidgets.QGraphicsItem.sceneBoundingRect": (),
9568    "PySide2.QtWidgets.QGraphicsItem.sceneEvent": ('PySide2.QtCore.QEvent',),
9569    "PySide2.QtWidgets.QGraphicsItem.sceneEventFilter": ('PySide2.QtWidgets.QGraphicsItem', 'PySide2.QtCore.QEvent'),
9570    "PySide2.QtWidgets.QGraphicsItem.sceneMatrix": (),
9571    "PySide2.QtWidgets.QGraphicsItem.scenePos": (),
9572    "PySide2.QtWidgets.QGraphicsItem.sceneTransform": (),
9573    "PySide2.QtWidgets.QGraphicsItem.scroll": ('float', 'float', 'PySide2.QtCore.QRectF'),
9574    "PySide2.QtWidgets.QGraphicsItem.setAcceptDrops": ('bool',),
9575    "PySide2.QtWidgets.QGraphicsItem.setAcceptHoverEvents": ('bool',),
9576    "PySide2.QtWidgets.QGraphicsItem.setAcceptTouchEvents": ('bool',),
9577    "PySide2.QtWidgets.QGraphicsItem.setAcceptedMouseButtons": ('PySide2.QtCore.Qt.MouseButtons',),
9578    "PySide2.QtWidgets.QGraphicsItem.setActive": ('bool',),
9579    "PySide2.QtWidgets.QGraphicsItem.setBoundingRegionGranularity": ('float',),
9580    "PySide2.QtWidgets.QGraphicsItem.setCacheMode": ('PySide2.QtWidgets.QGraphicsItem.CacheMode', 'PySide2.QtCore.QSize'),
9581    "PySide2.QtWidgets.QGraphicsItem.setCursor": ('PySide2.QtGui.QCursor',),
9582    "PySide2.QtWidgets.QGraphicsItem.setData": ('int', 'typing.Any'),
9583    "PySide2.QtWidgets.QGraphicsItem.setEnabled": ('bool',),
9584    "PySide2.QtWidgets.QGraphicsItem.setFiltersChildEvents": ('bool',),
9585    "PySide2.QtWidgets.QGraphicsItem.setFlag": ('PySide2.QtWidgets.QGraphicsItem.GraphicsItemFlag', 'bool'),
9586    "PySide2.QtWidgets.QGraphicsItem.setFlags": ('PySide2.QtWidgets.QGraphicsItem.GraphicsItemFlags',),
9587    "PySide2.QtWidgets.QGraphicsItem.setFocus": ('PySide2.QtCore.Qt.FocusReason',),
9588    "PySide2.QtWidgets.QGraphicsItem.setFocusProxy": ('PySide2.QtWidgets.QGraphicsItem',),
9589    "PySide2.QtWidgets.QGraphicsItem.setGraphicsEffect": ('PySide2.QtWidgets.QGraphicsEffect',),
9590    "PySide2.QtWidgets.QGraphicsItem.setGroup": ('PySide2.QtWidgets.QGraphicsItemGroup',),
9591    "PySide2.QtWidgets.QGraphicsItem.setHandlesChildEvents": ('bool',),
9592    "PySide2.QtWidgets.QGraphicsItem.setInputMethodHints": ('PySide2.QtCore.Qt.InputMethodHints',),
9593    "PySide2.QtWidgets.QGraphicsItem.setMatrix": ('PySide2.QtGui.QMatrix', 'bool'),
9594    "PySide2.QtWidgets.QGraphicsItem.setOpacity": ('float',),
9595    "PySide2.QtWidgets.QGraphicsItem.setPanelModality": ('PySide2.QtWidgets.QGraphicsItem.PanelModality',),
9596    "PySide2.QtWidgets.QGraphicsItem.setParentItem": ('PySide2.QtWidgets.QGraphicsItem',),
9597    "PySide2.QtWidgets.QGraphicsItem.setPos": [('PySide2.QtCore.QPointF',), ('float', 'float')],
9598    "PySide2.QtWidgets.QGraphicsItem.setRotation": ('float',),
9599    "PySide2.QtWidgets.QGraphicsItem.setScale": ('float',),
9600    "PySide2.QtWidgets.QGraphicsItem.setSelected": ('bool',),
9601    "PySide2.QtWidgets.QGraphicsItem.setToolTip": ('str',),
9602    "PySide2.QtWidgets.QGraphicsItem.setTransform": ('PySide2.QtGui.QTransform', 'bool'),
9603    "PySide2.QtWidgets.QGraphicsItem.setTransformOriginPoint": [('PySide2.QtCore.QPointF',), ('float', 'float')],
9604    "PySide2.QtWidgets.QGraphicsItem.setTransformations": ('typing.Sequence[PySide2.QtWidgets.QGraphicsTransform]',),
9605    "PySide2.QtWidgets.QGraphicsItem.setVisible": ('bool',),
9606    "PySide2.QtWidgets.QGraphicsItem.setX": ('float',),
9607    "PySide2.QtWidgets.QGraphicsItem.setY": ('float',),
9608    "PySide2.QtWidgets.QGraphicsItem.setZValue": ('float',),
9609    "PySide2.QtWidgets.QGraphicsItem.shape": (),
9610    "PySide2.QtWidgets.QGraphicsItem.show": (),
9611    "PySide2.QtWidgets.QGraphicsItem.stackBefore": ('PySide2.QtWidgets.QGraphicsItem',),
9612    "PySide2.QtWidgets.QGraphicsItem.toGraphicsObject": (),
9613    "PySide2.QtWidgets.QGraphicsItem.toolTip": (),
9614    "PySide2.QtWidgets.QGraphicsItem.topLevelItem": (),
9615    "PySide2.QtWidgets.QGraphicsItem.topLevelWidget": (),
9616    "PySide2.QtWidgets.QGraphicsItem.transform": (),
9617    "PySide2.QtWidgets.QGraphicsItem.transformOriginPoint": (),
9618    "PySide2.QtWidgets.QGraphicsItem.transformations": (),
9619    "PySide2.QtWidgets.QGraphicsItem.type": (),
9620    "PySide2.QtWidgets.QGraphicsItem.ungrabKeyboard": (),
9621    "PySide2.QtWidgets.QGraphicsItem.ungrabMouse": (),
9622    "PySide2.QtWidgets.QGraphicsItem.unsetCursor": (),
9623    "PySide2.QtWidgets.QGraphicsItem.update": [('PySide2.QtCore.QRectF',), ('float', 'float', 'float', 'float')],
9624    "PySide2.QtWidgets.QGraphicsItem.updateMicroFocus": (),
9625    "PySide2.QtWidgets.QGraphicsItem.wheelEvent": ('PySide2.QtWidgets.QGraphicsSceneWheelEvent',),
9626    "PySide2.QtWidgets.QGraphicsItem.window": (),
9627    "PySide2.QtWidgets.QGraphicsItem.x": (),
9628    "PySide2.QtWidgets.QGraphicsItem.y": (),
9629    "PySide2.QtWidgets.QGraphicsItem.zValue": (),
9630# class PySide2.QtWidgets.QGraphicsItemAnimation:
9631    "PySide2.QtWidgets.QGraphicsItemAnimation.__init__": ('PySide2.QtCore.QObject',),
9632    "PySide2.QtWidgets.QGraphicsItemAnimation.afterAnimationStep": ('float',),
9633    "PySide2.QtWidgets.QGraphicsItemAnimation.beforeAnimationStep": ('float',),
9634    "PySide2.QtWidgets.QGraphicsItemAnimation.clear": (),
9635    "PySide2.QtWidgets.QGraphicsItemAnimation.horizontalScaleAt": ('float',),
9636    "PySide2.QtWidgets.QGraphicsItemAnimation.horizontalShearAt": ('float',),
9637    "PySide2.QtWidgets.QGraphicsItemAnimation.item": (),
9638    "PySide2.QtWidgets.QGraphicsItemAnimation.matrixAt": ('float',),
9639    "PySide2.QtWidgets.QGraphicsItemAnimation.posAt": ('float',),
9640    "PySide2.QtWidgets.QGraphicsItemAnimation.posList": (),
9641    "PySide2.QtWidgets.QGraphicsItemAnimation.reset": (),
9642    "PySide2.QtWidgets.QGraphicsItemAnimation.rotationAt": ('float',),
9643    "PySide2.QtWidgets.QGraphicsItemAnimation.rotationList": (),
9644    "PySide2.QtWidgets.QGraphicsItemAnimation.scaleList": (),
9645    "PySide2.QtWidgets.QGraphicsItemAnimation.setItem": ('PySide2.QtWidgets.QGraphicsItem',),
9646    "PySide2.QtWidgets.QGraphicsItemAnimation.setPosAt": ('float', 'PySide2.QtCore.QPointF'),
9647    "PySide2.QtWidgets.QGraphicsItemAnimation.setRotationAt": ('float', 'float'),
9648    "PySide2.QtWidgets.QGraphicsItemAnimation.setScaleAt": ('float', 'float', 'float'),
9649    "PySide2.QtWidgets.QGraphicsItemAnimation.setShearAt": ('float', 'float', 'float'),
9650    "PySide2.QtWidgets.QGraphicsItemAnimation.setStep": ('float',),
9651    "PySide2.QtWidgets.QGraphicsItemAnimation.setTimeLine": ('PySide2.QtCore.QTimeLine',),
9652    "PySide2.QtWidgets.QGraphicsItemAnimation.setTranslationAt": ('float', 'float', 'float'),
9653    "PySide2.QtWidgets.QGraphicsItemAnimation.shearList": (),
9654    "PySide2.QtWidgets.QGraphicsItemAnimation.timeLine": (),
9655    "PySide2.QtWidgets.QGraphicsItemAnimation.transformAt": ('float',),
9656    "PySide2.QtWidgets.QGraphicsItemAnimation.translationList": (),
9657    "PySide2.QtWidgets.QGraphicsItemAnimation.verticalScaleAt": ('float',),
9658    "PySide2.QtWidgets.QGraphicsItemAnimation.verticalShearAt": ('float',),
9659    "PySide2.QtWidgets.QGraphicsItemAnimation.xTranslationAt": ('float',),
9660    "PySide2.QtWidgets.QGraphicsItemAnimation.yTranslationAt": ('float',),
9661# class PySide2.QtWidgets.QGraphicsItemGroup:
9662    "PySide2.QtWidgets.QGraphicsItemGroup.__init__": ('PySide2.QtWidgets.QGraphicsItem',),
9663    "PySide2.QtWidgets.QGraphicsItemGroup.addToGroup": ('PySide2.QtWidgets.QGraphicsItem',),
9664    "PySide2.QtWidgets.QGraphicsItemGroup.boundingRect": (),
9665    "PySide2.QtWidgets.QGraphicsItemGroup.isObscuredBy": ('PySide2.QtWidgets.QGraphicsItem',),
9666    "PySide2.QtWidgets.QGraphicsItemGroup.opaqueArea": (),
9667    "PySide2.QtWidgets.QGraphicsItemGroup.paint": ('PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QStyleOptionGraphicsItem', 'PySide2.QtWidgets.QWidget'),
9668    "PySide2.QtWidgets.QGraphicsItemGroup.removeFromGroup": ('PySide2.QtWidgets.QGraphicsItem',),
9669    "PySide2.QtWidgets.QGraphicsItemGroup.type": (),
9670# class PySide2.QtWidgets.QGraphicsLayout:
9671    "PySide2.QtWidgets.QGraphicsLayout.__init__": ('PySide2.QtWidgets.QGraphicsLayoutItem',),
9672    "PySide2.QtWidgets.QGraphicsLayout.activate": (),
9673    "PySide2.QtWidgets.QGraphicsLayout.addChildLayoutItem": ('PySide2.QtWidgets.QGraphicsLayoutItem',),
9674    "PySide2.QtWidgets.QGraphicsLayout.count": (),
9675    "PySide2.QtWidgets.QGraphicsLayout.getContentsMargins": (),
9676    "PySide2.QtWidgets.QGraphicsLayout.instantInvalidatePropagation": (),
9677    "PySide2.QtWidgets.QGraphicsLayout.invalidate": (),
9678    "PySide2.QtWidgets.QGraphicsLayout.isActivated": (),
9679    "PySide2.QtWidgets.QGraphicsLayout.itemAt": ('int',),
9680    "PySide2.QtWidgets.QGraphicsLayout.removeAt": ('int',),
9681    "PySide2.QtWidgets.QGraphicsLayout.setContentsMargins": ('float', 'float', 'float', 'float'),
9682    "PySide2.QtWidgets.QGraphicsLayout.setInstantInvalidatePropagation": ('bool',),
9683    "PySide2.QtWidgets.QGraphicsLayout.updateGeometry": (),
9684    "PySide2.QtWidgets.QGraphicsLayout.widgetEvent": ('PySide2.QtCore.QEvent',),
9685# class PySide2.QtWidgets.QGraphicsLayoutItem:
9686    "PySide2.QtWidgets.QGraphicsLayoutItem.__init__": ('PySide2.QtWidgets.QGraphicsLayoutItem', 'bool'),
9687    "PySide2.QtWidgets.QGraphicsLayoutItem.contentsRect": (),
9688    "PySide2.QtWidgets.QGraphicsLayoutItem.effectiveSizeHint": ('PySide2.QtCore.Qt.SizeHint', 'PySide2.QtCore.QSizeF'),
9689    "PySide2.QtWidgets.QGraphicsLayoutItem.geometry": (),
9690    "PySide2.QtWidgets.QGraphicsLayoutItem.getContentsMargins": (),
9691    "PySide2.QtWidgets.QGraphicsLayoutItem.graphicsItem": (),
9692    "PySide2.QtWidgets.QGraphicsLayoutItem.isLayout": (),
9693    "PySide2.QtWidgets.QGraphicsLayoutItem.maximumHeight": (),
9694    "PySide2.QtWidgets.QGraphicsLayoutItem.maximumSize": (),
9695    "PySide2.QtWidgets.QGraphicsLayoutItem.maximumWidth": (),
9696    "PySide2.QtWidgets.QGraphicsLayoutItem.minimumHeight": (),
9697    "PySide2.QtWidgets.QGraphicsLayoutItem.minimumSize": (),
9698    "PySide2.QtWidgets.QGraphicsLayoutItem.minimumWidth": (),
9699    "PySide2.QtWidgets.QGraphicsLayoutItem.ownedByLayout": (),
9700    "PySide2.QtWidgets.QGraphicsLayoutItem.parentLayoutItem": (),
9701    "PySide2.QtWidgets.QGraphicsLayoutItem.preferredHeight": (),
9702    "PySide2.QtWidgets.QGraphicsLayoutItem.preferredSize": (),
9703    "PySide2.QtWidgets.QGraphicsLayoutItem.preferredWidth": (),
9704    "PySide2.QtWidgets.QGraphicsLayoutItem.setGeometry": ('PySide2.QtCore.QRectF',),
9705    "PySide2.QtWidgets.QGraphicsLayoutItem.setGraphicsItem": ('PySide2.QtWidgets.QGraphicsItem',),
9706    "PySide2.QtWidgets.QGraphicsLayoutItem.setMaximumHeight": ('float',),
9707    "PySide2.QtWidgets.QGraphicsLayoutItem.setMaximumSize": [('PySide2.QtCore.QSizeF',), ('float', 'float')],
9708    "PySide2.QtWidgets.QGraphicsLayoutItem.setMaximumWidth": ('float',),
9709    "PySide2.QtWidgets.QGraphicsLayoutItem.setMinimumHeight": ('float',),
9710    "PySide2.QtWidgets.QGraphicsLayoutItem.setMinimumSize": [('PySide2.QtCore.QSizeF',), ('float', 'float')],
9711    "PySide2.QtWidgets.QGraphicsLayoutItem.setMinimumWidth": ('float',),
9712    "PySide2.QtWidgets.QGraphicsLayoutItem.setOwnedByLayout": ('bool',),
9713    "PySide2.QtWidgets.QGraphicsLayoutItem.setParentLayoutItem": ('PySide2.QtWidgets.QGraphicsLayoutItem',),
9714    "PySide2.QtWidgets.QGraphicsLayoutItem.setPreferredHeight": ('float',),
9715    "PySide2.QtWidgets.QGraphicsLayoutItem.setPreferredSize": [('PySide2.QtCore.QSizeF',), ('float', 'float')],
9716    "PySide2.QtWidgets.QGraphicsLayoutItem.setPreferredWidth": ('float',),
9717    "PySide2.QtWidgets.QGraphicsLayoutItem.setSizePolicy": [('PySide2.QtWidgets.QSizePolicy',), ('PySide2.QtWidgets.QSizePolicy.Policy', 'PySide2.QtWidgets.QSizePolicy.Policy', 'PySide2.QtWidgets.QSizePolicy.ControlType')],
9718    "PySide2.QtWidgets.QGraphicsLayoutItem.sizeHint": ('PySide2.QtCore.Qt.SizeHint', 'PySide2.QtCore.QSizeF'),
9719    "PySide2.QtWidgets.QGraphicsLayoutItem.sizePolicy": (),
9720    "PySide2.QtWidgets.QGraphicsLayoutItem.updateGeometry": (),
9721# class PySide2.QtWidgets.QGraphicsLineItem:
9722    "PySide2.QtWidgets.QGraphicsLineItem.__init__": [('PySide2.QtCore.QLineF', 'PySide2.QtWidgets.QGraphicsItem'), ('PySide2.QtWidgets.QGraphicsItem',), ('float', 'float', 'float', 'float', 'PySide2.QtWidgets.QGraphicsItem')],
9723    "PySide2.QtWidgets.QGraphicsLineItem.boundingRect": (),
9724    "PySide2.QtWidgets.QGraphicsLineItem.contains": ('PySide2.QtCore.QPointF',),
9725    "PySide2.QtWidgets.QGraphicsLineItem.extension": ('typing.Any',),
9726    "PySide2.QtWidgets.QGraphicsLineItem.isObscuredBy": ('PySide2.QtWidgets.QGraphicsItem',),
9727    "PySide2.QtWidgets.QGraphicsLineItem.line": (),
9728    "PySide2.QtWidgets.QGraphicsLineItem.opaqueArea": (),
9729    "PySide2.QtWidgets.QGraphicsLineItem.paint": ('PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QStyleOptionGraphicsItem', 'PySide2.QtWidgets.QWidget'),
9730    "PySide2.QtWidgets.QGraphicsLineItem.pen": (),
9731    "PySide2.QtWidgets.QGraphicsLineItem.setLine": [('PySide2.QtCore.QLineF',), ('float', 'float', 'float', 'float')],
9732    "PySide2.QtWidgets.QGraphicsLineItem.setPen": ('PySide2.QtGui.QPen',),
9733    "PySide2.QtWidgets.QGraphicsLineItem.shape": (),
9734    "PySide2.QtWidgets.QGraphicsLineItem.type": (),
9735# class PySide2.QtWidgets.QGraphicsLinearLayout:
9736    "PySide2.QtWidgets.QGraphicsLinearLayout.__init__": [('PySide2.QtCore.Qt.Orientation', 'PySide2.QtWidgets.QGraphicsLayoutItem'), ('PySide2.QtWidgets.QGraphicsLayoutItem',)],
9737    "PySide2.QtWidgets.QGraphicsLinearLayout.addItem": ('PySide2.QtWidgets.QGraphicsLayoutItem',),
9738    "PySide2.QtWidgets.QGraphicsLinearLayout.addStretch": ('int',),
9739    "PySide2.QtWidgets.QGraphicsLinearLayout.alignment": ('PySide2.QtWidgets.QGraphicsLayoutItem',),
9740    "PySide2.QtWidgets.QGraphicsLinearLayout.count": (),
9741    "PySide2.QtWidgets.QGraphicsLinearLayout.dump": ('int',),
9742    "PySide2.QtWidgets.QGraphicsLinearLayout.insertItem": ('int', 'PySide2.QtWidgets.QGraphicsLayoutItem'),
9743    "PySide2.QtWidgets.QGraphicsLinearLayout.insertStretch": ('int', 'int'),
9744    "PySide2.QtWidgets.QGraphicsLinearLayout.invalidate": (),
9745    "PySide2.QtWidgets.QGraphicsLinearLayout.itemAt": ('int',),
9746    "PySide2.QtWidgets.QGraphicsLinearLayout.itemSpacing": ('int',),
9747    "PySide2.QtWidgets.QGraphicsLinearLayout.orientation": (),
9748    "PySide2.QtWidgets.QGraphicsLinearLayout.removeAt": ('int',),
9749    "PySide2.QtWidgets.QGraphicsLinearLayout.removeItem": ('PySide2.QtWidgets.QGraphicsLayoutItem',),
9750    "PySide2.QtWidgets.QGraphicsLinearLayout.setAlignment": ('PySide2.QtWidgets.QGraphicsLayoutItem', 'PySide2.QtCore.Qt.Alignment'),
9751    "PySide2.QtWidgets.QGraphicsLinearLayout.setGeometry": ('PySide2.QtCore.QRectF',),
9752    "PySide2.QtWidgets.QGraphicsLinearLayout.setItemSpacing": ('int', 'float'),
9753    "PySide2.QtWidgets.QGraphicsLinearLayout.setOrientation": ('PySide2.QtCore.Qt.Orientation',),
9754    "PySide2.QtWidgets.QGraphicsLinearLayout.setSpacing": ('float',),
9755    "PySide2.QtWidgets.QGraphicsLinearLayout.setStretchFactor": ('PySide2.QtWidgets.QGraphicsLayoutItem', 'int'),
9756    "PySide2.QtWidgets.QGraphicsLinearLayout.sizeHint": ('PySide2.QtCore.Qt.SizeHint', 'PySide2.QtCore.QSizeF'),
9757    "PySide2.QtWidgets.QGraphicsLinearLayout.spacing": (),
9758    "PySide2.QtWidgets.QGraphicsLinearLayout.stretchFactor": ('PySide2.QtWidgets.QGraphicsLayoutItem',),
9759# class PySide2.QtWidgets.QGraphicsObject:
9760    "PySide2.QtWidgets.QGraphicsObject.__init__": ('PySide2.QtWidgets.QGraphicsItem',),
9761    "PySide2.QtWidgets.QGraphicsObject.event": ('PySide2.QtCore.QEvent',),
9762    "PySide2.QtWidgets.QGraphicsObject.grabGesture": ('PySide2.QtCore.Qt.GestureType', 'PySide2.QtCore.Qt.GestureFlags'),
9763    "PySide2.QtWidgets.QGraphicsObject.ungrabGesture": ('PySide2.QtCore.Qt.GestureType',),
9764    "PySide2.QtWidgets.QGraphicsObject.updateMicroFocus": (),
9765# class PySide2.QtWidgets.QGraphicsOpacityEffect:
9766    "PySide2.QtWidgets.QGraphicsOpacityEffect.__init__": ('PySide2.QtCore.QObject',),
9767    "PySide2.QtWidgets.QGraphicsOpacityEffect.draw": ('PySide2.QtGui.QPainter',),
9768    "PySide2.QtWidgets.QGraphicsOpacityEffect.opacity": (),
9769    "PySide2.QtWidgets.QGraphicsOpacityEffect.opacityMask": (),
9770    "PySide2.QtWidgets.QGraphicsOpacityEffect.setOpacity": ('float',),
9771    "PySide2.QtWidgets.QGraphicsOpacityEffect.setOpacityMask": ('PySide2.QtGui.QBrush',),
9772# class PySide2.QtWidgets.QGraphicsPathItem:
9773    "PySide2.QtWidgets.QGraphicsPathItem.__init__": [('PySide2.QtGui.QPainterPath', 'PySide2.QtWidgets.QGraphicsItem'), ('PySide2.QtWidgets.QGraphicsItem',)],
9774    "PySide2.QtWidgets.QGraphicsPathItem.boundingRect": (),
9775    "PySide2.QtWidgets.QGraphicsPathItem.contains": ('PySide2.QtCore.QPointF',),
9776    "PySide2.QtWidgets.QGraphicsPathItem.extension": ('typing.Any',),
9777    "PySide2.QtWidgets.QGraphicsPathItem.isObscuredBy": ('PySide2.QtWidgets.QGraphicsItem',),
9778    "PySide2.QtWidgets.QGraphicsPathItem.opaqueArea": (),
9779    "PySide2.QtWidgets.QGraphicsPathItem.paint": ('PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QStyleOptionGraphicsItem', 'PySide2.QtWidgets.QWidget'),
9780    "PySide2.QtWidgets.QGraphicsPathItem.path": (),
9781    "PySide2.QtWidgets.QGraphicsPathItem.setPath": ('PySide2.QtGui.QPainterPath',),
9782    "PySide2.QtWidgets.QGraphicsPathItem.shape": (),
9783    "PySide2.QtWidgets.QGraphicsPathItem.type": (),
9784# class PySide2.QtWidgets.QGraphicsPixmapItem:
9785# class PySide2.QtWidgets.QGraphicsPixmapItem.ShapeMode:
9786    "PySide2.QtWidgets.QGraphicsPixmapItem.__init__": [('PySide2.QtGui.QPixmap', 'PySide2.QtWidgets.QGraphicsItem'), ('PySide2.QtWidgets.QGraphicsItem',)],
9787    "PySide2.QtWidgets.QGraphicsPixmapItem.boundingRect": (),
9788    "PySide2.QtWidgets.QGraphicsPixmapItem.contains": ('PySide2.QtCore.QPointF',),
9789    "PySide2.QtWidgets.QGraphicsPixmapItem.extension": ('typing.Any',),
9790    "PySide2.QtWidgets.QGraphicsPixmapItem.isObscuredBy": ('PySide2.QtWidgets.QGraphicsItem',),
9791    "PySide2.QtWidgets.QGraphicsPixmapItem.offset": (),
9792    "PySide2.QtWidgets.QGraphicsPixmapItem.opaqueArea": (),
9793    "PySide2.QtWidgets.QGraphicsPixmapItem.paint": ('PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QStyleOptionGraphicsItem', 'PySide2.QtWidgets.QWidget'),
9794    "PySide2.QtWidgets.QGraphicsPixmapItem.pixmap": (),
9795    "PySide2.QtWidgets.QGraphicsPixmapItem.setOffset": [('PySide2.QtCore.QPointF',), ('float', 'float')],
9796    "PySide2.QtWidgets.QGraphicsPixmapItem.setPixmap": ('PySide2.QtGui.QPixmap',),
9797    "PySide2.QtWidgets.QGraphicsPixmapItem.setShapeMode": ('PySide2.QtWidgets.QGraphicsPixmapItem.ShapeMode',),
9798    "PySide2.QtWidgets.QGraphicsPixmapItem.setTransformationMode": ('PySide2.QtCore.Qt.TransformationMode',),
9799    "PySide2.QtWidgets.QGraphicsPixmapItem.shape": (),
9800    "PySide2.QtWidgets.QGraphicsPixmapItem.shapeMode": (),
9801    "PySide2.QtWidgets.QGraphicsPixmapItem.transformationMode": (),
9802    "PySide2.QtWidgets.QGraphicsPixmapItem.type": (),
9803# class PySide2.QtWidgets.QGraphicsPolygonItem:
9804    "PySide2.QtWidgets.QGraphicsPolygonItem.__init__": [('PySide2.QtGui.QPolygonF', 'PySide2.QtWidgets.QGraphicsItem'), ('PySide2.QtWidgets.QGraphicsItem',)],
9805    "PySide2.QtWidgets.QGraphicsPolygonItem.boundingRect": (),
9806    "PySide2.QtWidgets.QGraphicsPolygonItem.contains": ('PySide2.QtCore.QPointF',),
9807    "PySide2.QtWidgets.QGraphicsPolygonItem.extension": ('typing.Any',),
9808    "PySide2.QtWidgets.QGraphicsPolygonItem.fillRule": (),
9809    "PySide2.QtWidgets.QGraphicsPolygonItem.isObscuredBy": ('PySide2.QtWidgets.QGraphicsItem',),
9810    "PySide2.QtWidgets.QGraphicsPolygonItem.opaqueArea": (),
9811    "PySide2.QtWidgets.QGraphicsPolygonItem.paint": ('PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QStyleOptionGraphicsItem', 'PySide2.QtWidgets.QWidget'),
9812    "PySide2.QtWidgets.QGraphicsPolygonItem.polygon": (),
9813    "PySide2.QtWidgets.QGraphicsPolygonItem.setFillRule": ('PySide2.QtCore.Qt.FillRule',),
9814    "PySide2.QtWidgets.QGraphicsPolygonItem.setPolygon": ('PySide2.QtGui.QPolygonF',),
9815    "PySide2.QtWidgets.QGraphicsPolygonItem.shape": (),
9816    "PySide2.QtWidgets.QGraphicsPolygonItem.type": (),
9817# class PySide2.QtWidgets.QGraphicsProxyWidget:
9818    "PySide2.QtWidgets.QGraphicsProxyWidget.__init__": ('PySide2.QtWidgets.QGraphicsItem', 'PySide2.QtCore.Qt.WindowFlags'),
9819    "PySide2.QtWidgets.QGraphicsProxyWidget.contextMenuEvent": ('PySide2.QtWidgets.QGraphicsSceneContextMenuEvent',),
9820    "PySide2.QtWidgets.QGraphicsProxyWidget.createProxyForChildWidget": ('PySide2.QtWidgets.QWidget',),
9821    "PySide2.QtWidgets.QGraphicsProxyWidget.dragEnterEvent": ('PySide2.QtWidgets.QGraphicsSceneDragDropEvent',),
9822    "PySide2.QtWidgets.QGraphicsProxyWidget.dragLeaveEvent": ('PySide2.QtWidgets.QGraphicsSceneDragDropEvent',),
9823    "PySide2.QtWidgets.QGraphicsProxyWidget.dragMoveEvent": ('PySide2.QtWidgets.QGraphicsSceneDragDropEvent',),
9824    "PySide2.QtWidgets.QGraphicsProxyWidget.dropEvent": ('PySide2.QtWidgets.QGraphicsSceneDragDropEvent',),
9825    "PySide2.QtWidgets.QGraphicsProxyWidget.event": ('PySide2.QtCore.QEvent',),
9826    "PySide2.QtWidgets.QGraphicsProxyWidget.eventFilter": ('PySide2.QtCore.QObject', 'PySide2.QtCore.QEvent'),
9827    "PySide2.QtWidgets.QGraphicsProxyWidget.focusInEvent": ('PySide2.QtGui.QFocusEvent',),
9828    "PySide2.QtWidgets.QGraphicsProxyWidget.focusNextPrevChild": ('bool',),
9829    "PySide2.QtWidgets.QGraphicsProxyWidget.focusOutEvent": ('PySide2.QtGui.QFocusEvent',),
9830    "PySide2.QtWidgets.QGraphicsProxyWidget.grabMouseEvent": ('PySide2.QtCore.QEvent',),
9831    "PySide2.QtWidgets.QGraphicsProxyWidget.hideEvent": ('PySide2.QtGui.QHideEvent',),
9832    "PySide2.QtWidgets.QGraphicsProxyWidget.hoverEnterEvent": ('PySide2.QtWidgets.QGraphicsSceneHoverEvent',),
9833    "PySide2.QtWidgets.QGraphicsProxyWidget.hoverLeaveEvent": ('PySide2.QtWidgets.QGraphicsSceneHoverEvent',),
9834    "PySide2.QtWidgets.QGraphicsProxyWidget.hoverMoveEvent": ('PySide2.QtWidgets.QGraphicsSceneHoverEvent',),
9835    "PySide2.QtWidgets.QGraphicsProxyWidget.inputMethodEvent": ('PySide2.QtGui.QInputMethodEvent',),
9836    "PySide2.QtWidgets.QGraphicsProxyWidget.inputMethodQuery": ('PySide2.QtCore.Qt.InputMethodQuery',),
9837    "PySide2.QtWidgets.QGraphicsProxyWidget.itemChange": ('PySide2.QtWidgets.QGraphicsItem.GraphicsItemChange', 'typing.Any'),
9838    "PySide2.QtWidgets.QGraphicsProxyWidget.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
9839    "PySide2.QtWidgets.QGraphicsProxyWidget.keyReleaseEvent": ('PySide2.QtGui.QKeyEvent',),
9840    "PySide2.QtWidgets.QGraphicsProxyWidget.mouseDoubleClickEvent": ('PySide2.QtWidgets.QGraphicsSceneMouseEvent',),
9841    "PySide2.QtWidgets.QGraphicsProxyWidget.mouseMoveEvent": ('PySide2.QtWidgets.QGraphicsSceneMouseEvent',),
9842    "PySide2.QtWidgets.QGraphicsProxyWidget.mousePressEvent": ('PySide2.QtWidgets.QGraphicsSceneMouseEvent',),
9843    "PySide2.QtWidgets.QGraphicsProxyWidget.mouseReleaseEvent": ('PySide2.QtWidgets.QGraphicsSceneMouseEvent',),
9844    "PySide2.QtWidgets.QGraphicsProxyWidget.newProxyWidget": ('PySide2.QtWidgets.QWidget',),
9845    "PySide2.QtWidgets.QGraphicsProxyWidget.paint": ('PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QStyleOptionGraphicsItem', 'PySide2.QtWidgets.QWidget'),
9846    "PySide2.QtWidgets.QGraphicsProxyWidget.resizeEvent": ('PySide2.QtWidgets.QGraphicsSceneResizeEvent',),
9847    "PySide2.QtWidgets.QGraphicsProxyWidget.setGeometry": ('PySide2.QtCore.QRectF',),
9848    "PySide2.QtWidgets.QGraphicsProxyWidget.setWidget": ('PySide2.QtWidgets.QWidget',),
9849    "PySide2.QtWidgets.QGraphicsProxyWidget.showEvent": ('PySide2.QtGui.QShowEvent',),
9850    "PySide2.QtWidgets.QGraphicsProxyWidget.sizeHint": ('PySide2.QtCore.Qt.SizeHint', 'PySide2.QtCore.QSizeF'),
9851    "PySide2.QtWidgets.QGraphicsProxyWidget.subWidgetRect": ('PySide2.QtWidgets.QWidget',),
9852    "PySide2.QtWidgets.QGraphicsProxyWidget.type": (),
9853    "PySide2.QtWidgets.QGraphicsProxyWidget.ungrabMouseEvent": ('PySide2.QtCore.QEvent',),
9854    "PySide2.QtWidgets.QGraphicsProxyWidget.wheelEvent": ('PySide2.QtWidgets.QGraphicsSceneWheelEvent',),
9855    "PySide2.QtWidgets.QGraphicsProxyWidget.widget": (),
9856# class PySide2.QtWidgets.QGraphicsRectItem:
9857    "PySide2.QtWidgets.QGraphicsRectItem.__init__": [('PySide2.QtCore.QRectF', 'PySide2.QtWidgets.QGraphicsItem'), ('PySide2.QtWidgets.QGraphicsItem',), ('float', 'float', 'float', 'float', 'PySide2.QtWidgets.QGraphicsItem')],
9858    "PySide2.QtWidgets.QGraphicsRectItem.boundingRect": (),
9859    "PySide2.QtWidgets.QGraphicsRectItem.contains": ('PySide2.QtCore.QPointF',),
9860    "PySide2.QtWidgets.QGraphicsRectItem.extension": ('typing.Any',),
9861    "PySide2.QtWidgets.QGraphicsRectItem.isObscuredBy": ('PySide2.QtWidgets.QGraphicsItem',),
9862    "PySide2.QtWidgets.QGraphicsRectItem.opaqueArea": (),
9863    "PySide2.QtWidgets.QGraphicsRectItem.paint": ('PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QStyleOptionGraphicsItem', 'PySide2.QtWidgets.QWidget'),
9864    "PySide2.QtWidgets.QGraphicsRectItem.rect": (),
9865    "PySide2.QtWidgets.QGraphicsRectItem.setRect": [('PySide2.QtCore.QRectF',), ('float', 'float', 'float', 'float')],
9866    "PySide2.QtWidgets.QGraphicsRectItem.shape": (),
9867    "PySide2.QtWidgets.QGraphicsRectItem.type": (),
9868# class PySide2.QtWidgets.QGraphicsRotation:
9869    "PySide2.QtWidgets.QGraphicsRotation.__init__": ('PySide2.QtCore.QObject',),
9870    "PySide2.QtWidgets.QGraphicsRotation.angle": (),
9871    "PySide2.QtWidgets.QGraphicsRotation.applyTo": ('PySide2.QtGui.QMatrix4x4',),
9872    "PySide2.QtWidgets.QGraphicsRotation.axis": (),
9873    "PySide2.QtWidgets.QGraphicsRotation.origin": (),
9874    "PySide2.QtWidgets.QGraphicsRotation.setAngle": ('float',),
9875    "PySide2.QtWidgets.QGraphicsRotation.setAxis": [('PySide2.QtCore.Qt.Axis',), ('PySide2.QtGui.QVector3D',)],
9876    "PySide2.QtWidgets.QGraphicsRotation.setOrigin": ('PySide2.QtGui.QVector3D',),
9877# class PySide2.QtWidgets.QGraphicsScale:
9878    "PySide2.QtWidgets.QGraphicsScale.__init__": ('PySide2.QtCore.QObject',),
9879    "PySide2.QtWidgets.QGraphicsScale.applyTo": ('PySide2.QtGui.QMatrix4x4',),
9880    "PySide2.QtWidgets.QGraphicsScale.origin": (),
9881    "PySide2.QtWidgets.QGraphicsScale.setOrigin": ('PySide2.QtGui.QVector3D',),
9882    "PySide2.QtWidgets.QGraphicsScale.setXScale": ('float',),
9883    "PySide2.QtWidgets.QGraphicsScale.setYScale": ('float',),
9884    "PySide2.QtWidgets.QGraphicsScale.setZScale": ('float',),
9885    "PySide2.QtWidgets.QGraphicsScale.xScale": (),
9886    "PySide2.QtWidgets.QGraphicsScale.yScale": (),
9887    "PySide2.QtWidgets.QGraphicsScale.zScale": (),
9888# class PySide2.QtWidgets.QGraphicsScene:
9889# class PySide2.QtWidgets.QGraphicsScene.ItemIndexMethod:
9890# class PySide2.QtWidgets.QGraphicsScene.SceneLayer:
9891# class PySide2.QtWidgets.QGraphicsScene.SceneLayers:
9892    "PySide2.QtWidgets.QGraphicsScene.__init__": [('PySide2.QtCore.QObject',), ('PySide2.QtCore.QRectF', 'PySide2.QtCore.QObject'), ('float', 'float', 'float', 'float', 'PySide2.QtCore.QObject')],
9893    "PySide2.QtWidgets.QGraphicsScene.activePanel": (),
9894    "PySide2.QtWidgets.QGraphicsScene.activeWindow": (),
9895    "PySide2.QtWidgets.QGraphicsScene.addEllipse": [('PySide2.QtCore.QRectF', 'PySide2.QtGui.QPen', 'PySide2.QtGui.QBrush'), ('float', 'float', 'float', 'float', 'PySide2.QtGui.QPen', 'PySide2.QtGui.QBrush')],
9896    "PySide2.QtWidgets.QGraphicsScene.addItem": ('PySide2.QtWidgets.QGraphicsItem',),
9897    "PySide2.QtWidgets.QGraphicsScene.addLine": [('PySide2.QtCore.QLineF', 'PySide2.QtGui.QPen'), ('float', 'float', 'float', 'float', 'PySide2.QtGui.QPen')],
9898    "PySide2.QtWidgets.QGraphicsScene.addPath": ('PySide2.QtGui.QPainterPath', 'PySide2.QtGui.QPen', 'PySide2.QtGui.QBrush'),
9899    "PySide2.QtWidgets.QGraphicsScene.addPixmap": ('PySide2.QtGui.QPixmap',),
9900    "PySide2.QtWidgets.QGraphicsScene.addPolygon": ('PySide2.QtGui.QPolygonF', 'PySide2.QtGui.QPen', 'PySide2.QtGui.QBrush'),
9901    "PySide2.QtWidgets.QGraphicsScene.addRect": [('PySide2.QtCore.QRectF', 'PySide2.QtGui.QPen', 'PySide2.QtGui.QBrush'), ('float', 'float', 'float', 'float', 'PySide2.QtGui.QPen', 'PySide2.QtGui.QBrush')],
9902    "PySide2.QtWidgets.QGraphicsScene.addSimpleText": ('str', 'PySide2.QtGui.QFont'),
9903    "PySide2.QtWidgets.QGraphicsScene.addText": ('str', 'PySide2.QtGui.QFont'),
9904    "PySide2.QtWidgets.QGraphicsScene.addWidget": ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.WindowFlags'),
9905    "PySide2.QtWidgets.QGraphicsScene.advance": (),
9906    "PySide2.QtWidgets.QGraphicsScene.backgroundBrush": (),
9907    "PySide2.QtWidgets.QGraphicsScene.bspTreeDepth": (),
9908    "PySide2.QtWidgets.QGraphicsScene.clear": (),
9909    "PySide2.QtWidgets.QGraphicsScene.clearFocus": (),
9910    "PySide2.QtWidgets.QGraphicsScene.clearSelection": (),
9911    "PySide2.QtWidgets.QGraphicsScene.collidingItems": ('PySide2.QtWidgets.QGraphicsItem', 'PySide2.QtCore.Qt.ItemSelectionMode'),
9912    "PySide2.QtWidgets.QGraphicsScene.contextMenuEvent": ('PySide2.QtWidgets.QGraphicsSceneContextMenuEvent',),
9913    "PySide2.QtWidgets.QGraphicsScene.createItemGroup": ('typing.Sequence[PySide2.QtWidgets.QGraphicsItem]',),
9914    "PySide2.QtWidgets.QGraphicsScene.destroyItemGroup": ('PySide2.QtWidgets.QGraphicsItemGroup',),
9915    "PySide2.QtWidgets.QGraphicsScene.dragEnterEvent": ('PySide2.QtWidgets.QGraphicsSceneDragDropEvent',),
9916    "PySide2.QtWidgets.QGraphicsScene.dragLeaveEvent": ('PySide2.QtWidgets.QGraphicsSceneDragDropEvent',),
9917    "PySide2.QtWidgets.QGraphicsScene.dragMoveEvent": ('PySide2.QtWidgets.QGraphicsSceneDragDropEvent',),
9918    "PySide2.QtWidgets.QGraphicsScene.drawBackground": ('PySide2.QtGui.QPainter', 'PySide2.QtCore.QRectF'),
9919    "PySide2.QtWidgets.QGraphicsScene.drawForeground": ('PySide2.QtGui.QPainter', 'PySide2.QtCore.QRectF'),
9920    "PySide2.QtWidgets.QGraphicsScene.dropEvent": ('PySide2.QtWidgets.QGraphicsSceneDragDropEvent',),
9921    "PySide2.QtWidgets.QGraphicsScene.event": ('PySide2.QtCore.QEvent',),
9922    "PySide2.QtWidgets.QGraphicsScene.eventFilter": ('PySide2.QtCore.QObject', 'PySide2.QtCore.QEvent'),
9923    "PySide2.QtWidgets.QGraphicsScene.focusInEvent": ('PySide2.QtGui.QFocusEvent',),
9924    "PySide2.QtWidgets.QGraphicsScene.focusItem": (),
9925    "PySide2.QtWidgets.QGraphicsScene.focusNextPrevChild": ('bool',),
9926    "PySide2.QtWidgets.QGraphicsScene.focusOnTouch": (),
9927    "PySide2.QtWidgets.QGraphicsScene.focusOutEvent": ('PySide2.QtGui.QFocusEvent',),
9928    "PySide2.QtWidgets.QGraphicsScene.font": (),
9929    "PySide2.QtWidgets.QGraphicsScene.foregroundBrush": (),
9930    "PySide2.QtWidgets.QGraphicsScene.hasFocus": (),
9931    "PySide2.QtWidgets.QGraphicsScene.height": (),
9932    "PySide2.QtWidgets.QGraphicsScene.helpEvent": ('PySide2.QtWidgets.QGraphicsSceneHelpEvent',),
9933    "PySide2.QtWidgets.QGraphicsScene.inputMethodEvent": ('PySide2.QtGui.QInputMethodEvent',),
9934    "PySide2.QtWidgets.QGraphicsScene.inputMethodQuery": ('PySide2.QtCore.Qt.InputMethodQuery',),
9935    "PySide2.QtWidgets.QGraphicsScene.invalidate": [('PySide2.QtCore.QRectF', 'PySide2.QtWidgets.QGraphicsScene.SceneLayers'), ('float', 'float', 'float', 'float', 'PySide2.QtWidgets.QGraphicsScene.SceneLayers')],
9936    "PySide2.QtWidgets.QGraphicsScene.isActive": (),
9937    "PySide2.QtWidgets.QGraphicsScene.isSortCacheEnabled": (),
9938    "PySide2.QtWidgets.QGraphicsScene.itemAt": [('PySide2.QtCore.QPointF', 'PySide2.QtGui.QTransform'), ('float', 'float', 'PySide2.QtGui.QTransform')],
9939    "PySide2.QtWidgets.QGraphicsScene.itemIndexMethod": (),
9940    "PySide2.QtWidgets.QGraphicsScene.items": [('PySide2.QtCore.QPointF', 'PySide2.QtCore.Qt.ItemSelectionMode', 'PySide2.QtCore.Qt.SortOrder', 'PySide2.QtGui.QTransform'), ('PySide2.QtCore.QRectF', 'PySide2.QtCore.Qt.ItemSelectionMode', 'PySide2.QtCore.Qt.SortOrder', 'PySide2.QtGui.QTransform'), ('PySide2.QtCore.Qt.SortOrder',), ('PySide2.QtGui.QPainterPath', 'PySide2.QtCore.Qt.ItemSelectionMode', 'PySide2.QtCore.Qt.SortOrder', 'PySide2.QtGui.QTransform'), ('PySide2.QtGui.QPolygonF', 'PySide2.QtCore.Qt.ItemSelectionMode', 'PySide2.QtCore.Qt.SortOrder', 'PySide2.QtGui.QTransform'), ('float', 'float', 'float', 'float', 'PySide2.QtCore.Qt.ItemSelectionMode', 'PySide2.QtCore.Qt.SortOrder', 'PySide2.QtGui.QTransform')],
9941    "PySide2.QtWidgets.QGraphicsScene.itemsBoundingRect": (),
9942    "PySide2.QtWidgets.QGraphicsScene.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
9943    "PySide2.QtWidgets.QGraphicsScene.keyReleaseEvent": ('PySide2.QtGui.QKeyEvent',),
9944    "PySide2.QtWidgets.QGraphicsScene.minimumRenderSize": (),
9945    "PySide2.QtWidgets.QGraphicsScene.mouseDoubleClickEvent": ('PySide2.QtWidgets.QGraphicsSceneMouseEvent',),
9946    "PySide2.QtWidgets.QGraphicsScene.mouseGrabberItem": (),
9947    "PySide2.QtWidgets.QGraphicsScene.mouseMoveEvent": ('PySide2.QtWidgets.QGraphicsSceneMouseEvent',),
9948    "PySide2.QtWidgets.QGraphicsScene.mousePressEvent": ('PySide2.QtWidgets.QGraphicsSceneMouseEvent',),
9949    "PySide2.QtWidgets.QGraphicsScene.mouseReleaseEvent": ('PySide2.QtWidgets.QGraphicsSceneMouseEvent',),
9950    "PySide2.QtWidgets.QGraphicsScene.palette": (),
9951    "PySide2.QtWidgets.QGraphicsScene.removeItem": ('PySide2.QtWidgets.QGraphicsItem',),
9952    "PySide2.QtWidgets.QGraphicsScene.render": ('PySide2.QtGui.QPainter', 'PySide2.QtCore.QRectF', 'PySide2.QtCore.QRectF', 'PySide2.QtCore.Qt.AspectRatioMode'),
9953    "PySide2.QtWidgets.QGraphicsScene.sceneRect": (),
9954    "PySide2.QtWidgets.QGraphicsScene.selectedItems": (),
9955    "PySide2.QtWidgets.QGraphicsScene.selectionArea": (),
9956    "PySide2.QtWidgets.QGraphicsScene.sendEvent": ('PySide2.QtWidgets.QGraphicsItem', 'PySide2.QtCore.QEvent'),
9957    "PySide2.QtWidgets.QGraphicsScene.setActivePanel": ('PySide2.QtWidgets.QGraphicsItem',),
9958    "PySide2.QtWidgets.QGraphicsScene.setActiveWindow": ('PySide2.QtWidgets.QGraphicsWidget',),
9959    "PySide2.QtWidgets.QGraphicsScene.setBackgroundBrush": ('PySide2.QtGui.QBrush',),
9960    "PySide2.QtWidgets.QGraphicsScene.setBspTreeDepth": ('int',),
9961    "PySide2.QtWidgets.QGraphicsScene.setFocus": ('PySide2.QtCore.Qt.FocusReason',),
9962    "PySide2.QtWidgets.QGraphicsScene.setFocusItem": ('PySide2.QtWidgets.QGraphicsItem', 'PySide2.QtCore.Qt.FocusReason'),
9963    "PySide2.QtWidgets.QGraphicsScene.setFocusOnTouch": ('bool',),
9964    "PySide2.QtWidgets.QGraphicsScene.setFont": ('PySide2.QtGui.QFont',),
9965    "PySide2.QtWidgets.QGraphicsScene.setForegroundBrush": ('PySide2.QtGui.QBrush',),
9966    "PySide2.QtWidgets.QGraphicsScene.setItemIndexMethod": ('PySide2.QtWidgets.QGraphicsScene.ItemIndexMethod',),
9967    "PySide2.QtWidgets.QGraphicsScene.setMinimumRenderSize": ('float',),
9968    "PySide2.QtWidgets.QGraphicsScene.setPalette": ('PySide2.QtGui.QPalette',),
9969    "PySide2.QtWidgets.QGraphicsScene.setSceneRect": [('PySide2.QtCore.QRectF',), ('float', 'float', 'float', 'float')],
9970    "PySide2.QtWidgets.QGraphicsScene.setSelectionArea": [('PySide2.QtGui.QPainterPath', 'PySide2.QtCore.Qt.ItemSelectionMode', 'PySide2.QtGui.QTransform'), ('PySide2.QtGui.QPainterPath', 'PySide2.QtCore.Qt.ItemSelectionOperation', 'PySide2.QtCore.Qt.ItemSelectionMode', 'PySide2.QtGui.QTransform'), ('PySide2.QtGui.QPainterPath', 'PySide2.QtGui.QTransform')],
9971    "PySide2.QtWidgets.QGraphicsScene.setSortCacheEnabled": ('bool',),
9972    "PySide2.QtWidgets.QGraphicsScene.setStickyFocus": ('bool',),
9973    "PySide2.QtWidgets.QGraphicsScene.setStyle": ('PySide2.QtWidgets.QStyle',),
9974    "PySide2.QtWidgets.QGraphicsScene.stickyFocus": (),
9975    "PySide2.QtWidgets.QGraphicsScene.style": (),
9976    "PySide2.QtWidgets.QGraphicsScene.update": [('PySide2.QtCore.QRectF',), ('float', 'float', 'float', 'float')],
9977    "PySide2.QtWidgets.QGraphicsScene.views": (),
9978    "PySide2.QtWidgets.QGraphicsScene.wheelEvent": ('PySide2.QtWidgets.QGraphicsSceneWheelEvent',),
9979    "PySide2.QtWidgets.QGraphicsScene.width": (),
9980# class PySide2.QtWidgets.QGraphicsSceneContextMenuEvent:
9981# class PySide2.QtWidgets.QGraphicsSceneContextMenuEvent.Reason:
9982    "PySide2.QtWidgets.QGraphicsSceneContextMenuEvent.__init__": ('PySide2.QtCore.QEvent.Type',),
9983    "PySide2.QtWidgets.QGraphicsSceneContextMenuEvent.modifiers": (),
9984    "PySide2.QtWidgets.QGraphicsSceneContextMenuEvent.pos": (),
9985    "PySide2.QtWidgets.QGraphicsSceneContextMenuEvent.reason": (),
9986    "PySide2.QtWidgets.QGraphicsSceneContextMenuEvent.scenePos": (),
9987    "PySide2.QtWidgets.QGraphicsSceneContextMenuEvent.screenPos": (),
9988    "PySide2.QtWidgets.QGraphicsSceneContextMenuEvent.setModifiers": ('PySide2.QtCore.Qt.KeyboardModifiers',),
9989    "PySide2.QtWidgets.QGraphicsSceneContextMenuEvent.setPos": ('PySide2.QtCore.QPointF',),
9990    "PySide2.QtWidgets.QGraphicsSceneContextMenuEvent.setReason": ('PySide2.QtWidgets.QGraphicsSceneContextMenuEvent.Reason',),
9991    "PySide2.QtWidgets.QGraphicsSceneContextMenuEvent.setScenePos": ('PySide2.QtCore.QPointF',),
9992    "PySide2.QtWidgets.QGraphicsSceneContextMenuEvent.setScreenPos": ('PySide2.QtCore.QPoint',),
9993# class PySide2.QtWidgets.QGraphicsSceneDragDropEvent:
9994    "PySide2.QtWidgets.QGraphicsSceneDragDropEvent.__init__": ('PySide2.QtCore.QEvent.Type',),
9995    "PySide2.QtWidgets.QGraphicsSceneDragDropEvent.acceptProposedAction": (),
9996    "PySide2.QtWidgets.QGraphicsSceneDragDropEvent.buttons": (),
9997    "PySide2.QtWidgets.QGraphicsSceneDragDropEvent.dropAction": (),
9998    "PySide2.QtWidgets.QGraphicsSceneDragDropEvent.mimeData": (),
9999    "PySide2.QtWidgets.QGraphicsSceneDragDropEvent.modifiers": (),
10000    "PySide2.QtWidgets.QGraphicsSceneDragDropEvent.pos": (),
10001    "PySide2.QtWidgets.QGraphicsSceneDragDropEvent.possibleActions": (),
10002    "PySide2.QtWidgets.QGraphicsSceneDragDropEvent.proposedAction": (),
10003    "PySide2.QtWidgets.QGraphicsSceneDragDropEvent.scenePos": (),
10004    "PySide2.QtWidgets.QGraphicsSceneDragDropEvent.screenPos": (),
10005    "PySide2.QtWidgets.QGraphicsSceneDragDropEvent.setButtons": ('PySide2.QtCore.Qt.MouseButtons',),
10006    "PySide2.QtWidgets.QGraphicsSceneDragDropEvent.setDropAction": ('PySide2.QtCore.Qt.DropAction',),
10007    "PySide2.QtWidgets.QGraphicsSceneDragDropEvent.setModifiers": ('PySide2.QtCore.Qt.KeyboardModifiers',),
10008    "PySide2.QtWidgets.QGraphicsSceneDragDropEvent.setPos": ('PySide2.QtCore.QPointF',),
10009    "PySide2.QtWidgets.QGraphicsSceneDragDropEvent.setPossibleActions": ('PySide2.QtCore.Qt.DropActions',),
10010    "PySide2.QtWidgets.QGraphicsSceneDragDropEvent.setProposedAction": ('PySide2.QtCore.Qt.DropAction',),
10011    "PySide2.QtWidgets.QGraphicsSceneDragDropEvent.setScenePos": ('PySide2.QtCore.QPointF',),
10012    "PySide2.QtWidgets.QGraphicsSceneDragDropEvent.setScreenPos": ('PySide2.QtCore.QPoint',),
10013    "PySide2.QtWidgets.QGraphicsSceneDragDropEvent.source": (),
10014# class PySide2.QtWidgets.QGraphicsSceneEvent:
10015    "PySide2.QtWidgets.QGraphicsSceneEvent.__init__": ('PySide2.QtCore.QEvent.Type',),
10016    "PySide2.QtWidgets.QGraphicsSceneEvent.widget": (),
10017# class PySide2.QtWidgets.QGraphicsSceneHelpEvent:
10018    "PySide2.QtWidgets.QGraphicsSceneHelpEvent.__init__": ('PySide2.QtCore.QEvent.Type',),
10019    "PySide2.QtWidgets.QGraphicsSceneHelpEvent.scenePos": (),
10020    "PySide2.QtWidgets.QGraphicsSceneHelpEvent.screenPos": (),
10021    "PySide2.QtWidgets.QGraphicsSceneHelpEvent.setScenePos": ('PySide2.QtCore.QPointF',),
10022    "PySide2.QtWidgets.QGraphicsSceneHelpEvent.setScreenPos": ('PySide2.QtCore.QPoint',),
10023# class PySide2.QtWidgets.QGraphicsSceneHoverEvent:
10024    "PySide2.QtWidgets.QGraphicsSceneHoverEvent.__init__": ('PySide2.QtCore.QEvent.Type',),
10025    "PySide2.QtWidgets.QGraphicsSceneHoverEvent.lastPos": (),
10026    "PySide2.QtWidgets.QGraphicsSceneHoverEvent.lastScenePos": (),
10027    "PySide2.QtWidgets.QGraphicsSceneHoverEvent.lastScreenPos": (),
10028    "PySide2.QtWidgets.QGraphicsSceneHoverEvent.modifiers": (),
10029    "PySide2.QtWidgets.QGraphicsSceneHoverEvent.pos": (),
10030    "PySide2.QtWidgets.QGraphicsSceneHoverEvent.scenePos": (),
10031    "PySide2.QtWidgets.QGraphicsSceneHoverEvent.screenPos": (),
10032    "PySide2.QtWidgets.QGraphicsSceneHoverEvent.setLastPos": ('PySide2.QtCore.QPointF',),
10033    "PySide2.QtWidgets.QGraphicsSceneHoverEvent.setLastScenePos": ('PySide2.QtCore.QPointF',),
10034    "PySide2.QtWidgets.QGraphicsSceneHoverEvent.setLastScreenPos": ('PySide2.QtCore.QPoint',),
10035    "PySide2.QtWidgets.QGraphicsSceneHoverEvent.setModifiers": ('PySide2.QtCore.Qt.KeyboardModifiers',),
10036    "PySide2.QtWidgets.QGraphicsSceneHoverEvent.setPos": ('PySide2.QtCore.QPointF',),
10037    "PySide2.QtWidgets.QGraphicsSceneHoverEvent.setScenePos": ('PySide2.QtCore.QPointF',),
10038    "PySide2.QtWidgets.QGraphicsSceneHoverEvent.setScreenPos": ('PySide2.QtCore.QPoint',),
10039# class PySide2.QtWidgets.QGraphicsSceneMouseEvent:
10040    "PySide2.QtWidgets.QGraphicsSceneMouseEvent.__init__": ('PySide2.QtCore.QEvent.Type',),
10041    "PySide2.QtWidgets.QGraphicsSceneMouseEvent.button": (),
10042    "PySide2.QtWidgets.QGraphicsSceneMouseEvent.buttonDownPos": ('PySide2.QtCore.Qt.MouseButton',),
10043    "PySide2.QtWidgets.QGraphicsSceneMouseEvent.buttonDownScenePos": ('PySide2.QtCore.Qt.MouseButton',),
10044    "PySide2.QtWidgets.QGraphicsSceneMouseEvent.buttonDownScreenPos": ('PySide2.QtCore.Qt.MouseButton',),
10045    "PySide2.QtWidgets.QGraphicsSceneMouseEvent.buttons": (),
10046    "PySide2.QtWidgets.QGraphicsSceneMouseEvent.flags": (),
10047    "PySide2.QtWidgets.QGraphicsSceneMouseEvent.lastPos": (),
10048    "PySide2.QtWidgets.QGraphicsSceneMouseEvent.lastScenePos": (),
10049    "PySide2.QtWidgets.QGraphicsSceneMouseEvent.lastScreenPos": (),
10050    "PySide2.QtWidgets.QGraphicsSceneMouseEvent.modifiers": (),
10051    "PySide2.QtWidgets.QGraphicsSceneMouseEvent.pos": (),
10052    "PySide2.QtWidgets.QGraphicsSceneMouseEvent.scenePos": (),
10053    "PySide2.QtWidgets.QGraphicsSceneMouseEvent.screenPos": (),
10054    "PySide2.QtWidgets.QGraphicsSceneMouseEvent.setButton": ('PySide2.QtCore.Qt.MouseButton',),
10055    "PySide2.QtWidgets.QGraphicsSceneMouseEvent.setButtonDownPos": ('PySide2.QtCore.Qt.MouseButton', 'PySide2.QtCore.QPointF'),
10056    "PySide2.QtWidgets.QGraphicsSceneMouseEvent.setButtonDownScenePos": ('PySide2.QtCore.Qt.MouseButton', 'PySide2.QtCore.QPointF'),
10057    "PySide2.QtWidgets.QGraphicsSceneMouseEvent.setButtonDownScreenPos": ('PySide2.QtCore.Qt.MouseButton', 'PySide2.QtCore.QPoint'),
10058    "PySide2.QtWidgets.QGraphicsSceneMouseEvent.setButtons": ('PySide2.QtCore.Qt.MouseButtons',),
10059    "PySide2.QtWidgets.QGraphicsSceneMouseEvent.setFlags": ('PySide2.QtCore.Qt.MouseEventFlags',),
10060    "PySide2.QtWidgets.QGraphicsSceneMouseEvent.setLastPos": ('PySide2.QtCore.QPointF',),
10061    "PySide2.QtWidgets.QGraphicsSceneMouseEvent.setLastScenePos": ('PySide2.QtCore.QPointF',),
10062    "PySide2.QtWidgets.QGraphicsSceneMouseEvent.setLastScreenPos": ('PySide2.QtCore.QPoint',),
10063    "PySide2.QtWidgets.QGraphicsSceneMouseEvent.setModifiers": ('PySide2.QtCore.Qt.KeyboardModifiers',),
10064    "PySide2.QtWidgets.QGraphicsSceneMouseEvent.setPos": ('PySide2.QtCore.QPointF',),
10065    "PySide2.QtWidgets.QGraphicsSceneMouseEvent.setScenePos": ('PySide2.QtCore.QPointF',),
10066    "PySide2.QtWidgets.QGraphicsSceneMouseEvent.setScreenPos": ('PySide2.QtCore.QPoint',),
10067    "PySide2.QtWidgets.QGraphicsSceneMouseEvent.setSource": ('PySide2.QtCore.Qt.MouseEventSource',),
10068    "PySide2.QtWidgets.QGraphicsSceneMouseEvent.source": (),
10069# class PySide2.QtWidgets.QGraphicsSceneMoveEvent:
10070    "PySide2.QtWidgets.QGraphicsSceneMoveEvent.__init__": (),
10071    "PySide2.QtWidgets.QGraphicsSceneMoveEvent.newPos": (),
10072    "PySide2.QtWidgets.QGraphicsSceneMoveEvent.oldPos": (),
10073    "PySide2.QtWidgets.QGraphicsSceneMoveEvent.setNewPos": ('PySide2.QtCore.QPointF',),
10074    "PySide2.QtWidgets.QGraphicsSceneMoveEvent.setOldPos": ('PySide2.QtCore.QPointF',),
10075# class PySide2.QtWidgets.QGraphicsSceneResizeEvent:
10076    "PySide2.QtWidgets.QGraphicsSceneResizeEvent.__init__": (),
10077    "PySide2.QtWidgets.QGraphicsSceneResizeEvent.newSize": (),
10078    "PySide2.QtWidgets.QGraphicsSceneResizeEvent.oldSize": (),
10079    "PySide2.QtWidgets.QGraphicsSceneResizeEvent.setNewSize": ('PySide2.QtCore.QSizeF',),
10080    "PySide2.QtWidgets.QGraphicsSceneResizeEvent.setOldSize": ('PySide2.QtCore.QSizeF',),
10081# class PySide2.QtWidgets.QGraphicsSceneWheelEvent:
10082    "PySide2.QtWidgets.QGraphicsSceneWheelEvent.__init__": ('PySide2.QtCore.QEvent.Type',),
10083    "PySide2.QtWidgets.QGraphicsSceneWheelEvent.buttons": (),
10084    "PySide2.QtWidgets.QGraphicsSceneWheelEvent.delta": (),
10085    "PySide2.QtWidgets.QGraphicsSceneWheelEvent.modifiers": (),
10086    "PySide2.QtWidgets.QGraphicsSceneWheelEvent.orientation": (),
10087    "PySide2.QtWidgets.QGraphicsSceneWheelEvent.pos": (),
10088    "PySide2.QtWidgets.QGraphicsSceneWheelEvent.scenePos": (),
10089    "PySide2.QtWidgets.QGraphicsSceneWheelEvent.screenPos": (),
10090    "PySide2.QtWidgets.QGraphicsSceneWheelEvent.setButtons": ('PySide2.QtCore.Qt.MouseButtons',),
10091    "PySide2.QtWidgets.QGraphicsSceneWheelEvent.setDelta": ('int',),
10092    "PySide2.QtWidgets.QGraphicsSceneWheelEvent.setModifiers": ('PySide2.QtCore.Qt.KeyboardModifiers',),
10093    "PySide2.QtWidgets.QGraphicsSceneWheelEvent.setOrientation": ('PySide2.QtCore.Qt.Orientation',),
10094    "PySide2.QtWidgets.QGraphicsSceneWheelEvent.setPos": ('PySide2.QtCore.QPointF',),
10095    "PySide2.QtWidgets.QGraphicsSceneWheelEvent.setScenePos": ('PySide2.QtCore.QPointF',),
10096    "PySide2.QtWidgets.QGraphicsSceneWheelEvent.setScreenPos": ('PySide2.QtCore.QPoint',),
10097# class PySide2.QtWidgets.QGraphicsSimpleTextItem:
10098    "PySide2.QtWidgets.QGraphicsSimpleTextItem.__init__": [('PySide2.QtWidgets.QGraphicsItem',), ('str', 'PySide2.QtWidgets.QGraphicsItem')],
10099    "PySide2.QtWidgets.QGraphicsSimpleTextItem.boundingRect": (),
10100    "PySide2.QtWidgets.QGraphicsSimpleTextItem.contains": ('PySide2.QtCore.QPointF',),
10101    "PySide2.QtWidgets.QGraphicsSimpleTextItem.extension": ('typing.Any',),
10102    "PySide2.QtWidgets.QGraphicsSimpleTextItem.font": (),
10103    "PySide2.QtWidgets.QGraphicsSimpleTextItem.isObscuredBy": ('PySide2.QtWidgets.QGraphicsItem',),
10104    "PySide2.QtWidgets.QGraphicsSimpleTextItem.opaqueArea": (),
10105    "PySide2.QtWidgets.QGraphicsSimpleTextItem.paint": ('PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QStyleOptionGraphicsItem', 'PySide2.QtWidgets.QWidget'),
10106    "PySide2.QtWidgets.QGraphicsSimpleTextItem.setFont": ('PySide2.QtGui.QFont',),
10107    "PySide2.QtWidgets.QGraphicsSimpleTextItem.setText": ('str',),
10108    "PySide2.QtWidgets.QGraphicsSimpleTextItem.shape": (),
10109    "PySide2.QtWidgets.QGraphicsSimpleTextItem.text": (),
10110    "PySide2.QtWidgets.QGraphicsSimpleTextItem.type": (),
10111# class PySide2.QtWidgets.QGraphicsTextItem:
10112    "PySide2.QtWidgets.QGraphicsTextItem.__init__": [('PySide2.QtWidgets.QGraphicsItem',), ('str', 'PySide2.QtWidgets.QGraphicsItem')],
10113    "PySide2.QtWidgets.QGraphicsTextItem.adjustSize": (),
10114    "PySide2.QtWidgets.QGraphicsTextItem.boundingRect": (),
10115    "PySide2.QtWidgets.QGraphicsTextItem.contains": ('PySide2.QtCore.QPointF',),
10116    "PySide2.QtWidgets.QGraphicsTextItem.contextMenuEvent": ('PySide2.QtWidgets.QGraphicsSceneContextMenuEvent',),
10117    "PySide2.QtWidgets.QGraphicsTextItem.defaultTextColor": (),
10118    "PySide2.QtWidgets.QGraphicsTextItem.document": (),
10119    "PySide2.QtWidgets.QGraphicsTextItem.dragEnterEvent": ('PySide2.QtWidgets.QGraphicsSceneDragDropEvent',),
10120    "PySide2.QtWidgets.QGraphicsTextItem.dragLeaveEvent": ('PySide2.QtWidgets.QGraphicsSceneDragDropEvent',),
10121    "PySide2.QtWidgets.QGraphicsTextItem.dragMoveEvent": ('PySide2.QtWidgets.QGraphicsSceneDragDropEvent',),
10122    "PySide2.QtWidgets.QGraphicsTextItem.dropEvent": ('PySide2.QtWidgets.QGraphicsSceneDragDropEvent',),
10123    "PySide2.QtWidgets.QGraphicsTextItem.extension": ('typing.Any',),
10124    "PySide2.QtWidgets.QGraphicsTextItem.focusInEvent": ('PySide2.QtGui.QFocusEvent',),
10125    "PySide2.QtWidgets.QGraphicsTextItem.focusOutEvent": ('PySide2.QtGui.QFocusEvent',),
10126    "PySide2.QtWidgets.QGraphicsTextItem.font": (),
10127    "PySide2.QtWidgets.QGraphicsTextItem.hoverEnterEvent": ('PySide2.QtWidgets.QGraphicsSceneHoverEvent',),
10128    "PySide2.QtWidgets.QGraphicsTextItem.hoverLeaveEvent": ('PySide2.QtWidgets.QGraphicsSceneHoverEvent',),
10129    "PySide2.QtWidgets.QGraphicsTextItem.hoverMoveEvent": ('PySide2.QtWidgets.QGraphicsSceneHoverEvent',),
10130    "PySide2.QtWidgets.QGraphicsTextItem.inputMethodEvent": ('PySide2.QtGui.QInputMethodEvent',),
10131    "PySide2.QtWidgets.QGraphicsTextItem.inputMethodQuery": ('PySide2.QtCore.Qt.InputMethodQuery',),
10132    "PySide2.QtWidgets.QGraphicsTextItem.isObscuredBy": ('PySide2.QtWidgets.QGraphicsItem',),
10133    "PySide2.QtWidgets.QGraphicsTextItem.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
10134    "PySide2.QtWidgets.QGraphicsTextItem.keyReleaseEvent": ('PySide2.QtGui.QKeyEvent',),
10135    "PySide2.QtWidgets.QGraphicsTextItem.mouseDoubleClickEvent": ('PySide2.QtWidgets.QGraphicsSceneMouseEvent',),
10136    "PySide2.QtWidgets.QGraphicsTextItem.mouseMoveEvent": ('PySide2.QtWidgets.QGraphicsSceneMouseEvent',),
10137    "PySide2.QtWidgets.QGraphicsTextItem.mousePressEvent": ('PySide2.QtWidgets.QGraphicsSceneMouseEvent',),
10138    "PySide2.QtWidgets.QGraphicsTextItem.mouseReleaseEvent": ('PySide2.QtWidgets.QGraphicsSceneMouseEvent',),
10139    "PySide2.QtWidgets.QGraphicsTextItem.opaqueArea": (),
10140    "PySide2.QtWidgets.QGraphicsTextItem.openExternalLinks": (),
10141    "PySide2.QtWidgets.QGraphicsTextItem.paint": ('PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QStyleOptionGraphicsItem', 'PySide2.QtWidgets.QWidget'),
10142    "PySide2.QtWidgets.QGraphicsTextItem.sceneEvent": ('PySide2.QtCore.QEvent',),
10143    "PySide2.QtWidgets.QGraphicsTextItem.setDefaultTextColor": ('PySide2.QtGui.QColor',),
10144    "PySide2.QtWidgets.QGraphicsTextItem.setDocument": ('PySide2.QtGui.QTextDocument',),
10145    "PySide2.QtWidgets.QGraphicsTextItem.setFont": ('PySide2.QtGui.QFont',),
10146    "PySide2.QtWidgets.QGraphicsTextItem.setHtml": ('str',),
10147    "PySide2.QtWidgets.QGraphicsTextItem.setOpenExternalLinks": ('bool',),
10148    "PySide2.QtWidgets.QGraphicsTextItem.setPlainText": ('str',),
10149    "PySide2.QtWidgets.QGraphicsTextItem.setTabChangesFocus": ('bool',),
10150    "PySide2.QtWidgets.QGraphicsTextItem.setTextCursor": ('PySide2.QtGui.QTextCursor',),
10151    "PySide2.QtWidgets.QGraphicsTextItem.setTextInteractionFlags": ('PySide2.QtCore.Qt.TextInteractionFlags',),
10152    "PySide2.QtWidgets.QGraphicsTextItem.setTextWidth": ('float',),
10153    "PySide2.QtWidgets.QGraphicsTextItem.shape": (),
10154    "PySide2.QtWidgets.QGraphicsTextItem.tabChangesFocus": (),
10155    "PySide2.QtWidgets.QGraphicsTextItem.textCursor": (),
10156    "PySide2.QtWidgets.QGraphicsTextItem.textInteractionFlags": (),
10157    "PySide2.QtWidgets.QGraphicsTextItem.textWidth": (),
10158    "PySide2.QtWidgets.QGraphicsTextItem.toHtml": (),
10159    "PySide2.QtWidgets.QGraphicsTextItem.toPlainText": (),
10160    "PySide2.QtWidgets.QGraphicsTextItem.type": (),
10161# class PySide2.QtWidgets.QGraphicsTransform:
10162    "PySide2.QtWidgets.QGraphicsTransform.__init__": ('PySide2.QtCore.QObject',),
10163    "PySide2.QtWidgets.QGraphicsTransform.applyTo": ('PySide2.QtGui.QMatrix4x4',),
10164    "PySide2.QtWidgets.QGraphicsTransform.update": (),
10165# class PySide2.QtWidgets.QGraphicsView:
10166# class PySide2.QtWidgets.QGraphicsView.CacheMode:
10167# class PySide2.QtWidgets.QGraphicsView.CacheModeFlag:
10168# class PySide2.QtWidgets.QGraphicsView.DragMode:
10169# class PySide2.QtWidgets.QGraphicsView.OptimizationFlag:
10170# class PySide2.QtWidgets.QGraphicsView.OptimizationFlags:
10171# class PySide2.QtWidgets.QGraphicsView.ViewportAnchor:
10172# class PySide2.QtWidgets.QGraphicsView.ViewportUpdateMode:
10173    "PySide2.QtWidgets.QGraphicsView.__init__": [('PySide2.QtWidgets.QGraphicsScene', 'PySide2.QtWidgets.QWidget'), ('PySide2.QtWidgets.QWidget',)],
10174    "PySide2.QtWidgets.QGraphicsView.alignment": (),
10175    "PySide2.QtWidgets.QGraphicsView.backgroundBrush": (),
10176    "PySide2.QtWidgets.QGraphicsView.cacheMode": (),
10177    "PySide2.QtWidgets.QGraphicsView.centerOn": [('PySide2.QtCore.QPointF',), ('PySide2.QtWidgets.QGraphicsItem',), ('float', 'float')],
10178    "PySide2.QtWidgets.QGraphicsView.contextMenuEvent": ('PySide2.QtGui.QContextMenuEvent',),
10179    "PySide2.QtWidgets.QGraphicsView.dragEnterEvent": ('PySide2.QtGui.QDragEnterEvent',),
10180    "PySide2.QtWidgets.QGraphicsView.dragLeaveEvent": ('PySide2.QtGui.QDragLeaveEvent',),
10181    "PySide2.QtWidgets.QGraphicsView.dragMode": (),
10182    "PySide2.QtWidgets.QGraphicsView.dragMoveEvent": ('PySide2.QtGui.QDragMoveEvent',),
10183    "PySide2.QtWidgets.QGraphicsView.drawBackground": ('PySide2.QtGui.QPainter', 'PySide2.QtCore.QRectF'),
10184    "PySide2.QtWidgets.QGraphicsView.drawForeground": ('PySide2.QtGui.QPainter', 'PySide2.QtCore.QRectF'),
10185    "PySide2.QtWidgets.QGraphicsView.drawItems": ('PySide2.QtGui.QPainter', 'int', 'typing.Sequence[PySide2.QtWidgets.QGraphicsItem]', 'typing.Sequence[PySide2.QtWidgets.QStyleOptionGraphicsItem]'),
10186    "PySide2.QtWidgets.QGraphicsView.dropEvent": ('PySide2.QtGui.QDropEvent',),
10187    "PySide2.QtWidgets.QGraphicsView.ensureVisible": [('PySide2.QtCore.QRectF', 'int', 'int'), ('PySide2.QtWidgets.QGraphicsItem', 'int', 'int'), ('float', 'float', 'float', 'float', 'int', 'int')],
10188    "PySide2.QtWidgets.QGraphicsView.event": ('PySide2.QtCore.QEvent',),
10189    "PySide2.QtWidgets.QGraphicsView.fitInView": [('PySide2.QtCore.QRectF', 'PySide2.QtCore.Qt.AspectRatioMode'), ('PySide2.QtWidgets.QGraphicsItem', 'PySide2.QtCore.Qt.AspectRatioMode'), ('float', 'float', 'float', 'float', 'PySide2.QtCore.Qt.AspectRatioMode')],
10190    "PySide2.QtWidgets.QGraphicsView.focusInEvent": ('PySide2.QtGui.QFocusEvent',),
10191    "PySide2.QtWidgets.QGraphicsView.focusNextPrevChild": ('bool',),
10192    "PySide2.QtWidgets.QGraphicsView.focusOutEvent": ('PySide2.QtGui.QFocusEvent',),
10193    "PySide2.QtWidgets.QGraphicsView.foregroundBrush": (),
10194    "PySide2.QtWidgets.QGraphicsView.inputMethodEvent": ('PySide2.QtGui.QInputMethodEvent',),
10195    "PySide2.QtWidgets.QGraphicsView.inputMethodQuery": ('PySide2.QtCore.Qt.InputMethodQuery',),
10196    "PySide2.QtWidgets.QGraphicsView.invalidateScene": ('PySide2.QtCore.QRectF', 'PySide2.QtWidgets.QGraphicsScene.SceneLayers'),
10197    "PySide2.QtWidgets.QGraphicsView.isInteractive": (),
10198    "PySide2.QtWidgets.QGraphicsView.isTransformed": (),
10199    "PySide2.QtWidgets.QGraphicsView.itemAt": [('PySide2.QtCore.QPoint',), ('int', 'int')],
10200    "PySide2.QtWidgets.QGraphicsView.items": [(), ('PySide2.QtCore.QPoint',), ('PySide2.QtCore.QRect', 'PySide2.QtCore.Qt.ItemSelectionMode'), ('PySide2.QtGui.QPainterPath', 'PySide2.QtCore.Qt.ItemSelectionMode'), ('PySide2.QtGui.QPolygon', 'PySide2.QtCore.Qt.ItemSelectionMode'), ('int', 'int'), ('int', 'int', 'int', 'int', 'PySide2.QtCore.Qt.ItemSelectionMode')],
10201    "PySide2.QtWidgets.QGraphicsView.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
10202    "PySide2.QtWidgets.QGraphicsView.keyReleaseEvent": ('PySide2.QtGui.QKeyEvent',),
10203    "PySide2.QtWidgets.QGraphicsView.mapFromScene": [('PySide2.QtCore.QPointF',), ('PySide2.QtCore.QRectF',), ('PySide2.QtGui.QPainterPath',), ('PySide2.QtGui.QPolygonF',), ('float', 'float'), ('float', 'float', 'float', 'float')],
10204    "PySide2.QtWidgets.QGraphicsView.mapToScene": [('PySide2.QtCore.QPoint',), ('PySide2.QtCore.QRect',), ('PySide2.QtGui.QPainterPath',), ('PySide2.QtGui.QPolygon',), ('int', 'int'), ('int', 'int', 'int', 'int')],
10205    "PySide2.QtWidgets.QGraphicsView.matrix": (),
10206    "PySide2.QtWidgets.QGraphicsView.mouseDoubleClickEvent": ('PySide2.QtGui.QMouseEvent',),
10207    "PySide2.QtWidgets.QGraphicsView.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
10208    "PySide2.QtWidgets.QGraphicsView.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
10209    "PySide2.QtWidgets.QGraphicsView.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
10210    "PySide2.QtWidgets.QGraphicsView.optimizationFlags": (),
10211    "PySide2.QtWidgets.QGraphicsView.paintEvent": ('PySide2.QtGui.QPaintEvent',),
10212    "PySide2.QtWidgets.QGraphicsView.render": [('PySide2.QtGui.QPaintDevice', 'PySide2.QtCore.QPoint', 'PySide2.QtGui.QRegion', 'PySide2.QtWidgets.QWidget.RenderFlags'), ('PySide2.QtGui.QPainter', 'PySide2.QtCore.QRectF', 'PySide2.QtCore.QRect', 'PySide2.QtCore.Qt.AspectRatioMode')],
10213    "PySide2.QtWidgets.QGraphicsView.renderHints": (),
10214    "PySide2.QtWidgets.QGraphicsView.resetCachedContent": (),
10215    "PySide2.QtWidgets.QGraphicsView.resetMatrix": (),
10216    "PySide2.QtWidgets.QGraphicsView.resetTransform": (),
10217    "PySide2.QtWidgets.QGraphicsView.resizeAnchor": (),
10218    "PySide2.QtWidgets.QGraphicsView.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
10219    "PySide2.QtWidgets.QGraphicsView.rotate": ('float',),
10220    "PySide2.QtWidgets.QGraphicsView.rubberBandRect": (),
10221    "PySide2.QtWidgets.QGraphicsView.rubberBandSelectionMode": (),
10222    "PySide2.QtWidgets.QGraphicsView.scale": ('float', 'float'),
10223    "PySide2.QtWidgets.QGraphicsView.scene": (),
10224    "PySide2.QtWidgets.QGraphicsView.sceneRect": (),
10225    "PySide2.QtWidgets.QGraphicsView.scrollContentsBy": ('int', 'int'),
10226    "PySide2.QtWidgets.QGraphicsView.setAlignment": ('PySide2.QtCore.Qt.Alignment',),
10227    "PySide2.QtWidgets.QGraphicsView.setBackgroundBrush": ('PySide2.QtGui.QBrush',),
10228    "PySide2.QtWidgets.QGraphicsView.setCacheMode": ('PySide2.QtWidgets.QGraphicsView.CacheMode',),
10229    "PySide2.QtWidgets.QGraphicsView.setDragMode": ('PySide2.QtWidgets.QGraphicsView.DragMode',),
10230    "PySide2.QtWidgets.QGraphicsView.setForegroundBrush": ('PySide2.QtGui.QBrush',),
10231    "PySide2.QtWidgets.QGraphicsView.setInteractive": ('bool',),
10232    "PySide2.QtWidgets.QGraphicsView.setMatrix": ('PySide2.QtGui.QMatrix', 'bool'),
10233    "PySide2.QtWidgets.QGraphicsView.setOptimizationFlag": ('PySide2.QtWidgets.QGraphicsView.OptimizationFlag', 'bool'),
10234    "PySide2.QtWidgets.QGraphicsView.setOptimizationFlags": ('PySide2.QtWidgets.QGraphicsView.OptimizationFlags',),
10235    "PySide2.QtWidgets.QGraphicsView.setRenderHint": ('PySide2.QtGui.QPainter.RenderHint', 'bool'),
10236    "PySide2.QtWidgets.QGraphicsView.setRenderHints": ('PySide2.QtGui.QPainter.RenderHints',),
10237    "PySide2.QtWidgets.QGraphicsView.setResizeAnchor": ('PySide2.QtWidgets.QGraphicsView.ViewportAnchor',),
10238    "PySide2.QtWidgets.QGraphicsView.setRubberBandSelectionMode": ('PySide2.QtCore.Qt.ItemSelectionMode',),
10239    "PySide2.QtWidgets.QGraphicsView.setScene": ('PySide2.QtWidgets.QGraphicsScene',),
10240    "PySide2.QtWidgets.QGraphicsView.setSceneRect": [('PySide2.QtCore.QRectF',), ('float', 'float', 'float', 'float')],
10241    "PySide2.QtWidgets.QGraphicsView.setTransform": ('PySide2.QtGui.QTransform', 'bool'),
10242    "PySide2.QtWidgets.QGraphicsView.setTransformationAnchor": ('PySide2.QtWidgets.QGraphicsView.ViewportAnchor',),
10243    "PySide2.QtWidgets.QGraphicsView.setViewportUpdateMode": ('PySide2.QtWidgets.QGraphicsView.ViewportUpdateMode',),
10244    "PySide2.QtWidgets.QGraphicsView.setupViewport": ('PySide2.QtWidgets.QWidget',),
10245    "PySide2.QtWidgets.QGraphicsView.shear": ('float', 'float'),
10246    "PySide2.QtWidgets.QGraphicsView.showEvent": ('PySide2.QtGui.QShowEvent',),
10247    "PySide2.QtWidgets.QGraphicsView.sizeHint": (),
10248    "PySide2.QtWidgets.QGraphicsView.transform": (),
10249    "PySide2.QtWidgets.QGraphicsView.transformationAnchor": (),
10250    "PySide2.QtWidgets.QGraphicsView.translate": ('float', 'float'),
10251    "PySide2.QtWidgets.QGraphicsView.updateScene": ('typing.Sequence[PySide2.QtCore.QRectF]',),
10252    "PySide2.QtWidgets.QGraphicsView.updateSceneRect": ('PySide2.QtCore.QRectF',),
10253    "PySide2.QtWidgets.QGraphicsView.viewportEvent": ('PySide2.QtCore.QEvent',),
10254    "PySide2.QtWidgets.QGraphicsView.viewportTransform": (),
10255    "PySide2.QtWidgets.QGraphicsView.viewportUpdateMode": (),
10256    "PySide2.QtWidgets.QGraphicsView.wheelEvent": ('PySide2.QtGui.QWheelEvent',),
10257# class PySide2.QtWidgets.QGraphicsWidget:
10258    "PySide2.QtWidgets.QGraphicsWidget.__init__": ('PySide2.QtWidgets.QGraphicsItem', 'PySide2.QtCore.Qt.WindowFlags'),
10259    "PySide2.QtWidgets.QGraphicsWidget.actions": (),
10260    "PySide2.QtWidgets.QGraphicsWidget.addAction": ('PySide2.QtWidgets.QAction',),
10261    "PySide2.QtWidgets.QGraphicsWidget.addActions": ('typing.Sequence[PySide2.QtWidgets.QAction]',),
10262    "PySide2.QtWidgets.QGraphicsWidget.adjustSize": (),
10263    "PySide2.QtWidgets.QGraphicsWidget.autoFillBackground": (),
10264    "PySide2.QtWidgets.QGraphicsWidget.boundingRect": (),
10265    "PySide2.QtWidgets.QGraphicsWidget.changeEvent": ('PySide2.QtCore.QEvent',),
10266    "PySide2.QtWidgets.QGraphicsWidget.close": (),
10267    "PySide2.QtWidgets.QGraphicsWidget.closeEvent": ('PySide2.QtGui.QCloseEvent',),
10268    "PySide2.QtWidgets.QGraphicsWidget.event": ('PySide2.QtCore.QEvent',),
10269    "PySide2.QtWidgets.QGraphicsWidget.focusInEvent": ('PySide2.QtGui.QFocusEvent',),
10270    "PySide2.QtWidgets.QGraphicsWidget.focusNextPrevChild": ('bool',),
10271    "PySide2.QtWidgets.QGraphicsWidget.focusOutEvent": ('PySide2.QtGui.QFocusEvent',),
10272    "PySide2.QtWidgets.QGraphicsWidget.focusPolicy": (),
10273    "PySide2.QtWidgets.QGraphicsWidget.focusWidget": (),
10274    "PySide2.QtWidgets.QGraphicsWidget.font": (),
10275    "PySide2.QtWidgets.QGraphicsWidget.getContentsMargins": (),
10276    "PySide2.QtWidgets.QGraphicsWidget.getWindowFrameMargins": (),
10277    "PySide2.QtWidgets.QGraphicsWidget.grabKeyboardEvent": ('PySide2.QtCore.QEvent',),
10278    "PySide2.QtWidgets.QGraphicsWidget.grabMouseEvent": ('PySide2.QtCore.QEvent',),
10279    "PySide2.QtWidgets.QGraphicsWidget.grabShortcut": ('PySide2.QtGui.QKeySequence', 'PySide2.QtCore.Qt.ShortcutContext'),
10280    "PySide2.QtWidgets.QGraphicsWidget.hideEvent": ('PySide2.QtGui.QHideEvent',),
10281    "PySide2.QtWidgets.QGraphicsWidget.hoverLeaveEvent": ('PySide2.QtWidgets.QGraphicsSceneHoverEvent',),
10282    "PySide2.QtWidgets.QGraphicsWidget.hoverMoveEvent": ('PySide2.QtWidgets.QGraphicsSceneHoverEvent',),
10283    "PySide2.QtWidgets.QGraphicsWidget.initStyleOption": ('PySide2.QtWidgets.QStyleOption',),
10284    "PySide2.QtWidgets.QGraphicsWidget.insertAction": ('PySide2.QtWidgets.QAction', 'PySide2.QtWidgets.QAction'),
10285    "PySide2.QtWidgets.QGraphicsWidget.insertActions": ('PySide2.QtWidgets.QAction', 'typing.Sequence[PySide2.QtWidgets.QAction]'),
10286    "PySide2.QtWidgets.QGraphicsWidget.isActiveWindow": (),
10287    "PySide2.QtWidgets.QGraphicsWidget.itemChange": ('PySide2.QtWidgets.QGraphicsItem.GraphicsItemChange', 'typing.Any'),
10288    "PySide2.QtWidgets.QGraphicsWidget.layout": (),
10289    "PySide2.QtWidgets.QGraphicsWidget.layoutDirection": (),
10290    "PySide2.QtWidgets.QGraphicsWidget.moveEvent": ('PySide2.QtWidgets.QGraphicsSceneMoveEvent',),
10291    "PySide2.QtWidgets.QGraphicsWidget.paint": ('PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QStyleOptionGraphicsItem', 'PySide2.QtWidgets.QWidget'),
10292    "PySide2.QtWidgets.QGraphicsWidget.paintWindowFrame": ('PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QStyleOptionGraphicsItem', 'PySide2.QtWidgets.QWidget'),
10293    "PySide2.QtWidgets.QGraphicsWidget.palette": (),
10294    "PySide2.QtWidgets.QGraphicsWidget.polishEvent": (),
10295    "PySide2.QtWidgets.QGraphicsWidget.propertyChange": ('str', 'typing.Any'),
10296    "PySide2.QtWidgets.QGraphicsWidget.rect": (),
10297    "PySide2.QtWidgets.QGraphicsWidget.releaseShortcut": ('int',),
10298    "PySide2.QtWidgets.QGraphicsWidget.removeAction": ('PySide2.QtWidgets.QAction',),
10299    "PySide2.QtWidgets.QGraphicsWidget.resize": [('PySide2.QtCore.QSizeF',), ('float', 'float')],
10300    "PySide2.QtWidgets.QGraphicsWidget.resizeEvent": ('PySide2.QtWidgets.QGraphicsSceneResizeEvent',),
10301    "PySide2.QtWidgets.QGraphicsWidget.sceneEvent": ('PySide2.QtCore.QEvent',),
10302    "PySide2.QtWidgets.QGraphicsWidget.setAttribute": ('PySide2.QtCore.Qt.WidgetAttribute', 'bool'),
10303    "PySide2.QtWidgets.QGraphicsWidget.setAutoFillBackground": ('bool',),
10304    "PySide2.QtWidgets.QGraphicsWidget.setContentsMargins": [('PySide2.QtCore.QMarginsF',), ('float', 'float', 'float', 'float')],
10305    "PySide2.QtWidgets.QGraphicsWidget.setFocusPolicy": ('PySide2.QtCore.Qt.FocusPolicy',),
10306    "PySide2.QtWidgets.QGraphicsWidget.setFont": ('PySide2.QtGui.QFont',),
10307    "PySide2.QtWidgets.QGraphicsWidget.setGeometry": [('PySide2.QtCore.QRectF',), ('float', 'float', 'float', 'float')],
10308    "PySide2.QtWidgets.QGraphicsWidget.setLayout": ('PySide2.QtWidgets.QGraphicsLayout',),
10309    "PySide2.QtWidgets.QGraphicsWidget.setLayoutDirection": ('PySide2.QtCore.Qt.LayoutDirection',),
10310    "PySide2.QtWidgets.QGraphicsWidget.setPalette": ('PySide2.QtGui.QPalette',),
10311    "PySide2.QtWidgets.QGraphicsWidget.setShortcutAutoRepeat": ('int', 'bool'),
10312    "PySide2.QtWidgets.QGraphicsWidget.setShortcutEnabled": ('int', 'bool'),
10313    "PySide2.QtWidgets.QGraphicsWidget.setStyle": ('PySide2.QtWidgets.QStyle',),
10314    "PySide2.QtWidgets.QGraphicsWidget.setTabOrder": ('PySide2.QtWidgets.QGraphicsWidget', 'PySide2.QtWidgets.QGraphicsWidget'),
10315    "PySide2.QtWidgets.QGraphicsWidget.setWindowFlags": ('PySide2.QtCore.Qt.WindowFlags',),
10316    "PySide2.QtWidgets.QGraphicsWidget.setWindowFrameMargins": [('PySide2.QtCore.QMarginsF',), ('float', 'float', 'float', 'float')],
10317    "PySide2.QtWidgets.QGraphicsWidget.setWindowTitle": ('str',),
10318    "PySide2.QtWidgets.QGraphicsWidget.shape": (),
10319    "PySide2.QtWidgets.QGraphicsWidget.showEvent": ('PySide2.QtGui.QShowEvent',),
10320    "PySide2.QtWidgets.QGraphicsWidget.size": (),
10321    "PySide2.QtWidgets.QGraphicsWidget.sizeHint": ('PySide2.QtCore.Qt.SizeHint', 'PySide2.QtCore.QSizeF'),
10322    "PySide2.QtWidgets.QGraphicsWidget.style": (),
10323    "PySide2.QtWidgets.QGraphicsWidget.testAttribute": ('PySide2.QtCore.Qt.WidgetAttribute',),
10324    "PySide2.QtWidgets.QGraphicsWidget.type": (),
10325    "PySide2.QtWidgets.QGraphicsWidget.ungrabKeyboardEvent": ('PySide2.QtCore.QEvent',),
10326    "PySide2.QtWidgets.QGraphicsWidget.ungrabMouseEvent": ('PySide2.QtCore.QEvent',),
10327    "PySide2.QtWidgets.QGraphicsWidget.unsetLayoutDirection": (),
10328    "PySide2.QtWidgets.QGraphicsWidget.unsetWindowFrameMargins": (),
10329    "PySide2.QtWidgets.QGraphicsWidget.updateGeometry": (),
10330    "PySide2.QtWidgets.QGraphicsWidget.windowFlags": (),
10331    "PySide2.QtWidgets.QGraphicsWidget.windowFrameEvent": ('PySide2.QtCore.QEvent',),
10332    "PySide2.QtWidgets.QGraphicsWidget.windowFrameGeometry": (),
10333    "PySide2.QtWidgets.QGraphicsWidget.windowFrameRect": (),
10334    "PySide2.QtWidgets.QGraphicsWidget.windowFrameSectionAt": ('PySide2.QtCore.QPointF',),
10335    "PySide2.QtWidgets.QGraphicsWidget.windowTitle": (),
10336    "PySide2.QtWidgets.QGraphicsWidget.windowType": (),
10337# class PySide2.QtWidgets.QGridLayout:
10338    "PySide2.QtWidgets.QGridLayout.__init__": [(), ('PySide2.QtWidgets.QWidget',)],
10339    "PySide2.QtWidgets.QGridLayout.addItem": [('PySide2.QtWidgets.QLayoutItem',), ('PySide2.QtWidgets.QLayoutItem', 'int', 'int', 'int', 'int', 'PySide2.QtCore.Qt.Alignment')],
10340    "PySide2.QtWidgets.QGridLayout.addLayout": [('PySide2.QtWidgets.QLayout', 'int', 'int', 'PySide2.QtCore.Qt.Alignment'), ('PySide2.QtWidgets.QLayout', 'int', 'int', 'int', 'int', 'PySide2.QtCore.Qt.Alignment')],
10341    "PySide2.QtWidgets.QGridLayout.addWidget": [('PySide2.QtWidgets.QWidget',), ('PySide2.QtWidgets.QWidget', 'int', 'int', 'PySide2.QtCore.Qt.Alignment'), ('PySide2.QtWidgets.QWidget', 'int', 'int', 'int', 'int', 'PySide2.QtCore.Qt.Alignment')],
10342    "PySide2.QtWidgets.QGridLayout.cellRect": ('int', 'int'),
10343    "PySide2.QtWidgets.QGridLayout.columnCount": (),
10344    "PySide2.QtWidgets.QGridLayout.columnMinimumWidth": ('int',),
10345    "PySide2.QtWidgets.QGridLayout.columnStretch": ('int',),
10346    "PySide2.QtWidgets.QGridLayout.count": (),
10347    "PySide2.QtWidgets.QGridLayout.expandingDirections": (),
10348    "PySide2.QtWidgets.QGridLayout.getItemPosition": ('int',),
10349    "PySide2.QtWidgets.QGridLayout.hasHeightForWidth": (),
10350    "PySide2.QtWidgets.QGridLayout.heightForWidth": ('int',),
10351    "PySide2.QtWidgets.QGridLayout.horizontalSpacing": (),
10352    "PySide2.QtWidgets.QGridLayout.invalidate": (),
10353    "PySide2.QtWidgets.QGridLayout.itemAt": ('int',),
10354    "PySide2.QtWidgets.QGridLayout.itemAtPosition": ('int', 'int'),
10355    "PySide2.QtWidgets.QGridLayout.maximumSize": (),
10356    "PySide2.QtWidgets.QGridLayout.minimumHeightForWidth": ('int',),
10357    "PySide2.QtWidgets.QGridLayout.minimumSize": (),
10358    "PySide2.QtWidgets.QGridLayout.originCorner": (),
10359    "PySide2.QtWidgets.QGridLayout.rowCount": (),
10360    "PySide2.QtWidgets.QGridLayout.rowMinimumHeight": ('int',),
10361    "PySide2.QtWidgets.QGridLayout.rowStretch": ('int',),
10362    "PySide2.QtWidgets.QGridLayout.setColumnMinimumWidth": ('int', 'int'),
10363    "PySide2.QtWidgets.QGridLayout.setColumnStretch": ('int', 'int'),
10364    "PySide2.QtWidgets.QGridLayout.setDefaultPositioning": ('int', 'PySide2.QtCore.Qt.Orientation'),
10365    "PySide2.QtWidgets.QGridLayout.setGeometry": ('PySide2.QtCore.QRect',),
10366    "PySide2.QtWidgets.QGridLayout.setHorizontalSpacing": ('int',),
10367    "PySide2.QtWidgets.QGridLayout.setOriginCorner": ('PySide2.QtCore.Qt.Corner',),
10368    "PySide2.QtWidgets.QGridLayout.setRowMinimumHeight": ('int', 'int'),
10369    "PySide2.QtWidgets.QGridLayout.setRowStretch": ('int', 'int'),
10370    "PySide2.QtWidgets.QGridLayout.setSpacing": ('int',),
10371    "PySide2.QtWidgets.QGridLayout.setVerticalSpacing": ('int',),
10372    "PySide2.QtWidgets.QGridLayout.sizeHint": (),
10373    "PySide2.QtWidgets.QGridLayout.spacing": (),
10374    "PySide2.QtWidgets.QGridLayout.takeAt": ('int',),
10375    "PySide2.QtWidgets.QGridLayout.verticalSpacing": (),
10376# class PySide2.QtWidgets.QGroupBox:
10377    "PySide2.QtWidgets.QGroupBox.__init__": [('PySide2.QtWidgets.QWidget',), ('str', 'PySide2.QtWidgets.QWidget')],
10378    "PySide2.QtWidgets.QGroupBox.alignment": (),
10379    "PySide2.QtWidgets.QGroupBox.changeEvent": ('PySide2.QtCore.QEvent',),
10380    "PySide2.QtWidgets.QGroupBox.childEvent": ('PySide2.QtCore.QChildEvent',),
10381    "PySide2.QtWidgets.QGroupBox.event": ('PySide2.QtCore.QEvent',),
10382    "PySide2.QtWidgets.QGroupBox.focusInEvent": ('PySide2.QtGui.QFocusEvent',),
10383    "PySide2.QtWidgets.QGroupBox.initStyleOption": ('PySide2.QtWidgets.QStyleOptionGroupBox',),
10384    "PySide2.QtWidgets.QGroupBox.isCheckable": (),
10385    "PySide2.QtWidgets.QGroupBox.isChecked": (),
10386    "PySide2.QtWidgets.QGroupBox.isFlat": (),
10387    "PySide2.QtWidgets.QGroupBox.minimumSizeHint": (),
10388    "PySide2.QtWidgets.QGroupBox.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
10389    "PySide2.QtWidgets.QGroupBox.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
10390    "PySide2.QtWidgets.QGroupBox.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
10391    "PySide2.QtWidgets.QGroupBox.paintEvent": ('PySide2.QtGui.QPaintEvent',),
10392    "PySide2.QtWidgets.QGroupBox.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
10393    "PySide2.QtWidgets.QGroupBox.setAlignment": ('int',),
10394    "PySide2.QtWidgets.QGroupBox.setCheckable": ('bool',),
10395    "PySide2.QtWidgets.QGroupBox.setChecked": ('bool',),
10396    "PySide2.QtWidgets.QGroupBox.setFlat": ('bool',),
10397    "PySide2.QtWidgets.QGroupBox.setTitle": ('str',),
10398    "PySide2.QtWidgets.QGroupBox.title": (),
10399# class PySide2.QtWidgets.QHBoxLayout:
10400    "PySide2.QtWidgets.QHBoxLayout.__init__": [(), ('PySide2.QtWidgets.QWidget',)],
10401# class PySide2.QtWidgets.QHeaderView:
10402# class PySide2.QtWidgets.QHeaderView.ResizeMode:
10403    "PySide2.QtWidgets.QHeaderView.__init__": ('PySide2.QtCore.Qt.Orientation', 'PySide2.QtWidgets.QWidget'),
10404    "PySide2.QtWidgets.QHeaderView.cascadingSectionResizes": (),
10405    "PySide2.QtWidgets.QHeaderView.count": (),
10406    "PySide2.QtWidgets.QHeaderView.currentChanged": ('PySide2.QtCore.QModelIndex', 'PySide2.QtCore.QModelIndex'),
10407    "PySide2.QtWidgets.QHeaderView.dataChanged": ('PySide2.QtCore.QModelIndex', 'PySide2.QtCore.QModelIndex', 'typing.List[int]'),
10408    "PySide2.QtWidgets.QHeaderView.defaultAlignment": (),
10409    "PySide2.QtWidgets.QHeaderView.defaultSectionSize": (),
10410    "PySide2.QtWidgets.QHeaderView.doItemsLayout": (),
10411    "PySide2.QtWidgets.QHeaderView.event": ('PySide2.QtCore.QEvent',),
10412    "PySide2.QtWidgets.QHeaderView.headerDataChanged": ('PySide2.QtCore.Qt.Orientation', 'int', 'int'),
10413    "PySide2.QtWidgets.QHeaderView.hiddenSectionCount": (),
10414    "PySide2.QtWidgets.QHeaderView.hideSection": ('int',),
10415    "PySide2.QtWidgets.QHeaderView.highlightSections": (),
10416    "PySide2.QtWidgets.QHeaderView.horizontalOffset": (),
10417    "PySide2.QtWidgets.QHeaderView.indexAt": ('PySide2.QtCore.QPoint',),
10418    "PySide2.QtWidgets.QHeaderView.initStyleOption": [('PySide2.QtWidgets.QStyleOptionFrame',), ('PySide2.QtWidgets.QStyleOptionHeader',)],
10419    "PySide2.QtWidgets.QHeaderView.initialize": (),
10420    "PySide2.QtWidgets.QHeaderView.initializeSections": [(), ('int', 'int')],
10421    "PySide2.QtWidgets.QHeaderView.isFirstSectionMovable": (),
10422    "PySide2.QtWidgets.QHeaderView.isIndexHidden": ('PySide2.QtCore.QModelIndex',),
10423    "PySide2.QtWidgets.QHeaderView.isSectionHidden": ('int',),
10424    "PySide2.QtWidgets.QHeaderView.isSortIndicatorShown": (),
10425    "PySide2.QtWidgets.QHeaderView.length": (),
10426    "PySide2.QtWidgets.QHeaderView.logicalIndex": ('int',),
10427    "PySide2.QtWidgets.QHeaderView.logicalIndexAt": [('PySide2.QtCore.QPoint',), ('int',), ('int', 'int')],
10428    "PySide2.QtWidgets.QHeaderView.maximumSectionSize": (),
10429    "PySide2.QtWidgets.QHeaderView.minimumSectionSize": (),
10430    "PySide2.QtWidgets.QHeaderView.mouseDoubleClickEvent": ('PySide2.QtGui.QMouseEvent',),
10431    "PySide2.QtWidgets.QHeaderView.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
10432    "PySide2.QtWidgets.QHeaderView.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
10433    "PySide2.QtWidgets.QHeaderView.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
10434    "PySide2.QtWidgets.QHeaderView.moveCursor": ('PySide2.QtWidgets.QAbstractItemView.CursorAction', 'PySide2.QtCore.Qt.KeyboardModifiers'),
10435    "PySide2.QtWidgets.QHeaderView.moveSection": ('int', 'int'),
10436    "PySide2.QtWidgets.QHeaderView.offset": (),
10437    "PySide2.QtWidgets.QHeaderView.orientation": (),
10438    "PySide2.QtWidgets.QHeaderView.paintEvent": ('PySide2.QtGui.QPaintEvent',),
10439    "PySide2.QtWidgets.QHeaderView.paintSection": ('PySide2.QtGui.QPainter', 'PySide2.QtCore.QRect', 'int'),
10440    "PySide2.QtWidgets.QHeaderView.reset": (),
10441    "PySide2.QtWidgets.QHeaderView.resetDefaultSectionSize": (),
10442    "PySide2.QtWidgets.QHeaderView.resizeContentsPrecision": (),
10443    "PySide2.QtWidgets.QHeaderView.resizeSection": ('int', 'int'),
10444    "PySide2.QtWidgets.QHeaderView.resizeSections": [(), ('PySide2.QtWidgets.QHeaderView.ResizeMode',)],
10445    "PySide2.QtWidgets.QHeaderView.restoreState": ('PySide2.QtCore.QByteArray',),
10446    "PySide2.QtWidgets.QHeaderView.rowsInserted": ('PySide2.QtCore.QModelIndex', 'int', 'int'),
10447    "PySide2.QtWidgets.QHeaderView.saveState": (),
10448    "PySide2.QtWidgets.QHeaderView.scrollContentsBy": ('int', 'int'),
10449    "PySide2.QtWidgets.QHeaderView.scrollTo": ('PySide2.QtCore.QModelIndex', 'PySide2.QtWidgets.QAbstractItemView.ScrollHint'),
10450    "PySide2.QtWidgets.QHeaderView.sectionPosition": ('int',),
10451    "PySide2.QtWidgets.QHeaderView.sectionResizeMode": ('int',),
10452    "PySide2.QtWidgets.QHeaderView.sectionSize": ('int',),
10453    "PySide2.QtWidgets.QHeaderView.sectionSizeFromContents": ('int',),
10454    "PySide2.QtWidgets.QHeaderView.sectionSizeHint": ('int',),
10455    "PySide2.QtWidgets.QHeaderView.sectionViewportPosition": ('int',),
10456    "PySide2.QtWidgets.QHeaderView.sectionsAboutToBeRemoved": ('PySide2.QtCore.QModelIndex', 'int', 'int'),
10457    "PySide2.QtWidgets.QHeaderView.sectionsClickable": (),
10458    "PySide2.QtWidgets.QHeaderView.sectionsHidden": (),
10459    "PySide2.QtWidgets.QHeaderView.sectionsInserted": ('PySide2.QtCore.QModelIndex', 'int', 'int'),
10460    "PySide2.QtWidgets.QHeaderView.sectionsMovable": (),
10461    "PySide2.QtWidgets.QHeaderView.sectionsMoved": (),
10462    "PySide2.QtWidgets.QHeaderView.setCascadingSectionResizes": ('bool',),
10463    "PySide2.QtWidgets.QHeaderView.setDefaultAlignment": ('PySide2.QtCore.Qt.Alignment',),
10464    "PySide2.QtWidgets.QHeaderView.setDefaultSectionSize": ('int',),
10465    "PySide2.QtWidgets.QHeaderView.setFirstSectionMovable": ('bool',),
10466    "PySide2.QtWidgets.QHeaderView.setHighlightSections": ('bool',),
10467    "PySide2.QtWidgets.QHeaderView.setMaximumSectionSize": ('int',),
10468    "PySide2.QtWidgets.QHeaderView.setMinimumSectionSize": ('int',),
10469    "PySide2.QtWidgets.QHeaderView.setModel": ('PySide2.QtCore.QAbstractItemModel',),
10470    "PySide2.QtWidgets.QHeaderView.setOffset": ('int',),
10471    "PySide2.QtWidgets.QHeaderView.setOffsetToLastSection": (),
10472    "PySide2.QtWidgets.QHeaderView.setOffsetToSectionPosition": ('int',),
10473    "PySide2.QtWidgets.QHeaderView.setResizeContentsPrecision": ('int',),
10474    "PySide2.QtWidgets.QHeaderView.setSectionHidden": ('int', 'bool'),
10475    "PySide2.QtWidgets.QHeaderView.setSectionResizeMode": [('PySide2.QtWidgets.QHeaderView.ResizeMode',), ('int', 'PySide2.QtWidgets.QHeaderView.ResizeMode')],
10476    "PySide2.QtWidgets.QHeaderView.setSectionsClickable": ('bool',),
10477    "PySide2.QtWidgets.QHeaderView.setSectionsMovable": ('bool',),
10478    "PySide2.QtWidgets.QHeaderView.setSelection": ('PySide2.QtCore.QRect', 'PySide2.QtCore.QItemSelectionModel.SelectionFlags'),
10479    "PySide2.QtWidgets.QHeaderView.setSortIndicator": ('int', 'PySide2.QtCore.Qt.SortOrder'),
10480    "PySide2.QtWidgets.QHeaderView.setSortIndicatorShown": ('bool',),
10481    "PySide2.QtWidgets.QHeaderView.setStretchLastSection": ('bool',),
10482    "PySide2.QtWidgets.QHeaderView.setVisible": ('bool',),
10483    "PySide2.QtWidgets.QHeaderView.showSection": ('int',),
10484    "PySide2.QtWidgets.QHeaderView.sizeHint": (),
10485    "PySide2.QtWidgets.QHeaderView.sortIndicatorOrder": (),
10486    "PySide2.QtWidgets.QHeaderView.sortIndicatorSection": (),
10487    "PySide2.QtWidgets.QHeaderView.stretchLastSection": (),
10488    "PySide2.QtWidgets.QHeaderView.stretchSectionCount": (),
10489    "PySide2.QtWidgets.QHeaderView.swapSections": ('int', 'int'),
10490    "PySide2.QtWidgets.QHeaderView.updateGeometries": (),
10491    "PySide2.QtWidgets.QHeaderView.updateSection": ('int',),
10492    "PySide2.QtWidgets.QHeaderView.verticalOffset": (),
10493    "PySide2.QtWidgets.QHeaderView.viewportEvent": ('PySide2.QtCore.QEvent',),
10494    "PySide2.QtWidgets.QHeaderView.visualIndex": ('int',),
10495    "PySide2.QtWidgets.QHeaderView.visualIndexAt": ('int',),
10496    "PySide2.QtWidgets.QHeaderView.visualRect": ('PySide2.QtCore.QModelIndex',),
10497    "PySide2.QtWidgets.QHeaderView.visualRegionForSelection": ('PySide2.QtCore.QItemSelection',),
10498# class PySide2.QtWidgets.QInputDialog:
10499# class PySide2.QtWidgets.QInputDialog.InputDialogOption:
10500# class PySide2.QtWidgets.QInputDialog.InputMode:
10501    "PySide2.QtWidgets.QInputDialog.__init__": ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.WindowFlags'),
10502    "PySide2.QtWidgets.QInputDialog.cancelButtonText": (),
10503    "PySide2.QtWidgets.QInputDialog.comboBoxItems": (),
10504    "PySide2.QtWidgets.QInputDialog.done": ('int',),
10505    "PySide2.QtWidgets.QInputDialog.doubleDecimals": (),
10506    "PySide2.QtWidgets.QInputDialog.doubleMaximum": (),
10507    "PySide2.QtWidgets.QInputDialog.doubleMinimum": (),
10508    "PySide2.QtWidgets.QInputDialog.doubleStep": (),
10509    "PySide2.QtWidgets.QInputDialog.doubleValue": (),
10510    "PySide2.QtWidgets.QInputDialog.getDouble": [('PySide2.QtWidgets.QWidget', 'str', 'str', 'float', 'float', 'float', 'int', 'PySide2.QtCore.Qt.WindowFlags'), ('PySide2.QtWidgets.QWidget', 'str', 'str', 'float', 'float', 'float', 'int', 'PySide2.QtCore.Qt.WindowFlags', 'float')],
10511    "PySide2.QtWidgets.QInputDialog.getInt": ('PySide2.QtWidgets.QWidget', 'str', 'str', 'int', 'int', 'int', 'int', 'PySide2.QtCore.Qt.WindowFlags'),
10512    "PySide2.QtWidgets.QInputDialog.getItem": ('PySide2.QtWidgets.QWidget', 'str', 'str', 'typing.Sequence[str]', 'int', 'bool', 'PySide2.QtCore.Qt.WindowFlags', 'PySide2.QtCore.Qt.InputMethodHints'),
10513    "PySide2.QtWidgets.QInputDialog.getMultiLineText": ('PySide2.QtWidgets.QWidget', 'str', 'str', 'str', 'PySide2.QtCore.Qt.WindowFlags', 'PySide2.QtCore.Qt.InputMethodHints'),
10514    "PySide2.QtWidgets.QInputDialog.getText": ('PySide2.QtWidgets.QWidget', 'str', 'str', 'PySide2.QtWidgets.QLineEdit.EchoMode', 'str', 'PySide2.QtCore.Qt.WindowFlags', 'PySide2.QtCore.Qt.InputMethodHints'),
10515    "PySide2.QtWidgets.QInputDialog.inputMode": (),
10516    "PySide2.QtWidgets.QInputDialog.intMaximum": (),
10517    "PySide2.QtWidgets.QInputDialog.intMinimum": (),
10518    "PySide2.QtWidgets.QInputDialog.intStep": (),
10519    "PySide2.QtWidgets.QInputDialog.intValue": (),
10520    "PySide2.QtWidgets.QInputDialog.isComboBoxEditable": (),
10521    "PySide2.QtWidgets.QInputDialog.labelText": (),
10522    "PySide2.QtWidgets.QInputDialog.minimumSizeHint": (),
10523    "PySide2.QtWidgets.QInputDialog.okButtonText": (),
10524    "PySide2.QtWidgets.QInputDialog.open": [(), ('PySide2.QtCore.QObject', 'str')],
10525    "PySide2.QtWidgets.QInputDialog.setCancelButtonText": ('str',),
10526    "PySide2.QtWidgets.QInputDialog.setComboBoxEditable": ('bool',),
10527    "PySide2.QtWidgets.QInputDialog.setComboBoxItems": ('typing.Sequence[str]',),
10528    "PySide2.QtWidgets.QInputDialog.setDoubleDecimals": ('int',),
10529    "PySide2.QtWidgets.QInputDialog.setDoubleMaximum": ('float',),
10530    "PySide2.QtWidgets.QInputDialog.setDoubleMinimum": ('float',),
10531    "PySide2.QtWidgets.QInputDialog.setDoubleRange": ('float', 'float'),
10532    "PySide2.QtWidgets.QInputDialog.setDoubleStep": ('float',),
10533    "PySide2.QtWidgets.QInputDialog.setDoubleValue": ('float',),
10534    "PySide2.QtWidgets.QInputDialog.setInputMode": ('PySide2.QtWidgets.QInputDialog.InputMode',),
10535    "PySide2.QtWidgets.QInputDialog.setIntMaximum": ('int',),
10536    "PySide2.QtWidgets.QInputDialog.setIntMinimum": ('int',),
10537    "PySide2.QtWidgets.QInputDialog.setIntRange": ('int', 'int'),
10538    "PySide2.QtWidgets.QInputDialog.setIntStep": ('int',),
10539    "PySide2.QtWidgets.QInputDialog.setIntValue": ('int',),
10540    "PySide2.QtWidgets.QInputDialog.setLabelText": ('str',),
10541    "PySide2.QtWidgets.QInputDialog.setOkButtonText": ('str',),
10542    "PySide2.QtWidgets.QInputDialog.setOption": ('PySide2.QtWidgets.QInputDialog.InputDialogOption', 'bool'),
10543    "PySide2.QtWidgets.QInputDialog.setTextEchoMode": ('PySide2.QtWidgets.QLineEdit.EchoMode',),
10544    "PySide2.QtWidgets.QInputDialog.setTextValue": ('str',),
10545    "PySide2.QtWidgets.QInputDialog.setVisible": ('bool',),
10546    "PySide2.QtWidgets.QInputDialog.sizeHint": (),
10547    "PySide2.QtWidgets.QInputDialog.testOption": ('PySide2.QtWidgets.QInputDialog.InputDialogOption',),
10548    "PySide2.QtWidgets.QInputDialog.textEchoMode": (),
10549    "PySide2.QtWidgets.QInputDialog.textValue": (),
10550# class PySide2.QtWidgets.QItemDelegate:
10551    "PySide2.QtWidgets.QItemDelegate.__init__": ('PySide2.QtCore.QObject',),
10552    "PySide2.QtWidgets.QItemDelegate.createEditor": ('PySide2.QtWidgets.QWidget', 'PySide2.QtWidgets.QStyleOptionViewItem', 'PySide2.QtCore.QModelIndex'),
10553    "PySide2.QtWidgets.QItemDelegate.decoration": ('PySide2.QtWidgets.QStyleOptionViewItem', 'typing.Any'),
10554    "PySide2.QtWidgets.QItemDelegate.doCheck": ('PySide2.QtWidgets.QStyleOptionViewItem', 'PySide2.QtCore.QRect', 'typing.Any'),
10555    "PySide2.QtWidgets.QItemDelegate.drawBackground": ('PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QStyleOptionViewItem', 'PySide2.QtCore.QModelIndex'),
10556    "PySide2.QtWidgets.QItemDelegate.drawCheck": ('PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QStyleOptionViewItem', 'PySide2.QtCore.QRect', 'PySide2.QtCore.Qt.CheckState'),
10557    "PySide2.QtWidgets.QItemDelegate.drawDecoration": ('PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QStyleOptionViewItem', 'PySide2.QtCore.QRect', 'PySide2.QtGui.QPixmap'),
10558    "PySide2.QtWidgets.QItemDelegate.drawDisplay": ('PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QStyleOptionViewItem', 'PySide2.QtCore.QRect', 'str'),
10559    "PySide2.QtWidgets.QItemDelegate.drawFocus": ('PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QStyleOptionViewItem', 'PySide2.QtCore.QRect'),
10560    "PySide2.QtWidgets.QItemDelegate.editorEvent": ('PySide2.QtCore.QEvent', 'PySide2.QtCore.QAbstractItemModel', 'PySide2.QtWidgets.QStyleOptionViewItem', 'PySide2.QtCore.QModelIndex'),
10561    "PySide2.QtWidgets.QItemDelegate.eventFilter": ('PySide2.QtCore.QObject', 'PySide2.QtCore.QEvent'),
10562    "PySide2.QtWidgets.QItemDelegate.hasClipping": (),
10563    "PySide2.QtWidgets.QItemDelegate.itemEditorFactory": (),
10564    "PySide2.QtWidgets.QItemDelegate.paint": ('PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QStyleOptionViewItem', 'PySide2.QtCore.QModelIndex'),
10565    "PySide2.QtWidgets.QItemDelegate.rect": ('PySide2.QtWidgets.QStyleOptionViewItem', 'PySide2.QtCore.QModelIndex', 'int'),
10566    "PySide2.QtWidgets.QItemDelegate.selectedPixmap": ('PySide2.QtGui.QPixmap', 'PySide2.QtGui.QPalette', 'bool'),
10567    "PySide2.QtWidgets.QItemDelegate.setClipping": ('bool',),
10568    "PySide2.QtWidgets.QItemDelegate.setEditorData": ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.QModelIndex'),
10569    "PySide2.QtWidgets.QItemDelegate.setItemEditorFactory": ('PySide2.QtWidgets.QItemEditorFactory',),
10570    "PySide2.QtWidgets.QItemDelegate.setModelData": ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.QAbstractItemModel', 'PySide2.QtCore.QModelIndex'),
10571    "PySide2.QtWidgets.QItemDelegate.setOptions": ('PySide2.QtCore.QModelIndex', 'PySide2.QtWidgets.QStyleOptionViewItem'),
10572    "PySide2.QtWidgets.QItemDelegate.sizeHint": ('PySide2.QtWidgets.QStyleOptionViewItem', 'PySide2.QtCore.QModelIndex'),
10573    "PySide2.QtWidgets.QItemDelegate.textRectangle": ('PySide2.QtGui.QPainter', 'PySide2.QtCore.QRect', 'PySide2.QtGui.QFont', 'str'),
10574    "PySide2.QtWidgets.QItemDelegate.updateEditorGeometry": ('PySide2.QtWidgets.QWidget', 'PySide2.QtWidgets.QStyleOptionViewItem', 'PySide2.QtCore.QModelIndex'),
10575# class PySide2.QtWidgets.QItemEditorCreatorBase:
10576    "PySide2.QtWidgets.QItemEditorCreatorBase.__init__": (),
10577    "PySide2.QtWidgets.QItemEditorCreatorBase.createWidget": ('PySide2.QtWidgets.QWidget',),
10578    "PySide2.QtWidgets.QItemEditorCreatorBase.valuePropertyName": (),
10579# class PySide2.QtWidgets.QItemEditorFactory:
10580    "PySide2.QtWidgets.QItemEditorFactory.__init__": (),
10581    "PySide2.QtWidgets.QItemEditorFactory.createEditor": ('int', 'PySide2.QtWidgets.QWidget'),
10582    "PySide2.QtWidgets.QItemEditorFactory.defaultFactory": (),
10583    "PySide2.QtWidgets.QItemEditorFactory.registerEditor": ('int', 'PySide2.QtWidgets.QItemEditorCreatorBase'),
10584    "PySide2.QtWidgets.QItemEditorFactory.setDefaultFactory": ('PySide2.QtWidgets.QItemEditorFactory',),
10585    "PySide2.QtWidgets.QItemEditorFactory.valuePropertyName": ('int',),
10586# class PySide2.QtWidgets.QKeyEventTransition:
10587    "PySide2.QtWidgets.QKeyEventTransition.__init__": [('PySide2.QtCore.QObject', 'PySide2.QtCore.QEvent.Type', 'int', 'PySide2.QtCore.QState'), ('PySide2.QtCore.QState',)],
10588    "PySide2.QtWidgets.QKeyEventTransition.eventTest": ('PySide2.QtCore.QEvent',),
10589    "PySide2.QtWidgets.QKeyEventTransition.key": (),
10590    "PySide2.QtWidgets.QKeyEventTransition.modifierMask": (),
10591    "PySide2.QtWidgets.QKeyEventTransition.onTransition": ('PySide2.QtCore.QEvent',),
10592    "PySide2.QtWidgets.QKeyEventTransition.setKey": ('int',),
10593    "PySide2.QtWidgets.QKeyEventTransition.setModifierMask": ('PySide2.QtCore.Qt.KeyboardModifiers',),
10594# class PySide2.QtWidgets.QKeySequenceEdit:
10595    "PySide2.QtWidgets.QKeySequenceEdit.__init__": [('PySide2.QtGui.QKeySequence', 'PySide2.QtWidgets.QWidget'), ('PySide2.QtWidgets.QWidget',)],
10596    "PySide2.QtWidgets.QKeySequenceEdit.clear": (),
10597    "PySide2.QtWidgets.QKeySequenceEdit.event": ('PySide2.QtCore.QEvent',),
10598    "PySide2.QtWidgets.QKeySequenceEdit.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
10599    "PySide2.QtWidgets.QKeySequenceEdit.keyReleaseEvent": ('PySide2.QtGui.QKeyEvent',),
10600    "PySide2.QtWidgets.QKeySequenceEdit.keySequence": (),
10601    "PySide2.QtWidgets.QKeySequenceEdit.setKeySequence": ('PySide2.QtGui.QKeySequence',),
10602    "PySide2.QtWidgets.QKeySequenceEdit.timerEvent": ('PySide2.QtCore.QTimerEvent',),
10603# class PySide2.QtWidgets.QLCDNumber:
10604# class PySide2.QtWidgets.QLCDNumber.Mode:
10605# class PySide2.QtWidgets.QLCDNumber.SegmentStyle:
10606    "PySide2.QtWidgets.QLCDNumber.__init__": [('PySide2.QtWidgets.QWidget',), ('int', 'PySide2.QtWidgets.QWidget')],
10607    "PySide2.QtWidgets.QLCDNumber.checkOverflow": [('float',), ('int',)],
10608    "PySide2.QtWidgets.QLCDNumber.digitCount": (),
10609    "PySide2.QtWidgets.QLCDNumber.display": [('float',), ('int',), ('str',)],
10610    "PySide2.QtWidgets.QLCDNumber.event": ('PySide2.QtCore.QEvent',),
10611    "PySide2.QtWidgets.QLCDNumber.intValue": (),
10612    "PySide2.QtWidgets.QLCDNumber.mode": (),
10613    "PySide2.QtWidgets.QLCDNumber.paintEvent": ('PySide2.QtGui.QPaintEvent',),
10614    "PySide2.QtWidgets.QLCDNumber.segmentStyle": (),
10615    "PySide2.QtWidgets.QLCDNumber.setBinMode": (),
10616    "PySide2.QtWidgets.QLCDNumber.setDecMode": (),
10617    "PySide2.QtWidgets.QLCDNumber.setDigitCount": ('int',),
10618    "PySide2.QtWidgets.QLCDNumber.setHexMode": (),
10619    "PySide2.QtWidgets.QLCDNumber.setMode": ('PySide2.QtWidgets.QLCDNumber.Mode',),
10620    "PySide2.QtWidgets.QLCDNumber.setOctMode": (),
10621    "PySide2.QtWidgets.QLCDNumber.setSegmentStyle": ('PySide2.QtWidgets.QLCDNumber.SegmentStyle',),
10622    "PySide2.QtWidgets.QLCDNumber.setSmallDecimalPoint": ('bool',),
10623    "PySide2.QtWidgets.QLCDNumber.sizeHint": (),
10624    "PySide2.QtWidgets.QLCDNumber.smallDecimalPoint": (),
10625    "PySide2.QtWidgets.QLCDNumber.value": (),
10626# class PySide2.QtWidgets.QLabel:
10627    "PySide2.QtWidgets.QLabel.__init__": [('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.WindowFlags'), ('str', 'PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.WindowFlags')],
10628    "PySide2.QtWidgets.QLabel.alignment": (),
10629    "PySide2.QtWidgets.QLabel.buddy": (),
10630    "PySide2.QtWidgets.QLabel.changeEvent": ('PySide2.QtCore.QEvent',),
10631    "PySide2.QtWidgets.QLabel.clear": (),
10632    "PySide2.QtWidgets.QLabel.contextMenuEvent": ('PySide2.QtGui.QContextMenuEvent',),
10633    "PySide2.QtWidgets.QLabel.event": ('PySide2.QtCore.QEvent',),
10634    "PySide2.QtWidgets.QLabel.focusInEvent": ('PySide2.QtGui.QFocusEvent',),
10635    "PySide2.QtWidgets.QLabel.focusNextPrevChild": ('bool',),
10636    "PySide2.QtWidgets.QLabel.focusOutEvent": ('PySide2.QtGui.QFocusEvent',),
10637    "PySide2.QtWidgets.QLabel.hasScaledContents": (),
10638    "PySide2.QtWidgets.QLabel.hasSelectedText": (),
10639    "PySide2.QtWidgets.QLabel.heightForWidth": ('int',),
10640    "PySide2.QtWidgets.QLabel.indent": (),
10641    "PySide2.QtWidgets.QLabel.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
10642    "PySide2.QtWidgets.QLabel.margin": (),
10643    "PySide2.QtWidgets.QLabel.minimumSizeHint": (),
10644    "PySide2.QtWidgets.QLabel.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
10645    "PySide2.QtWidgets.QLabel.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
10646    "PySide2.QtWidgets.QLabel.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
10647    "PySide2.QtWidgets.QLabel.movie": (),
10648    "PySide2.QtWidgets.QLabel.openExternalLinks": (),
10649    "PySide2.QtWidgets.QLabel.paintEvent": ('PySide2.QtGui.QPaintEvent',),
10650    "PySide2.QtWidgets.QLabel.picture": (),
10651    "PySide2.QtWidgets.QLabel.pixmap": (),
10652    "PySide2.QtWidgets.QLabel.selectedText": (),
10653    "PySide2.QtWidgets.QLabel.selectionStart": (),
10654    "PySide2.QtWidgets.QLabel.setAlignment": ('PySide2.QtCore.Qt.Alignment',),
10655    "PySide2.QtWidgets.QLabel.setBuddy": ('PySide2.QtWidgets.QWidget',),
10656    "PySide2.QtWidgets.QLabel.setIndent": ('int',),
10657    "PySide2.QtWidgets.QLabel.setMargin": ('int',),
10658    "PySide2.QtWidgets.QLabel.setMovie": ('PySide2.QtGui.QMovie',),
10659    "PySide2.QtWidgets.QLabel.setNum": [('float',), ('int',)],
10660    "PySide2.QtWidgets.QLabel.setOpenExternalLinks": ('bool',),
10661    "PySide2.QtWidgets.QLabel.setPicture": ('PySide2.QtGui.QPicture',),
10662    "PySide2.QtWidgets.QLabel.setPixmap": ('PySide2.QtGui.QPixmap',),
10663    "PySide2.QtWidgets.QLabel.setScaledContents": ('bool',),
10664    "PySide2.QtWidgets.QLabel.setSelection": ('int', 'int'),
10665    "PySide2.QtWidgets.QLabel.setText": ('str',),
10666    "PySide2.QtWidgets.QLabel.setTextFormat": ('PySide2.QtCore.Qt.TextFormat',),
10667    "PySide2.QtWidgets.QLabel.setTextInteractionFlags": ('PySide2.QtCore.Qt.TextInteractionFlags',),
10668    "PySide2.QtWidgets.QLabel.setWordWrap": ('bool',),
10669    "PySide2.QtWidgets.QLabel.sizeHint": (),
10670    "PySide2.QtWidgets.QLabel.text": (),
10671    "PySide2.QtWidgets.QLabel.textFormat": (),
10672    "PySide2.QtWidgets.QLabel.textInteractionFlags": (),
10673    "PySide2.QtWidgets.QLabel.wordWrap": (),
10674# class PySide2.QtWidgets.QLayout:
10675# class PySide2.QtWidgets.QLayout.SizeConstraint:
10676    "PySide2.QtWidgets.QLayout.__init__": [(), ('PySide2.QtWidgets.QWidget',)],
10677    "PySide2.QtWidgets.QLayout.activate": (),
10678    "PySide2.QtWidgets.QLayout.addChildLayout": ('PySide2.QtWidgets.QLayout',),
10679    "PySide2.QtWidgets.QLayout.addChildWidget": ('PySide2.QtWidgets.QWidget',),
10680    "PySide2.QtWidgets.QLayout.addItem": ('PySide2.QtWidgets.QLayoutItem',),
10681    "PySide2.QtWidgets.QLayout.addWidget": ('PySide2.QtWidgets.QWidget',),
10682    "PySide2.QtWidgets.QLayout.adoptLayout": ('PySide2.QtWidgets.QLayout',),
10683    "PySide2.QtWidgets.QLayout.alignmentRect": ('PySide2.QtCore.QRect',),
10684    "PySide2.QtWidgets.QLayout.childEvent": ('PySide2.QtCore.QChildEvent',),
10685    "PySide2.QtWidgets.QLayout.closestAcceptableSize": ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.QSize'),
10686    "PySide2.QtWidgets.QLayout.contentsMargins": (),
10687    "PySide2.QtWidgets.QLayout.contentsRect": (),
10688    "PySide2.QtWidgets.QLayout.controlTypes": (),
10689    "PySide2.QtWidgets.QLayout.count": (),
10690    "PySide2.QtWidgets.QLayout.expandingDirections": (),
10691    "PySide2.QtWidgets.QLayout.geometry": (),
10692    "PySide2.QtWidgets.QLayout.getContentsMargins": (),
10693    "PySide2.QtWidgets.QLayout.indexOf": [('PySide2.QtWidgets.QLayoutItem',), ('PySide2.QtWidgets.QWidget',)],
10694    "PySide2.QtWidgets.QLayout.invalidate": (),
10695    "PySide2.QtWidgets.QLayout.isEmpty": (),
10696    "PySide2.QtWidgets.QLayout.isEnabled": (),
10697    "PySide2.QtWidgets.QLayout.itemAt": ('int',),
10698    "PySide2.QtWidgets.QLayout.layout": (),
10699    "PySide2.QtWidgets.QLayout.margin": (),
10700    "PySide2.QtWidgets.QLayout.maximumSize": (),
10701    "PySide2.QtWidgets.QLayout.menuBar": (),
10702    "PySide2.QtWidgets.QLayout.minimumSize": (),
10703    "PySide2.QtWidgets.QLayout.parentWidget": (),
10704    "PySide2.QtWidgets.QLayout.removeItem": ('PySide2.QtWidgets.QLayoutItem',),
10705    "PySide2.QtWidgets.QLayout.removeWidget": ('PySide2.QtWidgets.QWidget',),
10706    "PySide2.QtWidgets.QLayout.replaceWidget": ('PySide2.QtWidgets.QWidget', 'PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.FindChildOptions'),
10707    "PySide2.QtWidgets.QLayout.setAlignment": [('PySide2.QtCore.Qt.Alignment',), ('PySide2.QtWidgets.QLayout', 'PySide2.QtCore.Qt.Alignment'), ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.Alignment')],
10708    "PySide2.QtWidgets.QLayout.setContentsMargins": [('PySide2.QtCore.QMargins',), ('int', 'int', 'int', 'int')],
10709    "PySide2.QtWidgets.QLayout.setEnabled": ('bool',),
10710    "PySide2.QtWidgets.QLayout.setGeometry": ('PySide2.QtCore.QRect',),
10711    "PySide2.QtWidgets.QLayout.setMargin": ('int',),
10712    "PySide2.QtWidgets.QLayout.setMenuBar": ('PySide2.QtWidgets.QWidget',),
10713    "PySide2.QtWidgets.QLayout.setSizeConstraint": ('PySide2.QtWidgets.QLayout.SizeConstraint',),
10714    "PySide2.QtWidgets.QLayout.setSpacing": ('int',),
10715    "PySide2.QtWidgets.QLayout.sizeConstraint": (),
10716    "PySide2.QtWidgets.QLayout.spacing": (),
10717    "PySide2.QtWidgets.QLayout.takeAt": ('int',),
10718    "PySide2.QtWidgets.QLayout.totalHeightForWidth": ('int',),
10719    "PySide2.QtWidgets.QLayout.totalMaximumSize": (),
10720    "PySide2.QtWidgets.QLayout.totalMinimumSize": (),
10721    "PySide2.QtWidgets.QLayout.totalSizeHint": (),
10722    "PySide2.QtWidgets.QLayout.update": (),
10723    "PySide2.QtWidgets.QLayout.widgetEvent": ('PySide2.QtCore.QEvent',),
10724# class PySide2.QtWidgets.QLayoutItem:
10725    "PySide2.QtWidgets.QLayoutItem.__init__": ('PySide2.QtCore.Qt.Alignment',),
10726    "PySide2.QtWidgets.QLayoutItem.alignment": (),
10727    "PySide2.QtWidgets.QLayoutItem.controlTypes": (),
10728    "PySide2.QtWidgets.QLayoutItem.expandingDirections": (),
10729    "PySide2.QtWidgets.QLayoutItem.geometry": (),
10730    "PySide2.QtWidgets.QLayoutItem.hasHeightForWidth": (),
10731    "PySide2.QtWidgets.QLayoutItem.heightForWidth": ('int',),
10732    "PySide2.QtWidgets.QLayoutItem.invalidate": (),
10733    "PySide2.QtWidgets.QLayoutItem.isEmpty": (),
10734    "PySide2.QtWidgets.QLayoutItem.layout": (),
10735    "PySide2.QtWidgets.QLayoutItem.maximumSize": (),
10736    "PySide2.QtWidgets.QLayoutItem.minimumHeightForWidth": ('int',),
10737    "PySide2.QtWidgets.QLayoutItem.minimumSize": (),
10738    "PySide2.QtWidgets.QLayoutItem.setAlignment": ('PySide2.QtCore.Qt.Alignment',),
10739    "PySide2.QtWidgets.QLayoutItem.setGeometry": ('PySide2.QtCore.QRect',),
10740    "PySide2.QtWidgets.QLayoutItem.sizeHint": (),
10741    "PySide2.QtWidgets.QLayoutItem.spacerItem": (),
10742    "PySide2.QtWidgets.QLayoutItem.widget": (),
10743# class PySide2.QtWidgets.QLineEdit:
10744# class PySide2.QtWidgets.QLineEdit.ActionPosition:
10745# class PySide2.QtWidgets.QLineEdit.EchoMode:
10746    "PySide2.QtWidgets.QLineEdit.__init__": [('PySide2.QtWidgets.QWidget',), ('str', 'PySide2.QtWidgets.QWidget')],
10747    "PySide2.QtWidgets.QLineEdit.addAction": [('PySide2.QtGui.QIcon', 'PySide2.QtWidgets.QLineEdit.ActionPosition'), ('PySide2.QtWidgets.QAction',), ('PySide2.QtWidgets.QAction', 'PySide2.QtWidgets.QLineEdit.ActionPosition')],
10748    "PySide2.QtWidgets.QLineEdit.alignment": (),
10749    "PySide2.QtWidgets.QLineEdit.backspace": (),
10750    "PySide2.QtWidgets.QLineEdit.changeEvent": ('PySide2.QtCore.QEvent',),
10751    "PySide2.QtWidgets.QLineEdit.clear": (),
10752    "PySide2.QtWidgets.QLineEdit.completer": (),
10753    "PySide2.QtWidgets.QLineEdit.contextMenuEvent": ('PySide2.QtGui.QContextMenuEvent',),
10754    "PySide2.QtWidgets.QLineEdit.copy": (),
10755    "PySide2.QtWidgets.QLineEdit.createStandardContextMenu": (),
10756    "PySide2.QtWidgets.QLineEdit.cursorBackward": ('bool', 'int'),
10757    "PySide2.QtWidgets.QLineEdit.cursorForward": ('bool', 'int'),
10758    "PySide2.QtWidgets.QLineEdit.cursorMoveStyle": (),
10759    "PySide2.QtWidgets.QLineEdit.cursorPosition": (),
10760    "PySide2.QtWidgets.QLineEdit.cursorPositionAt": ('PySide2.QtCore.QPoint',),
10761    "PySide2.QtWidgets.QLineEdit.cursorRect": (),
10762    "PySide2.QtWidgets.QLineEdit.cursorWordBackward": ('bool',),
10763    "PySide2.QtWidgets.QLineEdit.cursorWordForward": ('bool',),
10764    "PySide2.QtWidgets.QLineEdit.cut": (),
10765    "PySide2.QtWidgets.QLineEdit.del_": (),
10766    "PySide2.QtWidgets.QLineEdit.deselect": (),
10767    "PySide2.QtWidgets.QLineEdit.displayText": (),
10768    "PySide2.QtWidgets.QLineEdit.dragEnabled": (),
10769    "PySide2.QtWidgets.QLineEdit.dragEnterEvent": ('PySide2.QtGui.QDragEnterEvent',),
10770    "PySide2.QtWidgets.QLineEdit.dragLeaveEvent": ('PySide2.QtGui.QDragLeaveEvent',),
10771    "PySide2.QtWidgets.QLineEdit.dragMoveEvent": ('PySide2.QtGui.QDragMoveEvent',),
10772    "PySide2.QtWidgets.QLineEdit.dropEvent": ('PySide2.QtGui.QDropEvent',),
10773    "PySide2.QtWidgets.QLineEdit.echoMode": (),
10774    "PySide2.QtWidgets.QLineEdit.end": ('bool',),
10775    "PySide2.QtWidgets.QLineEdit.event": ('PySide2.QtCore.QEvent',),
10776    "PySide2.QtWidgets.QLineEdit.focusInEvent": ('PySide2.QtGui.QFocusEvent',),
10777    "PySide2.QtWidgets.QLineEdit.focusOutEvent": ('PySide2.QtGui.QFocusEvent',),
10778    "PySide2.QtWidgets.QLineEdit.getTextMargins": (),
10779    "PySide2.QtWidgets.QLineEdit.hasAcceptableInput": (),
10780    "PySide2.QtWidgets.QLineEdit.hasFrame": (),
10781    "PySide2.QtWidgets.QLineEdit.hasSelectedText": (),
10782    "PySide2.QtWidgets.QLineEdit.home": ('bool',),
10783    "PySide2.QtWidgets.QLineEdit.initStyleOption": ('PySide2.QtWidgets.QStyleOptionFrame',),
10784    "PySide2.QtWidgets.QLineEdit.inputMask": (),
10785    "PySide2.QtWidgets.QLineEdit.inputMethodEvent": ('PySide2.QtGui.QInputMethodEvent',),
10786    "PySide2.QtWidgets.QLineEdit.inputMethodQuery": [('PySide2.QtCore.Qt.InputMethodQuery',), ('PySide2.QtCore.Qt.InputMethodQuery', 'typing.Any')],
10787    "PySide2.QtWidgets.QLineEdit.insert": ('str',),
10788    "PySide2.QtWidgets.QLineEdit.isClearButtonEnabled": (),
10789    "PySide2.QtWidgets.QLineEdit.isModified": (),
10790    "PySide2.QtWidgets.QLineEdit.isReadOnly": (),
10791    "PySide2.QtWidgets.QLineEdit.isRedoAvailable": (),
10792    "PySide2.QtWidgets.QLineEdit.isUndoAvailable": (),
10793    "PySide2.QtWidgets.QLineEdit.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
10794    "PySide2.QtWidgets.QLineEdit.maxLength": (),
10795    "PySide2.QtWidgets.QLineEdit.minimumSizeHint": (),
10796    "PySide2.QtWidgets.QLineEdit.mouseDoubleClickEvent": ('PySide2.QtGui.QMouseEvent',),
10797    "PySide2.QtWidgets.QLineEdit.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
10798    "PySide2.QtWidgets.QLineEdit.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
10799    "PySide2.QtWidgets.QLineEdit.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
10800    "PySide2.QtWidgets.QLineEdit.paintEvent": ('PySide2.QtGui.QPaintEvent',),
10801    "PySide2.QtWidgets.QLineEdit.paste": (),
10802    "PySide2.QtWidgets.QLineEdit.placeholderText": (),
10803    "PySide2.QtWidgets.QLineEdit.redo": (),
10804    "PySide2.QtWidgets.QLineEdit.selectAll": (),
10805    "PySide2.QtWidgets.QLineEdit.selectedText": (),
10806    "PySide2.QtWidgets.QLineEdit.selectionEnd": (),
10807    "PySide2.QtWidgets.QLineEdit.selectionLength": (),
10808    "PySide2.QtWidgets.QLineEdit.selectionStart": (),
10809    "PySide2.QtWidgets.QLineEdit.setAlignment": ('PySide2.QtCore.Qt.Alignment',),
10810    "PySide2.QtWidgets.QLineEdit.setClearButtonEnabled": ('bool',),
10811    "PySide2.QtWidgets.QLineEdit.setCompleter": ('PySide2.QtWidgets.QCompleter',),
10812    "PySide2.QtWidgets.QLineEdit.setCursorMoveStyle": ('PySide2.QtCore.Qt.CursorMoveStyle',),
10813    "PySide2.QtWidgets.QLineEdit.setCursorPosition": ('int',),
10814    "PySide2.QtWidgets.QLineEdit.setDragEnabled": ('bool',),
10815    "PySide2.QtWidgets.QLineEdit.setEchoMode": ('PySide2.QtWidgets.QLineEdit.EchoMode',),
10816    "PySide2.QtWidgets.QLineEdit.setFrame": ('bool',),
10817    "PySide2.QtWidgets.QLineEdit.setInputMask": ('str',),
10818    "PySide2.QtWidgets.QLineEdit.setMaxLength": ('int',),
10819    "PySide2.QtWidgets.QLineEdit.setModified": ('bool',),
10820    "PySide2.QtWidgets.QLineEdit.setPlaceholderText": ('str',),
10821    "PySide2.QtWidgets.QLineEdit.setReadOnly": ('bool',),
10822    "PySide2.QtWidgets.QLineEdit.setSelection": ('int', 'int'),
10823    "PySide2.QtWidgets.QLineEdit.setText": ('str',),
10824    "PySide2.QtWidgets.QLineEdit.setTextMargins": [('PySide2.QtCore.QMargins',), ('int', 'int', 'int', 'int')],
10825    "PySide2.QtWidgets.QLineEdit.setValidator": ('PySide2.QtGui.QValidator',),
10826    "PySide2.QtWidgets.QLineEdit.sizeHint": (),
10827    "PySide2.QtWidgets.QLineEdit.text": (),
10828    "PySide2.QtWidgets.QLineEdit.textMargins": (),
10829    "PySide2.QtWidgets.QLineEdit.undo": (),
10830    "PySide2.QtWidgets.QLineEdit.validator": (),
10831# class PySide2.QtWidgets.QListView:
10832# class PySide2.QtWidgets.QListView.Flow:
10833# class PySide2.QtWidgets.QListView.LayoutMode:
10834# class PySide2.QtWidgets.QListView.Movement:
10835# class PySide2.QtWidgets.QListView.ResizeMode:
10836# class PySide2.QtWidgets.QListView.ViewMode:
10837    "PySide2.QtWidgets.QListView.__init__": ('PySide2.QtWidgets.QWidget',),
10838    "PySide2.QtWidgets.QListView.batchSize": (),
10839    "PySide2.QtWidgets.QListView.clearPropertyFlags": (),
10840    "PySide2.QtWidgets.QListView.contentsSize": (),
10841    "PySide2.QtWidgets.QListView.currentChanged": ('PySide2.QtCore.QModelIndex', 'PySide2.QtCore.QModelIndex'),
10842    "PySide2.QtWidgets.QListView.dataChanged": ('PySide2.QtCore.QModelIndex', 'PySide2.QtCore.QModelIndex', 'typing.List[int]'),
10843    "PySide2.QtWidgets.QListView.doItemsLayout": (),
10844    "PySide2.QtWidgets.QListView.dragLeaveEvent": ('PySide2.QtGui.QDragLeaveEvent',),
10845    "PySide2.QtWidgets.QListView.dragMoveEvent": ('PySide2.QtGui.QDragMoveEvent',),
10846    "PySide2.QtWidgets.QListView.dropEvent": ('PySide2.QtGui.QDropEvent',),
10847    "PySide2.QtWidgets.QListView.event": ('PySide2.QtCore.QEvent',),
10848    "PySide2.QtWidgets.QListView.flow": (),
10849    "PySide2.QtWidgets.QListView.gridSize": (),
10850    "PySide2.QtWidgets.QListView.horizontalOffset": (),
10851    "PySide2.QtWidgets.QListView.indexAt": ('PySide2.QtCore.QPoint',),
10852    "PySide2.QtWidgets.QListView.isIndexHidden": ('PySide2.QtCore.QModelIndex',),
10853    "PySide2.QtWidgets.QListView.isRowHidden": ('int',),
10854    "PySide2.QtWidgets.QListView.isSelectionRectVisible": (),
10855    "PySide2.QtWidgets.QListView.isWrapping": (),
10856    "PySide2.QtWidgets.QListView.itemAlignment": (),
10857    "PySide2.QtWidgets.QListView.layoutMode": (),
10858    "PySide2.QtWidgets.QListView.modelColumn": (),
10859    "PySide2.QtWidgets.QListView.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
10860    "PySide2.QtWidgets.QListView.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
10861    "PySide2.QtWidgets.QListView.moveCursor": ('PySide2.QtWidgets.QAbstractItemView.CursorAction', 'PySide2.QtCore.Qt.KeyboardModifiers'),
10862    "PySide2.QtWidgets.QListView.movement": (),
10863    "PySide2.QtWidgets.QListView.paintEvent": ('PySide2.QtGui.QPaintEvent',),
10864    "PySide2.QtWidgets.QListView.rectForIndex": ('PySide2.QtCore.QModelIndex',),
10865    "PySide2.QtWidgets.QListView.reset": (),
10866    "PySide2.QtWidgets.QListView.resizeContents": ('int', 'int'),
10867    "PySide2.QtWidgets.QListView.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
10868    "PySide2.QtWidgets.QListView.resizeMode": (),
10869    "PySide2.QtWidgets.QListView.rowsAboutToBeRemoved": ('PySide2.QtCore.QModelIndex', 'int', 'int'),
10870    "PySide2.QtWidgets.QListView.rowsInserted": ('PySide2.QtCore.QModelIndex', 'int', 'int'),
10871    "PySide2.QtWidgets.QListView.scrollContentsBy": ('int', 'int'),
10872    "PySide2.QtWidgets.QListView.scrollTo": ('PySide2.QtCore.QModelIndex', 'PySide2.QtWidgets.QAbstractItemView.ScrollHint'),
10873    "PySide2.QtWidgets.QListView.selectedIndexes": (),
10874    "PySide2.QtWidgets.QListView.selectionChanged": ('PySide2.QtCore.QItemSelection', 'PySide2.QtCore.QItemSelection'),
10875    "PySide2.QtWidgets.QListView.setBatchSize": ('int',),
10876    "PySide2.QtWidgets.QListView.setFlow": ('PySide2.QtWidgets.QListView.Flow',),
10877    "PySide2.QtWidgets.QListView.setGridSize": ('PySide2.QtCore.QSize',),
10878    "PySide2.QtWidgets.QListView.setItemAlignment": ('PySide2.QtCore.Qt.Alignment',),
10879    "PySide2.QtWidgets.QListView.setLayoutMode": ('PySide2.QtWidgets.QListView.LayoutMode',),
10880    "PySide2.QtWidgets.QListView.setModelColumn": ('int',),
10881    "PySide2.QtWidgets.QListView.setMovement": ('PySide2.QtWidgets.QListView.Movement',),
10882    "PySide2.QtWidgets.QListView.setPositionForIndex": ('PySide2.QtCore.QPoint', 'PySide2.QtCore.QModelIndex'),
10883    "PySide2.QtWidgets.QListView.setResizeMode": ('PySide2.QtWidgets.QListView.ResizeMode',),
10884    "PySide2.QtWidgets.QListView.setRootIndex": ('PySide2.QtCore.QModelIndex',),
10885    "PySide2.QtWidgets.QListView.setRowHidden": ('int', 'bool'),
10886    "PySide2.QtWidgets.QListView.setSelection": ('PySide2.QtCore.QRect', 'PySide2.QtCore.QItemSelectionModel.SelectionFlags'),
10887    "PySide2.QtWidgets.QListView.setSelectionRectVisible": ('bool',),
10888    "PySide2.QtWidgets.QListView.setSpacing": ('int',),
10889    "PySide2.QtWidgets.QListView.setUniformItemSizes": ('bool',),
10890    "PySide2.QtWidgets.QListView.setViewMode": ('PySide2.QtWidgets.QListView.ViewMode',),
10891    "PySide2.QtWidgets.QListView.setWordWrap": ('bool',),
10892    "PySide2.QtWidgets.QListView.setWrapping": ('bool',),
10893    "PySide2.QtWidgets.QListView.spacing": (),
10894    "PySide2.QtWidgets.QListView.startDrag": ('PySide2.QtCore.Qt.DropActions',),
10895    "PySide2.QtWidgets.QListView.timerEvent": ('PySide2.QtCore.QTimerEvent',),
10896    "PySide2.QtWidgets.QListView.uniformItemSizes": (),
10897    "PySide2.QtWidgets.QListView.updateGeometries": (),
10898    "PySide2.QtWidgets.QListView.verticalOffset": (),
10899    "PySide2.QtWidgets.QListView.viewMode": (),
10900    "PySide2.QtWidgets.QListView.viewOptions": (),
10901    "PySide2.QtWidgets.QListView.viewportSizeHint": (),
10902    "PySide2.QtWidgets.QListView.visualRect": ('PySide2.QtCore.QModelIndex',),
10903    "PySide2.QtWidgets.QListView.visualRegionForSelection": ('PySide2.QtCore.QItemSelection',),
10904    "PySide2.QtWidgets.QListView.wheelEvent": ('PySide2.QtGui.QWheelEvent',),
10905    "PySide2.QtWidgets.QListView.wordWrap": (),
10906# class PySide2.QtWidgets.QListWidget:
10907    "PySide2.QtWidgets.QListWidget.__init__": ('PySide2.QtWidgets.QWidget',),
10908    "PySide2.QtWidgets.QListWidget.addItem": [('PySide2.QtWidgets.QListWidgetItem',), ('str',)],
10909    "PySide2.QtWidgets.QListWidget.addItems": ('typing.Sequence[str]',),
10910    "PySide2.QtWidgets.QListWidget.clear": (),
10911    "PySide2.QtWidgets.QListWidget.closePersistentEditor": [('PySide2.QtCore.QModelIndex',), ('PySide2.QtWidgets.QListWidgetItem',)],
10912    "PySide2.QtWidgets.QListWidget.count": (),
10913    "PySide2.QtWidgets.QListWidget.currentItem": (),
10914    "PySide2.QtWidgets.QListWidget.currentRow": (),
10915    "PySide2.QtWidgets.QListWidget.dropEvent": ('PySide2.QtGui.QDropEvent',),
10916    "PySide2.QtWidgets.QListWidget.dropMimeData": ('int', 'PySide2.QtCore.QMimeData', 'PySide2.QtCore.Qt.DropAction'),
10917    "PySide2.QtWidgets.QListWidget.editItem": ('PySide2.QtWidgets.QListWidgetItem',),
10918    "PySide2.QtWidgets.QListWidget.event": ('PySide2.QtCore.QEvent',),
10919    "PySide2.QtWidgets.QListWidget.findItems": ('str', 'PySide2.QtCore.Qt.MatchFlags'),
10920    "PySide2.QtWidgets.QListWidget.indexFromItem": ('PySide2.QtWidgets.QListWidgetItem',),
10921    "PySide2.QtWidgets.QListWidget.insertItem": [('int', 'PySide2.QtWidgets.QListWidgetItem'), ('int', 'str')],
10922    "PySide2.QtWidgets.QListWidget.insertItems": ('int', 'typing.Sequence[str]'),
10923    "PySide2.QtWidgets.QListWidget.isItemHidden": ('PySide2.QtWidgets.QListWidgetItem',),
10924    "PySide2.QtWidgets.QListWidget.isItemSelected": ('PySide2.QtWidgets.QListWidgetItem',),
10925    "PySide2.QtWidgets.QListWidget.isPersistentEditorOpen": [('PySide2.QtCore.QModelIndex',), ('PySide2.QtWidgets.QListWidgetItem',)],
10926    "PySide2.QtWidgets.QListWidget.isSortingEnabled": (),
10927    "PySide2.QtWidgets.QListWidget.item": ('int',),
10928    "PySide2.QtWidgets.QListWidget.itemAt": [('PySide2.QtCore.QPoint',), ('int', 'int')],
10929    "PySide2.QtWidgets.QListWidget.itemFromIndex": ('PySide2.QtCore.QModelIndex',),
10930    "PySide2.QtWidgets.QListWidget.itemWidget": ('PySide2.QtWidgets.QListWidgetItem',),
10931    "PySide2.QtWidgets.QListWidget.items": ('PySide2.QtCore.QMimeData',),
10932    "PySide2.QtWidgets.QListWidget.mimeData": ('typing.Sequence[PySide2.QtWidgets.QListWidgetItem]',),
10933    "PySide2.QtWidgets.QListWidget.mimeTypes": (),
10934    "PySide2.QtWidgets.QListWidget.openPersistentEditor": [('PySide2.QtCore.QModelIndex',), ('PySide2.QtWidgets.QListWidgetItem',)],
10935    "PySide2.QtWidgets.QListWidget.removeItemWidget": ('PySide2.QtWidgets.QListWidgetItem',),
10936    "PySide2.QtWidgets.QListWidget.row": ('PySide2.QtWidgets.QListWidgetItem',),
10937    "PySide2.QtWidgets.QListWidget.scrollToItem": ('PySide2.QtWidgets.QListWidgetItem', 'PySide2.QtWidgets.QAbstractItemView.ScrollHint'),
10938    "PySide2.QtWidgets.QListWidget.selectedItems": (),
10939    "PySide2.QtWidgets.QListWidget.setCurrentItem": [('PySide2.QtWidgets.QListWidgetItem',), ('PySide2.QtWidgets.QListWidgetItem', 'PySide2.QtCore.QItemSelectionModel.SelectionFlags')],
10940    "PySide2.QtWidgets.QListWidget.setCurrentRow": [('int',), ('int', 'PySide2.QtCore.QItemSelectionModel.SelectionFlags')],
10941    "PySide2.QtWidgets.QListWidget.setItemHidden": ('PySide2.QtWidgets.QListWidgetItem', 'bool'),
10942    "PySide2.QtWidgets.QListWidget.setItemSelected": ('PySide2.QtWidgets.QListWidgetItem', 'bool'),
10943    "PySide2.QtWidgets.QListWidget.setItemWidget": ('PySide2.QtWidgets.QListWidgetItem', 'PySide2.QtWidgets.QWidget'),
10944    "PySide2.QtWidgets.QListWidget.setModel": ('PySide2.QtCore.QAbstractItemModel',),
10945    "PySide2.QtWidgets.QListWidget.setSelectionModel": ('PySide2.QtCore.QItemSelectionModel',),
10946    "PySide2.QtWidgets.QListWidget.setSortingEnabled": ('bool',),
10947    "PySide2.QtWidgets.QListWidget.sortItems": ('PySide2.QtCore.Qt.SortOrder',),
10948    "PySide2.QtWidgets.QListWidget.supportedDropActions": (),
10949    "PySide2.QtWidgets.QListWidget.takeItem": ('int',),
10950    "PySide2.QtWidgets.QListWidget.visualItemRect": ('PySide2.QtWidgets.QListWidgetItem',),
10951# class PySide2.QtWidgets.QListWidgetItem:
10952# class PySide2.QtWidgets.QListWidgetItem.ItemType:
10953    "PySide2.QtWidgets.QListWidgetItem.__init__": [('PySide2.QtGui.QIcon', 'str', 'PySide2.QtWidgets.QListWidget', 'int'), ('PySide2.QtWidgets.QListWidget', 'int'), ('PySide2.QtWidgets.QListWidgetItem',), ('str', 'PySide2.QtWidgets.QListWidget', 'int')],
10954    "PySide2.QtWidgets.QListWidgetItem.__lshift__": ('PySide2.QtCore.QDataStream',),
10955    "PySide2.QtWidgets.QListWidgetItem.__rshift__": ('PySide2.QtCore.QDataStream',),
10956    "PySide2.QtWidgets.QListWidgetItem.background": (),
10957    "PySide2.QtWidgets.QListWidgetItem.backgroundColor": (),
10958    "PySide2.QtWidgets.QListWidgetItem.checkState": (),
10959    "PySide2.QtWidgets.QListWidgetItem.clone": (),
10960    "PySide2.QtWidgets.QListWidgetItem.data": ('int',),
10961    "PySide2.QtWidgets.QListWidgetItem.flags": (),
10962    "PySide2.QtWidgets.QListWidgetItem.font": (),
10963    "PySide2.QtWidgets.QListWidgetItem.foreground": (),
10964    "PySide2.QtWidgets.QListWidgetItem.icon": (),
10965    "PySide2.QtWidgets.QListWidgetItem.isHidden": (),
10966    "PySide2.QtWidgets.QListWidgetItem.isSelected": (),
10967    "PySide2.QtWidgets.QListWidgetItem.listWidget": (),
10968    "PySide2.QtWidgets.QListWidgetItem.read": ('PySide2.QtCore.QDataStream',),
10969    "PySide2.QtWidgets.QListWidgetItem.setBackground": ('PySide2.QtGui.QBrush',),
10970    "PySide2.QtWidgets.QListWidgetItem.setBackgroundColor": ('PySide2.QtGui.QColor',),
10971    "PySide2.QtWidgets.QListWidgetItem.setCheckState": ('PySide2.QtCore.Qt.CheckState',),
10972    "PySide2.QtWidgets.QListWidgetItem.setData": ('int', 'typing.Any'),
10973    "PySide2.QtWidgets.QListWidgetItem.setFlags": ('PySide2.QtCore.Qt.ItemFlags',),
10974    "PySide2.QtWidgets.QListWidgetItem.setFont": ('PySide2.QtGui.QFont',),
10975    "PySide2.QtWidgets.QListWidgetItem.setForeground": ('PySide2.QtGui.QBrush',),
10976    "PySide2.QtWidgets.QListWidgetItem.setHidden": ('bool',),
10977    "PySide2.QtWidgets.QListWidgetItem.setIcon": ('PySide2.QtGui.QIcon',),
10978    "PySide2.QtWidgets.QListWidgetItem.setSelected": ('bool',),
10979    "PySide2.QtWidgets.QListWidgetItem.setSizeHint": ('PySide2.QtCore.QSize',),
10980    "PySide2.QtWidgets.QListWidgetItem.setStatusTip": ('str',),
10981    "PySide2.QtWidgets.QListWidgetItem.setText": ('str',),
10982    "PySide2.QtWidgets.QListWidgetItem.setTextAlignment": ('int',),
10983    "PySide2.QtWidgets.QListWidgetItem.setTextColor": ('PySide2.QtGui.QColor',),
10984    "PySide2.QtWidgets.QListWidgetItem.setToolTip": ('str',),
10985    "PySide2.QtWidgets.QListWidgetItem.setWhatsThis": ('str',),
10986    "PySide2.QtWidgets.QListWidgetItem.sizeHint": (),
10987    "PySide2.QtWidgets.QListWidgetItem.statusTip": (),
10988    "PySide2.QtWidgets.QListWidgetItem.text": (),
10989    "PySide2.QtWidgets.QListWidgetItem.textAlignment": (),
10990    "PySide2.QtWidgets.QListWidgetItem.textColor": (),
10991    "PySide2.QtWidgets.QListWidgetItem.toolTip": (),
10992    "PySide2.QtWidgets.QListWidgetItem.type": (),
10993    "PySide2.QtWidgets.QListWidgetItem.whatsThis": (),
10994    "PySide2.QtWidgets.QListWidgetItem.write": ('PySide2.QtCore.QDataStream',),
10995# class PySide2.QtWidgets.QMainWindow:
10996# class PySide2.QtWidgets.QMainWindow.DockOption:
10997# class PySide2.QtWidgets.QMainWindow.DockOptions:
10998    "PySide2.QtWidgets.QMainWindow.__init__": ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.WindowFlags'),
10999    "PySide2.QtWidgets.QMainWindow.addDockWidget": [('PySide2.QtCore.Qt.DockWidgetArea', 'PySide2.QtWidgets.QDockWidget'), ('PySide2.QtCore.Qt.DockWidgetArea', 'PySide2.QtWidgets.QDockWidget', 'PySide2.QtCore.Qt.Orientation')],
11000    "PySide2.QtWidgets.QMainWindow.addToolBar": [('PySide2.QtCore.Qt.ToolBarArea', 'PySide2.QtWidgets.QToolBar'), ('PySide2.QtWidgets.QToolBar',), ('str',)],
11001    "PySide2.QtWidgets.QMainWindow.addToolBarBreak": ('PySide2.QtCore.Qt.ToolBarArea',),
11002    "PySide2.QtWidgets.QMainWindow.centralWidget": (),
11003    "PySide2.QtWidgets.QMainWindow.contextMenuEvent": ('PySide2.QtGui.QContextMenuEvent',),
11004    "PySide2.QtWidgets.QMainWindow.corner": ('PySide2.QtCore.Qt.Corner',),
11005    "PySide2.QtWidgets.QMainWindow.createPopupMenu": (),
11006    "PySide2.QtWidgets.QMainWindow.dockOptions": (),
11007    "PySide2.QtWidgets.QMainWindow.dockWidgetArea": ('PySide2.QtWidgets.QDockWidget',),
11008    "PySide2.QtWidgets.QMainWindow.documentMode": (),
11009    "PySide2.QtWidgets.QMainWindow.event": ('PySide2.QtCore.QEvent',),
11010    "PySide2.QtWidgets.QMainWindow.iconSize": (),
11011    "PySide2.QtWidgets.QMainWindow.insertToolBar": ('PySide2.QtWidgets.QToolBar', 'PySide2.QtWidgets.QToolBar'),
11012    "PySide2.QtWidgets.QMainWindow.insertToolBarBreak": ('PySide2.QtWidgets.QToolBar',),
11013    "PySide2.QtWidgets.QMainWindow.isAnimated": (),
11014    "PySide2.QtWidgets.QMainWindow.isDockNestingEnabled": (),
11015    "PySide2.QtWidgets.QMainWindow.isSeparator": ('PySide2.QtCore.QPoint',),
11016    "PySide2.QtWidgets.QMainWindow.menuBar": (),
11017    "PySide2.QtWidgets.QMainWindow.menuWidget": (),
11018    "PySide2.QtWidgets.QMainWindow.removeDockWidget": ('PySide2.QtWidgets.QDockWidget',),
11019    "PySide2.QtWidgets.QMainWindow.removeToolBar": ('PySide2.QtWidgets.QToolBar',),
11020    "PySide2.QtWidgets.QMainWindow.removeToolBarBreak": ('PySide2.QtWidgets.QToolBar',),
11021    "PySide2.QtWidgets.QMainWindow.resizeDocks": ('typing.Sequence[PySide2.QtWidgets.QDockWidget]', 'typing.Sequence[int]', 'PySide2.QtCore.Qt.Orientation'),
11022    "PySide2.QtWidgets.QMainWindow.restoreDockWidget": ('PySide2.QtWidgets.QDockWidget',),
11023    "PySide2.QtWidgets.QMainWindow.restoreState": ('PySide2.QtCore.QByteArray', 'int'),
11024    "PySide2.QtWidgets.QMainWindow.saveState": ('int',),
11025    "PySide2.QtWidgets.QMainWindow.setAnimated": ('bool',),
11026    "PySide2.QtWidgets.QMainWindow.setCentralWidget": ('PySide2.QtWidgets.QWidget',),
11027    "PySide2.QtWidgets.QMainWindow.setCorner": ('PySide2.QtCore.Qt.Corner', 'PySide2.QtCore.Qt.DockWidgetArea'),
11028    "PySide2.QtWidgets.QMainWindow.setDockNestingEnabled": ('bool',),
11029    "PySide2.QtWidgets.QMainWindow.setDockOptions": ('PySide2.QtWidgets.QMainWindow.DockOptions',),
11030    "PySide2.QtWidgets.QMainWindow.setDocumentMode": ('bool',),
11031    "PySide2.QtWidgets.QMainWindow.setIconSize": ('PySide2.QtCore.QSize',),
11032    "PySide2.QtWidgets.QMainWindow.setMenuBar": ('PySide2.QtWidgets.QMenuBar',),
11033    "PySide2.QtWidgets.QMainWindow.setMenuWidget": ('PySide2.QtWidgets.QWidget',),
11034    "PySide2.QtWidgets.QMainWindow.setStatusBar": ('PySide2.QtWidgets.QStatusBar',),
11035    "PySide2.QtWidgets.QMainWindow.setTabPosition": ('PySide2.QtCore.Qt.DockWidgetAreas', 'PySide2.QtWidgets.QTabWidget.TabPosition'),
11036    "PySide2.QtWidgets.QMainWindow.setTabShape": ('PySide2.QtWidgets.QTabWidget.TabShape',),
11037    "PySide2.QtWidgets.QMainWindow.setToolButtonStyle": ('PySide2.QtCore.Qt.ToolButtonStyle',),
11038    "PySide2.QtWidgets.QMainWindow.setUnifiedTitleAndToolBarOnMac": ('bool',),
11039    "PySide2.QtWidgets.QMainWindow.splitDockWidget": ('PySide2.QtWidgets.QDockWidget', 'PySide2.QtWidgets.QDockWidget', 'PySide2.QtCore.Qt.Orientation'),
11040    "PySide2.QtWidgets.QMainWindow.statusBar": (),
11041    "PySide2.QtWidgets.QMainWindow.tabPosition": ('PySide2.QtCore.Qt.DockWidgetArea',),
11042    "PySide2.QtWidgets.QMainWindow.tabShape": (),
11043    "PySide2.QtWidgets.QMainWindow.tabifiedDockWidgets": ('PySide2.QtWidgets.QDockWidget',),
11044    "PySide2.QtWidgets.QMainWindow.tabifyDockWidget": ('PySide2.QtWidgets.QDockWidget', 'PySide2.QtWidgets.QDockWidget'),
11045    "PySide2.QtWidgets.QMainWindow.takeCentralWidget": (),
11046    "PySide2.QtWidgets.QMainWindow.toolBarArea": ('PySide2.QtWidgets.QToolBar',),
11047    "PySide2.QtWidgets.QMainWindow.toolBarBreak": ('PySide2.QtWidgets.QToolBar',),
11048    "PySide2.QtWidgets.QMainWindow.toolButtonStyle": (),
11049    "PySide2.QtWidgets.QMainWindow.unifiedTitleAndToolBarOnMac": (),
11050# class PySide2.QtWidgets.QMdiArea:
11051# class PySide2.QtWidgets.QMdiArea.AreaOption:
11052# class PySide2.QtWidgets.QMdiArea.AreaOptions:
11053# class PySide2.QtWidgets.QMdiArea.ViewMode:
11054# class PySide2.QtWidgets.QMdiArea.WindowOrder:
11055    "PySide2.QtWidgets.QMdiArea.__init__": ('PySide2.QtWidgets.QWidget',),
11056    "PySide2.QtWidgets.QMdiArea.activateNextSubWindow": (),
11057    "PySide2.QtWidgets.QMdiArea.activatePreviousSubWindow": (),
11058    "PySide2.QtWidgets.QMdiArea.activationOrder": (),
11059    "PySide2.QtWidgets.QMdiArea.activeSubWindow": (),
11060    "PySide2.QtWidgets.QMdiArea.addSubWindow": ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.WindowFlags'),
11061    "PySide2.QtWidgets.QMdiArea.background": (),
11062    "PySide2.QtWidgets.QMdiArea.cascadeSubWindows": (),
11063    "PySide2.QtWidgets.QMdiArea.childEvent": ('PySide2.QtCore.QChildEvent',),
11064    "PySide2.QtWidgets.QMdiArea.closeActiveSubWindow": (),
11065    "PySide2.QtWidgets.QMdiArea.closeAllSubWindows": (),
11066    "PySide2.QtWidgets.QMdiArea.currentSubWindow": (),
11067    "PySide2.QtWidgets.QMdiArea.documentMode": (),
11068    "PySide2.QtWidgets.QMdiArea.event": ('PySide2.QtCore.QEvent',),
11069    "PySide2.QtWidgets.QMdiArea.eventFilter": ('PySide2.QtCore.QObject', 'PySide2.QtCore.QEvent'),
11070    "PySide2.QtWidgets.QMdiArea.minimumSizeHint": (),
11071    "PySide2.QtWidgets.QMdiArea.paintEvent": ('PySide2.QtGui.QPaintEvent',),
11072    "PySide2.QtWidgets.QMdiArea.removeSubWindow": ('PySide2.QtWidgets.QWidget',),
11073    "PySide2.QtWidgets.QMdiArea.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
11074    "PySide2.QtWidgets.QMdiArea.scrollContentsBy": ('int', 'int'),
11075    "PySide2.QtWidgets.QMdiArea.setActivationOrder": ('PySide2.QtWidgets.QMdiArea.WindowOrder',),
11076    "PySide2.QtWidgets.QMdiArea.setActiveSubWindow": ('PySide2.QtWidgets.QMdiSubWindow',),
11077    "PySide2.QtWidgets.QMdiArea.setBackground": ('PySide2.QtGui.QBrush',),
11078    "PySide2.QtWidgets.QMdiArea.setDocumentMode": ('bool',),
11079    "PySide2.QtWidgets.QMdiArea.setOption": ('PySide2.QtWidgets.QMdiArea.AreaOption', 'bool'),
11080    "PySide2.QtWidgets.QMdiArea.setTabPosition": ('PySide2.QtWidgets.QTabWidget.TabPosition',),
11081    "PySide2.QtWidgets.QMdiArea.setTabShape": ('PySide2.QtWidgets.QTabWidget.TabShape',),
11082    "PySide2.QtWidgets.QMdiArea.setTabsClosable": ('bool',),
11083    "PySide2.QtWidgets.QMdiArea.setTabsMovable": ('bool',),
11084    "PySide2.QtWidgets.QMdiArea.setViewMode": ('PySide2.QtWidgets.QMdiArea.ViewMode',),
11085    "PySide2.QtWidgets.QMdiArea.setupViewport": ('PySide2.QtWidgets.QWidget',),
11086    "PySide2.QtWidgets.QMdiArea.showEvent": ('PySide2.QtGui.QShowEvent',),
11087    "PySide2.QtWidgets.QMdiArea.sizeHint": (),
11088    "PySide2.QtWidgets.QMdiArea.subWindowList": ('PySide2.QtWidgets.QMdiArea.WindowOrder',),
11089    "PySide2.QtWidgets.QMdiArea.tabPosition": (),
11090    "PySide2.QtWidgets.QMdiArea.tabShape": (),
11091    "PySide2.QtWidgets.QMdiArea.tabsClosable": (),
11092    "PySide2.QtWidgets.QMdiArea.tabsMovable": (),
11093    "PySide2.QtWidgets.QMdiArea.testOption": ('PySide2.QtWidgets.QMdiArea.AreaOption',),
11094    "PySide2.QtWidgets.QMdiArea.tileSubWindows": (),
11095    "PySide2.QtWidgets.QMdiArea.timerEvent": ('PySide2.QtCore.QTimerEvent',),
11096    "PySide2.QtWidgets.QMdiArea.viewMode": (),
11097    "PySide2.QtWidgets.QMdiArea.viewportEvent": ('PySide2.QtCore.QEvent',),
11098# class PySide2.QtWidgets.QMdiSubWindow:
11099# class PySide2.QtWidgets.QMdiSubWindow.SubWindowOption:
11100# class PySide2.QtWidgets.QMdiSubWindow.SubWindowOptions:
11101    "PySide2.QtWidgets.QMdiSubWindow.__init__": ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.WindowFlags'),
11102    "PySide2.QtWidgets.QMdiSubWindow.changeEvent": ('PySide2.QtCore.QEvent',),
11103    "PySide2.QtWidgets.QMdiSubWindow.childEvent": ('PySide2.QtCore.QChildEvent',),
11104    "PySide2.QtWidgets.QMdiSubWindow.closeEvent": ('PySide2.QtGui.QCloseEvent',),
11105    "PySide2.QtWidgets.QMdiSubWindow.contextMenuEvent": ('PySide2.QtGui.QContextMenuEvent',),
11106    "PySide2.QtWidgets.QMdiSubWindow.event": ('PySide2.QtCore.QEvent',),
11107    "PySide2.QtWidgets.QMdiSubWindow.eventFilter": ('PySide2.QtCore.QObject', 'PySide2.QtCore.QEvent'),
11108    "PySide2.QtWidgets.QMdiSubWindow.focusInEvent": ('PySide2.QtGui.QFocusEvent',),
11109    "PySide2.QtWidgets.QMdiSubWindow.focusOutEvent": ('PySide2.QtGui.QFocusEvent',),
11110    "PySide2.QtWidgets.QMdiSubWindow.hideEvent": ('PySide2.QtGui.QHideEvent',),
11111    "PySide2.QtWidgets.QMdiSubWindow.isShaded": (),
11112    "PySide2.QtWidgets.QMdiSubWindow.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
11113    "PySide2.QtWidgets.QMdiSubWindow.keyboardPageStep": (),
11114    "PySide2.QtWidgets.QMdiSubWindow.keyboardSingleStep": (),
11115    "PySide2.QtWidgets.QMdiSubWindow.leaveEvent": ('PySide2.QtCore.QEvent',),
11116    "PySide2.QtWidgets.QMdiSubWindow.maximizedButtonsWidget": (),
11117    "PySide2.QtWidgets.QMdiSubWindow.maximizedSystemMenuIconWidget": (),
11118    "PySide2.QtWidgets.QMdiSubWindow.mdiArea": (),
11119    "PySide2.QtWidgets.QMdiSubWindow.minimumSizeHint": (),
11120    "PySide2.QtWidgets.QMdiSubWindow.mouseDoubleClickEvent": ('PySide2.QtGui.QMouseEvent',),
11121    "PySide2.QtWidgets.QMdiSubWindow.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
11122    "PySide2.QtWidgets.QMdiSubWindow.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
11123    "PySide2.QtWidgets.QMdiSubWindow.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
11124    "PySide2.QtWidgets.QMdiSubWindow.moveEvent": ('PySide2.QtGui.QMoveEvent',),
11125    "PySide2.QtWidgets.QMdiSubWindow.paintEvent": ('PySide2.QtGui.QPaintEvent',),
11126    "PySide2.QtWidgets.QMdiSubWindow.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
11127    "PySide2.QtWidgets.QMdiSubWindow.setKeyboardPageStep": ('int',),
11128    "PySide2.QtWidgets.QMdiSubWindow.setKeyboardSingleStep": ('int',),
11129    "PySide2.QtWidgets.QMdiSubWindow.setOption": ('PySide2.QtWidgets.QMdiSubWindow.SubWindowOption', 'bool'),
11130    "PySide2.QtWidgets.QMdiSubWindow.setSystemMenu": ('PySide2.QtWidgets.QMenu',),
11131    "PySide2.QtWidgets.QMdiSubWindow.setWidget": ('PySide2.QtWidgets.QWidget',),
11132    "PySide2.QtWidgets.QMdiSubWindow.showEvent": ('PySide2.QtGui.QShowEvent',),
11133    "PySide2.QtWidgets.QMdiSubWindow.showShaded": (),
11134    "PySide2.QtWidgets.QMdiSubWindow.showSystemMenu": (),
11135    "PySide2.QtWidgets.QMdiSubWindow.sizeHint": (),
11136    "PySide2.QtWidgets.QMdiSubWindow.systemMenu": (),
11137    "PySide2.QtWidgets.QMdiSubWindow.testOption": ('PySide2.QtWidgets.QMdiSubWindow.SubWindowOption',),
11138    "PySide2.QtWidgets.QMdiSubWindow.timerEvent": ('PySide2.QtCore.QTimerEvent',),
11139    "PySide2.QtWidgets.QMdiSubWindow.widget": (),
11140# class PySide2.QtWidgets.QMenu:
11141    "PySide2.QtWidgets.QMenu.__init__": [('PySide2.QtWidgets.QWidget',), ('str', 'PySide2.QtWidgets.QWidget')],
11142    "PySide2.QtWidgets.QMenu.actionAt": ('PySide2.QtCore.QPoint',),
11143    "PySide2.QtWidgets.QMenu.actionEvent": ('PySide2.QtGui.QActionEvent',),
11144    "PySide2.QtWidgets.QMenu.actionGeometry": ('PySide2.QtWidgets.QAction',),
11145    "PySide2.QtWidgets.QMenu.activeAction": (),
11146    "PySide2.QtWidgets.QMenu.addAction": [('PySide2.QtGui.QIcon', 'str'), ('PySide2.QtGui.QIcon', 'str', 'PySide2.QtCore.QObject', 'str', 'PySide2.QtGui.QKeySequence'), ('PySide2.QtGui.QIcon', 'str', 'object', 'PySide2.QtGui.QKeySequence'), ('PySide2.QtWidgets.QAction',), ('str',), ('str', 'PySide2.QtCore.QObject', 'str', 'PySide2.QtGui.QKeySequence'), ('str', 'object', 'PySide2.QtGui.QKeySequence')],
11147    "PySide2.QtWidgets.QMenu.addMenu": [('PySide2.QtGui.QIcon', 'str'), ('PySide2.QtWidgets.QMenu',), ('str',)],
11148    "PySide2.QtWidgets.QMenu.addSection": [('PySide2.QtGui.QIcon', 'str'), ('str',)],
11149    "PySide2.QtWidgets.QMenu.addSeparator": (),
11150    "PySide2.QtWidgets.QMenu.changeEvent": ('PySide2.QtCore.QEvent',),
11151    "PySide2.QtWidgets.QMenu.clear": (),
11152    "PySide2.QtWidgets.QMenu.columnCount": (),
11153    "PySide2.QtWidgets.QMenu.defaultAction": (),
11154    "PySide2.QtWidgets.QMenu.enterEvent": ('PySide2.QtCore.QEvent',),
11155    "PySide2.QtWidgets.QMenu.event": ('PySide2.QtCore.QEvent',),
11156    "PySide2.QtWidgets.QMenu.exec_": [(), ('PySide2.QtCore.QPoint', 'PySide2.QtWidgets.QAction'), ('typing.Sequence[PySide2.QtWidgets.QAction]', 'PySide2.QtCore.QPoint', 'PySide2.QtWidgets.QAction', 'PySide2.QtWidgets.QWidget')],
11157    "PySide2.QtWidgets.QMenu.focusNextPrevChild": ('bool',),
11158    "PySide2.QtWidgets.QMenu.hideEvent": ('PySide2.QtGui.QHideEvent',),
11159    "PySide2.QtWidgets.QMenu.hideTearOffMenu": (),
11160    "PySide2.QtWidgets.QMenu.icon": (),
11161    "PySide2.QtWidgets.QMenu.initStyleOption": ('PySide2.QtWidgets.QStyleOptionMenuItem', 'PySide2.QtWidgets.QAction'),
11162    "PySide2.QtWidgets.QMenu.insertMenu": ('PySide2.QtWidgets.QAction', 'PySide2.QtWidgets.QMenu'),
11163    "PySide2.QtWidgets.QMenu.insertSection": [('PySide2.QtWidgets.QAction', 'PySide2.QtGui.QIcon', 'str'), ('PySide2.QtWidgets.QAction', 'str')],
11164    "PySide2.QtWidgets.QMenu.insertSeparator": ('PySide2.QtWidgets.QAction',),
11165    "PySide2.QtWidgets.QMenu.isEmpty": (),
11166    "PySide2.QtWidgets.QMenu.isTearOffEnabled": (),
11167    "PySide2.QtWidgets.QMenu.isTearOffMenuVisible": (),
11168    "PySide2.QtWidgets.QMenu.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
11169    "PySide2.QtWidgets.QMenu.leaveEvent": ('PySide2.QtCore.QEvent',),
11170    "PySide2.QtWidgets.QMenu.menuAction": (),
11171    "PySide2.QtWidgets.QMenu.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
11172    "PySide2.QtWidgets.QMenu.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
11173    "PySide2.QtWidgets.QMenu.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
11174    "PySide2.QtWidgets.QMenu.paintEvent": ('PySide2.QtGui.QPaintEvent',),
11175    "PySide2.QtWidgets.QMenu.popup": ('PySide2.QtCore.QPoint', 'PySide2.QtWidgets.QAction'),
11176    "PySide2.QtWidgets.QMenu.separatorsCollapsible": (),
11177    "PySide2.QtWidgets.QMenu.setActiveAction": ('PySide2.QtWidgets.QAction',),
11178    "PySide2.QtWidgets.QMenu.setDefaultAction": ('PySide2.QtWidgets.QAction',),
11179    "PySide2.QtWidgets.QMenu.setIcon": ('PySide2.QtGui.QIcon',),
11180    "PySide2.QtWidgets.QMenu.setSeparatorsCollapsible": ('bool',),
11181    "PySide2.QtWidgets.QMenu.setTearOffEnabled": ('bool',),
11182    "PySide2.QtWidgets.QMenu.setTitle": ('str',),
11183    "PySide2.QtWidgets.QMenu.setToolTipsVisible": ('bool',),
11184    "PySide2.QtWidgets.QMenu.showTearOffMenu": [(), ('PySide2.QtCore.QPoint',)],
11185    "PySide2.QtWidgets.QMenu.sizeHint": (),
11186    "PySide2.QtWidgets.QMenu.timerEvent": ('PySide2.QtCore.QTimerEvent',),
11187    "PySide2.QtWidgets.QMenu.title": (),
11188    "PySide2.QtWidgets.QMenu.toolTipsVisible": (),
11189    "PySide2.QtWidgets.QMenu.wheelEvent": ('PySide2.QtGui.QWheelEvent',),
11190# class PySide2.QtWidgets.QMenuBar:
11191    "PySide2.QtWidgets.QMenuBar.__init__": ('PySide2.QtWidgets.QWidget',),
11192    "PySide2.QtWidgets.QMenuBar.actionAt": ('PySide2.QtCore.QPoint',),
11193    "PySide2.QtWidgets.QMenuBar.actionEvent": ('PySide2.QtGui.QActionEvent',),
11194    "PySide2.QtWidgets.QMenuBar.actionGeometry": ('PySide2.QtWidgets.QAction',),
11195    "PySide2.QtWidgets.QMenuBar.activeAction": (),
11196    "PySide2.QtWidgets.QMenuBar.addAction": [('PySide2.QtWidgets.QAction',), ('str',), ('str', 'PySide2.QtCore.QObject', 'str'), ('str', 'object')],
11197    "PySide2.QtWidgets.QMenuBar.addMenu": [('PySide2.QtGui.QIcon', 'str'), ('PySide2.QtWidgets.QMenu',), ('str',)],
11198    "PySide2.QtWidgets.QMenuBar.addSeparator": (),
11199    "PySide2.QtWidgets.QMenuBar.changeEvent": ('PySide2.QtCore.QEvent',),
11200    "PySide2.QtWidgets.QMenuBar.clear": (),
11201    "PySide2.QtWidgets.QMenuBar.cornerWidget": ('PySide2.QtCore.Qt.Corner',),
11202    "PySide2.QtWidgets.QMenuBar.event": ('PySide2.QtCore.QEvent',),
11203    "PySide2.QtWidgets.QMenuBar.eventFilter": ('PySide2.QtCore.QObject', 'PySide2.QtCore.QEvent'),
11204    "PySide2.QtWidgets.QMenuBar.focusInEvent": ('PySide2.QtGui.QFocusEvent',),
11205    "PySide2.QtWidgets.QMenuBar.focusOutEvent": ('PySide2.QtGui.QFocusEvent',),
11206    "PySide2.QtWidgets.QMenuBar.heightForWidth": ('int',),
11207    "PySide2.QtWidgets.QMenuBar.initStyleOption": ('PySide2.QtWidgets.QStyleOptionMenuItem', 'PySide2.QtWidgets.QAction'),
11208    "PySide2.QtWidgets.QMenuBar.insertMenu": ('PySide2.QtWidgets.QAction', 'PySide2.QtWidgets.QMenu'),
11209    "PySide2.QtWidgets.QMenuBar.insertSeparator": ('PySide2.QtWidgets.QAction',),
11210    "PySide2.QtWidgets.QMenuBar.isDefaultUp": (),
11211    "PySide2.QtWidgets.QMenuBar.isNativeMenuBar": (),
11212    "PySide2.QtWidgets.QMenuBar.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
11213    "PySide2.QtWidgets.QMenuBar.leaveEvent": ('PySide2.QtCore.QEvent',),
11214    "PySide2.QtWidgets.QMenuBar.minimumSizeHint": (),
11215    "PySide2.QtWidgets.QMenuBar.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
11216    "PySide2.QtWidgets.QMenuBar.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
11217    "PySide2.QtWidgets.QMenuBar.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
11218    "PySide2.QtWidgets.QMenuBar.paintEvent": ('PySide2.QtGui.QPaintEvent',),
11219    "PySide2.QtWidgets.QMenuBar.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
11220    "PySide2.QtWidgets.QMenuBar.setActiveAction": ('PySide2.QtWidgets.QAction',),
11221    "PySide2.QtWidgets.QMenuBar.setCornerWidget": ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.Corner'),
11222    "PySide2.QtWidgets.QMenuBar.setDefaultUp": ('bool',),
11223    "PySide2.QtWidgets.QMenuBar.setNativeMenuBar": ('bool',),
11224    "PySide2.QtWidgets.QMenuBar.setVisible": ('bool',),
11225    "PySide2.QtWidgets.QMenuBar.sizeHint": (),
11226    "PySide2.QtWidgets.QMenuBar.timerEvent": ('PySide2.QtCore.QTimerEvent',),
11227# class PySide2.QtWidgets.QMessageBox:
11228# class PySide2.QtWidgets.QMessageBox.ButtonRole:
11229# class PySide2.QtWidgets.QMessageBox.Icon:
11230# class PySide2.QtWidgets.QMessageBox.StandardButton:
11231# class PySide2.QtWidgets.QMessageBox.StandardButtons:
11232    "PySide2.QtWidgets.QMessageBox.__init__": [('PySide2.QtWidgets.QMessageBox.Icon', 'str', 'str', 'PySide2.QtWidgets.QMessageBox.StandardButtons', 'PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.WindowFlags'), ('PySide2.QtWidgets.QWidget',)],
11233    "PySide2.QtWidgets.QMessageBox.about": ('PySide2.QtWidgets.QWidget', 'str', 'str'),
11234    "PySide2.QtWidgets.QMessageBox.aboutQt": ('PySide2.QtWidgets.QWidget', 'str'),
11235    "PySide2.QtWidgets.QMessageBox.addButton": [('PySide2.QtWidgets.QAbstractButton', 'PySide2.QtWidgets.QMessageBox.ButtonRole'), ('PySide2.QtWidgets.QMessageBox.StandardButton',), ('str', 'PySide2.QtWidgets.QMessageBox.ButtonRole')],
11236    "PySide2.QtWidgets.QMessageBox.button": ('PySide2.QtWidgets.QMessageBox.StandardButton',),
11237    "PySide2.QtWidgets.QMessageBox.buttonRole": ('PySide2.QtWidgets.QAbstractButton',),
11238    "PySide2.QtWidgets.QMessageBox.buttonText": ('int',),
11239    "PySide2.QtWidgets.QMessageBox.buttons": (),
11240    "PySide2.QtWidgets.QMessageBox.changeEvent": ('PySide2.QtCore.QEvent',),
11241    "PySide2.QtWidgets.QMessageBox.checkBox": (),
11242    "PySide2.QtWidgets.QMessageBox.clickedButton": (),
11243    "PySide2.QtWidgets.QMessageBox.closeEvent": ('PySide2.QtGui.QCloseEvent',),
11244    "PySide2.QtWidgets.QMessageBox.critical": [('PySide2.QtWidgets.QWidget', 'str', 'str', 'PySide2.QtWidgets.QMessageBox.StandardButton', 'PySide2.QtWidgets.QMessageBox.StandardButton'), ('PySide2.QtWidgets.QWidget', 'str', 'str', 'PySide2.QtWidgets.QMessageBox.StandardButtons', 'PySide2.QtWidgets.QMessageBox.StandardButton')],
11245    "PySide2.QtWidgets.QMessageBox.defaultButton": (),
11246    "PySide2.QtWidgets.QMessageBox.detailedText": (),
11247    "PySide2.QtWidgets.QMessageBox.escapeButton": (),
11248    "PySide2.QtWidgets.QMessageBox.event": ('PySide2.QtCore.QEvent',),
11249    "PySide2.QtWidgets.QMessageBox.icon": (),
11250    "PySide2.QtWidgets.QMessageBox.iconPixmap": (),
11251    "PySide2.QtWidgets.QMessageBox.information": [('PySide2.QtWidgets.QWidget', 'str', 'str', 'PySide2.QtWidgets.QMessageBox.StandardButton', 'PySide2.QtWidgets.QMessageBox.StandardButton'), ('PySide2.QtWidgets.QWidget', 'str', 'str', 'PySide2.QtWidgets.QMessageBox.StandardButtons', 'PySide2.QtWidgets.QMessageBox.StandardButton')],
11252    "PySide2.QtWidgets.QMessageBox.informativeText": (),
11253    "PySide2.QtWidgets.QMessageBox.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
11254    "PySide2.QtWidgets.QMessageBox.open": [(), ('PySide2.QtCore.QObject', 'str')],
11255    "PySide2.QtWidgets.QMessageBox.question": [('PySide2.QtWidgets.QWidget', 'str', 'str', 'PySide2.QtWidgets.QMessageBox.StandardButton', 'PySide2.QtWidgets.QMessageBox.StandardButton'), ('PySide2.QtWidgets.QWidget', 'str', 'str', 'PySide2.QtWidgets.QMessageBox.StandardButtons', 'PySide2.QtWidgets.QMessageBox.StandardButton')],
11256    "PySide2.QtWidgets.QMessageBox.removeButton": ('PySide2.QtWidgets.QAbstractButton',),
11257    "PySide2.QtWidgets.QMessageBox.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
11258    "PySide2.QtWidgets.QMessageBox.setButtonText": ('int', 'str'),
11259    "PySide2.QtWidgets.QMessageBox.setCheckBox": ('PySide2.QtWidgets.QCheckBox',),
11260    "PySide2.QtWidgets.QMessageBox.setDefaultButton": [('PySide2.QtWidgets.QMessageBox.StandardButton',), ('PySide2.QtWidgets.QPushButton',)],
11261    "PySide2.QtWidgets.QMessageBox.setDetailedText": ('str',),
11262    "PySide2.QtWidgets.QMessageBox.setEscapeButton": [('PySide2.QtWidgets.QAbstractButton',), ('PySide2.QtWidgets.QMessageBox.StandardButton',)],
11263    "PySide2.QtWidgets.QMessageBox.setIcon": ('PySide2.QtWidgets.QMessageBox.Icon',),
11264    "PySide2.QtWidgets.QMessageBox.setIconPixmap": ('PySide2.QtGui.QPixmap',),
11265    "PySide2.QtWidgets.QMessageBox.setInformativeText": ('str',),
11266    "PySide2.QtWidgets.QMessageBox.setStandardButtons": ('PySide2.QtWidgets.QMessageBox.StandardButtons',),
11267    "PySide2.QtWidgets.QMessageBox.setText": ('str',),
11268    "PySide2.QtWidgets.QMessageBox.setTextFormat": ('PySide2.QtCore.Qt.TextFormat',),
11269    "PySide2.QtWidgets.QMessageBox.setTextInteractionFlags": ('PySide2.QtCore.Qt.TextInteractionFlags',),
11270    "PySide2.QtWidgets.QMessageBox.setWindowModality": ('PySide2.QtCore.Qt.WindowModality',),
11271    "PySide2.QtWidgets.QMessageBox.setWindowTitle": ('str',),
11272    "PySide2.QtWidgets.QMessageBox.showEvent": ('PySide2.QtGui.QShowEvent',),
11273    "PySide2.QtWidgets.QMessageBox.standardButton": ('PySide2.QtWidgets.QAbstractButton',),
11274    "PySide2.QtWidgets.QMessageBox.standardButtons": (),
11275    "PySide2.QtWidgets.QMessageBox.standardIcon": ('PySide2.QtWidgets.QMessageBox.Icon',),
11276    "PySide2.QtWidgets.QMessageBox.text": (),
11277    "PySide2.QtWidgets.QMessageBox.textFormat": (),
11278    "PySide2.QtWidgets.QMessageBox.textInteractionFlags": (),
11279    "PySide2.QtWidgets.QMessageBox.warning": [('PySide2.QtWidgets.QWidget', 'str', 'str', 'PySide2.QtWidgets.QMessageBox.StandardButton', 'PySide2.QtWidgets.QMessageBox.StandardButton'), ('PySide2.QtWidgets.QWidget', 'str', 'str', 'PySide2.QtWidgets.QMessageBox.StandardButtons', 'PySide2.QtWidgets.QMessageBox.StandardButton')],
11280# class PySide2.QtWidgets.QMouseEventTransition:
11281    "PySide2.QtWidgets.QMouseEventTransition.__init__": [('PySide2.QtCore.QObject', 'PySide2.QtCore.QEvent.Type', 'PySide2.QtCore.Qt.MouseButton', 'PySide2.QtCore.QState'), ('PySide2.QtCore.QState',)],
11282    "PySide2.QtWidgets.QMouseEventTransition.button": (),
11283    "PySide2.QtWidgets.QMouseEventTransition.eventTest": ('PySide2.QtCore.QEvent',),
11284    "PySide2.QtWidgets.QMouseEventTransition.hitTestPath": (),
11285    "PySide2.QtWidgets.QMouseEventTransition.modifierMask": (),
11286    "PySide2.QtWidgets.QMouseEventTransition.onTransition": ('PySide2.QtCore.QEvent',),
11287    "PySide2.QtWidgets.QMouseEventTransition.setButton": ('PySide2.QtCore.Qt.MouseButton',),
11288    "PySide2.QtWidgets.QMouseEventTransition.setHitTestPath": ('PySide2.QtGui.QPainterPath',),
11289    "PySide2.QtWidgets.QMouseEventTransition.setModifierMask": ('PySide2.QtCore.Qt.KeyboardModifiers',),
11290# class PySide2.QtWidgets.QOpenGLWidget:
11291# class PySide2.QtWidgets.QOpenGLWidget.UpdateBehavior:
11292    "PySide2.QtWidgets.QOpenGLWidget.__init__": ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.WindowFlags'),
11293    "PySide2.QtWidgets.QOpenGLWidget.context": (),
11294    "PySide2.QtWidgets.QOpenGLWidget.defaultFramebufferObject": (),
11295    "PySide2.QtWidgets.QOpenGLWidget.doneCurrent": (),
11296    "PySide2.QtWidgets.QOpenGLWidget.event": ('PySide2.QtCore.QEvent',),
11297    "PySide2.QtWidgets.QOpenGLWidget.format": (),
11298    "PySide2.QtWidgets.QOpenGLWidget.grabFramebuffer": (),
11299    "PySide2.QtWidgets.QOpenGLWidget.initializeGL": (),
11300    "PySide2.QtWidgets.QOpenGLWidget.isValid": (),
11301    "PySide2.QtWidgets.QOpenGLWidget.makeCurrent": (),
11302    "PySide2.QtWidgets.QOpenGLWidget.metric": ('PySide2.QtGui.QPaintDevice.PaintDeviceMetric',),
11303    "PySide2.QtWidgets.QOpenGLWidget.paintEngine": (),
11304    "PySide2.QtWidgets.QOpenGLWidget.paintEvent": ('PySide2.QtGui.QPaintEvent',),
11305    "PySide2.QtWidgets.QOpenGLWidget.paintGL": (),
11306    "PySide2.QtWidgets.QOpenGLWidget.redirected": ('PySide2.QtCore.QPoint',),
11307    "PySide2.QtWidgets.QOpenGLWidget.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
11308    "PySide2.QtWidgets.QOpenGLWidget.resizeGL": ('int', 'int'),
11309    "PySide2.QtWidgets.QOpenGLWidget.setFormat": ('PySide2.QtGui.QSurfaceFormat',),
11310    "PySide2.QtWidgets.QOpenGLWidget.setTextureFormat": ('int',),
11311    "PySide2.QtWidgets.QOpenGLWidget.setUpdateBehavior": ('PySide2.QtWidgets.QOpenGLWidget.UpdateBehavior',),
11312    "PySide2.QtWidgets.QOpenGLWidget.textureFormat": (),
11313    "PySide2.QtWidgets.QOpenGLWidget.updateBehavior": (),
11314# class PySide2.QtWidgets.QPanGesture:
11315    "PySide2.QtWidgets.QPanGesture.__init__": ('PySide2.QtCore.QObject',),
11316    "PySide2.QtWidgets.QPanGesture.acceleration": (),
11317    "PySide2.QtWidgets.QPanGesture.delta": (),
11318    "PySide2.QtWidgets.QPanGesture.lastOffset": (),
11319    "PySide2.QtWidgets.QPanGesture.offset": (),
11320    "PySide2.QtWidgets.QPanGesture.setAcceleration": ('float',),
11321    "PySide2.QtWidgets.QPanGesture.setLastOffset": ('PySide2.QtCore.QPointF',),
11322    "PySide2.QtWidgets.QPanGesture.setOffset": ('PySide2.QtCore.QPointF',),
11323# class PySide2.QtWidgets.QPinchGesture:
11324# class PySide2.QtWidgets.QPinchGesture.ChangeFlag:
11325# class PySide2.QtWidgets.QPinchGesture.ChangeFlags:
11326    "PySide2.QtWidgets.QPinchGesture.__init__": ('PySide2.QtCore.QObject',),
11327    "PySide2.QtWidgets.QPinchGesture.centerPoint": (),
11328    "PySide2.QtWidgets.QPinchGesture.changeFlags": (),
11329    "PySide2.QtWidgets.QPinchGesture.lastCenterPoint": (),
11330    "PySide2.QtWidgets.QPinchGesture.lastRotationAngle": (),
11331    "PySide2.QtWidgets.QPinchGesture.lastScaleFactor": (),
11332    "PySide2.QtWidgets.QPinchGesture.rotationAngle": (),
11333    "PySide2.QtWidgets.QPinchGesture.scaleFactor": (),
11334    "PySide2.QtWidgets.QPinchGesture.setCenterPoint": ('PySide2.QtCore.QPointF',),
11335    "PySide2.QtWidgets.QPinchGesture.setChangeFlags": ('PySide2.QtWidgets.QPinchGesture.ChangeFlags',),
11336    "PySide2.QtWidgets.QPinchGesture.setLastCenterPoint": ('PySide2.QtCore.QPointF',),
11337    "PySide2.QtWidgets.QPinchGesture.setLastRotationAngle": ('float',),
11338    "PySide2.QtWidgets.QPinchGesture.setLastScaleFactor": ('float',),
11339    "PySide2.QtWidgets.QPinchGesture.setRotationAngle": ('float',),
11340    "PySide2.QtWidgets.QPinchGesture.setScaleFactor": ('float',),
11341    "PySide2.QtWidgets.QPinchGesture.setStartCenterPoint": ('PySide2.QtCore.QPointF',),
11342    "PySide2.QtWidgets.QPinchGesture.setTotalChangeFlags": ('PySide2.QtWidgets.QPinchGesture.ChangeFlags',),
11343    "PySide2.QtWidgets.QPinchGesture.setTotalRotationAngle": ('float',),
11344    "PySide2.QtWidgets.QPinchGesture.setTotalScaleFactor": ('float',),
11345    "PySide2.QtWidgets.QPinchGesture.startCenterPoint": (),
11346    "PySide2.QtWidgets.QPinchGesture.totalChangeFlags": (),
11347    "PySide2.QtWidgets.QPinchGesture.totalRotationAngle": (),
11348    "PySide2.QtWidgets.QPinchGesture.totalScaleFactor": (),
11349# class PySide2.QtWidgets.QPlainTextDocumentLayout:
11350    "PySide2.QtWidgets.QPlainTextDocumentLayout.__init__": ('PySide2.QtGui.QTextDocument',),
11351    "PySide2.QtWidgets.QPlainTextDocumentLayout.blockBoundingRect": ('PySide2.QtGui.QTextBlock',),
11352    "PySide2.QtWidgets.QPlainTextDocumentLayout.cursorWidth": (),
11353    "PySide2.QtWidgets.QPlainTextDocumentLayout.documentChanged": ('int', 'int', 'int'),
11354    "PySide2.QtWidgets.QPlainTextDocumentLayout.documentSize": (),
11355    "PySide2.QtWidgets.QPlainTextDocumentLayout.draw": ('PySide2.QtGui.QPainter', 'PySide2.QtGui.QAbstractTextDocumentLayout.PaintContext'),
11356    "PySide2.QtWidgets.QPlainTextDocumentLayout.ensureBlockLayout": ('PySide2.QtGui.QTextBlock',),
11357    "PySide2.QtWidgets.QPlainTextDocumentLayout.frameBoundingRect": ('PySide2.QtGui.QTextFrame',),
11358    "PySide2.QtWidgets.QPlainTextDocumentLayout.hitTest": ('PySide2.QtCore.QPointF', 'PySide2.QtCore.Qt.HitTestAccuracy'),
11359    "PySide2.QtWidgets.QPlainTextDocumentLayout.pageCount": (),
11360    "PySide2.QtWidgets.QPlainTextDocumentLayout.requestUpdate": (),
11361    "PySide2.QtWidgets.QPlainTextDocumentLayout.setCursorWidth": ('int',),
11362# class PySide2.QtWidgets.QPlainTextEdit:
11363# class PySide2.QtWidgets.QPlainTextEdit.LineWrapMode:
11364    "PySide2.QtWidgets.QPlainTextEdit.__init__": [('PySide2.QtWidgets.QWidget',), ('str', 'PySide2.QtWidgets.QWidget')],
11365    "PySide2.QtWidgets.QPlainTextEdit.anchorAt": ('PySide2.QtCore.QPoint',),
11366    "PySide2.QtWidgets.QPlainTextEdit.appendHtml": ('str',),
11367    "PySide2.QtWidgets.QPlainTextEdit.appendPlainText": ('str',),
11368    "PySide2.QtWidgets.QPlainTextEdit.backgroundVisible": (),
11369    "PySide2.QtWidgets.QPlainTextEdit.blockBoundingGeometry": ('PySide2.QtGui.QTextBlock',),
11370    "PySide2.QtWidgets.QPlainTextEdit.blockBoundingRect": ('PySide2.QtGui.QTextBlock',),
11371    "PySide2.QtWidgets.QPlainTextEdit.blockCount": (),
11372    "PySide2.QtWidgets.QPlainTextEdit.canInsertFromMimeData": ('PySide2.QtCore.QMimeData',),
11373    "PySide2.QtWidgets.QPlainTextEdit.canPaste": (),
11374    "PySide2.QtWidgets.QPlainTextEdit.centerCursor": (),
11375    "PySide2.QtWidgets.QPlainTextEdit.centerOnScroll": (),
11376    "PySide2.QtWidgets.QPlainTextEdit.changeEvent": ('PySide2.QtCore.QEvent',),
11377    "PySide2.QtWidgets.QPlainTextEdit.clear": (),
11378    "PySide2.QtWidgets.QPlainTextEdit.contentOffset": (),
11379    "PySide2.QtWidgets.QPlainTextEdit.contextMenuEvent": ('PySide2.QtGui.QContextMenuEvent',),
11380    "PySide2.QtWidgets.QPlainTextEdit.copy": (),
11381    "PySide2.QtWidgets.QPlainTextEdit.createMimeDataFromSelection": (),
11382    "PySide2.QtWidgets.QPlainTextEdit.createStandardContextMenu": [(), ('PySide2.QtCore.QPoint',)],
11383    "PySide2.QtWidgets.QPlainTextEdit.currentCharFormat": (),
11384    "PySide2.QtWidgets.QPlainTextEdit.cursorForPosition": ('PySide2.QtCore.QPoint',),
11385    "PySide2.QtWidgets.QPlainTextEdit.cursorRect": [(), ('PySide2.QtGui.QTextCursor',)],
11386    "PySide2.QtWidgets.QPlainTextEdit.cursorWidth": (),
11387    "PySide2.QtWidgets.QPlainTextEdit.cut": (),
11388    "PySide2.QtWidgets.QPlainTextEdit.doSetTextCursor": ('PySide2.QtGui.QTextCursor',),
11389    "PySide2.QtWidgets.QPlainTextEdit.document": (),
11390    "PySide2.QtWidgets.QPlainTextEdit.documentTitle": (),
11391    "PySide2.QtWidgets.QPlainTextEdit.dragEnterEvent": ('PySide2.QtGui.QDragEnterEvent',),
11392    "PySide2.QtWidgets.QPlainTextEdit.dragLeaveEvent": ('PySide2.QtGui.QDragLeaveEvent',),
11393    "PySide2.QtWidgets.QPlainTextEdit.dragMoveEvent": ('PySide2.QtGui.QDragMoveEvent',),
11394    "PySide2.QtWidgets.QPlainTextEdit.dropEvent": ('PySide2.QtGui.QDropEvent',),
11395    "PySide2.QtWidgets.QPlainTextEdit.ensureCursorVisible": (),
11396    "PySide2.QtWidgets.QPlainTextEdit.event": ('PySide2.QtCore.QEvent',),
11397    "PySide2.QtWidgets.QPlainTextEdit.extraSelections": (),
11398    "PySide2.QtWidgets.QPlainTextEdit.find": [('PySide2.QtCore.QRegExp', 'PySide2.QtGui.QTextDocument.FindFlags'), ('PySide2.QtCore.QRegularExpression', 'PySide2.QtGui.QTextDocument.FindFlags'), ('str', 'PySide2.QtGui.QTextDocument.FindFlags')],
11399    "PySide2.QtWidgets.QPlainTextEdit.firstVisibleBlock": (),
11400    "PySide2.QtWidgets.QPlainTextEdit.focusInEvent": ('PySide2.QtGui.QFocusEvent',),
11401    "PySide2.QtWidgets.QPlainTextEdit.focusNextPrevChild": ('bool',),
11402    "PySide2.QtWidgets.QPlainTextEdit.focusOutEvent": ('PySide2.QtGui.QFocusEvent',),
11403    "PySide2.QtWidgets.QPlainTextEdit.getPaintContext": (),
11404    "PySide2.QtWidgets.QPlainTextEdit.inputMethodEvent": ('PySide2.QtGui.QInputMethodEvent',),
11405    "PySide2.QtWidgets.QPlainTextEdit.inputMethodQuery": [('PySide2.QtCore.Qt.InputMethodQuery',), ('PySide2.QtCore.Qt.InputMethodQuery', 'typing.Any')],
11406    "PySide2.QtWidgets.QPlainTextEdit.insertFromMimeData": ('PySide2.QtCore.QMimeData',),
11407    "PySide2.QtWidgets.QPlainTextEdit.insertPlainText": ('str',),
11408    "PySide2.QtWidgets.QPlainTextEdit.isReadOnly": (),
11409    "PySide2.QtWidgets.QPlainTextEdit.isUndoRedoEnabled": (),
11410    "PySide2.QtWidgets.QPlainTextEdit.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
11411    "PySide2.QtWidgets.QPlainTextEdit.keyReleaseEvent": ('PySide2.QtGui.QKeyEvent',),
11412    "PySide2.QtWidgets.QPlainTextEdit.lineWrapMode": (),
11413    "PySide2.QtWidgets.QPlainTextEdit.loadResource": ('int', 'PySide2.QtCore.QUrl'),
11414    "PySide2.QtWidgets.QPlainTextEdit.maximumBlockCount": (),
11415    "PySide2.QtWidgets.QPlainTextEdit.mergeCurrentCharFormat": ('PySide2.QtGui.QTextCharFormat',),
11416    "PySide2.QtWidgets.QPlainTextEdit.mouseDoubleClickEvent": ('PySide2.QtGui.QMouseEvent',),
11417    "PySide2.QtWidgets.QPlainTextEdit.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
11418    "PySide2.QtWidgets.QPlainTextEdit.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
11419    "PySide2.QtWidgets.QPlainTextEdit.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
11420    "PySide2.QtWidgets.QPlainTextEdit.moveCursor": ('PySide2.QtGui.QTextCursor.MoveOperation', 'PySide2.QtGui.QTextCursor.MoveMode'),
11421    "PySide2.QtWidgets.QPlainTextEdit.overwriteMode": (),
11422    "PySide2.QtWidgets.QPlainTextEdit.paintEvent": ('PySide2.QtGui.QPaintEvent',),
11423    "PySide2.QtWidgets.QPlainTextEdit.paste": (),
11424    "PySide2.QtWidgets.QPlainTextEdit.placeholderText": (),
11425    "PySide2.QtWidgets.QPlainTextEdit.print_": ('PySide2.QtGui.QPagedPaintDevice',),
11426    "PySide2.QtWidgets.QPlainTextEdit.redo": (),
11427    "PySide2.QtWidgets.QPlainTextEdit.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
11428    "PySide2.QtWidgets.QPlainTextEdit.scrollContentsBy": ('int', 'int'),
11429    "PySide2.QtWidgets.QPlainTextEdit.selectAll": (),
11430    "PySide2.QtWidgets.QPlainTextEdit.setBackgroundVisible": ('bool',),
11431    "PySide2.QtWidgets.QPlainTextEdit.setCenterOnScroll": ('bool',),
11432    "PySide2.QtWidgets.QPlainTextEdit.setCurrentCharFormat": ('PySide2.QtGui.QTextCharFormat',),
11433    "PySide2.QtWidgets.QPlainTextEdit.setCursorWidth": ('int',),
11434    "PySide2.QtWidgets.QPlainTextEdit.setDocument": ('PySide2.QtGui.QTextDocument',),
11435    "PySide2.QtWidgets.QPlainTextEdit.setDocumentTitle": ('str',),
11436    "PySide2.QtWidgets.QPlainTextEdit.setExtraSelections": ('typing.Sequence[PySide2.QtWidgets.QTextEdit.ExtraSelection]',),
11437    "PySide2.QtWidgets.QPlainTextEdit.setLineWrapMode": ('PySide2.QtWidgets.QPlainTextEdit.LineWrapMode',),
11438    "PySide2.QtWidgets.QPlainTextEdit.setMaximumBlockCount": ('int',),
11439    "PySide2.QtWidgets.QPlainTextEdit.setOverwriteMode": ('bool',),
11440    "PySide2.QtWidgets.QPlainTextEdit.setPlaceholderText": ('str',),
11441    "PySide2.QtWidgets.QPlainTextEdit.setPlainText": ('str',),
11442    "PySide2.QtWidgets.QPlainTextEdit.setReadOnly": ('bool',),
11443    "PySide2.QtWidgets.QPlainTextEdit.setTabChangesFocus": ('bool',),
11444    "PySide2.QtWidgets.QPlainTextEdit.setTabStopDistance": ('float',),
11445    "PySide2.QtWidgets.QPlainTextEdit.setTabStopWidth": ('int',),
11446    "PySide2.QtWidgets.QPlainTextEdit.setTextCursor": ('PySide2.QtGui.QTextCursor',),
11447    "PySide2.QtWidgets.QPlainTextEdit.setTextInteractionFlags": ('PySide2.QtCore.Qt.TextInteractionFlags',),
11448    "PySide2.QtWidgets.QPlainTextEdit.setUndoRedoEnabled": ('bool',),
11449    "PySide2.QtWidgets.QPlainTextEdit.setWordWrapMode": ('PySide2.QtGui.QTextOption.WrapMode',),
11450    "PySide2.QtWidgets.QPlainTextEdit.showEvent": ('PySide2.QtGui.QShowEvent',),
11451    "PySide2.QtWidgets.QPlainTextEdit.tabChangesFocus": (),
11452    "PySide2.QtWidgets.QPlainTextEdit.tabStopDistance": (),
11453    "PySide2.QtWidgets.QPlainTextEdit.tabStopWidth": (),
11454    "PySide2.QtWidgets.QPlainTextEdit.textCursor": (),
11455    "PySide2.QtWidgets.QPlainTextEdit.textInteractionFlags": (),
11456    "PySide2.QtWidgets.QPlainTextEdit.timerEvent": ('PySide2.QtCore.QTimerEvent',),
11457    "PySide2.QtWidgets.QPlainTextEdit.toPlainText": (),
11458    "PySide2.QtWidgets.QPlainTextEdit.undo": (),
11459    "PySide2.QtWidgets.QPlainTextEdit.wheelEvent": ('PySide2.QtGui.QWheelEvent',),
11460    "PySide2.QtWidgets.QPlainTextEdit.wordWrapMode": (),
11461    "PySide2.QtWidgets.QPlainTextEdit.zoomIn": ('int',),
11462    "PySide2.QtWidgets.QPlainTextEdit.zoomInF": ('float',),
11463    "PySide2.QtWidgets.QPlainTextEdit.zoomOut": ('int',),
11464# class PySide2.QtWidgets.QProgressBar:
11465# class PySide2.QtWidgets.QProgressBar.Direction:
11466    "PySide2.QtWidgets.QProgressBar.__init__": ('PySide2.QtWidgets.QWidget',),
11467    "PySide2.QtWidgets.QProgressBar.alignment": (),
11468    "PySide2.QtWidgets.QProgressBar.event": ('PySide2.QtCore.QEvent',),
11469    "PySide2.QtWidgets.QProgressBar.format": (),
11470    "PySide2.QtWidgets.QProgressBar.initStyleOption": ('PySide2.QtWidgets.QStyleOptionProgressBar',),
11471    "PySide2.QtWidgets.QProgressBar.invertedAppearance": (),
11472    "PySide2.QtWidgets.QProgressBar.isTextVisible": (),
11473    "PySide2.QtWidgets.QProgressBar.maximum": (),
11474    "PySide2.QtWidgets.QProgressBar.minimum": (),
11475    "PySide2.QtWidgets.QProgressBar.minimumSizeHint": (),
11476    "PySide2.QtWidgets.QProgressBar.orientation": (),
11477    "PySide2.QtWidgets.QProgressBar.paintEvent": ('PySide2.QtGui.QPaintEvent',),
11478    "PySide2.QtWidgets.QProgressBar.reset": (),
11479    "PySide2.QtWidgets.QProgressBar.resetFormat": (),
11480    "PySide2.QtWidgets.QProgressBar.setAlignment": ('PySide2.QtCore.Qt.Alignment',),
11481    "PySide2.QtWidgets.QProgressBar.setFormat": ('str',),
11482    "PySide2.QtWidgets.QProgressBar.setInvertedAppearance": ('bool',),
11483    "PySide2.QtWidgets.QProgressBar.setMaximum": ('int',),
11484    "PySide2.QtWidgets.QProgressBar.setMinimum": ('int',),
11485    "PySide2.QtWidgets.QProgressBar.setOrientation": ('PySide2.QtCore.Qt.Orientation',),
11486    "PySide2.QtWidgets.QProgressBar.setRange": ('int', 'int'),
11487    "PySide2.QtWidgets.QProgressBar.setTextDirection": ('PySide2.QtWidgets.QProgressBar.Direction',),
11488    "PySide2.QtWidgets.QProgressBar.setTextVisible": ('bool',),
11489    "PySide2.QtWidgets.QProgressBar.setValue": ('int',),
11490    "PySide2.QtWidgets.QProgressBar.sizeHint": (),
11491    "PySide2.QtWidgets.QProgressBar.text": (),
11492    "PySide2.QtWidgets.QProgressBar.textDirection": (),
11493    "PySide2.QtWidgets.QProgressBar.value": (),
11494# class PySide2.QtWidgets.QProgressDialog:
11495    "PySide2.QtWidgets.QProgressDialog.__init__": [('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.WindowFlags'), ('str', 'str', 'int', 'int', 'PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.WindowFlags')],
11496    "PySide2.QtWidgets.QProgressDialog.autoClose": (),
11497    "PySide2.QtWidgets.QProgressDialog.autoReset": (),
11498    "PySide2.QtWidgets.QProgressDialog.cancel": (),
11499    "PySide2.QtWidgets.QProgressDialog.changeEvent": ('PySide2.QtCore.QEvent',),
11500    "PySide2.QtWidgets.QProgressDialog.closeEvent": ('PySide2.QtGui.QCloseEvent',),
11501    "PySide2.QtWidgets.QProgressDialog.forceShow": (),
11502    "PySide2.QtWidgets.QProgressDialog.labelText": (),
11503    "PySide2.QtWidgets.QProgressDialog.maximum": (),
11504    "PySide2.QtWidgets.QProgressDialog.minimum": (),
11505    "PySide2.QtWidgets.QProgressDialog.minimumDuration": (),
11506    "PySide2.QtWidgets.QProgressDialog.open": [(), ('PySide2.QtCore.QObject', 'str')],
11507    "PySide2.QtWidgets.QProgressDialog.reset": (),
11508    "PySide2.QtWidgets.QProgressDialog.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
11509    "PySide2.QtWidgets.QProgressDialog.setAutoClose": ('bool',),
11510    "PySide2.QtWidgets.QProgressDialog.setAutoReset": ('bool',),
11511    "PySide2.QtWidgets.QProgressDialog.setBar": ('PySide2.QtWidgets.QProgressBar',),
11512    "PySide2.QtWidgets.QProgressDialog.setCancelButton": ('PySide2.QtWidgets.QPushButton',),
11513    "PySide2.QtWidgets.QProgressDialog.setCancelButtonText": ('str',),
11514    "PySide2.QtWidgets.QProgressDialog.setLabel": ('PySide2.QtWidgets.QLabel',),
11515    "PySide2.QtWidgets.QProgressDialog.setLabelText": ('str',),
11516    "PySide2.QtWidgets.QProgressDialog.setMaximum": ('int',),
11517    "PySide2.QtWidgets.QProgressDialog.setMinimum": ('int',),
11518    "PySide2.QtWidgets.QProgressDialog.setMinimumDuration": ('int',),
11519    "PySide2.QtWidgets.QProgressDialog.setRange": ('int', 'int'),
11520    "PySide2.QtWidgets.QProgressDialog.setValue": ('int',),
11521    "PySide2.QtWidgets.QProgressDialog.showEvent": ('PySide2.QtGui.QShowEvent',),
11522    "PySide2.QtWidgets.QProgressDialog.sizeHint": (),
11523    "PySide2.QtWidgets.QProgressDialog.value": (),
11524    "PySide2.QtWidgets.QProgressDialog.wasCanceled": (),
11525# class PySide2.QtWidgets.QProxyStyle:
11526    "PySide2.QtWidgets.QProxyStyle.__init__": [('PySide2.QtWidgets.QStyle',), ('str',)],
11527    "PySide2.QtWidgets.QProxyStyle.baseStyle": (),
11528    "PySide2.QtWidgets.QProxyStyle.drawComplexControl": ('PySide2.QtWidgets.QStyle.ComplexControl', 'PySide2.QtWidgets.QStyleOptionComplex', 'PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QWidget'),
11529    "PySide2.QtWidgets.QProxyStyle.drawControl": ('PySide2.QtWidgets.QStyle.ControlElement', 'PySide2.QtWidgets.QStyleOption', 'PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QWidget'),
11530    "PySide2.QtWidgets.QProxyStyle.drawItemPixmap": ('PySide2.QtGui.QPainter', 'PySide2.QtCore.QRect', 'int', 'PySide2.QtGui.QPixmap'),
11531    "PySide2.QtWidgets.QProxyStyle.drawItemText": ('PySide2.QtGui.QPainter', 'PySide2.QtCore.QRect', 'int', 'PySide2.QtGui.QPalette', 'bool', 'str', 'PySide2.QtGui.QPalette.ColorRole'),
11532    "PySide2.QtWidgets.QProxyStyle.drawPrimitive": ('PySide2.QtWidgets.QStyle.PrimitiveElement', 'PySide2.QtWidgets.QStyleOption', 'PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QWidget'),
11533    "PySide2.QtWidgets.QProxyStyle.event": ('PySide2.QtCore.QEvent',),
11534    "PySide2.QtWidgets.QProxyStyle.generatedIconPixmap": ('PySide2.QtGui.QIcon.Mode', 'PySide2.QtGui.QPixmap', 'PySide2.QtWidgets.QStyleOption'),
11535    "PySide2.QtWidgets.QProxyStyle.hitTestComplexControl": ('PySide2.QtWidgets.QStyle.ComplexControl', 'PySide2.QtWidgets.QStyleOptionComplex', 'PySide2.QtCore.QPoint', 'PySide2.QtWidgets.QWidget'),
11536    "PySide2.QtWidgets.QProxyStyle.itemPixmapRect": ('PySide2.QtCore.QRect', 'int', 'PySide2.QtGui.QPixmap'),
11537    "PySide2.QtWidgets.QProxyStyle.itemTextRect": ('PySide2.QtGui.QFontMetrics', 'PySide2.QtCore.QRect', 'int', 'bool', 'str'),
11538    "PySide2.QtWidgets.QProxyStyle.layoutSpacing": ('PySide2.QtWidgets.QSizePolicy.ControlType', 'PySide2.QtWidgets.QSizePolicy.ControlType', 'PySide2.QtCore.Qt.Orientation', 'PySide2.QtWidgets.QStyleOption', 'PySide2.QtWidgets.QWidget'),
11539    "PySide2.QtWidgets.QProxyStyle.pixelMetric": ('PySide2.QtWidgets.QStyle.PixelMetric', 'PySide2.QtWidgets.QStyleOption', 'PySide2.QtWidgets.QWidget'),
11540    "PySide2.QtWidgets.QProxyStyle.polish": [('PySide2.QtGui.QPalette',), ('PySide2.QtWidgets.QApplication',), ('PySide2.QtWidgets.QWidget',)],
11541    "PySide2.QtWidgets.QProxyStyle.setBaseStyle": ('PySide2.QtWidgets.QStyle',),
11542    "PySide2.QtWidgets.QProxyStyle.sizeFromContents": ('PySide2.QtWidgets.QStyle.ContentsType', 'PySide2.QtWidgets.QStyleOption', 'PySide2.QtCore.QSize', 'PySide2.QtWidgets.QWidget'),
11543    "PySide2.QtWidgets.QProxyStyle.standardIcon": ('PySide2.QtWidgets.QStyle.StandardPixmap', 'PySide2.QtWidgets.QStyleOption', 'PySide2.QtWidgets.QWidget'),
11544    "PySide2.QtWidgets.QProxyStyle.standardPalette": (),
11545    "PySide2.QtWidgets.QProxyStyle.standardPixmap": ('PySide2.QtWidgets.QStyle.StandardPixmap', 'PySide2.QtWidgets.QStyleOption', 'PySide2.QtWidgets.QWidget'),
11546    "PySide2.QtWidgets.QProxyStyle.styleHint": ('PySide2.QtWidgets.QStyle.StyleHint', 'PySide2.QtWidgets.QStyleOption', 'PySide2.QtWidgets.QWidget', 'PySide2.QtWidgets.QStyleHintReturn'),
11547    "PySide2.QtWidgets.QProxyStyle.subControlRect": ('PySide2.QtWidgets.QStyle.ComplexControl', 'PySide2.QtWidgets.QStyleOptionComplex', 'PySide2.QtWidgets.QStyle.SubControl', 'PySide2.QtWidgets.QWidget'),
11548    "PySide2.QtWidgets.QProxyStyle.subElementRect": ('PySide2.QtWidgets.QStyle.SubElement', 'PySide2.QtWidgets.QStyleOption', 'PySide2.QtWidgets.QWidget'),
11549    "PySide2.QtWidgets.QProxyStyle.unpolish": [('PySide2.QtWidgets.QApplication',), ('PySide2.QtWidgets.QWidget',)],
11550# class PySide2.QtWidgets.QPushButton:
11551    "PySide2.QtWidgets.QPushButton.__init__": [('PySide2.QtGui.QIcon', 'str', 'PySide2.QtWidgets.QWidget'), ('PySide2.QtWidgets.QWidget',), ('str', 'PySide2.QtWidgets.QWidget')],
11552    "PySide2.QtWidgets.QPushButton.autoDefault": (),
11553    "PySide2.QtWidgets.QPushButton.event": ('PySide2.QtCore.QEvent',),
11554    "PySide2.QtWidgets.QPushButton.focusInEvent": ('PySide2.QtGui.QFocusEvent',),
11555    "PySide2.QtWidgets.QPushButton.focusOutEvent": ('PySide2.QtGui.QFocusEvent',),
11556    "PySide2.QtWidgets.QPushButton.initStyleOption": ('PySide2.QtWidgets.QStyleOptionButton',),
11557    "PySide2.QtWidgets.QPushButton.isDefault": (),
11558    "PySide2.QtWidgets.QPushButton.isFlat": (),
11559    "PySide2.QtWidgets.QPushButton.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
11560    "PySide2.QtWidgets.QPushButton.menu": (),
11561    "PySide2.QtWidgets.QPushButton.minimumSizeHint": (),
11562    "PySide2.QtWidgets.QPushButton.paintEvent": ('PySide2.QtGui.QPaintEvent',),
11563    "PySide2.QtWidgets.QPushButton.setAutoDefault": ('bool',),
11564    "PySide2.QtWidgets.QPushButton.setDefault": ('bool',),
11565    "PySide2.QtWidgets.QPushButton.setFlat": ('bool',),
11566    "PySide2.QtWidgets.QPushButton.setMenu": ('PySide2.QtWidgets.QMenu',),
11567    "PySide2.QtWidgets.QPushButton.showMenu": (),
11568    "PySide2.QtWidgets.QPushButton.sizeHint": (),
11569# class PySide2.QtWidgets.QRadioButton:
11570    "PySide2.QtWidgets.QRadioButton.__init__": [('PySide2.QtWidgets.QWidget',), ('str', 'PySide2.QtWidgets.QWidget')],
11571    "PySide2.QtWidgets.QRadioButton.event": ('PySide2.QtCore.QEvent',),
11572    "PySide2.QtWidgets.QRadioButton.hitButton": ('PySide2.QtCore.QPoint',),
11573    "PySide2.QtWidgets.QRadioButton.initStyleOption": ('PySide2.QtWidgets.QStyleOptionButton',),
11574    "PySide2.QtWidgets.QRadioButton.minimumSizeHint": (),
11575    "PySide2.QtWidgets.QRadioButton.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
11576    "PySide2.QtWidgets.QRadioButton.paintEvent": ('PySide2.QtGui.QPaintEvent',),
11577    "PySide2.QtWidgets.QRadioButton.sizeHint": (),
11578# class PySide2.QtWidgets.QRubberBand:
11579# class PySide2.QtWidgets.QRubberBand.Shape:
11580    "PySide2.QtWidgets.QRubberBand.__init__": ('PySide2.QtWidgets.QRubberBand.Shape', 'PySide2.QtWidgets.QWidget'),
11581    "PySide2.QtWidgets.QRubberBand.changeEvent": ('PySide2.QtCore.QEvent',),
11582    "PySide2.QtWidgets.QRubberBand.event": ('PySide2.QtCore.QEvent',),
11583    "PySide2.QtWidgets.QRubberBand.initStyleOption": ('PySide2.QtWidgets.QStyleOptionRubberBand',),
11584    "PySide2.QtWidgets.QRubberBand.move": [('PySide2.QtCore.QPoint',), ('int', 'int')],
11585    "PySide2.QtWidgets.QRubberBand.moveEvent": ('PySide2.QtGui.QMoveEvent',),
11586    "PySide2.QtWidgets.QRubberBand.paintEvent": ('PySide2.QtGui.QPaintEvent',),
11587    "PySide2.QtWidgets.QRubberBand.resize": [('PySide2.QtCore.QSize',), ('int', 'int')],
11588    "PySide2.QtWidgets.QRubberBand.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
11589    "PySide2.QtWidgets.QRubberBand.setGeometry": [('PySide2.QtCore.QRect',), ('int', 'int', 'int', 'int')],
11590    "PySide2.QtWidgets.QRubberBand.shape": (),
11591    "PySide2.QtWidgets.QRubberBand.showEvent": ('PySide2.QtGui.QShowEvent',),
11592# class PySide2.QtWidgets.QScrollArea:
11593    "PySide2.QtWidgets.QScrollArea.__init__": ('PySide2.QtWidgets.QWidget',),
11594    "PySide2.QtWidgets.QScrollArea.alignment": (),
11595    "PySide2.QtWidgets.QScrollArea.ensureVisible": ('int', 'int', 'int', 'int'),
11596    "PySide2.QtWidgets.QScrollArea.ensureWidgetVisible": ('PySide2.QtWidgets.QWidget', 'int', 'int'),
11597    "PySide2.QtWidgets.QScrollArea.event": ('PySide2.QtCore.QEvent',),
11598    "PySide2.QtWidgets.QScrollArea.eventFilter": ('PySide2.QtCore.QObject', 'PySide2.QtCore.QEvent'),
11599    "PySide2.QtWidgets.QScrollArea.focusNextPrevChild": ('bool',),
11600    "PySide2.QtWidgets.QScrollArea.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
11601    "PySide2.QtWidgets.QScrollArea.scrollContentsBy": ('int', 'int'),
11602    "PySide2.QtWidgets.QScrollArea.setAlignment": ('PySide2.QtCore.Qt.Alignment',),
11603    "PySide2.QtWidgets.QScrollArea.setWidget": ('PySide2.QtWidgets.QWidget',),
11604    "PySide2.QtWidgets.QScrollArea.setWidgetResizable": ('bool',),
11605    "PySide2.QtWidgets.QScrollArea.sizeHint": (),
11606    "PySide2.QtWidgets.QScrollArea.takeWidget": (),
11607    "PySide2.QtWidgets.QScrollArea.viewportSizeHint": (),
11608    "PySide2.QtWidgets.QScrollArea.widget": (),
11609    "PySide2.QtWidgets.QScrollArea.widgetResizable": (),
11610# class PySide2.QtWidgets.QScrollBar:
11611    "PySide2.QtWidgets.QScrollBar.__init__": [('PySide2.QtCore.Qt.Orientation', 'PySide2.QtWidgets.QWidget'), ('PySide2.QtWidgets.QWidget',)],
11612    "PySide2.QtWidgets.QScrollBar.contextMenuEvent": ('PySide2.QtGui.QContextMenuEvent',),
11613    "PySide2.QtWidgets.QScrollBar.event": ('PySide2.QtCore.QEvent',),
11614    "PySide2.QtWidgets.QScrollBar.hideEvent": ('PySide2.QtGui.QHideEvent',),
11615    "PySide2.QtWidgets.QScrollBar.initStyleOption": ('PySide2.QtWidgets.QStyleOptionSlider',),
11616    "PySide2.QtWidgets.QScrollBar.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
11617    "PySide2.QtWidgets.QScrollBar.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
11618    "PySide2.QtWidgets.QScrollBar.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
11619    "PySide2.QtWidgets.QScrollBar.paintEvent": ('PySide2.QtGui.QPaintEvent',),
11620    "PySide2.QtWidgets.QScrollBar.sizeHint": (),
11621    "PySide2.QtWidgets.QScrollBar.sliderChange": ('PySide2.QtWidgets.QAbstractSlider.SliderChange',),
11622    "PySide2.QtWidgets.QScrollBar.wheelEvent": ('PySide2.QtGui.QWheelEvent',),
11623# class PySide2.QtWidgets.QScroller:
11624# class PySide2.QtWidgets.QScroller.Input:
11625# class PySide2.QtWidgets.QScroller.ScrollerGestureType:
11626# class PySide2.QtWidgets.QScroller.State:
11627    "PySide2.QtWidgets.QScroller.activeScrollers": (),
11628    "PySide2.QtWidgets.QScroller.ensureVisible": [('PySide2.QtCore.QRectF', 'float', 'float'), ('PySide2.QtCore.QRectF', 'float', 'float', 'int')],
11629    "PySide2.QtWidgets.QScroller.finalPosition": (),
11630    "PySide2.QtWidgets.QScroller.grabGesture": ('PySide2.QtCore.QObject', 'PySide2.QtWidgets.QScroller.ScrollerGestureType'),
11631    "PySide2.QtWidgets.QScroller.grabbedGesture": ('PySide2.QtCore.QObject',),
11632    "PySide2.QtWidgets.QScroller.handleInput": ('PySide2.QtWidgets.QScroller.Input', 'PySide2.QtCore.QPointF', 'int'),
11633    "PySide2.QtWidgets.QScroller.hasScroller": ('PySide2.QtCore.QObject',),
11634    "PySide2.QtWidgets.QScroller.pixelPerMeter": (),
11635    "PySide2.QtWidgets.QScroller.resendPrepareEvent": (),
11636    "PySide2.QtWidgets.QScroller.scrollTo": [('PySide2.QtCore.QPointF',), ('PySide2.QtCore.QPointF', 'int')],
11637    "PySide2.QtWidgets.QScroller.scroller": ('PySide2.QtCore.QObject',),
11638    "PySide2.QtWidgets.QScroller.scrollerProperties": (),
11639    "PySide2.QtWidgets.QScroller.setScrollerProperties": ('PySide2.QtWidgets.QScrollerProperties',),
11640    "PySide2.QtWidgets.QScroller.setSnapPositionsX": [('float', 'float'), ('typing.Sequence[float]',)],
11641    "PySide2.QtWidgets.QScroller.setSnapPositionsY": [('float', 'float'), ('typing.Sequence[float]',)],
11642    "PySide2.QtWidgets.QScroller.state": (),
11643    "PySide2.QtWidgets.QScroller.stop": (),
11644    "PySide2.QtWidgets.QScroller.target": (),
11645    "PySide2.QtWidgets.QScroller.ungrabGesture": ('PySide2.QtCore.QObject',),
11646    "PySide2.QtWidgets.QScroller.velocity": (),
11647# class PySide2.QtWidgets.QScrollerProperties:
11648# class PySide2.QtWidgets.QScrollerProperties.FrameRates:
11649# class PySide2.QtWidgets.QScrollerProperties.OvershootPolicy:
11650# class PySide2.QtWidgets.QScrollerProperties.ScrollMetric:
11651    "PySide2.QtWidgets.QScrollerProperties.__init__": [(), ('PySide2.QtWidgets.QScrollerProperties',)],
11652    "PySide2.QtWidgets.QScrollerProperties.__copy__": (),
11653    "PySide2.QtWidgets.QScrollerProperties.scrollMetric": ('PySide2.QtWidgets.QScrollerProperties.ScrollMetric',),
11654    "PySide2.QtWidgets.QScrollerProperties.setDefaultScrollerProperties": ('PySide2.QtWidgets.QScrollerProperties',),
11655    "PySide2.QtWidgets.QScrollerProperties.setScrollMetric": ('PySide2.QtWidgets.QScrollerProperties.ScrollMetric', 'typing.Any'),
11656    "PySide2.QtWidgets.QScrollerProperties.unsetDefaultScrollerProperties": (),
11657# class PySide2.QtWidgets.QShortcut:
11658    "PySide2.QtWidgets.QShortcut.__init__": [('PySide2.QtGui.QKeySequence', 'PySide2.QtWidgets.QWidget', 'str', 'str', 'PySide2.QtCore.Qt.ShortcutContext'), ('PySide2.QtGui.QKeySequence', 'PySide2.QtWidgets.QWidget', 'typing.Callable', 'PySide2.QtCore.Qt.ShortcutContext'), ('PySide2.QtWidgets.QWidget',)],
11659    "PySide2.QtWidgets.QShortcut.autoRepeat": (),
11660    "PySide2.QtWidgets.QShortcut.context": (),
11661    "PySide2.QtWidgets.QShortcut.event": ('PySide2.QtCore.QEvent',),
11662    "PySide2.QtWidgets.QShortcut.id": (),
11663    "PySide2.QtWidgets.QShortcut.isEnabled": (),
11664    "PySide2.QtWidgets.QShortcut.key": (),
11665    "PySide2.QtWidgets.QShortcut.parentWidget": (),
11666    "PySide2.QtWidgets.QShortcut.setAutoRepeat": ('bool',),
11667    "PySide2.QtWidgets.QShortcut.setContext": ('PySide2.QtCore.Qt.ShortcutContext',),
11668    "PySide2.QtWidgets.QShortcut.setEnabled": ('bool',),
11669    "PySide2.QtWidgets.QShortcut.setKey": ('PySide2.QtGui.QKeySequence',),
11670    "PySide2.QtWidgets.QShortcut.setWhatsThis": ('str',),
11671    "PySide2.QtWidgets.QShortcut.whatsThis": (),
11672# class PySide2.QtWidgets.QSizeGrip:
11673    "PySide2.QtWidgets.QSizeGrip.__init__": ('PySide2.QtWidgets.QWidget',),
11674    "PySide2.QtWidgets.QSizeGrip.event": ('PySide2.QtCore.QEvent',),
11675    "PySide2.QtWidgets.QSizeGrip.eventFilter": ('PySide2.QtCore.QObject', 'PySide2.QtCore.QEvent'),
11676    "PySide2.QtWidgets.QSizeGrip.hideEvent": ('PySide2.QtGui.QHideEvent',),
11677    "PySide2.QtWidgets.QSizeGrip.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
11678    "PySide2.QtWidgets.QSizeGrip.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
11679    "PySide2.QtWidgets.QSizeGrip.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
11680    "PySide2.QtWidgets.QSizeGrip.moveEvent": ('PySide2.QtGui.QMoveEvent',),
11681    "PySide2.QtWidgets.QSizeGrip.paintEvent": ('PySide2.QtGui.QPaintEvent',),
11682    "PySide2.QtWidgets.QSizeGrip.setVisible": ('bool',),
11683    "PySide2.QtWidgets.QSizeGrip.showEvent": ('PySide2.QtGui.QShowEvent',),
11684    "PySide2.QtWidgets.QSizeGrip.sizeHint": (),
11685# class PySide2.QtWidgets.QSizePolicy:
11686# class PySide2.QtWidgets.QSizePolicy.ControlType:
11687# class PySide2.QtWidgets.QSizePolicy.ControlTypes:
11688# class PySide2.QtWidgets.QSizePolicy.Policy:
11689# class PySide2.QtWidgets.QSizePolicy.PolicyFlag:
11690    "PySide2.QtWidgets.QSizePolicy.__init__": [(), ('PySide2.QtWidgets.QSizePolicy.Policy', 'PySide2.QtWidgets.QSizePolicy.Policy', 'PySide2.QtWidgets.QSizePolicy.ControlType')],
11691    "PySide2.QtWidgets.QSizePolicy.__copy__": (),
11692    "PySide2.QtWidgets.QSizePolicy.__lshift__": ('PySide2.QtCore.QDataStream',),
11693    "PySide2.QtWidgets.QSizePolicy.__rshift__": ('PySide2.QtCore.QDataStream',),
11694    "PySide2.QtWidgets.QSizePolicy.controlType": (),
11695    "PySide2.QtWidgets.QSizePolicy.expandingDirections": (),
11696    "PySide2.QtWidgets.QSizePolicy.hasHeightForWidth": (),
11697    "PySide2.QtWidgets.QSizePolicy.hasWidthForHeight": (),
11698    "PySide2.QtWidgets.QSizePolicy.horizontalPolicy": (),
11699    "PySide2.QtWidgets.QSizePolicy.horizontalStretch": (),
11700    "PySide2.QtWidgets.QSizePolicy.retainSizeWhenHidden": (),
11701    "PySide2.QtWidgets.QSizePolicy.setControlType": ('PySide2.QtWidgets.QSizePolicy.ControlType',),
11702    "PySide2.QtWidgets.QSizePolicy.setHeightForWidth": ('bool',),
11703    "PySide2.QtWidgets.QSizePolicy.setHorizontalPolicy": ('PySide2.QtWidgets.QSizePolicy.Policy',),
11704    "PySide2.QtWidgets.QSizePolicy.setHorizontalStretch": ('int',),
11705    "PySide2.QtWidgets.QSizePolicy.setRetainSizeWhenHidden": ('bool',),
11706    "PySide2.QtWidgets.QSizePolicy.setVerticalPolicy": ('PySide2.QtWidgets.QSizePolicy.Policy',),
11707    "PySide2.QtWidgets.QSizePolicy.setVerticalStretch": ('int',),
11708    "PySide2.QtWidgets.QSizePolicy.setWidthForHeight": ('bool',),
11709    "PySide2.QtWidgets.QSizePolicy.transpose": (),
11710    "PySide2.QtWidgets.QSizePolicy.transposed": (),
11711    "PySide2.QtWidgets.QSizePolicy.verticalPolicy": (),
11712    "PySide2.QtWidgets.QSizePolicy.verticalStretch": (),
11713# class PySide2.QtWidgets.QSlider:
11714# class PySide2.QtWidgets.QSlider.TickPosition:
11715    "PySide2.QtWidgets.QSlider.__init__": [('PySide2.QtCore.Qt.Orientation', 'PySide2.QtWidgets.QWidget'), ('PySide2.QtWidgets.QWidget',)],
11716    "PySide2.QtWidgets.QSlider.event": ('PySide2.QtCore.QEvent',),
11717    "PySide2.QtWidgets.QSlider.initStyleOption": ('PySide2.QtWidgets.QStyleOptionSlider',),
11718    "PySide2.QtWidgets.QSlider.minimumSizeHint": (),
11719    "PySide2.QtWidgets.QSlider.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
11720    "PySide2.QtWidgets.QSlider.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
11721    "PySide2.QtWidgets.QSlider.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
11722    "PySide2.QtWidgets.QSlider.paintEvent": ('PySide2.QtGui.QPaintEvent',),
11723    "PySide2.QtWidgets.QSlider.setTickInterval": ('int',),
11724    "PySide2.QtWidgets.QSlider.setTickPosition": ('PySide2.QtWidgets.QSlider.TickPosition',),
11725    "PySide2.QtWidgets.QSlider.sizeHint": (),
11726    "PySide2.QtWidgets.QSlider.tickInterval": (),
11727    "PySide2.QtWidgets.QSlider.tickPosition": (),
11728# class PySide2.QtWidgets.QSpacerItem:
11729    "PySide2.QtWidgets.QSpacerItem.__init__": ('int', 'int', 'PySide2.QtWidgets.QSizePolicy.Policy', 'PySide2.QtWidgets.QSizePolicy.Policy'),
11730    "PySide2.QtWidgets.QSpacerItem.changeSize": ('int', 'int', 'PySide2.QtWidgets.QSizePolicy.Policy', 'PySide2.QtWidgets.QSizePolicy.Policy'),
11731    "PySide2.QtWidgets.QSpacerItem.expandingDirections": (),
11732    "PySide2.QtWidgets.QSpacerItem.geometry": (),
11733    "PySide2.QtWidgets.QSpacerItem.isEmpty": (),
11734    "PySide2.QtWidgets.QSpacerItem.maximumSize": (),
11735    "PySide2.QtWidgets.QSpacerItem.minimumSize": (),
11736    "PySide2.QtWidgets.QSpacerItem.setGeometry": ('PySide2.QtCore.QRect',),
11737    "PySide2.QtWidgets.QSpacerItem.sizeHint": (),
11738    "PySide2.QtWidgets.QSpacerItem.sizePolicy": (),
11739    "PySide2.QtWidgets.QSpacerItem.spacerItem": (),
11740# class PySide2.QtWidgets.QSpinBox:
11741    "PySide2.QtWidgets.QSpinBox.__init__": ('PySide2.QtWidgets.QWidget',),
11742    "PySide2.QtWidgets.QSpinBox.cleanText": (),
11743    "PySide2.QtWidgets.QSpinBox.displayIntegerBase": (),
11744    "PySide2.QtWidgets.QSpinBox.event": ('PySide2.QtCore.QEvent',),
11745    "PySide2.QtWidgets.QSpinBox.fixup": ('str',),
11746    "PySide2.QtWidgets.QSpinBox.maximum": (),
11747    "PySide2.QtWidgets.QSpinBox.minimum": (),
11748    "PySide2.QtWidgets.QSpinBox.prefix": (),
11749    "PySide2.QtWidgets.QSpinBox.setDisplayIntegerBase": ('int',),
11750    "PySide2.QtWidgets.QSpinBox.setMaximum": ('int',),
11751    "PySide2.QtWidgets.QSpinBox.setMinimum": ('int',),
11752    "PySide2.QtWidgets.QSpinBox.setPrefix": ('str',),
11753    "PySide2.QtWidgets.QSpinBox.setRange": ('int', 'int'),
11754    "PySide2.QtWidgets.QSpinBox.setSingleStep": ('int',),
11755    "PySide2.QtWidgets.QSpinBox.setStepType": ('PySide2.QtWidgets.QAbstractSpinBox.StepType',),
11756    "PySide2.QtWidgets.QSpinBox.setSuffix": ('str',),
11757    "PySide2.QtWidgets.QSpinBox.setValue": ('int',),
11758    "PySide2.QtWidgets.QSpinBox.singleStep": (),
11759    "PySide2.QtWidgets.QSpinBox.stepType": (),
11760    "PySide2.QtWidgets.QSpinBox.suffix": (),
11761    "PySide2.QtWidgets.QSpinBox.textFromValue": ('int',),
11762    "PySide2.QtWidgets.QSpinBox.validate": ('str', 'int'),
11763    "PySide2.QtWidgets.QSpinBox.value": (),
11764    "PySide2.QtWidgets.QSpinBox.valueFromText": ('str',),
11765# class PySide2.QtWidgets.QSplashScreen:
11766    "PySide2.QtWidgets.QSplashScreen.__init__": [('PySide2.QtGui.QPixmap', 'PySide2.QtCore.Qt.WindowFlags'), ('PySide2.QtWidgets.QWidget', 'PySide2.QtGui.QPixmap', 'PySide2.QtCore.Qt.WindowFlags')],
11767    "PySide2.QtWidgets.QSplashScreen.clearMessage": (),
11768    "PySide2.QtWidgets.QSplashScreen.drawContents": ('PySide2.QtGui.QPainter',),
11769    "PySide2.QtWidgets.QSplashScreen.event": ('PySide2.QtCore.QEvent',),
11770    "PySide2.QtWidgets.QSplashScreen.finish": ('PySide2.QtWidgets.QWidget',),
11771    "PySide2.QtWidgets.QSplashScreen.message": (),
11772    "PySide2.QtWidgets.QSplashScreen.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
11773    "PySide2.QtWidgets.QSplashScreen.pixmap": (),
11774    "PySide2.QtWidgets.QSplashScreen.setPixmap": ('PySide2.QtGui.QPixmap',),
11775    "PySide2.QtWidgets.QSplashScreen.showMessage": ('str', 'int', 'PySide2.QtGui.QColor'),
11776# class PySide2.QtWidgets.QSplitter:
11777    "PySide2.QtWidgets.QSplitter.__init__": [('PySide2.QtCore.Qt.Orientation', 'PySide2.QtWidgets.QWidget'), ('PySide2.QtWidgets.QWidget',)],
11778    "PySide2.QtWidgets.QSplitter.__lshift__": ('PySide2.QtCore.QTextStream',),
11779    "PySide2.QtWidgets.QSplitter.__rshift__": ('PySide2.QtCore.QTextStream',),
11780    "PySide2.QtWidgets.QSplitter.addWidget": ('PySide2.QtWidgets.QWidget',),
11781    "PySide2.QtWidgets.QSplitter.changeEvent": ('PySide2.QtCore.QEvent',),
11782    "PySide2.QtWidgets.QSplitter.childEvent": ('PySide2.QtCore.QChildEvent',),
11783    "PySide2.QtWidgets.QSplitter.childrenCollapsible": (),
11784    "PySide2.QtWidgets.QSplitter.closestLegalPosition": ('int', 'int'),
11785    "PySide2.QtWidgets.QSplitter.count": (),
11786    "PySide2.QtWidgets.QSplitter.createHandle": (),
11787    "PySide2.QtWidgets.QSplitter.event": ('PySide2.QtCore.QEvent',),
11788    "PySide2.QtWidgets.QSplitter.getRange": ('int',),
11789    "PySide2.QtWidgets.QSplitter.handle": ('int',),
11790    "PySide2.QtWidgets.QSplitter.handleWidth": (),
11791    "PySide2.QtWidgets.QSplitter.indexOf": ('PySide2.QtWidgets.QWidget',),
11792    "PySide2.QtWidgets.QSplitter.insertWidget": ('int', 'PySide2.QtWidgets.QWidget'),
11793    "PySide2.QtWidgets.QSplitter.isCollapsible": ('int',),
11794    "PySide2.QtWidgets.QSplitter.minimumSizeHint": (),
11795    "PySide2.QtWidgets.QSplitter.moveSplitter": ('int', 'int'),
11796    "PySide2.QtWidgets.QSplitter.opaqueResize": (),
11797    "PySide2.QtWidgets.QSplitter.orientation": (),
11798    "PySide2.QtWidgets.QSplitter.refresh": (),
11799    "PySide2.QtWidgets.QSplitter.replaceWidget": ('int', 'PySide2.QtWidgets.QWidget'),
11800    "PySide2.QtWidgets.QSplitter.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
11801    "PySide2.QtWidgets.QSplitter.restoreState": ('PySide2.QtCore.QByteArray',),
11802    "PySide2.QtWidgets.QSplitter.saveState": (),
11803    "PySide2.QtWidgets.QSplitter.setChildrenCollapsible": ('bool',),
11804    "PySide2.QtWidgets.QSplitter.setCollapsible": ('int', 'bool'),
11805    "PySide2.QtWidgets.QSplitter.setHandleWidth": ('int',),
11806    "PySide2.QtWidgets.QSplitter.setOpaqueResize": ('bool',),
11807    "PySide2.QtWidgets.QSplitter.setOrientation": ('PySide2.QtCore.Qt.Orientation',),
11808    "PySide2.QtWidgets.QSplitter.setRubberBand": ('int',),
11809    "PySide2.QtWidgets.QSplitter.setSizes": ('typing.Sequence[int]',),
11810    "PySide2.QtWidgets.QSplitter.setStretchFactor": ('int', 'int'),
11811    "PySide2.QtWidgets.QSplitter.sizeHint": (),
11812    "PySide2.QtWidgets.QSplitter.sizes": (),
11813    "PySide2.QtWidgets.QSplitter.widget": ('int',),
11814# class PySide2.QtWidgets.QSplitterHandle:
11815    "PySide2.QtWidgets.QSplitterHandle.__init__": ('PySide2.QtCore.Qt.Orientation', 'PySide2.QtWidgets.QSplitter'),
11816    "PySide2.QtWidgets.QSplitterHandle.closestLegalPosition": ('int',),
11817    "PySide2.QtWidgets.QSplitterHandle.event": ('PySide2.QtCore.QEvent',),
11818    "PySide2.QtWidgets.QSplitterHandle.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
11819    "PySide2.QtWidgets.QSplitterHandle.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
11820    "PySide2.QtWidgets.QSplitterHandle.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
11821    "PySide2.QtWidgets.QSplitterHandle.moveSplitter": ('int',),
11822    "PySide2.QtWidgets.QSplitterHandle.opaqueResize": (),
11823    "PySide2.QtWidgets.QSplitterHandle.orientation": (),
11824    "PySide2.QtWidgets.QSplitterHandle.paintEvent": ('PySide2.QtGui.QPaintEvent',),
11825    "PySide2.QtWidgets.QSplitterHandle.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
11826    "PySide2.QtWidgets.QSplitterHandle.setOrientation": ('PySide2.QtCore.Qt.Orientation',),
11827    "PySide2.QtWidgets.QSplitterHandle.sizeHint": (),
11828    "PySide2.QtWidgets.QSplitterHandle.splitter": (),
11829# class PySide2.QtWidgets.QStackedLayout:
11830# class PySide2.QtWidgets.QStackedLayout.StackingMode:
11831    "PySide2.QtWidgets.QStackedLayout.__init__": [(), ('PySide2.QtWidgets.QLayout',), ('PySide2.QtWidgets.QWidget',)],
11832    "PySide2.QtWidgets.QStackedLayout.addItem": ('PySide2.QtWidgets.QLayoutItem',),
11833    "PySide2.QtWidgets.QStackedLayout.addWidget": ('PySide2.QtWidgets.QWidget',),
11834    "PySide2.QtWidgets.QStackedLayout.count": (),
11835    "PySide2.QtWidgets.QStackedLayout.currentIndex": (),
11836    "PySide2.QtWidgets.QStackedLayout.currentWidget": (),
11837    "PySide2.QtWidgets.QStackedLayout.hasHeightForWidth": (),
11838    "PySide2.QtWidgets.QStackedLayout.heightForWidth": ('int',),
11839    "PySide2.QtWidgets.QStackedLayout.insertWidget": ('int', 'PySide2.QtWidgets.QWidget'),
11840    "PySide2.QtWidgets.QStackedLayout.itemAt": ('int',),
11841    "PySide2.QtWidgets.QStackedLayout.minimumSize": (),
11842    "PySide2.QtWidgets.QStackedLayout.setCurrentIndex": ('int',),
11843    "PySide2.QtWidgets.QStackedLayout.setCurrentWidget": ('PySide2.QtWidgets.QWidget',),
11844    "PySide2.QtWidgets.QStackedLayout.setGeometry": ('PySide2.QtCore.QRect',),
11845    "PySide2.QtWidgets.QStackedLayout.setStackingMode": ('PySide2.QtWidgets.QStackedLayout.StackingMode',),
11846    "PySide2.QtWidgets.QStackedLayout.sizeHint": (),
11847    "PySide2.QtWidgets.QStackedLayout.stackingMode": (),
11848    "PySide2.QtWidgets.QStackedLayout.takeAt": ('int',),
11849    "PySide2.QtWidgets.QStackedLayout.widget": [(), ('int',)],
11850# class PySide2.QtWidgets.QStackedWidget:
11851    "PySide2.QtWidgets.QStackedWidget.__init__": ('PySide2.QtWidgets.QWidget',),
11852    "PySide2.QtWidgets.QStackedWidget.addWidget": ('PySide2.QtWidgets.QWidget',),
11853    "PySide2.QtWidgets.QStackedWidget.count": (),
11854    "PySide2.QtWidgets.QStackedWidget.currentIndex": (),
11855    "PySide2.QtWidgets.QStackedWidget.currentWidget": (),
11856    "PySide2.QtWidgets.QStackedWidget.event": ('PySide2.QtCore.QEvent',),
11857    "PySide2.QtWidgets.QStackedWidget.indexOf": ('PySide2.QtWidgets.QWidget',),
11858    "PySide2.QtWidgets.QStackedWidget.insertWidget": ('int', 'PySide2.QtWidgets.QWidget'),
11859    "PySide2.QtWidgets.QStackedWidget.removeWidget": ('PySide2.QtWidgets.QWidget',),
11860    "PySide2.QtWidgets.QStackedWidget.setCurrentIndex": ('int',),
11861    "PySide2.QtWidgets.QStackedWidget.setCurrentWidget": ('PySide2.QtWidgets.QWidget',),
11862    "PySide2.QtWidgets.QStackedWidget.widget": ('int',),
11863# class PySide2.QtWidgets.QStatusBar:
11864    "PySide2.QtWidgets.QStatusBar.__init__": ('PySide2.QtWidgets.QWidget',),
11865    "PySide2.QtWidgets.QStatusBar.addPermanentWidget": ('PySide2.QtWidgets.QWidget', 'int'),
11866    "PySide2.QtWidgets.QStatusBar.addWidget": ('PySide2.QtWidgets.QWidget', 'int'),
11867    "PySide2.QtWidgets.QStatusBar.clearMessage": (),
11868    "PySide2.QtWidgets.QStatusBar.currentMessage": (),
11869    "PySide2.QtWidgets.QStatusBar.event": ('PySide2.QtCore.QEvent',),
11870    "PySide2.QtWidgets.QStatusBar.hideOrShow": (),
11871    "PySide2.QtWidgets.QStatusBar.insertPermanentWidget": ('int', 'PySide2.QtWidgets.QWidget', 'int'),
11872    "PySide2.QtWidgets.QStatusBar.insertWidget": ('int', 'PySide2.QtWidgets.QWidget', 'int'),
11873    "PySide2.QtWidgets.QStatusBar.isSizeGripEnabled": (),
11874    "PySide2.QtWidgets.QStatusBar.paintEvent": ('PySide2.QtGui.QPaintEvent',),
11875    "PySide2.QtWidgets.QStatusBar.reformat": (),
11876    "PySide2.QtWidgets.QStatusBar.removeWidget": ('PySide2.QtWidgets.QWidget',),
11877    "PySide2.QtWidgets.QStatusBar.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
11878    "PySide2.QtWidgets.QStatusBar.setSizeGripEnabled": ('bool',),
11879    "PySide2.QtWidgets.QStatusBar.showEvent": ('PySide2.QtGui.QShowEvent',),
11880    "PySide2.QtWidgets.QStatusBar.showMessage": ('str', 'int'),
11881# class PySide2.QtWidgets.QStyle:
11882# class PySide2.QtWidgets.QStyle.ComplexControl:
11883# class PySide2.QtWidgets.QStyle.ContentsType:
11884# class PySide2.QtWidgets.QStyle.ControlElement:
11885# class PySide2.QtWidgets.QStyle.PixelMetric:
11886# class PySide2.QtWidgets.QStyle.PrimitiveElement:
11887# class PySide2.QtWidgets.QStyle.RequestSoftwareInputPanel:
11888# class PySide2.QtWidgets.QStyle.StandardPixmap:
11889# class PySide2.QtWidgets.QStyle.State:
11890# class PySide2.QtWidgets.QStyle.StateFlag:
11891# class PySide2.QtWidgets.QStyle.StyleHint:
11892# class PySide2.QtWidgets.QStyle.SubControl:
11893# class PySide2.QtWidgets.QStyle.SubControls:
11894# class PySide2.QtWidgets.QStyle.SubElement:
11895    "PySide2.QtWidgets.QStyle.__init__": (),
11896    "PySide2.QtWidgets.QStyle.alignedRect": ('PySide2.QtCore.Qt.LayoutDirection', 'PySide2.QtCore.Qt.Alignment', 'PySide2.QtCore.QSize', 'PySide2.QtCore.QRect'),
11897    "PySide2.QtWidgets.QStyle.combinedLayoutSpacing": ('PySide2.QtWidgets.QSizePolicy.ControlTypes', 'PySide2.QtWidgets.QSizePolicy.ControlTypes', 'PySide2.QtCore.Qt.Orientation', 'PySide2.QtWidgets.QStyleOption', 'PySide2.QtWidgets.QWidget'),
11898    "PySide2.QtWidgets.QStyle.drawComplexControl": ('PySide2.QtWidgets.QStyle.ComplexControl', 'PySide2.QtWidgets.QStyleOptionComplex', 'PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QWidget'),
11899    "PySide2.QtWidgets.QStyle.drawControl": ('PySide2.QtWidgets.QStyle.ControlElement', 'PySide2.QtWidgets.QStyleOption', 'PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QWidget'),
11900    "PySide2.QtWidgets.QStyle.drawItemPixmap": ('PySide2.QtGui.QPainter', 'PySide2.QtCore.QRect', 'int', 'PySide2.QtGui.QPixmap'),
11901    "PySide2.QtWidgets.QStyle.drawItemText": ('PySide2.QtGui.QPainter', 'PySide2.QtCore.QRect', 'int', 'PySide2.QtGui.QPalette', 'bool', 'str', 'PySide2.QtGui.QPalette.ColorRole'),
11902    "PySide2.QtWidgets.QStyle.drawPrimitive": ('PySide2.QtWidgets.QStyle.PrimitiveElement', 'PySide2.QtWidgets.QStyleOption', 'PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QWidget'),
11903    "PySide2.QtWidgets.QStyle.generatedIconPixmap": ('PySide2.QtGui.QIcon.Mode', 'PySide2.QtGui.QPixmap', 'PySide2.QtWidgets.QStyleOption'),
11904    "PySide2.QtWidgets.QStyle.hitTestComplexControl": ('PySide2.QtWidgets.QStyle.ComplexControl', 'PySide2.QtWidgets.QStyleOptionComplex', 'PySide2.QtCore.QPoint', 'PySide2.QtWidgets.QWidget'),
11905    "PySide2.QtWidgets.QStyle.itemPixmapRect": ('PySide2.QtCore.QRect', 'int', 'PySide2.QtGui.QPixmap'),
11906    "PySide2.QtWidgets.QStyle.itemTextRect": ('PySide2.QtGui.QFontMetrics', 'PySide2.QtCore.QRect', 'int', 'bool', 'str'),
11907    "PySide2.QtWidgets.QStyle.layoutSpacing": ('PySide2.QtWidgets.QSizePolicy.ControlType', 'PySide2.QtWidgets.QSizePolicy.ControlType', 'PySide2.QtCore.Qt.Orientation', 'PySide2.QtWidgets.QStyleOption', 'PySide2.QtWidgets.QWidget'),
11908    "PySide2.QtWidgets.QStyle.pixelMetric": ('PySide2.QtWidgets.QStyle.PixelMetric', 'PySide2.QtWidgets.QStyleOption', 'PySide2.QtWidgets.QWidget'),
11909    "PySide2.QtWidgets.QStyle.polish": [('PySide2.QtGui.QPalette',), ('PySide2.QtWidgets.QApplication',), ('PySide2.QtWidgets.QWidget',)],
11910    "PySide2.QtWidgets.QStyle.proxy": (),
11911    "PySide2.QtWidgets.QStyle.sizeFromContents": ('PySide2.QtWidgets.QStyle.ContentsType', 'PySide2.QtWidgets.QStyleOption', 'PySide2.QtCore.QSize', 'PySide2.QtWidgets.QWidget'),
11912    "PySide2.QtWidgets.QStyle.sliderPositionFromValue": ('int', 'int', 'int', 'int', 'bool'),
11913    "PySide2.QtWidgets.QStyle.sliderValueFromPosition": ('int', 'int', 'int', 'int', 'bool'),
11914    "PySide2.QtWidgets.QStyle.standardIcon": ('PySide2.QtWidgets.QStyle.StandardPixmap', 'PySide2.QtWidgets.QStyleOption', 'PySide2.QtWidgets.QWidget'),
11915    "PySide2.QtWidgets.QStyle.standardPalette": (),
11916    "PySide2.QtWidgets.QStyle.standardPixmap": ('PySide2.QtWidgets.QStyle.StandardPixmap', 'PySide2.QtWidgets.QStyleOption', 'PySide2.QtWidgets.QWidget'),
11917    "PySide2.QtWidgets.QStyle.styleHint": ('PySide2.QtWidgets.QStyle.StyleHint', 'PySide2.QtWidgets.QStyleOption', 'PySide2.QtWidgets.QWidget', 'PySide2.QtWidgets.QStyleHintReturn'),
11918    "PySide2.QtWidgets.QStyle.subControlRect": ('PySide2.QtWidgets.QStyle.ComplexControl', 'PySide2.QtWidgets.QStyleOptionComplex', 'PySide2.QtWidgets.QStyle.SubControl', 'PySide2.QtWidgets.QWidget'),
11919    "PySide2.QtWidgets.QStyle.subElementRect": ('PySide2.QtWidgets.QStyle.SubElement', 'PySide2.QtWidgets.QStyleOption', 'PySide2.QtWidgets.QWidget'),
11920    "PySide2.QtWidgets.QStyle.unpolish": [('PySide2.QtWidgets.QApplication',), ('PySide2.QtWidgets.QWidget',)],
11921    "PySide2.QtWidgets.QStyle.visualAlignment": ('PySide2.QtCore.Qt.LayoutDirection', 'PySide2.QtCore.Qt.Alignment'),
11922    "PySide2.QtWidgets.QStyle.visualPos": ('PySide2.QtCore.Qt.LayoutDirection', 'PySide2.QtCore.QRect', 'PySide2.QtCore.QPoint'),
11923    "PySide2.QtWidgets.QStyle.visualRect": ('PySide2.QtCore.Qt.LayoutDirection', 'PySide2.QtCore.QRect', 'PySide2.QtCore.QRect'),
11924# class PySide2.QtWidgets.QStyleFactory:
11925    "PySide2.QtWidgets.QStyleFactory.__init__": (),
11926    "PySide2.QtWidgets.QStyleFactory.create": ('str',),
11927    "PySide2.QtWidgets.QStyleFactory.keys": (),
11928# class PySide2.QtWidgets.QStyleHintReturn:
11929# class PySide2.QtWidgets.QStyleHintReturn.HintReturnType:
11930# class PySide2.QtWidgets.QStyleHintReturn.StyleOptionType:
11931# class PySide2.QtWidgets.QStyleHintReturn.StyleOptionVersion:
11932    "PySide2.QtWidgets.QStyleHintReturn.__init__": ('int', 'int'),
11933# class PySide2.QtWidgets.QStyleHintReturnMask:
11934# class PySide2.QtWidgets.QStyleHintReturnMask.StyleOptionType:
11935# class PySide2.QtWidgets.QStyleHintReturnMask.StyleOptionVersion:
11936    "PySide2.QtWidgets.QStyleHintReturnMask.__init__": (),
11937# class PySide2.QtWidgets.QStyleHintReturnVariant:
11938# class PySide2.QtWidgets.QStyleHintReturnVariant.StyleOptionType:
11939# class PySide2.QtWidgets.QStyleHintReturnVariant.StyleOptionVersion:
11940    "PySide2.QtWidgets.QStyleHintReturnVariant.__init__": (),
11941# class PySide2.QtWidgets.QStyleOption:
11942# class PySide2.QtWidgets.QStyleOption.OptionType:
11943# class PySide2.QtWidgets.QStyleOption.StyleOptionType:
11944# class PySide2.QtWidgets.QStyleOption.StyleOptionVersion:
11945    "PySide2.QtWidgets.QStyleOption.__init__": [('PySide2.QtWidgets.QStyleOption',), ('int', 'int')],
11946    "PySide2.QtWidgets.QStyleOption.init": ('PySide2.QtWidgets.QWidget',),
11947    "PySide2.QtWidgets.QStyleOption.initFrom": ('PySide2.QtWidgets.QWidget',),
11948# class PySide2.QtWidgets.QStyleOptionButton:
11949# class PySide2.QtWidgets.QStyleOptionButton.ButtonFeature:
11950# class PySide2.QtWidgets.QStyleOptionButton.ButtonFeatures:
11951# class PySide2.QtWidgets.QStyleOptionButton.StyleOptionType:
11952# class PySide2.QtWidgets.QStyleOptionButton.StyleOptionVersion:
11953    "PySide2.QtWidgets.QStyleOptionButton.__init__": [(), ('PySide2.QtWidgets.QStyleOptionButton',), ('int',)],
11954# class PySide2.QtWidgets.QStyleOptionComboBox:
11955# class PySide2.QtWidgets.QStyleOptionComboBox.StyleOptionType:
11956# class PySide2.QtWidgets.QStyleOptionComboBox.StyleOptionVersion:
11957    "PySide2.QtWidgets.QStyleOptionComboBox.__init__": [(), ('PySide2.QtWidgets.QStyleOptionComboBox',), ('int',)],
11958# class PySide2.QtWidgets.QStyleOptionComplex:
11959# class PySide2.QtWidgets.QStyleOptionComplex.StyleOptionType:
11960# class PySide2.QtWidgets.QStyleOptionComplex.StyleOptionVersion:
11961    "PySide2.QtWidgets.QStyleOptionComplex.__init__": [('PySide2.QtWidgets.QStyleOptionComplex',), ('int', 'int')],
11962# class PySide2.QtWidgets.QStyleOptionDockWidget:
11963# class PySide2.QtWidgets.QStyleOptionDockWidget.StyleOptionType:
11964# class PySide2.QtWidgets.QStyleOptionDockWidget.StyleOptionVersion:
11965    "PySide2.QtWidgets.QStyleOptionDockWidget.__init__": [(), ('PySide2.QtWidgets.QStyleOptionDockWidget',), ('int',)],
11966# class PySide2.QtWidgets.QStyleOptionFocusRect:
11967# class PySide2.QtWidgets.QStyleOptionFocusRect.StyleOptionType:
11968# class PySide2.QtWidgets.QStyleOptionFocusRect.StyleOptionVersion:
11969    "PySide2.QtWidgets.QStyleOptionFocusRect.__init__": [(), ('PySide2.QtWidgets.QStyleOptionFocusRect',), ('int',)],
11970# class PySide2.QtWidgets.QStyleOptionFrame:
11971# class PySide2.QtWidgets.QStyleOptionFrame.FrameFeature:
11972# class PySide2.QtWidgets.QStyleOptionFrame.FrameFeatures:
11973# class PySide2.QtWidgets.QStyleOptionFrame.StyleOptionType:
11974# class PySide2.QtWidgets.QStyleOptionFrame.StyleOptionVersion:
11975    "PySide2.QtWidgets.QStyleOptionFrame.__init__": [(), ('PySide2.QtWidgets.QStyleOptionFrame',), ('int',)],
11976# class PySide2.QtWidgets.QStyleOptionGraphicsItem:
11977# class PySide2.QtWidgets.QStyleOptionGraphicsItem.StyleOptionType:
11978# class PySide2.QtWidgets.QStyleOptionGraphicsItem.StyleOptionVersion:
11979    "PySide2.QtWidgets.QStyleOptionGraphicsItem.__init__": [(), ('PySide2.QtWidgets.QStyleOptionGraphicsItem',), ('int',)],
11980    "PySide2.QtWidgets.QStyleOptionGraphicsItem.levelOfDetailFromTransform": ('PySide2.QtGui.QTransform',),
11981# class PySide2.QtWidgets.QStyleOptionGroupBox:
11982# class PySide2.QtWidgets.QStyleOptionGroupBox.StyleOptionType:
11983# class PySide2.QtWidgets.QStyleOptionGroupBox.StyleOptionVersion:
11984    "PySide2.QtWidgets.QStyleOptionGroupBox.__init__": [(), ('PySide2.QtWidgets.QStyleOptionGroupBox',), ('int',)],
11985# class PySide2.QtWidgets.QStyleOptionHeader:
11986# class PySide2.QtWidgets.QStyleOptionHeader.SectionPosition:
11987# class PySide2.QtWidgets.QStyleOptionHeader.SelectedPosition:
11988# class PySide2.QtWidgets.QStyleOptionHeader.SortIndicator:
11989# class PySide2.QtWidgets.QStyleOptionHeader.StyleOptionType:
11990# class PySide2.QtWidgets.QStyleOptionHeader.StyleOptionVersion:
11991    "PySide2.QtWidgets.QStyleOptionHeader.__init__": [(), ('PySide2.QtWidgets.QStyleOptionHeader',), ('int',)],
11992# class PySide2.QtWidgets.QStyleOptionMenuItem:
11993# class PySide2.QtWidgets.QStyleOptionMenuItem.CheckType:
11994# class PySide2.QtWidgets.QStyleOptionMenuItem.MenuItemType:
11995# class PySide2.QtWidgets.QStyleOptionMenuItem.StyleOptionType:
11996# class PySide2.QtWidgets.QStyleOptionMenuItem.StyleOptionVersion:
11997    "PySide2.QtWidgets.QStyleOptionMenuItem.__init__": [(), ('PySide2.QtWidgets.QStyleOptionMenuItem',), ('int',)],
11998# class PySide2.QtWidgets.QStyleOptionProgressBar:
11999# class PySide2.QtWidgets.QStyleOptionProgressBar.StyleOptionType:
12000# class PySide2.QtWidgets.QStyleOptionProgressBar.StyleOptionVersion:
12001    "PySide2.QtWidgets.QStyleOptionProgressBar.__init__": [(), ('PySide2.QtWidgets.QStyleOptionProgressBar',), ('int',)],
12002# class PySide2.QtWidgets.QStyleOptionRubberBand:
12003# class PySide2.QtWidgets.QStyleOptionRubberBand.StyleOptionType:
12004# class PySide2.QtWidgets.QStyleOptionRubberBand.StyleOptionVersion:
12005    "PySide2.QtWidgets.QStyleOptionRubberBand.__init__": [(), ('PySide2.QtWidgets.QStyleOptionRubberBand',), ('int',)],
12006# class PySide2.QtWidgets.QStyleOptionSizeGrip:
12007# class PySide2.QtWidgets.QStyleOptionSizeGrip.StyleOptionType:
12008# class PySide2.QtWidgets.QStyleOptionSizeGrip.StyleOptionVersion:
12009    "PySide2.QtWidgets.QStyleOptionSizeGrip.__init__": [(), ('PySide2.QtWidgets.QStyleOptionSizeGrip',), ('int',)],
12010# class PySide2.QtWidgets.QStyleOptionSlider:
12011# class PySide2.QtWidgets.QStyleOptionSlider.StyleOptionType:
12012# class PySide2.QtWidgets.QStyleOptionSlider.StyleOptionVersion:
12013    "PySide2.QtWidgets.QStyleOptionSlider.__init__": [(), ('PySide2.QtWidgets.QStyleOptionSlider',), ('int',)],
12014# class PySide2.QtWidgets.QStyleOptionSpinBox:
12015# class PySide2.QtWidgets.QStyleOptionSpinBox.StyleOptionType:
12016# class PySide2.QtWidgets.QStyleOptionSpinBox.StyleOptionVersion:
12017    "PySide2.QtWidgets.QStyleOptionSpinBox.__init__": [(), ('PySide2.QtWidgets.QStyleOptionSpinBox',), ('int',)],
12018# class PySide2.QtWidgets.QStyleOptionTab:
12019# class PySide2.QtWidgets.QStyleOptionTab.CornerWidget:
12020# class PySide2.QtWidgets.QStyleOptionTab.CornerWidgets:
12021# class PySide2.QtWidgets.QStyleOptionTab.SelectedPosition:
12022# class PySide2.QtWidgets.QStyleOptionTab.StyleOptionType:
12023# class PySide2.QtWidgets.QStyleOptionTab.StyleOptionVersion:
12024# class PySide2.QtWidgets.QStyleOptionTab.TabFeature:
12025# class PySide2.QtWidgets.QStyleOptionTab.TabFeatures:
12026# class PySide2.QtWidgets.QStyleOptionTab.TabPosition:
12027    "PySide2.QtWidgets.QStyleOptionTab.__init__": [(), ('PySide2.QtWidgets.QStyleOptionTab',), ('int',)],
12028# class PySide2.QtWidgets.QStyleOptionTabBarBase:
12029# class PySide2.QtWidgets.QStyleOptionTabBarBase.StyleOptionType:
12030# class PySide2.QtWidgets.QStyleOptionTabBarBase.StyleOptionVersion:
12031    "PySide2.QtWidgets.QStyleOptionTabBarBase.__init__": [(), ('PySide2.QtWidgets.QStyleOptionTabBarBase',), ('int',)],
12032# class PySide2.QtWidgets.QStyleOptionTabWidgetFrame:
12033# class PySide2.QtWidgets.QStyleOptionTabWidgetFrame.StyleOptionType:
12034# class PySide2.QtWidgets.QStyleOptionTabWidgetFrame.StyleOptionVersion:
12035    "PySide2.QtWidgets.QStyleOptionTabWidgetFrame.__init__": [(), ('PySide2.QtWidgets.QStyleOptionTabWidgetFrame',), ('int',)],
12036# class PySide2.QtWidgets.QStyleOptionTitleBar:
12037# class PySide2.QtWidgets.QStyleOptionTitleBar.StyleOptionType:
12038# class PySide2.QtWidgets.QStyleOptionTitleBar.StyleOptionVersion:
12039    "PySide2.QtWidgets.QStyleOptionTitleBar.__init__": [(), ('PySide2.QtWidgets.QStyleOptionTitleBar',), ('int',)],
12040# class PySide2.QtWidgets.QStyleOptionToolBar:
12041# class PySide2.QtWidgets.QStyleOptionToolBar.StyleOptionType:
12042# class PySide2.QtWidgets.QStyleOptionToolBar.StyleOptionVersion:
12043# class PySide2.QtWidgets.QStyleOptionToolBar.ToolBarFeature:
12044# class PySide2.QtWidgets.QStyleOptionToolBar.ToolBarFeatures:
12045# class PySide2.QtWidgets.QStyleOptionToolBar.ToolBarPosition:
12046    "PySide2.QtWidgets.QStyleOptionToolBar.__init__": [(), ('PySide2.QtWidgets.QStyleOptionToolBar',), ('int',)],
12047# class PySide2.QtWidgets.QStyleOptionToolBox:
12048# class PySide2.QtWidgets.QStyleOptionToolBox.SelectedPosition:
12049# class PySide2.QtWidgets.QStyleOptionToolBox.StyleOptionType:
12050# class PySide2.QtWidgets.QStyleOptionToolBox.StyleOptionVersion:
12051# class PySide2.QtWidgets.QStyleOptionToolBox.TabPosition:
12052    "PySide2.QtWidgets.QStyleOptionToolBox.__init__": [(), ('PySide2.QtWidgets.QStyleOptionToolBox',), ('int',)],
12053# class PySide2.QtWidgets.QStyleOptionToolButton:
12054# class PySide2.QtWidgets.QStyleOptionToolButton.StyleOptionType:
12055# class PySide2.QtWidgets.QStyleOptionToolButton.StyleOptionVersion:
12056# class PySide2.QtWidgets.QStyleOptionToolButton.ToolButtonFeature:
12057# class PySide2.QtWidgets.QStyleOptionToolButton.ToolButtonFeatures:
12058    "PySide2.QtWidgets.QStyleOptionToolButton.__init__": [(), ('PySide2.QtWidgets.QStyleOptionToolButton',), ('int',)],
12059# class PySide2.QtWidgets.QStyleOptionViewItem:
12060# class PySide2.QtWidgets.QStyleOptionViewItem.Position:
12061# class PySide2.QtWidgets.QStyleOptionViewItem.StyleOptionType:
12062# class PySide2.QtWidgets.QStyleOptionViewItem.StyleOptionVersion:
12063# class PySide2.QtWidgets.QStyleOptionViewItem.ViewItemFeature:
12064# class PySide2.QtWidgets.QStyleOptionViewItem.ViewItemFeatures:
12065# class PySide2.QtWidgets.QStyleOptionViewItem.ViewItemPosition:
12066    "PySide2.QtWidgets.QStyleOptionViewItem.__init__": [(), ('PySide2.QtWidgets.QStyleOptionViewItem',), ('int',)],
12067    "PySide2.QtWidgets.QStyleOptionViewItem.__copy__": (),
12068# class PySide2.QtWidgets.QStylePainter:
12069    "PySide2.QtWidgets.QStylePainter.__init__": [(), ('PySide2.QtGui.QPaintDevice', 'PySide2.QtWidgets.QWidget'), ('PySide2.QtWidgets.QWidget',)],
12070    "PySide2.QtWidgets.QStylePainter.begin": [('PySide2.QtGui.QPaintDevice',), ('PySide2.QtGui.QPaintDevice', 'PySide2.QtWidgets.QWidget'), ('PySide2.QtWidgets.QWidget',)],
12071    "PySide2.QtWidgets.QStylePainter.drawComplexControl": ('PySide2.QtWidgets.QStyle.ComplexControl', 'PySide2.QtWidgets.QStyleOptionComplex'),
12072    "PySide2.QtWidgets.QStylePainter.drawControl": ('PySide2.QtWidgets.QStyle.ControlElement', 'PySide2.QtWidgets.QStyleOption'),
12073    "PySide2.QtWidgets.QStylePainter.drawItemPixmap": ('PySide2.QtCore.QRect', 'int', 'PySide2.QtGui.QPixmap'),
12074    "PySide2.QtWidgets.QStylePainter.drawItemText": ('PySide2.QtCore.QRect', 'int', 'PySide2.QtGui.QPalette', 'bool', 'str', 'PySide2.QtGui.QPalette.ColorRole'),
12075    "PySide2.QtWidgets.QStylePainter.drawPrimitive": ('PySide2.QtWidgets.QStyle.PrimitiveElement', 'PySide2.QtWidgets.QStyleOption'),
12076    "PySide2.QtWidgets.QStylePainter.style": (),
12077# class PySide2.QtWidgets.QStyledItemDelegate:
12078    "PySide2.QtWidgets.QStyledItemDelegate.__init__": ('PySide2.QtCore.QObject',),
12079    "PySide2.QtWidgets.QStyledItemDelegate.createEditor": ('PySide2.QtWidgets.QWidget', 'PySide2.QtWidgets.QStyleOptionViewItem', 'PySide2.QtCore.QModelIndex'),
12080    "PySide2.QtWidgets.QStyledItemDelegate.displayText": ('typing.Any', 'PySide2.QtCore.QLocale'),
12081    "PySide2.QtWidgets.QStyledItemDelegate.editorEvent": ('PySide2.QtCore.QEvent', 'PySide2.QtCore.QAbstractItemModel', 'PySide2.QtWidgets.QStyleOptionViewItem', 'PySide2.QtCore.QModelIndex'),
12082    "PySide2.QtWidgets.QStyledItemDelegate.eventFilter": ('PySide2.QtCore.QObject', 'PySide2.QtCore.QEvent'),
12083    "PySide2.QtWidgets.QStyledItemDelegate.initStyleOption": ('PySide2.QtWidgets.QStyleOptionViewItem', 'PySide2.QtCore.QModelIndex'),
12084    "PySide2.QtWidgets.QStyledItemDelegate.itemEditorFactory": (),
12085    "PySide2.QtWidgets.QStyledItemDelegate.paint": ('PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QStyleOptionViewItem', 'PySide2.QtCore.QModelIndex'),
12086    "PySide2.QtWidgets.QStyledItemDelegate.setEditorData": ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.QModelIndex'),
12087    "PySide2.QtWidgets.QStyledItemDelegate.setItemEditorFactory": ('PySide2.QtWidgets.QItemEditorFactory',),
12088    "PySide2.QtWidgets.QStyledItemDelegate.setModelData": ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.QAbstractItemModel', 'PySide2.QtCore.QModelIndex'),
12089    "PySide2.QtWidgets.QStyledItemDelegate.sizeHint": ('PySide2.QtWidgets.QStyleOptionViewItem', 'PySide2.QtCore.QModelIndex'),
12090    "PySide2.QtWidgets.QStyledItemDelegate.updateEditorGeometry": ('PySide2.QtWidgets.QWidget', 'PySide2.QtWidgets.QStyleOptionViewItem', 'PySide2.QtCore.QModelIndex'),
12091# class PySide2.QtWidgets.QSwipeGesture:
12092# class PySide2.QtWidgets.QSwipeGesture.SwipeDirection:
12093    "PySide2.QtWidgets.QSwipeGesture.__init__": ('PySide2.QtCore.QObject',),
12094    "PySide2.QtWidgets.QSwipeGesture.horizontalDirection": (),
12095    "PySide2.QtWidgets.QSwipeGesture.setSwipeAngle": ('float',),
12096    "PySide2.QtWidgets.QSwipeGesture.swipeAngle": (),
12097    "PySide2.QtWidgets.QSwipeGesture.verticalDirection": (),
12098# class PySide2.QtWidgets.QSystemTrayIcon:
12099# class PySide2.QtWidgets.QSystemTrayIcon.ActivationReason:
12100# class PySide2.QtWidgets.QSystemTrayIcon.MessageIcon:
12101    "PySide2.QtWidgets.QSystemTrayIcon.__init__": [('PySide2.QtCore.QObject',), ('PySide2.QtGui.QIcon', 'PySide2.QtCore.QObject')],
12102    "PySide2.QtWidgets.QSystemTrayIcon.contextMenu": (),
12103    "PySide2.QtWidgets.QSystemTrayIcon.event": ('PySide2.QtCore.QEvent',),
12104    "PySide2.QtWidgets.QSystemTrayIcon.geometry": (),
12105    "PySide2.QtWidgets.QSystemTrayIcon.hide": (),
12106    "PySide2.QtWidgets.QSystemTrayIcon.icon": (),
12107    "PySide2.QtWidgets.QSystemTrayIcon.isSystemTrayAvailable": (),
12108    "PySide2.QtWidgets.QSystemTrayIcon.isVisible": (),
12109    "PySide2.QtWidgets.QSystemTrayIcon.setContextMenu": ('PySide2.QtWidgets.QMenu',),
12110    "PySide2.QtWidgets.QSystemTrayIcon.setIcon": ('PySide2.QtGui.QIcon',),
12111    "PySide2.QtWidgets.QSystemTrayIcon.setToolTip": ('str',),
12112    "PySide2.QtWidgets.QSystemTrayIcon.setVisible": ('bool',),
12113    "PySide2.QtWidgets.QSystemTrayIcon.show": (),
12114    "PySide2.QtWidgets.QSystemTrayIcon.showMessage": [('str', 'str', 'PySide2.QtGui.QIcon', 'int'), ('str', 'str', 'PySide2.QtWidgets.QSystemTrayIcon.MessageIcon', 'int')],
12115    "PySide2.QtWidgets.QSystemTrayIcon.supportsMessages": (),
12116    "PySide2.QtWidgets.QSystemTrayIcon.toolTip": (),
12117# class PySide2.QtWidgets.QTabBar:
12118# class PySide2.QtWidgets.QTabBar.ButtonPosition:
12119# class PySide2.QtWidgets.QTabBar.SelectionBehavior:
12120# class PySide2.QtWidgets.QTabBar.Shape:
12121    "PySide2.QtWidgets.QTabBar.__init__": ('PySide2.QtWidgets.QWidget',),
12122    "PySide2.QtWidgets.QTabBar.accessibleTabName": ('int',),
12123    "PySide2.QtWidgets.QTabBar.addTab": [('PySide2.QtGui.QIcon', 'str'), ('str',)],
12124    "PySide2.QtWidgets.QTabBar.autoHide": (),
12125    "PySide2.QtWidgets.QTabBar.changeCurrentOnDrag": (),
12126    "PySide2.QtWidgets.QTabBar.changeEvent": ('PySide2.QtCore.QEvent',),
12127    "PySide2.QtWidgets.QTabBar.count": (),
12128    "PySide2.QtWidgets.QTabBar.currentIndex": (),
12129    "PySide2.QtWidgets.QTabBar.documentMode": (),
12130    "PySide2.QtWidgets.QTabBar.drawBase": (),
12131    "PySide2.QtWidgets.QTabBar.elideMode": (),
12132    "PySide2.QtWidgets.QTabBar.event": ('PySide2.QtCore.QEvent',),
12133    "PySide2.QtWidgets.QTabBar.expanding": (),
12134    "PySide2.QtWidgets.QTabBar.hideEvent": ('PySide2.QtGui.QHideEvent',),
12135    "PySide2.QtWidgets.QTabBar.iconSize": (),
12136    "PySide2.QtWidgets.QTabBar.initStyleOption": ('PySide2.QtWidgets.QStyleOptionTab', 'int'),
12137    "PySide2.QtWidgets.QTabBar.insertTab": [('int', 'PySide2.QtGui.QIcon', 'str'), ('int', 'str')],
12138    "PySide2.QtWidgets.QTabBar.isMovable": (),
12139    "PySide2.QtWidgets.QTabBar.isTabEnabled": ('int',),
12140    "PySide2.QtWidgets.QTabBar.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
12141    "PySide2.QtWidgets.QTabBar.minimumSizeHint": (),
12142    "PySide2.QtWidgets.QTabBar.minimumTabSizeHint": ('int',),
12143    "PySide2.QtWidgets.QTabBar.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
12144    "PySide2.QtWidgets.QTabBar.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
12145    "PySide2.QtWidgets.QTabBar.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
12146    "PySide2.QtWidgets.QTabBar.moveTab": ('int', 'int'),
12147    "PySide2.QtWidgets.QTabBar.paintEvent": ('PySide2.QtGui.QPaintEvent',),
12148    "PySide2.QtWidgets.QTabBar.removeTab": ('int',),
12149    "PySide2.QtWidgets.QTabBar.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
12150    "PySide2.QtWidgets.QTabBar.selectionBehaviorOnRemove": (),
12151    "PySide2.QtWidgets.QTabBar.setAccessibleTabName": ('int', 'str'),
12152    "PySide2.QtWidgets.QTabBar.setAutoHide": ('bool',),
12153    "PySide2.QtWidgets.QTabBar.setChangeCurrentOnDrag": ('bool',),
12154    "PySide2.QtWidgets.QTabBar.setCurrentIndex": ('int',),
12155    "PySide2.QtWidgets.QTabBar.setDocumentMode": ('bool',),
12156    "PySide2.QtWidgets.QTabBar.setDrawBase": ('bool',),
12157    "PySide2.QtWidgets.QTabBar.setElideMode": ('PySide2.QtCore.Qt.TextElideMode',),
12158    "PySide2.QtWidgets.QTabBar.setExpanding": ('bool',),
12159    "PySide2.QtWidgets.QTabBar.setIconSize": ('PySide2.QtCore.QSize',),
12160    "PySide2.QtWidgets.QTabBar.setMovable": ('bool',),
12161    "PySide2.QtWidgets.QTabBar.setSelectionBehaviorOnRemove": ('PySide2.QtWidgets.QTabBar.SelectionBehavior',),
12162    "PySide2.QtWidgets.QTabBar.setShape": ('PySide2.QtWidgets.QTabBar.Shape',),
12163    "PySide2.QtWidgets.QTabBar.setTabButton": ('int', 'PySide2.QtWidgets.QTabBar.ButtonPosition', 'PySide2.QtWidgets.QWidget'),
12164    "PySide2.QtWidgets.QTabBar.setTabData": ('int', 'typing.Any'),
12165    "PySide2.QtWidgets.QTabBar.setTabEnabled": ('int', 'bool'),
12166    "PySide2.QtWidgets.QTabBar.setTabIcon": ('int', 'PySide2.QtGui.QIcon'),
12167    "PySide2.QtWidgets.QTabBar.setTabText": ('int', 'str'),
12168    "PySide2.QtWidgets.QTabBar.setTabTextColor": ('int', 'PySide2.QtGui.QColor'),
12169    "PySide2.QtWidgets.QTabBar.setTabToolTip": ('int', 'str'),
12170    "PySide2.QtWidgets.QTabBar.setTabWhatsThis": ('int', 'str'),
12171    "PySide2.QtWidgets.QTabBar.setTabsClosable": ('bool',),
12172    "PySide2.QtWidgets.QTabBar.setUsesScrollButtons": ('bool',),
12173    "PySide2.QtWidgets.QTabBar.shape": (),
12174    "PySide2.QtWidgets.QTabBar.showEvent": ('PySide2.QtGui.QShowEvent',),
12175    "PySide2.QtWidgets.QTabBar.sizeHint": (),
12176    "PySide2.QtWidgets.QTabBar.tabAt": ('PySide2.QtCore.QPoint',),
12177    "PySide2.QtWidgets.QTabBar.tabButton": ('int', 'PySide2.QtWidgets.QTabBar.ButtonPosition'),
12178    "PySide2.QtWidgets.QTabBar.tabData": ('int',),
12179    "PySide2.QtWidgets.QTabBar.tabIcon": ('int',),
12180    "PySide2.QtWidgets.QTabBar.tabInserted": ('int',),
12181    "PySide2.QtWidgets.QTabBar.tabLayoutChange": (),
12182    "PySide2.QtWidgets.QTabBar.tabRect": ('int',),
12183    "PySide2.QtWidgets.QTabBar.tabRemoved": ('int',),
12184    "PySide2.QtWidgets.QTabBar.tabSizeHint": ('int',),
12185    "PySide2.QtWidgets.QTabBar.tabText": ('int',),
12186    "PySide2.QtWidgets.QTabBar.tabTextColor": ('int',),
12187    "PySide2.QtWidgets.QTabBar.tabToolTip": ('int',),
12188    "PySide2.QtWidgets.QTabBar.tabWhatsThis": ('int',),
12189    "PySide2.QtWidgets.QTabBar.tabsClosable": (),
12190    "PySide2.QtWidgets.QTabBar.timerEvent": ('PySide2.QtCore.QTimerEvent',),
12191    "PySide2.QtWidgets.QTabBar.usesScrollButtons": (),
12192    "PySide2.QtWidgets.QTabBar.wheelEvent": ('PySide2.QtGui.QWheelEvent',),
12193# class PySide2.QtWidgets.QTabWidget:
12194# class PySide2.QtWidgets.QTabWidget.TabPosition:
12195# class PySide2.QtWidgets.QTabWidget.TabShape:
12196    "PySide2.QtWidgets.QTabWidget.__init__": ('PySide2.QtWidgets.QWidget',),
12197    "PySide2.QtWidgets.QTabWidget.addTab": [('PySide2.QtWidgets.QWidget', 'PySide2.QtGui.QIcon', 'str'), ('PySide2.QtWidgets.QWidget', 'str')],
12198    "PySide2.QtWidgets.QTabWidget.changeEvent": ('PySide2.QtCore.QEvent',),
12199    "PySide2.QtWidgets.QTabWidget.clear": (),
12200    "PySide2.QtWidgets.QTabWidget.cornerWidget": ('PySide2.QtCore.Qt.Corner',),
12201    "PySide2.QtWidgets.QTabWidget.count": (),
12202    "PySide2.QtWidgets.QTabWidget.currentIndex": (),
12203    "PySide2.QtWidgets.QTabWidget.currentWidget": (),
12204    "PySide2.QtWidgets.QTabWidget.documentMode": (),
12205    "PySide2.QtWidgets.QTabWidget.elideMode": (),
12206    "PySide2.QtWidgets.QTabWidget.event": ('PySide2.QtCore.QEvent',),
12207    "PySide2.QtWidgets.QTabWidget.hasHeightForWidth": (),
12208    "PySide2.QtWidgets.QTabWidget.heightForWidth": ('int',),
12209    "PySide2.QtWidgets.QTabWidget.iconSize": (),
12210    "PySide2.QtWidgets.QTabWidget.indexOf": ('PySide2.QtWidgets.QWidget',),
12211    "PySide2.QtWidgets.QTabWidget.initStyleOption": ('PySide2.QtWidgets.QStyleOptionTabWidgetFrame',),
12212    "PySide2.QtWidgets.QTabWidget.insertTab": [('int', 'PySide2.QtWidgets.QWidget', 'PySide2.QtGui.QIcon', 'str'), ('int', 'PySide2.QtWidgets.QWidget', 'str')],
12213    "PySide2.QtWidgets.QTabWidget.isMovable": (),
12214    "PySide2.QtWidgets.QTabWidget.isTabEnabled": ('int',),
12215    "PySide2.QtWidgets.QTabWidget.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
12216    "PySide2.QtWidgets.QTabWidget.minimumSizeHint": (),
12217    "PySide2.QtWidgets.QTabWidget.paintEvent": ('PySide2.QtGui.QPaintEvent',),
12218    "PySide2.QtWidgets.QTabWidget.removeTab": ('int',),
12219    "PySide2.QtWidgets.QTabWidget.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
12220    "PySide2.QtWidgets.QTabWidget.setCornerWidget": ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.Corner'),
12221    "PySide2.QtWidgets.QTabWidget.setCurrentIndex": ('int',),
12222    "PySide2.QtWidgets.QTabWidget.setCurrentWidget": ('PySide2.QtWidgets.QWidget',),
12223    "PySide2.QtWidgets.QTabWidget.setDocumentMode": ('bool',),
12224    "PySide2.QtWidgets.QTabWidget.setElideMode": ('PySide2.QtCore.Qt.TextElideMode',),
12225    "PySide2.QtWidgets.QTabWidget.setIconSize": ('PySide2.QtCore.QSize',),
12226    "PySide2.QtWidgets.QTabWidget.setMovable": ('bool',),
12227    "PySide2.QtWidgets.QTabWidget.setTabBar": ('PySide2.QtWidgets.QTabBar',),
12228    "PySide2.QtWidgets.QTabWidget.setTabBarAutoHide": ('bool',),
12229    "PySide2.QtWidgets.QTabWidget.setTabEnabled": ('int', 'bool'),
12230    "PySide2.QtWidgets.QTabWidget.setTabIcon": ('int', 'PySide2.QtGui.QIcon'),
12231    "PySide2.QtWidgets.QTabWidget.setTabPosition": ('PySide2.QtWidgets.QTabWidget.TabPosition',),
12232    "PySide2.QtWidgets.QTabWidget.setTabShape": ('PySide2.QtWidgets.QTabWidget.TabShape',),
12233    "PySide2.QtWidgets.QTabWidget.setTabText": ('int', 'str'),
12234    "PySide2.QtWidgets.QTabWidget.setTabToolTip": ('int', 'str'),
12235    "PySide2.QtWidgets.QTabWidget.setTabWhatsThis": ('int', 'str'),
12236    "PySide2.QtWidgets.QTabWidget.setTabsClosable": ('bool',),
12237    "PySide2.QtWidgets.QTabWidget.setUsesScrollButtons": ('bool',),
12238    "PySide2.QtWidgets.QTabWidget.showEvent": ('PySide2.QtGui.QShowEvent',),
12239    "PySide2.QtWidgets.QTabWidget.sizeHint": (),
12240    "PySide2.QtWidgets.QTabWidget.tabBar": (),
12241    "PySide2.QtWidgets.QTabWidget.tabBarAutoHide": (),
12242    "PySide2.QtWidgets.QTabWidget.tabIcon": ('int',),
12243    "PySide2.QtWidgets.QTabWidget.tabInserted": ('int',),
12244    "PySide2.QtWidgets.QTabWidget.tabPosition": (),
12245    "PySide2.QtWidgets.QTabWidget.tabRemoved": ('int',),
12246    "PySide2.QtWidgets.QTabWidget.tabShape": (),
12247    "PySide2.QtWidgets.QTabWidget.tabText": ('int',),
12248    "PySide2.QtWidgets.QTabWidget.tabToolTip": ('int',),
12249    "PySide2.QtWidgets.QTabWidget.tabWhatsThis": ('int',),
12250    "PySide2.QtWidgets.QTabWidget.tabsClosable": (),
12251    "PySide2.QtWidgets.QTabWidget.usesScrollButtons": (),
12252    "PySide2.QtWidgets.QTabWidget.widget": ('int',),
12253# class PySide2.QtWidgets.QTableView:
12254    "PySide2.QtWidgets.QTableView.__init__": ('PySide2.QtWidgets.QWidget',),
12255    "PySide2.QtWidgets.QTableView.clearSpans": (),
12256    "PySide2.QtWidgets.QTableView.columnAt": ('int',),
12257    "PySide2.QtWidgets.QTableView.columnCountChanged": ('int', 'int'),
12258    "PySide2.QtWidgets.QTableView.columnMoved": ('int', 'int', 'int'),
12259    "PySide2.QtWidgets.QTableView.columnResized": ('int', 'int', 'int'),
12260    "PySide2.QtWidgets.QTableView.columnSpan": ('int', 'int'),
12261    "PySide2.QtWidgets.QTableView.columnViewportPosition": ('int',),
12262    "PySide2.QtWidgets.QTableView.columnWidth": ('int',),
12263    "PySide2.QtWidgets.QTableView.currentChanged": ('PySide2.QtCore.QModelIndex', 'PySide2.QtCore.QModelIndex'),
12264    "PySide2.QtWidgets.QTableView.doItemsLayout": (),
12265    "PySide2.QtWidgets.QTableView.gridStyle": (),
12266    "PySide2.QtWidgets.QTableView.hideColumn": ('int',),
12267    "PySide2.QtWidgets.QTableView.hideRow": ('int',),
12268    "PySide2.QtWidgets.QTableView.horizontalHeader": (),
12269    "PySide2.QtWidgets.QTableView.horizontalOffset": (),
12270    "PySide2.QtWidgets.QTableView.horizontalScrollbarAction": ('int',),
12271    "PySide2.QtWidgets.QTableView.indexAt": ('PySide2.QtCore.QPoint',),
12272    "PySide2.QtWidgets.QTableView.isColumnHidden": ('int',),
12273    "PySide2.QtWidgets.QTableView.isCornerButtonEnabled": (),
12274    "PySide2.QtWidgets.QTableView.isIndexHidden": ('PySide2.QtCore.QModelIndex',),
12275    "PySide2.QtWidgets.QTableView.isRowHidden": ('int',),
12276    "PySide2.QtWidgets.QTableView.isSortingEnabled": (),
12277    "PySide2.QtWidgets.QTableView.moveCursor": ('PySide2.QtWidgets.QAbstractItemView.CursorAction', 'PySide2.QtCore.Qt.KeyboardModifiers'),
12278    "PySide2.QtWidgets.QTableView.paintEvent": ('PySide2.QtGui.QPaintEvent',),
12279    "PySide2.QtWidgets.QTableView.resizeColumnToContents": ('int',),
12280    "PySide2.QtWidgets.QTableView.resizeColumnsToContents": (),
12281    "PySide2.QtWidgets.QTableView.resizeRowToContents": ('int',),
12282    "PySide2.QtWidgets.QTableView.resizeRowsToContents": (),
12283    "PySide2.QtWidgets.QTableView.rowAt": ('int',),
12284    "PySide2.QtWidgets.QTableView.rowCountChanged": ('int', 'int'),
12285    "PySide2.QtWidgets.QTableView.rowHeight": ('int',),
12286    "PySide2.QtWidgets.QTableView.rowMoved": ('int', 'int', 'int'),
12287    "PySide2.QtWidgets.QTableView.rowResized": ('int', 'int', 'int'),
12288    "PySide2.QtWidgets.QTableView.rowSpan": ('int', 'int'),
12289    "PySide2.QtWidgets.QTableView.rowViewportPosition": ('int',),
12290    "PySide2.QtWidgets.QTableView.scrollContentsBy": ('int', 'int'),
12291    "PySide2.QtWidgets.QTableView.scrollTo": ('PySide2.QtCore.QModelIndex', 'PySide2.QtWidgets.QAbstractItemView.ScrollHint'),
12292    "PySide2.QtWidgets.QTableView.selectColumn": ('int',),
12293    "PySide2.QtWidgets.QTableView.selectRow": ('int',),
12294    "PySide2.QtWidgets.QTableView.selectedIndexes": (),
12295    "PySide2.QtWidgets.QTableView.selectionChanged": ('PySide2.QtCore.QItemSelection', 'PySide2.QtCore.QItemSelection'),
12296    "PySide2.QtWidgets.QTableView.setColumnHidden": ('int', 'bool'),
12297    "PySide2.QtWidgets.QTableView.setColumnWidth": ('int', 'int'),
12298    "PySide2.QtWidgets.QTableView.setCornerButtonEnabled": ('bool',),
12299    "PySide2.QtWidgets.QTableView.setGridStyle": ('PySide2.QtCore.Qt.PenStyle',),
12300    "PySide2.QtWidgets.QTableView.setHorizontalHeader": ('PySide2.QtWidgets.QHeaderView',),
12301    "PySide2.QtWidgets.QTableView.setModel": ('PySide2.QtCore.QAbstractItemModel',),
12302    "PySide2.QtWidgets.QTableView.setRootIndex": ('PySide2.QtCore.QModelIndex',),
12303    "PySide2.QtWidgets.QTableView.setRowHeight": ('int', 'int'),
12304    "PySide2.QtWidgets.QTableView.setRowHidden": ('int', 'bool'),
12305    "PySide2.QtWidgets.QTableView.setSelection": ('PySide2.QtCore.QRect', 'PySide2.QtCore.QItemSelectionModel.SelectionFlags'),
12306    "PySide2.QtWidgets.QTableView.setSelectionModel": ('PySide2.QtCore.QItemSelectionModel',),
12307    "PySide2.QtWidgets.QTableView.setShowGrid": ('bool',),
12308    "PySide2.QtWidgets.QTableView.setSortingEnabled": ('bool',),
12309    "PySide2.QtWidgets.QTableView.setSpan": ('int', 'int', 'int', 'int'),
12310    "PySide2.QtWidgets.QTableView.setVerticalHeader": ('PySide2.QtWidgets.QHeaderView',),
12311    "PySide2.QtWidgets.QTableView.setWordWrap": ('bool',),
12312    "PySide2.QtWidgets.QTableView.showColumn": ('int',),
12313    "PySide2.QtWidgets.QTableView.showGrid": (),
12314    "PySide2.QtWidgets.QTableView.showRow": ('int',),
12315    "PySide2.QtWidgets.QTableView.sizeHintForColumn": ('int',),
12316    "PySide2.QtWidgets.QTableView.sizeHintForRow": ('int',),
12317    "PySide2.QtWidgets.QTableView.sortByColumn": [('int',), ('int', 'PySide2.QtCore.Qt.SortOrder')],
12318    "PySide2.QtWidgets.QTableView.timerEvent": ('PySide2.QtCore.QTimerEvent',),
12319    "PySide2.QtWidgets.QTableView.updateGeometries": (),
12320    "PySide2.QtWidgets.QTableView.verticalHeader": (),
12321    "PySide2.QtWidgets.QTableView.verticalOffset": (),
12322    "PySide2.QtWidgets.QTableView.verticalScrollbarAction": ('int',),
12323    "PySide2.QtWidgets.QTableView.viewOptions": (),
12324    "PySide2.QtWidgets.QTableView.viewportSizeHint": (),
12325    "PySide2.QtWidgets.QTableView.visualRect": ('PySide2.QtCore.QModelIndex',),
12326    "PySide2.QtWidgets.QTableView.visualRegionForSelection": ('PySide2.QtCore.QItemSelection',),
12327    "PySide2.QtWidgets.QTableView.wordWrap": (),
12328# class PySide2.QtWidgets.QTableWidget:
12329    "PySide2.QtWidgets.QTableWidget.__init__": [('PySide2.QtWidgets.QWidget',), ('int', 'int', 'PySide2.QtWidgets.QWidget')],
12330    "PySide2.QtWidgets.QTableWidget.cellWidget": ('int', 'int'),
12331    "PySide2.QtWidgets.QTableWidget.clear": (),
12332    "PySide2.QtWidgets.QTableWidget.clearContents": (),
12333    "PySide2.QtWidgets.QTableWidget.closePersistentEditor": [('PySide2.QtCore.QModelIndex',), ('PySide2.QtWidgets.QTableWidgetItem',)],
12334    "PySide2.QtWidgets.QTableWidget.column": ('PySide2.QtWidgets.QTableWidgetItem',),
12335    "PySide2.QtWidgets.QTableWidget.columnCount": (),
12336    "PySide2.QtWidgets.QTableWidget.currentColumn": (),
12337    "PySide2.QtWidgets.QTableWidget.currentItem": (),
12338    "PySide2.QtWidgets.QTableWidget.currentRow": (),
12339    "PySide2.QtWidgets.QTableWidget.dropEvent": ('PySide2.QtGui.QDropEvent',),
12340    "PySide2.QtWidgets.QTableWidget.dropMimeData": ('int', 'int', 'PySide2.QtCore.QMimeData', 'PySide2.QtCore.Qt.DropAction'),
12341    "PySide2.QtWidgets.QTableWidget.editItem": ('PySide2.QtWidgets.QTableWidgetItem',),
12342    "PySide2.QtWidgets.QTableWidget.event": ('PySide2.QtCore.QEvent',),
12343    "PySide2.QtWidgets.QTableWidget.findItems": ('str', 'PySide2.QtCore.Qt.MatchFlags'),
12344    "PySide2.QtWidgets.QTableWidget.horizontalHeaderItem": ('int',),
12345    "PySide2.QtWidgets.QTableWidget.indexFromItem": ('PySide2.QtWidgets.QTableWidgetItem',),
12346    "PySide2.QtWidgets.QTableWidget.insertColumn": ('int',),
12347    "PySide2.QtWidgets.QTableWidget.insertRow": ('int',),
12348    "PySide2.QtWidgets.QTableWidget.isItemSelected": ('PySide2.QtWidgets.QTableWidgetItem',),
12349    "PySide2.QtWidgets.QTableWidget.isPersistentEditorOpen": [('PySide2.QtCore.QModelIndex',), ('PySide2.QtWidgets.QTableWidgetItem',)],
12350    "PySide2.QtWidgets.QTableWidget.isSortingEnabled": (),
12351    "PySide2.QtWidgets.QTableWidget.item": ('int', 'int'),
12352    "PySide2.QtWidgets.QTableWidget.itemAt": [('PySide2.QtCore.QPoint',), ('int', 'int')],
12353    "PySide2.QtWidgets.QTableWidget.itemFromIndex": ('PySide2.QtCore.QModelIndex',),
12354    "PySide2.QtWidgets.QTableWidget.itemPrototype": (),
12355    "PySide2.QtWidgets.QTableWidget.items": ('PySide2.QtCore.QMimeData',),
12356    "PySide2.QtWidgets.QTableWidget.mimeData": ('typing.Sequence[PySide2.QtWidgets.QTableWidgetItem]',),
12357    "PySide2.QtWidgets.QTableWidget.mimeTypes": (),
12358    "PySide2.QtWidgets.QTableWidget.openPersistentEditor": [('PySide2.QtCore.QModelIndex',), ('PySide2.QtWidgets.QTableWidgetItem',)],
12359    "PySide2.QtWidgets.QTableWidget.removeCellWidget": ('int', 'int'),
12360    "PySide2.QtWidgets.QTableWidget.removeColumn": ('int',),
12361    "PySide2.QtWidgets.QTableWidget.removeRow": ('int',),
12362    "PySide2.QtWidgets.QTableWidget.row": ('PySide2.QtWidgets.QTableWidgetItem',),
12363    "PySide2.QtWidgets.QTableWidget.rowCount": (),
12364    "PySide2.QtWidgets.QTableWidget.scrollToItem": ('PySide2.QtWidgets.QTableWidgetItem', 'PySide2.QtWidgets.QAbstractItemView.ScrollHint'),
12365    "PySide2.QtWidgets.QTableWidget.selectedItems": (),
12366    "PySide2.QtWidgets.QTableWidget.selectedRanges": (),
12367    "PySide2.QtWidgets.QTableWidget.setCellWidget": ('int', 'int', 'PySide2.QtWidgets.QWidget'),
12368    "PySide2.QtWidgets.QTableWidget.setColumnCount": ('int',),
12369    "PySide2.QtWidgets.QTableWidget.setCurrentCell": [('int', 'int'), ('int', 'int', 'PySide2.QtCore.QItemSelectionModel.SelectionFlags')],
12370    "PySide2.QtWidgets.QTableWidget.setCurrentItem": [('PySide2.QtWidgets.QTableWidgetItem',), ('PySide2.QtWidgets.QTableWidgetItem', 'PySide2.QtCore.QItemSelectionModel.SelectionFlags')],
12371    "PySide2.QtWidgets.QTableWidget.setHorizontalHeaderItem": ('int', 'PySide2.QtWidgets.QTableWidgetItem'),
12372    "PySide2.QtWidgets.QTableWidget.setHorizontalHeaderLabels": ('typing.Sequence[str]',),
12373    "PySide2.QtWidgets.QTableWidget.setItem": ('int', 'int', 'PySide2.QtWidgets.QTableWidgetItem'),
12374    "PySide2.QtWidgets.QTableWidget.setItemPrototype": ('PySide2.QtWidgets.QTableWidgetItem',),
12375    "PySide2.QtWidgets.QTableWidget.setItemSelected": ('PySide2.QtWidgets.QTableWidgetItem', 'bool'),
12376    "PySide2.QtWidgets.QTableWidget.setModel": ('PySide2.QtCore.QAbstractItemModel',),
12377    "PySide2.QtWidgets.QTableWidget.setRangeSelected": ('PySide2.QtWidgets.QTableWidgetSelectionRange', 'bool'),
12378    "PySide2.QtWidgets.QTableWidget.setRowCount": ('int',),
12379    "PySide2.QtWidgets.QTableWidget.setSortingEnabled": ('bool',),
12380    "PySide2.QtWidgets.QTableWidget.setVerticalHeaderItem": ('int', 'PySide2.QtWidgets.QTableWidgetItem'),
12381    "PySide2.QtWidgets.QTableWidget.setVerticalHeaderLabels": ('typing.Sequence[str]',),
12382    "PySide2.QtWidgets.QTableWidget.sortItems": ('int', 'PySide2.QtCore.Qt.SortOrder'),
12383    "PySide2.QtWidgets.QTableWidget.supportedDropActions": (),
12384    "PySide2.QtWidgets.QTableWidget.takeHorizontalHeaderItem": ('int',),
12385    "PySide2.QtWidgets.QTableWidget.takeItem": ('int', 'int'),
12386    "PySide2.QtWidgets.QTableWidget.takeVerticalHeaderItem": ('int',),
12387    "PySide2.QtWidgets.QTableWidget.verticalHeaderItem": ('int',),
12388    "PySide2.QtWidgets.QTableWidget.visualColumn": ('int',),
12389    "PySide2.QtWidgets.QTableWidget.visualItemRect": ('PySide2.QtWidgets.QTableWidgetItem',),
12390    "PySide2.QtWidgets.QTableWidget.visualRow": ('int',),
12391# class PySide2.QtWidgets.QTableWidgetItem:
12392# class PySide2.QtWidgets.QTableWidgetItem.ItemType:
12393    "PySide2.QtWidgets.QTableWidgetItem.__init__": [('PySide2.QtGui.QIcon', 'str', 'int'), ('PySide2.QtWidgets.QTableWidgetItem',), ('int',), ('str', 'int')],
12394    "PySide2.QtWidgets.QTableWidgetItem.__lshift__": ('PySide2.QtCore.QDataStream',),
12395    "PySide2.QtWidgets.QTableWidgetItem.__rshift__": ('PySide2.QtCore.QDataStream',),
12396    "PySide2.QtWidgets.QTableWidgetItem.background": (),
12397    "PySide2.QtWidgets.QTableWidgetItem.backgroundColor": (),
12398    "PySide2.QtWidgets.QTableWidgetItem.checkState": (),
12399    "PySide2.QtWidgets.QTableWidgetItem.clone": (),
12400    "PySide2.QtWidgets.QTableWidgetItem.column": (),
12401    "PySide2.QtWidgets.QTableWidgetItem.data": ('int',),
12402    "PySide2.QtWidgets.QTableWidgetItem.flags": (),
12403    "PySide2.QtWidgets.QTableWidgetItem.font": (),
12404    "PySide2.QtWidgets.QTableWidgetItem.foreground": (),
12405    "PySide2.QtWidgets.QTableWidgetItem.icon": (),
12406    "PySide2.QtWidgets.QTableWidgetItem.isSelected": (),
12407    "PySide2.QtWidgets.QTableWidgetItem.read": ('PySide2.QtCore.QDataStream',),
12408    "PySide2.QtWidgets.QTableWidgetItem.row": (),
12409    "PySide2.QtWidgets.QTableWidgetItem.setBackground": ('PySide2.QtGui.QBrush',),
12410    "PySide2.QtWidgets.QTableWidgetItem.setBackgroundColor": ('PySide2.QtGui.QColor',),
12411    "PySide2.QtWidgets.QTableWidgetItem.setCheckState": ('PySide2.QtCore.Qt.CheckState',),
12412    "PySide2.QtWidgets.QTableWidgetItem.setData": ('int', 'typing.Any'),
12413    "PySide2.QtWidgets.QTableWidgetItem.setFlags": ('PySide2.QtCore.Qt.ItemFlags',),
12414    "PySide2.QtWidgets.QTableWidgetItem.setFont": ('PySide2.QtGui.QFont',),
12415    "PySide2.QtWidgets.QTableWidgetItem.setForeground": ('PySide2.QtGui.QBrush',),
12416    "PySide2.QtWidgets.QTableWidgetItem.setIcon": ('PySide2.QtGui.QIcon',),
12417    "PySide2.QtWidgets.QTableWidgetItem.setSelected": ('bool',),
12418    "PySide2.QtWidgets.QTableWidgetItem.setSizeHint": ('PySide2.QtCore.QSize',),
12419    "PySide2.QtWidgets.QTableWidgetItem.setStatusTip": ('str',),
12420    "PySide2.QtWidgets.QTableWidgetItem.setText": ('str',),
12421    "PySide2.QtWidgets.QTableWidgetItem.setTextAlignment": ('int',),
12422    "PySide2.QtWidgets.QTableWidgetItem.setTextColor": ('PySide2.QtGui.QColor',),
12423    "PySide2.QtWidgets.QTableWidgetItem.setToolTip": ('str',),
12424    "PySide2.QtWidgets.QTableWidgetItem.setWhatsThis": ('str',),
12425    "PySide2.QtWidgets.QTableWidgetItem.sizeHint": (),
12426    "PySide2.QtWidgets.QTableWidgetItem.statusTip": (),
12427    "PySide2.QtWidgets.QTableWidgetItem.tableWidget": (),
12428    "PySide2.QtWidgets.QTableWidgetItem.text": (),
12429    "PySide2.QtWidgets.QTableWidgetItem.textAlignment": (),
12430    "PySide2.QtWidgets.QTableWidgetItem.textColor": (),
12431    "PySide2.QtWidgets.QTableWidgetItem.toolTip": (),
12432    "PySide2.QtWidgets.QTableWidgetItem.type": (),
12433    "PySide2.QtWidgets.QTableWidgetItem.whatsThis": (),
12434    "PySide2.QtWidgets.QTableWidgetItem.write": ('PySide2.QtCore.QDataStream',),
12435# class PySide2.QtWidgets.QTableWidgetSelectionRange:
12436    "PySide2.QtWidgets.QTableWidgetSelectionRange.__init__": [(), ('PySide2.QtWidgets.QTableWidgetSelectionRange',), ('int', 'int', 'int', 'int')],
12437    "PySide2.QtWidgets.QTableWidgetSelectionRange.__copy__": (),
12438    "PySide2.QtWidgets.QTableWidgetSelectionRange.bottomRow": (),
12439    "PySide2.QtWidgets.QTableWidgetSelectionRange.columnCount": (),
12440    "PySide2.QtWidgets.QTableWidgetSelectionRange.leftColumn": (),
12441    "PySide2.QtWidgets.QTableWidgetSelectionRange.rightColumn": (),
12442    "PySide2.QtWidgets.QTableWidgetSelectionRange.rowCount": (),
12443    "PySide2.QtWidgets.QTableWidgetSelectionRange.topRow": (),
12444# class PySide2.QtWidgets.QTapAndHoldGesture:
12445    "PySide2.QtWidgets.QTapAndHoldGesture.__init__": ('PySide2.QtCore.QObject',),
12446    "PySide2.QtWidgets.QTapAndHoldGesture.position": (),
12447    "PySide2.QtWidgets.QTapAndHoldGesture.setPosition": ('PySide2.QtCore.QPointF',),
12448    "PySide2.QtWidgets.QTapAndHoldGesture.setTimeout": ('int',),
12449    "PySide2.QtWidgets.QTapAndHoldGesture.timeout": (),
12450# class PySide2.QtWidgets.QTapGesture:
12451    "PySide2.QtWidgets.QTapGesture.__init__": ('PySide2.QtCore.QObject',),
12452    "PySide2.QtWidgets.QTapGesture.position": (),
12453    "PySide2.QtWidgets.QTapGesture.setPosition": ('PySide2.QtCore.QPointF',),
12454# class PySide2.QtWidgets.QTextBrowser:
12455    "PySide2.QtWidgets.QTextBrowser.__init__": ('PySide2.QtWidgets.QWidget',),
12456    "PySide2.QtWidgets.QTextBrowser.backward": (),
12457    "PySide2.QtWidgets.QTextBrowser.backwardHistoryCount": (),
12458    "PySide2.QtWidgets.QTextBrowser.clearHistory": (),
12459    "PySide2.QtWidgets.QTextBrowser.doSetSource": ('PySide2.QtCore.QUrl', 'PySide2.QtGui.QTextDocument.ResourceType'),
12460    "PySide2.QtWidgets.QTextBrowser.event": ('PySide2.QtCore.QEvent',),
12461    "PySide2.QtWidgets.QTextBrowser.focusNextPrevChild": ('bool',),
12462    "PySide2.QtWidgets.QTextBrowser.focusOutEvent": ('PySide2.QtGui.QFocusEvent',),
12463    "PySide2.QtWidgets.QTextBrowser.forward": (),
12464    "PySide2.QtWidgets.QTextBrowser.forwardHistoryCount": (),
12465    "PySide2.QtWidgets.QTextBrowser.historyTitle": ('int',),
12466    "PySide2.QtWidgets.QTextBrowser.historyUrl": ('int',),
12467    "PySide2.QtWidgets.QTextBrowser.home": (),
12468    "PySide2.QtWidgets.QTextBrowser.isBackwardAvailable": (),
12469    "PySide2.QtWidgets.QTextBrowser.isForwardAvailable": (),
12470    "PySide2.QtWidgets.QTextBrowser.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
12471    "PySide2.QtWidgets.QTextBrowser.loadResource": ('int', 'PySide2.QtCore.QUrl'),
12472    "PySide2.QtWidgets.QTextBrowser.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
12473    "PySide2.QtWidgets.QTextBrowser.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
12474    "PySide2.QtWidgets.QTextBrowser.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
12475    "PySide2.QtWidgets.QTextBrowser.openExternalLinks": (),
12476    "PySide2.QtWidgets.QTextBrowser.openLinks": (),
12477    "PySide2.QtWidgets.QTextBrowser.paintEvent": ('PySide2.QtGui.QPaintEvent',),
12478    "PySide2.QtWidgets.QTextBrowser.reload": (),
12479    "PySide2.QtWidgets.QTextBrowser.searchPaths": (),
12480    "PySide2.QtWidgets.QTextBrowser.setOpenExternalLinks": ('bool',),
12481    "PySide2.QtWidgets.QTextBrowser.setOpenLinks": ('bool',),
12482    "PySide2.QtWidgets.QTextBrowser.setSearchPaths": ('typing.Sequence[str]',),
12483    "PySide2.QtWidgets.QTextBrowser.setSource": [('PySide2.QtCore.QUrl',), ('PySide2.QtCore.QUrl', 'PySide2.QtGui.QTextDocument.ResourceType')],
12484    "PySide2.QtWidgets.QTextBrowser.source": (),
12485    "PySide2.QtWidgets.QTextBrowser.sourceType": (),
12486# class PySide2.QtWidgets.QTextEdit:
12487# class PySide2.QtWidgets.QTextEdit.AutoFormatting:
12488# class PySide2.QtWidgets.QTextEdit.AutoFormattingFlag:
12489# class PySide2.QtWidgets.QTextEdit.ExtraSelection:
12490    "PySide2.QtWidgets.QTextEdit.ExtraSelection.__init__": [(), ('PySide2.QtWidgets.QTextEdit.ExtraSelection',)],
12491    "PySide2.QtWidgets.QTextEdit.ExtraSelection.__copy__": (),
12492# class PySide2.QtWidgets.QTextEdit.LineWrapMode:
12493    "PySide2.QtWidgets.QTextEdit.__init__": [('PySide2.QtWidgets.QWidget',), ('str', 'PySide2.QtWidgets.QWidget')],
12494    "PySide2.QtWidgets.QTextEdit.acceptRichText": (),
12495    "PySide2.QtWidgets.QTextEdit.alignment": (),
12496    "PySide2.QtWidgets.QTextEdit.anchorAt": ('PySide2.QtCore.QPoint',),
12497    "PySide2.QtWidgets.QTextEdit.append": ('str',),
12498    "PySide2.QtWidgets.QTextEdit.autoFormatting": (),
12499    "PySide2.QtWidgets.QTextEdit.canInsertFromMimeData": ('PySide2.QtCore.QMimeData',),
12500    "PySide2.QtWidgets.QTextEdit.canPaste": (),
12501    "PySide2.QtWidgets.QTextEdit.changeEvent": ('PySide2.QtCore.QEvent',),
12502    "PySide2.QtWidgets.QTextEdit.clear": (),
12503    "PySide2.QtWidgets.QTextEdit.contextMenuEvent": ('PySide2.QtGui.QContextMenuEvent',),
12504    "PySide2.QtWidgets.QTextEdit.copy": (),
12505    "PySide2.QtWidgets.QTextEdit.createMimeDataFromSelection": (),
12506    "PySide2.QtWidgets.QTextEdit.createStandardContextMenu": [(), ('PySide2.QtCore.QPoint',)],
12507    "PySide2.QtWidgets.QTextEdit.currentCharFormat": (),
12508    "PySide2.QtWidgets.QTextEdit.currentFont": (),
12509    "PySide2.QtWidgets.QTextEdit.cursorForPosition": ('PySide2.QtCore.QPoint',),
12510    "PySide2.QtWidgets.QTextEdit.cursorRect": [(), ('PySide2.QtGui.QTextCursor',)],
12511    "PySide2.QtWidgets.QTextEdit.cursorWidth": (),
12512    "PySide2.QtWidgets.QTextEdit.cut": (),
12513    "PySide2.QtWidgets.QTextEdit.doSetTextCursor": ('PySide2.QtGui.QTextCursor',),
12514    "PySide2.QtWidgets.QTextEdit.document": (),
12515    "PySide2.QtWidgets.QTextEdit.documentTitle": (),
12516    "PySide2.QtWidgets.QTextEdit.dragEnterEvent": ('PySide2.QtGui.QDragEnterEvent',),
12517    "PySide2.QtWidgets.QTextEdit.dragLeaveEvent": ('PySide2.QtGui.QDragLeaveEvent',),
12518    "PySide2.QtWidgets.QTextEdit.dragMoveEvent": ('PySide2.QtGui.QDragMoveEvent',),
12519    "PySide2.QtWidgets.QTextEdit.dropEvent": ('PySide2.QtGui.QDropEvent',),
12520    "PySide2.QtWidgets.QTextEdit.ensureCursorVisible": (),
12521    "PySide2.QtWidgets.QTextEdit.event": ('PySide2.QtCore.QEvent',),
12522    "PySide2.QtWidgets.QTextEdit.extraSelections": (),
12523    "PySide2.QtWidgets.QTextEdit.find": [('PySide2.QtCore.QRegExp', 'PySide2.QtGui.QTextDocument.FindFlags'), ('PySide2.QtCore.QRegularExpression', 'PySide2.QtGui.QTextDocument.FindFlags'), ('str', 'PySide2.QtGui.QTextDocument.FindFlags')],
12524    "PySide2.QtWidgets.QTextEdit.focusInEvent": ('PySide2.QtGui.QFocusEvent',),
12525    "PySide2.QtWidgets.QTextEdit.focusNextPrevChild": ('bool',),
12526    "PySide2.QtWidgets.QTextEdit.focusOutEvent": ('PySide2.QtGui.QFocusEvent',),
12527    "PySide2.QtWidgets.QTextEdit.fontFamily": (),
12528    "PySide2.QtWidgets.QTextEdit.fontItalic": (),
12529    "PySide2.QtWidgets.QTextEdit.fontPointSize": (),
12530    "PySide2.QtWidgets.QTextEdit.fontUnderline": (),
12531    "PySide2.QtWidgets.QTextEdit.fontWeight": (),
12532    "PySide2.QtWidgets.QTextEdit.inputMethodEvent": ('PySide2.QtGui.QInputMethodEvent',),
12533    "PySide2.QtWidgets.QTextEdit.inputMethodQuery": [('PySide2.QtCore.Qt.InputMethodQuery',), ('PySide2.QtCore.Qt.InputMethodQuery', 'typing.Any')],
12534    "PySide2.QtWidgets.QTextEdit.insertFromMimeData": ('PySide2.QtCore.QMimeData',),
12535    "PySide2.QtWidgets.QTextEdit.insertHtml": ('str',),
12536    "PySide2.QtWidgets.QTextEdit.insertPlainText": ('str',),
12537    "PySide2.QtWidgets.QTextEdit.isReadOnly": (),
12538    "PySide2.QtWidgets.QTextEdit.isUndoRedoEnabled": (),
12539    "PySide2.QtWidgets.QTextEdit.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
12540    "PySide2.QtWidgets.QTextEdit.keyReleaseEvent": ('PySide2.QtGui.QKeyEvent',),
12541    "PySide2.QtWidgets.QTextEdit.lineWrapColumnOrWidth": (),
12542    "PySide2.QtWidgets.QTextEdit.lineWrapMode": (),
12543    "PySide2.QtWidgets.QTextEdit.loadResource": ('int', 'PySide2.QtCore.QUrl'),
12544    "PySide2.QtWidgets.QTextEdit.mergeCurrentCharFormat": ('PySide2.QtGui.QTextCharFormat',),
12545    "PySide2.QtWidgets.QTextEdit.mouseDoubleClickEvent": ('PySide2.QtGui.QMouseEvent',),
12546    "PySide2.QtWidgets.QTextEdit.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
12547    "PySide2.QtWidgets.QTextEdit.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
12548    "PySide2.QtWidgets.QTextEdit.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
12549    "PySide2.QtWidgets.QTextEdit.moveCursor": ('PySide2.QtGui.QTextCursor.MoveOperation', 'PySide2.QtGui.QTextCursor.MoveMode'),
12550    "PySide2.QtWidgets.QTextEdit.overwriteMode": (),
12551    "PySide2.QtWidgets.QTextEdit.paintEvent": ('PySide2.QtGui.QPaintEvent',),
12552    "PySide2.QtWidgets.QTextEdit.paste": (),
12553    "PySide2.QtWidgets.QTextEdit.placeholderText": (),
12554    "PySide2.QtWidgets.QTextEdit.print_": ('PySide2.QtGui.QPagedPaintDevice',),
12555    "PySide2.QtWidgets.QTextEdit.redo": (),
12556    "PySide2.QtWidgets.QTextEdit.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
12557    "PySide2.QtWidgets.QTextEdit.scrollContentsBy": ('int', 'int'),
12558    "PySide2.QtWidgets.QTextEdit.scrollToAnchor": ('str',),
12559    "PySide2.QtWidgets.QTextEdit.selectAll": (),
12560    "PySide2.QtWidgets.QTextEdit.setAcceptRichText": ('bool',),
12561    "PySide2.QtWidgets.QTextEdit.setAlignment": ('PySide2.QtCore.Qt.Alignment',),
12562    "PySide2.QtWidgets.QTextEdit.setAutoFormatting": ('PySide2.QtWidgets.QTextEdit.AutoFormatting',),
12563    "PySide2.QtWidgets.QTextEdit.setCurrentCharFormat": ('PySide2.QtGui.QTextCharFormat',),
12564    "PySide2.QtWidgets.QTextEdit.setCurrentFont": ('PySide2.QtGui.QFont',),
12565    "PySide2.QtWidgets.QTextEdit.setCursorWidth": ('int',),
12566    "PySide2.QtWidgets.QTextEdit.setDocument": ('PySide2.QtGui.QTextDocument',),
12567    "PySide2.QtWidgets.QTextEdit.setDocumentTitle": ('str',),
12568    "PySide2.QtWidgets.QTextEdit.setExtraSelections": ('typing.Sequence[PySide2.QtWidgets.QTextEdit.ExtraSelection]',),
12569    "PySide2.QtWidgets.QTextEdit.setFontFamily": ('str',),
12570    "PySide2.QtWidgets.QTextEdit.setFontItalic": ('bool',),
12571    "PySide2.QtWidgets.QTextEdit.setFontPointSize": ('float',),
12572    "PySide2.QtWidgets.QTextEdit.setFontUnderline": ('bool',),
12573    "PySide2.QtWidgets.QTextEdit.setFontWeight": ('int',),
12574    "PySide2.QtWidgets.QTextEdit.setHtml": ('str',),
12575    "PySide2.QtWidgets.QTextEdit.setLineWrapColumnOrWidth": ('int',),
12576    "PySide2.QtWidgets.QTextEdit.setLineWrapMode": ('PySide2.QtWidgets.QTextEdit.LineWrapMode',),
12577    "PySide2.QtWidgets.QTextEdit.setMarkdown": ('str',),
12578    "PySide2.QtWidgets.QTextEdit.setOverwriteMode": ('bool',),
12579    "PySide2.QtWidgets.QTextEdit.setPlaceholderText": ('str',),
12580    "PySide2.QtWidgets.QTextEdit.setPlainText": ('str',),
12581    "PySide2.QtWidgets.QTextEdit.setReadOnly": ('bool',),
12582    "PySide2.QtWidgets.QTextEdit.setTabChangesFocus": ('bool',),
12583    "PySide2.QtWidgets.QTextEdit.setTabStopDistance": ('float',),
12584    "PySide2.QtWidgets.QTextEdit.setTabStopWidth": ('int',),
12585    "PySide2.QtWidgets.QTextEdit.setText": ('str',),
12586    "PySide2.QtWidgets.QTextEdit.setTextBackgroundColor": ('PySide2.QtGui.QColor',),
12587    "PySide2.QtWidgets.QTextEdit.setTextColor": ('PySide2.QtGui.QColor',),
12588    "PySide2.QtWidgets.QTextEdit.setTextCursor": ('PySide2.QtGui.QTextCursor',),
12589    "PySide2.QtWidgets.QTextEdit.setTextInteractionFlags": ('PySide2.QtCore.Qt.TextInteractionFlags',),
12590    "PySide2.QtWidgets.QTextEdit.setUndoRedoEnabled": ('bool',),
12591    "PySide2.QtWidgets.QTextEdit.setWordWrapMode": ('PySide2.QtGui.QTextOption.WrapMode',),
12592    "PySide2.QtWidgets.QTextEdit.showEvent": ('PySide2.QtGui.QShowEvent',),
12593    "PySide2.QtWidgets.QTextEdit.tabChangesFocus": (),
12594    "PySide2.QtWidgets.QTextEdit.tabStopDistance": (),
12595    "PySide2.QtWidgets.QTextEdit.tabStopWidth": (),
12596    "PySide2.QtWidgets.QTextEdit.textBackgroundColor": (),
12597    "PySide2.QtWidgets.QTextEdit.textColor": (),
12598    "PySide2.QtWidgets.QTextEdit.textCursor": (),
12599    "PySide2.QtWidgets.QTextEdit.textInteractionFlags": (),
12600    "PySide2.QtWidgets.QTextEdit.timerEvent": ('PySide2.QtCore.QTimerEvent',),
12601    "PySide2.QtWidgets.QTextEdit.toHtml": (),
12602    "PySide2.QtWidgets.QTextEdit.toMarkdown": ('PySide2.QtGui.QTextDocument.MarkdownFeatures',),
12603    "PySide2.QtWidgets.QTextEdit.toPlainText": (),
12604    "PySide2.QtWidgets.QTextEdit.undo": (),
12605    "PySide2.QtWidgets.QTextEdit.wheelEvent": ('PySide2.QtGui.QWheelEvent',),
12606    "PySide2.QtWidgets.QTextEdit.wordWrapMode": (),
12607    "PySide2.QtWidgets.QTextEdit.zoomIn": ('int',),
12608    "PySide2.QtWidgets.QTextEdit.zoomInF": ('float',),
12609    "PySide2.QtWidgets.QTextEdit.zoomOut": ('int',),
12610# class PySide2.QtWidgets.QTileRules:
12611    "PySide2.QtWidgets.QTileRules.__init__": [('PySide2.QtCore.Qt.TileRule',), ('PySide2.QtCore.Qt.TileRule', 'PySide2.QtCore.Qt.TileRule'), ('PySide2.QtWidgets.QTileRules',)],
12612    "PySide2.QtWidgets.QTileRules.__copy__": (),
12613# class PySide2.QtWidgets.QTimeEdit:
12614    "PySide2.QtWidgets.QTimeEdit.__init__": [('PySide2.QtCore.QTime', 'PySide2.QtWidgets.QWidget'), ('PySide2.QtWidgets.QWidget',)],
12615# class PySide2.QtWidgets.QToolBar:
12616    "PySide2.QtWidgets.QToolBar.__init__": [('PySide2.QtWidgets.QWidget',), ('str', 'PySide2.QtWidgets.QWidget')],
12617    "PySide2.QtWidgets.QToolBar.actionAt": [('PySide2.QtCore.QPoint',), ('int', 'int')],
12618    "PySide2.QtWidgets.QToolBar.actionEvent": ('PySide2.QtGui.QActionEvent',),
12619    "PySide2.QtWidgets.QToolBar.actionGeometry": ('PySide2.QtWidgets.QAction',),
12620    "PySide2.QtWidgets.QToolBar.addAction": [('PySide2.QtGui.QIcon', 'str'), ('PySide2.QtGui.QIcon', 'str', 'PySide2.QtCore.QObject', 'str'), ('PySide2.QtWidgets.QAction',), ('str',), ('str', 'PySide2.QtCore.QObject', 'str')],
12621    "PySide2.QtWidgets.QToolBar.addSeparator": (),
12622    "PySide2.QtWidgets.QToolBar.addWidget": ('PySide2.QtWidgets.QWidget',),
12623    "PySide2.QtWidgets.QToolBar.allowedAreas": (),
12624    "PySide2.QtWidgets.QToolBar.changeEvent": ('PySide2.QtCore.QEvent',),
12625    "PySide2.QtWidgets.QToolBar.clear": (),
12626    "PySide2.QtWidgets.QToolBar.event": ('PySide2.QtCore.QEvent',),
12627    "PySide2.QtWidgets.QToolBar.iconSize": (),
12628    "PySide2.QtWidgets.QToolBar.initStyleOption": ('PySide2.QtWidgets.QStyleOptionToolBar',),
12629    "PySide2.QtWidgets.QToolBar.insertSeparator": ('PySide2.QtWidgets.QAction',),
12630    "PySide2.QtWidgets.QToolBar.insertWidget": ('PySide2.QtWidgets.QAction', 'PySide2.QtWidgets.QWidget'),
12631    "PySide2.QtWidgets.QToolBar.isAreaAllowed": ('PySide2.QtCore.Qt.ToolBarArea',),
12632    "PySide2.QtWidgets.QToolBar.isFloatable": (),
12633    "PySide2.QtWidgets.QToolBar.isFloating": (),
12634    "PySide2.QtWidgets.QToolBar.isMovable": (),
12635    "PySide2.QtWidgets.QToolBar.orientation": (),
12636    "PySide2.QtWidgets.QToolBar.paintEvent": ('PySide2.QtGui.QPaintEvent',),
12637    "PySide2.QtWidgets.QToolBar.setAllowedAreas": ('PySide2.QtCore.Qt.ToolBarAreas',),
12638    "PySide2.QtWidgets.QToolBar.setFloatable": ('bool',),
12639    "PySide2.QtWidgets.QToolBar.setIconSize": ('PySide2.QtCore.QSize',),
12640    "PySide2.QtWidgets.QToolBar.setMovable": ('bool',),
12641    "PySide2.QtWidgets.QToolBar.setOrientation": ('PySide2.QtCore.Qt.Orientation',),
12642    "PySide2.QtWidgets.QToolBar.setToolButtonStyle": ('PySide2.QtCore.Qt.ToolButtonStyle',),
12643    "PySide2.QtWidgets.QToolBar.toggleViewAction": (),
12644    "PySide2.QtWidgets.QToolBar.toolButtonStyle": (),
12645    "PySide2.QtWidgets.QToolBar.widgetForAction": ('PySide2.QtWidgets.QAction',),
12646# class PySide2.QtWidgets.QToolBox:
12647    "PySide2.QtWidgets.QToolBox.__init__": ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.WindowFlags'),
12648    "PySide2.QtWidgets.QToolBox.addItem": [('PySide2.QtWidgets.QWidget', 'PySide2.QtGui.QIcon', 'str'), ('PySide2.QtWidgets.QWidget', 'str')],
12649    "PySide2.QtWidgets.QToolBox.changeEvent": ('PySide2.QtCore.QEvent',),
12650    "PySide2.QtWidgets.QToolBox.count": (),
12651    "PySide2.QtWidgets.QToolBox.currentIndex": (),
12652    "PySide2.QtWidgets.QToolBox.currentWidget": (),
12653    "PySide2.QtWidgets.QToolBox.event": ('PySide2.QtCore.QEvent',),
12654    "PySide2.QtWidgets.QToolBox.indexOf": ('PySide2.QtWidgets.QWidget',),
12655    "PySide2.QtWidgets.QToolBox.insertItem": [('int', 'PySide2.QtWidgets.QWidget', 'PySide2.QtGui.QIcon', 'str'), ('int', 'PySide2.QtWidgets.QWidget', 'str')],
12656    "PySide2.QtWidgets.QToolBox.isItemEnabled": ('int',),
12657    "PySide2.QtWidgets.QToolBox.itemIcon": ('int',),
12658    "PySide2.QtWidgets.QToolBox.itemInserted": ('int',),
12659    "PySide2.QtWidgets.QToolBox.itemRemoved": ('int',),
12660    "PySide2.QtWidgets.QToolBox.itemText": ('int',),
12661    "PySide2.QtWidgets.QToolBox.itemToolTip": ('int',),
12662    "PySide2.QtWidgets.QToolBox.removeItem": ('int',),
12663    "PySide2.QtWidgets.QToolBox.setCurrentIndex": ('int',),
12664    "PySide2.QtWidgets.QToolBox.setCurrentWidget": ('PySide2.QtWidgets.QWidget',),
12665    "PySide2.QtWidgets.QToolBox.setItemEnabled": ('int', 'bool'),
12666    "PySide2.QtWidgets.QToolBox.setItemIcon": ('int', 'PySide2.QtGui.QIcon'),
12667    "PySide2.QtWidgets.QToolBox.setItemText": ('int', 'str'),
12668    "PySide2.QtWidgets.QToolBox.setItemToolTip": ('int', 'str'),
12669    "PySide2.QtWidgets.QToolBox.showEvent": ('PySide2.QtGui.QShowEvent',),
12670    "PySide2.QtWidgets.QToolBox.widget": ('int',),
12671# class PySide2.QtWidgets.QToolButton:
12672# class PySide2.QtWidgets.QToolButton.ToolButtonPopupMode:
12673    "PySide2.QtWidgets.QToolButton.__init__": ('PySide2.QtWidgets.QWidget',),
12674    "PySide2.QtWidgets.QToolButton.actionEvent": ('PySide2.QtGui.QActionEvent',),
12675    "PySide2.QtWidgets.QToolButton.arrowType": (),
12676    "PySide2.QtWidgets.QToolButton.autoRaise": (),
12677    "PySide2.QtWidgets.QToolButton.changeEvent": ('PySide2.QtCore.QEvent',),
12678    "PySide2.QtWidgets.QToolButton.defaultAction": (),
12679    "PySide2.QtWidgets.QToolButton.enterEvent": ('PySide2.QtCore.QEvent',),
12680    "PySide2.QtWidgets.QToolButton.event": ('PySide2.QtCore.QEvent',),
12681    "PySide2.QtWidgets.QToolButton.hitButton": ('PySide2.QtCore.QPoint',),
12682    "PySide2.QtWidgets.QToolButton.initStyleOption": ('PySide2.QtWidgets.QStyleOptionToolButton',),
12683    "PySide2.QtWidgets.QToolButton.leaveEvent": ('PySide2.QtCore.QEvent',),
12684    "PySide2.QtWidgets.QToolButton.menu": (),
12685    "PySide2.QtWidgets.QToolButton.minimumSizeHint": (),
12686    "PySide2.QtWidgets.QToolButton.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
12687    "PySide2.QtWidgets.QToolButton.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
12688    "PySide2.QtWidgets.QToolButton.nextCheckState": (),
12689    "PySide2.QtWidgets.QToolButton.paintEvent": ('PySide2.QtGui.QPaintEvent',),
12690    "PySide2.QtWidgets.QToolButton.popupMode": (),
12691    "PySide2.QtWidgets.QToolButton.setArrowType": ('PySide2.QtCore.Qt.ArrowType',),
12692    "PySide2.QtWidgets.QToolButton.setAutoRaise": ('bool',),
12693    "PySide2.QtWidgets.QToolButton.setDefaultAction": ('PySide2.QtWidgets.QAction',),
12694    "PySide2.QtWidgets.QToolButton.setMenu": ('PySide2.QtWidgets.QMenu',),
12695    "PySide2.QtWidgets.QToolButton.setPopupMode": ('PySide2.QtWidgets.QToolButton.ToolButtonPopupMode',),
12696    "PySide2.QtWidgets.QToolButton.setToolButtonStyle": ('PySide2.QtCore.Qt.ToolButtonStyle',),
12697    "PySide2.QtWidgets.QToolButton.showMenu": (),
12698    "PySide2.QtWidgets.QToolButton.sizeHint": (),
12699    "PySide2.QtWidgets.QToolButton.timerEvent": ('PySide2.QtCore.QTimerEvent',),
12700    "PySide2.QtWidgets.QToolButton.toolButtonStyle": (),
12701# class PySide2.QtWidgets.QToolTip:
12702    "PySide2.QtWidgets.QToolTip.font": (),
12703    "PySide2.QtWidgets.QToolTip.hideText": (),
12704    "PySide2.QtWidgets.QToolTip.isVisible": (),
12705    "PySide2.QtWidgets.QToolTip.palette": (),
12706    "PySide2.QtWidgets.QToolTip.setFont": ('PySide2.QtGui.QFont',),
12707    "PySide2.QtWidgets.QToolTip.setPalette": ('PySide2.QtGui.QPalette',),
12708    "PySide2.QtWidgets.QToolTip.showText": [('PySide2.QtCore.QPoint', 'str', 'PySide2.QtWidgets.QWidget'), ('PySide2.QtCore.QPoint', 'str', 'PySide2.QtWidgets.QWidget', 'PySide2.QtCore.QRect'), ('PySide2.QtCore.QPoint', 'str', 'PySide2.QtWidgets.QWidget', 'PySide2.QtCore.QRect', 'int')],
12709    "PySide2.QtWidgets.QToolTip.text": (),
12710# class PySide2.QtWidgets.QTreeView:
12711    "PySide2.QtWidgets.QTreeView.__init__": ('PySide2.QtWidgets.QWidget',),
12712    "PySide2.QtWidgets.QTreeView.allColumnsShowFocus": (),
12713    "PySide2.QtWidgets.QTreeView.autoExpandDelay": (),
12714    "PySide2.QtWidgets.QTreeView.collapse": ('PySide2.QtCore.QModelIndex',),
12715    "PySide2.QtWidgets.QTreeView.collapseAll": (),
12716    "PySide2.QtWidgets.QTreeView.columnAt": ('int',),
12717    "PySide2.QtWidgets.QTreeView.columnCountChanged": ('int', 'int'),
12718    "PySide2.QtWidgets.QTreeView.columnMoved": (),
12719    "PySide2.QtWidgets.QTreeView.columnResized": ('int', 'int', 'int'),
12720    "PySide2.QtWidgets.QTreeView.columnViewportPosition": ('int',),
12721    "PySide2.QtWidgets.QTreeView.columnWidth": ('int',),
12722    "PySide2.QtWidgets.QTreeView.currentChanged": ('PySide2.QtCore.QModelIndex', 'PySide2.QtCore.QModelIndex'),
12723    "PySide2.QtWidgets.QTreeView.dataChanged": ('PySide2.QtCore.QModelIndex', 'PySide2.QtCore.QModelIndex', 'typing.List[int]'),
12724    "PySide2.QtWidgets.QTreeView.doItemsLayout": (),
12725    "PySide2.QtWidgets.QTreeView.dragMoveEvent": ('PySide2.QtGui.QDragMoveEvent',),
12726    "PySide2.QtWidgets.QTreeView.drawBranches": ('PySide2.QtGui.QPainter', 'PySide2.QtCore.QRect', 'PySide2.QtCore.QModelIndex'),
12727    "PySide2.QtWidgets.QTreeView.drawRow": ('PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QStyleOptionViewItem', 'PySide2.QtCore.QModelIndex'),
12728    "PySide2.QtWidgets.QTreeView.drawTree": ('PySide2.QtGui.QPainter', 'PySide2.QtGui.QRegion'),
12729    "PySide2.QtWidgets.QTreeView.expand": ('PySide2.QtCore.QModelIndex',),
12730    "PySide2.QtWidgets.QTreeView.expandAll": (),
12731    "PySide2.QtWidgets.QTreeView.expandRecursively": ('PySide2.QtCore.QModelIndex', 'int'),
12732    "PySide2.QtWidgets.QTreeView.expandToDepth": ('int',),
12733    "PySide2.QtWidgets.QTreeView.expandsOnDoubleClick": (),
12734    "PySide2.QtWidgets.QTreeView.header": (),
12735    "PySide2.QtWidgets.QTreeView.hideColumn": ('int',),
12736    "PySide2.QtWidgets.QTreeView.horizontalOffset": (),
12737    "PySide2.QtWidgets.QTreeView.horizontalScrollbarAction": ('int',),
12738    "PySide2.QtWidgets.QTreeView.indentation": (),
12739    "PySide2.QtWidgets.QTreeView.indexAbove": ('PySide2.QtCore.QModelIndex',),
12740    "PySide2.QtWidgets.QTreeView.indexAt": ('PySide2.QtCore.QPoint',),
12741    "PySide2.QtWidgets.QTreeView.indexBelow": ('PySide2.QtCore.QModelIndex',),
12742    "PySide2.QtWidgets.QTreeView.indexRowSizeHint": ('PySide2.QtCore.QModelIndex',),
12743    "PySide2.QtWidgets.QTreeView.isAnimated": (),
12744    "PySide2.QtWidgets.QTreeView.isColumnHidden": ('int',),
12745    "PySide2.QtWidgets.QTreeView.isExpanded": ('PySide2.QtCore.QModelIndex',),
12746    "PySide2.QtWidgets.QTreeView.isFirstColumnSpanned": ('int', 'PySide2.QtCore.QModelIndex'),
12747    "PySide2.QtWidgets.QTreeView.isHeaderHidden": (),
12748    "PySide2.QtWidgets.QTreeView.isIndexHidden": ('PySide2.QtCore.QModelIndex',),
12749    "PySide2.QtWidgets.QTreeView.isRowHidden": ('int', 'PySide2.QtCore.QModelIndex'),
12750    "PySide2.QtWidgets.QTreeView.isSortingEnabled": (),
12751    "PySide2.QtWidgets.QTreeView.itemsExpandable": (),
12752    "PySide2.QtWidgets.QTreeView.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
12753    "PySide2.QtWidgets.QTreeView.keyboardSearch": ('str',),
12754    "PySide2.QtWidgets.QTreeView.mouseDoubleClickEvent": ('PySide2.QtGui.QMouseEvent',),
12755    "PySide2.QtWidgets.QTreeView.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
12756    "PySide2.QtWidgets.QTreeView.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
12757    "PySide2.QtWidgets.QTreeView.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
12758    "PySide2.QtWidgets.QTreeView.moveCursor": ('PySide2.QtWidgets.QAbstractItemView.CursorAction', 'PySide2.QtCore.Qt.KeyboardModifiers'),
12759    "PySide2.QtWidgets.QTreeView.paintEvent": ('PySide2.QtGui.QPaintEvent',),
12760    "PySide2.QtWidgets.QTreeView.reexpand": (),
12761    "PySide2.QtWidgets.QTreeView.reset": (),
12762    "PySide2.QtWidgets.QTreeView.resetIndentation": (),
12763    "PySide2.QtWidgets.QTreeView.resizeColumnToContents": ('int',),
12764    "PySide2.QtWidgets.QTreeView.rootIsDecorated": (),
12765    "PySide2.QtWidgets.QTreeView.rowHeight": ('PySide2.QtCore.QModelIndex',),
12766    "PySide2.QtWidgets.QTreeView.rowsAboutToBeRemoved": ('PySide2.QtCore.QModelIndex', 'int', 'int'),
12767    "PySide2.QtWidgets.QTreeView.rowsInserted": ('PySide2.QtCore.QModelIndex', 'int', 'int'),
12768    "PySide2.QtWidgets.QTreeView.rowsRemoved": ('PySide2.QtCore.QModelIndex', 'int', 'int'),
12769    "PySide2.QtWidgets.QTreeView.scrollContentsBy": ('int', 'int'),
12770    "PySide2.QtWidgets.QTreeView.scrollTo": ('PySide2.QtCore.QModelIndex', 'PySide2.QtWidgets.QAbstractItemView.ScrollHint'),
12771    "PySide2.QtWidgets.QTreeView.selectAll": (),
12772    "PySide2.QtWidgets.QTreeView.selectedIndexes": (),
12773    "PySide2.QtWidgets.QTreeView.selectionChanged": ('PySide2.QtCore.QItemSelection', 'PySide2.QtCore.QItemSelection'),
12774    "PySide2.QtWidgets.QTreeView.setAllColumnsShowFocus": ('bool',),
12775    "PySide2.QtWidgets.QTreeView.setAnimated": ('bool',),
12776    "PySide2.QtWidgets.QTreeView.setAutoExpandDelay": ('int',),
12777    "PySide2.QtWidgets.QTreeView.setColumnHidden": ('int', 'bool'),
12778    "PySide2.QtWidgets.QTreeView.setColumnWidth": ('int', 'int'),
12779    "PySide2.QtWidgets.QTreeView.setExpanded": ('PySide2.QtCore.QModelIndex', 'bool'),
12780    "PySide2.QtWidgets.QTreeView.setExpandsOnDoubleClick": ('bool',),
12781    "PySide2.QtWidgets.QTreeView.setFirstColumnSpanned": ('int', 'PySide2.QtCore.QModelIndex', 'bool'),
12782    "PySide2.QtWidgets.QTreeView.setHeader": ('PySide2.QtWidgets.QHeaderView',),
12783    "PySide2.QtWidgets.QTreeView.setHeaderHidden": ('bool',),
12784    "PySide2.QtWidgets.QTreeView.setIndentation": ('int',),
12785    "PySide2.QtWidgets.QTreeView.setItemsExpandable": ('bool',),
12786    "PySide2.QtWidgets.QTreeView.setModel": ('PySide2.QtCore.QAbstractItemModel',),
12787    "PySide2.QtWidgets.QTreeView.setRootIndex": ('PySide2.QtCore.QModelIndex',),
12788    "PySide2.QtWidgets.QTreeView.setRootIsDecorated": ('bool',),
12789    "PySide2.QtWidgets.QTreeView.setRowHidden": ('int', 'PySide2.QtCore.QModelIndex', 'bool'),
12790    "PySide2.QtWidgets.QTreeView.setSelection": ('PySide2.QtCore.QRect', 'PySide2.QtCore.QItemSelectionModel.SelectionFlags'),
12791    "PySide2.QtWidgets.QTreeView.setSelectionModel": ('PySide2.QtCore.QItemSelectionModel',),
12792    "PySide2.QtWidgets.QTreeView.setSortingEnabled": ('bool',),
12793    "PySide2.QtWidgets.QTreeView.setTreePosition": ('int',),
12794    "PySide2.QtWidgets.QTreeView.setUniformRowHeights": ('bool',),
12795    "PySide2.QtWidgets.QTreeView.setWordWrap": ('bool',),
12796    "PySide2.QtWidgets.QTreeView.showColumn": ('int',),
12797    "PySide2.QtWidgets.QTreeView.sizeHintForColumn": ('int',),
12798    "PySide2.QtWidgets.QTreeView.sortByColumn": [('int',), ('int', 'PySide2.QtCore.Qt.SortOrder')],
12799    "PySide2.QtWidgets.QTreeView.timerEvent": ('PySide2.QtCore.QTimerEvent',),
12800    "PySide2.QtWidgets.QTreeView.treePosition": (),
12801    "PySide2.QtWidgets.QTreeView.uniformRowHeights": (),
12802    "PySide2.QtWidgets.QTreeView.updateGeometries": (),
12803    "PySide2.QtWidgets.QTreeView.verticalOffset": (),
12804    "PySide2.QtWidgets.QTreeView.verticalScrollbarValueChanged": ('int',),
12805    "PySide2.QtWidgets.QTreeView.viewportEvent": ('PySide2.QtCore.QEvent',),
12806    "PySide2.QtWidgets.QTreeView.viewportSizeHint": (),
12807    "PySide2.QtWidgets.QTreeView.visualRect": ('PySide2.QtCore.QModelIndex',),
12808    "PySide2.QtWidgets.QTreeView.visualRegionForSelection": ('PySide2.QtCore.QItemSelection',),
12809    "PySide2.QtWidgets.QTreeView.wordWrap": (),
12810# class PySide2.QtWidgets.QTreeWidget:
12811    "PySide2.QtWidgets.QTreeWidget.__init__": ('PySide2.QtWidgets.QWidget',),
12812    "PySide2.QtWidgets.QTreeWidget.addTopLevelItem": ('PySide2.QtWidgets.QTreeWidgetItem',),
12813    "PySide2.QtWidgets.QTreeWidget.addTopLevelItems": ('typing.Sequence[PySide2.QtWidgets.QTreeWidgetItem]',),
12814    "PySide2.QtWidgets.QTreeWidget.clear": (),
12815    "PySide2.QtWidgets.QTreeWidget.closePersistentEditor": [('PySide2.QtCore.QModelIndex',), ('PySide2.QtWidgets.QTreeWidgetItem', 'int')],
12816    "PySide2.QtWidgets.QTreeWidget.collapseItem": ('PySide2.QtWidgets.QTreeWidgetItem',),
12817    "PySide2.QtWidgets.QTreeWidget.columnCount": (),
12818    "PySide2.QtWidgets.QTreeWidget.currentColumn": (),
12819    "PySide2.QtWidgets.QTreeWidget.currentItem": (),
12820    "PySide2.QtWidgets.QTreeWidget.dropEvent": ('PySide2.QtGui.QDropEvent',),
12821    "PySide2.QtWidgets.QTreeWidget.dropMimeData": ('PySide2.QtWidgets.QTreeWidgetItem', 'int', 'PySide2.QtCore.QMimeData', 'PySide2.QtCore.Qt.DropAction'),
12822    "PySide2.QtWidgets.QTreeWidget.editItem": ('PySide2.QtWidgets.QTreeWidgetItem', 'int'),
12823    "PySide2.QtWidgets.QTreeWidget.event": ('PySide2.QtCore.QEvent',),
12824    "PySide2.QtWidgets.QTreeWidget.expandItem": ('PySide2.QtWidgets.QTreeWidgetItem',),
12825    "PySide2.QtWidgets.QTreeWidget.findItems": ('str', 'PySide2.QtCore.Qt.MatchFlags', 'int'),
12826    "PySide2.QtWidgets.QTreeWidget.headerItem": (),
12827    "PySide2.QtWidgets.QTreeWidget.indexFromItem": ('PySide2.QtWidgets.QTreeWidgetItem', 'int'),
12828    "PySide2.QtWidgets.QTreeWidget.indexOfTopLevelItem": ('PySide2.QtWidgets.QTreeWidgetItem',),
12829    "PySide2.QtWidgets.QTreeWidget.insertTopLevelItem": ('int', 'PySide2.QtWidgets.QTreeWidgetItem'),
12830    "PySide2.QtWidgets.QTreeWidget.insertTopLevelItems": ('int', 'typing.Sequence[PySide2.QtWidgets.QTreeWidgetItem]'),
12831    "PySide2.QtWidgets.QTreeWidget.invisibleRootItem": (),
12832    "PySide2.QtWidgets.QTreeWidget.isFirstItemColumnSpanned": ('PySide2.QtWidgets.QTreeWidgetItem',),
12833    "PySide2.QtWidgets.QTreeWidget.isItemExpanded": ('PySide2.QtWidgets.QTreeWidgetItem',),
12834    "PySide2.QtWidgets.QTreeWidget.isItemHidden": ('PySide2.QtWidgets.QTreeWidgetItem',),
12835    "PySide2.QtWidgets.QTreeWidget.isItemSelected": ('PySide2.QtWidgets.QTreeWidgetItem',),
12836    "PySide2.QtWidgets.QTreeWidget.isPersistentEditorOpen": [('PySide2.QtCore.QModelIndex',), ('PySide2.QtWidgets.QTreeWidgetItem', 'int')],
12837    "PySide2.QtWidgets.QTreeWidget.itemAbove": ('PySide2.QtWidgets.QTreeWidgetItem',),
12838    "PySide2.QtWidgets.QTreeWidget.itemAt": [('PySide2.QtCore.QPoint',), ('int', 'int')],
12839    "PySide2.QtWidgets.QTreeWidget.itemBelow": ('PySide2.QtWidgets.QTreeWidgetItem',),
12840    "PySide2.QtWidgets.QTreeWidget.itemFromIndex": ('PySide2.QtCore.QModelIndex',),
12841    "PySide2.QtWidgets.QTreeWidget.itemWidget": ('PySide2.QtWidgets.QTreeWidgetItem', 'int'),
12842    "PySide2.QtWidgets.QTreeWidget.items": ('PySide2.QtCore.QMimeData',),
12843    "PySide2.QtWidgets.QTreeWidget.mimeData": ('typing.Sequence[PySide2.QtWidgets.QTreeWidgetItem]',),
12844    "PySide2.QtWidgets.QTreeWidget.mimeTypes": (),
12845    "PySide2.QtWidgets.QTreeWidget.openPersistentEditor": [('PySide2.QtCore.QModelIndex',), ('PySide2.QtWidgets.QTreeWidgetItem', 'int')],
12846    "PySide2.QtWidgets.QTreeWidget.removeItemWidget": ('PySide2.QtWidgets.QTreeWidgetItem', 'int'),
12847    "PySide2.QtWidgets.QTreeWidget.scrollToItem": ('PySide2.QtWidgets.QTreeWidgetItem', 'PySide2.QtWidgets.QAbstractItemView.ScrollHint'),
12848    "PySide2.QtWidgets.QTreeWidget.selectedItems": (),
12849    "PySide2.QtWidgets.QTreeWidget.setColumnCount": ('int',),
12850    "PySide2.QtWidgets.QTreeWidget.setCurrentItem": [('PySide2.QtWidgets.QTreeWidgetItem',), ('PySide2.QtWidgets.QTreeWidgetItem', 'int'), ('PySide2.QtWidgets.QTreeWidgetItem', 'int', 'PySide2.QtCore.QItemSelectionModel.SelectionFlags')],
12851    "PySide2.QtWidgets.QTreeWidget.setFirstItemColumnSpanned": ('PySide2.QtWidgets.QTreeWidgetItem', 'bool'),
12852    "PySide2.QtWidgets.QTreeWidget.setHeaderItem": ('PySide2.QtWidgets.QTreeWidgetItem',),
12853    "PySide2.QtWidgets.QTreeWidget.setHeaderLabel": ('str',),
12854    "PySide2.QtWidgets.QTreeWidget.setHeaderLabels": ('typing.Sequence[str]',),
12855    "PySide2.QtWidgets.QTreeWidget.setItemExpanded": ('PySide2.QtWidgets.QTreeWidgetItem', 'bool'),
12856    "PySide2.QtWidgets.QTreeWidget.setItemHidden": ('PySide2.QtWidgets.QTreeWidgetItem', 'bool'),
12857    "PySide2.QtWidgets.QTreeWidget.setItemSelected": ('PySide2.QtWidgets.QTreeWidgetItem', 'bool'),
12858    "PySide2.QtWidgets.QTreeWidget.setItemWidget": ('PySide2.QtWidgets.QTreeWidgetItem', 'int', 'PySide2.QtWidgets.QWidget'),
12859    "PySide2.QtWidgets.QTreeWidget.setModel": ('PySide2.QtCore.QAbstractItemModel',),
12860    "PySide2.QtWidgets.QTreeWidget.setSelectionModel": ('PySide2.QtCore.QItemSelectionModel',),
12861    "PySide2.QtWidgets.QTreeWidget.sortColumn": (),
12862    "PySide2.QtWidgets.QTreeWidget.sortItems": ('int', 'PySide2.QtCore.Qt.SortOrder'),
12863    "PySide2.QtWidgets.QTreeWidget.supportedDropActions": (),
12864    "PySide2.QtWidgets.QTreeWidget.takeTopLevelItem": ('int',),
12865    "PySide2.QtWidgets.QTreeWidget.topLevelItem": ('int',),
12866    "PySide2.QtWidgets.QTreeWidget.topLevelItemCount": (),
12867    "PySide2.QtWidgets.QTreeWidget.visualItemRect": ('PySide2.QtWidgets.QTreeWidgetItem',),
12868# class PySide2.QtWidgets.QTreeWidgetItem:
12869# class PySide2.QtWidgets.QTreeWidgetItem.ChildIndicatorPolicy:
12870# class PySide2.QtWidgets.QTreeWidgetItem.ItemType:
12871    "PySide2.QtWidgets.QTreeWidgetItem.__init__": [('PySide2.QtWidgets.QTreeWidget', 'PySide2.QtWidgets.QTreeWidgetItem', 'int'), ('PySide2.QtWidgets.QTreeWidget', 'int'), ('PySide2.QtWidgets.QTreeWidget', 'typing.Sequence[str]', 'int'), ('PySide2.QtWidgets.QTreeWidgetItem',), ('PySide2.QtWidgets.QTreeWidgetItem', 'PySide2.QtWidgets.QTreeWidgetItem', 'int'), ('PySide2.QtWidgets.QTreeWidgetItem', 'int'), ('PySide2.QtWidgets.QTreeWidgetItem', 'typing.Sequence[str]', 'int'), ('int',), ('typing.Sequence[str]', 'int')],
12872    "PySide2.QtWidgets.QTreeWidgetItem.__lshift__": ('PySide2.QtCore.QDataStream',),
12873    "PySide2.QtWidgets.QTreeWidgetItem.__rshift__": ('PySide2.QtCore.QDataStream',),
12874    "PySide2.QtWidgets.QTreeWidgetItem.addChild": ('PySide2.QtWidgets.QTreeWidgetItem',),
12875    "PySide2.QtWidgets.QTreeWidgetItem.addChildren": ('typing.Sequence[PySide2.QtWidgets.QTreeWidgetItem]',),
12876    "PySide2.QtWidgets.QTreeWidgetItem.background": ('int',),
12877    "PySide2.QtWidgets.QTreeWidgetItem.backgroundColor": ('int',),
12878    "PySide2.QtWidgets.QTreeWidgetItem.checkState": ('int',),
12879    "PySide2.QtWidgets.QTreeWidgetItem.child": ('int',),
12880    "PySide2.QtWidgets.QTreeWidgetItem.childCount": (),
12881    "PySide2.QtWidgets.QTreeWidgetItem.childIndicatorPolicy": (),
12882    "PySide2.QtWidgets.QTreeWidgetItem.clone": (),
12883    "PySide2.QtWidgets.QTreeWidgetItem.columnCount": (),
12884    "PySide2.QtWidgets.QTreeWidgetItem.data": ('int', 'int'),
12885    "PySide2.QtWidgets.QTreeWidgetItem.emitDataChanged": (),
12886    "PySide2.QtWidgets.QTreeWidgetItem.flags": (),
12887    "PySide2.QtWidgets.QTreeWidgetItem.font": ('int',),
12888    "PySide2.QtWidgets.QTreeWidgetItem.foreground": ('int',),
12889    "PySide2.QtWidgets.QTreeWidgetItem.icon": ('int',),
12890    "PySide2.QtWidgets.QTreeWidgetItem.indexOfChild": ('PySide2.QtWidgets.QTreeWidgetItem',),
12891    "PySide2.QtWidgets.QTreeWidgetItem.insertChild": ('int', 'PySide2.QtWidgets.QTreeWidgetItem'),
12892    "PySide2.QtWidgets.QTreeWidgetItem.insertChildren": ('int', 'typing.Sequence[PySide2.QtWidgets.QTreeWidgetItem]'),
12893    "PySide2.QtWidgets.QTreeWidgetItem.isDisabled": (),
12894    "PySide2.QtWidgets.QTreeWidgetItem.isExpanded": (),
12895    "PySide2.QtWidgets.QTreeWidgetItem.isFirstColumnSpanned": (),
12896    "PySide2.QtWidgets.QTreeWidgetItem.isHidden": (),
12897    "PySide2.QtWidgets.QTreeWidgetItem.isSelected": (),
12898    "PySide2.QtWidgets.QTreeWidgetItem.parent": (),
12899    "PySide2.QtWidgets.QTreeWidgetItem.read": ('PySide2.QtCore.QDataStream',),
12900    "PySide2.QtWidgets.QTreeWidgetItem.removeChild": ('PySide2.QtWidgets.QTreeWidgetItem',),
12901    "PySide2.QtWidgets.QTreeWidgetItem.setBackground": ('int', 'PySide2.QtGui.QBrush'),
12902    "PySide2.QtWidgets.QTreeWidgetItem.setBackgroundColor": ('int', 'PySide2.QtGui.QColor'),
12903    "PySide2.QtWidgets.QTreeWidgetItem.setCheckState": ('int', 'PySide2.QtCore.Qt.CheckState'),
12904    "PySide2.QtWidgets.QTreeWidgetItem.setChildIndicatorPolicy": ('PySide2.QtWidgets.QTreeWidgetItem.ChildIndicatorPolicy',),
12905    "PySide2.QtWidgets.QTreeWidgetItem.setData": ('int', 'int', 'typing.Any'),
12906    "PySide2.QtWidgets.QTreeWidgetItem.setDisabled": ('bool',),
12907    "PySide2.QtWidgets.QTreeWidgetItem.setExpanded": ('bool',),
12908    "PySide2.QtWidgets.QTreeWidgetItem.setFirstColumnSpanned": ('bool',),
12909    "PySide2.QtWidgets.QTreeWidgetItem.setFlags": ('PySide2.QtCore.Qt.ItemFlags',),
12910    "PySide2.QtWidgets.QTreeWidgetItem.setFont": ('int', 'PySide2.QtGui.QFont'),
12911    "PySide2.QtWidgets.QTreeWidgetItem.setForeground": ('int', 'PySide2.QtGui.QBrush'),
12912    "PySide2.QtWidgets.QTreeWidgetItem.setHidden": ('bool',),
12913    "PySide2.QtWidgets.QTreeWidgetItem.setIcon": ('int', 'PySide2.QtGui.QIcon'),
12914    "PySide2.QtWidgets.QTreeWidgetItem.setSelected": ('bool',),
12915    "PySide2.QtWidgets.QTreeWidgetItem.setSizeHint": ('int', 'PySide2.QtCore.QSize'),
12916    "PySide2.QtWidgets.QTreeWidgetItem.setStatusTip": ('int', 'str'),
12917    "PySide2.QtWidgets.QTreeWidgetItem.setText": ('int', 'str'),
12918    "PySide2.QtWidgets.QTreeWidgetItem.setTextAlignment": ('int', 'int'),
12919    "PySide2.QtWidgets.QTreeWidgetItem.setTextColor": ('int', 'PySide2.QtGui.QColor'),
12920    "PySide2.QtWidgets.QTreeWidgetItem.setToolTip": ('int', 'str'),
12921    "PySide2.QtWidgets.QTreeWidgetItem.setWhatsThis": ('int', 'str'),
12922    "PySide2.QtWidgets.QTreeWidgetItem.sizeHint": ('int',),
12923    "PySide2.QtWidgets.QTreeWidgetItem.sortChildren": ('int', 'PySide2.QtCore.Qt.SortOrder'),
12924    "PySide2.QtWidgets.QTreeWidgetItem.statusTip": ('int',),
12925    "PySide2.QtWidgets.QTreeWidgetItem.takeChild": ('int',),
12926    "PySide2.QtWidgets.QTreeWidgetItem.takeChildren": (),
12927    "PySide2.QtWidgets.QTreeWidgetItem.text": ('int',),
12928    "PySide2.QtWidgets.QTreeWidgetItem.textAlignment": ('int',),
12929    "PySide2.QtWidgets.QTreeWidgetItem.textColor": ('int',),
12930    "PySide2.QtWidgets.QTreeWidgetItem.toolTip": ('int',),
12931    "PySide2.QtWidgets.QTreeWidgetItem.treeWidget": (),
12932    "PySide2.QtWidgets.QTreeWidgetItem.type": (),
12933    "PySide2.QtWidgets.QTreeWidgetItem.whatsThis": ('int',),
12934    "PySide2.QtWidgets.QTreeWidgetItem.write": ('PySide2.QtCore.QDataStream',),
12935# class PySide2.QtWidgets.QTreeWidgetItemIterator:
12936# class PySide2.QtWidgets.QTreeWidgetItemIterator.IteratorFlag:
12937# class PySide2.QtWidgets.QTreeWidgetItemIterator.IteratorFlags:
12938    "PySide2.QtWidgets.QTreeWidgetItemIterator.__init__": [('PySide2.QtWidgets.QTreeWidget', 'PySide2.QtWidgets.QTreeWidgetItemIterator.IteratorFlags'), ('PySide2.QtWidgets.QTreeWidgetItem', 'PySide2.QtWidgets.QTreeWidgetItemIterator.IteratorFlags'), ('PySide2.QtWidgets.QTreeWidgetItemIterator',)],
12939    "PySide2.QtWidgets.QTreeWidgetItemIterator.__copy__": (),
12940    "PySide2.QtWidgets.QTreeWidgetItemIterator.__iadd__": ('int',),
12941    "PySide2.QtWidgets.QTreeWidgetItemIterator.__isub__": ('int',),
12942    "PySide2.QtWidgets.QTreeWidgetItemIterator.__iter__": (),
12943    "PySide2.QtWidgets.QTreeWidgetItemIterator.value": (),
12944# class PySide2.QtWidgets.QUndoCommand:
12945    "PySide2.QtWidgets.QUndoCommand.__init__": [('PySide2.QtWidgets.QUndoCommand',), ('str', 'PySide2.QtWidgets.QUndoCommand')],
12946    "PySide2.QtWidgets.QUndoCommand.actionText": (),
12947    "PySide2.QtWidgets.QUndoCommand.child": ('int',),
12948    "PySide2.QtWidgets.QUndoCommand.childCount": (),
12949    "PySide2.QtWidgets.QUndoCommand.id": (),
12950    "PySide2.QtWidgets.QUndoCommand.isObsolete": (),
12951    "PySide2.QtWidgets.QUndoCommand.mergeWith": ('PySide2.QtWidgets.QUndoCommand',),
12952    "PySide2.QtWidgets.QUndoCommand.redo": (),
12953    "PySide2.QtWidgets.QUndoCommand.setObsolete": ('bool',),
12954    "PySide2.QtWidgets.QUndoCommand.setText": ('str',),
12955    "PySide2.QtWidgets.QUndoCommand.text": (),
12956    "PySide2.QtWidgets.QUndoCommand.undo": (),
12957# class PySide2.QtWidgets.QUndoGroup:
12958    "PySide2.QtWidgets.QUndoGroup.__init__": ('PySide2.QtCore.QObject',),
12959    "PySide2.QtWidgets.QUndoGroup.activeStack": (),
12960    "PySide2.QtWidgets.QUndoGroup.addStack": ('PySide2.QtWidgets.QUndoStack',),
12961    "PySide2.QtWidgets.QUndoGroup.canRedo": (),
12962    "PySide2.QtWidgets.QUndoGroup.canUndo": (),
12963    "PySide2.QtWidgets.QUndoGroup.createRedoAction": ('PySide2.QtCore.QObject', 'str'),
12964    "PySide2.QtWidgets.QUndoGroup.createUndoAction": ('PySide2.QtCore.QObject', 'str'),
12965    "PySide2.QtWidgets.QUndoGroup.isClean": (),
12966    "PySide2.QtWidgets.QUndoGroup.redo": (),
12967    "PySide2.QtWidgets.QUndoGroup.redoText": (),
12968    "PySide2.QtWidgets.QUndoGroup.removeStack": ('PySide2.QtWidgets.QUndoStack',),
12969    "PySide2.QtWidgets.QUndoGroup.setActiveStack": ('PySide2.QtWidgets.QUndoStack',),
12970    "PySide2.QtWidgets.QUndoGroup.stacks": (),
12971    "PySide2.QtWidgets.QUndoGroup.undo": (),
12972    "PySide2.QtWidgets.QUndoGroup.undoText": (),
12973# class PySide2.QtWidgets.QUndoStack:
12974    "PySide2.QtWidgets.QUndoStack.__init__": ('PySide2.QtCore.QObject',),
12975    "PySide2.QtWidgets.QUndoStack.beginMacro": ('str',),
12976    "PySide2.QtWidgets.QUndoStack.canRedo": (),
12977    "PySide2.QtWidgets.QUndoStack.canUndo": (),
12978    "PySide2.QtWidgets.QUndoStack.cleanIndex": (),
12979    "PySide2.QtWidgets.QUndoStack.clear": (),
12980    "PySide2.QtWidgets.QUndoStack.command": ('int',),
12981    "PySide2.QtWidgets.QUndoStack.count": (),
12982    "PySide2.QtWidgets.QUndoStack.createRedoAction": ('PySide2.QtCore.QObject', 'str'),
12983    "PySide2.QtWidgets.QUndoStack.createUndoAction": ('PySide2.QtCore.QObject', 'str'),
12984    "PySide2.QtWidgets.QUndoStack.endMacro": (),
12985    "PySide2.QtWidgets.QUndoStack.index": (),
12986    "PySide2.QtWidgets.QUndoStack.isActive": (),
12987    "PySide2.QtWidgets.QUndoStack.isClean": (),
12988    "PySide2.QtWidgets.QUndoStack.push": ('PySide2.QtWidgets.QUndoCommand',),
12989    "PySide2.QtWidgets.QUndoStack.redo": (),
12990    "PySide2.QtWidgets.QUndoStack.redoText": (),
12991    "PySide2.QtWidgets.QUndoStack.resetClean": (),
12992    "PySide2.QtWidgets.QUndoStack.setActive": ('bool',),
12993    "PySide2.QtWidgets.QUndoStack.setClean": (),
12994    "PySide2.QtWidgets.QUndoStack.setIndex": ('int',),
12995    "PySide2.QtWidgets.QUndoStack.setUndoLimit": ('int',),
12996    "PySide2.QtWidgets.QUndoStack.text": ('int',),
12997    "PySide2.QtWidgets.QUndoStack.undo": (),
12998    "PySide2.QtWidgets.QUndoStack.undoLimit": (),
12999    "PySide2.QtWidgets.QUndoStack.undoText": (),
13000# class PySide2.QtWidgets.QUndoView:
13001    "PySide2.QtWidgets.QUndoView.__init__": [('PySide2.QtWidgets.QUndoGroup', 'PySide2.QtWidgets.QWidget'), ('PySide2.QtWidgets.QUndoStack', 'PySide2.QtWidgets.QWidget'), ('PySide2.QtWidgets.QWidget',)],
13002    "PySide2.QtWidgets.QUndoView.cleanIcon": (),
13003    "PySide2.QtWidgets.QUndoView.emptyLabel": (),
13004    "PySide2.QtWidgets.QUndoView.group": (),
13005    "PySide2.QtWidgets.QUndoView.setCleanIcon": ('PySide2.QtGui.QIcon',),
13006    "PySide2.QtWidgets.QUndoView.setEmptyLabel": ('str',),
13007    "PySide2.QtWidgets.QUndoView.setGroup": ('PySide2.QtWidgets.QUndoGroup',),
13008    "PySide2.QtWidgets.QUndoView.setStack": ('PySide2.QtWidgets.QUndoStack',),
13009    "PySide2.QtWidgets.QUndoView.stack": (),
13010# class PySide2.QtWidgets.QVBoxLayout:
13011    "PySide2.QtWidgets.QVBoxLayout.__init__": [(), ('PySide2.QtWidgets.QWidget',)],
13012# class PySide2.QtWidgets.QWhatsThis:
13013    "PySide2.QtWidgets.QWhatsThis.createAction": ('PySide2.QtCore.QObject',),
13014    "PySide2.QtWidgets.QWhatsThis.enterWhatsThisMode": (),
13015    "PySide2.QtWidgets.QWhatsThis.hideText": (),
13016    "PySide2.QtWidgets.QWhatsThis.inWhatsThisMode": (),
13017    "PySide2.QtWidgets.QWhatsThis.leaveWhatsThisMode": (),
13018    "PySide2.QtWidgets.QWhatsThis.showText": ('PySide2.QtCore.QPoint', 'str', 'PySide2.QtWidgets.QWidget'),
13019# class PySide2.QtWidgets.QWidget:
13020# class PySide2.QtWidgets.QWidget.RenderFlag:
13021# class PySide2.QtWidgets.QWidget.RenderFlags:
13022    "PySide2.QtWidgets.QWidget.__init__": ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.WindowFlags'),
13023    "PySide2.QtWidgets.QWidget.acceptDrops": (),
13024    "PySide2.QtWidgets.QWidget.accessibleDescription": (),
13025    "PySide2.QtWidgets.QWidget.accessibleName": (),
13026    "PySide2.QtWidgets.QWidget.actionEvent": ('PySide2.QtGui.QActionEvent',),
13027    "PySide2.QtWidgets.QWidget.actions": (),
13028    "PySide2.QtWidgets.QWidget.activateWindow": (),
13029    "PySide2.QtWidgets.QWidget.addAction": ('PySide2.QtWidgets.QAction',),
13030    "PySide2.QtWidgets.QWidget.addActions": ('typing.Sequence[PySide2.QtWidgets.QAction]',),
13031    "PySide2.QtWidgets.QWidget.adjustSize": (),
13032    "PySide2.QtWidgets.QWidget.autoFillBackground": (),
13033    "PySide2.QtWidgets.QWidget.backgroundRole": (),
13034    "PySide2.QtWidgets.QWidget.backingStore": (),
13035    "PySide2.QtWidgets.QWidget.baseSize": (),
13036    "PySide2.QtWidgets.QWidget.changeEvent": ('PySide2.QtCore.QEvent',),
13037    "PySide2.QtWidgets.QWidget.childAt": [('PySide2.QtCore.QPoint',), ('int', 'int')],
13038    "PySide2.QtWidgets.QWidget.childrenRect": (),
13039    "PySide2.QtWidgets.QWidget.childrenRegion": (),
13040    "PySide2.QtWidgets.QWidget.clearFocus": (),
13041    "PySide2.QtWidgets.QWidget.clearMask": (),
13042    "PySide2.QtWidgets.QWidget.close": (),
13043    "PySide2.QtWidgets.QWidget.closeEvent": ('PySide2.QtGui.QCloseEvent',),
13044    "PySide2.QtWidgets.QWidget.contentsMargins": (),
13045    "PySide2.QtWidgets.QWidget.contentsRect": (),
13046    "PySide2.QtWidgets.QWidget.contextMenuEvent": ('PySide2.QtGui.QContextMenuEvent',),
13047    "PySide2.QtWidgets.QWidget.contextMenuPolicy": (),
13048    "PySide2.QtWidgets.QWidget.create": ('int', 'bool', 'bool'),
13049    "PySide2.QtWidgets.QWidget.createWinId": (),
13050    "PySide2.QtWidgets.QWidget.createWindowContainer": ('PySide2.QtGui.QWindow', 'PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.WindowFlags'),
13051    "PySide2.QtWidgets.QWidget.cursor": (),
13052    "PySide2.QtWidgets.QWidget.destroy": ('bool', 'bool'),
13053    "PySide2.QtWidgets.QWidget.devType": (),
13054    "PySide2.QtWidgets.QWidget.dragEnterEvent": ('PySide2.QtGui.QDragEnterEvent',),
13055    "PySide2.QtWidgets.QWidget.dragLeaveEvent": ('PySide2.QtGui.QDragLeaveEvent',),
13056    "PySide2.QtWidgets.QWidget.dragMoveEvent": ('PySide2.QtGui.QDragMoveEvent',),
13057    "PySide2.QtWidgets.QWidget.dropEvent": ('PySide2.QtGui.QDropEvent',),
13058    "PySide2.QtWidgets.QWidget.effectiveWinId": (),
13059    "PySide2.QtWidgets.QWidget.ensurePolished": (),
13060    "PySide2.QtWidgets.QWidget.enterEvent": ('PySide2.QtCore.QEvent',),
13061    "PySide2.QtWidgets.QWidget.event": ('PySide2.QtCore.QEvent',),
13062    "PySide2.QtWidgets.QWidget.find": ('int',),
13063    "PySide2.QtWidgets.QWidget.focusInEvent": ('PySide2.QtGui.QFocusEvent',),
13064    "PySide2.QtWidgets.QWidget.focusNextChild": (),
13065    "PySide2.QtWidgets.QWidget.focusNextPrevChild": ('bool',),
13066    "PySide2.QtWidgets.QWidget.focusOutEvent": ('PySide2.QtGui.QFocusEvent',),
13067    "PySide2.QtWidgets.QWidget.focusPolicy": (),
13068    "PySide2.QtWidgets.QWidget.focusPreviousChild": (),
13069    "PySide2.QtWidgets.QWidget.focusProxy": (),
13070    "PySide2.QtWidgets.QWidget.focusWidget": (),
13071    "PySide2.QtWidgets.QWidget.font": (),
13072    "PySide2.QtWidgets.QWidget.fontInfo": (),
13073    "PySide2.QtWidgets.QWidget.fontMetrics": (),
13074    "PySide2.QtWidgets.QWidget.foregroundRole": (),
13075    "PySide2.QtWidgets.QWidget.frameGeometry": (),
13076    "PySide2.QtWidgets.QWidget.frameSize": (),
13077    "PySide2.QtWidgets.QWidget.geometry": (),
13078    "PySide2.QtWidgets.QWidget.getContentsMargins": (),
13079    "PySide2.QtWidgets.QWidget.grab": ('PySide2.QtCore.QRect',),
13080    "PySide2.QtWidgets.QWidget.grabGesture": ('PySide2.QtCore.Qt.GestureType', 'PySide2.QtCore.Qt.GestureFlags'),
13081    "PySide2.QtWidgets.QWidget.grabKeyboard": (),
13082    "PySide2.QtWidgets.QWidget.grabMouse": [(), ('PySide2.QtGui.QCursor',)],
13083    "PySide2.QtWidgets.QWidget.grabShortcut": ('PySide2.QtGui.QKeySequence', 'PySide2.QtCore.Qt.ShortcutContext'),
13084    "PySide2.QtWidgets.QWidget.graphicsEffect": (),
13085    "PySide2.QtWidgets.QWidget.graphicsProxyWidget": (),
13086    "PySide2.QtWidgets.QWidget.hasFocus": (),
13087    "PySide2.QtWidgets.QWidget.hasHeightForWidth": (),
13088    "PySide2.QtWidgets.QWidget.hasMouseTracking": (),
13089    "PySide2.QtWidgets.QWidget.hasTabletTracking": (),
13090    "PySide2.QtWidgets.QWidget.height": (),
13091    "PySide2.QtWidgets.QWidget.heightForWidth": ('int',),
13092    "PySide2.QtWidgets.QWidget.hide": (),
13093    "PySide2.QtWidgets.QWidget.hideEvent": ('PySide2.QtGui.QHideEvent',),
13094    "PySide2.QtWidgets.QWidget.initPainter": ('PySide2.QtGui.QPainter',),
13095    "PySide2.QtWidgets.QWidget.inputMethodEvent": ('PySide2.QtGui.QInputMethodEvent',),
13096    "PySide2.QtWidgets.QWidget.inputMethodHints": (),
13097    "PySide2.QtWidgets.QWidget.inputMethodQuery": ('PySide2.QtCore.Qt.InputMethodQuery',),
13098    "PySide2.QtWidgets.QWidget.insertAction": ('PySide2.QtWidgets.QAction', 'PySide2.QtWidgets.QAction'),
13099    "PySide2.QtWidgets.QWidget.insertActions": ('PySide2.QtWidgets.QAction', 'typing.Sequence[PySide2.QtWidgets.QAction]'),
13100    "PySide2.QtWidgets.QWidget.internalWinId": (),
13101    "PySide2.QtWidgets.QWidget.isActiveWindow": (),
13102    "PySide2.QtWidgets.QWidget.isAncestorOf": ('PySide2.QtWidgets.QWidget',),
13103    "PySide2.QtWidgets.QWidget.isEnabled": (),
13104    "PySide2.QtWidgets.QWidget.isEnabledTo": ('PySide2.QtWidgets.QWidget',),
13105    "PySide2.QtWidgets.QWidget.isEnabledToTLW": (),
13106    "PySide2.QtWidgets.QWidget.isFullScreen": (),
13107    "PySide2.QtWidgets.QWidget.isHidden": (),
13108    "PySide2.QtWidgets.QWidget.isLeftToRight": (),
13109    "PySide2.QtWidgets.QWidget.isMaximized": (),
13110    "PySide2.QtWidgets.QWidget.isMinimized": (),
13111    "PySide2.QtWidgets.QWidget.isModal": (),
13112    "PySide2.QtWidgets.QWidget.isRightToLeft": (),
13113    "PySide2.QtWidgets.QWidget.isTopLevel": (),
13114    "PySide2.QtWidgets.QWidget.isVisible": (),
13115    "PySide2.QtWidgets.QWidget.isVisibleTo": ('PySide2.QtWidgets.QWidget',),
13116    "PySide2.QtWidgets.QWidget.isWindow": (),
13117    "PySide2.QtWidgets.QWidget.isWindowModified": (),
13118    "PySide2.QtWidgets.QWidget.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
13119    "PySide2.QtWidgets.QWidget.keyReleaseEvent": ('PySide2.QtGui.QKeyEvent',),
13120    "PySide2.QtWidgets.QWidget.keyboardGrabber": (),
13121    "PySide2.QtWidgets.QWidget.layout": (),
13122    "PySide2.QtWidgets.QWidget.layoutDirection": (),
13123    "PySide2.QtWidgets.QWidget.leaveEvent": ('PySide2.QtCore.QEvent',),
13124    "PySide2.QtWidgets.QWidget.locale": (),
13125    "PySide2.QtWidgets.QWidget.lower": (),
13126    "PySide2.QtWidgets.QWidget.mapFrom": ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.QPoint'),
13127    "PySide2.QtWidgets.QWidget.mapFromGlobal": ('PySide2.QtCore.QPoint',),
13128    "PySide2.QtWidgets.QWidget.mapFromParent": ('PySide2.QtCore.QPoint',),
13129    "PySide2.QtWidgets.QWidget.mapTo": ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.QPoint'),
13130    "PySide2.QtWidgets.QWidget.mapToGlobal": ('PySide2.QtCore.QPoint',),
13131    "PySide2.QtWidgets.QWidget.mapToParent": ('PySide2.QtCore.QPoint',),
13132    "PySide2.QtWidgets.QWidget.mask": (),
13133    "PySide2.QtWidgets.QWidget.maximumHeight": (),
13134    "PySide2.QtWidgets.QWidget.maximumSize": (),
13135    "PySide2.QtWidgets.QWidget.maximumWidth": (),
13136    "PySide2.QtWidgets.QWidget.metric": ('PySide2.QtGui.QPaintDevice.PaintDeviceMetric',),
13137    "PySide2.QtWidgets.QWidget.minimumHeight": (),
13138    "PySide2.QtWidgets.QWidget.minimumSize": (),
13139    "PySide2.QtWidgets.QWidget.minimumSizeHint": (),
13140    "PySide2.QtWidgets.QWidget.minimumWidth": (),
13141    "PySide2.QtWidgets.QWidget.mouseDoubleClickEvent": ('PySide2.QtGui.QMouseEvent',),
13142    "PySide2.QtWidgets.QWidget.mouseGrabber": (),
13143    "PySide2.QtWidgets.QWidget.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
13144    "PySide2.QtWidgets.QWidget.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
13145    "PySide2.QtWidgets.QWidget.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
13146    "PySide2.QtWidgets.QWidget.move": [('PySide2.QtCore.QPoint',), ('int', 'int')],
13147    "PySide2.QtWidgets.QWidget.moveEvent": ('PySide2.QtGui.QMoveEvent',),
13148    "PySide2.QtWidgets.QWidget.nativeEvent": ('PySide2.QtCore.QByteArray', 'int'),
13149    "PySide2.QtWidgets.QWidget.nativeParentWidget": (),
13150    "PySide2.QtWidgets.QWidget.nextInFocusChain": (),
13151    "PySide2.QtWidgets.QWidget.normalGeometry": (),
13152    "PySide2.QtWidgets.QWidget.overrideWindowFlags": ('PySide2.QtCore.Qt.WindowFlags',),
13153    "PySide2.QtWidgets.QWidget.overrideWindowState": ('PySide2.QtCore.Qt.WindowStates',),
13154    "PySide2.QtWidgets.QWidget.paintEngine": (),
13155    "PySide2.QtWidgets.QWidget.paintEvent": ('PySide2.QtGui.QPaintEvent',),
13156    "PySide2.QtWidgets.QWidget.palette": (),
13157    "PySide2.QtWidgets.QWidget.parentWidget": (),
13158    "PySide2.QtWidgets.QWidget.pos": (),
13159    "PySide2.QtWidgets.QWidget.previousInFocusChain": (),
13160    "PySide2.QtWidgets.QWidget.raise_": (),
13161    "PySide2.QtWidgets.QWidget.rect": (),
13162    "PySide2.QtWidgets.QWidget.redirected": ('PySide2.QtCore.QPoint',),
13163    "PySide2.QtWidgets.QWidget.releaseKeyboard": (),
13164    "PySide2.QtWidgets.QWidget.releaseMouse": (),
13165    "PySide2.QtWidgets.QWidget.releaseShortcut": ('int',),
13166    "PySide2.QtWidgets.QWidget.removeAction": ('PySide2.QtWidgets.QAction',),
13167    "PySide2.QtWidgets.QWidget.render": [('PySide2.QtGui.QPaintDevice', 'PySide2.QtCore.QPoint', 'PySide2.QtGui.QRegion', 'PySide2.QtWidgets.QWidget.RenderFlags'), ('PySide2.QtGui.QPainter', 'PySide2.QtCore.QPoint', 'PySide2.QtGui.QRegion', 'PySide2.QtWidgets.QWidget.RenderFlags')],
13168    "PySide2.QtWidgets.QWidget.repaint": [(), ('PySide2.QtCore.QRect',), ('PySide2.QtGui.QRegion',), ('int', 'int', 'int', 'int')],
13169    "PySide2.QtWidgets.QWidget.resize": [('PySide2.QtCore.QSize',), ('int', 'int')],
13170    "PySide2.QtWidgets.QWidget.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
13171    "PySide2.QtWidgets.QWidget.restoreGeometry": ('PySide2.QtCore.QByteArray',),
13172    "PySide2.QtWidgets.QWidget.saveGeometry": (),
13173    "PySide2.QtWidgets.QWidget.screen": (),
13174    "PySide2.QtWidgets.QWidget.scroll": [('int', 'int'), ('int', 'int', 'PySide2.QtCore.QRect')],
13175    "PySide2.QtWidgets.QWidget.setAcceptDrops": ('bool',),
13176    "PySide2.QtWidgets.QWidget.setAccessibleDescription": ('str',),
13177    "PySide2.QtWidgets.QWidget.setAccessibleName": ('str',),
13178    "PySide2.QtWidgets.QWidget.setAttribute": ('PySide2.QtCore.Qt.WidgetAttribute', 'bool'),
13179    "PySide2.QtWidgets.QWidget.setAutoFillBackground": ('bool',),
13180    "PySide2.QtWidgets.QWidget.setBackgroundRole": ('PySide2.QtGui.QPalette.ColorRole',),
13181    "PySide2.QtWidgets.QWidget.setBaseSize": [('PySide2.QtCore.QSize',), ('int', 'int')],
13182    "PySide2.QtWidgets.QWidget.setContentsMargins": [('PySide2.QtCore.QMargins',), ('int', 'int', 'int', 'int')],
13183    "PySide2.QtWidgets.QWidget.setContextMenuPolicy": ('PySide2.QtCore.Qt.ContextMenuPolicy',),
13184    "PySide2.QtWidgets.QWidget.setCursor": ('PySide2.QtGui.QCursor',),
13185    "PySide2.QtWidgets.QWidget.setDisabled": ('bool',),
13186    "PySide2.QtWidgets.QWidget.setEnabled": ('bool',),
13187    "PySide2.QtWidgets.QWidget.setFixedHeight": ('int',),
13188    "PySide2.QtWidgets.QWidget.setFixedSize": [('PySide2.QtCore.QSize',), ('int', 'int')],
13189    "PySide2.QtWidgets.QWidget.setFixedWidth": ('int',),
13190    "PySide2.QtWidgets.QWidget.setFocus": [(), ('PySide2.QtCore.Qt.FocusReason',)],
13191    "PySide2.QtWidgets.QWidget.setFocusPolicy": ('PySide2.QtCore.Qt.FocusPolicy',),
13192    "PySide2.QtWidgets.QWidget.setFocusProxy": ('PySide2.QtWidgets.QWidget',),
13193    "PySide2.QtWidgets.QWidget.setFont": ('PySide2.QtGui.QFont',),
13194    "PySide2.QtWidgets.QWidget.setForegroundRole": ('PySide2.QtGui.QPalette.ColorRole',),
13195    "PySide2.QtWidgets.QWidget.setGeometry": [('PySide2.QtCore.QRect',), ('int', 'int', 'int', 'int')],
13196    "PySide2.QtWidgets.QWidget.setGraphicsEffect": ('PySide2.QtWidgets.QGraphicsEffect',),
13197    "PySide2.QtWidgets.QWidget.setHidden": ('bool',),
13198    "PySide2.QtWidgets.QWidget.setInputMethodHints": ('PySide2.QtCore.Qt.InputMethodHints',),
13199    "PySide2.QtWidgets.QWidget.setLayout": ('PySide2.QtWidgets.QLayout',),
13200    "PySide2.QtWidgets.QWidget.setLayoutDirection": ('PySide2.QtCore.Qt.LayoutDirection',),
13201    "PySide2.QtWidgets.QWidget.setLocale": ('PySide2.QtCore.QLocale',),
13202    "PySide2.QtWidgets.QWidget.setMask": [('PySide2.QtGui.QBitmap',), ('PySide2.QtGui.QRegion',)],
13203    "PySide2.QtWidgets.QWidget.setMaximumHeight": ('int',),
13204    "PySide2.QtWidgets.QWidget.setMaximumSize": [('PySide2.QtCore.QSize',), ('int', 'int')],
13205    "PySide2.QtWidgets.QWidget.setMaximumWidth": ('int',),
13206    "PySide2.QtWidgets.QWidget.setMinimumHeight": ('int',),
13207    "PySide2.QtWidgets.QWidget.setMinimumSize": [('PySide2.QtCore.QSize',), ('int', 'int')],
13208    "PySide2.QtWidgets.QWidget.setMinimumWidth": ('int',),
13209    "PySide2.QtWidgets.QWidget.setMouseTracking": ('bool',),
13210    "PySide2.QtWidgets.QWidget.setPalette": ('PySide2.QtGui.QPalette',),
13211    "PySide2.QtWidgets.QWidget.setParent": [('PySide2.QtWidgets.QWidget',), ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.WindowFlags')],
13212    "PySide2.QtWidgets.QWidget.setShortcutAutoRepeat": ('int', 'bool'),
13213    "PySide2.QtWidgets.QWidget.setShortcutEnabled": ('int', 'bool'),
13214    "PySide2.QtWidgets.QWidget.setSizeIncrement": [('PySide2.QtCore.QSize',), ('int', 'int')],
13215    "PySide2.QtWidgets.QWidget.setSizePolicy": [('PySide2.QtWidgets.QSizePolicy',), ('PySide2.QtWidgets.QSizePolicy.Policy', 'PySide2.QtWidgets.QSizePolicy.Policy')],
13216    "PySide2.QtWidgets.QWidget.setStatusTip": ('str',),
13217    "PySide2.QtWidgets.QWidget.setStyle": ('PySide2.QtWidgets.QStyle',),
13218    "PySide2.QtWidgets.QWidget.setStyleSheet": ('str',),
13219    "PySide2.QtWidgets.QWidget.setTabOrder": ('PySide2.QtWidgets.QWidget', 'PySide2.QtWidgets.QWidget'),
13220    "PySide2.QtWidgets.QWidget.setTabletTracking": ('bool',),
13221    "PySide2.QtWidgets.QWidget.setToolTip": ('str',),
13222    "PySide2.QtWidgets.QWidget.setToolTipDuration": ('int',),
13223    "PySide2.QtWidgets.QWidget.setUpdatesEnabled": ('bool',),
13224    "PySide2.QtWidgets.QWidget.setVisible": ('bool',),
13225    "PySide2.QtWidgets.QWidget.setWhatsThis": ('str',),
13226    "PySide2.QtWidgets.QWidget.setWindowFilePath": ('str',),
13227    "PySide2.QtWidgets.QWidget.setWindowFlag": ('PySide2.QtCore.Qt.WindowType', 'bool'),
13228    "PySide2.QtWidgets.QWidget.setWindowFlags": ('PySide2.QtCore.Qt.WindowFlags',),
13229    "PySide2.QtWidgets.QWidget.setWindowIcon": ('PySide2.QtGui.QIcon',),
13230    "PySide2.QtWidgets.QWidget.setWindowIconText": ('str',),
13231    "PySide2.QtWidgets.QWidget.setWindowModality": ('PySide2.QtCore.Qt.WindowModality',),
13232    "PySide2.QtWidgets.QWidget.setWindowModified": ('bool',),
13233    "PySide2.QtWidgets.QWidget.setWindowOpacity": ('float',),
13234    "PySide2.QtWidgets.QWidget.setWindowRole": ('str',),
13235    "PySide2.QtWidgets.QWidget.setWindowState": ('PySide2.QtCore.Qt.WindowStates',),
13236    "PySide2.QtWidgets.QWidget.setWindowTitle": ('str',),
13237    "PySide2.QtWidgets.QWidget.sharedPainter": (),
13238    "PySide2.QtWidgets.QWidget.show": (),
13239    "PySide2.QtWidgets.QWidget.showEvent": ('PySide2.QtGui.QShowEvent',),
13240    "PySide2.QtWidgets.QWidget.showFullScreen": (),
13241    "PySide2.QtWidgets.QWidget.showMaximized": (),
13242    "PySide2.QtWidgets.QWidget.showMinimized": (),
13243    "PySide2.QtWidgets.QWidget.showNormal": (),
13244    "PySide2.QtWidgets.QWidget.size": (),
13245    "PySide2.QtWidgets.QWidget.sizeHint": (),
13246    "PySide2.QtWidgets.QWidget.sizeIncrement": (),
13247    "PySide2.QtWidgets.QWidget.sizePolicy": (),
13248    "PySide2.QtWidgets.QWidget.stackUnder": ('PySide2.QtWidgets.QWidget',),
13249    "PySide2.QtWidgets.QWidget.statusTip": (),
13250    "PySide2.QtWidgets.QWidget.style": (),
13251    "PySide2.QtWidgets.QWidget.styleSheet": (),
13252    "PySide2.QtWidgets.QWidget.tabletEvent": ('PySide2.QtGui.QTabletEvent',),
13253    "PySide2.QtWidgets.QWidget.testAttribute": ('PySide2.QtCore.Qt.WidgetAttribute',),
13254    "PySide2.QtWidgets.QWidget.toolTip": (),
13255    "PySide2.QtWidgets.QWidget.toolTipDuration": (),
13256    "PySide2.QtWidgets.QWidget.topLevelWidget": (),
13257    "PySide2.QtWidgets.QWidget.underMouse": (),
13258    "PySide2.QtWidgets.QWidget.ungrabGesture": ('PySide2.QtCore.Qt.GestureType',),
13259    "PySide2.QtWidgets.QWidget.unsetCursor": (),
13260    "PySide2.QtWidgets.QWidget.unsetLayoutDirection": (),
13261    "PySide2.QtWidgets.QWidget.unsetLocale": (),
13262    "PySide2.QtWidgets.QWidget.update": [(), ('PySide2.QtCore.QRect',), ('PySide2.QtGui.QRegion',), ('int', 'int', 'int', 'int')],
13263    "PySide2.QtWidgets.QWidget.updateGeometry": (),
13264    "PySide2.QtWidgets.QWidget.updateMicroFocus": (),
13265    "PySide2.QtWidgets.QWidget.updatesEnabled": (),
13266    "PySide2.QtWidgets.QWidget.visibleRegion": (),
13267    "PySide2.QtWidgets.QWidget.whatsThis": (),
13268    "PySide2.QtWidgets.QWidget.wheelEvent": ('PySide2.QtGui.QWheelEvent',),
13269    "PySide2.QtWidgets.QWidget.width": (),
13270    "PySide2.QtWidgets.QWidget.winId": (),
13271    "PySide2.QtWidgets.QWidget.window": (),
13272    "PySide2.QtWidgets.QWidget.windowFilePath": (),
13273    "PySide2.QtWidgets.QWidget.windowFlags": (),
13274    "PySide2.QtWidgets.QWidget.windowHandle": (),
13275    "PySide2.QtWidgets.QWidget.windowIcon": (),
13276    "PySide2.QtWidgets.QWidget.windowIconText": (),
13277    "PySide2.QtWidgets.QWidget.windowModality": (),
13278    "PySide2.QtWidgets.QWidget.windowOpacity": (),
13279    "PySide2.QtWidgets.QWidget.windowRole": (),
13280    "PySide2.QtWidgets.QWidget.windowState": (),
13281    "PySide2.QtWidgets.QWidget.windowTitle": (),
13282    "PySide2.QtWidgets.QWidget.windowType": (),
13283    "PySide2.QtWidgets.QWidget.x": (),
13284    "PySide2.QtWidgets.QWidget.y": (),
13285# class PySide2.QtWidgets.QWidgetAction:
13286    "PySide2.QtWidgets.QWidgetAction.__init__": ('PySide2.QtCore.QObject',),
13287    "PySide2.QtWidgets.QWidgetAction.createWidget": ('PySide2.QtWidgets.QWidget',),
13288    "PySide2.QtWidgets.QWidgetAction.createdWidgets": (),
13289    "PySide2.QtWidgets.QWidgetAction.defaultWidget": (),
13290    "PySide2.QtWidgets.QWidgetAction.deleteWidget": ('PySide2.QtWidgets.QWidget',),
13291    "PySide2.QtWidgets.QWidgetAction.event": ('PySide2.QtCore.QEvent',),
13292    "PySide2.QtWidgets.QWidgetAction.eventFilter": ('PySide2.QtCore.QObject', 'PySide2.QtCore.QEvent'),
13293    "PySide2.QtWidgets.QWidgetAction.releaseWidget": ('PySide2.QtWidgets.QWidget',),
13294    "PySide2.QtWidgets.QWidgetAction.requestWidget": ('PySide2.QtWidgets.QWidget',),
13295    "PySide2.QtWidgets.QWidgetAction.setDefaultWidget": ('PySide2.QtWidgets.QWidget',),
13296# class PySide2.QtWidgets.QWidgetItem:
13297    "PySide2.QtWidgets.QWidgetItem.__init__": ('PySide2.QtWidgets.QWidget',),
13298    "PySide2.QtWidgets.QWidgetItem.controlTypes": (),
13299    "PySide2.QtWidgets.QWidgetItem.expandingDirections": (),
13300    "PySide2.QtWidgets.QWidgetItem.geometry": (),
13301    "PySide2.QtWidgets.QWidgetItem.hasHeightForWidth": (),
13302    "PySide2.QtWidgets.QWidgetItem.heightForWidth": ('int',),
13303    "PySide2.QtWidgets.QWidgetItem.isEmpty": (),
13304    "PySide2.QtWidgets.QWidgetItem.maximumSize": (),
13305    "PySide2.QtWidgets.QWidgetItem.minimumSize": (),
13306    "PySide2.QtWidgets.QWidgetItem.setGeometry": ('PySide2.QtCore.QRect',),
13307    "PySide2.QtWidgets.QWidgetItem.sizeHint": (),
13308    "PySide2.QtWidgets.QWidgetItem.widget": (),
13309# class PySide2.QtWidgets.QWizard:
13310# class PySide2.QtWidgets.QWizard.WizardButton:
13311# class PySide2.QtWidgets.QWizard.WizardOption:
13312# class PySide2.QtWidgets.QWizard.WizardOptions:
13313# class PySide2.QtWidgets.QWizard.WizardPixmap:
13314# class PySide2.QtWidgets.QWizard.WizardStyle:
13315    "PySide2.QtWidgets.QWizard.__init__": ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.WindowFlags'),
13316    "PySide2.QtWidgets.QWizard.addPage": ('PySide2.QtWidgets.QWizardPage',),
13317    "PySide2.QtWidgets.QWizard.back": (),
13318    "PySide2.QtWidgets.QWizard.button": ('PySide2.QtWidgets.QWizard.WizardButton',),
13319    "PySide2.QtWidgets.QWizard.buttonText": ('PySide2.QtWidgets.QWizard.WizardButton',),
13320    "PySide2.QtWidgets.QWizard.cleanupPage": ('int',),
13321    "PySide2.QtWidgets.QWizard.currentId": (),
13322    "PySide2.QtWidgets.QWizard.currentPage": (),
13323    "PySide2.QtWidgets.QWizard.done": ('int',),
13324    "PySide2.QtWidgets.QWizard.event": ('PySide2.QtCore.QEvent',),
13325    "PySide2.QtWidgets.QWizard.field": ('str',),
13326    "PySide2.QtWidgets.QWizard.hasVisitedPage": ('int',),
13327    "PySide2.QtWidgets.QWizard.initializePage": ('int',),
13328    "PySide2.QtWidgets.QWizard.nextId": (),
13329    "PySide2.QtWidgets.QWizard.options": (),
13330    "PySide2.QtWidgets.QWizard.page": ('int',),
13331    "PySide2.QtWidgets.QWizard.pageIds": (),
13332    "PySide2.QtWidgets.QWizard.paintEvent": ('PySide2.QtGui.QPaintEvent',),
13333    "PySide2.QtWidgets.QWizard.pixmap": ('PySide2.QtWidgets.QWizard.WizardPixmap',),
13334    "PySide2.QtWidgets.QWizard.removePage": ('int',),
13335    "PySide2.QtWidgets.QWizard.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
13336    "PySide2.QtWidgets.QWizard.restart": (),
13337    "PySide2.QtWidgets.QWizard.setButton": ('PySide2.QtWidgets.QWizard.WizardButton', 'PySide2.QtWidgets.QAbstractButton'),
13338    "PySide2.QtWidgets.QWizard.setButtonLayout": ('typing.Sequence[PySide2.QtWidgets.QWizard.WizardButton]',),
13339    "PySide2.QtWidgets.QWizard.setButtonText": ('PySide2.QtWidgets.QWizard.WizardButton', 'str'),
13340    "PySide2.QtWidgets.QWizard.setDefaultProperty": ('str', 'str', 'str'),
13341    "PySide2.QtWidgets.QWizard.setField": ('str', 'typing.Any'),
13342    "PySide2.QtWidgets.QWizard.setOption": ('PySide2.QtWidgets.QWizard.WizardOption', 'bool'),
13343    "PySide2.QtWidgets.QWizard.setOptions": ('PySide2.QtWidgets.QWizard.WizardOptions',),
13344    "PySide2.QtWidgets.QWizard.setPage": ('int', 'PySide2.QtWidgets.QWizardPage'),
13345    "PySide2.QtWidgets.QWizard.setPixmap": ('PySide2.QtWidgets.QWizard.WizardPixmap', 'PySide2.QtGui.QPixmap'),
13346    "PySide2.QtWidgets.QWizard.setSideWidget": ('PySide2.QtWidgets.QWidget',),
13347    "PySide2.QtWidgets.QWizard.setStartId": ('int',),
13348    "PySide2.QtWidgets.QWizard.setSubTitleFormat": ('PySide2.QtCore.Qt.TextFormat',),
13349    "PySide2.QtWidgets.QWizard.setTitleFormat": ('PySide2.QtCore.Qt.TextFormat',),
13350    "PySide2.QtWidgets.QWizard.setVisible": ('bool',),
13351    "PySide2.QtWidgets.QWizard.setWizardStyle": ('PySide2.QtWidgets.QWizard.WizardStyle',),
13352    "PySide2.QtWidgets.QWizard.sideWidget": (),
13353    "PySide2.QtWidgets.QWizard.sizeHint": (),
13354    "PySide2.QtWidgets.QWizard.startId": (),
13355    "PySide2.QtWidgets.QWizard.subTitleFormat": (),
13356    "PySide2.QtWidgets.QWizard.testOption": ('PySide2.QtWidgets.QWizard.WizardOption',),
13357    "PySide2.QtWidgets.QWizard.titleFormat": (),
13358    "PySide2.QtWidgets.QWizard.validateCurrentPage": (),
13359    "PySide2.QtWidgets.QWizard.visitedPages": (),
13360    "PySide2.QtWidgets.QWizard.wizardStyle": (),
13361# class PySide2.QtWidgets.QWizardPage:
13362    "PySide2.QtWidgets.QWizardPage.__init__": ('PySide2.QtWidgets.QWidget',),
13363    "PySide2.QtWidgets.QWizardPage.buttonText": ('PySide2.QtWidgets.QWizard.WizardButton',),
13364    "PySide2.QtWidgets.QWizardPage.cleanupPage": (),
13365    "PySide2.QtWidgets.QWizardPage.field": ('str',),
13366    "PySide2.QtWidgets.QWizardPage.initializePage": (),
13367    "PySide2.QtWidgets.QWizardPage.isCommitPage": (),
13368    "PySide2.QtWidgets.QWizardPage.isComplete": (),
13369    "PySide2.QtWidgets.QWizardPage.isFinalPage": (),
13370    "PySide2.QtWidgets.QWizardPage.nextId": (),
13371    "PySide2.QtWidgets.QWizardPage.pixmap": ('PySide2.QtWidgets.QWizard.WizardPixmap',),
13372    "PySide2.QtWidgets.QWizardPage.registerField": ('str', 'PySide2.QtWidgets.QWidget', 'str', 'str'),
13373    "PySide2.QtWidgets.QWizardPage.setButtonText": ('PySide2.QtWidgets.QWizard.WizardButton', 'str'),
13374    "PySide2.QtWidgets.QWizardPage.setCommitPage": ('bool',),
13375    "PySide2.QtWidgets.QWizardPage.setField": ('str', 'typing.Any'),
13376    "PySide2.QtWidgets.QWizardPage.setFinalPage": ('bool',),
13377    "PySide2.QtWidgets.QWizardPage.setPixmap": ('PySide2.QtWidgets.QWizard.WizardPixmap', 'PySide2.QtGui.QPixmap'),
13378    "PySide2.QtWidgets.QWizardPage.setSubTitle": ('str',),
13379    "PySide2.QtWidgets.QWizardPage.setTitle": ('str',),
13380    "PySide2.QtWidgets.QWizardPage.subTitle": (),
13381    "PySide2.QtWidgets.QWizardPage.title": (),
13382    "PySide2.QtWidgets.QWizardPage.validatePage": (),
13383    "PySide2.QtWidgets.QWizardPage.wizard": (),
13384    }) if "PySide2.QtWidgets" in sys.modules else None
13385# Module PySide2.QtPrintSupport
13386sig_dict.update({
13387# class PySide2.QtPrintSupport.QAbstractPrintDialog:
13388# class PySide2.QtPrintSupport.QAbstractPrintDialog.PrintDialogOption:
13389# class PySide2.QtPrintSupport.QAbstractPrintDialog.PrintDialogOptions:
13390# class PySide2.QtPrintSupport.QAbstractPrintDialog.PrintRange:
13391    "PySide2.QtPrintSupport.QAbstractPrintDialog.__init__": ('PySide2.QtPrintSupport.QPrinter', 'PySide2.QtWidgets.QWidget'),
13392    "PySide2.QtPrintSupport.QAbstractPrintDialog.addEnabledOption": ('PySide2.QtPrintSupport.QAbstractPrintDialog.PrintDialogOption',),
13393    "PySide2.QtPrintSupport.QAbstractPrintDialog.enabledOptions": (),
13394    "PySide2.QtPrintSupport.QAbstractPrintDialog.fromPage": (),
13395    "PySide2.QtPrintSupport.QAbstractPrintDialog.isOptionEnabled": ('PySide2.QtPrintSupport.QAbstractPrintDialog.PrintDialogOption',),
13396    "PySide2.QtPrintSupport.QAbstractPrintDialog.maxPage": (),
13397    "PySide2.QtPrintSupport.QAbstractPrintDialog.minPage": (),
13398    "PySide2.QtPrintSupport.QAbstractPrintDialog.printRange": (),
13399    "PySide2.QtPrintSupport.QAbstractPrintDialog.printer": (),
13400    "PySide2.QtPrintSupport.QAbstractPrintDialog.setEnabledOptions": ('PySide2.QtPrintSupport.QAbstractPrintDialog.PrintDialogOptions',),
13401    "PySide2.QtPrintSupport.QAbstractPrintDialog.setFromTo": ('int', 'int'),
13402    "PySide2.QtPrintSupport.QAbstractPrintDialog.setMinMax": ('int', 'int'),
13403    "PySide2.QtPrintSupport.QAbstractPrintDialog.setOptionTabs": ('typing.Sequence[PySide2.QtWidgets.QWidget]',),
13404    "PySide2.QtPrintSupport.QAbstractPrintDialog.setPrintRange": ('PySide2.QtPrintSupport.QAbstractPrintDialog.PrintRange',),
13405    "PySide2.QtPrintSupport.QAbstractPrintDialog.toPage": (),
13406# class PySide2.QtPrintSupport.QPageSetupDialog:
13407    "PySide2.QtPrintSupport.QPageSetupDialog.__init__": [('PySide2.QtPrintSupport.QPrinter', 'PySide2.QtWidgets.QWidget'), ('PySide2.QtWidgets.QWidget',)],
13408    "PySide2.QtPrintSupport.QPageSetupDialog.done": ('int',),
13409    "PySide2.QtPrintSupport.QPageSetupDialog.exec_": (),
13410    "PySide2.QtPrintSupport.QPageSetupDialog.open": [(), ('PySide2.QtCore.QObject', 'str')],
13411    "PySide2.QtPrintSupport.QPageSetupDialog.printer": (),
13412# class PySide2.QtPrintSupport.QPrintDialog:
13413    "PySide2.QtPrintSupport.QPrintDialog.__init__": [('PySide2.QtPrintSupport.QPrinter', 'PySide2.QtWidgets.QWidget'), ('PySide2.QtWidgets.QWidget',)],
13414    "PySide2.QtPrintSupport.QPrintDialog.accept": (),
13415    "PySide2.QtPrintSupport.QPrintDialog.done": ('int',),
13416    "PySide2.QtPrintSupport.QPrintDialog.exec_": (),
13417    "PySide2.QtPrintSupport.QPrintDialog.open": [(), ('PySide2.QtCore.QObject', 'str')],
13418    "PySide2.QtPrintSupport.QPrintDialog.options": (),
13419    "PySide2.QtPrintSupport.QPrintDialog.setOption": ('PySide2.QtPrintSupport.QAbstractPrintDialog.PrintDialogOption', 'bool'),
13420    "PySide2.QtPrintSupport.QPrintDialog.setOptions": ('PySide2.QtPrintSupport.QAbstractPrintDialog.PrintDialogOptions',),
13421    "PySide2.QtPrintSupport.QPrintDialog.setVisible": ('bool',),
13422    "PySide2.QtPrintSupport.QPrintDialog.testOption": ('PySide2.QtPrintSupport.QAbstractPrintDialog.PrintDialogOption',),
13423# class PySide2.QtPrintSupport.QPrintEngine:
13424# class PySide2.QtPrintSupport.QPrintEngine.PrintEnginePropertyKey:
13425    "PySide2.QtPrintSupport.QPrintEngine.__init__": (),
13426    "PySide2.QtPrintSupport.QPrintEngine.abort": (),
13427    "PySide2.QtPrintSupport.QPrintEngine.metric": ('PySide2.QtGui.QPaintDevice.PaintDeviceMetric',),
13428    "PySide2.QtPrintSupport.QPrintEngine.newPage": (),
13429    "PySide2.QtPrintSupport.QPrintEngine.printerState": (),
13430    "PySide2.QtPrintSupport.QPrintEngine.property": ('PySide2.QtPrintSupport.QPrintEngine.PrintEnginePropertyKey',),
13431    "PySide2.QtPrintSupport.QPrintEngine.setProperty": ('PySide2.QtPrintSupport.QPrintEngine.PrintEnginePropertyKey', 'typing.Any'),
13432# class PySide2.QtPrintSupport.QPrintPreviewDialog:
13433    "PySide2.QtPrintSupport.QPrintPreviewDialog.__init__": [('PySide2.QtPrintSupport.QPrinter', 'PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.WindowFlags'), ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.WindowFlags')],
13434    "PySide2.QtPrintSupport.QPrintPreviewDialog.done": ('int',),
13435    "PySide2.QtPrintSupport.QPrintPreviewDialog.open": [(), ('PySide2.QtCore.QObject', 'str')],
13436    "PySide2.QtPrintSupport.QPrintPreviewDialog.printer": (),
13437    "PySide2.QtPrintSupport.QPrintPreviewDialog.setVisible": ('bool',),
13438# class PySide2.QtPrintSupport.QPrintPreviewWidget:
13439# class PySide2.QtPrintSupport.QPrintPreviewWidget.ViewMode:
13440# class PySide2.QtPrintSupport.QPrintPreviewWidget.ZoomMode:
13441    "PySide2.QtPrintSupport.QPrintPreviewWidget.__init__": [('PySide2.QtPrintSupport.QPrinter', 'PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.WindowFlags'), ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.WindowFlags')],
13442    "PySide2.QtPrintSupport.QPrintPreviewWidget.currentPage": (),
13443    "PySide2.QtPrintSupport.QPrintPreviewWidget.fitInView": (),
13444    "PySide2.QtPrintSupport.QPrintPreviewWidget.fitToWidth": (),
13445    "PySide2.QtPrintSupport.QPrintPreviewWidget.orientation": (),
13446    "PySide2.QtPrintSupport.QPrintPreviewWidget.pageCount": (),
13447    "PySide2.QtPrintSupport.QPrintPreviewWidget.print_": (),
13448    "PySide2.QtPrintSupport.QPrintPreviewWidget.setAllPagesViewMode": (),
13449    "PySide2.QtPrintSupport.QPrintPreviewWidget.setCurrentPage": ('int',),
13450    "PySide2.QtPrintSupport.QPrintPreviewWidget.setFacingPagesViewMode": (),
13451    "PySide2.QtPrintSupport.QPrintPreviewWidget.setLandscapeOrientation": (),
13452    "PySide2.QtPrintSupport.QPrintPreviewWidget.setOrientation": ('PySide2.QtPrintSupport.QPrinter.Orientation',),
13453    "PySide2.QtPrintSupport.QPrintPreviewWidget.setPortraitOrientation": (),
13454    "PySide2.QtPrintSupport.QPrintPreviewWidget.setSinglePageViewMode": (),
13455    "PySide2.QtPrintSupport.QPrintPreviewWidget.setViewMode": ('PySide2.QtPrintSupport.QPrintPreviewWidget.ViewMode',),
13456    "PySide2.QtPrintSupport.QPrintPreviewWidget.setVisible": ('bool',),
13457    "PySide2.QtPrintSupport.QPrintPreviewWidget.setZoomFactor": ('float',),
13458    "PySide2.QtPrintSupport.QPrintPreviewWidget.setZoomMode": ('PySide2.QtPrintSupport.QPrintPreviewWidget.ZoomMode',),
13459    "PySide2.QtPrintSupport.QPrintPreviewWidget.updatePreview": (),
13460    "PySide2.QtPrintSupport.QPrintPreviewWidget.viewMode": (),
13461    "PySide2.QtPrintSupport.QPrintPreviewWidget.zoomFactor": (),
13462    "PySide2.QtPrintSupport.QPrintPreviewWidget.zoomIn": ('float',),
13463    "PySide2.QtPrintSupport.QPrintPreviewWidget.zoomMode": (),
13464    "PySide2.QtPrintSupport.QPrintPreviewWidget.zoomOut": ('float',),
13465# class PySide2.QtPrintSupport.QPrinter:
13466# class PySide2.QtPrintSupport.QPrinter.ColorMode:
13467# class PySide2.QtPrintSupport.QPrinter.DuplexMode:
13468# class PySide2.QtPrintSupport.QPrinter.Orientation:
13469# class PySide2.QtPrintSupport.QPrinter.OutputFormat:
13470# class PySide2.QtPrintSupport.QPrinter.PageOrder:
13471# class PySide2.QtPrintSupport.QPrinter.PaperSource:
13472# class PySide2.QtPrintSupport.QPrinter.PrintRange:
13473# class PySide2.QtPrintSupport.QPrinter.PrinterMode:
13474# class PySide2.QtPrintSupport.QPrinter.PrinterState:
13475# class PySide2.QtPrintSupport.QPrinter.Unit:
13476    "PySide2.QtPrintSupport.QPrinter.__init__": [('PySide2.QtPrintSupport.QPrinter.PrinterMode',), ('PySide2.QtPrintSupport.QPrinterInfo', 'PySide2.QtPrintSupport.QPrinter.PrinterMode')],
13477    "PySide2.QtPrintSupport.QPrinter.abort": (),
13478    "PySide2.QtPrintSupport.QPrinter.actualNumCopies": (),
13479    "PySide2.QtPrintSupport.QPrinter.collateCopies": (),
13480    "PySide2.QtPrintSupport.QPrinter.colorMode": (),
13481    "PySide2.QtPrintSupport.QPrinter.copyCount": (),
13482    "PySide2.QtPrintSupport.QPrinter.creator": (),
13483    "PySide2.QtPrintSupport.QPrinter.devType": (),
13484    "PySide2.QtPrintSupport.QPrinter.docName": (),
13485    "PySide2.QtPrintSupport.QPrinter.doubleSidedPrinting": (),
13486    "PySide2.QtPrintSupport.QPrinter.duplex": (),
13487    "PySide2.QtPrintSupport.QPrinter.fontEmbeddingEnabled": (),
13488    "PySide2.QtPrintSupport.QPrinter.fromPage": (),
13489    "PySide2.QtPrintSupport.QPrinter.fullPage": (),
13490    "PySide2.QtPrintSupport.QPrinter.getPageMargins": ('PySide2.QtPrintSupport.QPrinter.Unit',),
13491    "PySide2.QtPrintSupport.QPrinter.isValid": (),
13492    "PySide2.QtPrintSupport.QPrinter.metric": ('PySide2.QtGui.QPaintDevice.PaintDeviceMetric',),
13493    "PySide2.QtPrintSupport.QPrinter.newPage": (),
13494    "PySide2.QtPrintSupport.QPrinter.numCopies": (),
13495    "PySide2.QtPrintSupport.QPrinter.orientation": (),
13496    "PySide2.QtPrintSupport.QPrinter.outputFileName": (),
13497    "PySide2.QtPrintSupport.QPrinter.outputFormat": (),
13498    "PySide2.QtPrintSupport.QPrinter.pageOrder": (),
13499    "PySide2.QtPrintSupport.QPrinter.pageRect": [(), ('PySide2.QtPrintSupport.QPrinter.Unit',)],
13500    "PySide2.QtPrintSupport.QPrinter.pageSize": (),
13501    "PySide2.QtPrintSupport.QPrinter.paintEngine": (),
13502    "PySide2.QtPrintSupport.QPrinter.paperName": (),
13503    "PySide2.QtPrintSupport.QPrinter.paperRect": [(), ('PySide2.QtPrintSupport.QPrinter.Unit',)],
13504    "PySide2.QtPrintSupport.QPrinter.paperSize": [(), ('PySide2.QtPrintSupport.QPrinter.Unit',)],
13505    "PySide2.QtPrintSupport.QPrinter.paperSource": (),
13506    "PySide2.QtPrintSupport.QPrinter.pdfVersion": (),
13507    "PySide2.QtPrintSupport.QPrinter.printEngine": (),
13508    "PySide2.QtPrintSupport.QPrinter.printProgram": (),
13509    "PySide2.QtPrintSupport.QPrinter.printRange": (),
13510    "PySide2.QtPrintSupport.QPrinter.printerName": (),
13511    "PySide2.QtPrintSupport.QPrinter.printerState": (),
13512    "PySide2.QtPrintSupport.QPrinter.resolution": (),
13513    "PySide2.QtPrintSupport.QPrinter.setCollateCopies": ('bool',),
13514    "PySide2.QtPrintSupport.QPrinter.setColorMode": ('PySide2.QtPrintSupport.QPrinter.ColorMode',),
13515    "PySide2.QtPrintSupport.QPrinter.setCopyCount": ('int',),
13516    "PySide2.QtPrintSupport.QPrinter.setCreator": ('str',),
13517    "PySide2.QtPrintSupport.QPrinter.setDocName": ('str',),
13518    "PySide2.QtPrintSupport.QPrinter.setDoubleSidedPrinting": ('bool',),
13519    "PySide2.QtPrintSupport.QPrinter.setDuplex": ('PySide2.QtPrintSupport.QPrinter.DuplexMode',),
13520    "PySide2.QtPrintSupport.QPrinter.setEngines": ('PySide2.QtPrintSupport.QPrintEngine', 'PySide2.QtGui.QPaintEngine'),
13521    "PySide2.QtPrintSupport.QPrinter.setFontEmbeddingEnabled": ('bool',),
13522    "PySide2.QtPrintSupport.QPrinter.setFromTo": ('int', 'int'),
13523    "PySide2.QtPrintSupport.QPrinter.setFullPage": ('bool',),
13524    "PySide2.QtPrintSupport.QPrinter.setMargins": ('PySide2.QtGui.QPagedPaintDevice.Margins',),
13525    "PySide2.QtPrintSupport.QPrinter.setNumCopies": ('int',),
13526    "PySide2.QtPrintSupport.QPrinter.setOrientation": ('PySide2.QtPrintSupport.QPrinter.Orientation',),
13527    "PySide2.QtPrintSupport.QPrinter.setOutputFileName": ('str',),
13528    "PySide2.QtPrintSupport.QPrinter.setOutputFormat": ('PySide2.QtPrintSupport.QPrinter.OutputFormat',),
13529    "PySide2.QtPrintSupport.QPrinter.setPageMargins": [('PySide2.QtCore.QMarginsF',), ('float', 'float', 'float', 'float', 'PySide2.QtPrintSupport.QPrinter.Unit')],
13530    "PySide2.QtPrintSupport.QPrinter.setPageOrder": ('PySide2.QtPrintSupport.QPrinter.PageOrder',),
13531    "PySide2.QtPrintSupport.QPrinter.setPageSize": [('PySide2.QtGui.QPageSize',), ('PySide2.QtGui.QPagedPaintDevice.PageSize',)],
13532    "PySide2.QtPrintSupport.QPrinter.setPageSizeMM": ('PySide2.QtCore.QSizeF',),
13533    "PySide2.QtPrintSupport.QPrinter.setPaperName": ('str',),
13534    "PySide2.QtPrintSupport.QPrinter.setPaperSize": [('PySide2.QtCore.QSizeF', 'PySide2.QtPrintSupport.QPrinter.Unit'), ('PySide2.QtGui.QPagedPaintDevice.PageSize',)],
13535    "PySide2.QtPrintSupport.QPrinter.setPaperSource": ('PySide2.QtPrintSupport.QPrinter.PaperSource',),
13536    "PySide2.QtPrintSupport.QPrinter.setPdfVersion": ('PySide2.QtGui.QPagedPaintDevice.PdfVersion',),
13537    "PySide2.QtPrintSupport.QPrinter.setPrintProgram": ('str',),
13538    "PySide2.QtPrintSupport.QPrinter.setPrintRange": ('PySide2.QtPrintSupport.QPrinter.PrintRange',),
13539    "PySide2.QtPrintSupport.QPrinter.setPrinterName": ('str',),
13540    "PySide2.QtPrintSupport.QPrinter.setResolution": ('int',),
13541    "PySide2.QtPrintSupport.QPrinter.setWinPageSize": ('int',),
13542    "PySide2.QtPrintSupport.QPrinter.supportedResolutions": (),
13543    "PySide2.QtPrintSupport.QPrinter.supportsMultipleCopies": (),
13544    "PySide2.QtPrintSupport.QPrinter.toPage": (),
13545    "PySide2.QtPrintSupport.QPrinter.winPageSize": (),
13546# class PySide2.QtPrintSupport.QPrinterInfo:
13547    "PySide2.QtPrintSupport.QPrinterInfo.__init__": [(), ('PySide2.QtPrintSupport.QPrinter',), ('PySide2.QtPrintSupport.QPrinterInfo',)],
13548    "PySide2.QtPrintSupport.QPrinterInfo.__copy__": (),
13549    "PySide2.QtPrintSupport.QPrinterInfo.availablePrinterNames": (),
13550    "PySide2.QtPrintSupport.QPrinterInfo.availablePrinters": (),
13551    "PySide2.QtPrintSupport.QPrinterInfo.defaultColorMode": (),
13552    "PySide2.QtPrintSupport.QPrinterInfo.defaultDuplexMode": (),
13553    "PySide2.QtPrintSupport.QPrinterInfo.defaultPageSize": (),
13554    "PySide2.QtPrintSupport.QPrinterInfo.defaultPrinter": (),
13555    "PySide2.QtPrintSupport.QPrinterInfo.defaultPrinterName": (),
13556    "PySide2.QtPrintSupport.QPrinterInfo.description": (),
13557    "PySide2.QtPrintSupport.QPrinterInfo.isDefault": (),
13558    "PySide2.QtPrintSupport.QPrinterInfo.isNull": (),
13559    "PySide2.QtPrintSupport.QPrinterInfo.isRemote": (),
13560    "PySide2.QtPrintSupport.QPrinterInfo.location": (),
13561    "PySide2.QtPrintSupport.QPrinterInfo.makeAndModel": (),
13562    "PySide2.QtPrintSupport.QPrinterInfo.maximumPhysicalPageSize": (),
13563    "PySide2.QtPrintSupport.QPrinterInfo.minimumPhysicalPageSize": (),
13564    "PySide2.QtPrintSupport.QPrinterInfo.printerInfo": ('str',),
13565    "PySide2.QtPrintSupport.QPrinterInfo.printerName": (),
13566    "PySide2.QtPrintSupport.QPrinterInfo.state": (),
13567    "PySide2.QtPrintSupport.QPrinterInfo.supportedColorModes": (),
13568    "PySide2.QtPrintSupport.QPrinterInfo.supportedDuplexModes": (),
13569    "PySide2.QtPrintSupport.QPrinterInfo.supportedPageSizes": (),
13570    "PySide2.QtPrintSupport.QPrinterInfo.supportedPaperSizes": (),
13571    "PySide2.QtPrintSupport.QPrinterInfo.supportedResolutions": (),
13572    "PySide2.QtPrintSupport.QPrinterInfo.supportedSizesWithNames": (),
13573    "PySide2.QtPrintSupport.QPrinterInfo.supportsCustomPageSizes": (),
13574    }) if "PySide2.QtPrintSupport" in sys.modules else None
13575# Module PySide2.QtSql
13576sig_dict.update({
13577# class PySide2.QtSql.QSql:
13578# class PySide2.QtSql.QSql.Location:
13579# class PySide2.QtSql.QSql.NumericalPrecisionPolicy:
13580# class PySide2.QtSql.QSql.ParamType:
13581# class PySide2.QtSql.QSql.ParamTypeFlag:
13582# class PySide2.QtSql.QSql.TableType:
13583# class PySide2.QtSql.QSqlDatabase:
13584    "PySide2.QtSql.QSqlDatabase.__init__": [(), ('PySide2.QtSql.QSqlDatabase',), ('PySide2.QtSql.QSqlDriver',), ('str',)],
13585    "PySide2.QtSql.QSqlDatabase.__copy__": (),
13586    "PySide2.QtSql.QSqlDatabase.addDatabase": [('PySide2.QtSql.QSqlDriver', 'str'), ('str', 'str')],
13587    "PySide2.QtSql.QSqlDatabase.cloneDatabase": [('PySide2.QtSql.QSqlDatabase', 'str'), ('str', 'str')],
13588    "PySide2.QtSql.QSqlDatabase.close": (),
13589    "PySide2.QtSql.QSqlDatabase.commit": (),
13590    "PySide2.QtSql.QSqlDatabase.connectOptions": (),
13591    "PySide2.QtSql.QSqlDatabase.connectionName": (),
13592    "PySide2.QtSql.QSqlDatabase.connectionNames": (),
13593    "PySide2.QtSql.QSqlDatabase.contains": ('str',),
13594    "PySide2.QtSql.QSqlDatabase.database": ('str', 'bool'),
13595    "PySide2.QtSql.QSqlDatabase.databaseName": (),
13596    "PySide2.QtSql.QSqlDatabase.driver": (),
13597    "PySide2.QtSql.QSqlDatabase.driverName": (),
13598    "PySide2.QtSql.QSqlDatabase.drivers": (),
13599    "PySide2.QtSql.QSqlDatabase.exec_": ('str',),
13600    "PySide2.QtSql.QSqlDatabase.hostName": (),
13601    "PySide2.QtSql.QSqlDatabase.isDriverAvailable": ('str',),
13602    "PySide2.QtSql.QSqlDatabase.isOpen": (),
13603    "PySide2.QtSql.QSqlDatabase.isOpenError": (),
13604    "PySide2.QtSql.QSqlDatabase.isValid": (),
13605    "PySide2.QtSql.QSqlDatabase.lastError": (),
13606    "PySide2.QtSql.QSqlDatabase.numericalPrecisionPolicy": (),
13607    "PySide2.QtSql.QSqlDatabase.open": [(), ('str', 'str')],
13608    "PySide2.QtSql.QSqlDatabase.password": (),
13609    "PySide2.QtSql.QSqlDatabase.port": (),
13610    "PySide2.QtSql.QSqlDatabase.primaryIndex": ('str',),
13611    "PySide2.QtSql.QSqlDatabase.record": ('str',),
13612    "PySide2.QtSql.QSqlDatabase.registerSqlDriver": ('str', 'PySide2.QtSql.QSqlDriverCreatorBase'),
13613    "PySide2.QtSql.QSqlDatabase.removeDatabase": ('str',),
13614    "PySide2.QtSql.QSqlDatabase.rollback": (),
13615    "PySide2.QtSql.QSqlDatabase.setConnectOptions": ('str',),
13616    "PySide2.QtSql.QSqlDatabase.setDatabaseName": ('str',),
13617    "PySide2.QtSql.QSqlDatabase.setHostName": ('str',),
13618    "PySide2.QtSql.QSqlDatabase.setNumericalPrecisionPolicy": ('PySide2.QtSql.QSql.NumericalPrecisionPolicy',),
13619    "PySide2.QtSql.QSqlDatabase.setPassword": ('str',),
13620    "PySide2.QtSql.QSqlDatabase.setPort": ('int',),
13621    "PySide2.QtSql.QSqlDatabase.setUserName": ('str',),
13622    "PySide2.QtSql.QSqlDatabase.tables": ('PySide2.QtSql.QSql.TableType',),
13623    "PySide2.QtSql.QSqlDatabase.transaction": (),
13624    "PySide2.QtSql.QSqlDatabase.userName": (),
13625# class PySide2.QtSql.QSqlDriver:
13626# class PySide2.QtSql.QSqlDriver.DbmsType:
13627# class PySide2.QtSql.QSqlDriver.DriverFeature:
13628# class PySide2.QtSql.QSqlDriver.IdentifierType:
13629# class PySide2.QtSql.QSqlDriver.NotificationSource:
13630# class PySide2.QtSql.QSqlDriver.StatementType:
13631    "PySide2.QtSql.QSqlDriver.__init__": ('PySide2.QtCore.QObject',),
13632    "PySide2.QtSql.QSqlDriver.beginTransaction": (),
13633    "PySide2.QtSql.QSqlDriver.cancelQuery": (),
13634    "PySide2.QtSql.QSqlDriver.close": (),
13635    "PySide2.QtSql.QSqlDriver.commitTransaction": (),
13636    "PySide2.QtSql.QSqlDriver.createResult": (),
13637    "PySide2.QtSql.QSqlDriver.dbmsType": (),
13638    "PySide2.QtSql.QSqlDriver.escapeIdentifier": ('str', 'PySide2.QtSql.QSqlDriver.IdentifierType'),
13639    "PySide2.QtSql.QSqlDriver.formatValue": ('PySide2.QtSql.QSqlField', 'bool'),
13640    "PySide2.QtSql.QSqlDriver.hasFeature": ('PySide2.QtSql.QSqlDriver.DriverFeature',),
13641    "PySide2.QtSql.QSqlDriver.isIdentifierEscaped": ('str', 'PySide2.QtSql.QSqlDriver.IdentifierType'),
13642    "PySide2.QtSql.QSqlDriver.isOpen": (),
13643    "PySide2.QtSql.QSqlDriver.isOpenError": (),
13644    "PySide2.QtSql.QSqlDriver.lastError": (),
13645    "PySide2.QtSql.QSqlDriver.numericalPrecisionPolicy": (),
13646    "PySide2.QtSql.QSqlDriver.open": ('str', 'str', 'str', 'str', 'int', 'str'),
13647    "PySide2.QtSql.QSqlDriver.primaryIndex": ('str',),
13648    "PySide2.QtSql.QSqlDriver.record": ('str',),
13649    "PySide2.QtSql.QSqlDriver.rollbackTransaction": (),
13650    "PySide2.QtSql.QSqlDriver.setLastError": ('PySide2.QtSql.QSqlError',),
13651    "PySide2.QtSql.QSqlDriver.setNumericalPrecisionPolicy": ('PySide2.QtSql.QSql.NumericalPrecisionPolicy',),
13652    "PySide2.QtSql.QSqlDriver.setOpen": ('bool',),
13653    "PySide2.QtSql.QSqlDriver.setOpenError": ('bool',),
13654    "PySide2.QtSql.QSqlDriver.sqlStatement": ('PySide2.QtSql.QSqlDriver.StatementType', 'str', 'PySide2.QtSql.QSqlRecord', 'bool'),
13655    "PySide2.QtSql.QSqlDriver.stripDelimiters": ('str', 'PySide2.QtSql.QSqlDriver.IdentifierType'),
13656    "PySide2.QtSql.QSqlDriver.subscribeToNotification": ('str',),
13657    "PySide2.QtSql.QSqlDriver.subscribedToNotifications": (),
13658    "PySide2.QtSql.QSqlDriver.tables": ('PySide2.QtSql.QSql.TableType',),
13659    "PySide2.QtSql.QSqlDriver.unsubscribeFromNotification": ('str',),
13660# class PySide2.QtSql.QSqlDriverCreatorBase:
13661    "PySide2.QtSql.QSqlDriverCreatorBase.__init__": (),
13662    "PySide2.QtSql.QSqlDriverCreatorBase.createObject": (),
13663# class PySide2.QtSql.QSqlError:
13664# class PySide2.QtSql.QSqlError.ErrorType:
13665    "PySide2.QtSql.QSqlError.__init__": [('PySide2.QtSql.QSqlError',), ('str', 'str', 'PySide2.QtSql.QSqlError.ErrorType', 'int'), ('str', 'str', 'PySide2.QtSql.QSqlError.ErrorType', 'str')],
13666    "PySide2.QtSql.QSqlError.__copy__": (),
13667    "PySide2.QtSql.QSqlError.databaseText": (),
13668    "PySide2.QtSql.QSqlError.driverText": (),
13669    "PySide2.QtSql.QSqlError.isValid": (),
13670    "PySide2.QtSql.QSqlError.nativeErrorCode": (),
13671    "PySide2.QtSql.QSqlError.number": (),
13672    "PySide2.QtSql.QSqlError.setDatabaseText": ('str',),
13673    "PySide2.QtSql.QSqlError.setDriverText": ('str',),
13674    "PySide2.QtSql.QSqlError.setNumber": ('int',),
13675    "PySide2.QtSql.QSqlError.setType": ('PySide2.QtSql.QSqlError.ErrorType',),
13676    "PySide2.QtSql.QSqlError.swap": ('PySide2.QtSql.QSqlError',),
13677    "PySide2.QtSql.QSqlError.text": (),
13678    "PySide2.QtSql.QSqlError.type": (),
13679# class PySide2.QtSql.QSqlField:
13680# class PySide2.QtSql.QSqlField.RequiredStatus:
13681    "PySide2.QtSql.QSqlField.__init__": [('PySide2.QtSql.QSqlField',), ('str', 'type'), ('str', 'type', 'str')],
13682    "PySide2.QtSql.QSqlField.__copy__": (),
13683    "PySide2.QtSql.QSqlField.clear": (),
13684    "PySide2.QtSql.QSqlField.defaultValue": (),
13685    "PySide2.QtSql.QSqlField.isAutoValue": (),
13686    "PySide2.QtSql.QSqlField.isGenerated": (),
13687    "PySide2.QtSql.QSqlField.isNull": (),
13688    "PySide2.QtSql.QSqlField.isReadOnly": (),
13689    "PySide2.QtSql.QSqlField.isValid": (),
13690    "PySide2.QtSql.QSqlField.length": (),
13691    "PySide2.QtSql.QSqlField.name": (),
13692    "PySide2.QtSql.QSqlField.precision": (),
13693    "PySide2.QtSql.QSqlField.requiredStatus": (),
13694    "PySide2.QtSql.QSqlField.setAutoValue": ('bool',),
13695    "PySide2.QtSql.QSqlField.setDefaultValue": ('typing.Any',),
13696    "PySide2.QtSql.QSqlField.setGenerated": ('bool',),
13697    "PySide2.QtSql.QSqlField.setLength": ('int',),
13698    "PySide2.QtSql.QSqlField.setName": ('str',),
13699    "PySide2.QtSql.QSqlField.setPrecision": ('int',),
13700    "PySide2.QtSql.QSqlField.setReadOnly": ('bool',),
13701    "PySide2.QtSql.QSqlField.setRequired": ('bool',),
13702    "PySide2.QtSql.QSqlField.setRequiredStatus": ('PySide2.QtSql.QSqlField.RequiredStatus',),
13703    "PySide2.QtSql.QSqlField.setSqlType": ('int',),
13704    "PySide2.QtSql.QSqlField.setTableName": ('str',),
13705    "PySide2.QtSql.QSqlField.setType": ('type',),
13706    "PySide2.QtSql.QSqlField.setValue": ('typing.Any',),
13707    "PySide2.QtSql.QSqlField.tableName": (),
13708    "PySide2.QtSql.QSqlField.type": (),
13709    "PySide2.QtSql.QSqlField.typeID": (),
13710    "PySide2.QtSql.QSqlField.value": (),
13711# class PySide2.QtSql.QSqlIndex:
13712    "PySide2.QtSql.QSqlIndex.__init__": [('PySide2.QtSql.QSqlIndex',), ('str', 'str')],
13713    "PySide2.QtSql.QSqlIndex.__copy__": (),
13714    "PySide2.QtSql.QSqlIndex.append": [('PySide2.QtSql.QSqlField',), ('PySide2.QtSql.QSqlField', 'bool')],
13715    "PySide2.QtSql.QSqlIndex.cursorName": (),
13716    "PySide2.QtSql.QSqlIndex.isDescending": ('int',),
13717    "PySide2.QtSql.QSqlIndex.name": (),
13718    "PySide2.QtSql.QSqlIndex.setCursorName": ('str',),
13719    "PySide2.QtSql.QSqlIndex.setDescending": ('int', 'bool'),
13720    "PySide2.QtSql.QSqlIndex.setName": ('str',),
13721# class PySide2.QtSql.QSqlQuery:
13722# class PySide2.QtSql.QSqlQuery.BatchExecutionMode:
13723    "PySide2.QtSql.QSqlQuery.__init__": [('PySide2.QtSql.QSqlDatabase',), ('PySide2.QtSql.QSqlQuery',), ('PySide2.QtSql.QSqlResult',), ('str', 'PySide2.QtSql.QSqlDatabase')],
13724    "PySide2.QtSql.QSqlQuery.__copy__": (),
13725    "PySide2.QtSql.QSqlQuery.addBindValue": ('typing.Any', 'PySide2.QtSql.QSql.ParamType'),
13726    "PySide2.QtSql.QSqlQuery.at": (),
13727    "PySide2.QtSql.QSqlQuery.bindValue": [('int', 'typing.Any', 'PySide2.QtSql.QSql.ParamType'), ('str', 'typing.Any', 'PySide2.QtSql.QSql.ParamType')],
13728    "PySide2.QtSql.QSqlQuery.boundValue": [('int',), ('str',)],
13729    "PySide2.QtSql.QSqlQuery.boundValues": (),
13730    "PySide2.QtSql.QSqlQuery.clear": (),
13731    "PySide2.QtSql.QSqlQuery.driver": (),
13732    "PySide2.QtSql.QSqlQuery.execBatch": ('PySide2.QtSql.QSqlQuery.BatchExecutionMode',),
13733    "PySide2.QtSql.QSqlQuery.exec_": [(), ('str',)],
13734    "PySide2.QtSql.QSqlQuery.executedQuery": (),
13735    "PySide2.QtSql.QSqlQuery.finish": (),
13736    "PySide2.QtSql.QSqlQuery.first": (),
13737    "PySide2.QtSql.QSqlQuery.isActive": (),
13738    "PySide2.QtSql.QSqlQuery.isForwardOnly": (),
13739    "PySide2.QtSql.QSqlQuery.isNull": [('int',), ('str',)],
13740    "PySide2.QtSql.QSqlQuery.isSelect": (),
13741    "PySide2.QtSql.QSqlQuery.isValid": (),
13742    "PySide2.QtSql.QSqlQuery.last": (),
13743    "PySide2.QtSql.QSqlQuery.lastError": (),
13744    "PySide2.QtSql.QSqlQuery.lastInsertId": (),
13745    "PySide2.QtSql.QSqlQuery.lastQuery": (),
13746    "PySide2.QtSql.QSqlQuery.nextResult": (),
13747    "PySide2.QtSql.QSqlQuery.numRowsAffected": (),
13748    "PySide2.QtSql.QSqlQuery.numericalPrecisionPolicy": (),
13749    "PySide2.QtSql.QSqlQuery.prepare": ('str',),
13750    "PySide2.QtSql.QSqlQuery.previous": (),
13751    "PySide2.QtSql.QSqlQuery.record": (),
13752    "PySide2.QtSql.QSqlQuery.result": (),
13753    "PySide2.QtSql.QSqlQuery.seek": ('int', 'bool'),
13754    "PySide2.QtSql.QSqlQuery.setForwardOnly": ('bool',),
13755    "PySide2.QtSql.QSqlQuery.setNumericalPrecisionPolicy": ('PySide2.QtSql.QSql.NumericalPrecisionPolicy',),
13756    "PySide2.QtSql.QSqlQuery.size": (),
13757    "PySide2.QtSql.QSqlQuery.value": [('int',), ('str',)],
13758# class PySide2.QtSql.QSqlQueryModel:
13759    "PySide2.QtSql.QSqlQueryModel.__init__": ('PySide2.QtCore.QObject',),
13760    "PySide2.QtSql.QSqlQueryModel.beginInsertColumns": ('PySide2.QtCore.QModelIndex', 'int', 'int'),
13761    "PySide2.QtSql.QSqlQueryModel.beginInsertRows": ('PySide2.QtCore.QModelIndex', 'int', 'int'),
13762    "PySide2.QtSql.QSqlQueryModel.beginRemoveColumns": ('PySide2.QtCore.QModelIndex', 'int', 'int'),
13763    "PySide2.QtSql.QSqlQueryModel.beginRemoveRows": ('PySide2.QtCore.QModelIndex', 'int', 'int'),
13764    "PySide2.QtSql.QSqlQueryModel.beginResetModel": (),
13765    "PySide2.QtSql.QSqlQueryModel.canFetchMore": ('PySide2.QtCore.QModelIndex',),
13766    "PySide2.QtSql.QSqlQueryModel.clear": (),
13767    "PySide2.QtSql.QSqlQueryModel.columnCount": ('PySide2.QtCore.QModelIndex',),
13768    "PySide2.QtSql.QSqlQueryModel.data": ('PySide2.QtCore.QModelIndex', 'int'),
13769    "PySide2.QtSql.QSqlQueryModel.endInsertColumns": (),
13770    "PySide2.QtSql.QSqlQueryModel.endInsertRows": (),
13771    "PySide2.QtSql.QSqlQueryModel.endRemoveColumns": (),
13772    "PySide2.QtSql.QSqlQueryModel.endRemoveRows": (),
13773    "PySide2.QtSql.QSqlQueryModel.endResetModel": (),
13774    "PySide2.QtSql.QSqlQueryModel.fetchMore": ('PySide2.QtCore.QModelIndex',),
13775    "PySide2.QtSql.QSqlQueryModel.headerData": ('int', 'PySide2.QtCore.Qt.Orientation', 'int'),
13776    "PySide2.QtSql.QSqlQueryModel.indexInQuery": ('PySide2.QtCore.QModelIndex',),
13777    "PySide2.QtSql.QSqlQueryModel.insertColumns": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
13778    "PySide2.QtSql.QSqlQueryModel.lastError": (),
13779    "PySide2.QtSql.QSqlQueryModel.query": (),
13780    "PySide2.QtSql.QSqlQueryModel.queryChange": (),
13781    "PySide2.QtSql.QSqlQueryModel.record": [(), ('int',)],
13782    "PySide2.QtSql.QSqlQueryModel.removeColumns": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
13783    "PySide2.QtSql.QSqlQueryModel.roleNames": (),
13784    "PySide2.QtSql.QSqlQueryModel.rowCount": ('PySide2.QtCore.QModelIndex',),
13785    "PySide2.QtSql.QSqlQueryModel.setHeaderData": ('int', 'PySide2.QtCore.Qt.Orientation', 'typing.Any', 'int'),
13786    "PySide2.QtSql.QSqlQueryModel.setLastError": ('PySide2.QtSql.QSqlError',),
13787    "PySide2.QtSql.QSqlQueryModel.setQuery": [('PySide2.QtSql.QSqlQuery',), ('str', 'PySide2.QtSql.QSqlDatabase')],
13788# class PySide2.QtSql.QSqlRecord:
13789    "PySide2.QtSql.QSqlRecord.__init__": [(), ('PySide2.QtSql.QSqlRecord',)],
13790    "PySide2.QtSql.QSqlRecord.__copy__": (),
13791    "PySide2.QtSql.QSqlRecord.append": ('PySide2.QtSql.QSqlField',),
13792    "PySide2.QtSql.QSqlRecord.clear": (),
13793    "PySide2.QtSql.QSqlRecord.clearValues": (),
13794    "PySide2.QtSql.QSqlRecord.contains": ('str',),
13795    "PySide2.QtSql.QSqlRecord.count": (),
13796    "PySide2.QtSql.QSqlRecord.field": [('int',), ('str',)],
13797    "PySide2.QtSql.QSqlRecord.fieldName": ('int',),
13798    "PySide2.QtSql.QSqlRecord.indexOf": ('str',),
13799    "PySide2.QtSql.QSqlRecord.insert": ('int', 'PySide2.QtSql.QSqlField'),
13800    "PySide2.QtSql.QSqlRecord.isEmpty": (),
13801    "PySide2.QtSql.QSqlRecord.isGenerated": [('int',), ('str',)],
13802    "PySide2.QtSql.QSqlRecord.isNull": [('int',), ('str',)],
13803    "PySide2.QtSql.QSqlRecord.keyValues": ('PySide2.QtSql.QSqlRecord',),
13804    "PySide2.QtSql.QSqlRecord.remove": ('int',),
13805    "PySide2.QtSql.QSqlRecord.replace": ('int', 'PySide2.QtSql.QSqlField'),
13806    "PySide2.QtSql.QSqlRecord.setGenerated": [('int', 'bool'), ('str', 'bool')],
13807    "PySide2.QtSql.QSqlRecord.setNull": [('int',), ('str',)],
13808    "PySide2.QtSql.QSqlRecord.setValue": [('int', 'typing.Any'), ('str', 'typing.Any')],
13809    "PySide2.QtSql.QSqlRecord.value": [('int',), ('str',)],
13810# class PySide2.QtSql.QSqlRelation:
13811    "PySide2.QtSql.QSqlRelation.__init__": [(), ('PySide2.QtSql.QSqlRelation',), ('str', 'str', 'str')],
13812    "PySide2.QtSql.QSqlRelation.__copy__": (),
13813    "PySide2.QtSql.QSqlRelation.displayColumn": (),
13814    "PySide2.QtSql.QSqlRelation.indexColumn": (),
13815    "PySide2.QtSql.QSqlRelation.isValid": (),
13816    "PySide2.QtSql.QSqlRelation.swap": ('PySide2.QtSql.QSqlRelation',),
13817    "PySide2.QtSql.QSqlRelation.tableName": (),
13818# class PySide2.QtSql.QSqlRelationalDelegate:
13819    "PySide2.QtSql.QSqlRelationalDelegate.__init__": ('PySide2.QtCore.QObject',),
13820    "PySide2.QtSql.QSqlRelationalDelegate.createEditor": ('PySide2.QtWidgets.QWidget', 'PySide2.QtWidgets.QStyleOptionViewItem', 'PySide2.QtCore.QModelIndex'),
13821    "PySide2.QtSql.QSqlRelationalDelegate.setEditorData": ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.QModelIndex'),
13822    "PySide2.QtSql.QSqlRelationalDelegate.setModelData": ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.QAbstractItemModel', 'PySide2.QtCore.QModelIndex'),
13823# class PySide2.QtSql.QSqlRelationalTableModel:
13824# class PySide2.QtSql.QSqlRelationalTableModel.JoinMode:
13825    "PySide2.QtSql.QSqlRelationalTableModel.__init__": ('PySide2.QtCore.QObject', 'PySide2.QtSql.QSqlDatabase'),
13826    "PySide2.QtSql.QSqlRelationalTableModel.clear": (),
13827    "PySide2.QtSql.QSqlRelationalTableModel.data": ('PySide2.QtCore.QModelIndex', 'int'),
13828    "PySide2.QtSql.QSqlRelationalTableModel.insertRowIntoTable": ('PySide2.QtSql.QSqlRecord',),
13829    "PySide2.QtSql.QSqlRelationalTableModel.orderByClause": (),
13830    "PySide2.QtSql.QSqlRelationalTableModel.relation": ('int',),
13831    "PySide2.QtSql.QSqlRelationalTableModel.relationModel": ('int',),
13832    "PySide2.QtSql.QSqlRelationalTableModel.removeColumns": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
13833    "PySide2.QtSql.QSqlRelationalTableModel.revertRow": ('int',),
13834    "PySide2.QtSql.QSqlRelationalTableModel.select": (),
13835    "PySide2.QtSql.QSqlRelationalTableModel.selectStatement": (),
13836    "PySide2.QtSql.QSqlRelationalTableModel.setData": ('PySide2.QtCore.QModelIndex', 'typing.Any', 'int'),
13837    "PySide2.QtSql.QSqlRelationalTableModel.setJoinMode": ('PySide2.QtSql.QSqlRelationalTableModel.JoinMode',),
13838    "PySide2.QtSql.QSqlRelationalTableModel.setRelation": ('int', 'PySide2.QtSql.QSqlRelation'),
13839    "PySide2.QtSql.QSqlRelationalTableModel.setTable": ('str',),
13840    "PySide2.QtSql.QSqlRelationalTableModel.updateRowInTable": ('int', 'PySide2.QtSql.QSqlRecord'),
13841# class PySide2.QtSql.QSqlResult:
13842# class PySide2.QtSql.QSqlResult.BindingSyntax:
13843    "PySide2.QtSql.QSqlResult.__init__": ('PySide2.QtSql.QSqlDriver',),
13844    "PySide2.QtSql.QSqlResult.addBindValue": ('typing.Any', 'PySide2.QtSql.QSql.ParamType'),
13845    "PySide2.QtSql.QSqlResult.at": (),
13846    "PySide2.QtSql.QSqlResult.bindValue": [('int', 'typing.Any', 'PySide2.QtSql.QSql.ParamType'), ('str', 'typing.Any', 'PySide2.QtSql.QSql.ParamType')],
13847    "PySide2.QtSql.QSqlResult.bindValueType": [('int',), ('str',)],
13848    "PySide2.QtSql.QSqlResult.bindingSyntax": (),
13849    "PySide2.QtSql.QSqlResult.boundValue": [('int',), ('str',)],
13850    "PySide2.QtSql.QSqlResult.boundValueCount": (),
13851    "PySide2.QtSql.QSqlResult.boundValueName": ('int',),
13852    "PySide2.QtSql.QSqlResult.boundValues": (),
13853    "PySide2.QtSql.QSqlResult.clear": (),
13854    "PySide2.QtSql.QSqlResult.data": ('int',),
13855    "PySide2.QtSql.QSqlResult.detachFromResultSet": (),
13856    "PySide2.QtSql.QSqlResult.driver": (),
13857    "PySide2.QtSql.QSqlResult.execBatch": ('bool',),
13858    "PySide2.QtSql.QSqlResult.exec_": (),
13859    "PySide2.QtSql.QSqlResult.executedQuery": (),
13860    "PySide2.QtSql.QSqlResult.fetch": ('int',),
13861    "PySide2.QtSql.QSqlResult.fetchFirst": (),
13862    "PySide2.QtSql.QSqlResult.fetchLast": (),
13863    "PySide2.QtSql.QSqlResult.fetchNext": (),
13864    "PySide2.QtSql.QSqlResult.fetchPrevious": (),
13865    "PySide2.QtSql.QSqlResult.handle": (),
13866    "PySide2.QtSql.QSqlResult.hasOutValues": (),
13867    "PySide2.QtSql.QSqlResult.isActive": (),
13868    "PySide2.QtSql.QSqlResult.isForwardOnly": (),
13869    "PySide2.QtSql.QSqlResult.isNull": ('int',),
13870    "PySide2.QtSql.QSqlResult.isSelect": (),
13871    "PySide2.QtSql.QSqlResult.isValid": (),
13872    "PySide2.QtSql.QSqlResult.lastError": (),
13873    "PySide2.QtSql.QSqlResult.lastInsertId": (),
13874    "PySide2.QtSql.QSqlResult.lastQuery": (),
13875    "PySide2.QtSql.QSqlResult.nextResult": (),
13876    "PySide2.QtSql.QSqlResult.numRowsAffected": (),
13877    "PySide2.QtSql.QSqlResult.numericalPrecisionPolicy": (),
13878    "PySide2.QtSql.QSqlResult.prepare": ('str',),
13879    "PySide2.QtSql.QSqlResult.record": (),
13880    "PySide2.QtSql.QSqlResult.reset": ('str',),
13881    "PySide2.QtSql.QSqlResult.resetBindCount": (),
13882    "PySide2.QtSql.QSqlResult.savePrepare": ('str',),
13883    "PySide2.QtSql.QSqlResult.setActive": ('bool',),
13884    "PySide2.QtSql.QSqlResult.setAt": ('int',),
13885    "PySide2.QtSql.QSqlResult.setForwardOnly": ('bool',),
13886    "PySide2.QtSql.QSqlResult.setLastError": ('PySide2.QtSql.QSqlError',),
13887    "PySide2.QtSql.QSqlResult.setNumericalPrecisionPolicy": ('PySide2.QtSql.QSql.NumericalPrecisionPolicy',),
13888    "PySide2.QtSql.QSqlResult.setQuery": ('str',),
13889    "PySide2.QtSql.QSqlResult.setSelect": ('bool',),
13890    "PySide2.QtSql.QSqlResult.size": (),
13891# class PySide2.QtSql.QSqlTableModel:
13892# class PySide2.QtSql.QSqlTableModel.EditStrategy:
13893    "PySide2.QtSql.QSqlTableModel.__init__": ('PySide2.QtCore.QObject', 'PySide2.QtSql.QSqlDatabase'),
13894    "PySide2.QtSql.QSqlTableModel.clear": (),
13895    "PySide2.QtSql.QSqlTableModel.data": ('PySide2.QtCore.QModelIndex', 'int'),
13896    "PySide2.QtSql.QSqlTableModel.database": (),
13897    "PySide2.QtSql.QSqlTableModel.deleteRowFromTable": ('int',),
13898    "PySide2.QtSql.QSqlTableModel.editStrategy": (),
13899    "PySide2.QtSql.QSqlTableModel.fieldIndex": ('str',),
13900    "PySide2.QtSql.QSqlTableModel.filter": (),
13901    "PySide2.QtSql.QSqlTableModel.flags": ('PySide2.QtCore.QModelIndex',),
13902    "PySide2.QtSql.QSqlTableModel.headerData": ('int', 'PySide2.QtCore.Qt.Orientation', 'int'),
13903    "PySide2.QtSql.QSqlTableModel.indexInQuery": ('PySide2.QtCore.QModelIndex',),
13904    "PySide2.QtSql.QSqlTableModel.insertRecord": ('int', 'PySide2.QtSql.QSqlRecord'),
13905    "PySide2.QtSql.QSqlTableModel.insertRowIntoTable": ('PySide2.QtSql.QSqlRecord',),
13906    "PySide2.QtSql.QSqlTableModel.insertRows": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
13907    "PySide2.QtSql.QSqlTableModel.isDirty": [(), ('PySide2.QtCore.QModelIndex',)],
13908    "PySide2.QtSql.QSqlTableModel.orderByClause": (),
13909    "PySide2.QtSql.QSqlTableModel.primaryKey": (),
13910    "PySide2.QtSql.QSqlTableModel.primaryValues": ('int',),
13911    "PySide2.QtSql.QSqlTableModel.record": [(), ('int',)],
13912    "PySide2.QtSql.QSqlTableModel.removeColumns": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
13913    "PySide2.QtSql.QSqlTableModel.removeRows": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
13914    "PySide2.QtSql.QSqlTableModel.revert": (),
13915    "PySide2.QtSql.QSqlTableModel.revertAll": (),
13916    "PySide2.QtSql.QSqlTableModel.revertRow": ('int',),
13917    "PySide2.QtSql.QSqlTableModel.rowCount": ('PySide2.QtCore.QModelIndex',),
13918    "PySide2.QtSql.QSqlTableModel.select": (),
13919    "PySide2.QtSql.QSqlTableModel.selectRow": ('int',),
13920    "PySide2.QtSql.QSqlTableModel.selectStatement": (),
13921    "PySide2.QtSql.QSqlTableModel.setData": ('PySide2.QtCore.QModelIndex', 'typing.Any', 'int'),
13922    "PySide2.QtSql.QSqlTableModel.setEditStrategy": ('PySide2.QtSql.QSqlTableModel.EditStrategy',),
13923    "PySide2.QtSql.QSqlTableModel.setFilter": ('str',),
13924    "PySide2.QtSql.QSqlTableModel.setPrimaryKey": ('PySide2.QtSql.QSqlIndex',),
13925    "PySide2.QtSql.QSqlTableModel.setQuery": ('PySide2.QtSql.QSqlQuery',),
13926    "PySide2.QtSql.QSqlTableModel.setRecord": ('int', 'PySide2.QtSql.QSqlRecord'),
13927    "PySide2.QtSql.QSqlTableModel.setSort": ('int', 'PySide2.QtCore.Qt.SortOrder'),
13928    "PySide2.QtSql.QSqlTableModel.setTable": ('str',),
13929    "PySide2.QtSql.QSqlTableModel.sort": ('int', 'PySide2.QtCore.Qt.SortOrder'),
13930    "PySide2.QtSql.QSqlTableModel.submit": (),
13931    "PySide2.QtSql.QSqlTableModel.submitAll": (),
13932    "PySide2.QtSql.QSqlTableModel.tableName": (),
13933    "PySide2.QtSql.QSqlTableModel.updateRowInTable": ('int', 'PySide2.QtSql.QSqlRecord'),
13934    }) if "PySide2.QtSql" in sys.modules else None
13935# Module PySide2.QtNetwork
13936sig_dict.update({
13937# class PySide2.QtNetwork.QAbstractNetworkCache:
13938    "PySide2.QtNetwork.QAbstractNetworkCache.__init__": ('PySide2.QtCore.QObject',),
13939    "PySide2.QtNetwork.QAbstractNetworkCache.cacheSize": (),
13940    "PySide2.QtNetwork.QAbstractNetworkCache.clear": (),
13941    "PySide2.QtNetwork.QAbstractNetworkCache.data": ('PySide2.QtCore.QUrl',),
13942    "PySide2.QtNetwork.QAbstractNetworkCache.insert": ('PySide2.QtCore.QIODevice',),
13943    "PySide2.QtNetwork.QAbstractNetworkCache.metaData": ('PySide2.QtCore.QUrl',),
13944    "PySide2.QtNetwork.QAbstractNetworkCache.prepare": ('PySide2.QtNetwork.QNetworkCacheMetaData',),
13945    "PySide2.QtNetwork.QAbstractNetworkCache.remove": ('PySide2.QtCore.QUrl',),
13946    "PySide2.QtNetwork.QAbstractNetworkCache.updateMetaData": ('PySide2.QtNetwork.QNetworkCacheMetaData',),
13947# class PySide2.QtNetwork.QAbstractSocket:
13948# class PySide2.QtNetwork.QAbstractSocket.BindFlag:
13949# class PySide2.QtNetwork.QAbstractSocket.BindMode:
13950# class PySide2.QtNetwork.QAbstractSocket.NetworkLayerProtocol:
13951# class PySide2.QtNetwork.QAbstractSocket.PauseMode:
13952# class PySide2.QtNetwork.QAbstractSocket.PauseModes:
13953# class PySide2.QtNetwork.QAbstractSocket.SocketError:
13954# class PySide2.QtNetwork.QAbstractSocket.SocketOption:
13955# class PySide2.QtNetwork.QAbstractSocket.SocketState:
13956# class PySide2.QtNetwork.QAbstractSocket.SocketType:
13957    "PySide2.QtNetwork.QAbstractSocket.__init__": ('PySide2.QtNetwork.QAbstractSocket.SocketType', 'PySide2.QtCore.QObject'),
13958    "PySide2.QtNetwork.QAbstractSocket.abort": (),
13959    "PySide2.QtNetwork.QAbstractSocket.atEnd": (),
13960    "PySide2.QtNetwork.QAbstractSocket.bind": [('PySide2.QtNetwork.QHostAddress', 'int', 'PySide2.QtNetwork.QAbstractSocket.BindMode'), ('int', 'PySide2.QtNetwork.QAbstractSocket.BindMode')],
13961    "PySide2.QtNetwork.QAbstractSocket.bytesAvailable": (),
13962    "PySide2.QtNetwork.QAbstractSocket.bytesToWrite": (),
13963    "PySide2.QtNetwork.QAbstractSocket.canReadLine": (),
13964    "PySide2.QtNetwork.QAbstractSocket.close": (),
13965    "PySide2.QtNetwork.QAbstractSocket.connectToHost": [('PySide2.QtNetwork.QHostAddress', 'int', 'PySide2.QtCore.QIODevice.OpenMode'), ('str', 'int', 'PySide2.QtCore.QIODevice.OpenMode', 'PySide2.QtNetwork.QAbstractSocket.NetworkLayerProtocol')],
13966    "PySide2.QtNetwork.QAbstractSocket.disconnectFromHost": (),
13967    "PySide2.QtNetwork.QAbstractSocket.error": (),
13968    "PySide2.QtNetwork.QAbstractSocket.flush": (),
13969    "PySide2.QtNetwork.QAbstractSocket.isSequential": (),
13970    "PySide2.QtNetwork.QAbstractSocket.isValid": (),
13971    "PySide2.QtNetwork.QAbstractSocket.localAddress": (),
13972    "PySide2.QtNetwork.QAbstractSocket.localPort": (),
13973    "PySide2.QtNetwork.QAbstractSocket.pauseMode": (),
13974    "PySide2.QtNetwork.QAbstractSocket.peerAddress": (),
13975    "PySide2.QtNetwork.QAbstractSocket.peerName": (),
13976    "PySide2.QtNetwork.QAbstractSocket.peerPort": (),
13977    "PySide2.QtNetwork.QAbstractSocket.protocolTag": (),
13978    "PySide2.QtNetwork.QAbstractSocket.proxy": (),
13979    "PySide2.QtNetwork.QAbstractSocket.readBufferSize": (),
13980    "PySide2.QtNetwork.QAbstractSocket.readData": ('str', 'int'),
13981    "PySide2.QtNetwork.QAbstractSocket.readLineData": ('str', 'int'),
13982    "PySide2.QtNetwork.QAbstractSocket.resume": (),
13983    "PySide2.QtNetwork.QAbstractSocket.setLocalAddress": ('PySide2.QtNetwork.QHostAddress',),
13984    "PySide2.QtNetwork.QAbstractSocket.setLocalPort": ('int',),
13985    "PySide2.QtNetwork.QAbstractSocket.setPauseMode": ('PySide2.QtNetwork.QAbstractSocket.PauseModes',),
13986    "PySide2.QtNetwork.QAbstractSocket.setPeerAddress": ('PySide2.QtNetwork.QHostAddress',),
13987    "PySide2.QtNetwork.QAbstractSocket.setPeerName": ('str',),
13988    "PySide2.QtNetwork.QAbstractSocket.setPeerPort": ('int',),
13989    "PySide2.QtNetwork.QAbstractSocket.setProtocolTag": ('str',),
13990    "PySide2.QtNetwork.QAbstractSocket.setProxy": ('PySide2.QtNetwork.QNetworkProxy',),
13991    "PySide2.QtNetwork.QAbstractSocket.setReadBufferSize": ('int',),
13992    "PySide2.QtNetwork.QAbstractSocket.setSocketDescriptor": ('int', 'PySide2.QtNetwork.QAbstractSocket.SocketState', 'PySide2.QtCore.QIODevice.OpenMode'),
13993    "PySide2.QtNetwork.QAbstractSocket.setSocketError": ('PySide2.QtNetwork.QAbstractSocket.SocketError',),
13994    "PySide2.QtNetwork.QAbstractSocket.setSocketOption": ('PySide2.QtNetwork.QAbstractSocket.SocketOption', 'typing.Any'),
13995    "PySide2.QtNetwork.QAbstractSocket.setSocketState": ('PySide2.QtNetwork.QAbstractSocket.SocketState',),
13996    "PySide2.QtNetwork.QAbstractSocket.socketDescriptor": (),
13997    "PySide2.QtNetwork.QAbstractSocket.socketOption": ('PySide2.QtNetwork.QAbstractSocket.SocketOption',),
13998    "PySide2.QtNetwork.QAbstractSocket.socketType": (),
13999    "PySide2.QtNetwork.QAbstractSocket.state": (),
14000    "PySide2.QtNetwork.QAbstractSocket.waitForBytesWritten": ('int',),
14001    "PySide2.QtNetwork.QAbstractSocket.waitForConnected": ('int',),
14002    "PySide2.QtNetwork.QAbstractSocket.waitForDisconnected": ('int',),
14003    "PySide2.QtNetwork.QAbstractSocket.waitForReadyRead": ('int',),
14004    "PySide2.QtNetwork.QAbstractSocket.writeData": ('str', 'int'),
14005# class PySide2.QtNetwork.QAuthenticator:
14006    "PySide2.QtNetwork.QAuthenticator.__init__": [(), ('PySide2.QtNetwork.QAuthenticator',)],
14007    "PySide2.QtNetwork.QAuthenticator.__copy__": (),
14008    "PySide2.QtNetwork.QAuthenticator.isNull": (),
14009    "PySide2.QtNetwork.QAuthenticator.option": ('str',),
14010    "PySide2.QtNetwork.QAuthenticator.options": (),
14011    "PySide2.QtNetwork.QAuthenticator.password": (),
14012    "PySide2.QtNetwork.QAuthenticator.realm": (),
14013    "PySide2.QtNetwork.QAuthenticator.setOption": ('str', 'typing.Any'),
14014    "PySide2.QtNetwork.QAuthenticator.setPassword": ('str',),
14015    "PySide2.QtNetwork.QAuthenticator.setRealm": ('str',),
14016    "PySide2.QtNetwork.QAuthenticator.setUser": ('str',),
14017    "PySide2.QtNetwork.QAuthenticator.user": (),
14018# class PySide2.QtNetwork.QDnsDomainNameRecord:
14019    "PySide2.QtNetwork.QDnsDomainNameRecord.__init__": [(), ('PySide2.QtNetwork.QDnsDomainNameRecord',)],
14020    "PySide2.QtNetwork.QDnsDomainNameRecord.__copy__": (),
14021    "PySide2.QtNetwork.QDnsDomainNameRecord.name": (),
14022    "PySide2.QtNetwork.QDnsDomainNameRecord.swap": ('PySide2.QtNetwork.QDnsDomainNameRecord',),
14023    "PySide2.QtNetwork.QDnsDomainNameRecord.timeToLive": (),
14024    "PySide2.QtNetwork.QDnsDomainNameRecord.value": (),
14025# class PySide2.QtNetwork.QDnsHostAddressRecord:
14026    "PySide2.QtNetwork.QDnsHostAddressRecord.__init__": [(), ('PySide2.QtNetwork.QDnsHostAddressRecord',)],
14027    "PySide2.QtNetwork.QDnsHostAddressRecord.__copy__": (),
14028    "PySide2.QtNetwork.QDnsHostAddressRecord.name": (),
14029    "PySide2.QtNetwork.QDnsHostAddressRecord.swap": ('PySide2.QtNetwork.QDnsHostAddressRecord',),
14030    "PySide2.QtNetwork.QDnsHostAddressRecord.timeToLive": (),
14031    "PySide2.QtNetwork.QDnsHostAddressRecord.value": (),
14032# class PySide2.QtNetwork.QDnsLookup:
14033# class PySide2.QtNetwork.QDnsLookup.Error:
14034# class PySide2.QtNetwork.QDnsLookup.Type:
14035    "PySide2.QtNetwork.QDnsLookup.__init__": [('PySide2.QtCore.QObject',), ('PySide2.QtNetwork.QDnsLookup.Type', 'str', 'PySide2.QtCore.QObject'), ('PySide2.QtNetwork.QDnsLookup.Type', 'str', 'PySide2.QtNetwork.QHostAddress', 'PySide2.QtCore.QObject')],
14036    "PySide2.QtNetwork.QDnsLookup.abort": (),
14037    "PySide2.QtNetwork.QDnsLookup.canonicalNameRecords": (),
14038    "PySide2.QtNetwork.QDnsLookup.error": (),
14039    "PySide2.QtNetwork.QDnsLookup.errorString": (),
14040    "PySide2.QtNetwork.QDnsLookup.hostAddressRecords": (),
14041    "PySide2.QtNetwork.QDnsLookup.isFinished": (),
14042    "PySide2.QtNetwork.QDnsLookup.lookup": (),
14043    "PySide2.QtNetwork.QDnsLookup.mailExchangeRecords": (),
14044    "PySide2.QtNetwork.QDnsLookup.name": (),
14045    "PySide2.QtNetwork.QDnsLookup.nameServerRecords": (),
14046    "PySide2.QtNetwork.QDnsLookup.nameserver": (),
14047    "PySide2.QtNetwork.QDnsLookup.pointerRecords": (),
14048    "PySide2.QtNetwork.QDnsLookup.serviceRecords": (),
14049    "PySide2.QtNetwork.QDnsLookup.setName": ('str',),
14050    "PySide2.QtNetwork.QDnsLookup.setNameserver": ('PySide2.QtNetwork.QHostAddress',),
14051    "PySide2.QtNetwork.QDnsLookup.setType": ('PySide2.QtNetwork.QDnsLookup.Type',),
14052    "PySide2.QtNetwork.QDnsLookup.textRecords": (),
14053    "PySide2.QtNetwork.QDnsLookup.type": (),
14054# class PySide2.QtNetwork.QDnsMailExchangeRecord:
14055    "PySide2.QtNetwork.QDnsMailExchangeRecord.__init__": [(), ('PySide2.QtNetwork.QDnsMailExchangeRecord',)],
14056    "PySide2.QtNetwork.QDnsMailExchangeRecord.__copy__": (),
14057    "PySide2.QtNetwork.QDnsMailExchangeRecord.exchange": (),
14058    "PySide2.QtNetwork.QDnsMailExchangeRecord.name": (),
14059    "PySide2.QtNetwork.QDnsMailExchangeRecord.preference": (),
14060    "PySide2.QtNetwork.QDnsMailExchangeRecord.swap": ('PySide2.QtNetwork.QDnsMailExchangeRecord',),
14061    "PySide2.QtNetwork.QDnsMailExchangeRecord.timeToLive": (),
14062# class PySide2.QtNetwork.QDnsServiceRecord:
14063    "PySide2.QtNetwork.QDnsServiceRecord.__init__": [(), ('PySide2.QtNetwork.QDnsServiceRecord',)],
14064    "PySide2.QtNetwork.QDnsServiceRecord.__copy__": (),
14065    "PySide2.QtNetwork.QDnsServiceRecord.name": (),
14066    "PySide2.QtNetwork.QDnsServiceRecord.port": (),
14067    "PySide2.QtNetwork.QDnsServiceRecord.priority": (),
14068    "PySide2.QtNetwork.QDnsServiceRecord.swap": ('PySide2.QtNetwork.QDnsServiceRecord',),
14069    "PySide2.QtNetwork.QDnsServiceRecord.target": (),
14070    "PySide2.QtNetwork.QDnsServiceRecord.timeToLive": (),
14071    "PySide2.QtNetwork.QDnsServiceRecord.weight": (),
14072# class PySide2.QtNetwork.QDnsTextRecord:
14073    "PySide2.QtNetwork.QDnsTextRecord.__init__": [(), ('PySide2.QtNetwork.QDnsTextRecord',)],
14074    "PySide2.QtNetwork.QDnsTextRecord.__copy__": (),
14075    "PySide2.QtNetwork.QDnsTextRecord.name": (),
14076    "PySide2.QtNetwork.QDnsTextRecord.swap": ('PySide2.QtNetwork.QDnsTextRecord',),
14077    "PySide2.QtNetwork.QDnsTextRecord.timeToLive": (),
14078    "PySide2.QtNetwork.QDnsTextRecord.values": (),
14079# class PySide2.QtNetwork.QDtls:
14080# class PySide2.QtNetwork.QDtls.HandshakeState:
14081    "PySide2.QtNetwork.QDtls.__init__": ('PySide2.QtNetwork.QSslSocket.SslMode', 'PySide2.QtCore.QObject'),
14082    "PySide2.QtNetwork.QDtls.abortHandshake": ('PySide2.QtNetwork.QUdpSocket',),
14083    "PySide2.QtNetwork.QDtls.decryptDatagram": ('PySide2.QtNetwork.QUdpSocket', 'PySide2.QtCore.QByteArray'),
14084    "PySide2.QtNetwork.QDtls.doHandshake": ('PySide2.QtNetwork.QUdpSocket', 'PySide2.QtCore.QByteArray'),
14085    "PySide2.QtNetwork.QDtls.dtlsConfiguration": (),
14086    "PySide2.QtNetwork.QDtls.dtlsError": (),
14087    "PySide2.QtNetwork.QDtls.dtlsErrorString": (),
14088    "PySide2.QtNetwork.QDtls.handleTimeout": ('PySide2.QtNetwork.QUdpSocket',),
14089    "PySide2.QtNetwork.QDtls.handshakeState": (),
14090    "PySide2.QtNetwork.QDtls.ignoreVerificationErrors": ('typing.List[PySide2.QtNetwork.QSslError]',),
14091    "PySide2.QtNetwork.QDtls.isConnectionEncrypted": (),
14092    "PySide2.QtNetwork.QDtls.mtuHint": (),
14093    "PySide2.QtNetwork.QDtls.peerAddress": (),
14094    "PySide2.QtNetwork.QDtls.peerPort": (),
14095    "PySide2.QtNetwork.QDtls.peerVerificationErrors": (),
14096    "PySide2.QtNetwork.QDtls.peerVerificationName": (),
14097    "PySide2.QtNetwork.QDtls.resumeHandshake": ('PySide2.QtNetwork.QUdpSocket',),
14098    "PySide2.QtNetwork.QDtls.sessionCipher": (),
14099    "PySide2.QtNetwork.QDtls.sessionProtocol": (),
14100    "PySide2.QtNetwork.QDtls.setDtlsConfiguration": ('PySide2.QtNetwork.QSslConfiguration',),
14101    "PySide2.QtNetwork.QDtls.setMtuHint": ('int',),
14102    "PySide2.QtNetwork.QDtls.setPeer": ('PySide2.QtNetwork.QHostAddress', 'int', 'str'),
14103    "PySide2.QtNetwork.QDtls.setPeerVerificationName": ('str',),
14104    "PySide2.QtNetwork.QDtls.shutdown": ('PySide2.QtNetwork.QUdpSocket',),
14105    "PySide2.QtNetwork.QDtls.sslMode": (),
14106    "PySide2.QtNetwork.QDtls.writeDatagramEncrypted": ('PySide2.QtNetwork.QUdpSocket', 'PySide2.QtCore.QByteArray'),
14107# class PySide2.QtNetwork.QDtlsError:
14108# class PySide2.QtNetwork.QHostAddress:
14109# class PySide2.QtNetwork.QHostAddress.ConversionMode:
14110# class PySide2.QtNetwork.QHostAddress.ConversionModeFlag:
14111# class PySide2.QtNetwork.QHostAddress.SpecialAddress:
14112    "PySide2.QtNetwork.QHostAddress.__init__": [(), ('PySide2.QtNetwork.QHostAddress',), ('PySide2.QtNetwork.QHostAddress.SpecialAddress',), ('PySide2.QtNetwork.QIPv6Address',), ('int',), ('str',)],
14113    "PySide2.QtNetwork.QHostAddress.__copy__": (),
14114    "PySide2.QtNetwork.QHostAddress.__lshift__": ('PySide2.QtCore.QDataStream',),
14115    "PySide2.QtNetwork.QHostAddress.__rshift__": ('PySide2.QtCore.QDataStream',),
14116    "PySide2.QtNetwork.QHostAddress.clear": (),
14117    "PySide2.QtNetwork.QHostAddress.isBroadcast": (),
14118    "PySide2.QtNetwork.QHostAddress.isEqual": ('PySide2.QtNetwork.QHostAddress', 'PySide2.QtNetwork.QHostAddress.ConversionMode'),
14119    "PySide2.QtNetwork.QHostAddress.isGlobal": (),
14120    "PySide2.QtNetwork.QHostAddress.isInSubnet": [('PySide2.QtNetwork.QHostAddress', 'int'), ('typing.Tuple[PySide2.QtNetwork.QHostAddress, int]',)],
14121    "PySide2.QtNetwork.QHostAddress.isLinkLocal": (),
14122    "PySide2.QtNetwork.QHostAddress.isLoopback": (),
14123    "PySide2.QtNetwork.QHostAddress.isMulticast": (),
14124    "PySide2.QtNetwork.QHostAddress.isNull": (),
14125    "PySide2.QtNetwork.QHostAddress.isSiteLocal": (),
14126    "PySide2.QtNetwork.QHostAddress.isUniqueLocalUnicast": (),
14127    "PySide2.QtNetwork.QHostAddress.parseSubnet": ('str',),
14128    "PySide2.QtNetwork.QHostAddress.protocol": (),
14129    "PySide2.QtNetwork.QHostAddress.scopeId": (),
14130    "PySide2.QtNetwork.QHostAddress.setAddress": [('PySide2.QtNetwork.QHostAddress.SpecialAddress',), ('PySide2.QtNetwork.QIPv6Address',), ('int',), ('str',)],
14131    "PySide2.QtNetwork.QHostAddress.setScopeId": ('str',),
14132    "PySide2.QtNetwork.QHostAddress.swap": ('PySide2.QtNetwork.QHostAddress',),
14133    "PySide2.QtNetwork.QHostAddress.toIPv4Address": (),
14134    "PySide2.QtNetwork.QHostAddress.toIPv6Address": (),
14135    "PySide2.QtNetwork.QHostAddress.toString": (),
14136# class PySide2.QtNetwork.QHostInfo:
14137# class PySide2.QtNetwork.QHostInfo.HostInfoError:
14138    "PySide2.QtNetwork.QHostInfo.__init__": [('PySide2.QtNetwork.QHostInfo',), ('int',)],
14139    "PySide2.QtNetwork.QHostInfo.__copy__": (),
14140    "PySide2.QtNetwork.QHostInfo.abortHostLookup": ('int',),
14141    "PySide2.QtNetwork.QHostInfo.addresses": (),
14142    "PySide2.QtNetwork.QHostInfo.error": (),
14143    "PySide2.QtNetwork.QHostInfo.errorString": (),
14144    "PySide2.QtNetwork.QHostInfo.fromName": ('str',),
14145    "PySide2.QtNetwork.QHostInfo.hostName": (),
14146    "PySide2.QtNetwork.QHostInfo.localDomainName": (),
14147    "PySide2.QtNetwork.QHostInfo.localHostName": (),
14148    "PySide2.QtNetwork.QHostInfo.lookupId": (),
14149    "PySide2.QtNetwork.QHostInfo.setAddresses": ('typing.Sequence[PySide2.QtNetwork.QHostAddress]',),
14150    "PySide2.QtNetwork.QHostInfo.setError": ('PySide2.QtNetwork.QHostInfo.HostInfoError',),
14151    "PySide2.QtNetwork.QHostInfo.setErrorString": ('str',),
14152    "PySide2.QtNetwork.QHostInfo.setHostName": ('str',),
14153    "PySide2.QtNetwork.QHostInfo.setLookupId": ('int',),
14154    "PySide2.QtNetwork.QHostInfo.swap": ('PySide2.QtNetwork.QHostInfo',),
14155# class PySide2.QtNetwork.QHstsPolicy:
14156# class PySide2.QtNetwork.QHstsPolicy.PolicyFlag:
14157# class PySide2.QtNetwork.QHstsPolicy.PolicyFlags:
14158    "PySide2.QtNetwork.QHstsPolicy.__init__": [(), ('PySide2.QtCore.QDateTime', 'PySide2.QtNetwork.QHstsPolicy.PolicyFlags', 'str', 'PySide2.QtCore.QUrl.ParsingMode'), ('PySide2.QtNetwork.QHstsPolicy',)],
14159    "PySide2.QtNetwork.QHstsPolicy.__copy__": (),
14160    "PySide2.QtNetwork.QHstsPolicy.expiry": (),
14161    "PySide2.QtNetwork.QHstsPolicy.host": ('PySide2.QtCore.QUrl.ComponentFormattingOption',),
14162    "PySide2.QtNetwork.QHstsPolicy.includesSubDomains": (),
14163    "PySide2.QtNetwork.QHstsPolicy.isExpired": (),
14164    "PySide2.QtNetwork.QHstsPolicy.setExpiry": ('PySide2.QtCore.QDateTime',),
14165    "PySide2.QtNetwork.QHstsPolicy.setHost": ('str', 'PySide2.QtCore.QUrl.ParsingMode'),
14166    "PySide2.QtNetwork.QHstsPolicy.setIncludesSubDomains": ('bool',),
14167    "PySide2.QtNetwork.QHstsPolicy.swap": ('PySide2.QtNetwork.QHstsPolicy',),
14168# class PySide2.QtNetwork.QHttpMultiPart:
14169# class PySide2.QtNetwork.QHttpMultiPart.ContentType:
14170    "PySide2.QtNetwork.QHttpMultiPart.__init__": [('PySide2.QtCore.QObject',), ('PySide2.QtNetwork.QHttpMultiPart.ContentType', 'PySide2.QtCore.QObject')],
14171    "PySide2.QtNetwork.QHttpMultiPart.append": ('PySide2.QtNetwork.QHttpPart',),
14172    "PySide2.QtNetwork.QHttpMultiPart.boundary": (),
14173    "PySide2.QtNetwork.QHttpMultiPart.setBoundary": ('PySide2.QtCore.QByteArray',),
14174    "PySide2.QtNetwork.QHttpMultiPart.setContentType": ('PySide2.QtNetwork.QHttpMultiPart.ContentType',),
14175# class PySide2.QtNetwork.QHttpPart:
14176    "PySide2.QtNetwork.QHttpPart.__init__": [(), ('PySide2.QtNetwork.QHttpPart',)],
14177    "PySide2.QtNetwork.QHttpPart.__copy__": (),
14178    "PySide2.QtNetwork.QHttpPart.setBody": ('PySide2.QtCore.QByteArray',),
14179    "PySide2.QtNetwork.QHttpPart.setBodyDevice": ('PySide2.QtCore.QIODevice',),
14180    "PySide2.QtNetwork.QHttpPart.setHeader": ('PySide2.QtNetwork.QNetworkRequest.KnownHeaders', 'typing.Any'),
14181    "PySide2.QtNetwork.QHttpPart.setRawHeader": ('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QByteArray'),
14182    "PySide2.QtNetwork.QHttpPart.swap": ('PySide2.QtNetwork.QHttpPart',),
14183# class PySide2.QtNetwork.QIPv6Address:
14184    "PySide2.QtNetwork.QIPv6Address.__init__": [(), ('PySide2.QtNetwork.QIPv6Address',)],
14185    "PySide2.QtNetwork.QIPv6Address.__copy__": (),
14186# class PySide2.QtNetwork.QLocalServer:
14187# class PySide2.QtNetwork.QLocalServer.SocketOption:
14188# class PySide2.QtNetwork.QLocalServer.SocketOptions:
14189    "PySide2.QtNetwork.QLocalServer.__init__": ('PySide2.QtCore.QObject',),
14190    "PySide2.QtNetwork.QLocalServer.close": (),
14191    "PySide2.QtNetwork.QLocalServer.errorString": (),
14192    "PySide2.QtNetwork.QLocalServer.fullServerName": (),
14193    "PySide2.QtNetwork.QLocalServer.hasPendingConnections": (),
14194    "PySide2.QtNetwork.QLocalServer.incomingConnection": ('int',),
14195    "PySide2.QtNetwork.QLocalServer.isListening": (),
14196    "PySide2.QtNetwork.QLocalServer.listen": [('int',), ('str',)],
14197    "PySide2.QtNetwork.QLocalServer.maxPendingConnections": (),
14198    "PySide2.QtNetwork.QLocalServer.nextPendingConnection": (),
14199    "PySide2.QtNetwork.QLocalServer.removeServer": ('str',),
14200    "PySide2.QtNetwork.QLocalServer.serverError": (),
14201    "PySide2.QtNetwork.QLocalServer.serverName": (),
14202    "PySide2.QtNetwork.QLocalServer.setMaxPendingConnections": ('int',),
14203    "PySide2.QtNetwork.QLocalServer.setSocketOptions": ('PySide2.QtNetwork.QLocalServer.SocketOptions',),
14204    "PySide2.QtNetwork.QLocalServer.socketDescriptor": (),
14205    "PySide2.QtNetwork.QLocalServer.socketOptions": (),
14206    "PySide2.QtNetwork.QLocalServer.waitForNewConnection": ('int',),
14207# class PySide2.QtNetwork.QLocalSocket:
14208# class PySide2.QtNetwork.QLocalSocket.LocalSocketError:
14209# class PySide2.QtNetwork.QLocalSocket.LocalSocketState:
14210    "PySide2.QtNetwork.QLocalSocket.__init__": ('PySide2.QtCore.QObject',),
14211    "PySide2.QtNetwork.QLocalSocket.abort": (),
14212    "PySide2.QtNetwork.QLocalSocket.bytesAvailable": (),
14213    "PySide2.QtNetwork.QLocalSocket.bytesToWrite": (),
14214    "PySide2.QtNetwork.QLocalSocket.canReadLine": (),
14215    "PySide2.QtNetwork.QLocalSocket.close": (),
14216    "PySide2.QtNetwork.QLocalSocket.connectToServer": [('PySide2.QtCore.QIODevice.OpenMode',), ('str', 'PySide2.QtCore.QIODevice.OpenMode')],
14217    "PySide2.QtNetwork.QLocalSocket.disconnectFromServer": (),
14218    "PySide2.QtNetwork.QLocalSocket.error": (),
14219    "PySide2.QtNetwork.QLocalSocket.flush": (),
14220    "PySide2.QtNetwork.QLocalSocket.fullServerName": (),
14221    "PySide2.QtNetwork.QLocalSocket.isSequential": (),
14222    "PySide2.QtNetwork.QLocalSocket.isValid": (),
14223    "PySide2.QtNetwork.QLocalSocket.open": ('PySide2.QtCore.QIODevice.OpenMode',),
14224    "PySide2.QtNetwork.QLocalSocket.readBufferSize": (),
14225    "PySide2.QtNetwork.QLocalSocket.readData": ('str', 'int'),
14226    "PySide2.QtNetwork.QLocalSocket.serverName": (),
14227    "PySide2.QtNetwork.QLocalSocket.setReadBufferSize": ('int',),
14228    "PySide2.QtNetwork.QLocalSocket.setServerName": ('str',),
14229    "PySide2.QtNetwork.QLocalSocket.setSocketDescriptor": ('int', 'PySide2.QtNetwork.QLocalSocket.LocalSocketState', 'PySide2.QtCore.QIODevice.OpenMode'),
14230    "PySide2.QtNetwork.QLocalSocket.socketDescriptor": (),
14231    "PySide2.QtNetwork.QLocalSocket.state": (),
14232    "PySide2.QtNetwork.QLocalSocket.waitForBytesWritten": ('int',),
14233    "PySide2.QtNetwork.QLocalSocket.waitForConnected": ('int',),
14234    "PySide2.QtNetwork.QLocalSocket.waitForDisconnected": ('int',),
14235    "PySide2.QtNetwork.QLocalSocket.waitForReadyRead": ('int',),
14236    "PySide2.QtNetwork.QLocalSocket.writeData": ('str', 'int'),
14237# class PySide2.QtNetwork.QNetworkAccessManager:
14238# class PySide2.QtNetwork.QNetworkAccessManager.NetworkAccessibility:
14239# class PySide2.QtNetwork.QNetworkAccessManager.Operation:
14240    "PySide2.QtNetwork.QNetworkAccessManager.__init__": ('PySide2.QtCore.QObject',),
14241    "PySide2.QtNetwork.QNetworkAccessManager.activeConfiguration": (),
14242    "PySide2.QtNetwork.QNetworkAccessManager.addStrictTransportSecurityHosts": ('typing.List[PySide2.QtNetwork.QHstsPolicy]',),
14243    "PySide2.QtNetwork.QNetworkAccessManager.autoDeleteReplies": (),
14244    "PySide2.QtNetwork.QNetworkAccessManager.cache": (),
14245    "PySide2.QtNetwork.QNetworkAccessManager.clearAccessCache": (),
14246    "PySide2.QtNetwork.QNetworkAccessManager.clearConnectionCache": (),
14247    "PySide2.QtNetwork.QNetworkAccessManager.configuration": (),
14248    "PySide2.QtNetwork.QNetworkAccessManager.connectToHost": ('str', 'int'),
14249    "PySide2.QtNetwork.QNetworkAccessManager.connectToHostEncrypted": [('str', 'int', 'PySide2.QtNetwork.QSslConfiguration'), ('str', 'int', 'PySide2.QtNetwork.QSslConfiguration', 'str')],
14250    "PySide2.QtNetwork.QNetworkAccessManager.cookieJar": (),
14251    "PySide2.QtNetwork.QNetworkAccessManager.createRequest": ('PySide2.QtNetwork.QNetworkAccessManager.Operation', 'PySide2.QtNetwork.QNetworkRequest', 'PySide2.QtCore.QIODevice'),
14252    "PySide2.QtNetwork.QNetworkAccessManager.deleteResource": ('PySide2.QtNetwork.QNetworkRequest',),
14253    "PySide2.QtNetwork.QNetworkAccessManager.enableStrictTransportSecurityStore": ('bool', 'str'),
14254    "PySide2.QtNetwork.QNetworkAccessManager.get": ('PySide2.QtNetwork.QNetworkRequest',),
14255    "PySide2.QtNetwork.QNetworkAccessManager.head": ('PySide2.QtNetwork.QNetworkRequest',),
14256    "PySide2.QtNetwork.QNetworkAccessManager.isStrictTransportSecurityEnabled": (),
14257    "PySide2.QtNetwork.QNetworkAccessManager.isStrictTransportSecurityStoreEnabled": (),
14258    "PySide2.QtNetwork.QNetworkAccessManager.networkAccessible": (),
14259    "PySide2.QtNetwork.QNetworkAccessManager.post": [('PySide2.QtNetwork.QNetworkRequest', 'PySide2.QtCore.QByteArray'), ('PySide2.QtNetwork.QNetworkRequest', 'PySide2.QtCore.QIODevice'), ('PySide2.QtNetwork.QNetworkRequest', 'PySide2.QtNetwork.QHttpMultiPart')],
14260    "PySide2.QtNetwork.QNetworkAccessManager.proxy": (),
14261    "PySide2.QtNetwork.QNetworkAccessManager.proxyFactory": (),
14262    "PySide2.QtNetwork.QNetworkAccessManager.put": [('PySide2.QtNetwork.QNetworkRequest', 'PySide2.QtCore.QByteArray'), ('PySide2.QtNetwork.QNetworkRequest', 'PySide2.QtCore.QIODevice'), ('PySide2.QtNetwork.QNetworkRequest', 'PySide2.QtNetwork.QHttpMultiPart')],
14263    "PySide2.QtNetwork.QNetworkAccessManager.redirectPolicy": (),
14264    "PySide2.QtNetwork.QNetworkAccessManager.sendCustomRequest": [('PySide2.QtNetwork.QNetworkRequest', 'PySide2.QtCore.QByteArray', 'PySide2.QtCore.QByteArray'), ('PySide2.QtNetwork.QNetworkRequest', 'PySide2.QtCore.QByteArray', 'PySide2.QtCore.QIODevice'), ('PySide2.QtNetwork.QNetworkRequest', 'PySide2.QtCore.QByteArray', 'PySide2.QtNetwork.QHttpMultiPart')],
14265    "PySide2.QtNetwork.QNetworkAccessManager.setAutoDeleteReplies": ('bool',),
14266    "PySide2.QtNetwork.QNetworkAccessManager.setCache": ('PySide2.QtNetwork.QAbstractNetworkCache',),
14267    "PySide2.QtNetwork.QNetworkAccessManager.setConfiguration": ('PySide2.QtNetwork.QNetworkConfiguration',),
14268    "PySide2.QtNetwork.QNetworkAccessManager.setCookieJar": ('PySide2.QtNetwork.QNetworkCookieJar',),
14269    "PySide2.QtNetwork.QNetworkAccessManager.setNetworkAccessible": ('PySide2.QtNetwork.QNetworkAccessManager.NetworkAccessibility',),
14270    "PySide2.QtNetwork.QNetworkAccessManager.setProxy": ('PySide2.QtNetwork.QNetworkProxy',),
14271    "PySide2.QtNetwork.QNetworkAccessManager.setProxyFactory": ('PySide2.QtNetwork.QNetworkProxyFactory',),
14272    "PySide2.QtNetwork.QNetworkAccessManager.setRedirectPolicy": ('PySide2.QtNetwork.QNetworkRequest.RedirectPolicy',),
14273    "PySide2.QtNetwork.QNetworkAccessManager.setStrictTransportSecurityEnabled": ('bool',),
14274    "PySide2.QtNetwork.QNetworkAccessManager.strictTransportSecurityHosts": (),
14275    "PySide2.QtNetwork.QNetworkAccessManager.supportedSchemes": (),
14276    "PySide2.QtNetwork.QNetworkAccessManager.supportedSchemesImplementation": (),
14277# class PySide2.QtNetwork.QNetworkAddressEntry:
14278# class PySide2.QtNetwork.QNetworkAddressEntry.DnsEligibilityStatus:
14279    "PySide2.QtNetwork.QNetworkAddressEntry.__init__": [(), ('PySide2.QtNetwork.QNetworkAddressEntry',)],
14280    "PySide2.QtNetwork.QNetworkAddressEntry.__copy__": (),
14281    "PySide2.QtNetwork.QNetworkAddressEntry.broadcast": (),
14282    "PySide2.QtNetwork.QNetworkAddressEntry.clearAddressLifetime": (),
14283    "PySide2.QtNetwork.QNetworkAddressEntry.dnsEligibility": (),
14284    "PySide2.QtNetwork.QNetworkAddressEntry.ip": (),
14285    "PySide2.QtNetwork.QNetworkAddressEntry.isLifetimeKnown": (),
14286    "PySide2.QtNetwork.QNetworkAddressEntry.isPermanent": (),
14287    "PySide2.QtNetwork.QNetworkAddressEntry.isTemporary": (),
14288    "PySide2.QtNetwork.QNetworkAddressEntry.netmask": (),
14289    "PySide2.QtNetwork.QNetworkAddressEntry.preferredLifetime": (),
14290    "PySide2.QtNetwork.QNetworkAddressEntry.prefixLength": (),
14291    "PySide2.QtNetwork.QNetworkAddressEntry.setAddressLifetime": ('PySide2.QtCore.QDeadlineTimer', 'PySide2.QtCore.QDeadlineTimer'),
14292    "PySide2.QtNetwork.QNetworkAddressEntry.setBroadcast": ('PySide2.QtNetwork.QHostAddress',),
14293    "PySide2.QtNetwork.QNetworkAddressEntry.setDnsEligibility": ('PySide2.QtNetwork.QNetworkAddressEntry.DnsEligibilityStatus',),
14294    "PySide2.QtNetwork.QNetworkAddressEntry.setIp": ('PySide2.QtNetwork.QHostAddress',),
14295    "PySide2.QtNetwork.QNetworkAddressEntry.setNetmask": ('PySide2.QtNetwork.QHostAddress',),
14296    "PySide2.QtNetwork.QNetworkAddressEntry.setPrefixLength": ('int',),
14297    "PySide2.QtNetwork.QNetworkAddressEntry.swap": ('PySide2.QtNetwork.QNetworkAddressEntry',),
14298    "PySide2.QtNetwork.QNetworkAddressEntry.validityLifetime": (),
14299# class PySide2.QtNetwork.QNetworkCacheMetaData:
14300    "PySide2.QtNetwork.QNetworkCacheMetaData.__init__": [(), ('PySide2.QtNetwork.QNetworkCacheMetaData',)],
14301    "PySide2.QtNetwork.QNetworkCacheMetaData.__copy__": (),
14302    "PySide2.QtNetwork.QNetworkCacheMetaData.__lshift__": ('PySide2.QtCore.QDataStream',),
14303    "PySide2.QtNetwork.QNetworkCacheMetaData.__rshift__": ('PySide2.QtCore.QDataStream',),
14304    "PySide2.QtNetwork.QNetworkCacheMetaData.attributes": (),
14305    "PySide2.QtNetwork.QNetworkCacheMetaData.expirationDate": (),
14306    "PySide2.QtNetwork.QNetworkCacheMetaData.isValid": (),
14307    "PySide2.QtNetwork.QNetworkCacheMetaData.lastModified": (),
14308    "PySide2.QtNetwork.QNetworkCacheMetaData.rawHeaders": (),
14309    "PySide2.QtNetwork.QNetworkCacheMetaData.saveToDisk": (),
14310    "PySide2.QtNetwork.QNetworkCacheMetaData.setAttributes": ('typing.Dict[PySide2.QtNetwork.QNetworkRequest.Attribute, typing.Any]',),
14311    "PySide2.QtNetwork.QNetworkCacheMetaData.setExpirationDate": ('PySide2.QtCore.QDateTime',),
14312    "PySide2.QtNetwork.QNetworkCacheMetaData.setLastModified": ('PySide2.QtCore.QDateTime',),
14313    "PySide2.QtNetwork.QNetworkCacheMetaData.setRawHeaders": ('typing.Sequence[typing.Tuple]',),
14314    "PySide2.QtNetwork.QNetworkCacheMetaData.setSaveToDisk": ('bool',),
14315    "PySide2.QtNetwork.QNetworkCacheMetaData.setUrl": ('PySide2.QtCore.QUrl',),
14316    "PySide2.QtNetwork.QNetworkCacheMetaData.swap": ('PySide2.QtNetwork.QNetworkCacheMetaData',),
14317    "PySide2.QtNetwork.QNetworkCacheMetaData.url": (),
14318# class PySide2.QtNetwork.QNetworkConfiguration:
14319# class PySide2.QtNetwork.QNetworkConfiguration.BearerType:
14320# class PySide2.QtNetwork.QNetworkConfiguration.Purpose:
14321# class PySide2.QtNetwork.QNetworkConfiguration.StateFlag:
14322# class PySide2.QtNetwork.QNetworkConfiguration.StateFlags:
14323# class PySide2.QtNetwork.QNetworkConfiguration.Type:
14324    "PySide2.QtNetwork.QNetworkConfiguration.__init__": [(), ('PySide2.QtNetwork.QNetworkConfiguration',)],
14325    "PySide2.QtNetwork.QNetworkConfiguration.__copy__": (),
14326    "PySide2.QtNetwork.QNetworkConfiguration.bearerType": (),
14327    "PySide2.QtNetwork.QNetworkConfiguration.bearerTypeFamily": (),
14328    "PySide2.QtNetwork.QNetworkConfiguration.bearerTypeName": (),
14329    "PySide2.QtNetwork.QNetworkConfiguration.children": (),
14330    "PySide2.QtNetwork.QNetworkConfiguration.connectTimeout": (),
14331    "PySide2.QtNetwork.QNetworkConfiguration.identifier": (),
14332    "PySide2.QtNetwork.QNetworkConfiguration.isRoamingAvailable": (),
14333    "PySide2.QtNetwork.QNetworkConfiguration.isValid": (),
14334    "PySide2.QtNetwork.QNetworkConfiguration.name": (),
14335    "PySide2.QtNetwork.QNetworkConfiguration.purpose": (),
14336    "PySide2.QtNetwork.QNetworkConfiguration.setConnectTimeout": ('int',),
14337    "PySide2.QtNetwork.QNetworkConfiguration.state": (),
14338    "PySide2.QtNetwork.QNetworkConfiguration.swap": ('PySide2.QtNetwork.QNetworkConfiguration',),
14339    "PySide2.QtNetwork.QNetworkConfiguration.type": (),
14340# class PySide2.QtNetwork.QNetworkConfigurationManager:
14341# class PySide2.QtNetwork.QNetworkConfigurationManager.Capabilities:
14342# class PySide2.QtNetwork.QNetworkConfigurationManager.Capability:
14343    "PySide2.QtNetwork.QNetworkConfigurationManager.__init__": ('PySide2.QtCore.QObject',),
14344    "PySide2.QtNetwork.QNetworkConfigurationManager.allConfigurations": ('PySide2.QtNetwork.QNetworkConfiguration.StateFlags',),
14345    "PySide2.QtNetwork.QNetworkConfigurationManager.capabilities": (),
14346    "PySide2.QtNetwork.QNetworkConfigurationManager.configurationFromIdentifier": ('str',),
14347    "PySide2.QtNetwork.QNetworkConfigurationManager.defaultConfiguration": (),
14348    "PySide2.QtNetwork.QNetworkConfigurationManager.isOnline": (),
14349    "PySide2.QtNetwork.QNetworkConfigurationManager.updateConfigurations": (),
14350# class PySide2.QtNetwork.QNetworkCookie:
14351# class PySide2.QtNetwork.QNetworkCookie.RawForm:
14352    "PySide2.QtNetwork.QNetworkCookie.__init__": [('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QByteArray'), ('PySide2.QtNetwork.QNetworkCookie',)],
14353    "PySide2.QtNetwork.QNetworkCookie.__copy__": (),
14354    "PySide2.QtNetwork.QNetworkCookie.domain": (),
14355    "PySide2.QtNetwork.QNetworkCookie.expirationDate": (),
14356    "PySide2.QtNetwork.QNetworkCookie.hasSameIdentifier": ('PySide2.QtNetwork.QNetworkCookie',),
14357    "PySide2.QtNetwork.QNetworkCookie.isHttpOnly": (),
14358    "PySide2.QtNetwork.QNetworkCookie.isSecure": (),
14359    "PySide2.QtNetwork.QNetworkCookie.isSessionCookie": (),
14360    "PySide2.QtNetwork.QNetworkCookie.name": (),
14361    "PySide2.QtNetwork.QNetworkCookie.normalize": ('PySide2.QtCore.QUrl',),
14362    "PySide2.QtNetwork.QNetworkCookie.parseCookies": ('PySide2.QtCore.QByteArray',),
14363    "PySide2.QtNetwork.QNetworkCookie.path": (),
14364    "PySide2.QtNetwork.QNetworkCookie.setDomain": ('str',),
14365    "PySide2.QtNetwork.QNetworkCookie.setExpirationDate": ('PySide2.QtCore.QDateTime',),
14366    "PySide2.QtNetwork.QNetworkCookie.setHttpOnly": ('bool',),
14367    "PySide2.QtNetwork.QNetworkCookie.setName": ('PySide2.QtCore.QByteArray',),
14368    "PySide2.QtNetwork.QNetworkCookie.setPath": ('str',),
14369    "PySide2.QtNetwork.QNetworkCookie.setSecure": ('bool',),
14370    "PySide2.QtNetwork.QNetworkCookie.setValue": ('PySide2.QtCore.QByteArray',),
14371    "PySide2.QtNetwork.QNetworkCookie.swap": ('PySide2.QtNetwork.QNetworkCookie',),
14372    "PySide2.QtNetwork.QNetworkCookie.toRawForm": ('PySide2.QtNetwork.QNetworkCookie.RawForm',),
14373    "PySide2.QtNetwork.QNetworkCookie.value": (),
14374# class PySide2.QtNetwork.QNetworkCookieJar:
14375    "PySide2.QtNetwork.QNetworkCookieJar.__init__": ('PySide2.QtCore.QObject',),
14376    "PySide2.QtNetwork.QNetworkCookieJar.allCookies": (),
14377    "PySide2.QtNetwork.QNetworkCookieJar.cookiesForUrl": ('PySide2.QtCore.QUrl',),
14378    "PySide2.QtNetwork.QNetworkCookieJar.deleteCookie": ('PySide2.QtNetwork.QNetworkCookie',),
14379    "PySide2.QtNetwork.QNetworkCookieJar.insertCookie": ('PySide2.QtNetwork.QNetworkCookie',),
14380    "PySide2.QtNetwork.QNetworkCookieJar.setAllCookies": ('typing.Sequence[PySide2.QtNetwork.QNetworkCookie]',),
14381    "PySide2.QtNetwork.QNetworkCookieJar.setCookiesFromUrl": ('typing.Sequence[PySide2.QtNetwork.QNetworkCookie]', 'PySide2.QtCore.QUrl'),
14382    "PySide2.QtNetwork.QNetworkCookieJar.updateCookie": ('PySide2.QtNetwork.QNetworkCookie',),
14383    "PySide2.QtNetwork.QNetworkCookieJar.validateCookie": ('PySide2.QtNetwork.QNetworkCookie', 'PySide2.QtCore.QUrl'),
14384# class PySide2.QtNetwork.QNetworkDatagram:
14385    "PySide2.QtNetwork.QNetworkDatagram.__init__": [(), ('PySide2.QtCore.QByteArray', 'PySide2.QtNetwork.QHostAddress', 'int'), ('PySide2.QtNetwork.QNetworkDatagram',)],
14386    "PySide2.QtNetwork.QNetworkDatagram.__copy__": (),
14387    "PySide2.QtNetwork.QNetworkDatagram.clear": (),
14388    "PySide2.QtNetwork.QNetworkDatagram.data": (),
14389    "PySide2.QtNetwork.QNetworkDatagram.destinationAddress": (),
14390    "PySide2.QtNetwork.QNetworkDatagram.destinationPort": (),
14391    "PySide2.QtNetwork.QNetworkDatagram.hopLimit": (),
14392    "PySide2.QtNetwork.QNetworkDatagram.interfaceIndex": (),
14393    "PySide2.QtNetwork.QNetworkDatagram.isNull": (),
14394    "PySide2.QtNetwork.QNetworkDatagram.isValid": (),
14395    "PySide2.QtNetwork.QNetworkDatagram.makeReply": ('PySide2.QtCore.QByteArray',),
14396    "PySide2.QtNetwork.QNetworkDatagram.senderAddress": (),
14397    "PySide2.QtNetwork.QNetworkDatagram.senderPort": (),
14398    "PySide2.QtNetwork.QNetworkDatagram.setData": ('PySide2.QtCore.QByteArray',),
14399    "PySide2.QtNetwork.QNetworkDatagram.setDestination": ('PySide2.QtNetwork.QHostAddress', 'int'),
14400    "PySide2.QtNetwork.QNetworkDatagram.setHopLimit": ('int',),
14401    "PySide2.QtNetwork.QNetworkDatagram.setInterfaceIndex": ('int',),
14402    "PySide2.QtNetwork.QNetworkDatagram.setSender": ('PySide2.QtNetwork.QHostAddress', 'int'),
14403    "PySide2.QtNetwork.QNetworkDatagram.swap": ('PySide2.QtNetwork.QNetworkDatagram',),
14404# class PySide2.QtNetwork.QNetworkDiskCache:
14405    "PySide2.QtNetwork.QNetworkDiskCache.__init__": ('PySide2.QtCore.QObject',),
14406    "PySide2.QtNetwork.QNetworkDiskCache.cacheDirectory": (),
14407    "PySide2.QtNetwork.QNetworkDiskCache.cacheSize": (),
14408    "PySide2.QtNetwork.QNetworkDiskCache.clear": (),
14409    "PySide2.QtNetwork.QNetworkDiskCache.data": ('PySide2.QtCore.QUrl',),
14410    "PySide2.QtNetwork.QNetworkDiskCache.expire": (),
14411    "PySide2.QtNetwork.QNetworkDiskCache.fileMetaData": ('str',),
14412    "PySide2.QtNetwork.QNetworkDiskCache.insert": ('PySide2.QtCore.QIODevice',),
14413    "PySide2.QtNetwork.QNetworkDiskCache.maximumCacheSize": (),
14414    "PySide2.QtNetwork.QNetworkDiskCache.metaData": ('PySide2.QtCore.QUrl',),
14415    "PySide2.QtNetwork.QNetworkDiskCache.prepare": ('PySide2.QtNetwork.QNetworkCacheMetaData',),
14416    "PySide2.QtNetwork.QNetworkDiskCache.remove": ('PySide2.QtCore.QUrl',),
14417    "PySide2.QtNetwork.QNetworkDiskCache.setCacheDirectory": ('str',),
14418    "PySide2.QtNetwork.QNetworkDiskCache.setMaximumCacheSize": ('int',),
14419    "PySide2.QtNetwork.QNetworkDiskCache.updateMetaData": ('PySide2.QtNetwork.QNetworkCacheMetaData',),
14420# class PySide2.QtNetwork.QNetworkInterface:
14421# class PySide2.QtNetwork.QNetworkInterface.InterfaceFlag:
14422# class PySide2.QtNetwork.QNetworkInterface.InterfaceFlags:
14423# class PySide2.QtNetwork.QNetworkInterface.InterfaceType:
14424    "PySide2.QtNetwork.QNetworkInterface.__init__": [(), ('PySide2.QtNetwork.QNetworkInterface',)],
14425    "PySide2.QtNetwork.QNetworkInterface.__copy__": (),
14426    "PySide2.QtNetwork.QNetworkInterface.addressEntries": (),
14427    "PySide2.QtNetwork.QNetworkInterface.allAddresses": (),
14428    "PySide2.QtNetwork.QNetworkInterface.allInterfaces": (),
14429    "PySide2.QtNetwork.QNetworkInterface.flags": (),
14430    "PySide2.QtNetwork.QNetworkInterface.hardwareAddress": (),
14431    "PySide2.QtNetwork.QNetworkInterface.humanReadableName": (),
14432    "PySide2.QtNetwork.QNetworkInterface.index": (),
14433    "PySide2.QtNetwork.QNetworkInterface.interfaceFromIndex": ('int',),
14434    "PySide2.QtNetwork.QNetworkInterface.interfaceFromName": ('str',),
14435    "PySide2.QtNetwork.QNetworkInterface.interfaceIndexFromName": ('str',),
14436    "PySide2.QtNetwork.QNetworkInterface.interfaceNameFromIndex": ('int',),
14437    "PySide2.QtNetwork.QNetworkInterface.isValid": (),
14438    "PySide2.QtNetwork.QNetworkInterface.maximumTransmissionUnit": (),
14439    "PySide2.QtNetwork.QNetworkInterface.name": (),
14440    "PySide2.QtNetwork.QNetworkInterface.swap": ('PySide2.QtNetwork.QNetworkInterface',),
14441    "PySide2.QtNetwork.QNetworkInterface.type": (),
14442# class PySide2.QtNetwork.QNetworkProxy:
14443# class PySide2.QtNetwork.QNetworkProxy.Capabilities:
14444# class PySide2.QtNetwork.QNetworkProxy.Capability:
14445# class PySide2.QtNetwork.QNetworkProxy.ProxyType:
14446    "PySide2.QtNetwork.QNetworkProxy.__init__": [(), ('PySide2.QtNetwork.QNetworkProxy',), ('PySide2.QtNetwork.QNetworkProxy.ProxyType', 'str', 'int', 'str', 'str')],
14447    "PySide2.QtNetwork.QNetworkProxy.__copy__": (),
14448    "PySide2.QtNetwork.QNetworkProxy.applicationProxy": (),
14449    "PySide2.QtNetwork.QNetworkProxy.capabilities": (),
14450    "PySide2.QtNetwork.QNetworkProxy.hasRawHeader": ('PySide2.QtCore.QByteArray',),
14451    "PySide2.QtNetwork.QNetworkProxy.header": ('PySide2.QtNetwork.QNetworkRequest.KnownHeaders',),
14452    "PySide2.QtNetwork.QNetworkProxy.hostName": (),
14453    "PySide2.QtNetwork.QNetworkProxy.isCachingProxy": (),
14454    "PySide2.QtNetwork.QNetworkProxy.isTransparentProxy": (),
14455    "PySide2.QtNetwork.QNetworkProxy.password": (),
14456    "PySide2.QtNetwork.QNetworkProxy.port": (),
14457    "PySide2.QtNetwork.QNetworkProxy.rawHeader": ('PySide2.QtCore.QByteArray',),
14458    "PySide2.QtNetwork.QNetworkProxy.rawHeaderList": (),
14459    "PySide2.QtNetwork.QNetworkProxy.setApplicationProxy": ('PySide2.QtNetwork.QNetworkProxy',),
14460    "PySide2.QtNetwork.QNetworkProxy.setCapabilities": ('PySide2.QtNetwork.QNetworkProxy.Capabilities',),
14461    "PySide2.QtNetwork.QNetworkProxy.setHeader": ('PySide2.QtNetwork.QNetworkRequest.KnownHeaders', 'typing.Any'),
14462    "PySide2.QtNetwork.QNetworkProxy.setHostName": ('str',),
14463    "PySide2.QtNetwork.QNetworkProxy.setPassword": ('str',),
14464    "PySide2.QtNetwork.QNetworkProxy.setPort": ('int',),
14465    "PySide2.QtNetwork.QNetworkProxy.setRawHeader": ('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QByteArray'),
14466    "PySide2.QtNetwork.QNetworkProxy.setType": ('PySide2.QtNetwork.QNetworkProxy.ProxyType',),
14467    "PySide2.QtNetwork.QNetworkProxy.setUser": ('str',),
14468    "PySide2.QtNetwork.QNetworkProxy.swap": ('PySide2.QtNetwork.QNetworkProxy',),
14469    "PySide2.QtNetwork.QNetworkProxy.type": (),
14470    "PySide2.QtNetwork.QNetworkProxy.user": (),
14471# class PySide2.QtNetwork.QNetworkProxyFactory:
14472    "PySide2.QtNetwork.QNetworkProxyFactory.__init__": (),
14473    "PySide2.QtNetwork.QNetworkProxyFactory.proxyForQuery": ('PySide2.QtNetwork.QNetworkProxyQuery',),
14474    "PySide2.QtNetwork.QNetworkProxyFactory.queryProxy": ('PySide2.QtNetwork.QNetworkProxyQuery',),
14475    "PySide2.QtNetwork.QNetworkProxyFactory.setApplicationProxyFactory": ('PySide2.QtNetwork.QNetworkProxyFactory',),
14476    "PySide2.QtNetwork.QNetworkProxyFactory.setUseSystemConfiguration": ('bool',),
14477    "PySide2.QtNetwork.QNetworkProxyFactory.systemProxyForQuery": ('PySide2.QtNetwork.QNetworkProxyQuery',),
14478    "PySide2.QtNetwork.QNetworkProxyFactory.usesSystemConfiguration": (),
14479# class PySide2.QtNetwork.QNetworkProxyQuery:
14480# class PySide2.QtNetwork.QNetworkProxyQuery.QueryType:
14481    "PySide2.QtNetwork.QNetworkProxyQuery.__init__": [(), ('PySide2.QtCore.QUrl', 'PySide2.QtNetwork.QNetworkProxyQuery.QueryType'), ('PySide2.QtNetwork.QNetworkConfiguration', 'PySide2.QtCore.QUrl', 'PySide2.QtNetwork.QNetworkProxyQuery.QueryType'), ('PySide2.QtNetwork.QNetworkConfiguration', 'int', 'str', 'PySide2.QtNetwork.QNetworkProxyQuery.QueryType'), ('PySide2.QtNetwork.QNetworkConfiguration', 'str', 'int', 'str', 'PySide2.QtNetwork.QNetworkProxyQuery.QueryType'), ('PySide2.QtNetwork.QNetworkProxyQuery',), ('int', 'str', 'PySide2.QtNetwork.QNetworkProxyQuery.QueryType'), ('str', 'int', 'str', 'PySide2.QtNetwork.QNetworkProxyQuery.QueryType')],
14482    "PySide2.QtNetwork.QNetworkProxyQuery.__copy__": (),
14483    "PySide2.QtNetwork.QNetworkProxyQuery.localPort": (),
14484    "PySide2.QtNetwork.QNetworkProxyQuery.networkConfiguration": (),
14485    "PySide2.QtNetwork.QNetworkProxyQuery.peerHostName": (),
14486    "PySide2.QtNetwork.QNetworkProxyQuery.peerPort": (),
14487    "PySide2.QtNetwork.QNetworkProxyQuery.protocolTag": (),
14488    "PySide2.QtNetwork.QNetworkProxyQuery.queryType": (),
14489    "PySide2.QtNetwork.QNetworkProxyQuery.setLocalPort": ('int',),
14490    "PySide2.QtNetwork.QNetworkProxyQuery.setNetworkConfiguration": ('PySide2.QtNetwork.QNetworkConfiguration',),
14491    "PySide2.QtNetwork.QNetworkProxyQuery.setPeerHostName": ('str',),
14492    "PySide2.QtNetwork.QNetworkProxyQuery.setPeerPort": ('int',),
14493    "PySide2.QtNetwork.QNetworkProxyQuery.setProtocolTag": ('str',),
14494    "PySide2.QtNetwork.QNetworkProxyQuery.setQueryType": ('PySide2.QtNetwork.QNetworkProxyQuery.QueryType',),
14495    "PySide2.QtNetwork.QNetworkProxyQuery.setUrl": ('PySide2.QtCore.QUrl',),
14496    "PySide2.QtNetwork.QNetworkProxyQuery.swap": ('PySide2.QtNetwork.QNetworkProxyQuery',),
14497    "PySide2.QtNetwork.QNetworkProxyQuery.url": (),
14498# class PySide2.QtNetwork.QNetworkReply:
14499# class PySide2.QtNetwork.QNetworkReply.NetworkError:
14500    "PySide2.QtNetwork.QNetworkReply.__init__": ('PySide2.QtCore.QObject',),
14501    "PySide2.QtNetwork.QNetworkReply.abort": (),
14502    "PySide2.QtNetwork.QNetworkReply.attribute": ('PySide2.QtNetwork.QNetworkRequest.Attribute',),
14503    "PySide2.QtNetwork.QNetworkReply.close": (),
14504    "PySide2.QtNetwork.QNetworkReply.error": (),
14505    "PySide2.QtNetwork.QNetworkReply.hasRawHeader": ('PySide2.QtCore.QByteArray',),
14506    "PySide2.QtNetwork.QNetworkReply.header": ('PySide2.QtNetwork.QNetworkRequest.KnownHeaders',),
14507    "PySide2.QtNetwork.QNetworkReply.ignoreSslErrors": [(), ('typing.Sequence[PySide2.QtNetwork.QSslError]',)],
14508    "PySide2.QtNetwork.QNetworkReply.ignoreSslErrorsImplementation": ('typing.Sequence[PySide2.QtNetwork.QSslError]',),
14509    "PySide2.QtNetwork.QNetworkReply.isFinished": (),
14510    "PySide2.QtNetwork.QNetworkReply.isRunning": (),
14511    "PySide2.QtNetwork.QNetworkReply.isSequential": (),
14512    "PySide2.QtNetwork.QNetworkReply.manager": (),
14513    "PySide2.QtNetwork.QNetworkReply.operation": (),
14514    "PySide2.QtNetwork.QNetworkReply.rawHeader": ('PySide2.QtCore.QByteArray',),
14515    "PySide2.QtNetwork.QNetworkReply.rawHeaderList": (),
14516    "PySide2.QtNetwork.QNetworkReply.rawHeaderPairs": (),
14517    "PySide2.QtNetwork.QNetworkReply.readBufferSize": (),
14518    "PySide2.QtNetwork.QNetworkReply.request": (),
14519    "PySide2.QtNetwork.QNetworkReply.setAttribute": ('PySide2.QtNetwork.QNetworkRequest.Attribute', 'typing.Any'),
14520    "PySide2.QtNetwork.QNetworkReply.setError": ('PySide2.QtNetwork.QNetworkReply.NetworkError', 'str'),
14521    "PySide2.QtNetwork.QNetworkReply.setFinished": ('bool',),
14522    "PySide2.QtNetwork.QNetworkReply.setHeader": ('PySide2.QtNetwork.QNetworkRequest.KnownHeaders', 'typing.Any'),
14523    "PySide2.QtNetwork.QNetworkReply.setOperation": ('PySide2.QtNetwork.QNetworkAccessManager.Operation',),
14524    "PySide2.QtNetwork.QNetworkReply.setRawHeader": ('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QByteArray'),
14525    "PySide2.QtNetwork.QNetworkReply.setReadBufferSize": ('int',),
14526    "PySide2.QtNetwork.QNetworkReply.setRequest": ('PySide2.QtNetwork.QNetworkRequest',),
14527    "PySide2.QtNetwork.QNetworkReply.setSslConfiguration": ('PySide2.QtNetwork.QSslConfiguration',),
14528    "PySide2.QtNetwork.QNetworkReply.setSslConfigurationImplementation": ('PySide2.QtNetwork.QSslConfiguration',),
14529    "PySide2.QtNetwork.QNetworkReply.setUrl": ('PySide2.QtCore.QUrl',),
14530    "PySide2.QtNetwork.QNetworkReply.sslConfiguration": (),
14531    "PySide2.QtNetwork.QNetworkReply.sslConfigurationImplementation": ('PySide2.QtNetwork.QSslConfiguration',),
14532    "PySide2.QtNetwork.QNetworkReply.url": (),
14533    "PySide2.QtNetwork.QNetworkReply.writeData": ('str', 'int'),
14534# class PySide2.QtNetwork.QNetworkRequest:
14535# class PySide2.QtNetwork.QNetworkRequest.Attribute:
14536# class PySide2.QtNetwork.QNetworkRequest.CacheLoadControl:
14537# class PySide2.QtNetwork.QNetworkRequest.KnownHeaders:
14538# class PySide2.QtNetwork.QNetworkRequest.LoadControl:
14539# class PySide2.QtNetwork.QNetworkRequest.Priority:
14540# class PySide2.QtNetwork.QNetworkRequest.RedirectPolicy:
14541    "PySide2.QtNetwork.QNetworkRequest.__init__": [(), ('PySide2.QtCore.QUrl',), ('PySide2.QtNetwork.QNetworkRequest',)],
14542    "PySide2.QtNetwork.QNetworkRequest.__copy__": (),
14543    "PySide2.QtNetwork.QNetworkRequest.attribute": ('PySide2.QtNetwork.QNetworkRequest.Attribute', 'typing.Any'),
14544    "PySide2.QtNetwork.QNetworkRequest.hasRawHeader": ('PySide2.QtCore.QByteArray',),
14545    "PySide2.QtNetwork.QNetworkRequest.header": ('PySide2.QtNetwork.QNetworkRequest.KnownHeaders',),
14546    "PySide2.QtNetwork.QNetworkRequest.maximumRedirectsAllowed": (),
14547    "PySide2.QtNetwork.QNetworkRequest.originatingObject": (),
14548    "PySide2.QtNetwork.QNetworkRequest.peerVerifyName": (),
14549    "PySide2.QtNetwork.QNetworkRequest.priority": (),
14550    "PySide2.QtNetwork.QNetworkRequest.rawHeader": ('PySide2.QtCore.QByteArray',),
14551    "PySide2.QtNetwork.QNetworkRequest.rawHeaderList": (),
14552    "PySide2.QtNetwork.QNetworkRequest.setAttribute": ('PySide2.QtNetwork.QNetworkRequest.Attribute', 'typing.Any'),
14553    "PySide2.QtNetwork.QNetworkRequest.setHeader": ('PySide2.QtNetwork.QNetworkRequest.KnownHeaders', 'typing.Any'),
14554    "PySide2.QtNetwork.QNetworkRequest.setMaximumRedirectsAllowed": ('int',),
14555    "PySide2.QtNetwork.QNetworkRequest.setOriginatingObject": ('PySide2.QtCore.QObject',),
14556    "PySide2.QtNetwork.QNetworkRequest.setPeerVerifyName": ('str',),
14557    "PySide2.QtNetwork.QNetworkRequest.setPriority": ('PySide2.QtNetwork.QNetworkRequest.Priority',),
14558    "PySide2.QtNetwork.QNetworkRequest.setRawHeader": ('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QByteArray'),
14559    "PySide2.QtNetwork.QNetworkRequest.setSslConfiguration": ('PySide2.QtNetwork.QSslConfiguration',),
14560    "PySide2.QtNetwork.QNetworkRequest.setUrl": ('PySide2.QtCore.QUrl',),
14561    "PySide2.QtNetwork.QNetworkRequest.sslConfiguration": (),
14562    "PySide2.QtNetwork.QNetworkRequest.swap": ('PySide2.QtNetwork.QNetworkRequest',),
14563    "PySide2.QtNetwork.QNetworkRequest.url": (),
14564# class PySide2.QtNetwork.QNetworkSession:
14565# class PySide2.QtNetwork.QNetworkSession.SessionError:
14566# class PySide2.QtNetwork.QNetworkSession.State:
14567# class PySide2.QtNetwork.QNetworkSession.UsagePolicies:
14568# class PySide2.QtNetwork.QNetworkSession.UsagePolicy:
14569    "PySide2.QtNetwork.QNetworkSession.__init__": ('PySide2.QtNetwork.QNetworkConfiguration', 'PySide2.QtCore.QObject'),
14570    "PySide2.QtNetwork.QNetworkSession.accept": (),
14571    "PySide2.QtNetwork.QNetworkSession.activeTime": (),
14572    "PySide2.QtNetwork.QNetworkSession.bytesReceived": (),
14573    "PySide2.QtNetwork.QNetworkSession.bytesWritten": (),
14574    "PySide2.QtNetwork.QNetworkSession.close": (),
14575    "PySide2.QtNetwork.QNetworkSession.configuration": (),
14576    "PySide2.QtNetwork.QNetworkSession.connectNotify": ('PySide2.QtCore.QMetaMethod',),
14577    "PySide2.QtNetwork.QNetworkSession.disconnectNotify": ('PySide2.QtCore.QMetaMethod',),
14578    "PySide2.QtNetwork.QNetworkSession.error": (),
14579    "PySide2.QtNetwork.QNetworkSession.errorString": (),
14580    "PySide2.QtNetwork.QNetworkSession.ignore": (),
14581    "PySide2.QtNetwork.QNetworkSession.interface": (),
14582    "PySide2.QtNetwork.QNetworkSession.isOpen": (),
14583    "PySide2.QtNetwork.QNetworkSession.migrate": (),
14584    "PySide2.QtNetwork.QNetworkSession.open": (),
14585    "PySide2.QtNetwork.QNetworkSession.reject": (),
14586    "PySide2.QtNetwork.QNetworkSession.sessionProperty": ('str',),
14587    "PySide2.QtNetwork.QNetworkSession.setSessionProperty": ('str', 'typing.Any'),
14588    "PySide2.QtNetwork.QNetworkSession.state": (),
14589    "PySide2.QtNetwork.QNetworkSession.stop": (),
14590    "PySide2.QtNetwork.QNetworkSession.usagePolicies": (),
14591    "PySide2.QtNetwork.QNetworkSession.waitForOpened": ('int',),
14592# class PySide2.QtNetwork.QOcspCertificateStatus:
14593# class PySide2.QtNetwork.QOcspResponse:
14594    "PySide2.QtNetwork.QOcspResponse.__init__": [(), ('PySide2.QtNetwork.QOcspResponse',)],
14595    "PySide2.QtNetwork.QOcspResponse.__copy__": (),
14596    "PySide2.QtNetwork.QOcspResponse.certificateStatus": (),
14597    "PySide2.QtNetwork.QOcspResponse.revocationReason": (),
14598    "PySide2.QtNetwork.QOcspResponse.subject": (),
14599    "PySide2.QtNetwork.QOcspResponse.swap": ('PySide2.QtNetwork.QOcspResponse',),
14600# class PySide2.QtNetwork.QOcspRevocationReason:
14601# class PySide2.QtNetwork.QPasswordDigestor:
14602    "PySide2.QtNetwork.QPasswordDigestor.deriveKeyPbkdf1": ('PySide2.QtCore.QCryptographicHash.Algorithm', 'PySide2.QtCore.QByteArray', 'PySide2.QtCore.QByteArray', 'int', 'int'),
14603    "PySide2.QtNetwork.QPasswordDigestor.deriveKeyPbkdf2": ('PySide2.QtCore.QCryptographicHash.Algorithm', 'PySide2.QtCore.QByteArray', 'PySide2.QtCore.QByteArray', 'int', 'int'),
14604# class PySide2.QtNetwork.QSsl:
14605# class PySide2.QtNetwork.QSsl.AlternativeNameEntryType:
14606# class PySide2.QtNetwork.QSsl.EncodingFormat:
14607# class PySide2.QtNetwork.QSsl.KeyAlgorithm:
14608# class PySide2.QtNetwork.QSsl.KeyType:
14609# class PySide2.QtNetwork.QSsl.SslOption:
14610# class PySide2.QtNetwork.QSsl.SslOptions:
14611# class PySide2.QtNetwork.QSsl.SslProtocol:
14612# class PySide2.QtNetwork.QSslCertificate:
14613# class PySide2.QtNetwork.QSslCertificate.SubjectInfo:
14614    "PySide2.QtNetwork.QSslCertificate.__init__": [('PySide2.QtCore.QByteArray', 'PySide2.QtNetwork.QSsl.EncodingFormat'), ('PySide2.QtCore.QIODevice', 'PySide2.QtNetwork.QSsl.EncodingFormat'), ('PySide2.QtNetwork.QSslCertificate',)],
14615    "PySide2.QtNetwork.QSslCertificate.__copy__": (),
14616    "PySide2.QtNetwork.QSslCertificate.clear": (),
14617    "PySide2.QtNetwork.QSslCertificate.digest": ('PySide2.QtCore.QCryptographicHash.Algorithm',),
14618    "PySide2.QtNetwork.QSslCertificate.effectiveDate": (),
14619    "PySide2.QtNetwork.QSslCertificate.expiryDate": (),
14620    "PySide2.QtNetwork.QSslCertificate.extensions": (),
14621    "PySide2.QtNetwork.QSslCertificate.fromData": ('PySide2.QtCore.QByteArray', 'PySide2.QtNetwork.QSsl.EncodingFormat'),
14622    "PySide2.QtNetwork.QSslCertificate.fromDevice": ('PySide2.QtCore.QIODevice', 'PySide2.QtNetwork.QSsl.EncodingFormat'),
14623    "PySide2.QtNetwork.QSslCertificate.fromPath": ('str', 'PySide2.QtNetwork.QSsl.EncodingFormat', 'PySide2.QtCore.QRegExp.PatternSyntax'),
14624    "PySide2.QtNetwork.QSslCertificate.handle": (),
14625    "PySide2.QtNetwork.QSslCertificate.importPkcs12": ('PySide2.QtCore.QIODevice', 'PySide2.QtNetwork.QSslKey', 'PySide2.QtNetwork.QSslCertificate', 'typing.Sequence[PySide2.QtNetwork.QSslCertificate]', 'PySide2.QtCore.QByteArray'),
14626    "PySide2.QtNetwork.QSslCertificate.isBlacklisted": (),
14627    "PySide2.QtNetwork.QSslCertificate.isNull": (),
14628    "PySide2.QtNetwork.QSslCertificate.isSelfSigned": (),
14629    "PySide2.QtNetwork.QSslCertificate.issuerDisplayName": (),
14630    "PySide2.QtNetwork.QSslCertificate.issuerInfo": [('PySide2.QtCore.QByteArray',), ('PySide2.QtNetwork.QSslCertificate.SubjectInfo',)],
14631    "PySide2.QtNetwork.QSslCertificate.issuerInfoAttributes": (),
14632    "PySide2.QtNetwork.QSslCertificate.publicKey": (),
14633    "PySide2.QtNetwork.QSslCertificate.serialNumber": (),
14634    "PySide2.QtNetwork.QSslCertificate.subjectAlternativeNames": (),
14635    "PySide2.QtNetwork.QSslCertificate.subjectDisplayName": (),
14636    "PySide2.QtNetwork.QSslCertificate.subjectInfo": [('PySide2.QtCore.QByteArray',), ('PySide2.QtNetwork.QSslCertificate.SubjectInfo',)],
14637    "PySide2.QtNetwork.QSslCertificate.subjectInfoAttributes": (),
14638    "PySide2.QtNetwork.QSslCertificate.swap": ('PySide2.QtNetwork.QSslCertificate',),
14639    "PySide2.QtNetwork.QSslCertificate.toDer": (),
14640    "PySide2.QtNetwork.QSslCertificate.toPem": (),
14641    "PySide2.QtNetwork.QSslCertificate.toText": (),
14642    "PySide2.QtNetwork.QSslCertificate.verify": ('typing.Sequence[PySide2.QtNetwork.QSslCertificate]', 'str'),
14643    "PySide2.QtNetwork.QSslCertificate.version": (),
14644# class PySide2.QtNetwork.QSslCertificateExtension:
14645    "PySide2.QtNetwork.QSslCertificateExtension.__init__": [(), ('PySide2.QtNetwork.QSslCertificateExtension',)],
14646    "PySide2.QtNetwork.QSslCertificateExtension.__copy__": (),
14647    "PySide2.QtNetwork.QSslCertificateExtension.isCritical": (),
14648    "PySide2.QtNetwork.QSslCertificateExtension.isSupported": (),
14649    "PySide2.QtNetwork.QSslCertificateExtension.name": (),
14650    "PySide2.QtNetwork.QSslCertificateExtension.oid": (),
14651    "PySide2.QtNetwork.QSslCertificateExtension.swap": ('PySide2.QtNetwork.QSslCertificateExtension',),
14652    "PySide2.QtNetwork.QSslCertificateExtension.value": (),
14653# class PySide2.QtNetwork.QSslCipher:
14654    "PySide2.QtNetwork.QSslCipher.__init__": [(), ('PySide2.QtNetwork.QSslCipher',), ('str',), ('str', 'PySide2.QtNetwork.QSsl.SslProtocol')],
14655    "PySide2.QtNetwork.QSslCipher.__copy__": (),
14656    "PySide2.QtNetwork.QSslCipher.authenticationMethod": (),
14657    "PySide2.QtNetwork.QSslCipher.encryptionMethod": (),
14658    "PySide2.QtNetwork.QSslCipher.isNull": (),
14659    "PySide2.QtNetwork.QSslCipher.keyExchangeMethod": (),
14660    "PySide2.QtNetwork.QSslCipher.name": (),
14661    "PySide2.QtNetwork.QSslCipher.protocol": (),
14662    "PySide2.QtNetwork.QSslCipher.protocolString": (),
14663    "PySide2.QtNetwork.QSslCipher.supportedBits": (),
14664    "PySide2.QtNetwork.QSslCipher.swap": ('PySide2.QtNetwork.QSslCipher',),
14665    "PySide2.QtNetwork.QSslCipher.usedBits": (),
14666# class PySide2.QtNetwork.QSslConfiguration:
14667# class PySide2.QtNetwork.QSslConfiguration.NextProtocolNegotiationStatus:
14668    "PySide2.QtNetwork.QSslConfiguration.__init__": [(), ('PySide2.QtNetwork.QSslConfiguration',)],
14669    "PySide2.QtNetwork.QSslConfiguration.__copy__": (),
14670    "PySide2.QtNetwork.QSslConfiguration.allowedNextProtocols": (),
14671    "PySide2.QtNetwork.QSslConfiguration.backendConfiguration": (),
14672    "PySide2.QtNetwork.QSslConfiguration.caCertificates": (),
14673    "PySide2.QtNetwork.QSslConfiguration.ciphers": (),
14674    "PySide2.QtNetwork.QSslConfiguration.defaultConfiguration": (),
14675    "PySide2.QtNetwork.QSslConfiguration.defaultDtlsConfiguration": (),
14676    "PySide2.QtNetwork.QSslConfiguration.diffieHellmanParameters": (),
14677    "PySide2.QtNetwork.QSslConfiguration.dtlsCookieVerificationEnabled": (),
14678    "PySide2.QtNetwork.QSslConfiguration.ephemeralServerKey": (),
14679    "PySide2.QtNetwork.QSslConfiguration.isNull": (),
14680    "PySide2.QtNetwork.QSslConfiguration.localCertificate": (),
14681    "PySide2.QtNetwork.QSslConfiguration.localCertificateChain": (),
14682    "PySide2.QtNetwork.QSslConfiguration.nextNegotiatedProtocol": (),
14683    "PySide2.QtNetwork.QSslConfiguration.nextProtocolNegotiationStatus": (),
14684    "PySide2.QtNetwork.QSslConfiguration.ocspStaplingEnabled": (),
14685    "PySide2.QtNetwork.QSslConfiguration.peerCertificate": (),
14686    "PySide2.QtNetwork.QSslConfiguration.peerCertificateChain": (),
14687    "PySide2.QtNetwork.QSslConfiguration.peerVerifyDepth": (),
14688    "PySide2.QtNetwork.QSslConfiguration.peerVerifyMode": (),
14689    "PySide2.QtNetwork.QSslConfiguration.preSharedKeyIdentityHint": (),
14690    "PySide2.QtNetwork.QSslConfiguration.privateKey": (),
14691    "PySide2.QtNetwork.QSslConfiguration.protocol": (),
14692    "PySide2.QtNetwork.QSslConfiguration.sessionCipher": (),
14693    "PySide2.QtNetwork.QSslConfiguration.sessionProtocol": (),
14694    "PySide2.QtNetwork.QSslConfiguration.sessionTicket": (),
14695    "PySide2.QtNetwork.QSslConfiguration.sessionTicketLifeTimeHint": (),
14696    "PySide2.QtNetwork.QSslConfiguration.setAllowedNextProtocols": ('typing.Sequence[PySide2.QtCore.QByteArray]',),
14697    "PySide2.QtNetwork.QSslConfiguration.setBackendConfiguration": ('typing.Dict[PySide2.QtCore.QByteArray, typing.Any]',),
14698    "PySide2.QtNetwork.QSslConfiguration.setBackendConfigurationOption": ('PySide2.QtCore.QByteArray', 'typing.Any'),
14699    "PySide2.QtNetwork.QSslConfiguration.setCaCertificates": ('typing.Sequence[PySide2.QtNetwork.QSslCertificate]',),
14700    "PySide2.QtNetwork.QSslConfiguration.setCiphers": ('typing.Sequence[PySide2.QtNetwork.QSslCipher]',),
14701    "PySide2.QtNetwork.QSslConfiguration.setDefaultConfiguration": ('PySide2.QtNetwork.QSslConfiguration',),
14702    "PySide2.QtNetwork.QSslConfiguration.setDefaultDtlsConfiguration": ('PySide2.QtNetwork.QSslConfiguration',),
14703    "PySide2.QtNetwork.QSslConfiguration.setDiffieHellmanParameters": ('PySide2.QtNetwork.QSslDiffieHellmanParameters',),
14704    "PySide2.QtNetwork.QSslConfiguration.setDtlsCookieVerificationEnabled": ('bool',),
14705    "PySide2.QtNetwork.QSslConfiguration.setLocalCertificate": ('PySide2.QtNetwork.QSslCertificate',),
14706    "PySide2.QtNetwork.QSslConfiguration.setLocalCertificateChain": ('typing.Sequence[PySide2.QtNetwork.QSslCertificate]',),
14707    "PySide2.QtNetwork.QSslConfiguration.setOcspStaplingEnabled": ('bool',),
14708    "PySide2.QtNetwork.QSslConfiguration.setPeerVerifyDepth": ('int',),
14709    "PySide2.QtNetwork.QSslConfiguration.setPeerVerifyMode": ('PySide2.QtNetwork.QSslSocket.PeerVerifyMode',),
14710    "PySide2.QtNetwork.QSslConfiguration.setPreSharedKeyIdentityHint": ('PySide2.QtCore.QByteArray',),
14711    "PySide2.QtNetwork.QSslConfiguration.setPrivateKey": ('PySide2.QtNetwork.QSslKey',),
14712    "PySide2.QtNetwork.QSslConfiguration.setProtocol": ('PySide2.QtNetwork.QSsl.SslProtocol',),
14713    "PySide2.QtNetwork.QSslConfiguration.setSessionTicket": ('PySide2.QtCore.QByteArray',),
14714    "PySide2.QtNetwork.QSslConfiguration.setSslOption": ('PySide2.QtNetwork.QSsl.SslOption', 'bool'),
14715    "PySide2.QtNetwork.QSslConfiguration.supportedCiphers": (),
14716    "PySide2.QtNetwork.QSslConfiguration.swap": ('PySide2.QtNetwork.QSslConfiguration',),
14717    "PySide2.QtNetwork.QSslConfiguration.systemCaCertificates": (),
14718    "PySide2.QtNetwork.QSslConfiguration.testSslOption": ('PySide2.QtNetwork.QSsl.SslOption',),
14719# class PySide2.QtNetwork.QSslDiffieHellmanParameters:
14720# class PySide2.QtNetwork.QSslDiffieHellmanParameters.Error:
14721    "PySide2.QtNetwork.QSslDiffieHellmanParameters.__init__": [(), ('PySide2.QtNetwork.QSslDiffieHellmanParameters',)],
14722    "PySide2.QtNetwork.QSslDiffieHellmanParameters.__copy__": (),
14723    "PySide2.QtNetwork.QSslDiffieHellmanParameters.defaultParameters": (),
14724    "PySide2.QtNetwork.QSslDiffieHellmanParameters.error": (),
14725    "PySide2.QtNetwork.QSslDiffieHellmanParameters.errorString": (),
14726    "PySide2.QtNetwork.QSslDiffieHellmanParameters.fromEncoded": [('PySide2.QtCore.QByteArray', 'PySide2.QtNetwork.QSsl.EncodingFormat'), ('PySide2.QtCore.QIODevice', 'PySide2.QtNetwork.QSsl.EncodingFormat')],
14727    "PySide2.QtNetwork.QSslDiffieHellmanParameters.isEmpty": (),
14728    "PySide2.QtNetwork.QSslDiffieHellmanParameters.isValid": (),
14729    "PySide2.QtNetwork.QSslDiffieHellmanParameters.swap": ('PySide2.QtNetwork.QSslDiffieHellmanParameters',),
14730# class PySide2.QtNetwork.QSslError:
14731# class PySide2.QtNetwork.QSslError.SslError:
14732    "PySide2.QtNetwork.QSslError.__init__": [(), ('PySide2.QtNetwork.QSslError',), ('PySide2.QtNetwork.QSslError.SslError',), ('PySide2.QtNetwork.QSslError.SslError', 'PySide2.QtNetwork.QSslCertificate')],
14733    "PySide2.QtNetwork.QSslError.__copy__": (),
14734    "PySide2.QtNetwork.QSslError.certificate": (),
14735    "PySide2.QtNetwork.QSslError.error": (),
14736    "PySide2.QtNetwork.QSslError.errorString": (),
14737    "PySide2.QtNetwork.QSslError.swap": ('PySide2.QtNetwork.QSslError',),
14738# class PySide2.QtNetwork.QSslKey:
14739    "PySide2.QtNetwork.QSslKey.__init__": [(), ('PySide2.QtCore.QByteArray', 'PySide2.QtNetwork.QSsl.KeyAlgorithm', 'PySide2.QtNetwork.QSsl.EncodingFormat', 'PySide2.QtNetwork.QSsl.KeyType', 'PySide2.QtCore.QByteArray'), ('PySide2.QtCore.QIODevice', 'PySide2.QtNetwork.QSsl.KeyAlgorithm', 'PySide2.QtNetwork.QSsl.EncodingFormat', 'PySide2.QtNetwork.QSsl.KeyType', 'PySide2.QtCore.QByteArray'), ('PySide2.QtNetwork.QSslKey',), ('int', 'PySide2.QtNetwork.QSsl.KeyType')],
14740    "PySide2.QtNetwork.QSslKey.__copy__": (),
14741    "PySide2.QtNetwork.QSslKey.algorithm": (),
14742    "PySide2.QtNetwork.QSslKey.clear": (),
14743    "PySide2.QtNetwork.QSslKey.handle": (),
14744    "PySide2.QtNetwork.QSslKey.isNull": (),
14745    "PySide2.QtNetwork.QSslKey.length": (),
14746    "PySide2.QtNetwork.QSslKey.swap": ('PySide2.QtNetwork.QSslKey',),
14747    "PySide2.QtNetwork.QSslKey.toDer": ('PySide2.QtCore.QByteArray',),
14748    "PySide2.QtNetwork.QSslKey.toPem": ('PySide2.QtCore.QByteArray',),
14749    "PySide2.QtNetwork.QSslKey.type": (),
14750# class PySide2.QtNetwork.QSslPreSharedKeyAuthenticator:
14751    "PySide2.QtNetwork.QSslPreSharedKeyAuthenticator.__init__": [(), ('PySide2.QtNetwork.QSslPreSharedKeyAuthenticator',)],
14752    "PySide2.QtNetwork.QSslPreSharedKeyAuthenticator.__copy__": (),
14753    "PySide2.QtNetwork.QSslPreSharedKeyAuthenticator.identity": (),
14754    "PySide2.QtNetwork.QSslPreSharedKeyAuthenticator.identityHint": (),
14755    "PySide2.QtNetwork.QSslPreSharedKeyAuthenticator.maximumIdentityLength": (),
14756    "PySide2.QtNetwork.QSslPreSharedKeyAuthenticator.maximumPreSharedKeyLength": (),
14757    "PySide2.QtNetwork.QSslPreSharedKeyAuthenticator.preSharedKey": (),
14758    "PySide2.QtNetwork.QSslPreSharedKeyAuthenticator.setIdentity": ('PySide2.QtCore.QByteArray',),
14759    "PySide2.QtNetwork.QSslPreSharedKeyAuthenticator.setPreSharedKey": ('PySide2.QtCore.QByteArray',),
14760    "PySide2.QtNetwork.QSslPreSharedKeyAuthenticator.swap": ('PySide2.QtNetwork.QSslPreSharedKeyAuthenticator',),
14761# class PySide2.QtNetwork.QSslSocket:
14762# class PySide2.QtNetwork.QSslSocket.PeerVerifyMode:
14763# class PySide2.QtNetwork.QSslSocket.SslMode:
14764    "PySide2.QtNetwork.QSslSocket.__init__": ('PySide2.QtCore.QObject',),
14765    "PySide2.QtNetwork.QSslSocket.abort": (),
14766    "PySide2.QtNetwork.QSslSocket.addCaCertificate": ('PySide2.QtNetwork.QSslCertificate',),
14767    "PySide2.QtNetwork.QSslSocket.addCaCertificates": [('str', 'PySide2.QtNetwork.QSsl.EncodingFormat', 'PySide2.QtCore.QRegExp.PatternSyntax'), ('typing.Sequence[PySide2.QtNetwork.QSslCertificate]',)],
14768    "PySide2.QtNetwork.QSslSocket.addDefaultCaCertificate": ('PySide2.QtNetwork.QSslCertificate',),
14769    "PySide2.QtNetwork.QSslSocket.addDefaultCaCertificates": [('str', 'PySide2.QtNetwork.QSsl.EncodingFormat', 'PySide2.QtCore.QRegExp.PatternSyntax'), ('typing.Sequence[PySide2.QtNetwork.QSslCertificate]',)],
14770    "PySide2.QtNetwork.QSslSocket.atEnd": (),
14771    "PySide2.QtNetwork.QSslSocket.bytesAvailable": (),
14772    "PySide2.QtNetwork.QSslSocket.bytesToWrite": (),
14773    "PySide2.QtNetwork.QSslSocket.caCertificates": (),
14774    "PySide2.QtNetwork.QSslSocket.canReadLine": (),
14775    "PySide2.QtNetwork.QSslSocket.ciphers": (),
14776    "PySide2.QtNetwork.QSslSocket.close": (),
14777    "PySide2.QtNetwork.QSslSocket.connectToHost": [('PySide2.QtNetwork.QHostAddress', 'int', 'PySide2.QtCore.QIODevice.OpenMode'), ('str', 'int', 'PySide2.QtCore.QIODevice.OpenMode', 'PySide2.QtNetwork.QAbstractSocket.NetworkLayerProtocol')],
14778    "PySide2.QtNetwork.QSslSocket.connectToHostEncrypted": [('str', 'int', 'PySide2.QtCore.QIODevice.OpenMode', 'PySide2.QtNetwork.QAbstractSocket.NetworkLayerProtocol'), ('str', 'int', 'str', 'PySide2.QtCore.QIODevice.OpenMode', 'PySide2.QtNetwork.QAbstractSocket.NetworkLayerProtocol')],
14779    "PySide2.QtNetwork.QSslSocket.defaultCaCertificates": (),
14780    "PySide2.QtNetwork.QSslSocket.defaultCiphers": (),
14781    "PySide2.QtNetwork.QSslSocket.disconnectFromHost": (),
14782    "PySide2.QtNetwork.QSslSocket.encryptedBytesAvailable": (),
14783    "PySide2.QtNetwork.QSslSocket.encryptedBytesToWrite": (),
14784    "PySide2.QtNetwork.QSslSocket.flush": (),
14785    "PySide2.QtNetwork.QSslSocket.ignoreSslErrors": [(), ('typing.Sequence[PySide2.QtNetwork.QSslError]',)],
14786    "PySide2.QtNetwork.QSslSocket.isEncrypted": (),
14787    "PySide2.QtNetwork.QSslSocket.localCertificate": (),
14788    "PySide2.QtNetwork.QSslSocket.localCertificateChain": (),
14789    "PySide2.QtNetwork.QSslSocket.mode": (),
14790    "PySide2.QtNetwork.QSslSocket.ocspResponses": (),
14791    "PySide2.QtNetwork.QSslSocket.peerCertificate": (),
14792    "PySide2.QtNetwork.QSslSocket.peerCertificateChain": (),
14793    "PySide2.QtNetwork.QSslSocket.peerVerifyDepth": (),
14794    "PySide2.QtNetwork.QSslSocket.peerVerifyMode": (),
14795    "PySide2.QtNetwork.QSslSocket.peerVerifyName": (),
14796    "PySide2.QtNetwork.QSslSocket.privateKey": (),
14797    "PySide2.QtNetwork.QSslSocket.protocol": (),
14798    "PySide2.QtNetwork.QSslSocket.readData": ('str', 'int'),
14799    "PySide2.QtNetwork.QSslSocket.resume": (),
14800    "PySide2.QtNetwork.QSslSocket.sessionCipher": (),
14801    "PySide2.QtNetwork.QSslSocket.sessionProtocol": (),
14802    "PySide2.QtNetwork.QSslSocket.setCaCertificates": ('typing.Sequence[PySide2.QtNetwork.QSslCertificate]',),
14803    "PySide2.QtNetwork.QSslSocket.setCiphers": [('str',), ('typing.Sequence[PySide2.QtNetwork.QSslCipher]',)],
14804    "PySide2.QtNetwork.QSslSocket.setDefaultCaCertificates": ('typing.Sequence[PySide2.QtNetwork.QSslCertificate]',),
14805    "PySide2.QtNetwork.QSslSocket.setDefaultCiphers": ('typing.Sequence[PySide2.QtNetwork.QSslCipher]',),
14806    "PySide2.QtNetwork.QSslSocket.setLocalCertificate": [('PySide2.QtNetwork.QSslCertificate',), ('str', 'PySide2.QtNetwork.QSsl.EncodingFormat')],
14807    "PySide2.QtNetwork.QSslSocket.setLocalCertificateChain": ('typing.Sequence[PySide2.QtNetwork.QSslCertificate]',),
14808    "PySide2.QtNetwork.QSslSocket.setPeerVerifyDepth": ('int',),
14809    "PySide2.QtNetwork.QSslSocket.setPeerVerifyMode": ('PySide2.QtNetwork.QSslSocket.PeerVerifyMode',),
14810    "PySide2.QtNetwork.QSslSocket.setPeerVerifyName": ('str',),
14811    "PySide2.QtNetwork.QSslSocket.setPrivateKey": [('PySide2.QtNetwork.QSslKey',), ('str', 'PySide2.QtNetwork.QSsl.KeyAlgorithm', 'PySide2.QtNetwork.QSsl.EncodingFormat', 'PySide2.QtCore.QByteArray')],
14812    "PySide2.QtNetwork.QSslSocket.setProtocol": ('PySide2.QtNetwork.QSsl.SslProtocol',),
14813    "PySide2.QtNetwork.QSslSocket.setReadBufferSize": ('int',),
14814    "PySide2.QtNetwork.QSslSocket.setSocketDescriptor": ('int', 'PySide2.QtNetwork.QAbstractSocket.SocketState', 'PySide2.QtCore.QIODevice.OpenMode'),
14815    "PySide2.QtNetwork.QSslSocket.setSocketOption": ('PySide2.QtNetwork.QAbstractSocket.SocketOption', 'typing.Any'),
14816    "PySide2.QtNetwork.QSslSocket.setSslConfiguration": ('PySide2.QtNetwork.QSslConfiguration',),
14817    "PySide2.QtNetwork.QSslSocket.socketOption": ('PySide2.QtNetwork.QAbstractSocket.SocketOption',),
14818    "PySide2.QtNetwork.QSslSocket.sslConfiguration": (),
14819    "PySide2.QtNetwork.QSslSocket.sslErrors": (),
14820    "PySide2.QtNetwork.QSslSocket.sslLibraryBuildVersionNumber": (),
14821    "PySide2.QtNetwork.QSslSocket.sslLibraryBuildVersionString": (),
14822    "PySide2.QtNetwork.QSslSocket.sslLibraryVersionNumber": (),
14823    "PySide2.QtNetwork.QSslSocket.sslLibraryVersionString": (),
14824    "PySide2.QtNetwork.QSslSocket.startClientEncryption": (),
14825    "PySide2.QtNetwork.QSslSocket.startServerEncryption": (),
14826    "PySide2.QtNetwork.QSslSocket.supportedCiphers": (),
14827    "PySide2.QtNetwork.QSslSocket.supportsSsl": (),
14828    "PySide2.QtNetwork.QSslSocket.systemCaCertificates": (),
14829    "PySide2.QtNetwork.QSslSocket.waitForBytesWritten": ('int',),
14830    "PySide2.QtNetwork.QSslSocket.waitForConnected": ('int',),
14831    "PySide2.QtNetwork.QSslSocket.waitForDisconnected": ('int',),
14832    "PySide2.QtNetwork.QSslSocket.waitForEncrypted": ('int',),
14833    "PySide2.QtNetwork.QSslSocket.waitForReadyRead": ('int',),
14834    "PySide2.QtNetwork.QSslSocket.writeData": ('str', 'int'),
14835# class PySide2.QtNetwork.QTcpServer:
14836    "PySide2.QtNetwork.QTcpServer.__init__": ('PySide2.QtCore.QObject',),
14837    "PySide2.QtNetwork.QTcpServer.addPendingConnection": ('PySide2.QtNetwork.QTcpSocket',),
14838    "PySide2.QtNetwork.QTcpServer.close": (),
14839    "PySide2.QtNetwork.QTcpServer.errorString": (),
14840    "PySide2.QtNetwork.QTcpServer.hasPendingConnections": (),
14841    "PySide2.QtNetwork.QTcpServer.incomingConnection": ('int',),
14842    "PySide2.QtNetwork.QTcpServer.isListening": (),
14843    "PySide2.QtNetwork.QTcpServer.listen": ('PySide2.QtNetwork.QHostAddress', 'int'),
14844    "PySide2.QtNetwork.QTcpServer.maxPendingConnections": (),
14845    "PySide2.QtNetwork.QTcpServer.nextPendingConnection": (),
14846    "PySide2.QtNetwork.QTcpServer.pauseAccepting": (),
14847    "PySide2.QtNetwork.QTcpServer.proxy": (),
14848    "PySide2.QtNetwork.QTcpServer.resumeAccepting": (),
14849    "PySide2.QtNetwork.QTcpServer.serverAddress": (),
14850    "PySide2.QtNetwork.QTcpServer.serverError": (),
14851    "PySide2.QtNetwork.QTcpServer.serverPort": (),
14852    "PySide2.QtNetwork.QTcpServer.setMaxPendingConnections": ('int',),
14853    "PySide2.QtNetwork.QTcpServer.setProxy": ('PySide2.QtNetwork.QNetworkProxy',),
14854    "PySide2.QtNetwork.QTcpServer.setSocketDescriptor": ('int',),
14855    "PySide2.QtNetwork.QTcpServer.socketDescriptor": (),
14856    "PySide2.QtNetwork.QTcpServer.waitForNewConnection": ('int',),
14857# class PySide2.QtNetwork.QTcpSocket:
14858    "PySide2.QtNetwork.QTcpSocket.__init__": ('PySide2.QtCore.QObject',),
14859# class PySide2.QtNetwork.QUdpSocket:
14860    "PySide2.QtNetwork.QUdpSocket.__init__": ('PySide2.QtCore.QObject',),
14861    "PySide2.QtNetwork.QUdpSocket.hasPendingDatagrams": (),
14862    "PySide2.QtNetwork.QUdpSocket.joinMulticastGroup": [('PySide2.QtNetwork.QHostAddress',), ('PySide2.QtNetwork.QHostAddress', 'PySide2.QtNetwork.QNetworkInterface')],
14863    "PySide2.QtNetwork.QUdpSocket.leaveMulticastGroup": [('PySide2.QtNetwork.QHostAddress',), ('PySide2.QtNetwork.QHostAddress', 'PySide2.QtNetwork.QNetworkInterface')],
14864    "PySide2.QtNetwork.QUdpSocket.multicastInterface": (),
14865    "PySide2.QtNetwork.QUdpSocket.pendingDatagramSize": (),
14866    "PySide2.QtNetwork.QUdpSocket.readDatagram": ('str', 'int', 'PySide2.QtNetwork.QHostAddress'),
14867    "PySide2.QtNetwork.QUdpSocket.receiveDatagram": ('int',),
14868    "PySide2.QtNetwork.QUdpSocket.setMulticastInterface": ('PySide2.QtNetwork.QNetworkInterface',),
14869    "PySide2.QtNetwork.QUdpSocket.writeDatagram": [('PySide2.QtCore.QByteArray', 'PySide2.QtNetwork.QHostAddress', 'int'), ('PySide2.QtNetwork.QNetworkDatagram',)],
14870    }) if "PySide2.QtNetwork" in sys.modules else None
14871# Module PySide2.QtTest
14872sig_dict.update({
14873# class PySide2.QtTest.QTest:
14874# class PySide2.QtTest.QTest.KeyAction:
14875# class PySide2.QtTest.QTest.MouseAction:
14876# class PySide2.QtTest.QTest.QBenchmarkMetric:
14877# class PySide2.QtTest.QTest.QTouchEventSequence:
14878    "PySide2.QtTest.QTest.QTouchEventSequence.commit": ('bool',),
14879    "PySide2.QtTest.QTest.QTouchEventSequence.move": [('int', 'PySide2.QtCore.QPoint', 'PySide2.QtGui.QWindow'), ('int', 'PySide2.QtCore.QPoint', 'PySide2.QtWidgets.QWidget')],
14880    "PySide2.QtTest.QTest.QTouchEventSequence.press": [('int', 'PySide2.QtCore.QPoint', 'PySide2.QtGui.QWindow'), ('int', 'PySide2.QtCore.QPoint', 'PySide2.QtWidgets.QWidget')],
14881    "PySide2.QtTest.QTest.QTouchEventSequence.release": [('int', 'PySide2.QtCore.QPoint', 'PySide2.QtGui.QWindow'), ('int', 'PySide2.QtCore.QPoint', 'PySide2.QtWidgets.QWidget')],
14882    "PySide2.QtTest.QTest.QTouchEventSequence.stationary": ('int',),
14883# class PySide2.QtTest.QTest.TestFailMode:
14884    "PySide2.QtTest.QTest.addColumnInternal": ('int', 'str'),
14885    "PySide2.QtTest.QTest.asciiToKey": ('int',),
14886    "PySide2.QtTest.QTest.compare_ptr_helper": ('int', 'int', 'str', 'str', 'str', 'int'),
14887    "PySide2.QtTest.QTest.compare_string_helper": ('str', 'str', 'str', 'str', 'str', 'int'),
14888    "PySide2.QtTest.QTest.createTouchDevice": ('PySide2.QtGui.QTouchDevice.DeviceType',),
14889    "PySide2.QtTest.QTest.currentAppName": (),
14890    "PySide2.QtTest.QTest.currentDataTag": (),
14891    "PySide2.QtTest.QTest.currentTestFailed": (),
14892    "PySide2.QtTest.QTest.currentTestFunction": (),
14893    "PySide2.QtTest.QTest.ignoreMessage": [('PySide2.QtCore.QtMsgType', 'PySide2.QtCore.QRegularExpression'), ('PySide2.QtCore.QtMsgType', 'str')],
14894    "PySide2.QtTest.QTest.keyClick": [('PySide2.QtGui.QWindow', 'PySide2.QtCore.Qt.Key', 'PySide2.QtCore.Qt.KeyboardModifiers', 'int'), ('PySide2.QtGui.QWindow', 'int', 'PySide2.QtCore.Qt.KeyboardModifiers', 'int'), ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.Key', 'PySide2.QtCore.Qt.KeyboardModifiers', 'int'), ('PySide2.QtWidgets.QWidget', 'int', 'PySide2.QtCore.Qt.KeyboardModifiers', 'int')],
14895    "PySide2.QtTest.QTest.keyClicks": ('PySide2.QtWidgets.QWidget', 'str', 'PySide2.QtCore.Qt.KeyboardModifiers', 'int'),
14896    "PySide2.QtTest.QTest.keyEvent": [('PySide2.QtTest.QTest.KeyAction', 'PySide2.QtGui.QWindow', 'PySide2.QtCore.Qt.Key', 'PySide2.QtCore.Qt.KeyboardModifiers', 'int'), ('PySide2.QtTest.QTest.KeyAction', 'PySide2.QtGui.QWindow', 'int', 'PySide2.QtCore.Qt.KeyboardModifiers', 'int'), ('PySide2.QtTest.QTest.KeyAction', 'PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.Key', 'PySide2.QtCore.Qt.KeyboardModifiers', 'int'), ('PySide2.QtTest.QTest.KeyAction', 'PySide2.QtWidgets.QWidget', 'int', 'PySide2.QtCore.Qt.KeyboardModifiers', 'int')],
14897    "PySide2.QtTest.QTest.keyPress": [('PySide2.QtGui.QWindow', 'PySide2.QtCore.Qt.Key', 'PySide2.QtCore.Qt.KeyboardModifiers', 'int'), ('PySide2.QtGui.QWindow', 'int', 'PySide2.QtCore.Qt.KeyboardModifiers', 'int'), ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.Key', 'PySide2.QtCore.Qt.KeyboardModifiers', 'int'), ('PySide2.QtWidgets.QWidget', 'int', 'PySide2.QtCore.Qt.KeyboardModifiers', 'int')],
14898    "PySide2.QtTest.QTest.keyRelease": [('PySide2.QtGui.QWindow', 'PySide2.QtCore.Qt.Key', 'PySide2.QtCore.Qt.KeyboardModifiers', 'int'), ('PySide2.QtGui.QWindow', 'int', 'PySide2.QtCore.Qt.KeyboardModifiers', 'int'), ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.Key', 'PySide2.QtCore.Qt.KeyboardModifiers', 'int'), ('PySide2.QtWidgets.QWidget', 'int', 'PySide2.QtCore.Qt.KeyboardModifiers', 'int')],
14899    "PySide2.QtTest.QTest.keySequence": [('PySide2.QtGui.QWindow', 'PySide2.QtGui.QKeySequence'), ('PySide2.QtWidgets.QWidget', 'PySide2.QtGui.QKeySequence')],
14900    "PySide2.QtTest.QTest.keyToAscii": ('PySide2.QtCore.Qt.Key',),
14901    "PySide2.QtTest.QTest.mouseClick": [('PySide2.QtGui.QWindow', 'PySide2.QtCore.Qt.MouseButton', 'PySide2.QtCore.Qt.KeyboardModifiers', 'PySide2.QtCore.QPoint', 'int'), ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.MouseButton', 'PySide2.QtCore.Qt.KeyboardModifiers', 'PySide2.QtCore.QPoint', 'int')],
14902    "PySide2.QtTest.QTest.mouseDClick": [('PySide2.QtGui.QWindow', 'PySide2.QtCore.Qt.MouseButton', 'PySide2.QtCore.Qt.KeyboardModifiers', 'PySide2.QtCore.QPoint', 'int'), ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.MouseButton', 'PySide2.QtCore.Qt.KeyboardModifiers', 'PySide2.QtCore.QPoint', 'int')],
14903    "PySide2.QtTest.QTest.mouseEvent": [('PySide2.QtTest.QTest.MouseAction', 'PySide2.QtGui.QWindow', 'PySide2.QtCore.Qt.MouseButton', 'PySide2.QtCore.Qt.KeyboardModifiers', 'PySide2.QtCore.QPoint', 'int'), ('PySide2.QtTest.QTest.MouseAction', 'PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.MouseButton', 'PySide2.QtCore.Qt.KeyboardModifiers', 'PySide2.QtCore.QPoint', 'int')],
14904    "PySide2.QtTest.QTest.mouseMove": [('PySide2.QtGui.QWindow', 'PySide2.QtCore.QPoint', 'int'), ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.QPoint', 'int')],
14905    "PySide2.QtTest.QTest.mousePress": [('PySide2.QtGui.QWindow', 'PySide2.QtCore.Qt.MouseButton', 'PySide2.QtCore.Qt.KeyboardModifiers', 'PySide2.QtCore.QPoint', 'int'), ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.MouseButton', 'PySide2.QtCore.Qt.KeyboardModifiers', 'PySide2.QtCore.QPoint', 'int')],
14906    "PySide2.QtTest.QTest.mouseRelease": [('PySide2.QtGui.QWindow', 'PySide2.QtCore.Qt.MouseButton', 'PySide2.QtCore.Qt.KeyboardModifiers', 'PySide2.QtCore.QPoint', 'int'), ('PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.MouseButton', 'PySide2.QtCore.Qt.KeyboardModifiers', 'PySide2.QtCore.QPoint', 'int')],
14907    "PySide2.QtTest.QTest.qCleanup": (),
14908    "PySide2.QtTest.QTest.qElementData": ('str', 'int'),
14909    "PySide2.QtTest.QTest.qExpectFail": ('str', 'str', 'PySide2.QtTest.QTest.TestFailMode', 'str', 'int'),
14910    "PySide2.QtTest.QTest.qFindTestData": ('str', 'str', 'int', 'str'),
14911    "PySide2.QtTest.QTest.qGlobalData": ('str', 'int'),
14912    "PySide2.QtTest.QTest.qRun": (),
14913    "PySide2.QtTest.QTest.qSkip": ('str', 'str', 'int'),
14914    "PySide2.QtTest.QTest.qWaitForWindowActive": ('PySide2.QtWidgets.QWidget', 'int'),
14915    "PySide2.QtTest.QTest.qWaitForWindowExposed": ('PySide2.QtWidgets.QWidget', 'int'),
14916    "PySide2.QtTest.QTest.sendKeyEvent": [('PySide2.QtTest.QTest.KeyAction', 'PySide2.QtGui.QWindow', 'PySide2.QtCore.Qt.Key', 'int', 'PySide2.QtCore.Qt.KeyboardModifiers', 'int'), ('PySide2.QtTest.QTest.KeyAction', 'PySide2.QtGui.QWindow', 'PySide2.QtCore.Qt.Key', 'str', 'PySide2.QtCore.Qt.KeyboardModifiers', 'int'), ('PySide2.QtTest.QTest.KeyAction', 'PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.Key', 'int', 'PySide2.QtCore.Qt.KeyboardModifiers', 'int'), ('PySide2.QtTest.QTest.KeyAction', 'PySide2.QtWidgets.QWidget', 'PySide2.QtCore.Qt.Key', 'str', 'PySide2.QtCore.Qt.KeyboardModifiers', 'int')],
14917    "PySide2.QtTest.QTest.setBenchmarkResult": ('float', 'PySide2.QtTest.QTest.QBenchmarkMetric'),
14918    "PySide2.QtTest.QTest.setMainSourcePath": ('str', 'str'),
14919    "PySide2.QtTest.QTest.simulateEvent": [('PySide2.QtGui.QWindow', 'bool', 'int', 'PySide2.QtCore.Qt.KeyboardModifiers', 'str', 'bool', 'int'), ('PySide2.QtWidgets.QWidget', 'bool', 'int', 'PySide2.QtCore.Qt.KeyboardModifiers', 'str', 'bool', 'int')],
14920    "PySide2.QtTest.QTest.testObject": (),
14921    "PySide2.QtTest.QTest.toPrettyCString": ('str', 'int'),
14922    "PySide2.QtTest.QTest.touchEvent": [('PySide2.QtGui.QWindow', 'PySide2.QtGui.QTouchDevice', 'bool'), ('PySide2.QtWidgets.QWidget', 'PySide2.QtGui.QTouchDevice', 'bool')],
14923    }) if "PySide2.QtTest" in sys.modules else None
14924# Module PySide2.QtConcurrent
14925sig_dict.update({
14926# class PySide2.QtConcurrent.QtConcurrent:
14927# class PySide2.QtConcurrent.QtConcurrent.ReduceOption:
14928# class PySide2.QtConcurrent.QtConcurrent.ReduceOptions:
14929# class PySide2.QtConcurrent.QtConcurrent.ThreadFunctionResult:
14930    }) if "PySide2.QtConcurrent" in sys.modules else None
14931# Module PySide2.QtX11Extras
14932sig_dict.update({
14933# class PySide2.QtX11Extras.QX11Info:
14934# class PySide2.QtX11Extras.QX11Info.PeekOption:
14935# class PySide2.QtX11Extras.QX11Info.PeekOptions:
14936    "PySide2.QtX11Extras.QX11Info.appDpiX": ('int',),
14937    "PySide2.QtX11Extras.QX11Info.appDpiY": ('int',),
14938    "PySide2.QtX11Extras.QX11Info.appRootWindow": ('int',),
14939    "PySide2.QtX11Extras.QX11Info.appScreen": (),
14940    "PySide2.QtX11Extras.QX11Info.appTime": (),
14941    "PySide2.QtX11Extras.QX11Info.appUserTime": (),
14942    "PySide2.QtX11Extras.QX11Info.generatePeekerId": (),
14943    "PySide2.QtX11Extras.QX11Info.getTimestamp": (),
14944    "PySide2.QtX11Extras.QX11Info.isCompositingManagerRunning": ('int',),
14945    "PySide2.QtX11Extras.QX11Info.isPlatformX11": (),
14946    "PySide2.QtX11Extras.QX11Info.nextStartupId": (),
14947    "PySide2.QtX11Extras.QX11Info.removePeekerId": ('int',),
14948    "PySide2.QtX11Extras.QX11Info.setAppTime": ('int',),
14949    "PySide2.QtX11Extras.QX11Info.setAppUserTime": ('int',),
14950    "PySide2.QtX11Extras.QX11Info.setNextStartupId": ('PySide2.QtCore.QByteArray',),
14951    }) if "PySide2.QtX11Extras" in sys.modules else None
14952# Module PySide2.QtXml
14953sig_dict.update({
14954# class PySide2.QtXml.QDomAttr:
14955    "PySide2.QtXml.QDomAttr.__init__": [(), ('PySide2.QtXml.QDomAttr',)],
14956    "PySide2.QtXml.QDomAttr.__copy__": (),
14957    "PySide2.QtXml.QDomAttr.name": (),
14958    "PySide2.QtXml.QDomAttr.nodeType": (),
14959    "PySide2.QtXml.QDomAttr.ownerElement": (),
14960    "PySide2.QtXml.QDomAttr.setValue": ('str',),
14961    "PySide2.QtXml.QDomAttr.specified": (),
14962    "PySide2.QtXml.QDomAttr.value": (),
14963# class PySide2.QtXml.QDomCDATASection:
14964    "PySide2.QtXml.QDomCDATASection.__init__": [(), ('PySide2.QtXml.QDomCDATASection',)],
14965    "PySide2.QtXml.QDomCDATASection.__copy__": (),
14966    "PySide2.QtXml.QDomCDATASection.nodeType": (),
14967# class PySide2.QtXml.QDomCharacterData:
14968    "PySide2.QtXml.QDomCharacterData.__init__": [(), ('PySide2.QtXml.QDomCharacterData',)],
14969    "PySide2.QtXml.QDomCharacterData.__copy__": (),
14970    "PySide2.QtXml.QDomCharacterData.appendData": ('str',),
14971    "PySide2.QtXml.QDomCharacterData.data": (),
14972    "PySide2.QtXml.QDomCharacterData.deleteData": ('int', 'int'),
14973    "PySide2.QtXml.QDomCharacterData.insertData": ('int', 'str'),
14974    "PySide2.QtXml.QDomCharacterData.length": (),
14975    "PySide2.QtXml.QDomCharacterData.nodeType": (),
14976    "PySide2.QtXml.QDomCharacterData.replaceData": ('int', 'int', 'str'),
14977    "PySide2.QtXml.QDomCharacterData.setData": ('str',),
14978    "PySide2.QtXml.QDomCharacterData.substringData": ('int', 'int'),
14979# class PySide2.QtXml.QDomComment:
14980    "PySide2.QtXml.QDomComment.__init__": [(), ('PySide2.QtXml.QDomComment',)],
14981    "PySide2.QtXml.QDomComment.__copy__": (),
14982    "PySide2.QtXml.QDomComment.nodeType": (),
14983# class PySide2.QtXml.QDomDocument:
14984    "PySide2.QtXml.QDomDocument.__init__": [(), ('PySide2.QtXml.QDomDocument',), ('PySide2.QtXml.QDomDocumentType',), ('str',)],
14985    "PySide2.QtXml.QDomDocument.__copy__": (),
14986    "PySide2.QtXml.QDomDocument.createAttribute": ('str',),
14987    "PySide2.QtXml.QDomDocument.createAttributeNS": ('str', 'str'),
14988    "PySide2.QtXml.QDomDocument.createCDATASection": ('str',),
14989    "PySide2.QtXml.QDomDocument.createComment": ('str',),
14990    "PySide2.QtXml.QDomDocument.createDocumentFragment": (),
14991    "PySide2.QtXml.QDomDocument.createElement": ('str',),
14992    "PySide2.QtXml.QDomDocument.createElementNS": ('str', 'str'),
14993    "PySide2.QtXml.QDomDocument.createEntityReference": ('str',),
14994    "PySide2.QtXml.QDomDocument.createProcessingInstruction": ('str', 'str'),
14995    "PySide2.QtXml.QDomDocument.createTextNode": ('str',),
14996    "PySide2.QtXml.QDomDocument.doctype": (),
14997    "PySide2.QtXml.QDomDocument.documentElement": (),
14998    "PySide2.QtXml.QDomDocument.elementById": ('str',),
14999    "PySide2.QtXml.QDomDocument.elementsByTagName": ('str',),
15000    "PySide2.QtXml.QDomDocument.elementsByTagNameNS": ('str', 'str'),
15001    "PySide2.QtXml.QDomDocument.implementation": (),
15002    "PySide2.QtXml.QDomDocument.importNode": ('PySide2.QtXml.QDomNode', 'bool'),
15003    "PySide2.QtXml.QDomDocument.nodeType": (),
15004    "PySide2.QtXml.QDomDocument.setContent": [('PySide2.QtCore.QByteArray',), ('PySide2.QtCore.QByteArray', 'bool'), ('PySide2.QtCore.QIODevice',), ('PySide2.QtCore.QIODevice', 'bool'), ('PySide2.QtXml.QXmlInputSource', 'PySide2.QtXml.QXmlReader'), ('PySide2.QtXml.QXmlInputSource', 'bool'), ('str',), ('str', 'bool')],
15005    "PySide2.QtXml.QDomDocument.toByteArray": ('int',),
15006    "PySide2.QtXml.QDomDocument.toString": ('int',),
15007# class PySide2.QtXml.QDomDocumentFragment:
15008    "PySide2.QtXml.QDomDocumentFragment.__init__": [(), ('PySide2.QtXml.QDomDocumentFragment',)],
15009    "PySide2.QtXml.QDomDocumentFragment.__copy__": (),
15010    "PySide2.QtXml.QDomDocumentFragment.nodeType": (),
15011# class PySide2.QtXml.QDomDocumentType:
15012    "PySide2.QtXml.QDomDocumentType.__init__": [(), ('PySide2.QtXml.QDomDocumentType',)],
15013    "PySide2.QtXml.QDomDocumentType.__copy__": (),
15014    "PySide2.QtXml.QDomDocumentType.entities": (),
15015    "PySide2.QtXml.QDomDocumentType.internalSubset": (),
15016    "PySide2.QtXml.QDomDocumentType.name": (),
15017    "PySide2.QtXml.QDomDocumentType.nodeType": (),
15018    "PySide2.QtXml.QDomDocumentType.notations": (),
15019    "PySide2.QtXml.QDomDocumentType.publicId": (),
15020    "PySide2.QtXml.QDomDocumentType.systemId": (),
15021# class PySide2.QtXml.QDomElement:
15022    "PySide2.QtXml.QDomElement.__init__": [(), ('PySide2.QtXml.QDomElement',)],
15023    "PySide2.QtXml.QDomElement.__copy__": (),
15024    "PySide2.QtXml.QDomElement.attribute": ('str', 'str'),
15025    "PySide2.QtXml.QDomElement.attributeNS": ('str', 'str', 'str'),
15026    "PySide2.QtXml.QDomElement.attributeNode": ('str',),
15027    "PySide2.QtXml.QDomElement.attributeNodeNS": ('str', 'str'),
15028    "PySide2.QtXml.QDomElement.attributes": (),
15029    "PySide2.QtXml.QDomElement.elementsByTagName": ('str',),
15030    "PySide2.QtXml.QDomElement.elementsByTagNameNS": ('str', 'str'),
15031    "PySide2.QtXml.QDomElement.hasAttribute": ('str',),
15032    "PySide2.QtXml.QDomElement.hasAttributeNS": ('str', 'str'),
15033    "PySide2.QtXml.QDomElement.nodeType": (),
15034    "PySide2.QtXml.QDomElement.removeAttribute": ('str',),
15035    "PySide2.QtXml.QDomElement.removeAttributeNS": ('str', 'str'),
15036    "PySide2.QtXml.QDomElement.removeAttributeNode": ('PySide2.QtXml.QDomAttr',),
15037    "PySide2.QtXml.QDomElement.setAttribute": [('str', 'float'), ('str', 'int'), ('str', 'str')],
15038    "PySide2.QtXml.QDomElement.setAttributeNS": [('str', 'str', 'float'), ('str', 'str', 'int'), ('str', 'str', 'str')],
15039    "PySide2.QtXml.QDomElement.setAttributeNode": ('PySide2.QtXml.QDomAttr',),
15040    "PySide2.QtXml.QDomElement.setAttributeNodeNS": ('PySide2.QtXml.QDomAttr',),
15041    "PySide2.QtXml.QDomElement.setTagName": ('str',),
15042    "PySide2.QtXml.QDomElement.tagName": (),
15043    "PySide2.QtXml.QDomElement.text": (),
15044# class PySide2.QtXml.QDomEntity:
15045    "PySide2.QtXml.QDomEntity.__init__": [(), ('PySide2.QtXml.QDomEntity',)],
15046    "PySide2.QtXml.QDomEntity.__copy__": (),
15047    "PySide2.QtXml.QDomEntity.nodeType": (),
15048    "PySide2.QtXml.QDomEntity.notationName": (),
15049    "PySide2.QtXml.QDomEntity.publicId": (),
15050    "PySide2.QtXml.QDomEntity.systemId": (),
15051# class PySide2.QtXml.QDomEntityReference:
15052    "PySide2.QtXml.QDomEntityReference.__init__": [(), ('PySide2.QtXml.QDomEntityReference',)],
15053    "PySide2.QtXml.QDomEntityReference.__copy__": (),
15054    "PySide2.QtXml.QDomEntityReference.nodeType": (),
15055# class PySide2.QtXml.QDomImplementation:
15056# class PySide2.QtXml.QDomImplementation.InvalidDataPolicy:
15057    "PySide2.QtXml.QDomImplementation.__init__": [(), ('PySide2.QtXml.QDomImplementation',)],
15058    "PySide2.QtXml.QDomImplementation.__copy__": (),
15059    "PySide2.QtXml.QDomImplementation.createDocument": ('str', 'str', 'PySide2.QtXml.QDomDocumentType'),
15060    "PySide2.QtXml.QDomImplementation.createDocumentType": ('str', 'str', 'str'),
15061    "PySide2.QtXml.QDomImplementation.hasFeature": ('str', 'str'),
15062    "PySide2.QtXml.QDomImplementation.invalidDataPolicy": (),
15063    "PySide2.QtXml.QDomImplementation.isNull": (),
15064    "PySide2.QtXml.QDomImplementation.setInvalidDataPolicy": ('PySide2.QtXml.QDomImplementation.InvalidDataPolicy',),
15065# class PySide2.QtXml.QDomNamedNodeMap:
15066    "PySide2.QtXml.QDomNamedNodeMap.__init__": [(), ('PySide2.QtXml.QDomNamedNodeMap',)],
15067    "PySide2.QtXml.QDomNamedNodeMap.__copy__": (),
15068    "PySide2.QtXml.QDomNamedNodeMap.contains": ('str',),
15069    "PySide2.QtXml.QDomNamedNodeMap.count": (),
15070    "PySide2.QtXml.QDomNamedNodeMap.isEmpty": (),
15071    "PySide2.QtXml.QDomNamedNodeMap.item": ('int',),
15072    "PySide2.QtXml.QDomNamedNodeMap.length": (),
15073    "PySide2.QtXml.QDomNamedNodeMap.namedItem": ('str',),
15074    "PySide2.QtXml.QDomNamedNodeMap.namedItemNS": ('str', 'str'),
15075    "PySide2.QtXml.QDomNamedNodeMap.removeNamedItem": ('str',),
15076    "PySide2.QtXml.QDomNamedNodeMap.removeNamedItemNS": ('str', 'str'),
15077    "PySide2.QtXml.QDomNamedNodeMap.setNamedItem": ('PySide2.QtXml.QDomNode',),
15078    "PySide2.QtXml.QDomNamedNodeMap.setNamedItemNS": ('PySide2.QtXml.QDomNode',),
15079    "PySide2.QtXml.QDomNamedNodeMap.size": (),
15080# class PySide2.QtXml.QDomNode:
15081# class PySide2.QtXml.QDomNode.EncodingPolicy:
15082# class PySide2.QtXml.QDomNode.NodeType:
15083    "PySide2.QtXml.QDomNode.__init__": [(), ('PySide2.QtXml.QDomNode',)],
15084    "PySide2.QtXml.QDomNode.__copy__": (),
15085    "PySide2.QtXml.QDomNode.__lshift__": ('PySide2.QtCore.QTextStream',),
15086    "PySide2.QtXml.QDomNode.appendChild": ('PySide2.QtXml.QDomNode',),
15087    "PySide2.QtXml.QDomNode.attributes": (),
15088    "PySide2.QtXml.QDomNode.childNodes": (),
15089    "PySide2.QtXml.QDomNode.clear": (),
15090    "PySide2.QtXml.QDomNode.cloneNode": ('bool',),
15091    "PySide2.QtXml.QDomNode.columnNumber": (),
15092    "PySide2.QtXml.QDomNode.firstChild": (),
15093    "PySide2.QtXml.QDomNode.firstChildElement": ('str',),
15094    "PySide2.QtXml.QDomNode.hasAttributes": (),
15095    "PySide2.QtXml.QDomNode.hasChildNodes": (),
15096    "PySide2.QtXml.QDomNode.insertAfter": ('PySide2.QtXml.QDomNode', 'PySide2.QtXml.QDomNode'),
15097    "PySide2.QtXml.QDomNode.insertBefore": ('PySide2.QtXml.QDomNode', 'PySide2.QtXml.QDomNode'),
15098    "PySide2.QtXml.QDomNode.isAttr": (),
15099    "PySide2.QtXml.QDomNode.isCDATASection": (),
15100    "PySide2.QtXml.QDomNode.isCharacterData": (),
15101    "PySide2.QtXml.QDomNode.isComment": (),
15102    "PySide2.QtXml.QDomNode.isDocument": (),
15103    "PySide2.QtXml.QDomNode.isDocumentFragment": (),
15104    "PySide2.QtXml.QDomNode.isDocumentType": (),
15105    "PySide2.QtXml.QDomNode.isElement": (),
15106    "PySide2.QtXml.QDomNode.isEntity": (),
15107    "PySide2.QtXml.QDomNode.isEntityReference": (),
15108    "PySide2.QtXml.QDomNode.isNotation": (),
15109    "PySide2.QtXml.QDomNode.isNull": (),
15110    "PySide2.QtXml.QDomNode.isProcessingInstruction": (),
15111    "PySide2.QtXml.QDomNode.isSupported": ('str', 'str'),
15112    "PySide2.QtXml.QDomNode.isText": (),
15113    "PySide2.QtXml.QDomNode.lastChild": (),
15114    "PySide2.QtXml.QDomNode.lastChildElement": ('str',),
15115    "PySide2.QtXml.QDomNode.lineNumber": (),
15116    "PySide2.QtXml.QDomNode.localName": (),
15117    "PySide2.QtXml.QDomNode.namedItem": ('str',),
15118    "PySide2.QtXml.QDomNode.namespaceURI": (),
15119    "PySide2.QtXml.QDomNode.nextSibling": (),
15120    "PySide2.QtXml.QDomNode.nextSiblingElement": ('str',),
15121    "PySide2.QtXml.QDomNode.nodeName": (),
15122    "PySide2.QtXml.QDomNode.nodeType": (),
15123    "PySide2.QtXml.QDomNode.nodeValue": (),
15124    "PySide2.QtXml.QDomNode.normalize": (),
15125    "PySide2.QtXml.QDomNode.ownerDocument": (),
15126    "PySide2.QtXml.QDomNode.parentNode": (),
15127    "PySide2.QtXml.QDomNode.prefix": (),
15128    "PySide2.QtXml.QDomNode.previousSibling": (),
15129    "PySide2.QtXml.QDomNode.previousSiblingElement": ('str',),
15130    "PySide2.QtXml.QDomNode.removeChild": ('PySide2.QtXml.QDomNode',),
15131    "PySide2.QtXml.QDomNode.replaceChild": ('PySide2.QtXml.QDomNode', 'PySide2.QtXml.QDomNode'),
15132    "PySide2.QtXml.QDomNode.save": ('PySide2.QtCore.QTextStream', 'int', 'PySide2.QtXml.QDomNode.EncodingPolicy'),
15133    "PySide2.QtXml.QDomNode.setNodeValue": ('str',),
15134    "PySide2.QtXml.QDomNode.setPrefix": ('str',),
15135    "PySide2.QtXml.QDomNode.toAttr": (),
15136    "PySide2.QtXml.QDomNode.toCDATASection": (),
15137    "PySide2.QtXml.QDomNode.toCharacterData": (),
15138    "PySide2.QtXml.QDomNode.toComment": (),
15139    "PySide2.QtXml.QDomNode.toDocument": (),
15140    "PySide2.QtXml.QDomNode.toDocumentFragment": (),
15141    "PySide2.QtXml.QDomNode.toDocumentType": (),
15142    "PySide2.QtXml.QDomNode.toElement": (),
15143    "PySide2.QtXml.QDomNode.toEntity": (),
15144    "PySide2.QtXml.QDomNode.toEntityReference": (),
15145    "PySide2.QtXml.QDomNode.toNotation": (),
15146    "PySide2.QtXml.QDomNode.toProcessingInstruction": (),
15147    "PySide2.QtXml.QDomNode.toText": (),
15148# class PySide2.QtXml.QDomNodeList:
15149    "PySide2.QtXml.QDomNodeList.__init__": [(), ('PySide2.QtXml.QDomNodeList',)],
15150    "PySide2.QtXml.QDomNodeList.__copy__": (),
15151    "PySide2.QtXml.QDomNodeList.at": ('int',),
15152    "PySide2.QtXml.QDomNodeList.count": (),
15153    "PySide2.QtXml.QDomNodeList.isEmpty": (),
15154    "PySide2.QtXml.QDomNodeList.item": ('int',),
15155    "PySide2.QtXml.QDomNodeList.length": (),
15156    "PySide2.QtXml.QDomNodeList.size": (),
15157# class PySide2.QtXml.QDomNotation:
15158    "PySide2.QtXml.QDomNotation.__init__": [(), ('PySide2.QtXml.QDomNotation',)],
15159    "PySide2.QtXml.QDomNotation.__copy__": (),
15160    "PySide2.QtXml.QDomNotation.nodeType": (),
15161    "PySide2.QtXml.QDomNotation.publicId": (),
15162    "PySide2.QtXml.QDomNotation.systemId": (),
15163# class PySide2.QtXml.QDomProcessingInstruction:
15164    "PySide2.QtXml.QDomProcessingInstruction.__init__": [(), ('PySide2.QtXml.QDomProcessingInstruction',)],
15165    "PySide2.QtXml.QDomProcessingInstruction.__copy__": (),
15166    "PySide2.QtXml.QDomProcessingInstruction.data": (),
15167    "PySide2.QtXml.QDomProcessingInstruction.nodeType": (),
15168    "PySide2.QtXml.QDomProcessingInstruction.setData": ('str',),
15169    "PySide2.QtXml.QDomProcessingInstruction.target": (),
15170# class PySide2.QtXml.QDomText:
15171    "PySide2.QtXml.QDomText.__init__": [(), ('PySide2.QtXml.QDomText',)],
15172    "PySide2.QtXml.QDomText.__copy__": (),
15173    "PySide2.QtXml.QDomText.nodeType": (),
15174    "PySide2.QtXml.QDomText.splitText": ('int',),
15175# class PySide2.QtXml.QXmlAttributes:
15176    "PySide2.QtXml.QXmlAttributes.__init__": [(), ('PySide2.QtXml.QXmlAttributes',)],
15177    "PySide2.QtXml.QXmlAttributes.__copy__": (),
15178    "PySide2.QtXml.QXmlAttributes.append": ('str', 'str', 'str', 'str'),
15179    "PySide2.QtXml.QXmlAttributes.clear": (),
15180    "PySide2.QtXml.QXmlAttributes.count": (),
15181    "PySide2.QtXml.QXmlAttributes.index": [('str',), ('str', 'str')],
15182    "PySide2.QtXml.QXmlAttributes.length": (),
15183    "PySide2.QtXml.QXmlAttributes.localName": ('int',),
15184    "PySide2.QtXml.QXmlAttributes.qName": ('int',),
15185    "PySide2.QtXml.QXmlAttributes.swap": ('PySide2.QtXml.QXmlAttributes',),
15186    "PySide2.QtXml.QXmlAttributes.type": [('int',), ('str',), ('str', 'str')],
15187    "PySide2.QtXml.QXmlAttributes.uri": ('int',),
15188    "PySide2.QtXml.QXmlAttributes.value": [('int',), ('str',), ('str', 'str')],
15189# class PySide2.QtXml.QXmlContentHandler:
15190    "PySide2.QtXml.QXmlContentHandler.__init__": (),
15191    "PySide2.QtXml.QXmlContentHandler.characters": ('str',),
15192    "PySide2.QtXml.QXmlContentHandler.endDocument": (),
15193    "PySide2.QtXml.QXmlContentHandler.endElement": ('str', 'str', 'str'),
15194    "PySide2.QtXml.QXmlContentHandler.endPrefixMapping": ('str',),
15195    "PySide2.QtXml.QXmlContentHandler.errorString": (),
15196    "PySide2.QtXml.QXmlContentHandler.ignorableWhitespace": ('str',),
15197    "PySide2.QtXml.QXmlContentHandler.processingInstruction": ('str', 'str'),
15198    "PySide2.QtXml.QXmlContentHandler.setDocumentLocator": ('PySide2.QtXml.QXmlLocator',),
15199    "PySide2.QtXml.QXmlContentHandler.skippedEntity": ('str',),
15200    "PySide2.QtXml.QXmlContentHandler.startDocument": (),
15201    "PySide2.QtXml.QXmlContentHandler.startElement": ('str', 'str', 'str', 'PySide2.QtXml.QXmlAttributes'),
15202    "PySide2.QtXml.QXmlContentHandler.startPrefixMapping": ('str', 'str'),
15203# class PySide2.QtXml.QXmlDTDHandler:
15204    "PySide2.QtXml.QXmlDTDHandler.__init__": (),
15205    "PySide2.QtXml.QXmlDTDHandler.errorString": (),
15206    "PySide2.QtXml.QXmlDTDHandler.notationDecl": ('str', 'str', 'str'),
15207    "PySide2.QtXml.QXmlDTDHandler.unparsedEntityDecl": ('str', 'str', 'str', 'str'),
15208# class PySide2.QtXml.QXmlDeclHandler:
15209    "PySide2.QtXml.QXmlDeclHandler.__init__": (),
15210    "PySide2.QtXml.QXmlDeclHandler.attributeDecl": ('str', 'str', 'str', 'str', 'str'),
15211    "PySide2.QtXml.QXmlDeclHandler.errorString": (),
15212    "PySide2.QtXml.QXmlDeclHandler.externalEntityDecl": ('str', 'str', 'str'),
15213    "PySide2.QtXml.QXmlDeclHandler.internalEntityDecl": ('str', 'str'),
15214# class PySide2.QtXml.QXmlDefaultHandler:
15215    "PySide2.QtXml.QXmlDefaultHandler.__init__": (),
15216    "PySide2.QtXml.QXmlDefaultHandler.attributeDecl": ('str', 'str', 'str', 'str', 'str'),
15217    "PySide2.QtXml.QXmlDefaultHandler.characters": ('str',),
15218    "PySide2.QtXml.QXmlDefaultHandler.comment": ('str',),
15219    "PySide2.QtXml.QXmlDefaultHandler.endCDATA": (),
15220    "PySide2.QtXml.QXmlDefaultHandler.endDTD": (),
15221    "PySide2.QtXml.QXmlDefaultHandler.endDocument": (),
15222    "PySide2.QtXml.QXmlDefaultHandler.endElement": ('str', 'str', 'str'),
15223    "PySide2.QtXml.QXmlDefaultHandler.endEntity": ('str',),
15224    "PySide2.QtXml.QXmlDefaultHandler.endPrefixMapping": ('str',),
15225    "PySide2.QtXml.QXmlDefaultHandler.error": ('PySide2.QtXml.QXmlParseException',),
15226    "PySide2.QtXml.QXmlDefaultHandler.errorString": (),
15227    "PySide2.QtXml.QXmlDefaultHandler.externalEntityDecl": ('str', 'str', 'str'),
15228    "PySide2.QtXml.QXmlDefaultHandler.fatalError": ('PySide2.QtXml.QXmlParseException',),
15229    "PySide2.QtXml.QXmlDefaultHandler.ignorableWhitespace": ('str',),
15230    "PySide2.QtXml.QXmlDefaultHandler.internalEntityDecl": ('str', 'str'),
15231    "PySide2.QtXml.QXmlDefaultHandler.notationDecl": ('str', 'str', 'str'),
15232    "PySide2.QtXml.QXmlDefaultHandler.processingInstruction": ('str', 'str'),
15233    "PySide2.QtXml.QXmlDefaultHandler.resolveEntity": ('str', 'str', 'PySide2.QtXml.QXmlInputSource'),
15234    "PySide2.QtXml.QXmlDefaultHandler.setDocumentLocator": ('PySide2.QtXml.QXmlLocator',),
15235    "PySide2.QtXml.QXmlDefaultHandler.skippedEntity": ('str',),
15236    "PySide2.QtXml.QXmlDefaultHandler.startCDATA": (),
15237    "PySide2.QtXml.QXmlDefaultHandler.startDTD": ('str', 'str', 'str'),
15238    "PySide2.QtXml.QXmlDefaultHandler.startDocument": (),
15239    "PySide2.QtXml.QXmlDefaultHandler.startElement": ('str', 'str', 'str', 'PySide2.QtXml.QXmlAttributes'),
15240    "PySide2.QtXml.QXmlDefaultHandler.startEntity": ('str',),
15241    "PySide2.QtXml.QXmlDefaultHandler.startPrefixMapping": ('str', 'str'),
15242    "PySide2.QtXml.QXmlDefaultHandler.unparsedEntityDecl": ('str', 'str', 'str', 'str'),
15243    "PySide2.QtXml.QXmlDefaultHandler.warning": ('PySide2.QtXml.QXmlParseException',),
15244# class PySide2.QtXml.QXmlEntityResolver:
15245    "PySide2.QtXml.QXmlEntityResolver.__init__": (),
15246    "PySide2.QtXml.QXmlEntityResolver.errorString": (),
15247    "PySide2.QtXml.QXmlEntityResolver.resolveEntity": ('str', 'str', 'PySide2.QtXml.QXmlInputSource'),
15248# class PySide2.QtXml.QXmlErrorHandler:
15249    "PySide2.QtXml.QXmlErrorHandler.__init__": (),
15250    "PySide2.QtXml.QXmlErrorHandler.error": ('PySide2.QtXml.QXmlParseException',),
15251    "PySide2.QtXml.QXmlErrorHandler.errorString": (),
15252    "PySide2.QtXml.QXmlErrorHandler.fatalError": ('PySide2.QtXml.QXmlParseException',),
15253    "PySide2.QtXml.QXmlErrorHandler.warning": ('PySide2.QtXml.QXmlParseException',),
15254# class PySide2.QtXml.QXmlInputSource:
15255    "PySide2.QtXml.QXmlInputSource.__init__": [(), ('PySide2.QtCore.QIODevice',)],
15256    "PySide2.QtXml.QXmlInputSource.data": (),
15257    "PySide2.QtXml.QXmlInputSource.fetchData": (),
15258    "PySide2.QtXml.QXmlInputSource.fromRawData": ('PySide2.QtCore.QByteArray', 'bool'),
15259    "PySide2.QtXml.QXmlInputSource.reset": (),
15260    "PySide2.QtXml.QXmlInputSource.setData": [('PySide2.QtCore.QByteArray',), ('str',)],
15261# class PySide2.QtXml.QXmlLexicalHandler:
15262    "PySide2.QtXml.QXmlLexicalHandler.__init__": (),
15263    "PySide2.QtXml.QXmlLexicalHandler.comment": ('str',),
15264    "PySide2.QtXml.QXmlLexicalHandler.endCDATA": (),
15265    "PySide2.QtXml.QXmlLexicalHandler.endDTD": (),
15266    "PySide2.QtXml.QXmlLexicalHandler.endEntity": ('str',),
15267    "PySide2.QtXml.QXmlLexicalHandler.errorString": (),
15268    "PySide2.QtXml.QXmlLexicalHandler.startCDATA": (),
15269    "PySide2.QtXml.QXmlLexicalHandler.startDTD": ('str', 'str', 'str'),
15270    "PySide2.QtXml.QXmlLexicalHandler.startEntity": ('str',),
15271# class PySide2.QtXml.QXmlLocator:
15272    "PySide2.QtXml.QXmlLocator.__init__": (),
15273    "PySide2.QtXml.QXmlLocator.columnNumber": (),
15274    "PySide2.QtXml.QXmlLocator.lineNumber": (),
15275# class PySide2.QtXml.QXmlNamespaceSupport:
15276    "PySide2.QtXml.QXmlNamespaceSupport.__init__": (),
15277    "PySide2.QtXml.QXmlNamespaceSupport.popContext": (),
15278    "PySide2.QtXml.QXmlNamespaceSupport.prefix": ('str',),
15279    "PySide2.QtXml.QXmlNamespaceSupport.prefixes": [(), ('str',)],
15280    "PySide2.QtXml.QXmlNamespaceSupport.processName": ('str', 'bool', 'str', 'str'),
15281    "PySide2.QtXml.QXmlNamespaceSupport.pushContext": (),
15282    "PySide2.QtXml.QXmlNamespaceSupport.reset": (),
15283    "PySide2.QtXml.QXmlNamespaceSupport.setPrefix": ('str', 'str'),
15284    "PySide2.QtXml.QXmlNamespaceSupport.splitName": ('str', 'str', 'str'),
15285    "PySide2.QtXml.QXmlNamespaceSupport.uri": ('str',),
15286# class PySide2.QtXml.QXmlParseException:
15287    "PySide2.QtXml.QXmlParseException.__init__": [('PySide2.QtXml.QXmlParseException',), ('str', 'int', 'int', 'str', 'str')],
15288    "PySide2.QtXml.QXmlParseException.columnNumber": (),
15289    "PySide2.QtXml.QXmlParseException.lineNumber": (),
15290    "PySide2.QtXml.QXmlParseException.message": (),
15291    "PySide2.QtXml.QXmlParseException.publicId": (),
15292    "PySide2.QtXml.QXmlParseException.systemId": (),
15293# class PySide2.QtXml.QXmlReader:
15294    "PySide2.QtXml.QXmlReader.__init__": (),
15295    "PySide2.QtXml.QXmlReader.DTDHandler": (),
15296    "PySide2.QtXml.QXmlReader.contentHandler": (),
15297    "PySide2.QtXml.QXmlReader.declHandler": (),
15298    "PySide2.QtXml.QXmlReader.entityResolver": (),
15299    "PySide2.QtXml.QXmlReader.errorHandler": (),
15300    "PySide2.QtXml.QXmlReader.feature": ('str',),
15301    "PySide2.QtXml.QXmlReader.hasFeature": ('str',),
15302    "PySide2.QtXml.QXmlReader.hasProperty": ('str',),
15303    "PySide2.QtXml.QXmlReader.lexicalHandler": (),
15304    "PySide2.QtXml.QXmlReader.parse": ('PySide2.QtXml.QXmlInputSource',),
15305    "PySide2.QtXml.QXmlReader.property": ('str',),
15306    "PySide2.QtXml.QXmlReader.setContentHandler": ('PySide2.QtXml.QXmlContentHandler',),
15307    "PySide2.QtXml.QXmlReader.setDTDHandler": ('PySide2.QtXml.QXmlDTDHandler',),
15308    "PySide2.QtXml.QXmlReader.setDeclHandler": ('PySide2.QtXml.QXmlDeclHandler',),
15309    "PySide2.QtXml.QXmlReader.setEntityResolver": ('PySide2.QtXml.QXmlEntityResolver',),
15310    "PySide2.QtXml.QXmlReader.setErrorHandler": ('PySide2.QtXml.QXmlErrorHandler',),
15311    "PySide2.QtXml.QXmlReader.setFeature": ('str', 'bool'),
15312    "PySide2.QtXml.QXmlReader.setLexicalHandler": ('PySide2.QtXml.QXmlLexicalHandler',),
15313    "PySide2.QtXml.QXmlReader.setProperty": ('str', 'int'),
15314# class PySide2.QtXml.QXmlSimpleReader:
15315    "PySide2.QtXml.QXmlSimpleReader.__init__": (),
15316    "PySide2.QtXml.QXmlSimpleReader.DTDHandler": (),
15317    "PySide2.QtXml.QXmlSimpleReader.contentHandler": (),
15318    "PySide2.QtXml.QXmlSimpleReader.declHandler": (),
15319    "PySide2.QtXml.QXmlSimpleReader.entityResolver": (),
15320    "PySide2.QtXml.QXmlSimpleReader.errorHandler": (),
15321    "PySide2.QtXml.QXmlSimpleReader.feature": ('str',),
15322    "PySide2.QtXml.QXmlSimpleReader.hasFeature": ('str',),
15323    "PySide2.QtXml.QXmlSimpleReader.hasProperty": ('str',),
15324    "PySide2.QtXml.QXmlSimpleReader.lexicalHandler": (),
15325    "PySide2.QtXml.QXmlSimpleReader.parse": [('PySide2.QtXml.QXmlInputSource',), ('PySide2.QtXml.QXmlInputSource', 'bool')],
15326    "PySide2.QtXml.QXmlSimpleReader.parseContinue": (),
15327    "PySide2.QtXml.QXmlSimpleReader.property": ('str',),
15328    "PySide2.QtXml.QXmlSimpleReader.setContentHandler": ('PySide2.QtXml.QXmlContentHandler',),
15329    "PySide2.QtXml.QXmlSimpleReader.setDTDHandler": ('PySide2.QtXml.QXmlDTDHandler',),
15330    "PySide2.QtXml.QXmlSimpleReader.setDeclHandler": ('PySide2.QtXml.QXmlDeclHandler',),
15331    "PySide2.QtXml.QXmlSimpleReader.setEntityResolver": ('PySide2.QtXml.QXmlEntityResolver',),
15332    "PySide2.QtXml.QXmlSimpleReader.setErrorHandler": ('PySide2.QtXml.QXmlErrorHandler',),
15333    "PySide2.QtXml.QXmlSimpleReader.setFeature": ('str', 'bool'),
15334    "PySide2.QtXml.QXmlSimpleReader.setLexicalHandler": ('PySide2.QtXml.QXmlLexicalHandler',),
15335    "PySide2.QtXml.QXmlSimpleReader.setProperty": ('str', 'int'),
15336    }) if "PySide2.QtXml" in sys.modules else None
15337# Module PySide2.QtXmlPatterns
15338sig_dict.update({
15339# class PySide2.QtXmlPatterns.QAbstractMessageHandler:
15340    "PySide2.QtXmlPatterns.QAbstractMessageHandler.__init__": ('PySide2.QtCore.QObject',),
15341    "PySide2.QtXmlPatterns.QAbstractMessageHandler.handleMessage": ('PySide2.QtCore.QtMsgType', 'str', 'PySide2.QtCore.QUrl', 'PySide2.QtXmlPatterns.QSourceLocation'),
15342    "PySide2.QtXmlPatterns.QAbstractMessageHandler.message": ('PySide2.QtCore.QtMsgType', 'str', 'PySide2.QtCore.QUrl', 'PySide2.QtXmlPatterns.QSourceLocation'),
15343# class PySide2.QtXmlPatterns.QAbstractUriResolver:
15344    "PySide2.QtXmlPatterns.QAbstractUriResolver.__init__": ('PySide2.QtCore.QObject',),
15345    "PySide2.QtXmlPatterns.QAbstractUriResolver.resolve": ('PySide2.QtCore.QUrl', 'PySide2.QtCore.QUrl'),
15346# class PySide2.QtXmlPatterns.QAbstractXmlNodeModel:
15347# class PySide2.QtXmlPatterns.QAbstractXmlNodeModel.NodeCopySetting:
15348# class PySide2.QtXmlPatterns.QAbstractXmlNodeModel.SimpleAxis:
15349    "PySide2.QtXmlPatterns.QAbstractXmlNodeModel.__init__": (),
15350    "PySide2.QtXmlPatterns.QAbstractXmlNodeModel.attributes": ('PySide2.QtXmlPatterns.QXmlNodeModelIndex',),
15351    "PySide2.QtXmlPatterns.QAbstractXmlNodeModel.baseUri": ('PySide2.QtXmlPatterns.QXmlNodeModelIndex',),
15352    "PySide2.QtXmlPatterns.QAbstractXmlNodeModel.compareOrder": ('PySide2.QtXmlPatterns.QXmlNodeModelIndex', 'PySide2.QtXmlPatterns.QXmlNodeModelIndex'),
15353    "PySide2.QtXmlPatterns.QAbstractXmlNodeModel.createIndex": [('int',), ('int', 'int')],
15354    "PySide2.QtXmlPatterns.QAbstractXmlNodeModel.documentUri": ('PySide2.QtXmlPatterns.QXmlNodeModelIndex',),
15355    "PySide2.QtXmlPatterns.QAbstractXmlNodeModel.elementById": ('PySide2.QtXmlPatterns.QXmlName',),
15356    "PySide2.QtXmlPatterns.QAbstractXmlNodeModel.isDeepEqual": ('PySide2.QtXmlPatterns.QXmlNodeModelIndex', 'PySide2.QtXmlPatterns.QXmlNodeModelIndex'),
15357    "PySide2.QtXmlPatterns.QAbstractXmlNodeModel.kind": ('PySide2.QtXmlPatterns.QXmlNodeModelIndex',),
15358    "PySide2.QtXmlPatterns.QAbstractXmlNodeModel.name": ('PySide2.QtXmlPatterns.QXmlNodeModelIndex',),
15359    "PySide2.QtXmlPatterns.QAbstractXmlNodeModel.namespaceBindings": ('PySide2.QtXmlPatterns.QXmlNodeModelIndex',),
15360    "PySide2.QtXmlPatterns.QAbstractXmlNodeModel.namespaceForPrefix": ('PySide2.QtXmlPatterns.QXmlNodeModelIndex', 'Missing("PySide2.QtXmlPatterns.QXmlName.PrefixCode")'),
15361    "PySide2.QtXmlPatterns.QAbstractXmlNodeModel.nextFromSimpleAxis": ('PySide2.QtXmlPatterns.QAbstractXmlNodeModel.SimpleAxis', 'PySide2.QtXmlPatterns.QXmlNodeModelIndex'),
15362    "PySide2.QtXmlPatterns.QAbstractXmlNodeModel.nodesByIdref": ('PySide2.QtXmlPatterns.QXmlName',),
15363    "PySide2.QtXmlPatterns.QAbstractXmlNodeModel.root": ('PySide2.QtXmlPatterns.QXmlNodeModelIndex',),
15364    "PySide2.QtXmlPatterns.QAbstractXmlNodeModel.sendNamespaces": ('PySide2.QtXmlPatterns.QXmlNodeModelIndex', 'PySide2.QtXmlPatterns.QAbstractXmlReceiver'),
15365    "PySide2.QtXmlPatterns.QAbstractXmlNodeModel.sourceLocation": ('PySide2.QtXmlPatterns.QXmlNodeModelIndex',),
15366    "PySide2.QtXmlPatterns.QAbstractXmlNodeModel.stringValue": ('PySide2.QtXmlPatterns.QXmlNodeModelIndex',),
15367    "PySide2.QtXmlPatterns.QAbstractXmlNodeModel.typedValue": ('PySide2.QtXmlPatterns.QXmlNodeModelIndex',),
15368# class PySide2.QtXmlPatterns.QAbstractXmlReceiver:
15369    "PySide2.QtXmlPatterns.QAbstractXmlReceiver.__init__": (),
15370    "PySide2.QtXmlPatterns.QAbstractXmlReceiver.atomicValue": ('typing.Any',),
15371    "PySide2.QtXmlPatterns.QAbstractXmlReceiver.attribute": ('PySide2.QtXmlPatterns.QXmlName', 'str'),
15372    "PySide2.QtXmlPatterns.QAbstractXmlReceiver.characters": ('str',),
15373    "PySide2.QtXmlPatterns.QAbstractXmlReceiver.comment": ('str',),
15374    "PySide2.QtXmlPatterns.QAbstractXmlReceiver.endDocument": (),
15375    "PySide2.QtXmlPatterns.QAbstractXmlReceiver.endElement": (),
15376    "PySide2.QtXmlPatterns.QAbstractXmlReceiver.endOfSequence": (),
15377    "PySide2.QtXmlPatterns.QAbstractXmlReceiver.namespaceBinding": ('PySide2.QtXmlPatterns.QXmlName',),
15378    "PySide2.QtXmlPatterns.QAbstractXmlReceiver.processingInstruction": ('PySide2.QtXmlPatterns.QXmlName', 'str'),
15379    "PySide2.QtXmlPatterns.QAbstractXmlReceiver.startDocument": (),
15380    "PySide2.QtXmlPatterns.QAbstractXmlReceiver.startElement": ('PySide2.QtXmlPatterns.QXmlName',),
15381    "PySide2.QtXmlPatterns.QAbstractXmlReceiver.startOfSequence": (),
15382    "PySide2.QtXmlPatterns.QAbstractXmlReceiver.whitespaceOnly": ('str',),
15383# class PySide2.QtXmlPatterns.QSourceLocation:
15384    "PySide2.QtXmlPatterns.QSourceLocation.__init__": [(), ('PySide2.QtCore.QUrl', 'int', 'int'), ('PySide2.QtXmlPatterns.QSourceLocation',)],
15385    "PySide2.QtXmlPatterns.QSourceLocation.__copy__": (),
15386    "PySide2.QtXmlPatterns.QSourceLocation.column": (),
15387    "PySide2.QtXmlPatterns.QSourceLocation.isNull": (),
15388    "PySide2.QtXmlPatterns.QSourceLocation.line": (),
15389    "PySide2.QtXmlPatterns.QSourceLocation.setColumn": ('int',),
15390    "PySide2.QtXmlPatterns.QSourceLocation.setLine": ('int',),
15391    "PySide2.QtXmlPatterns.QSourceLocation.setUri": ('PySide2.QtCore.QUrl',),
15392    "PySide2.QtXmlPatterns.QSourceLocation.uri": (),
15393# class PySide2.QtXmlPatterns.QXmlFormatter:
15394    "PySide2.QtXmlPatterns.QXmlFormatter.__init__": ('PySide2.QtXmlPatterns.QXmlQuery', 'PySide2.QtCore.QIODevice'),
15395    "PySide2.QtXmlPatterns.QXmlFormatter.atomicValue": ('typing.Any',),
15396    "PySide2.QtXmlPatterns.QXmlFormatter.attribute": ('PySide2.QtXmlPatterns.QXmlName', 'str'),
15397    "PySide2.QtXmlPatterns.QXmlFormatter.characters": ('str',),
15398    "PySide2.QtXmlPatterns.QXmlFormatter.comment": ('str',),
15399    "PySide2.QtXmlPatterns.QXmlFormatter.endDocument": (),
15400    "PySide2.QtXmlPatterns.QXmlFormatter.endElement": (),
15401    "PySide2.QtXmlPatterns.QXmlFormatter.endOfSequence": (),
15402    "PySide2.QtXmlPatterns.QXmlFormatter.indentationDepth": (),
15403    "PySide2.QtXmlPatterns.QXmlFormatter.processingInstruction": ('PySide2.QtXmlPatterns.QXmlName', 'str'),
15404    "PySide2.QtXmlPatterns.QXmlFormatter.setIndentationDepth": ('int',),
15405    "PySide2.QtXmlPatterns.QXmlFormatter.startDocument": (),
15406    "PySide2.QtXmlPatterns.QXmlFormatter.startElement": ('PySide2.QtXmlPatterns.QXmlName',),
15407    "PySide2.QtXmlPatterns.QXmlFormatter.startOfSequence": (),
15408# class PySide2.QtXmlPatterns.QXmlItem:
15409    "PySide2.QtXmlPatterns.QXmlItem.__init__": [(), ('PySide2.QtXmlPatterns.QXmlItem',), ('PySide2.QtXmlPatterns.QXmlNodeModelIndex',), ('typing.Any',)],
15410    "PySide2.QtXmlPatterns.QXmlItem.__copy__": (),
15411    "PySide2.QtXmlPatterns.QXmlItem.isAtomicValue": (),
15412    "PySide2.QtXmlPatterns.QXmlItem.isNode": (),
15413    "PySide2.QtXmlPatterns.QXmlItem.isNull": (),
15414    "PySide2.QtXmlPatterns.QXmlItem.toAtomicValue": (),
15415    "PySide2.QtXmlPatterns.QXmlItem.toNodeModelIndex": (),
15416# class PySide2.QtXmlPatterns.QXmlName:
15417    "PySide2.QtXmlPatterns.QXmlName.__init__": [(), ('PySide2.QtXmlPatterns.QXmlName',), ('PySide2.QtXmlPatterns.QXmlNamePool', 'str', 'str', 'str')],
15418    "PySide2.QtXmlPatterns.QXmlName.__copy__": (),
15419    "PySide2.QtXmlPatterns.QXmlName.fromClarkName": ('str', 'PySide2.QtXmlPatterns.QXmlNamePool'),
15420    "PySide2.QtXmlPatterns.QXmlName.isNCName": ('str',),
15421    "PySide2.QtXmlPatterns.QXmlName.isNull": (),
15422    "PySide2.QtXmlPatterns.QXmlName.localName": ('PySide2.QtXmlPatterns.QXmlNamePool',),
15423    "PySide2.QtXmlPatterns.QXmlName.namespaceUri": ('PySide2.QtXmlPatterns.QXmlNamePool',),
15424    "PySide2.QtXmlPatterns.QXmlName.prefix": ('PySide2.QtXmlPatterns.QXmlNamePool',),
15425    "PySide2.QtXmlPatterns.QXmlName.toClarkName": ('PySide2.QtXmlPatterns.QXmlNamePool',),
15426# class PySide2.QtXmlPatterns.QXmlNamePool:
15427    "PySide2.QtXmlPatterns.QXmlNamePool.__init__": [(), ('PySide2.QtXmlPatterns.QXmlNamePool',)],
15428    "PySide2.QtXmlPatterns.QXmlNamePool.__copy__": (),
15429# class PySide2.QtXmlPatterns.QXmlNodeModelIndex:
15430# class PySide2.QtXmlPatterns.QXmlNodeModelIndex.DocumentOrder:
15431# class PySide2.QtXmlPatterns.QXmlNodeModelIndex.NodeKind:
15432    "PySide2.QtXmlPatterns.QXmlNodeModelIndex.__init__": [(), ('PySide2.QtXmlPatterns.QXmlNodeModelIndex',)],
15433    "PySide2.QtXmlPatterns.QXmlNodeModelIndex.__copy__": (),
15434    "PySide2.QtXmlPatterns.QXmlNodeModelIndex.additionalData": (),
15435    "PySide2.QtXmlPatterns.QXmlNodeModelIndex.data": (),
15436    "PySide2.QtXmlPatterns.QXmlNodeModelIndex.internalPointer": (),
15437    "PySide2.QtXmlPatterns.QXmlNodeModelIndex.isNull": (),
15438    "PySide2.QtXmlPatterns.QXmlNodeModelIndex.model": (),
15439# class PySide2.QtXmlPatterns.QXmlQuery:
15440# class PySide2.QtXmlPatterns.QXmlQuery.QueryLanguage:
15441    "PySide2.QtXmlPatterns.QXmlQuery.__init__": [(), ('PySide2.QtXmlPatterns.QXmlNamePool',), ('PySide2.QtXmlPatterns.QXmlQuery',), ('PySide2.QtXmlPatterns.QXmlQuery.QueryLanguage', 'PySide2.QtXmlPatterns.QXmlNamePool')],
15442    "PySide2.QtXmlPatterns.QXmlQuery.__copy__": (),
15443    "PySide2.QtXmlPatterns.QXmlQuery.bindVariable": [('PySide2.QtXmlPatterns.QXmlName', 'PySide2.QtCore.QIODevice'), ('PySide2.QtXmlPatterns.QXmlName', 'PySide2.QtXmlPatterns.QXmlItem'), ('PySide2.QtXmlPatterns.QXmlName', 'PySide2.QtXmlPatterns.QXmlQuery'), ('str', 'PySide2.QtCore.QIODevice'), ('str', 'PySide2.QtXmlPatterns.QXmlItem'), ('str', 'PySide2.QtXmlPatterns.QXmlQuery')],
15444    "PySide2.QtXmlPatterns.QXmlQuery.evaluateTo": [('PySide2.QtCore.QIODevice',), ('PySide2.QtXmlPatterns.QAbstractXmlReceiver',), ('PySide2.QtXmlPatterns.QXmlResultItems',)],
15445    "PySide2.QtXmlPatterns.QXmlQuery.initialTemplateName": (),
15446    "PySide2.QtXmlPatterns.QXmlQuery.isValid": (),
15447    "PySide2.QtXmlPatterns.QXmlQuery.messageHandler": (),
15448    "PySide2.QtXmlPatterns.QXmlQuery.namePool": (),
15449    "PySide2.QtXmlPatterns.QXmlQuery.queryLanguage": (),
15450    "PySide2.QtXmlPatterns.QXmlQuery.setFocus": [('PySide2.QtCore.QIODevice',), ('PySide2.QtCore.QUrl',), ('PySide2.QtXmlPatterns.QXmlItem',), ('str',)],
15451    "PySide2.QtXmlPatterns.QXmlQuery.setInitialTemplateName": [('PySide2.QtXmlPatterns.QXmlName',), ('str',)],
15452    "PySide2.QtXmlPatterns.QXmlQuery.setMessageHandler": ('PySide2.QtXmlPatterns.QAbstractMessageHandler',),
15453    "PySide2.QtXmlPatterns.QXmlQuery.setQuery": [('PySide2.QtCore.QIODevice', 'PySide2.QtCore.QUrl'), ('PySide2.QtCore.QUrl', 'PySide2.QtCore.QUrl'), ('str', 'PySide2.QtCore.QUrl')],
15454    "PySide2.QtXmlPatterns.QXmlQuery.setUriResolver": ('PySide2.QtXmlPatterns.QAbstractUriResolver',),
15455    "PySide2.QtXmlPatterns.QXmlQuery.uriResolver": (),
15456# class PySide2.QtXmlPatterns.QXmlResultItems:
15457    "PySide2.QtXmlPatterns.QXmlResultItems.__init__": (),
15458    "PySide2.QtXmlPatterns.QXmlResultItems.current": (),
15459    "PySide2.QtXmlPatterns.QXmlResultItems.hasError": (),
15460# class PySide2.QtXmlPatterns.QXmlSchema:
15461    "PySide2.QtXmlPatterns.QXmlSchema.__init__": [(), ('PySide2.QtXmlPatterns.QXmlSchema',)],
15462    "PySide2.QtXmlPatterns.QXmlSchema.documentUri": (),
15463    "PySide2.QtXmlPatterns.QXmlSchema.isValid": (),
15464    "PySide2.QtXmlPatterns.QXmlSchema.load": [('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QUrl'), ('PySide2.QtCore.QIODevice', 'PySide2.QtCore.QUrl'), ('PySide2.QtCore.QUrl',)],
15465    "PySide2.QtXmlPatterns.QXmlSchema.messageHandler": (),
15466    "PySide2.QtXmlPatterns.QXmlSchema.namePool": (),
15467    "PySide2.QtXmlPatterns.QXmlSchema.setMessageHandler": ('PySide2.QtXmlPatterns.QAbstractMessageHandler',),
15468    "PySide2.QtXmlPatterns.QXmlSchema.setUriResolver": ('PySide2.QtXmlPatterns.QAbstractUriResolver',),
15469    "PySide2.QtXmlPatterns.QXmlSchema.uriResolver": (),
15470# class PySide2.QtXmlPatterns.QXmlSchemaValidator:
15471    "PySide2.QtXmlPatterns.QXmlSchemaValidator.__init__": [(), ('PySide2.QtXmlPatterns.QXmlSchema',)],
15472    "PySide2.QtXmlPatterns.QXmlSchemaValidator.messageHandler": (),
15473    "PySide2.QtXmlPatterns.QXmlSchemaValidator.namePool": (),
15474    "PySide2.QtXmlPatterns.QXmlSchemaValidator.schema": (),
15475    "PySide2.QtXmlPatterns.QXmlSchemaValidator.setMessageHandler": ('PySide2.QtXmlPatterns.QAbstractMessageHandler',),
15476    "PySide2.QtXmlPatterns.QXmlSchemaValidator.setSchema": ('PySide2.QtXmlPatterns.QXmlSchema',),
15477    "PySide2.QtXmlPatterns.QXmlSchemaValidator.setUriResolver": ('PySide2.QtXmlPatterns.QAbstractUriResolver',),
15478    "PySide2.QtXmlPatterns.QXmlSchemaValidator.uriResolver": (),
15479    "PySide2.QtXmlPatterns.QXmlSchemaValidator.validate": [('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QUrl'), ('PySide2.QtCore.QIODevice', 'PySide2.QtCore.QUrl'), ('PySide2.QtCore.QUrl',)],
15480# class PySide2.QtXmlPatterns.QXmlSerializer:
15481    "PySide2.QtXmlPatterns.QXmlSerializer.__init__": ('PySide2.QtXmlPatterns.QXmlQuery', 'PySide2.QtCore.QIODevice'),
15482    "PySide2.QtXmlPatterns.QXmlSerializer.atomicValue": ('typing.Any',),
15483    "PySide2.QtXmlPatterns.QXmlSerializer.attribute": ('PySide2.QtXmlPatterns.QXmlName', 'str'),
15484    "PySide2.QtXmlPatterns.QXmlSerializer.characters": ('str',),
15485    "PySide2.QtXmlPatterns.QXmlSerializer.codec": (),
15486    "PySide2.QtXmlPatterns.QXmlSerializer.comment": ('str',),
15487    "PySide2.QtXmlPatterns.QXmlSerializer.endDocument": (),
15488    "PySide2.QtXmlPatterns.QXmlSerializer.endElement": (),
15489    "PySide2.QtXmlPatterns.QXmlSerializer.endOfSequence": (),
15490    "PySide2.QtXmlPatterns.QXmlSerializer.namespaceBinding": ('PySide2.QtXmlPatterns.QXmlName',),
15491    "PySide2.QtXmlPatterns.QXmlSerializer.outputDevice": (),
15492    "PySide2.QtXmlPatterns.QXmlSerializer.processingInstruction": ('PySide2.QtXmlPatterns.QXmlName', 'str'),
15493    "PySide2.QtXmlPatterns.QXmlSerializer.setCodec": ('PySide2.QtCore.QTextCodec',),
15494    "PySide2.QtXmlPatterns.QXmlSerializer.startDocument": (),
15495    "PySide2.QtXmlPatterns.QXmlSerializer.startElement": ('PySide2.QtXmlPatterns.QXmlName',),
15496    "PySide2.QtXmlPatterns.QXmlSerializer.startOfSequence": (),
15497    }) if "PySide2.QtXmlPatterns" in sys.modules else None
15498# Module PySide2.QtHelp
15499sig_dict.update({
15500# class PySide2.QtHelp.QCompressedHelpInfo:
15501    "PySide2.QtHelp.QCompressedHelpInfo.__init__": [(), ('PySide2.QtHelp.QCompressedHelpInfo',)],
15502    "PySide2.QtHelp.QCompressedHelpInfo.__copy__": (),
15503    "PySide2.QtHelp.QCompressedHelpInfo.component": (),
15504    "PySide2.QtHelp.QCompressedHelpInfo.fromCompressedHelpFile": ('str',),
15505    "PySide2.QtHelp.QCompressedHelpInfo.namespaceName": (),
15506    "PySide2.QtHelp.QCompressedHelpInfo.swap": ('PySide2.QtHelp.QCompressedHelpInfo',),
15507    "PySide2.QtHelp.QCompressedHelpInfo.version": (),
15508# class PySide2.QtHelp.QHelpContentItem:
15509    "PySide2.QtHelp.QHelpContentItem.__copy__": (),
15510    "PySide2.QtHelp.QHelpContentItem.child": ('int',),
15511    "PySide2.QtHelp.QHelpContentItem.childCount": (),
15512    "PySide2.QtHelp.QHelpContentItem.childPosition": ('PySide2.QtHelp.QHelpContentItem',),
15513    "PySide2.QtHelp.QHelpContentItem.parent": (),
15514    "PySide2.QtHelp.QHelpContentItem.row": (),
15515    "PySide2.QtHelp.QHelpContentItem.title": (),
15516    "PySide2.QtHelp.QHelpContentItem.url": (),
15517# class PySide2.QtHelp.QHelpContentModel:
15518    "PySide2.QtHelp.QHelpContentModel.columnCount": ('PySide2.QtCore.QModelIndex',),
15519    "PySide2.QtHelp.QHelpContentModel.contentItemAt": ('PySide2.QtCore.QModelIndex',),
15520    "PySide2.QtHelp.QHelpContentModel.createContents": ('str',),
15521    "PySide2.QtHelp.QHelpContentModel.data": ('PySide2.QtCore.QModelIndex', 'int'),
15522    "PySide2.QtHelp.QHelpContentModel.index": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
15523    "PySide2.QtHelp.QHelpContentModel.isCreatingContents": (),
15524    "PySide2.QtHelp.QHelpContentModel.parent": [(), ('PySide2.QtCore.QModelIndex',)],
15525    "PySide2.QtHelp.QHelpContentModel.rowCount": ('PySide2.QtCore.QModelIndex',),
15526# class PySide2.QtHelp.QHelpContentWidget:
15527    "PySide2.QtHelp.QHelpContentWidget.indexOf": ('PySide2.QtCore.QUrl',),
15528# class PySide2.QtHelp.QHelpEngine:
15529    "PySide2.QtHelp.QHelpEngine.__init__": ('str', 'PySide2.QtCore.QObject'),
15530    "PySide2.QtHelp.QHelpEngine.contentModel": (),
15531    "PySide2.QtHelp.QHelpEngine.contentWidget": (),
15532    "PySide2.QtHelp.QHelpEngine.indexModel": (),
15533    "PySide2.QtHelp.QHelpEngine.indexWidget": (),
15534    "PySide2.QtHelp.QHelpEngine.searchEngine": (),
15535# class PySide2.QtHelp.QHelpEngineCore:
15536    "PySide2.QtHelp.QHelpEngineCore.__init__": ('str', 'PySide2.QtCore.QObject'),
15537    "PySide2.QtHelp.QHelpEngineCore.addCustomFilter": ('str', 'typing.Sequence[str]'),
15538    "PySide2.QtHelp.QHelpEngineCore.autoSaveFilter": (),
15539    "PySide2.QtHelp.QHelpEngineCore.collectionFile": (),
15540    "PySide2.QtHelp.QHelpEngineCore.copyCollectionFile": ('str',),
15541    "PySide2.QtHelp.QHelpEngineCore.currentFilter": (),
15542    "PySide2.QtHelp.QHelpEngineCore.customFilters": (),
15543    "PySide2.QtHelp.QHelpEngineCore.customValue": ('str', 'typing.Any'),
15544    "PySide2.QtHelp.QHelpEngineCore.documentationFileName": ('str',),
15545    "PySide2.QtHelp.QHelpEngineCore.error": (),
15546    "PySide2.QtHelp.QHelpEngineCore.fileData": ('PySide2.QtCore.QUrl',),
15547    "PySide2.QtHelp.QHelpEngineCore.files": [('str', 'str', 'str'), ('str', 'typing.Sequence[str]', 'str')],
15548    "PySide2.QtHelp.QHelpEngineCore.filterAttributeSets": ('str',),
15549    "PySide2.QtHelp.QHelpEngineCore.filterAttributes": [(), ('str',)],
15550    "PySide2.QtHelp.QHelpEngineCore.filterEngine": (),
15551    "PySide2.QtHelp.QHelpEngineCore.findFile": ('PySide2.QtCore.QUrl',),
15552    "PySide2.QtHelp.QHelpEngineCore.linksForIdentifier": ('str',),
15553    "PySide2.QtHelp.QHelpEngineCore.linksForKeyword": ('str',),
15554    "PySide2.QtHelp.QHelpEngineCore.metaData": ('str', 'str'),
15555    "PySide2.QtHelp.QHelpEngineCore.namespaceName": ('str',),
15556    "PySide2.QtHelp.QHelpEngineCore.registerDocumentation": ('str',),
15557    "PySide2.QtHelp.QHelpEngineCore.registeredDocumentations": (),
15558    "PySide2.QtHelp.QHelpEngineCore.removeCustomFilter": ('str',),
15559    "PySide2.QtHelp.QHelpEngineCore.removeCustomValue": ('str',),
15560    "PySide2.QtHelp.QHelpEngineCore.setAutoSaveFilter": ('bool',),
15561    "PySide2.QtHelp.QHelpEngineCore.setCollectionFile": ('str',),
15562    "PySide2.QtHelp.QHelpEngineCore.setCurrentFilter": ('str',),
15563    "PySide2.QtHelp.QHelpEngineCore.setCustomValue": ('str', 'typing.Any'),
15564    "PySide2.QtHelp.QHelpEngineCore.setUsesFilterEngine": ('bool',),
15565    "PySide2.QtHelp.QHelpEngineCore.setupData": (),
15566    "PySide2.QtHelp.QHelpEngineCore.unregisterDocumentation": ('str',),
15567    "PySide2.QtHelp.QHelpEngineCore.usesFilterEngine": (),
15568# class PySide2.QtHelp.QHelpFilterData:
15569    "PySide2.QtHelp.QHelpFilterData.__init__": [(), ('PySide2.QtHelp.QHelpFilterData',)],
15570    "PySide2.QtHelp.QHelpFilterData.__copy__": (),
15571    "PySide2.QtHelp.QHelpFilterData.components": (),
15572    "PySide2.QtHelp.QHelpFilterData.setComponents": ('typing.Sequence[str]',),
15573    "PySide2.QtHelp.QHelpFilterData.setVersions": ('typing.Sequence[PySide2.QtCore.QVersionNumber]',),
15574    "PySide2.QtHelp.QHelpFilterData.swap": ('PySide2.QtHelp.QHelpFilterData',),
15575    "PySide2.QtHelp.QHelpFilterData.versions": (),
15576# class PySide2.QtHelp.QHelpFilterEngine:
15577    "PySide2.QtHelp.QHelpFilterEngine.__init__": ('PySide2.QtHelp.QHelpEngineCore',),
15578    "PySide2.QtHelp.QHelpFilterEngine.activeFilter": (),
15579    "PySide2.QtHelp.QHelpFilterEngine.availableComponents": (),
15580    "PySide2.QtHelp.QHelpFilterEngine.filterData": ('str',),
15581    "PySide2.QtHelp.QHelpFilterEngine.filters": (),
15582    "PySide2.QtHelp.QHelpFilterEngine.namespaceToComponent": (),
15583    "PySide2.QtHelp.QHelpFilterEngine.namespaceToVersion": (),
15584    "PySide2.QtHelp.QHelpFilterEngine.namespacesForFilter": ('str',),
15585    "PySide2.QtHelp.QHelpFilterEngine.removeFilter": ('str',),
15586    "PySide2.QtHelp.QHelpFilterEngine.setActiveFilter": ('str',),
15587    "PySide2.QtHelp.QHelpFilterEngine.setFilterData": ('str', 'PySide2.QtHelp.QHelpFilterData'),
15588# class PySide2.QtHelp.QHelpIndexModel:
15589    "PySide2.QtHelp.QHelpIndexModel.createIndex": [('int', 'int', 'int'), ('int', 'int', 'object'), ('str',)],
15590    "PySide2.QtHelp.QHelpIndexModel.filter": ('str', 'str'),
15591    "PySide2.QtHelp.QHelpIndexModel.isCreatingIndex": (),
15592    "PySide2.QtHelp.QHelpIndexModel.linksForKeyword": ('str',),
15593# class PySide2.QtHelp.QHelpIndexWidget:
15594    "PySide2.QtHelp.QHelpIndexWidget.activateCurrentItem": (),
15595    "PySide2.QtHelp.QHelpIndexWidget.filterIndices": ('str', 'str'),
15596# class PySide2.QtHelp.QHelpSearchEngine:
15597    "PySide2.QtHelp.QHelpSearchEngine.__init__": ('PySide2.QtHelp.QHelpEngineCore', 'PySide2.QtCore.QObject'),
15598    "PySide2.QtHelp.QHelpSearchEngine.cancelIndexing": (),
15599    "PySide2.QtHelp.QHelpSearchEngine.cancelSearching": (),
15600    "PySide2.QtHelp.QHelpSearchEngine.hitCount": (),
15601    "PySide2.QtHelp.QHelpSearchEngine.hits": ('int', 'int'),
15602    "PySide2.QtHelp.QHelpSearchEngine.hitsCount": (),
15603    "PySide2.QtHelp.QHelpSearchEngine.query": (),
15604    "PySide2.QtHelp.QHelpSearchEngine.queryWidget": (),
15605    "PySide2.QtHelp.QHelpSearchEngine.reindexDocumentation": (),
15606    "PySide2.QtHelp.QHelpSearchEngine.resultWidget": (),
15607    "PySide2.QtHelp.QHelpSearchEngine.scheduleIndexDocumentation": (),
15608    "PySide2.QtHelp.QHelpSearchEngine.search": [('str',), ('typing.Sequence[PySide2.QtHelp.QHelpSearchQuery]',)],
15609    "PySide2.QtHelp.QHelpSearchEngine.searchInput": (),
15610    "PySide2.QtHelp.QHelpSearchEngine.searchResultCount": (),
15611    "PySide2.QtHelp.QHelpSearchEngine.searchResults": ('int', 'int'),
15612# class PySide2.QtHelp.QHelpSearchQuery:
15613# class PySide2.QtHelp.QHelpSearchQuery.FieldName:
15614    "PySide2.QtHelp.QHelpSearchQuery.__init__": [(), ('PySide2.QtHelp.QHelpSearchQuery',), ('PySide2.QtHelp.QHelpSearchQuery.FieldName', 'typing.Sequence[str]')],
15615    "PySide2.QtHelp.QHelpSearchQuery.__copy__": (),
15616# class PySide2.QtHelp.QHelpSearchQueryWidget:
15617    "PySide2.QtHelp.QHelpSearchQueryWidget.__init__": ('PySide2.QtWidgets.QWidget',),
15618    "PySide2.QtHelp.QHelpSearchQueryWidget.changeEvent": ('PySide2.QtCore.QEvent',),
15619    "PySide2.QtHelp.QHelpSearchQueryWidget.collapseExtendedSearch": (),
15620    "PySide2.QtHelp.QHelpSearchQueryWidget.expandExtendedSearch": (),
15621    "PySide2.QtHelp.QHelpSearchQueryWidget.focusInEvent": ('PySide2.QtGui.QFocusEvent',),
15622    "PySide2.QtHelp.QHelpSearchQueryWidget.isCompactMode": (),
15623    "PySide2.QtHelp.QHelpSearchQueryWidget.query": (),
15624    "PySide2.QtHelp.QHelpSearchQueryWidget.searchInput": (),
15625    "PySide2.QtHelp.QHelpSearchQueryWidget.setCompactMode": ('bool',),
15626    "PySide2.QtHelp.QHelpSearchQueryWidget.setQuery": ('typing.Sequence[PySide2.QtHelp.QHelpSearchQuery]',),
15627    "PySide2.QtHelp.QHelpSearchQueryWidget.setSearchInput": ('str',),
15628# class PySide2.QtHelp.QHelpSearchResult:
15629    "PySide2.QtHelp.QHelpSearchResult.__init__": [(), ('PySide2.QtCore.QUrl', 'str', 'str'), ('PySide2.QtHelp.QHelpSearchResult',)],
15630    "PySide2.QtHelp.QHelpSearchResult.snippet": (),
15631    "PySide2.QtHelp.QHelpSearchResult.title": (),
15632    "PySide2.QtHelp.QHelpSearchResult.url": (),
15633# class PySide2.QtHelp.QHelpSearchResultWidget:
15634    "PySide2.QtHelp.QHelpSearchResultWidget.changeEvent": ('PySide2.QtCore.QEvent',),
15635    "PySide2.QtHelp.QHelpSearchResultWidget.linkAt": ('PySide2.QtCore.QPoint',),
15636    }) if "PySide2.QtHelp" in sys.modules else None
15637# Module PySide2.QtMultimedia
15638sig_dict.update({
15639# class PySide2.QtMultimedia.QAbstractAudioDeviceInfo:
15640    "PySide2.QtMultimedia.QAbstractAudioDeviceInfo.__init__": (),
15641    "PySide2.QtMultimedia.QAbstractAudioDeviceInfo.deviceName": (),
15642    "PySide2.QtMultimedia.QAbstractAudioDeviceInfo.isFormatSupported": ('PySide2.QtMultimedia.QAudioFormat',),
15643    "PySide2.QtMultimedia.QAbstractAudioDeviceInfo.preferredFormat": (),
15644    "PySide2.QtMultimedia.QAbstractAudioDeviceInfo.supportedByteOrders": (),
15645    "PySide2.QtMultimedia.QAbstractAudioDeviceInfo.supportedChannelCounts": (),
15646    "PySide2.QtMultimedia.QAbstractAudioDeviceInfo.supportedCodecs": (),
15647    "PySide2.QtMultimedia.QAbstractAudioDeviceInfo.supportedSampleRates": (),
15648    "PySide2.QtMultimedia.QAbstractAudioDeviceInfo.supportedSampleSizes": (),
15649    "PySide2.QtMultimedia.QAbstractAudioDeviceInfo.supportedSampleTypes": (),
15650# class PySide2.QtMultimedia.QAbstractAudioInput:
15651    "PySide2.QtMultimedia.QAbstractAudioInput.__init__": (),
15652    "PySide2.QtMultimedia.QAbstractAudioInput.bufferSize": (),
15653    "PySide2.QtMultimedia.QAbstractAudioInput.bytesReady": (),
15654    "PySide2.QtMultimedia.QAbstractAudioInput.elapsedUSecs": (),
15655    "PySide2.QtMultimedia.QAbstractAudioInput.error": (),
15656    "PySide2.QtMultimedia.QAbstractAudioInput.format": (),
15657    "PySide2.QtMultimedia.QAbstractAudioInput.notifyInterval": (),
15658    "PySide2.QtMultimedia.QAbstractAudioInput.periodSize": (),
15659    "PySide2.QtMultimedia.QAbstractAudioInput.processedUSecs": (),
15660    "PySide2.QtMultimedia.QAbstractAudioInput.reset": (),
15661    "PySide2.QtMultimedia.QAbstractAudioInput.resume": (),
15662    "PySide2.QtMultimedia.QAbstractAudioInput.setBufferSize": ('int',),
15663    "PySide2.QtMultimedia.QAbstractAudioInput.setFormat": ('PySide2.QtMultimedia.QAudioFormat',),
15664    "PySide2.QtMultimedia.QAbstractAudioInput.setNotifyInterval": ('int',),
15665    "PySide2.QtMultimedia.QAbstractAudioInput.setVolume": ('float',),
15666    "PySide2.QtMultimedia.QAbstractAudioInput.start": [(), ('PySide2.QtCore.QIODevice',)],
15667    "PySide2.QtMultimedia.QAbstractAudioInput.state": (),
15668    "PySide2.QtMultimedia.QAbstractAudioInput.stop": (),
15669    "PySide2.QtMultimedia.QAbstractAudioInput.suspend": (),
15670    "PySide2.QtMultimedia.QAbstractAudioInput.volume": (),
15671# class PySide2.QtMultimedia.QAbstractAudioOutput:
15672    "PySide2.QtMultimedia.QAbstractAudioOutput.__init__": (),
15673    "PySide2.QtMultimedia.QAbstractAudioOutput.bufferSize": (),
15674    "PySide2.QtMultimedia.QAbstractAudioOutput.bytesFree": (),
15675    "PySide2.QtMultimedia.QAbstractAudioOutput.category": (),
15676    "PySide2.QtMultimedia.QAbstractAudioOutput.elapsedUSecs": (),
15677    "PySide2.QtMultimedia.QAbstractAudioOutput.error": (),
15678    "PySide2.QtMultimedia.QAbstractAudioOutput.format": (),
15679    "PySide2.QtMultimedia.QAbstractAudioOutput.notifyInterval": (),
15680    "PySide2.QtMultimedia.QAbstractAudioOutput.periodSize": (),
15681    "PySide2.QtMultimedia.QAbstractAudioOutput.processedUSecs": (),
15682    "PySide2.QtMultimedia.QAbstractAudioOutput.reset": (),
15683    "PySide2.QtMultimedia.QAbstractAudioOutput.resume": (),
15684    "PySide2.QtMultimedia.QAbstractAudioOutput.setBufferSize": ('int',),
15685    "PySide2.QtMultimedia.QAbstractAudioOutput.setCategory": ('str',),
15686    "PySide2.QtMultimedia.QAbstractAudioOutput.setFormat": ('PySide2.QtMultimedia.QAudioFormat',),
15687    "PySide2.QtMultimedia.QAbstractAudioOutput.setNotifyInterval": ('int',),
15688    "PySide2.QtMultimedia.QAbstractAudioOutput.setVolume": ('float',),
15689    "PySide2.QtMultimedia.QAbstractAudioOutput.start": [(), ('PySide2.QtCore.QIODevice',)],
15690    "PySide2.QtMultimedia.QAbstractAudioOutput.state": (),
15691    "PySide2.QtMultimedia.QAbstractAudioOutput.stop": (),
15692    "PySide2.QtMultimedia.QAbstractAudioOutput.suspend": (),
15693    "PySide2.QtMultimedia.QAbstractAudioOutput.volume": (),
15694# class PySide2.QtMultimedia.QAbstractVideoBuffer:
15695# class PySide2.QtMultimedia.QAbstractVideoBuffer.HandleType:
15696# class PySide2.QtMultimedia.QAbstractVideoBuffer.MapMode:
15697    "PySide2.QtMultimedia.QAbstractVideoBuffer.__init__": ('PySide2.QtMultimedia.QAbstractVideoBuffer.HandleType',),
15698    "PySide2.QtMultimedia.QAbstractVideoBuffer.handle": (),
15699    "PySide2.QtMultimedia.QAbstractVideoBuffer.handleType": (),
15700    "PySide2.QtMultimedia.QAbstractVideoBuffer.mapMode": (),
15701    "PySide2.QtMultimedia.QAbstractVideoBuffer.release": (),
15702    "PySide2.QtMultimedia.QAbstractVideoBuffer.unmap": (),
15703# class PySide2.QtMultimedia.QAbstractVideoFilter:
15704    "PySide2.QtMultimedia.QAbstractVideoFilter.__init__": ('PySide2.QtCore.QObject',),
15705    "PySide2.QtMultimedia.QAbstractVideoFilter.createFilterRunnable": (),
15706    "PySide2.QtMultimedia.QAbstractVideoFilter.isActive": (),
15707    "PySide2.QtMultimedia.QAbstractVideoFilter.setActive": ('bool',),
15708# class PySide2.QtMultimedia.QAbstractVideoSurface:
15709# class PySide2.QtMultimedia.QAbstractVideoSurface.Error:
15710    "PySide2.QtMultimedia.QAbstractVideoSurface.__init__": ('PySide2.QtCore.QObject',),
15711    "PySide2.QtMultimedia.QAbstractVideoSurface.error": (),
15712    "PySide2.QtMultimedia.QAbstractVideoSurface.isActive": (),
15713    "PySide2.QtMultimedia.QAbstractVideoSurface.isFormatSupported": ('PySide2.QtMultimedia.QVideoSurfaceFormat',),
15714    "PySide2.QtMultimedia.QAbstractVideoSurface.nativeResolution": (),
15715    "PySide2.QtMultimedia.QAbstractVideoSurface.nearestFormat": ('PySide2.QtMultimedia.QVideoSurfaceFormat',),
15716    "PySide2.QtMultimedia.QAbstractVideoSurface.present": ('PySide2.QtMultimedia.QVideoFrame',),
15717    "PySide2.QtMultimedia.QAbstractVideoSurface.setError": ('PySide2.QtMultimedia.QAbstractVideoSurface.Error',),
15718    "PySide2.QtMultimedia.QAbstractVideoSurface.setNativeResolution": ('PySide2.QtCore.QSize',),
15719    "PySide2.QtMultimedia.QAbstractVideoSurface.start": ('PySide2.QtMultimedia.QVideoSurfaceFormat',),
15720    "PySide2.QtMultimedia.QAbstractVideoSurface.stop": (),
15721    "PySide2.QtMultimedia.QAbstractVideoSurface.supportedPixelFormats": ('PySide2.QtMultimedia.QAbstractVideoBuffer.HandleType',),
15722    "PySide2.QtMultimedia.QAbstractVideoSurface.surfaceFormat": (),
15723# class PySide2.QtMultimedia.QAudio:
15724# class PySide2.QtMultimedia.QAudio.Error:
15725# class PySide2.QtMultimedia.QAudio.Mode:
15726# class PySide2.QtMultimedia.QAudio.Role:
15727# class PySide2.QtMultimedia.QAudio.State:
15728# class PySide2.QtMultimedia.QAudio.VolumeScale:
15729    "PySide2.QtMultimedia.QAudio.convertVolume": ('float', 'PySide2.QtMultimedia.QAudio.VolumeScale', 'PySide2.QtMultimedia.QAudio.VolumeScale'),
15730# class PySide2.QtMultimedia.QAudioBuffer:
15731    "PySide2.QtMultimedia.QAudioBuffer.__init__": [(), ('PySide2.QtCore.QByteArray', 'PySide2.QtMultimedia.QAudioFormat', 'int'), ('PySide2.QtMultimedia.QAudioBuffer',), ('int', 'PySide2.QtMultimedia.QAudioFormat', 'int')],
15732    "PySide2.QtMultimedia.QAudioBuffer.__copy__": (),
15733    "PySide2.QtMultimedia.QAudioBuffer.byteCount": (),
15734    "PySide2.QtMultimedia.QAudioBuffer.constData": (),
15735    "PySide2.QtMultimedia.QAudioBuffer.data": (),
15736    "PySide2.QtMultimedia.QAudioBuffer.duration": (),
15737    "PySide2.QtMultimedia.QAudioBuffer.format": (),
15738    "PySide2.QtMultimedia.QAudioBuffer.frameCount": (),
15739    "PySide2.QtMultimedia.QAudioBuffer.isValid": (),
15740    "PySide2.QtMultimedia.QAudioBuffer.sampleCount": (),
15741    "PySide2.QtMultimedia.QAudioBuffer.startTime": (),
15742# class PySide2.QtMultimedia.QAudioDecoder:
15743# class PySide2.QtMultimedia.QAudioDecoder.Error:
15744# class PySide2.QtMultimedia.QAudioDecoder.State:
15745    "PySide2.QtMultimedia.QAudioDecoder.__init__": ('PySide2.QtCore.QObject',),
15746    "PySide2.QtMultimedia.QAudioDecoder.audioFormat": (),
15747    "PySide2.QtMultimedia.QAudioDecoder.bind": ('PySide2.QtCore.QObject',),
15748    "PySide2.QtMultimedia.QAudioDecoder.bufferAvailable": (),
15749    "PySide2.QtMultimedia.QAudioDecoder.duration": (),
15750    "PySide2.QtMultimedia.QAudioDecoder.error": (),
15751    "PySide2.QtMultimedia.QAudioDecoder.errorString": (),
15752    "PySide2.QtMultimedia.QAudioDecoder.hasSupport": ('str', 'typing.Sequence[str]'),
15753    "PySide2.QtMultimedia.QAudioDecoder.position": (),
15754    "PySide2.QtMultimedia.QAudioDecoder.read": (),
15755    "PySide2.QtMultimedia.QAudioDecoder.setAudioFormat": ('PySide2.QtMultimedia.QAudioFormat',),
15756    "PySide2.QtMultimedia.QAudioDecoder.setSourceDevice": ('PySide2.QtCore.QIODevice',),
15757    "PySide2.QtMultimedia.QAudioDecoder.setSourceFilename": ('str',),
15758    "PySide2.QtMultimedia.QAudioDecoder.sourceDevice": (),
15759    "PySide2.QtMultimedia.QAudioDecoder.sourceFilename": (),
15760    "PySide2.QtMultimedia.QAudioDecoder.start": (),
15761    "PySide2.QtMultimedia.QAudioDecoder.state": (),
15762    "PySide2.QtMultimedia.QAudioDecoder.stop": (),
15763    "PySide2.QtMultimedia.QAudioDecoder.unbind": ('PySide2.QtCore.QObject',),
15764# class PySide2.QtMultimedia.QAudioDecoderControl:
15765    "PySide2.QtMultimedia.QAudioDecoderControl.__init__": ('PySide2.QtCore.QObject',),
15766    "PySide2.QtMultimedia.QAudioDecoderControl.audioFormat": (),
15767    "PySide2.QtMultimedia.QAudioDecoderControl.bufferAvailable": (),
15768    "PySide2.QtMultimedia.QAudioDecoderControl.duration": (),
15769    "PySide2.QtMultimedia.QAudioDecoderControl.position": (),
15770    "PySide2.QtMultimedia.QAudioDecoderControl.read": (),
15771    "PySide2.QtMultimedia.QAudioDecoderControl.setAudioFormat": ('PySide2.QtMultimedia.QAudioFormat',),
15772    "PySide2.QtMultimedia.QAudioDecoderControl.setSourceDevice": ('PySide2.QtCore.QIODevice',),
15773    "PySide2.QtMultimedia.QAudioDecoderControl.setSourceFilename": ('str',),
15774    "PySide2.QtMultimedia.QAudioDecoderControl.sourceDevice": (),
15775    "PySide2.QtMultimedia.QAudioDecoderControl.sourceFilename": (),
15776    "PySide2.QtMultimedia.QAudioDecoderControl.start": (),
15777    "PySide2.QtMultimedia.QAudioDecoderControl.state": (),
15778    "PySide2.QtMultimedia.QAudioDecoderControl.stop": (),
15779# class PySide2.QtMultimedia.QAudioDeviceInfo:
15780    "PySide2.QtMultimedia.QAudioDeviceInfo.__init__": [(), ('PySide2.QtMultimedia.QAudioDeviceInfo',)],
15781    "PySide2.QtMultimedia.QAudioDeviceInfo.__copy__": (),
15782    "PySide2.QtMultimedia.QAudioDeviceInfo.availableDevices": ('PySide2.QtMultimedia.QAudio.Mode',),
15783    "PySide2.QtMultimedia.QAudioDeviceInfo.defaultInputDevice": (),
15784    "PySide2.QtMultimedia.QAudioDeviceInfo.defaultOutputDevice": (),
15785    "PySide2.QtMultimedia.QAudioDeviceInfo.deviceName": (),
15786    "PySide2.QtMultimedia.QAudioDeviceInfo.isFormatSupported": ('PySide2.QtMultimedia.QAudioFormat',),
15787    "PySide2.QtMultimedia.QAudioDeviceInfo.isNull": (),
15788    "PySide2.QtMultimedia.QAudioDeviceInfo.nearestFormat": ('PySide2.QtMultimedia.QAudioFormat',),
15789    "PySide2.QtMultimedia.QAudioDeviceInfo.preferredFormat": (),
15790    "PySide2.QtMultimedia.QAudioDeviceInfo.realm": (),
15791    "PySide2.QtMultimedia.QAudioDeviceInfo.supportedByteOrders": (),
15792    "PySide2.QtMultimedia.QAudioDeviceInfo.supportedChannelCounts": (),
15793    "PySide2.QtMultimedia.QAudioDeviceInfo.supportedCodecs": (),
15794    "PySide2.QtMultimedia.QAudioDeviceInfo.supportedSampleRates": (),
15795    "PySide2.QtMultimedia.QAudioDeviceInfo.supportedSampleSizes": (),
15796    "PySide2.QtMultimedia.QAudioDeviceInfo.supportedSampleTypes": (),
15797# class PySide2.QtMultimedia.QAudioEncoderSettings:
15798    "PySide2.QtMultimedia.QAudioEncoderSettings.__init__": [(), ('PySide2.QtMultimedia.QAudioEncoderSettings',)],
15799    "PySide2.QtMultimedia.QAudioEncoderSettings.__copy__": (),
15800    "PySide2.QtMultimedia.QAudioEncoderSettings.bitRate": (),
15801    "PySide2.QtMultimedia.QAudioEncoderSettings.channelCount": (),
15802    "PySide2.QtMultimedia.QAudioEncoderSettings.codec": (),
15803    "PySide2.QtMultimedia.QAudioEncoderSettings.encodingMode": (),
15804    "PySide2.QtMultimedia.QAudioEncoderSettings.encodingOption": ('str',),
15805    "PySide2.QtMultimedia.QAudioEncoderSettings.encodingOptions": (),
15806    "PySide2.QtMultimedia.QAudioEncoderSettings.isNull": (),
15807    "PySide2.QtMultimedia.QAudioEncoderSettings.quality": (),
15808    "PySide2.QtMultimedia.QAudioEncoderSettings.sampleRate": (),
15809    "PySide2.QtMultimedia.QAudioEncoderSettings.setBitRate": ('int',),
15810    "PySide2.QtMultimedia.QAudioEncoderSettings.setChannelCount": ('int',),
15811    "PySide2.QtMultimedia.QAudioEncoderSettings.setCodec": ('str',),
15812    "PySide2.QtMultimedia.QAudioEncoderSettings.setEncodingMode": ('PySide2.QtMultimedia.QMultimedia.EncodingMode',),
15813    "PySide2.QtMultimedia.QAudioEncoderSettings.setEncodingOption": ('str', 'typing.Any'),
15814    "PySide2.QtMultimedia.QAudioEncoderSettings.setEncodingOptions": ('typing.Dict[str, typing.Any]',),
15815    "PySide2.QtMultimedia.QAudioEncoderSettings.setQuality": ('PySide2.QtMultimedia.QMultimedia.EncodingQuality',),
15816    "PySide2.QtMultimedia.QAudioEncoderSettings.setSampleRate": ('int',),
15817# class PySide2.QtMultimedia.QAudioEncoderSettingsControl:
15818    "PySide2.QtMultimedia.QAudioEncoderSettingsControl.__init__": ('PySide2.QtCore.QObject',),
15819    "PySide2.QtMultimedia.QAudioEncoderSettingsControl.audioSettings": (),
15820    "PySide2.QtMultimedia.QAudioEncoderSettingsControl.codecDescription": ('str',),
15821    "PySide2.QtMultimedia.QAudioEncoderSettingsControl.setAudioSettings": ('PySide2.QtMultimedia.QAudioEncoderSettings',),
15822    "PySide2.QtMultimedia.QAudioEncoderSettingsControl.supportedAudioCodecs": (),
15823# class PySide2.QtMultimedia.QAudioFormat:
15824# class PySide2.QtMultimedia.QAudioFormat.Endian:
15825# class PySide2.QtMultimedia.QAudioFormat.SampleType:
15826    "PySide2.QtMultimedia.QAudioFormat.__init__": [(), ('PySide2.QtMultimedia.QAudioFormat',)],
15827    "PySide2.QtMultimedia.QAudioFormat.__copy__": (),
15828    "PySide2.QtMultimedia.QAudioFormat.byteOrder": (),
15829    "PySide2.QtMultimedia.QAudioFormat.bytesForDuration": ('int',),
15830    "PySide2.QtMultimedia.QAudioFormat.bytesForFrames": ('int',),
15831    "PySide2.QtMultimedia.QAudioFormat.bytesPerFrame": (),
15832    "PySide2.QtMultimedia.QAudioFormat.channelCount": (),
15833    "PySide2.QtMultimedia.QAudioFormat.codec": (),
15834    "PySide2.QtMultimedia.QAudioFormat.durationForBytes": ('int',),
15835    "PySide2.QtMultimedia.QAudioFormat.durationForFrames": ('int',),
15836    "PySide2.QtMultimedia.QAudioFormat.framesForBytes": ('int',),
15837    "PySide2.QtMultimedia.QAudioFormat.framesForDuration": ('int',),
15838    "PySide2.QtMultimedia.QAudioFormat.isValid": (),
15839    "PySide2.QtMultimedia.QAudioFormat.sampleRate": (),
15840    "PySide2.QtMultimedia.QAudioFormat.sampleSize": (),
15841    "PySide2.QtMultimedia.QAudioFormat.sampleType": (),
15842    "PySide2.QtMultimedia.QAudioFormat.setByteOrder": ('PySide2.QtMultimedia.QAudioFormat.Endian',),
15843    "PySide2.QtMultimedia.QAudioFormat.setChannelCount": ('int',),
15844    "PySide2.QtMultimedia.QAudioFormat.setCodec": ('str',),
15845    "PySide2.QtMultimedia.QAudioFormat.setSampleRate": ('int',),
15846    "PySide2.QtMultimedia.QAudioFormat.setSampleSize": ('int',),
15847    "PySide2.QtMultimedia.QAudioFormat.setSampleType": ('PySide2.QtMultimedia.QAudioFormat.SampleType',),
15848# class PySide2.QtMultimedia.QAudioInput:
15849    "PySide2.QtMultimedia.QAudioInput.__init__": [('PySide2.QtMultimedia.QAudioDeviceInfo', 'PySide2.QtMultimedia.QAudioFormat', 'PySide2.QtCore.QObject'), ('PySide2.QtMultimedia.QAudioFormat', 'PySide2.QtCore.QObject')],
15850    "PySide2.QtMultimedia.QAudioInput.bufferSize": (),
15851    "PySide2.QtMultimedia.QAudioInput.bytesReady": (),
15852    "PySide2.QtMultimedia.QAudioInput.elapsedUSecs": (),
15853    "PySide2.QtMultimedia.QAudioInput.error": (),
15854    "PySide2.QtMultimedia.QAudioInput.format": (),
15855    "PySide2.QtMultimedia.QAudioInput.notifyInterval": (),
15856    "PySide2.QtMultimedia.QAudioInput.periodSize": (),
15857    "PySide2.QtMultimedia.QAudioInput.processedUSecs": (),
15858    "PySide2.QtMultimedia.QAudioInput.reset": (),
15859    "PySide2.QtMultimedia.QAudioInput.resume": (),
15860    "PySide2.QtMultimedia.QAudioInput.setBufferSize": ('int',),
15861    "PySide2.QtMultimedia.QAudioInput.setNotifyInterval": ('int',),
15862    "PySide2.QtMultimedia.QAudioInput.setVolume": ('float',),
15863    "PySide2.QtMultimedia.QAudioInput.start": [(), ('PySide2.QtCore.QIODevice',)],
15864    "PySide2.QtMultimedia.QAudioInput.state": (),
15865    "PySide2.QtMultimedia.QAudioInput.stop": (),
15866    "PySide2.QtMultimedia.QAudioInput.suspend": (),
15867    "PySide2.QtMultimedia.QAudioInput.volume": (),
15868# class PySide2.QtMultimedia.QAudioInputSelectorControl:
15869    "PySide2.QtMultimedia.QAudioInputSelectorControl.__init__": ('PySide2.QtCore.QObject',),
15870    "PySide2.QtMultimedia.QAudioInputSelectorControl.activeInput": (),
15871    "PySide2.QtMultimedia.QAudioInputSelectorControl.availableInputs": (),
15872    "PySide2.QtMultimedia.QAudioInputSelectorControl.defaultInput": (),
15873    "PySide2.QtMultimedia.QAudioInputSelectorControl.inputDescription": ('str',),
15874    "PySide2.QtMultimedia.QAudioInputSelectorControl.setActiveInput": ('str',),
15875# class PySide2.QtMultimedia.QAudioOutput:
15876    "PySide2.QtMultimedia.QAudioOutput.__init__": [('PySide2.QtMultimedia.QAudioDeviceInfo', 'PySide2.QtMultimedia.QAudioFormat', 'PySide2.QtCore.QObject'), ('PySide2.QtMultimedia.QAudioFormat', 'PySide2.QtCore.QObject')],
15877    "PySide2.QtMultimedia.QAudioOutput.bufferSize": (),
15878    "PySide2.QtMultimedia.QAudioOutput.bytesFree": (),
15879    "PySide2.QtMultimedia.QAudioOutput.category": (),
15880    "PySide2.QtMultimedia.QAudioOutput.elapsedUSecs": (),
15881    "PySide2.QtMultimedia.QAudioOutput.error": (),
15882    "PySide2.QtMultimedia.QAudioOutput.format": (),
15883    "PySide2.QtMultimedia.QAudioOutput.notifyInterval": (),
15884    "PySide2.QtMultimedia.QAudioOutput.periodSize": (),
15885    "PySide2.QtMultimedia.QAudioOutput.processedUSecs": (),
15886    "PySide2.QtMultimedia.QAudioOutput.reset": (),
15887    "PySide2.QtMultimedia.QAudioOutput.resume": (),
15888    "PySide2.QtMultimedia.QAudioOutput.setBufferSize": ('int',),
15889    "PySide2.QtMultimedia.QAudioOutput.setCategory": ('str',),
15890    "PySide2.QtMultimedia.QAudioOutput.setNotifyInterval": ('int',),
15891    "PySide2.QtMultimedia.QAudioOutput.setVolume": ('float',),
15892    "PySide2.QtMultimedia.QAudioOutput.start": [(), ('PySide2.QtCore.QIODevice',)],
15893    "PySide2.QtMultimedia.QAudioOutput.state": (),
15894    "PySide2.QtMultimedia.QAudioOutput.stop": (),
15895    "PySide2.QtMultimedia.QAudioOutput.suspend": (),
15896    "PySide2.QtMultimedia.QAudioOutput.volume": (),
15897# class PySide2.QtMultimedia.QAudioOutputSelectorControl:
15898    "PySide2.QtMultimedia.QAudioOutputSelectorControl.__init__": ('PySide2.QtCore.QObject',),
15899    "PySide2.QtMultimedia.QAudioOutputSelectorControl.activeOutput": (),
15900    "PySide2.QtMultimedia.QAudioOutputSelectorControl.availableOutputs": (),
15901    "PySide2.QtMultimedia.QAudioOutputSelectorControl.defaultOutput": (),
15902    "PySide2.QtMultimedia.QAudioOutputSelectorControl.outputDescription": ('str',),
15903    "PySide2.QtMultimedia.QAudioOutputSelectorControl.setActiveOutput": ('str',),
15904# class PySide2.QtMultimedia.QAudioProbe:
15905    "PySide2.QtMultimedia.QAudioProbe.__init__": ('PySide2.QtCore.QObject',),
15906    "PySide2.QtMultimedia.QAudioProbe.isActive": (),
15907    "PySide2.QtMultimedia.QAudioProbe.setSource": [('PySide2.QtMultimedia.QMediaObject',), ('PySide2.QtMultimedia.QMediaRecorder',)],
15908# class PySide2.QtMultimedia.QAudioRecorder:
15909    "PySide2.QtMultimedia.QAudioRecorder.__init__": ('PySide2.QtCore.QObject',),
15910    "PySide2.QtMultimedia.QAudioRecorder.audioInput": (),
15911    "PySide2.QtMultimedia.QAudioRecorder.audioInputDescription": ('str',),
15912    "PySide2.QtMultimedia.QAudioRecorder.audioInputs": (),
15913    "PySide2.QtMultimedia.QAudioRecorder.defaultAudioInput": (),
15914    "PySide2.QtMultimedia.QAudioRecorder.setAudioInput": ('str',),
15915# class PySide2.QtMultimedia.QAudioRoleControl:
15916    "PySide2.QtMultimedia.QAudioRoleControl.__init__": ('PySide2.QtCore.QObject',),
15917    "PySide2.QtMultimedia.QAudioRoleControl.audioRole": (),
15918    "PySide2.QtMultimedia.QAudioRoleControl.setAudioRole": ('PySide2.QtMultimedia.QAudio.Role',),
15919    "PySide2.QtMultimedia.QAudioRoleControl.supportedAudioRoles": (),
15920# class PySide2.QtMultimedia.QCamera:
15921# class PySide2.QtMultimedia.QCamera.CaptureMode:
15922# class PySide2.QtMultimedia.QCamera.CaptureModes:
15923# class PySide2.QtMultimedia.QCamera.Error:
15924# class PySide2.QtMultimedia.QCamera.FrameRateRange:
15925    "PySide2.QtMultimedia.QCamera.FrameRateRange.__init__": [(), ('PySide2.QtMultimedia.QCamera.FrameRateRange',), ('float', 'float')],
15926    "PySide2.QtMultimedia.QCamera.FrameRateRange.__copy__": (),
15927# class PySide2.QtMultimedia.QCamera.LockChangeReason:
15928# class PySide2.QtMultimedia.QCamera.LockStatus:
15929# class PySide2.QtMultimedia.QCamera.LockType:
15930# class PySide2.QtMultimedia.QCamera.LockTypes:
15931# class PySide2.QtMultimedia.QCamera.Position:
15932# class PySide2.QtMultimedia.QCamera.State:
15933# class PySide2.QtMultimedia.QCamera.Status:
15934    "PySide2.QtMultimedia.QCamera.__init__": [('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QObject'), ('PySide2.QtCore.QObject',), ('PySide2.QtMultimedia.QCamera.Position', 'PySide2.QtCore.QObject'), ('PySide2.QtMultimedia.QCameraInfo', 'PySide2.QtCore.QObject')],
15935    "PySide2.QtMultimedia.QCamera.availability": (),
15936    "PySide2.QtMultimedia.QCamera.availableDevices": (),
15937    "PySide2.QtMultimedia.QCamera.captureMode": (),
15938    "PySide2.QtMultimedia.QCamera.deviceDescription": ('PySide2.QtCore.QByteArray',),
15939    "PySide2.QtMultimedia.QCamera.error": (),
15940    "PySide2.QtMultimedia.QCamera.errorString": (),
15941    "PySide2.QtMultimedia.QCamera.exposure": (),
15942    "PySide2.QtMultimedia.QCamera.focus": (),
15943    "PySide2.QtMultimedia.QCamera.imageProcessing": (),
15944    "PySide2.QtMultimedia.QCamera.isCaptureModeSupported": ('PySide2.QtMultimedia.QCamera.CaptureModes',),
15945    "PySide2.QtMultimedia.QCamera.load": (),
15946    "PySide2.QtMultimedia.QCamera.lockStatus": [(), ('PySide2.QtMultimedia.QCamera.LockType',)],
15947    "PySide2.QtMultimedia.QCamera.requestedLocks": (),
15948    "PySide2.QtMultimedia.QCamera.searchAndLock": [(), ('PySide2.QtMultimedia.QCamera.LockTypes',)],
15949    "PySide2.QtMultimedia.QCamera.setCaptureMode": ('PySide2.QtMultimedia.QCamera.CaptureModes',),
15950    "PySide2.QtMultimedia.QCamera.setViewfinder": [('PySide2.QtMultimedia.QAbstractVideoSurface',), ('PySide2.QtMultimediaWidgets.QGraphicsVideoItem',), ('PySide2.QtMultimediaWidgets.QVideoWidget',)],
15951    "PySide2.QtMultimedia.QCamera.setViewfinderSettings": ('PySide2.QtMultimedia.QCameraViewfinderSettings',),
15952    "PySide2.QtMultimedia.QCamera.start": (),
15953    "PySide2.QtMultimedia.QCamera.state": (),
15954    "PySide2.QtMultimedia.QCamera.status": (),
15955    "PySide2.QtMultimedia.QCamera.stop": (),
15956    "PySide2.QtMultimedia.QCamera.supportedLocks": (),
15957    "PySide2.QtMultimedia.QCamera.supportedViewfinderFrameRateRanges": ('PySide2.QtMultimedia.QCameraViewfinderSettings',),
15958    "PySide2.QtMultimedia.QCamera.supportedViewfinderPixelFormats": ('PySide2.QtMultimedia.QCameraViewfinderSettings',),
15959    "PySide2.QtMultimedia.QCamera.supportedViewfinderResolutions": ('PySide2.QtMultimedia.QCameraViewfinderSettings',),
15960    "PySide2.QtMultimedia.QCamera.supportedViewfinderSettings": ('PySide2.QtMultimedia.QCameraViewfinderSettings',),
15961    "PySide2.QtMultimedia.QCamera.unload": (),
15962    "PySide2.QtMultimedia.QCamera.unlock": [(), ('PySide2.QtMultimedia.QCamera.LockTypes',)],
15963    "PySide2.QtMultimedia.QCamera.viewfinderSettings": (),
15964# class PySide2.QtMultimedia.QCameraCaptureBufferFormatControl:
15965    "PySide2.QtMultimedia.QCameraCaptureBufferFormatControl.__init__": ('PySide2.QtCore.QObject',),
15966    "PySide2.QtMultimedia.QCameraCaptureBufferFormatControl.bufferFormat": (),
15967    "PySide2.QtMultimedia.QCameraCaptureBufferFormatControl.setBufferFormat": ('PySide2.QtMultimedia.QVideoFrame.PixelFormat',),
15968    "PySide2.QtMultimedia.QCameraCaptureBufferFormatControl.supportedBufferFormats": (),
15969# class PySide2.QtMultimedia.QCameraCaptureDestinationControl:
15970    "PySide2.QtMultimedia.QCameraCaptureDestinationControl.__init__": ('PySide2.QtCore.QObject',),
15971    "PySide2.QtMultimedia.QCameraCaptureDestinationControl.captureDestination": (),
15972    "PySide2.QtMultimedia.QCameraCaptureDestinationControl.isCaptureDestinationSupported": ('PySide2.QtMultimedia.QCameraImageCapture.CaptureDestinations',),
15973    "PySide2.QtMultimedia.QCameraCaptureDestinationControl.setCaptureDestination": ('PySide2.QtMultimedia.QCameraImageCapture.CaptureDestinations',),
15974# class PySide2.QtMultimedia.QCameraControl:
15975# class PySide2.QtMultimedia.QCameraControl.PropertyChangeType:
15976    "PySide2.QtMultimedia.QCameraControl.__init__": ('PySide2.QtCore.QObject',),
15977    "PySide2.QtMultimedia.QCameraControl.canChangeProperty": ('PySide2.QtMultimedia.QCameraControl.PropertyChangeType', 'PySide2.QtMultimedia.QCamera.Status'),
15978    "PySide2.QtMultimedia.QCameraControl.captureMode": (),
15979    "PySide2.QtMultimedia.QCameraControl.isCaptureModeSupported": ('PySide2.QtMultimedia.QCamera.CaptureModes',),
15980    "PySide2.QtMultimedia.QCameraControl.setCaptureMode": ('PySide2.QtMultimedia.QCamera.CaptureModes',),
15981    "PySide2.QtMultimedia.QCameraControl.setState": ('PySide2.QtMultimedia.QCamera.State',),
15982    "PySide2.QtMultimedia.QCameraControl.state": (),
15983    "PySide2.QtMultimedia.QCameraControl.status": (),
15984# class PySide2.QtMultimedia.QCameraExposure:
15985# class PySide2.QtMultimedia.QCameraExposure.ExposureMode:
15986# class PySide2.QtMultimedia.QCameraExposure.FlashMode:
15987# class PySide2.QtMultimedia.QCameraExposure.FlashModes:
15988# class PySide2.QtMultimedia.QCameraExposure.MeteringMode:
15989    "PySide2.QtMultimedia.QCameraExposure.aperture": (),
15990    "PySide2.QtMultimedia.QCameraExposure.exposureCompensation": (),
15991    "PySide2.QtMultimedia.QCameraExposure.exposureMode": (),
15992    "PySide2.QtMultimedia.QCameraExposure.flashMode": (),
15993    "PySide2.QtMultimedia.QCameraExposure.isAvailable": (),
15994    "PySide2.QtMultimedia.QCameraExposure.isExposureModeSupported": ('PySide2.QtMultimedia.QCameraExposure.ExposureMode',),
15995    "PySide2.QtMultimedia.QCameraExposure.isFlashModeSupported": ('PySide2.QtMultimedia.QCameraExposure.FlashModes',),
15996    "PySide2.QtMultimedia.QCameraExposure.isFlashReady": (),
15997    "PySide2.QtMultimedia.QCameraExposure.isMeteringModeSupported": ('PySide2.QtMultimedia.QCameraExposure.MeteringMode',),
15998    "PySide2.QtMultimedia.QCameraExposure.isoSensitivity": (),
15999    "PySide2.QtMultimedia.QCameraExposure.meteringMode": (),
16000    "PySide2.QtMultimedia.QCameraExposure.requestedAperture": (),
16001    "PySide2.QtMultimedia.QCameraExposure.requestedIsoSensitivity": (),
16002    "PySide2.QtMultimedia.QCameraExposure.requestedShutterSpeed": (),
16003    "PySide2.QtMultimedia.QCameraExposure.setAutoAperture": (),
16004    "PySide2.QtMultimedia.QCameraExposure.setAutoIsoSensitivity": (),
16005    "PySide2.QtMultimedia.QCameraExposure.setAutoShutterSpeed": (),
16006    "PySide2.QtMultimedia.QCameraExposure.setExposureCompensation": ('float',),
16007    "PySide2.QtMultimedia.QCameraExposure.setExposureMode": ('PySide2.QtMultimedia.QCameraExposure.ExposureMode',),
16008    "PySide2.QtMultimedia.QCameraExposure.setFlashMode": ('PySide2.QtMultimedia.QCameraExposure.FlashModes',),
16009    "PySide2.QtMultimedia.QCameraExposure.setManualAperture": ('float',),
16010    "PySide2.QtMultimedia.QCameraExposure.setManualIsoSensitivity": ('int',),
16011    "PySide2.QtMultimedia.QCameraExposure.setManualShutterSpeed": ('float',),
16012    "PySide2.QtMultimedia.QCameraExposure.setMeteringMode": ('PySide2.QtMultimedia.QCameraExposure.MeteringMode',),
16013    "PySide2.QtMultimedia.QCameraExposure.setSpotMeteringPoint": ('PySide2.QtCore.QPointF',),
16014    "PySide2.QtMultimedia.QCameraExposure.shutterSpeed": (),
16015    "PySide2.QtMultimedia.QCameraExposure.spotMeteringPoint": (),
16016# class PySide2.QtMultimedia.QCameraExposureControl:
16017# class PySide2.QtMultimedia.QCameraExposureControl.ExposureParameter:
16018    "PySide2.QtMultimedia.QCameraExposureControl.__init__": ('PySide2.QtCore.QObject',),
16019    "PySide2.QtMultimedia.QCameraExposureControl.actualValue": ('PySide2.QtMultimedia.QCameraExposureControl.ExposureParameter',),
16020    "PySide2.QtMultimedia.QCameraExposureControl.isParameterSupported": ('PySide2.QtMultimedia.QCameraExposureControl.ExposureParameter',),
16021    "PySide2.QtMultimedia.QCameraExposureControl.requestedValue": ('PySide2.QtMultimedia.QCameraExposureControl.ExposureParameter',),
16022    "PySide2.QtMultimedia.QCameraExposureControl.setValue": ('PySide2.QtMultimedia.QCameraExposureControl.ExposureParameter', 'typing.Any'),
16023# class PySide2.QtMultimedia.QCameraFeedbackControl:
16024# class PySide2.QtMultimedia.QCameraFeedbackControl.EventType:
16025    "PySide2.QtMultimedia.QCameraFeedbackControl.__init__": ('PySide2.QtCore.QObject',),
16026    "PySide2.QtMultimedia.QCameraFeedbackControl.isEventFeedbackEnabled": ('PySide2.QtMultimedia.QCameraFeedbackControl.EventType',),
16027    "PySide2.QtMultimedia.QCameraFeedbackControl.isEventFeedbackLocked": ('PySide2.QtMultimedia.QCameraFeedbackControl.EventType',),
16028    "PySide2.QtMultimedia.QCameraFeedbackControl.resetEventFeedback": ('PySide2.QtMultimedia.QCameraFeedbackControl.EventType',),
16029    "PySide2.QtMultimedia.QCameraFeedbackControl.setEventFeedbackEnabled": ('PySide2.QtMultimedia.QCameraFeedbackControl.EventType', 'bool'),
16030    "PySide2.QtMultimedia.QCameraFeedbackControl.setEventFeedbackSound": ('PySide2.QtMultimedia.QCameraFeedbackControl.EventType', 'str'),
16031# class PySide2.QtMultimedia.QCameraFlashControl:
16032    "PySide2.QtMultimedia.QCameraFlashControl.__init__": ('PySide2.QtCore.QObject',),
16033    "PySide2.QtMultimedia.QCameraFlashControl.flashMode": (),
16034    "PySide2.QtMultimedia.QCameraFlashControl.isFlashModeSupported": ('PySide2.QtMultimedia.QCameraExposure.FlashModes',),
16035    "PySide2.QtMultimedia.QCameraFlashControl.isFlashReady": (),
16036    "PySide2.QtMultimedia.QCameraFlashControl.setFlashMode": ('PySide2.QtMultimedia.QCameraExposure.FlashModes',),
16037# class PySide2.QtMultimedia.QCameraFocus:
16038# class PySide2.QtMultimedia.QCameraFocus.FocusMode:
16039# class PySide2.QtMultimedia.QCameraFocus.FocusModes:
16040# class PySide2.QtMultimedia.QCameraFocus.FocusPointMode:
16041    "PySide2.QtMultimedia.QCameraFocus.customFocusPoint": (),
16042    "PySide2.QtMultimedia.QCameraFocus.digitalZoom": (),
16043    "PySide2.QtMultimedia.QCameraFocus.focusMode": (),
16044    "PySide2.QtMultimedia.QCameraFocus.focusPointMode": (),
16045    "PySide2.QtMultimedia.QCameraFocus.focusZones": (),
16046    "PySide2.QtMultimedia.QCameraFocus.isAvailable": (),
16047    "PySide2.QtMultimedia.QCameraFocus.isFocusModeSupported": ('PySide2.QtMultimedia.QCameraFocus.FocusModes',),
16048    "PySide2.QtMultimedia.QCameraFocus.isFocusPointModeSupported": ('PySide2.QtMultimedia.QCameraFocus.FocusPointMode',),
16049    "PySide2.QtMultimedia.QCameraFocus.maximumDigitalZoom": (),
16050    "PySide2.QtMultimedia.QCameraFocus.maximumOpticalZoom": (),
16051    "PySide2.QtMultimedia.QCameraFocus.opticalZoom": (),
16052    "PySide2.QtMultimedia.QCameraFocus.setCustomFocusPoint": ('PySide2.QtCore.QPointF',),
16053    "PySide2.QtMultimedia.QCameraFocus.setFocusMode": ('PySide2.QtMultimedia.QCameraFocus.FocusModes',),
16054    "PySide2.QtMultimedia.QCameraFocus.setFocusPointMode": ('PySide2.QtMultimedia.QCameraFocus.FocusPointMode',),
16055    "PySide2.QtMultimedia.QCameraFocus.zoomTo": ('float', 'float'),
16056# class PySide2.QtMultimedia.QCameraFocusControl:
16057    "PySide2.QtMultimedia.QCameraFocusControl.__init__": ('PySide2.QtCore.QObject',),
16058    "PySide2.QtMultimedia.QCameraFocusControl.customFocusPoint": (),
16059    "PySide2.QtMultimedia.QCameraFocusControl.focusMode": (),
16060    "PySide2.QtMultimedia.QCameraFocusControl.focusPointMode": (),
16061    "PySide2.QtMultimedia.QCameraFocusControl.focusZones": (),
16062    "PySide2.QtMultimedia.QCameraFocusControl.isFocusModeSupported": ('PySide2.QtMultimedia.QCameraFocus.FocusModes',),
16063    "PySide2.QtMultimedia.QCameraFocusControl.isFocusPointModeSupported": ('PySide2.QtMultimedia.QCameraFocus.FocusPointMode',),
16064    "PySide2.QtMultimedia.QCameraFocusControl.setCustomFocusPoint": ('PySide2.QtCore.QPointF',),
16065    "PySide2.QtMultimedia.QCameraFocusControl.setFocusMode": ('PySide2.QtMultimedia.QCameraFocus.FocusModes',),
16066    "PySide2.QtMultimedia.QCameraFocusControl.setFocusPointMode": ('PySide2.QtMultimedia.QCameraFocus.FocusPointMode',),
16067# class PySide2.QtMultimedia.QCameraFocusZone:
16068# class PySide2.QtMultimedia.QCameraFocusZone.FocusZoneStatus:
16069    "PySide2.QtMultimedia.QCameraFocusZone.__init__": [(), ('PySide2.QtCore.QRectF', 'PySide2.QtMultimedia.QCameraFocusZone.FocusZoneStatus'), ('PySide2.QtMultimedia.QCameraFocusZone',)],
16070    "PySide2.QtMultimedia.QCameraFocusZone.__copy__": (),
16071    "PySide2.QtMultimedia.QCameraFocusZone.area": (),
16072    "PySide2.QtMultimedia.QCameraFocusZone.isValid": (),
16073    "PySide2.QtMultimedia.QCameraFocusZone.setStatus": ('PySide2.QtMultimedia.QCameraFocusZone.FocusZoneStatus',),
16074    "PySide2.QtMultimedia.QCameraFocusZone.status": (),
16075# class PySide2.QtMultimedia.QCameraImageCapture:
16076# class PySide2.QtMultimedia.QCameraImageCapture.CaptureDestination:
16077# class PySide2.QtMultimedia.QCameraImageCapture.CaptureDestinations:
16078# class PySide2.QtMultimedia.QCameraImageCapture.DriveMode:
16079# class PySide2.QtMultimedia.QCameraImageCapture.Error:
16080    "PySide2.QtMultimedia.QCameraImageCapture.__init__": ('PySide2.QtMultimedia.QMediaObject', 'PySide2.QtCore.QObject'),
16081    "PySide2.QtMultimedia.QCameraImageCapture.availability": (),
16082    "PySide2.QtMultimedia.QCameraImageCapture.bufferFormat": (),
16083    "PySide2.QtMultimedia.QCameraImageCapture.cancelCapture": (),
16084    "PySide2.QtMultimedia.QCameraImageCapture.capture": ('str',),
16085    "PySide2.QtMultimedia.QCameraImageCapture.captureDestination": (),
16086    "PySide2.QtMultimedia.QCameraImageCapture.encodingSettings": (),
16087    "PySide2.QtMultimedia.QCameraImageCapture.error": (),
16088    "PySide2.QtMultimedia.QCameraImageCapture.errorString": (),
16089    "PySide2.QtMultimedia.QCameraImageCapture.imageCodecDescription": ('str',),
16090    "PySide2.QtMultimedia.QCameraImageCapture.isAvailable": (),
16091    "PySide2.QtMultimedia.QCameraImageCapture.isCaptureDestinationSupported": ('PySide2.QtMultimedia.QCameraImageCapture.CaptureDestinations',),
16092    "PySide2.QtMultimedia.QCameraImageCapture.isReadyForCapture": (),
16093    "PySide2.QtMultimedia.QCameraImageCapture.mediaObject": (),
16094    "PySide2.QtMultimedia.QCameraImageCapture.setBufferFormat": ('PySide2.QtMultimedia.QVideoFrame.PixelFormat',),
16095    "PySide2.QtMultimedia.QCameraImageCapture.setCaptureDestination": ('PySide2.QtMultimedia.QCameraImageCapture.CaptureDestinations',),
16096    "PySide2.QtMultimedia.QCameraImageCapture.setEncodingSettings": ('PySide2.QtMultimedia.QImageEncoderSettings',),
16097    "PySide2.QtMultimedia.QCameraImageCapture.setMediaObject": ('PySide2.QtMultimedia.QMediaObject',),
16098    "PySide2.QtMultimedia.QCameraImageCapture.supportedBufferFormats": (),
16099    "PySide2.QtMultimedia.QCameraImageCapture.supportedImageCodecs": (),
16100# class PySide2.QtMultimedia.QCameraImageCaptureControl:
16101    "PySide2.QtMultimedia.QCameraImageCaptureControl.__init__": ('PySide2.QtCore.QObject',),
16102    "PySide2.QtMultimedia.QCameraImageCaptureControl.cancelCapture": (),
16103    "PySide2.QtMultimedia.QCameraImageCaptureControl.capture": ('str',),
16104    "PySide2.QtMultimedia.QCameraImageCaptureControl.driveMode": (),
16105    "PySide2.QtMultimedia.QCameraImageCaptureControl.isReadyForCapture": (),
16106    "PySide2.QtMultimedia.QCameraImageCaptureControl.setDriveMode": ('PySide2.QtMultimedia.QCameraImageCapture.DriveMode',),
16107# class PySide2.QtMultimedia.QCameraImageProcessing:
16108# class PySide2.QtMultimedia.QCameraImageProcessing.ColorFilter:
16109# class PySide2.QtMultimedia.QCameraImageProcessing.WhiteBalanceMode:
16110    "PySide2.QtMultimedia.QCameraImageProcessing.brightness": (),
16111    "PySide2.QtMultimedia.QCameraImageProcessing.colorFilter": (),
16112    "PySide2.QtMultimedia.QCameraImageProcessing.contrast": (),
16113    "PySide2.QtMultimedia.QCameraImageProcessing.denoisingLevel": (),
16114    "PySide2.QtMultimedia.QCameraImageProcessing.isAvailable": (),
16115    "PySide2.QtMultimedia.QCameraImageProcessing.isColorFilterSupported": ('PySide2.QtMultimedia.QCameraImageProcessing.ColorFilter',),
16116    "PySide2.QtMultimedia.QCameraImageProcessing.isWhiteBalanceModeSupported": ('PySide2.QtMultimedia.QCameraImageProcessing.WhiteBalanceMode',),
16117    "PySide2.QtMultimedia.QCameraImageProcessing.manualWhiteBalance": (),
16118    "PySide2.QtMultimedia.QCameraImageProcessing.saturation": (),
16119    "PySide2.QtMultimedia.QCameraImageProcessing.setBrightness": ('float',),
16120    "PySide2.QtMultimedia.QCameraImageProcessing.setColorFilter": ('PySide2.QtMultimedia.QCameraImageProcessing.ColorFilter',),
16121    "PySide2.QtMultimedia.QCameraImageProcessing.setContrast": ('float',),
16122    "PySide2.QtMultimedia.QCameraImageProcessing.setDenoisingLevel": ('float',),
16123    "PySide2.QtMultimedia.QCameraImageProcessing.setManualWhiteBalance": ('float',),
16124    "PySide2.QtMultimedia.QCameraImageProcessing.setSaturation": ('float',),
16125    "PySide2.QtMultimedia.QCameraImageProcessing.setSharpeningLevel": ('float',),
16126    "PySide2.QtMultimedia.QCameraImageProcessing.setWhiteBalanceMode": ('PySide2.QtMultimedia.QCameraImageProcessing.WhiteBalanceMode',),
16127    "PySide2.QtMultimedia.QCameraImageProcessing.sharpeningLevel": (),
16128    "PySide2.QtMultimedia.QCameraImageProcessing.whiteBalanceMode": (),
16129# class PySide2.QtMultimedia.QCameraImageProcessingControl:
16130# class PySide2.QtMultimedia.QCameraImageProcessingControl.ProcessingParameter:
16131    "PySide2.QtMultimedia.QCameraImageProcessingControl.__init__": ('PySide2.QtCore.QObject',),
16132    "PySide2.QtMultimedia.QCameraImageProcessingControl.isParameterSupported": ('PySide2.QtMultimedia.QCameraImageProcessingControl.ProcessingParameter',),
16133    "PySide2.QtMultimedia.QCameraImageProcessingControl.isParameterValueSupported": ('PySide2.QtMultimedia.QCameraImageProcessingControl.ProcessingParameter', 'typing.Any'),
16134    "PySide2.QtMultimedia.QCameraImageProcessingControl.parameter": ('PySide2.QtMultimedia.QCameraImageProcessingControl.ProcessingParameter',),
16135    "PySide2.QtMultimedia.QCameraImageProcessingControl.setParameter": ('PySide2.QtMultimedia.QCameraImageProcessingControl.ProcessingParameter', 'typing.Any'),
16136# class PySide2.QtMultimedia.QCameraInfo:
16137    "PySide2.QtMultimedia.QCameraInfo.__init__": [('PySide2.QtCore.QByteArray',), ('PySide2.QtMultimedia.QCamera',), ('PySide2.QtMultimedia.QCameraInfo',)],
16138    "PySide2.QtMultimedia.QCameraInfo.__copy__": (),
16139    "PySide2.QtMultimedia.QCameraInfo.availableCameras": ('PySide2.QtMultimedia.QCamera.Position',),
16140    "PySide2.QtMultimedia.QCameraInfo.defaultCamera": (),
16141    "PySide2.QtMultimedia.QCameraInfo.description": (),
16142    "PySide2.QtMultimedia.QCameraInfo.deviceName": (),
16143    "PySide2.QtMultimedia.QCameraInfo.isNull": (),
16144    "PySide2.QtMultimedia.QCameraInfo.orientation": (),
16145    "PySide2.QtMultimedia.QCameraInfo.position": (),
16146# class PySide2.QtMultimedia.QCameraInfoControl:
16147    "PySide2.QtMultimedia.QCameraInfoControl.__init__": ('PySide2.QtCore.QObject',),
16148    "PySide2.QtMultimedia.QCameraInfoControl.cameraOrientation": ('str',),
16149    "PySide2.QtMultimedia.QCameraInfoControl.cameraPosition": ('str',),
16150# class PySide2.QtMultimedia.QCameraLocksControl:
16151    "PySide2.QtMultimedia.QCameraLocksControl.__init__": ('PySide2.QtCore.QObject',),
16152    "PySide2.QtMultimedia.QCameraLocksControl.lockStatus": ('PySide2.QtMultimedia.QCamera.LockType',),
16153    "PySide2.QtMultimedia.QCameraLocksControl.searchAndLock": ('PySide2.QtMultimedia.QCamera.LockTypes',),
16154    "PySide2.QtMultimedia.QCameraLocksControl.supportedLocks": (),
16155    "PySide2.QtMultimedia.QCameraLocksControl.unlock": ('PySide2.QtMultimedia.QCamera.LockTypes',),
16156# class PySide2.QtMultimedia.QCameraViewfinderSettings:
16157    "PySide2.QtMultimedia.QCameraViewfinderSettings.__init__": [(), ('PySide2.QtMultimedia.QCameraViewfinderSettings',)],
16158    "PySide2.QtMultimedia.QCameraViewfinderSettings.__copy__": (),
16159    "PySide2.QtMultimedia.QCameraViewfinderSettings.isNull": (),
16160    "PySide2.QtMultimedia.QCameraViewfinderSettings.maximumFrameRate": (),
16161    "PySide2.QtMultimedia.QCameraViewfinderSettings.minimumFrameRate": (),
16162    "PySide2.QtMultimedia.QCameraViewfinderSettings.pixelAspectRatio": (),
16163    "PySide2.QtMultimedia.QCameraViewfinderSettings.pixelFormat": (),
16164    "PySide2.QtMultimedia.QCameraViewfinderSettings.resolution": (),
16165    "PySide2.QtMultimedia.QCameraViewfinderSettings.setMaximumFrameRate": ('float',),
16166    "PySide2.QtMultimedia.QCameraViewfinderSettings.setMinimumFrameRate": ('float',),
16167    "PySide2.QtMultimedia.QCameraViewfinderSettings.setPixelAspectRatio": [('PySide2.QtCore.QSize',), ('int', 'int')],
16168    "PySide2.QtMultimedia.QCameraViewfinderSettings.setPixelFormat": ('PySide2.QtMultimedia.QVideoFrame.PixelFormat',),
16169    "PySide2.QtMultimedia.QCameraViewfinderSettings.setResolution": [('PySide2.QtCore.QSize',), ('int', 'int')],
16170    "PySide2.QtMultimedia.QCameraViewfinderSettings.swap": ('PySide2.QtMultimedia.QCameraViewfinderSettings',),
16171# class PySide2.QtMultimedia.QCameraViewfinderSettingsControl:
16172# class PySide2.QtMultimedia.QCameraViewfinderSettingsControl.ViewfinderParameter:
16173    "PySide2.QtMultimedia.QCameraViewfinderSettingsControl.__init__": ('PySide2.QtCore.QObject',),
16174    "PySide2.QtMultimedia.QCameraViewfinderSettingsControl.isViewfinderParameterSupported": ('PySide2.QtMultimedia.QCameraViewfinderSettingsControl.ViewfinderParameter',),
16175    "PySide2.QtMultimedia.QCameraViewfinderSettingsControl.setViewfinderParameter": ('PySide2.QtMultimedia.QCameraViewfinderSettingsControl.ViewfinderParameter', 'typing.Any'),
16176    "PySide2.QtMultimedia.QCameraViewfinderSettingsControl.viewfinderParameter": ('PySide2.QtMultimedia.QCameraViewfinderSettingsControl.ViewfinderParameter',),
16177# class PySide2.QtMultimedia.QCameraViewfinderSettingsControl2:
16178    "PySide2.QtMultimedia.QCameraViewfinderSettingsControl2.__init__": ('PySide2.QtCore.QObject',),
16179    "PySide2.QtMultimedia.QCameraViewfinderSettingsControl2.setViewfinderSettings": ('PySide2.QtMultimedia.QCameraViewfinderSettings',),
16180    "PySide2.QtMultimedia.QCameraViewfinderSettingsControl2.supportedViewfinderSettings": (),
16181    "PySide2.QtMultimedia.QCameraViewfinderSettingsControl2.viewfinderSettings": (),
16182# class PySide2.QtMultimedia.QCameraZoomControl:
16183    "PySide2.QtMultimedia.QCameraZoomControl.__init__": ('PySide2.QtCore.QObject',),
16184    "PySide2.QtMultimedia.QCameraZoomControl.currentDigitalZoom": (),
16185    "PySide2.QtMultimedia.QCameraZoomControl.currentOpticalZoom": (),
16186    "PySide2.QtMultimedia.QCameraZoomControl.maximumDigitalZoom": (),
16187    "PySide2.QtMultimedia.QCameraZoomControl.maximumOpticalZoom": (),
16188    "PySide2.QtMultimedia.QCameraZoomControl.requestedDigitalZoom": (),
16189    "PySide2.QtMultimedia.QCameraZoomControl.requestedOpticalZoom": (),
16190    "PySide2.QtMultimedia.QCameraZoomControl.zoomTo": ('float', 'float'),
16191# class PySide2.QtMultimedia.QCustomAudioRoleControl:
16192    "PySide2.QtMultimedia.QCustomAudioRoleControl.__init__": ('PySide2.QtCore.QObject',),
16193    "PySide2.QtMultimedia.QCustomAudioRoleControl.customAudioRole": (),
16194    "PySide2.QtMultimedia.QCustomAudioRoleControl.setCustomAudioRole": ('str',),
16195    "PySide2.QtMultimedia.QCustomAudioRoleControl.supportedCustomAudioRoles": (),
16196# class PySide2.QtMultimedia.QImageEncoderControl:
16197    "PySide2.QtMultimedia.QImageEncoderControl.__init__": ('PySide2.QtCore.QObject',),
16198    "PySide2.QtMultimedia.QImageEncoderControl.imageCodecDescription": ('str',),
16199    "PySide2.QtMultimedia.QImageEncoderControl.imageSettings": (),
16200    "PySide2.QtMultimedia.QImageEncoderControl.setImageSettings": ('PySide2.QtMultimedia.QImageEncoderSettings',),
16201    "PySide2.QtMultimedia.QImageEncoderControl.supportedImageCodecs": (),
16202# class PySide2.QtMultimedia.QImageEncoderSettings:
16203    "PySide2.QtMultimedia.QImageEncoderSettings.__init__": [(), ('PySide2.QtMultimedia.QImageEncoderSettings',)],
16204    "PySide2.QtMultimedia.QImageEncoderSettings.__copy__": (),
16205    "PySide2.QtMultimedia.QImageEncoderSettings.codec": (),
16206    "PySide2.QtMultimedia.QImageEncoderSettings.encodingOption": ('str',),
16207    "PySide2.QtMultimedia.QImageEncoderSettings.encodingOptions": (),
16208    "PySide2.QtMultimedia.QImageEncoderSettings.isNull": (),
16209    "PySide2.QtMultimedia.QImageEncoderSettings.quality": (),
16210    "PySide2.QtMultimedia.QImageEncoderSettings.resolution": (),
16211    "PySide2.QtMultimedia.QImageEncoderSettings.setCodec": ('str',),
16212    "PySide2.QtMultimedia.QImageEncoderSettings.setEncodingOption": ('str', 'typing.Any'),
16213    "PySide2.QtMultimedia.QImageEncoderSettings.setEncodingOptions": ('typing.Dict[str, typing.Any]',),
16214    "PySide2.QtMultimedia.QImageEncoderSettings.setQuality": ('PySide2.QtMultimedia.QMultimedia.EncodingQuality',),
16215    "PySide2.QtMultimedia.QImageEncoderSettings.setResolution": [('PySide2.QtCore.QSize',), ('int', 'int')],
16216# class PySide2.QtMultimedia.QMediaAudioProbeControl:
16217    "PySide2.QtMultimedia.QMediaAudioProbeControl.__init__": ('PySide2.QtCore.QObject',),
16218# class PySide2.QtMultimedia.QMediaAvailabilityControl:
16219    "PySide2.QtMultimedia.QMediaAvailabilityControl.__init__": ('PySide2.QtCore.QObject',),
16220    "PySide2.QtMultimedia.QMediaAvailabilityControl.availability": (),
16221# class PySide2.QtMultimedia.QMediaBindableInterface:
16222    "PySide2.QtMultimedia.QMediaBindableInterface.__init__": (),
16223    "PySide2.QtMultimedia.QMediaBindableInterface.mediaObject": (),
16224    "PySide2.QtMultimedia.QMediaBindableInterface.setMediaObject": ('PySide2.QtMultimedia.QMediaObject',),
16225# class PySide2.QtMultimedia.QMediaContainerControl:
16226    "PySide2.QtMultimedia.QMediaContainerControl.__init__": ('PySide2.QtCore.QObject',),
16227    "PySide2.QtMultimedia.QMediaContainerControl.containerDescription": ('str',),
16228    "PySide2.QtMultimedia.QMediaContainerControl.containerFormat": (),
16229    "PySide2.QtMultimedia.QMediaContainerControl.setContainerFormat": ('str',),
16230    "PySide2.QtMultimedia.QMediaContainerControl.supportedContainers": (),
16231# class PySide2.QtMultimedia.QMediaContent:
16232    "PySide2.QtMultimedia.QMediaContent.__init__": [(), ('PySide2.QtCore.QUrl',), ('PySide2.QtMultimedia.QMediaContent',), ('PySide2.QtMultimedia.QMediaPlaylist', 'PySide2.QtCore.QUrl', 'bool'), ('PySide2.QtMultimedia.QMediaResource',), ('PySide2.QtNetwork.QNetworkRequest',), ('typing.Sequence[PySide2.QtMultimedia.QMediaResource]',)],
16233    "PySide2.QtMultimedia.QMediaContent.__copy__": (),
16234    "PySide2.QtMultimedia.QMediaContent.canonicalRequest": (),
16235    "PySide2.QtMultimedia.QMediaContent.canonicalResource": (),
16236    "PySide2.QtMultimedia.QMediaContent.canonicalUrl": (),
16237    "PySide2.QtMultimedia.QMediaContent.isNull": (),
16238    "PySide2.QtMultimedia.QMediaContent.playlist": (),
16239    "PySide2.QtMultimedia.QMediaContent.request": (),
16240    "PySide2.QtMultimedia.QMediaContent.resources": (),
16241# class PySide2.QtMultimedia.QMediaControl:
16242    "PySide2.QtMultimedia.QMediaControl.__init__": ('PySide2.QtCore.QObject',),
16243# class PySide2.QtMultimedia.QMediaGaplessPlaybackControl:
16244    "PySide2.QtMultimedia.QMediaGaplessPlaybackControl.__init__": ('PySide2.QtCore.QObject',),
16245    "PySide2.QtMultimedia.QMediaGaplessPlaybackControl.crossfadeTime": (),
16246    "PySide2.QtMultimedia.QMediaGaplessPlaybackControl.isCrossfadeSupported": (),
16247    "PySide2.QtMultimedia.QMediaGaplessPlaybackControl.nextMedia": (),
16248    "PySide2.QtMultimedia.QMediaGaplessPlaybackControl.setCrossfadeTime": ('float',),
16249    "PySide2.QtMultimedia.QMediaGaplessPlaybackControl.setNextMedia": ('PySide2.QtMultimedia.QMediaContent',),
16250# class PySide2.QtMultimedia.QMediaNetworkAccessControl:
16251    "PySide2.QtMultimedia.QMediaNetworkAccessControl.__init__": ('PySide2.QtCore.QObject',),
16252    "PySide2.QtMultimedia.QMediaNetworkAccessControl.currentConfiguration": (),
16253    "PySide2.QtMultimedia.QMediaNetworkAccessControl.setConfigurations": ('typing.Sequence[PySide2.QtNetwork.QNetworkConfiguration]',),
16254# class PySide2.QtMultimedia.QMediaObject:
16255    "PySide2.QtMultimedia.QMediaObject.__init__": ('PySide2.QtCore.QObject', 'PySide2.QtMultimedia.QMediaService'),
16256    "PySide2.QtMultimedia.QMediaObject.addPropertyWatch": ('PySide2.QtCore.QByteArray',),
16257    "PySide2.QtMultimedia.QMediaObject.availability": (),
16258    "PySide2.QtMultimedia.QMediaObject.availableMetaData": (),
16259    "PySide2.QtMultimedia.QMediaObject.bind": ('PySide2.QtCore.QObject',),
16260    "PySide2.QtMultimedia.QMediaObject.isAvailable": (),
16261    "PySide2.QtMultimedia.QMediaObject.isMetaDataAvailable": (),
16262    "PySide2.QtMultimedia.QMediaObject.metaData": ('str',),
16263    "PySide2.QtMultimedia.QMediaObject.notifyInterval": (),
16264    "PySide2.QtMultimedia.QMediaObject.removePropertyWatch": ('PySide2.QtCore.QByteArray',),
16265    "PySide2.QtMultimedia.QMediaObject.service": (),
16266    "PySide2.QtMultimedia.QMediaObject.setNotifyInterval": ('int',),
16267    "PySide2.QtMultimedia.QMediaObject.unbind": ('PySide2.QtCore.QObject',),
16268# class PySide2.QtMultimedia.QMediaPlayer:
16269# class PySide2.QtMultimedia.QMediaPlayer.Error:
16270# class PySide2.QtMultimedia.QMediaPlayer.Flag:
16271# class PySide2.QtMultimedia.QMediaPlayer.Flags:
16272# class PySide2.QtMultimedia.QMediaPlayer.MediaStatus:
16273# class PySide2.QtMultimedia.QMediaPlayer.State:
16274    "PySide2.QtMultimedia.QMediaPlayer.__init__": ('PySide2.QtCore.QObject', 'PySide2.QtMultimedia.QMediaPlayer.Flags'),
16275    "PySide2.QtMultimedia.QMediaPlayer.audioRole": (),
16276    "PySide2.QtMultimedia.QMediaPlayer.availability": (),
16277    "PySide2.QtMultimedia.QMediaPlayer.bind": ('PySide2.QtCore.QObject',),
16278    "PySide2.QtMultimedia.QMediaPlayer.bufferStatus": (),
16279    "PySide2.QtMultimedia.QMediaPlayer.currentMedia": (),
16280    "PySide2.QtMultimedia.QMediaPlayer.currentNetworkConfiguration": (),
16281    "PySide2.QtMultimedia.QMediaPlayer.customAudioRole": (),
16282    "PySide2.QtMultimedia.QMediaPlayer.duration": (),
16283    "PySide2.QtMultimedia.QMediaPlayer.error": (),
16284    "PySide2.QtMultimedia.QMediaPlayer.errorString": (),
16285    "PySide2.QtMultimedia.QMediaPlayer.hasSupport": ('str', 'typing.Sequence[str]', 'PySide2.QtMultimedia.QMediaPlayer.Flags'),
16286    "PySide2.QtMultimedia.QMediaPlayer.isAudioAvailable": (),
16287    "PySide2.QtMultimedia.QMediaPlayer.isMuted": (),
16288    "PySide2.QtMultimedia.QMediaPlayer.isSeekable": (),
16289    "PySide2.QtMultimedia.QMediaPlayer.isVideoAvailable": (),
16290    "PySide2.QtMultimedia.QMediaPlayer.media": (),
16291    "PySide2.QtMultimedia.QMediaPlayer.mediaStatus": (),
16292    "PySide2.QtMultimedia.QMediaPlayer.mediaStream": (),
16293    "PySide2.QtMultimedia.QMediaPlayer.pause": (),
16294    "PySide2.QtMultimedia.QMediaPlayer.play": (),
16295    "PySide2.QtMultimedia.QMediaPlayer.playbackRate": (),
16296    "PySide2.QtMultimedia.QMediaPlayer.playlist": (),
16297    "PySide2.QtMultimedia.QMediaPlayer.position": (),
16298    "PySide2.QtMultimedia.QMediaPlayer.setAudioRole": ('PySide2.QtMultimedia.QAudio.Role',),
16299    "PySide2.QtMultimedia.QMediaPlayer.setCustomAudioRole": ('str',),
16300    "PySide2.QtMultimedia.QMediaPlayer.setMedia": ('PySide2.QtMultimedia.QMediaContent', 'PySide2.QtCore.QIODevice'),
16301    "PySide2.QtMultimedia.QMediaPlayer.setMuted": ('bool',),
16302    "PySide2.QtMultimedia.QMediaPlayer.setNetworkConfigurations": ('typing.Sequence[PySide2.QtNetwork.QNetworkConfiguration]',),
16303    "PySide2.QtMultimedia.QMediaPlayer.setPlaybackRate": ('float',),
16304    "PySide2.QtMultimedia.QMediaPlayer.setPlaylist": ('PySide2.QtMultimedia.QMediaPlaylist',),
16305    "PySide2.QtMultimedia.QMediaPlayer.setPosition": ('int',),
16306    "PySide2.QtMultimedia.QMediaPlayer.setVideoOutput": [('PySide2.QtMultimedia.QAbstractVideoSurface',), ('PySide2.QtMultimediaWidgets.QGraphicsVideoItem',), ('PySide2.QtMultimediaWidgets.QVideoWidget',)],
16307    "PySide2.QtMultimedia.QMediaPlayer.setVolume": ('int',),
16308    "PySide2.QtMultimedia.QMediaPlayer.state": (),
16309    "PySide2.QtMultimedia.QMediaPlayer.stop": (),
16310    "PySide2.QtMultimedia.QMediaPlayer.supportedAudioRoles": (),
16311    "PySide2.QtMultimedia.QMediaPlayer.supportedCustomAudioRoles": (),
16312    "PySide2.QtMultimedia.QMediaPlayer.supportedMimeTypes": ('PySide2.QtMultimedia.QMediaPlayer.Flags',),
16313    "PySide2.QtMultimedia.QMediaPlayer.unbind": ('PySide2.QtCore.QObject',),
16314    "PySide2.QtMultimedia.QMediaPlayer.volume": (),
16315# class PySide2.QtMultimedia.QMediaPlayerControl:
16316    "PySide2.QtMultimedia.QMediaPlayerControl.__init__": ('PySide2.QtCore.QObject',),
16317    "PySide2.QtMultimedia.QMediaPlayerControl.availablePlaybackRanges": (),
16318    "PySide2.QtMultimedia.QMediaPlayerControl.bufferStatus": (),
16319    "PySide2.QtMultimedia.QMediaPlayerControl.duration": (),
16320    "PySide2.QtMultimedia.QMediaPlayerControl.isAudioAvailable": (),
16321    "PySide2.QtMultimedia.QMediaPlayerControl.isMuted": (),
16322    "PySide2.QtMultimedia.QMediaPlayerControl.isSeekable": (),
16323    "PySide2.QtMultimedia.QMediaPlayerControl.isVideoAvailable": (),
16324    "PySide2.QtMultimedia.QMediaPlayerControl.media": (),
16325    "PySide2.QtMultimedia.QMediaPlayerControl.mediaStatus": (),
16326    "PySide2.QtMultimedia.QMediaPlayerControl.mediaStream": (),
16327    "PySide2.QtMultimedia.QMediaPlayerControl.pause": (),
16328    "PySide2.QtMultimedia.QMediaPlayerControl.play": (),
16329    "PySide2.QtMultimedia.QMediaPlayerControl.playbackRate": (),
16330    "PySide2.QtMultimedia.QMediaPlayerControl.position": (),
16331    "PySide2.QtMultimedia.QMediaPlayerControl.setMedia": ('PySide2.QtMultimedia.QMediaContent', 'PySide2.QtCore.QIODevice'),
16332    "PySide2.QtMultimedia.QMediaPlayerControl.setMuted": ('bool',),
16333    "PySide2.QtMultimedia.QMediaPlayerControl.setPlaybackRate": ('float',),
16334    "PySide2.QtMultimedia.QMediaPlayerControl.setPosition": ('int',),
16335    "PySide2.QtMultimedia.QMediaPlayerControl.setVolume": ('int',),
16336    "PySide2.QtMultimedia.QMediaPlayerControl.state": (),
16337    "PySide2.QtMultimedia.QMediaPlayerControl.stop": (),
16338    "PySide2.QtMultimedia.QMediaPlayerControl.volume": (),
16339# class PySide2.QtMultimedia.QMediaPlaylist:
16340# class PySide2.QtMultimedia.QMediaPlaylist.Error:
16341# class PySide2.QtMultimedia.QMediaPlaylist.PlaybackMode:
16342    "PySide2.QtMultimedia.QMediaPlaylist.__init__": ('PySide2.QtCore.QObject',),
16343    "PySide2.QtMultimedia.QMediaPlaylist.addMedia": [('PySide2.QtMultimedia.QMediaContent',), ('typing.Sequence[PySide2.QtMultimedia.QMediaContent]',)],
16344    "PySide2.QtMultimedia.QMediaPlaylist.clear": (),
16345    "PySide2.QtMultimedia.QMediaPlaylist.currentIndex": (),
16346    "PySide2.QtMultimedia.QMediaPlaylist.currentMedia": (),
16347    "PySide2.QtMultimedia.QMediaPlaylist.error": (),
16348    "PySide2.QtMultimedia.QMediaPlaylist.errorString": (),
16349    "PySide2.QtMultimedia.QMediaPlaylist.insertMedia": [('int', 'PySide2.QtMultimedia.QMediaContent'), ('int', 'typing.Sequence[PySide2.QtMultimedia.QMediaContent]')],
16350    "PySide2.QtMultimedia.QMediaPlaylist.isEmpty": (),
16351    "PySide2.QtMultimedia.QMediaPlaylist.isReadOnly": (),
16352    "PySide2.QtMultimedia.QMediaPlaylist.load": [('PySide2.QtCore.QIODevice', 'str'), ('PySide2.QtCore.QUrl', 'str'), ('PySide2.QtNetwork.QNetworkRequest', 'str')],
16353    "PySide2.QtMultimedia.QMediaPlaylist.media": ('int',),
16354    "PySide2.QtMultimedia.QMediaPlaylist.mediaCount": (),
16355    "PySide2.QtMultimedia.QMediaPlaylist.mediaObject": (),
16356    "PySide2.QtMultimedia.QMediaPlaylist.moveMedia": ('int', 'int'),
16357    "PySide2.QtMultimedia.QMediaPlaylist.nextIndex": ('int',),
16358    "PySide2.QtMultimedia.QMediaPlaylist.playbackMode": (),
16359    "PySide2.QtMultimedia.QMediaPlaylist.previous": (),
16360    "PySide2.QtMultimedia.QMediaPlaylist.previousIndex": ('int',),
16361    "PySide2.QtMultimedia.QMediaPlaylist.removeMedia": [('int',), ('int', 'int')],
16362    "PySide2.QtMultimedia.QMediaPlaylist.save": [('PySide2.QtCore.QIODevice', 'str'), ('PySide2.QtCore.QUrl', 'str')],
16363    "PySide2.QtMultimedia.QMediaPlaylist.setCurrentIndex": ('int',),
16364    "PySide2.QtMultimedia.QMediaPlaylist.setMediaObject": ('PySide2.QtMultimedia.QMediaObject',),
16365    "PySide2.QtMultimedia.QMediaPlaylist.setPlaybackMode": ('PySide2.QtMultimedia.QMediaPlaylist.PlaybackMode',),
16366    "PySide2.QtMultimedia.QMediaPlaylist.shuffle": (),
16367# class PySide2.QtMultimedia.QMediaRecorder:
16368# class PySide2.QtMultimedia.QMediaRecorder.Error:
16369# class PySide2.QtMultimedia.QMediaRecorder.State:
16370# class PySide2.QtMultimedia.QMediaRecorder.Status:
16371    "PySide2.QtMultimedia.QMediaRecorder.__init__": ('PySide2.QtMultimedia.QMediaObject', 'PySide2.QtCore.QObject'),
16372    "PySide2.QtMultimedia.QMediaRecorder.actualLocation": (),
16373    "PySide2.QtMultimedia.QMediaRecorder.audioCodecDescription": ('str',),
16374    "PySide2.QtMultimedia.QMediaRecorder.audioSettings": (),
16375    "PySide2.QtMultimedia.QMediaRecorder.availability": (),
16376    "PySide2.QtMultimedia.QMediaRecorder.availableMetaData": (),
16377    "PySide2.QtMultimedia.QMediaRecorder.containerDescription": ('str',),
16378    "PySide2.QtMultimedia.QMediaRecorder.containerFormat": (),
16379    "PySide2.QtMultimedia.QMediaRecorder.duration": (),
16380    "PySide2.QtMultimedia.QMediaRecorder.error": (),
16381    "PySide2.QtMultimedia.QMediaRecorder.errorString": (),
16382    "PySide2.QtMultimedia.QMediaRecorder.isAvailable": (),
16383    "PySide2.QtMultimedia.QMediaRecorder.isMetaDataAvailable": (),
16384    "PySide2.QtMultimedia.QMediaRecorder.isMetaDataWritable": (),
16385    "PySide2.QtMultimedia.QMediaRecorder.isMuted": (),
16386    "PySide2.QtMultimedia.QMediaRecorder.mediaObject": (),
16387    "PySide2.QtMultimedia.QMediaRecorder.metaData": ('str',),
16388    "PySide2.QtMultimedia.QMediaRecorder.outputLocation": (),
16389    "PySide2.QtMultimedia.QMediaRecorder.pause": (),
16390    "PySide2.QtMultimedia.QMediaRecorder.record": (),
16391    "PySide2.QtMultimedia.QMediaRecorder.setAudioSettings": ('PySide2.QtMultimedia.QAudioEncoderSettings',),
16392    "PySide2.QtMultimedia.QMediaRecorder.setContainerFormat": ('str',),
16393    "PySide2.QtMultimedia.QMediaRecorder.setEncodingSettings": ('PySide2.QtMultimedia.QAudioEncoderSettings', 'PySide2.QtMultimedia.QVideoEncoderSettings', 'str'),
16394    "PySide2.QtMultimedia.QMediaRecorder.setMediaObject": ('PySide2.QtMultimedia.QMediaObject',),
16395    "PySide2.QtMultimedia.QMediaRecorder.setMetaData": ('str', 'typing.Any'),
16396    "PySide2.QtMultimedia.QMediaRecorder.setMuted": ('bool',),
16397    "PySide2.QtMultimedia.QMediaRecorder.setOutputLocation": ('PySide2.QtCore.QUrl',),
16398    "PySide2.QtMultimedia.QMediaRecorder.setVideoSettings": ('PySide2.QtMultimedia.QVideoEncoderSettings',),
16399    "PySide2.QtMultimedia.QMediaRecorder.setVolume": ('float',),
16400    "PySide2.QtMultimedia.QMediaRecorder.state": (),
16401    "PySide2.QtMultimedia.QMediaRecorder.status": (),
16402    "PySide2.QtMultimedia.QMediaRecorder.stop": (),
16403    "PySide2.QtMultimedia.QMediaRecorder.supportedAudioCodecs": (),
16404    "PySide2.QtMultimedia.QMediaRecorder.supportedContainers": (),
16405    "PySide2.QtMultimedia.QMediaRecorder.supportedVideoCodecs": (),
16406    "PySide2.QtMultimedia.QMediaRecorder.videoCodecDescription": ('str',),
16407    "PySide2.QtMultimedia.QMediaRecorder.videoSettings": (),
16408    "PySide2.QtMultimedia.QMediaRecorder.volume": (),
16409# class PySide2.QtMultimedia.QMediaRecorderControl:
16410    "PySide2.QtMultimedia.QMediaRecorderControl.__init__": ('PySide2.QtCore.QObject',),
16411    "PySide2.QtMultimedia.QMediaRecorderControl.applySettings": (),
16412    "PySide2.QtMultimedia.QMediaRecorderControl.duration": (),
16413    "PySide2.QtMultimedia.QMediaRecorderControl.isMuted": (),
16414    "PySide2.QtMultimedia.QMediaRecorderControl.outputLocation": (),
16415    "PySide2.QtMultimedia.QMediaRecorderControl.setMuted": ('bool',),
16416    "PySide2.QtMultimedia.QMediaRecorderControl.setOutputLocation": ('PySide2.QtCore.QUrl',),
16417    "PySide2.QtMultimedia.QMediaRecorderControl.setState": ('PySide2.QtMultimedia.QMediaRecorder.State',),
16418    "PySide2.QtMultimedia.QMediaRecorderControl.setVolume": ('float',),
16419    "PySide2.QtMultimedia.QMediaRecorderControl.state": (),
16420    "PySide2.QtMultimedia.QMediaRecorderControl.status": (),
16421    "PySide2.QtMultimedia.QMediaRecorderControl.volume": (),
16422# class PySide2.QtMultimedia.QMediaResource:
16423    "PySide2.QtMultimedia.QMediaResource.__init__": [(), ('PySide2.QtCore.QUrl', 'str'), ('PySide2.QtMultimedia.QMediaResource',), ('PySide2.QtNetwork.QNetworkRequest', 'str')],
16424    "PySide2.QtMultimedia.QMediaResource.__copy__": (),
16425    "PySide2.QtMultimedia.QMediaResource.audioBitRate": (),
16426    "PySide2.QtMultimedia.QMediaResource.audioCodec": (),
16427    "PySide2.QtMultimedia.QMediaResource.channelCount": (),
16428    "PySide2.QtMultimedia.QMediaResource.dataSize": (),
16429    "PySide2.QtMultimedia.QMediaResource.isNull": (),
16430    "PySide2.QtMultimedia.QMediaResource.language": (),
16431    "PySide2.QtMultimedia.QMediaResource.mimeType": (),
16432    "PySide2.QtMultimedia.QMediaResource.request": (),
16433    "PySide2.QtMultimedia.QMediaResource.resolution": (),
16434    "PySide2.QtMultimedia.QMediaResource.sampleRate": (),
16435    "PySide2.QtMultimedia.QMediaResource.setAudioBitRate": ('int',),
16436    "PySide2.QtMultimedia.QMediaResource.setAudioCodec": ('str',),
16437    "PySide2.QtMultimedia.QMediaResource.setChannelCount": ('int',),
16438    "PySide2.QtMultimedia.QMediaResource.setDataSize": ('int',),
16439    "PySide2.QtMultimedia.QMediaResource.setLanguage": ('str',),
16440    "PySide2.QtMultimedia.QMediaResource.setResolution": [('PySide2.QtCore.QSize',), ('int', 'int')],
16441    "PySide2.QtMultimedia.QMediaResource.setSampleRate": ('int',),
16442    "PySide2.QtMultimedia.QMediaResource.setVideoBitRate": ('int',),
16443    "PySide2.QtMultimedia.QMediaResource.setVideoCodec": ('str',),
16444    "PySide2.QtMultimedia.QMediaResource.url": (),
16445    "PySide2.QtMultimedia.QMediaResource.videoBitRate": (),
16446    "PySide2.QtMultimedia.QMediaResource.videoCodec": (),
16447# class PySide2.QtMultimedia.QMediaService:
16448    "PySide2.QtMultimedia.QMediaService.__init__": ('PySide2.QtCore.QObject',),
16449    "PySide2.QtMultimedia.QMediaService.releaseControl": ('PySide2.QtMultimedia.QMediaControl',),
16450    "PySide2.QtMultimedia.QMediaService.requestControl": ('str',),
16451# class PySide2.QtMultimedia.QMediaServiceCameraInfoInterface:
16452    "PySide2.QtMultimedia.QMediaServiceCameraInfoInterface.__init__": (),
16453    "PySide2.QtMultimedia.QMediaServiceCameraInfoInterface.cameraOrientation": ('PySide2.QtCore.QByteArray',),
16454    "PySide2.QtMultimedia.QMediaServiceCameraInfoInterface.cameraPosition": ('PySide2.QtCore.QByteArray',),
16455# class PySide2.QtMultimedia.QMediaServiceDefaultDeviceInterface:
16456    "PySide2.QtMultimedia.QMediaServiceDefaultDeviceInterface.__init__": (),
16457    "PySide2.QtMultimedia.QMediaServiceDefaultDeviceInterface.defaultDevice": ('PySide2.QtCore.QByteArray',),
16458# class PySide2.QtMultimedia.QMediaServiceFeaturesInterface:
16459    "PySide2.QtMultimedia.QMediaServiceFeaturesInterface.__init__": (),
16460    "PySide2.QtMultimedia.QMediaServiceFeaturesInterface.supportedFeatures": ('PySide2.QtCore.QByteArray',),
16461# class PySide2.QtMultimedia.QMediaServiceProviderHint:
16462# class PySide2.QtMultimedia.QMediaServiceProviderHint.Feature:
16463# class PySide2.QtMultimedia.QMediaServiceProviderHint.Features:
16464# class PySide2.QtMultimedia.QMediaServiceProviderHint.Type:
16465    "PySide2.QtMultimedia.QMediaServiceProviderHint.__init__": [(), ('PySide2.QtCore.QByteArray',), ('PySide2.QtMultimedia.QCamera.Position',), ('PySide2.QtMultimedia.QMediaServiceProviderHint',), ('PySide2.QtMultimedia.QMediaServiceProviderHint.Features',), ('str', 'typing.Sequence[str]')],
16466    "PySide2.QtMultimedia.QMediaServiceProviderHint.__copy__": (),
16467    "PySide2.QtMultimedia.QMediaServiceProviderHint.cameraPosition": (),
16468    "PySide2.QtMultimedia.QMediaServiceProviderHint.codecs": (),
16469    "PySide2.QtMultimedia.QMediaServiceProviderHint.device": (),
16470    "PySide2.QtMultimedia.QMediaServiceProviderHint.features": (),
16471    "PySide2.QtMultimedia.QMediaServiceProviderHint.isNull": (),
16472    "PySide2.QtMultimedia.QMediaServiceProviderHint.mimeType": (),
16473    "PySide2.QtMultimedia.QMediaServiceProviderHint.type": (),
16474# class PySide2.QtMultimedia.QMediaServiceSupportedDevicesInterface:
16475    "PySide2.QtMultimedia.QMediaServiceSupportedDevicesInterface.__init__": (),
16476    "PySide2.QtMultimedia.QMediaServiceSupportedDevicesInterface.deviceDescription": ('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QByteArray'),
16477    "PySide2.QtMultimedia.QMediaServiceSupportedDevicesInterface.devices": ('PySide2.QtCore.QByteArray',),
16478# class PySide2.QtMultimedia.QMediaServiceSupportedFormatsInterface:
16479    "PySide2.QtMultimedia.QMediaServiceSupportedFormatsInterface.__init__": (),
16480    "PySide2.QtMultimedia.QMediaServiceSupportedFormatsInterface.hasSupport": ('str', 'typing.Sequence[str]'),
16481    "PySide2.QtMultimedia.QMediaServiceSupportedFormatsInterface.supportedMimeTypes": (),
16482# class PySide2.QtMultimedia.QMediaStreamsControl:
16483# class PySide2.QtMultimedia.QMediaStreamsControl.StreamType:
16484    "PySide2.QtMultimedia.QMediaStreamsControl.__init__": ('PySide2.QtCore.QObject',),
16485    "PySide2.QtMultimedia.QMediaStreamsControl.isActive": ('int',),
16486    "PySide2.QtMultimedia.QMediaStreamsControl.metaData": ('int', 'str'),
16487    "PySide2.QtMultimedia.QMediaStreamsControl.setActive": ('int', 'bool'),
16488    "PySide2.QtMultimedia.QMediaStreamsControl.streamCount": (),
16489    "PySide2.QtMultimedia.QMediaStreamsControl.streamType": ('int',),
16490# class PySide2.QtMultimedia.QMediaTimeInterval:
16491    "PySide2.QtMultimedia.QMediaTimeInterval.__init__": [(), ('PySide2.QtMultimedia.QMediaTimeInterval',), ('int', 'int')],
16492    "PySide2.QtMultimedia.QMediaTimeInterval.__copy__": (),
16493    "PySide2.QtMultimedia.QMediaTimeInterval.contains": ('int',),
16494    "PySide2.QtMultimedia.QMediaTimeInterval.end": (),
16495    "PySide2.QtMultimedia.QMediaTimeInterval.isNormal": (),
16496    "PySide2.QtMultimedia.QMediaTimeInterval.normalized": (),
16497    "PySide2.QtMultimedia.QMediaTimeInterval.start": (),
16498    "PySide2.QtMultimedia.QMediaTimeInterval.translated": ('int',),
16499# class PySide2.QtMultimedia.QMediaTimeRange:
16500    "PySide2.QtMultimedia.QMediaTimeRange.__init__": [(), ('PySide2.QtMultimedia.QMediaTimeInterval',), ('PySide2.QtMultimedia.QMediaTimeRange',), ('int', 'int')],
16501    "PySide2.QtMultimedia.QMediaTimeRange.__add__": ('PySide2.QtMultimedia.QMediaTimeRange',),
16502    "PySide2.QtMultimedia.QMediaTimeRange.__copy__": (),
16503    "PySide2.QtMultimedia.QMediaTimeRange.__iadd__": [('PySide2.QtMultimedia.QMediaTimeInterval',), ('PySide2.QtMultimedia.QMediaTimeRange',)],
16504    "PySide2.QtMultimedia.QMediaTimeRange.__isub__": [('PySide2.QtMultimedia.QMediaTimeInterval',), ('PySide2.QtMultimedia.QMediaTimeRange',)],
16505    "PySide2.QtMultimedia.QMediaTimeRange.__sub__": ('PySide2.QtMultimedia.QMediaTimeRange',),
16506    "PySide2.QtMultimedia.QMediaTimeRange.addInterval": [('PySide2.QtMultimedia.QMediaTimeInterval',), ('int', 'int')],
16507    "PySide2.QtMultimedia.QMediaTimeRange.addTimeRange": ('PySide2.QtMultimedia.QMediaTimeRange',),
16508    "PySide2.QtMultimedia.QMediaTimeRange.clear": (),
16509    "PySide2.QtMultimedia.QMediaTimeRange.contains": ('int',),
16510    "PySide2.QtMultimedia.QMediaTimeRange.earliestTime": (),
16511    "PySide2.QtMultimedia.QMediaTimeRange.intervals": (),
16512    "PySide2.QtMultimedia.QMediaTimeRange.isContinuous": (),
16513    "PySide2.QtMultimedia.QMediaTimeRange.isEmpty": (),
16514    "PySide2.QtMultimedia.QMediaTimeRange.latestTime": (),
16515    "PySide2.QtMultimedia.QMediaTimeRange.removeInterval": [('PySide2.QtMultimedia.QMediaTimeInterval',), ('int', 'int')],
16516    "PySide2.QtMultimedia.QMediaTimeRange.removeTimeRange": ('PySide2.QtMultimedia.QMediaTimeRange',),
16517# class PySide2.QtMultimedia.QMediaVideoProbeControl:
16518    "PySide2.QtMultimedia.QMediaVideoProbeControl.__init__": ('PySide2.QtCore.QObject',),
16519# class PySide2.QtMultimedia.QMetaDataReaderControl:
16520    "PySide2.QtMultimedia.QMetaDataReaderControl.__init__": ('PySide2.QtCore.QObject',),
16521    "PySide2.QtMultimedia.QMetaDataReaderControl.availableMetaData": (),
16522    "PySide2.QtMultimedia.QMetaDataReaderControl.isMetaDataAvailable": (),
16523    "PySide2.QtMultimedia.QMetaDataReaderControl.metaData": ('str',),
16524# class PySide2.QtMultimedia.QMetaDataWriterControl:
16525    "PySide2.QtMultimedia.QMetaDataWriterControl.__init__": ('PySide2.QtCore.QObject',),
16526    "PySide2.QtMultimedia.QMetaDataWriterControl.availableMetaData": (),
16527    "PySide2.QtMultimedia.QMetaDataWriterControl.isMetaDataAvailable": (),
16528    "PySide2.QtMultimedia.QMetaDataWriterControl.isWritable": (),
16529    "PySide2.QtMultimedia.QMetaDataWriterControl.metaData": ('str',),
16530    "PySide2.QtMultimedia.QMetaDataWriterControl.setMetaData": ('str', 'typing.Any'),
16531# class PySide2.QtMultimedia.QMultimedia:
16532# class PySide2.QtMultimedia.QMultimedia.AvailabilityStatus:
16533# class PySide2.QtMultimedia.QMultimedia.EncodingMode:
16534# class PySide2.QtMultimedia.QMultimedia.EncodingQuality:
16535# class PySide2.QtMultimedia.QMultimedia.SupportEstimate:
16536# class PySide2.QtMultimedia.QRadioData:
16537# class PySide2.QtMultimedia.QRadioData.Error:
16538# class PySide2.QtMultimedia.QRadioData.ProgramType:
16539    "PySide2.QtMultimedia.QRadioData.__init__": ('PySide2.QtMultimedia.QMediaObject', 'PySide2.QtCore.QObject'),
16540    "PySide2.QtMultimedia.QRadioData.availability": (),
16541    "PySide2.QtMultimedia.QRadioData.error": (),
16542    "PySide2.QtMultimedia.QRadioData.errorString": (),
16543    "PySide2.QtMultimedia.QRadioData.isAlternativeFrequenciesEnabled": (),
16544    "PySide2.QtMultimedia.QRadioData.mediaObject": (),
16545    "PySide2.QtMultimedia.QRadioData.programType": (),
16546    "PySide2.QtMultimedia.QRadioData.programTypeName": (),
16547    "PySide2.QtMultimedia.QRadioData.radioText": (),
16548    "PySide2.QtMultimedia.QRadioData.setAlternativeFrequenciesEnabled": ('bool',),
16549    "PySide2.QtMultimedia.QRadioData.setMediaObject": ('PySide2.QtMultimedia.QMediaObject',),
16550    "PySide2.QtMultimedia.QRadioData.stationId": (),
16551    "PySide2.QtMultimedia.QRadioData.stationName": (),
16552# class PySide2.QtMultimedia.QRadioDataControl:
16553    "PySide2.QtMultimedia.QRadioDataControl.__init__": ('PySide2.QtCore.QObject',),
16554    "PySide2.QtMultimedia.QRadioDataControl.error": (),
16555    "PySide2.QtMultimedia.QRadioDataControl.errorString": (),
16556    "PySide2.QtMultimedia.QRadioDataControl.isAlternativeFrequenciesEnabled": (),
16557    "PySide2.QtMultimedia.QRadioDataControl.programType": (),
16558    "PySide2.QtMultimedia.QRadioDataControl.programTypeName": (),
16559    "PySide2.QtMultimedia.QRadioDataControl.radioText": (),
16560    "PySide2.QtMultimedia.QRadioDataControl.setAlternativeFrequenciesEnabled": ('bool',),
16561    "PySide2.QtMultimedia.QRadioDataControl.stationId": (),
16562    "PySide2.QtMultimedia.QRadioDataControl.stationName": (),
16563# class PySide2.QtMultimedia.QRadioTuner:
16564# class PySide2.QtMultimedia.QRadioTuner.Band:
16565# class PySide2.QtMultimedia.QRadioTuner.Error:
16566# class PySide2.QtMultimedia.QRadioTuner.SearchMode:
16567# class PySide2.QtMultimedia.QRadioTuner.State:
16568# class PySide2.QtMultimedia.QRadioTuner.StereoMode:
16569    "PySide2.QtMultimedia.QRadioTuner.__init__": ('PySide2.QtCore.QObject',),
16570    "PySide2.QtMultimedia.QRadioTuner.availability": (),
16571    "PySide2.QtMultimedia.QRadioTuner.band": (),
16572    "PySide2.QtMultimedia.QRadioTuner.cancelSearch": (),
16573    "PySide2.QtMultimedia.QRadioTuner.error": (),
16574    "PySide2.QtMultimedia.QRadioTuner.errorString": (),
16575    "PySide2.QtMultimedia.QRadioTuner.frequency": (),
16576    "PySide2.QtMultimedia.QRadioTuner.frequencyRange": ('PySide2.QtMultimedia.QRadioTuner.Band',),
16577    "PySide2.QtMultimedia.QRadioTuner.frequencyStep": ('PySide2.QtMultimedia.QRadioTuner.Band',),
16578    "PySide2.QtMultimedia.QRadioTuner.isAntennaConnected": (),
16579    "PySide2.QtMultimedia.QRadioTuner.isBandSupported": ('PySide2.QtMultimedia.QRadioTuner.Band',),
16580    "PySide2.QtMultimedia.QRadioTuner.isMuted": (),
16581    "PySide2.QtMultimedia.QRadioTuner.isSearching": (),
16582    "PySide2.QtMultimedia.QRadioTuner.isStereo": (),
16583    "PySide2.QtMultimedia.QRadioTuner.radioData": (),
16584    "PySide2.QtMultimedia.QRadioTuner.searchAllStations": ('PySide2.QtMultimedia.QRadioTuner.SearchMode',),
16585    "PySide2.QtMultimedia.QRadioTuner.searchBackward": (),
16586    "PySide2.QtMultimedia.QRadioTuner.searchForward": (),
16587    "PySide2.QtMultimedia.QRadioTuner.setBand": ('PySide2.QtMultimedia.QRadioTuner.Band',),
16588    "PySide2.QtMultimedia.QRadioTuner.setFrequency": ('int',),
16589    "PySide2.QtMultimedia.QRadioTuner.setMuted": ('bool',),
16590    "PySide2.QtMultimedia.QRadioTuner.setStereoMode": ('PySide2.QtMultimedia.QRadioTuner.StereoMode',),
16591    "PySide2.QtMultimedia.QRadioTuner.setVolume": ('int',),
16592    "PySide2.QtMultimedia.QRadioTuner.signalStrength": (),
16593    "PySide2.QtMultimedia.QRadioTuner.start": (),
16594    "PySide2.QtMultimedia.QRadioTuner.state": (),
16595    "PySide2.QtMultimedia.QRadioTuner.stereoMode": (),
16596    "PySide2.QtMultimedia.QRadioTuner.stop": (),
16597    "PySide2.QtMultimedia.QRadioTuner.volume": (),
16598# class PySide2.QtMultimedia.QRadioTunerControl:
16599    "PySide2.QtMultimedia.QRadioTunerControl.__init__": ('PySide2.QtCore.QObject',),
16600    "PySide2.QtMultimedia.QRadioTunerControl.band": (),
16601    "PySide2.QtMultimedia.QRadioTunerControl.cancelSearch": (),
16602    "PySide2.QtMultimedia.QRadioTunerControl.error": (),
16603    "PySide2.QtMultimedia.QRadioTunerControl.errorString": (),
16604    "PySide2.QtMultimedia.QRadioTunerControl.frequency": (),
16605    "PySide2.QtMultimedia.QRadioTunerControl.frequencyRange": ('PySide2.QtMultimedia.QRadioTuner.Band',),
16606    "PySide2.QtMultimedia.QRadioTunerControl.frequencyStep": ('PySide2.QtMultimedia.QRadioTuner.Band',),
16607    "PySide2.QtMultimedia.QRadioTunerControl.isAntennaConnected": (),
16608    "PySide2.QtMultimedia.QRadioTunerControl.isBandSupported": ('PySide2.QtMultimedia.QRadioTuner.Band',),
16609    "PySide2.QtMultimedia.QRadioTunerControl.isMuted": (),
16610    "PySide2.QtMultimedia.QRadioTunerControl.isSearching": (),
16611    "PySide2.QtMultimedia.QRadioTunerControl.isStereo": (),
16612    "PySide2.QtMultimedia.QRadioTunerControl.searchAllStations": ('PySide2.QtMultimedia.QRadioTuner.SearchMode',),
16613    "PySide2.QtMultimedia.QRadioTunerControl.searchBackward": (),
16614    "PySide2.QtMultimedia.QRadioTunerControl.searchForward": (),
16615    "PySide2.QtMultimedia.QRadioTunerControl.setBand": ('PySide2.QtMultimedia.QRadioTuner.Band',),
16616    "PySide2.QtMultimedia.QRadioTunerControl.setFrequency": ('int',),
16617    "PySide2.QtMultimedia.QRadioTunerControl.setMuted": ('bool',),
16618    "PySide2.QtMultimedia.QRadioTunerControl.setStereoMode": ('PySide2.QtMultimedia.QRadioTuner.StereoMode',),
16619    "PySide2.QtMultimedia.QRadioTunerControl.setVolume": ('int',),
16620    "PySide2.QtMultimedia.QRadioTunerControl.signalStrength": (),
16621    "PySide2.QtMultimedia.QRadioTunerControl.start": (),
16622    "PySide2.QtMultimedia.QRadioTunerControl.state": (),
16623    "PySide2.QtMultimedia.QRadioTunerControl.stereoMode": (),
16624    "PySide2.QtMultimedia.QRadioTunerControl.stop": (),
16625    "PySide2.QtMultimedia.QRadioTunerControl.volume": (),
16626# class PySide2.QtMultimedia.QSound:
16627# class PySide2.QtMultimedia.QSound.Loop:
16628    "PySide2.QtMultimedia.QSound.__init__": ('str', 'PySide2.QtCore.QObject'),
16629    "PySide2.QtMultimedia.QSound.fileName": (),
16630    "PySide2.QtMultimedia.QSound.isFinished": (),
16631    "PySide2.QtMultimedia.QSound.loops": (),
16632    "PySide2.QtMultimedia.QSound.loopsRemaining": (),
16633    "PySide2.QtMultimedia.QSound.play": [(), ('str',)],
16634    "PySide2.QtMultimedia.QSound.setLoops": ('int',),
16635    "PySide2.QtMultimedia.QSound.stop": (),
16636# class PySide2.QtMultimedia.QSoundEffect:
16637# class PySide2.QtMultimedia.QSoundEffect.Loop:
16638# class PySide2.QtMultimedia.QSoundEffect.Status:
16639    "PySide2.QtMultimedia.QSoundEffect.__init__": [('PySide2.QtCore.QObject',), ('PySide2.QtMultimedia.QAudioDeviceInfo', 'PySide2.QtCore.QObject')],
16640    "PySide2.QtMultimedia.QSoundEffect.category": (),
16641    "PySide2.QtMultimedia.QSoundEffect.isLoaded": (),
16642    "PySide2.QtMultimedia.QSoundEffect.isMuted": (),
16643    "PySide2.QtMultimedia.QSoundEffect.isPlaying": (),
16644    "PySide2.QtMultimedia.QSoundEffect.loopCount": (),
16645    "PySide2.QtMultimedia.QSoundEffect.loopsRemaining": (),
16646    "PySide2.QtMultimedia.QSoundEffect.play": (),
16647    "PySide2.QtMultimedia.QSoundEffect.setCategory": ('str',),
16648    "PySide2.QtMultimedia.QSoundEffect.setLoopCount": ('int',),
16649    "PySide2.QtMultimedia.QSoundEffect.setMuted": ('bool',),
16650    "PySide2.QtMultimedia.QSoundEffect.setSource": ('PySide2.QtCore.QUrl',),
16651    "PySide2.QtMultimedia.QSoundEffect.setVolume": ('float',),
16652    "PySide2.QtMultimedia.QSoundEffect.source": (),
16653    "PySide2.QtMultimedia.QSoundEffect.status": (),
16654    "PySide2.QtMultimedia.QSoundEffect.stop": (),
16655    "PySide2.QtMultimedia.QSoundEffect.supportedMimeTypes": (),
16656    "PySide2.QtMultimedia.QSoundEffect.volume": (),
16657# class PySide2.QtMultimedia.QVideoDeviceSelectorControl:
16658    "PySide2.QtMultimedia.QVideoDeviceSelectorControl.__init__": ('PySide2.QtCore.QObject',),
16659    "PySide2.QtMultimedia.QVideoDeviceSelectorControl.defaultDevice": (),
16660    "PySide2.QtMultimedia.QVideoDeviceSelectorControl.deviceCount": (),
16661    "PySide2.QtMultimedia.QVideoDeviceSelectorControl.deviceDescription": ('int',),
16662    "PySide2.QtMultimedia.QVideoDeviceSelectorControl.deviceName": ('int',),
16663    "PySide2.QtMultimedia.QVideoDeviceSelectorControl.selectedDevice": (),
16664    "PySide2.QtMultimedia.QVideoDeviceSelectorControl.setSelectedDevice": ('int',),
16665# class PySide2.QtMultimedia.QVideoEncoderSettings:
16666    "PySide2.QtMultimedia.QVideoEncoderSettings.__init__": [(), ('PySide2.QtMultimedia.QVideoEncoderSettings',)],
16667    "PySide2.QtMultimedia.QVideoEncoderSettings.__copy__": (),
16668    "PySide2.QtMultimedia.QVideoEncoderSettings.bitRate": (),
16669    "PySide2.QtMultimedia.QVideoEncoderSettings.codec": (),
16670    "PySide2.QtMultimedia.QVideoEncoderSettings.encodingMode": (),
16671    "PySide2.QtMultimedia.QVideoEncoderSettings.encodingOption": ('str',),
16672    "PySide2.QtMultimedia.QVideoEncoderSettings.encodingOptions": (),
16673    "PySide2.QtMultimedia.QVideoEncoderSettings.frameRate": (),
16674    "PySide2.QtMultimedia.QVideoEncoderSettings.isNull": (),
16675    "PySide2.QtMultimedia.QVideoEncoderSettings.quality": (),
16676    "PySide2.QtMultimedia.QVideoEncoderSettings.resolution": (),
16677    "PySide2.QtMultimedia.QVideoEncoderSettings.setBitRate": ('int',),
16678    "PySide2.QtMultimedia.QVideoEncoderSettings.setCodec": ('str',),
16679    "PySide2.QtMultimedia.QVideoEncoderSettings.setEncodingMode": ('PySide2.QtMultimedia.QMultimedia.EncodingMode',),
16680    "PySide2.QtMultimedia.QVideoEncoderSettings.setEncodingOption": ('str', 'typing.Any'),
16681    "PySide2.QtMultimedia.QVideoEncoderSettings.setEncodingOptions": ('typing.Dict[str, typing.Any]',),
16682    "PySide2.QtMultimedia.QVideoEncoderSettings.setFrameRate": ('float',),
16683    "PySide2.QtMultimedia.QVideoEncoderSettings.setQuality": ('PySide2.QtMultimedia.QMultimedia.EncodingQuality',),
16684    "PySide2.QtMultimedia.QVideoEncoderSettings.setResolution": [('PySide2.QtCore.QSize',), ('int', 'int')],
16685# class PySide2.QtMultimedia.QVideoEncoderSettingsControl:
16686    "PySide2.QtMultimedia.QVideoEncoderSettingsControl.__init__": ('PySide2.QtCore.QObject',),
16687    "PySide2.QtMultimedia.QVideoEncoderSettingsControl.setVideoSettings": ('PySide2.QtMultimedia.QVideoEncoderSettings',),
16688    "PySide2.QtMultimedia.QVideoEncoderSettingsControl.supportedVideoCodecs": (),
16689    "PySide2.QtMultimedia.QVideoEncoderSettingsControl.videoCodecDescription": ('str',),
16690    "PySide2.QtMultimedia.QVideoEncoderSettingsControl.videoSettings": (),
16691# class PySide2.QtMultimedia.QVideoFilterRunnable:
16692# class PySide2.QtMultimedia.QVideoFilterRunnable.RunFlag:
16693# class PySide2.QtMultimedia.QVideoFilterRunnable.RunFlags:
16694    "PySide2.QtMultimedia.QVideoFilterRunnable.__init__": (),
16695    "PySide2.QtMultimedia.QVideoFilterRunnable.run": ('PySide2.QtMultimedia.QVideoFrame', 'PySide2.QtMultimedia.QVideoSurfaceFormat', 'PySide2.QtMultimedia.QVideoFilterRunnable.RunFlags'),
16696# class PySide2.QtMultimedia.QVideoFrame:
16697# class PySide2.QtMultimedia.QVideoFrame.FieldType:
16698# class PySide2.QtMultimedia.QVideoFrame.PixelFormat:
16699    "PySide2.QtMultimedia.QVideoFrame.__init__": [(), ('PySide2.QtGui.QImage',), ('PySide2.QtMultimedia.QAbstractVideoBuffer', 'PySide2.QtCore.QSize', 'PySide2.QtMultimedia.QVideoFrame.PixelFormat'), ('PySide2.QtMultimedia.QVideoFrame',), ('int', 'PySide2.QtCore.QSize', 'int', 'PySide2.QtMultimedia.QVideoFrame.PixelFormat')],
16700    "PySide2.QtMultimedia.QVideoFrame.__copy__": (),
16701    "PySide2.QtMultimedia.QVideoFrame.availableMetaData": (),
16702    "PySide2.QtMultimedia.QVideoFrame.bits": (),
16703    "PySide2.QtMultimedia.QVideoFrame.buffer": (),
16704    "PySide2.QtMultimedia.QVideoFrame.bytesPerLine": [(), ('int',)],
16705    "PySide2.QtMultimedia.QVideoFrame.endTime": (),
16706    "PySide2.QtMultimedia.QVideoFrame.fieldType": (),
16707    "PySide2.QtMultimedia.QVideoFrame.handle": (),
16708    "PySide2.QtMultimedia.QVideoFrame.handleType": (),
16709    "PySide2.QtMultimedia.QVideoFrame.height": (),
16710    "PySide2.QtMultimedia.QVideoFrame.imageFormatFromPixelFormat": ('PySide2.QtMultimedia.QVideoFrame.PixelFormat',),
16711    "PySide2.QtMultimedia.QVideoFrame.isMapped": (),
16712    "PySide2.QtMultimedia.QVideoFrame.isReadable": (),
16713    "PySide2.QtMultimedia.QVideoFrame.isValid": (),
16714    "PySide2.QtMultimedia.QVideoFrame.isWritable": (),
16715    "PySide2.QtMultimedia.QVideoFrame.map": ('PySide2.QtMultimedia.QAbstractVideoBuffer.MapMode',),
16716    "PySide2.QtMultimedia.QVideoFrame.mapMode": (),
16717    "PySide2.QtMultimedia.QVideoFrame.mappedBytes": (),
16718    "PySide2.QtMultimedia.QVideoFrame.metaData": ('str',),
16719    "PySide2.QtMultimedia.QVideoFrame.pixelFormat": (),
16720    "PySide2.QtMultimedia.QVideoFrame.pixelFormatFromImageFormat": ('PySide2.QtGui.QImage.Format',),
16721    "PySide2.QtMultimedia.QVideoFrame.planeCount": (),
16722    "PySide2.QtMultimedia.QVideoFrame.setEndTime": ('int',),
16723    "PySide2.QtMultimedia.QVideoFrame.setFieldType": ('PySide2.QtMultimedia.QVideoFrame.FieldType',),
16724    "PySide2.QtMultimedia.QVideoFrame.setMetaData": ('str', 'typing.Any'),
16725    "PySide2.QtMultimedia.QVideoFrame.setStartTime": ('int',),
16726    "PySide2.QtMultimedia.QVideoFrame.size": (),
16727    "PySide2.QtMultimedia.QVideoFrame.startTime": (),
16728    "PySide2.QtMultimedia.QVideoFrame.unmap": (),
16729    "PySide2.QtMultimedia.QVideoFrame.width": (),
16730# class PySide2.QtMultimedia.QVideoProbe:
16731    "PySide2.QtMultimedia.QVideoProbe.__init__": ('PySide2.QtCore.QObject',),
16732    "PySide2.QtMultimedia.QVideoProbe.isActive": (),
16733    "PySide2.QtMultimedia.QVideoProbe.setSource": [('PySide2.QtMultimedia.QMediaObject',), ('PySide2.QtMultimedia.QMediaRecorder',)],
16734# class PySide2.QtMultimedia.QVideoRendererControl:
16735    "PySide2.QtMultimedia.QVideoRendererControl.__init__": ('PySide2.QtCore.QObject',),
16736    "PySide2.QtMultimedia.QVideoRendererControl.setSurface": ('PySide2.QtMultimedia.QAbstractVideoSurface',),
16737    "PySide2.QtMultimedia.QVideoRendererControl.surface": (),
16738# class PySide2.QtMultimedia.QVideoSurfaceFormat:
16739# class PySide2.QtMultimedia.QVideoSurfaceFormat.Direction:
16740# class PySide2.QtMultimedia.QVideoSurfaceFormat.YCbCrColorSpace:
16741    "PySide2.QtMultimedia.QVideoSurfaceFormat.__init__": [(), ('PySide2.QtCore.QSize', 'PySide2.QtMultimedia.QVideoFrame.PixelFormat', 'PySide2.QtMultimedia.QAbstractVideoBuffer.HandleType'), ('PySide2.QtMultimedia.QVideoSurfaceFormat',)],
16742    "PySide2.QtMultimedia.QVideoSurfaceFormat.__copy__": (),
16743    "PySide2.QtMultimedia.QVideoSurfaceFormat.frameHeight": (),
16744    "PySide2.QtMultimedia.QVideoSurfaceFormat.frameRate": (),
16745    "PySide2.QtMultimedia.QVideoSurfaceFormat.frameSize": (),
16746    "PySide2.QtMultimedia.QVideoSurfaceFormat.frameWidth": (),
16747    "PySide2.QtMultimedia.QVideoSurfaceFormat.handleType": (),
16748    "PySide2.QtMultimedia.QVideoSurfaceFormat.isMirrored": (),
16749    "PySide2.QtMultimedia.QVideoSurfaceFormat.isValid": (),
16750    "PySide2.QtMultimedia.QVideoSurfaceFormat.pixelAspectRatio": (),
16751    "PySide2.QtMultimedia.QVideoSurfaceFormat.pixelFormat": (),
16752    "PySide2.QtMultimedia.QVideoSurfaceFormat.property": ('str',),
16753    "PySide2.QtMultimedia.QVideoSurfaceFormat.propertyNames": (),
16754    "PySide2.QtMultimedia.QVideoSurfaceFormat.scanLineDirection": (),
16755    "PySide2.QtMultimedia.QVideoSurfaceFormat.setFrameRate": ('float',),
16756    "PySide2.QtMultimedia.QVideoSurfaceFormat.setFrameSize": [('PySide2.QtCore.QSize',), ('int', 'int')],
16757    "PySide2.QtMultimedia.QVideoSurfaceFormat.setMirrored": ('bool',),
16758    "PySide2.QtMultimedia.QVideoSurfaceFormat.setPixelAspectRatio": [('PySide2.QtCore.QSize',), ('int', 'int')],
16759    "PySide2.QtMultimedia.QVideoSurfaceFormat.setProperty": ('str', 'typing.Any'),
16760    "PySide2.QtMultimedia.QVideoSurfaceFormat.setScanLineDirection": ('PySide2.QtMultimedia.QVideoSurfaceFormat.Direction',),
16761    "PySide2.QtMultimedia.QVideoSurfaceFormat.setViewport": ('PySide2.QtCore.QRect',),
16762    "PySide2.QtMultimedia.QVideoSurfaceFormat.setYCbCrColorSpace": ('PySide2.QtMultimedia.QVideoSurfaceFormat.YCbCrColorSpace',),
16763    "PySide2.QtMultimedia.QVideoSurfaceFormat.sizeHint": (),
16764    "PySide2.QtMultimedia.QVideoSurfaceFormat.viewport": (),
16765    "PySide2.QtMultimedia.QVideoSurfaceFormat.yCbCrColorSpace": (),
16766# class PySide2.QtMultimedia.QVideoWindowControl:
16767    "PySide2.QtMultimedia.QVideoWindowControl.__init__": ('PySide2.QtCore.QObject',),
16768    "PySide2.QtMultimedia.QVideoWindowControl.aspectRatioMode": (),
16769    "PySide2.QtMultimedia.QVideoWindowControl.brightness": (),
16770    "PySide2.QtMultimedia.QVideoWindowControl.contrast": (),
16771    "PySide2.QtMultimedia.QVideoWindowControl.displayRect": (),
16772    "PySide2.QtMultimedia.QVideoWindowControl.hue": (),
16773    "PySide2.QtMultimedia.QVideoWindowControl.isFullScreen": (),
16774    "PySide2.QtMultimedia.QVideoWindowControl.nativeSize": (),
16775    "PySide2.QtMultimedia.QVideoWindowControl.repaint": (),
16776    "PySide2.QtMultimedia.QVideoWindowControl.saturation": (),
16777    "PySide2.QtMultimedia.QVideoWindowControl.setAspectRatioMode": ('PySide2.QtCore.Qt.AspectRatioMode',),
16778    "PySide2.QtMultimedia.QVideoWindowControl.setBrightness": ('int',),
16779    "PySide2.QtMultimedia.QVideoWindowControl.setContrast": ('int',),
16780    "PySide2.QtMultimedia.QVideoWindowControl.setDisplayRect": ('PySide2.QtCore.QRect',),
16781    "PySide2.QtMultimedia.QVideoWindowControl.setFullScreen": ('bool',),
16782    "PySide2.QtMultimedia.QVideoWindowControl.setHue": ('int',),
16783    "PySide2.QtMultimedia.QVideoWindowControl.setSaturation": ('int',),
16784    "PySide2.QtMultimedia.QVideoWindowControl.setWinId": ('int',),
16785    "PySide2.QtMultimedia.QVideoWindowControl.winId": (),
16786    }) if "PySide2.QtMultimedia" in sys.modules else None
16787# Module PySide2.QtMultimediaWidgets
16788sig_dict.update({
16789# class PySide2.QtMultimediaWidgets.QCameraViewfinder:
16790    "PySide2.QtMultimediaWidgets.QCameraViewfinder.__init__": ('PySide2.QtWidgets.QWidget',),
16791    "PySide2.QtMultimediaWidgets.QCameraViewfinder.mediaObject": (),
16792    "PySide2.QtMultimediaWidgets.QCameraViewfinder.setMediaObject": ('PySide2.QtMultimedia.QMediaObject',),
16793# class PySide2.QtMultimediaWidgets.QGraphicsVideoItem:
16794    "PySide2.QtMultimediaWidgets.QGraphicsVideoItem.__init__": ('PySide2.QtWidgets.QGraphicsItem',),
16795    "PySide2.QtMultimediaWidgets.QGraphicsVideoItem.aspectRatioMode": (),
16796    "PySide2.QtMultimediaWidgets.QGraphicsVideoItem.boundingRect": (),
16797    "PySide2.QtMultimediaWidgets.QGraphicsVideoItem.itemChange": ('PySide2.QtWidgets.QGraphicsItem.GraphicsItemChange', 'typing.Any'),
16798    "PySide2.QtMultimediaWidgets.QGraphicsVideoItem.mediaObject": (),
16799    "PySide2.QtMultimediaWidgets.QGraphicsVideoItem.nativeSize": (),
16800    "PySide2.QtMultimediaWidgets.QGraphicsVideoItem.offset": (),
16801    "PySide2.QtMultimediaWidgets.QGraphicsVideoItem.paint": ('PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QStyleOptionGraphicsItem', 'PySide2.QtWidgets.QWidget'),
16802    "PySide2.QtMultimediaWidgets.QGraphicsVideoItem.setAspectRatioMode": ('PySide2.QtCore.Qt.AspectRatioMode',),
16803    "PySide2.QtMultimediaWidgets.QGraphicsVideoItem.setMediaObject": ('PySide2.QtMultimedia.QMediaObject',),
16804    "PySide2.QtMultimediaWidgets.QGraphicsVideoItem.setOffset": ('PySide2.QtCore.QPointF',),
16805    "PySide2.QtMultimediaWidgets.QGraphicsVideoItem.setSize": ('PySide2.QtCore.QSizeF',),
16806    "PySide2.QtMultimediaWidgets.QGraphicsVideoItem.size": (),
16807    "PySide2.QtMultimediaWidgets.QGraphicsVideoItem.timerEvent": ('PySide2.QtCore.QTimerEvent',),
16808# class PySide2.QtMultimediaWidgets.QVideoWidget:
16809    "PySide2.QtMultimediaWidgets.QVideoWidget.__init__": ('PySide2.QtWidgets.QWidget',),
16810    "PySide2.QtMultimediaWidgets.QVideoWidget.aspectRatioMode": (),
16811    "PySide2.QtMultimediaWidgets.QVideoWidget.brightness": (),
16812    "PySide2.QtMultimediaWidgets.QVideoWidget.contrast": (),
16813    "PySide2.QtMultimediaWidgets.QVideoWidget.event": ('PySide2.QtCore.QEvent',),
16814    "PySide2.QtMultimediaWidgets.QVideoWidget.hideEvent": ('PySide2.QtGui.QHideEvent',),
16815    "PySide2.QtMultimediaWidgets.QVideoWidget.hue": (),
16816    "PySide2.QtMultimediaWidgets.QVideoWidget.mediaObject": (),
16817    "PySide2.QtMultimediaWidgets.QVideoWidget.moveEvent": ('PySide2.QtGui.QMoveEvent',),
16818    "PySide2.QtMultimediaWidgets.QVideoWidget.paintEvent": ('PySide2.QtGui.QPaintEvent',),
16819    "PySide2.QtMultimediaWidgets.QVideoWidget.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
16820    "PySide2.QtMultimediaWidgets.QVideoWidget.saturation": (),
16821    "PySide2.QtMultimediaWidgets.QVideoWidget.setAspectRatioMode": ('PySide2.QtCore.Qt.AspectRatioMode',),
16822    "PySide2.QtMultimediaWidgets.QVideoWidget.setBrightness": ('int',),
16823    "PySide2.QtMultimediaWidgets.QVideoWidget.setContrast": ('int',),
16824    "PySide2.QtMultimediaWidgets.QVideoWidget.setFullScreen": ('bool',),
16825    "PySide2.QtMultimediaWidgets.QVideoWidget.setHue": ('int',),
16826    "PySide2.QtMultimediaWidgets.QVideoWidget.setMediaObject": ('PySide2.QtMultimedia.QMediaObject',),
16827    "PySide2.QtMultimediaWidgets.QVideoWidget.setSaturation": ('int',),
16828    "PySide2.QtMultimediaWidgets.QVideoWidget.showEvent": ('PySide2.QtGui.QShowEvent',),
16829    "PySide2.QtMultimediaWidgets.QVideoWidget.sizeHint": (),
16830# class PySide2.QtMultimediaWidgets.QVideoWidgetControl:
16831    "PySide2.QtMultimediaWidgets.QVideoWidgetControl.__init__": ('PySide2.QtCore.QObject',),
16832    "PySide2.QtMultimediaWidgets.QVideoWidgetControl.aspectRatioMode": (),
16833    "PySide2.QtMultimediaWidgets.QVideoWidgetControl.brightness": (),
16834    "PySide2.QtMultimediaWidgets.QVideoWidgetControl.contrast": (),
16835    "PySide2.QtMultimediaWidgets.QVideoWidgetControl.hue": (),
16836    "PySide2.QtMultimediaWidgets.QVideoWidgetControl.isFullScreen": (),
16837    "PySide2.QtMultimediaWidgets.QVideoWidgetControl.saturation": (),
16838    "PySide2.QtMultimediaWidgets.QVideoWidgetControl.setAspectRatioMode": ('PySide2.QtCore.Qt.AspectRatioMode',),
16839    "PySide2.QtMultimediaWidgets.QVideoWidgetControl.setBrightness": ('int',),
16840    "PySide2.QtMultimediaWidgets.QVideoWidgetControl.setContrast": ('int',),
16841    "PySide2.QtMultimediaWidgets.QVideoWidgetControl.setFullScreen": ('bool',),
16842    "PySide2.QtMultimediaWidgets.QVideoWidgetControl.setHue": ('int',),
16843    "PySide2.QtMultimediaWidgets.QVideoWidgetControl.setSaturation": ('int',),
16844    "PySide2.QtMultimediaWidgets.QVideoWidgetControl.videoWidget": (),
16845    }) if "PySide2.QtMultimediaWidgets" in sys.modules else None
16846# Module PySide2.QtOpenGL
16847sig_dict.update({
16848# class PySide2.QtOpenGL.QGL:
16849# class PySide2.QtOpenGL.QGL.FormatOption:
16850# class PySide2.QtOpenGL.QGL.FormatOptions:
16851# class PySide2.QtOpenGL.QGLBuffer:
16852# class PySide2.QtOpenGL.QGLBuffer.Access:
16853# class PySide2.QtOpenGL.QGLBuffer.Type:
16854# class PySide2.QtOpenGL.QGLBuffer.UsagePattern:
16855    "PySide2.QtOpenGL.QGLBuffer.__init__": [(), ('PySide2.QtOpenGL.QGLBuffer',), ('PySide2.QtOpenGL.QGLBuffer.Type',)],
16856    "PySide2.QtOpenGL.QGLBuffer.allocate": [('int',), ('int', 'int')],
16857    "PySide2.QtOpenGL.QGLBuffer.bind": (),
16858    "PySide2.QtOpenGL.QGLBuffer.bufferId": (),
16859    "PySide2.QtOpenGL.QGLBuffer.create": (),
16860    "PySide2.QtOpenGL.QGLBuffer.destroy": (),
16861    "PySide2.QtOpenGL.QGLBuffer.isCreated": (),
16862    "PySide2.QtOpenGL.QGLBuffer.map": ('PySide2.QtOpenGL.QGLBuffer.Access',),
16863    "PySide2.QtOpenGL.QGLBuffer.read": ('int', 'int', 'int'),
16864    "PySide2.QtOpenGL.QGLBuffer.release": [(), ('PySide2.QtOpenGL.QGLBuffer.Type',)],
16865    "PySide2.QtOpenGL.QGLBuffer.setUsagePattern": ('PySide2.QtOpenGL.QGLBuffer.UsagePattern',),
16866    "PySide2.QtOpenGL.QGLBuffer.size": (),
16867    "PySide2.QtOpenGL.QGLBuffer.type": (),
16868    "PySide2.QtOpenGL.QGLBuffer.unmap": (),
16869    "PySide2.QtOpenGL.QGLBuffer.usagePattern": (),
16870    "PySide2.QtOpenGL.QGLBuffer.write": ('int', 'int', 'int'),
16871# class PySide2.QtOpenGL.QGLColormap:
16872    "PySide2.QtOpenGL.QGLColormap.__init__": [(), ('PySide2.QtOpenGL.QGLColormap',)],
16873    "PySide2.QtOpenGL.QGLColormap.__copy__": (),
16874    "PySide2.QtOpenGL.QGLColormap.entryColor": ('int',),
16875    "PySide2.QtOpenGL.QGLColormap.entryRgb": ('int',),
16876    "PySide2.QtOpenGL.QGLColormap.find": ('int',),
16877    "PySide2.QtOpenGL.QGLColormap.findNearest": ('int',),
16878    "PySide2.QtOpenGL.QGLColormap.handle": (),
16879    "PySide2.QtOpenGL.QGLColormap.isEmpty": (),
16880    "PySide2.QtOpenGL.QGLColormap.setEntry": [('int', 'PySide2.QtGui.QColor'), ('int', 'int')],
16881    "PySide2.QtOpenGL.QGLColormap.setHandle": ('int',),
16882    "PySide2.QtOpenGL.QGLColormap.size": (),
16883# class PySide2.QtOpenGL.QGLContext:
16884# class PySide2.QtOpenGL.QGLContext.BindOption:
16885# class PySide2.QtOpenGL.QGLContext.BindOptions:
16886    "PySide2.QtOpenGL.QGLContext.__init__": ('PySide2.QtOpenGL.QGLFormat',),
16887    "PySide2.QtOpenGL.QGLContext.areSharing": ('PySide2.QtOpenGL.QGLContext', 'PySide2.QtOpenGL.QGLContext'),
16888    "PySide2.QtOpenGL.QGLContext.bindTexture": [('PySide2.QtGui.QImage', 'int', 'int'), ('PySide2.QtGui.QImage', 'int', 'int', 'PySide2.QtOpenGL.QGLContext.BindOptions'), ('PySide2.QtGui.QPixmap', 'int', 'int'), ('PySide2.QtGui.QPixmap', 'int', 'int', 'PySide2.QtOpenGL.QGLContext.BindOptions'), ('str',)],
16889    "PySide2.QtOpenGL.QGLContext.chooseContext": ('PySide2.QtOpenGL.QGLContext',),
16890    "PySide2.QtOpenGL.QGLContext.colorIndex": ('PySide2.QtGui.QColor',),
16891    "PySide2.QtOpenGL.QGLContext.contextHandle": (),
16892    "PySide2.QtOpenGL.QGLContext.create": ('PySide2.QtOpenGL.QGLContext',),
16893    "PySide2.QtOpenGL.QGLContext.currentContext": (),
16894    "PySide2.QtOpenGL.QGLContext.deleteTexture": ('int',),
16895    "PySide2.QtOpenGL.QGLContext.device": (),
16896    "PySide2.QtOpenGL.QGLContext.deviceIsPixmap": (),
16897    "PySide2.QtOpenGL.QGLContext.doneCurrent": (),
16898    "PySide2.QtOpenGL.QGLContext.drawTexture": [('PySide2.QtCore.QPointF', 'int', 'int'), ('PySide2.QtCore.QRectF', 'int', 'int')],
16899    "PySide2.QtOpenGL.QGLContext.format": (),
16900    "PySide2.QtOpenGL.QGLContext.fromOpenGLContext": ('PySide2.QtGui.QOpenGLContext',),
16901    "PySide2.QtOpenGL.QGLContext.initialized": (),
16902    "PySide2.QtOpenGL.QGLContext.isSharing": (),
16903    "PySide2.QtOpenGL.QGLContext.isValid": (),
16904    "PySide2.QtOpenGL.QGLContext.makeCurrent": (),
16905    "PySide2.QtOpenGL.QGLContext.moveToThread": ('PySide2.QtCore.QThread',),
16906    "PySide2.QtOpenGL.QGLContext.overlayTransparentColor": (),
16907    "PySide2.QtOpenGL.QGLContext.requestedFormat": (),
16908    "PySide2.QtOpenGL.QGLContext.reset": (),
16909    "PySide2.QtOpenGL.QGLContext.setDevice": ('PySide2.QtGui.QPaintDevice',),
16910    "PySide2.QtOpenGL.QGLContext.setFormat": ('PySide2.QtOpenGL.QGLFormat',),
16911    "PySide2.QtOpenGL.QGLContext.setInitialized": ('bool',),
16912    "PySide2.QtOpenGL.QGLContext.setTextureCacheLimit": ('int',),
16913    "PySide2.QtOpenGL.QGLContext.setValid": ('bool',),
16914    "PySide2.QtOpenGL.QGLContext.setWindowCreated": ('bool',),
16915    "PySide2.QtOpenGL.QGLContext.swapBuffers": (),
16916    "PySide2.QtOpenGL.QGLContext.textureCacheLimit": (),
16917    "PySide2.QtOpenGL.QGLContext.windowCreated": (),
16918# class PySide2.QtOpenGL.QGLFormat:
16919# class PySide2.QtOpenGL.QGLFormat.OpenGLContextProfile:
16920# class PySide2.QtOpenGL.QGLFormat.OpenGLVersionFlag:
16921# class PySide2.QtOpenGL.QGLFormat.OpenGLVersionFlags:
16922    "PySide2.QtOpenGL.QGLFormat.__init__": [(), ('PySide2.QtOpenGL.QGL.FormatOptions', 'int'), ('PySide2.QtOpenGL.QGLFormat',)],
16923    "PySide2.QtOpenGL.QGLFormat.__copy__": (),
16924    "PySide2.QtOpenGL.QGLFormat.accum": (),
16925    "PySide2.QtOpenGL.QGLFormat.accumBufferSize": (),
16926    "PySide2.QtOpenGL.QGLFormat.alpha": (),
16927    "PySide2.QtOpenGL.QGLFormat.alphaBufferSize": (),
16928    "PySide2.QtOpenGL.QGLFormat.blueBufferSize": (),
16929    "PySide2.QtOpenGL.QGLFormat.defaultFormat": (),
16930    "PySide2.QtOpenGL.QGLFormat.defaultOverlayFormat": (),
16931    "PySide2.QtOpenGL.QGLFormat.depth": (),
16932    "PySide2.QtOpenGL.QGLFormat.depthBufferSize": (),
16933    "PySide2.QtOpenGL.QGLFormat.directRendering": (),
16934    "PySide2.QtOpenGL.QGLFormat.doubleBuffer": (),
16935    "PySide2.QtOpenGL.QGLFormat.fromSurfaceFormat": ('PySide2.QtGui.QSurfaceFormat',),
16936    "PySide2.QtOpenGL.QGLFormat.greenBufferSize": (),
16937    "PySide2.QtOpenGL.QGLFormat.hasOpenGL": (),
16938    "PySide2.QtOpenGL.QGLFormat.hasOpenGLOverlays": (),
16939    "PySide2.QtOpenGL.QGLFormat.hasOverlay": (),
16940    "PySide2.QtOpenGL.QGLFormat.majorVersion": (),
16941    "PySide2.QtOpenGL.QGLFormat.minorVersion": (),
16942    "PySide2.QtOpenGL.QGLFormat.openGLVersionFlags": (),
16943    "PySide2.QtOpenGL.QGLFormat.plane": (),
16944    "PySide2.QtOpenGL.QGLFormat.profile": (),
16945    "PySide2.QtOpenGL.QGLFormat.redBufferSize": (),
16946    "PySide2.QtOpenGL.QGLFormat.rgba": (),
16947    "PySide2.QtOpenGL.QGLFormat.sampleBuffers": (),
16948    "PySide2.QtOpenGL.QGLFormat.samples": (),
16949    "PySide2.QtOpenGL.QGLFormat.setAccum": ('bool',),
16950    "PySide2.QtOpenGL.QGLFormat.setAccumBufferSize": ('int',),
16951    "PySide2.QtOpenGL.QGLFormat.setAlpha": ('bool',),
16952    "PySide2.QtOpenGL.QGLFormat.setAlphaBufferSize": ('int',),
16953    "PySide2.QtOpenGL.QGLFormat.setBlueBufferSize": ('int',),
16954    "PySide2.QtOpenGL.QGLFormat.setDefaultFormat": ('PySide2.QtOpenGL.QGLFormat',),
16955    "PySide2.QtOpenGL.QGLFormat.setDefaultOverlayFormat": ('PySide2.QtOpenGL.QGLFormat',),
16956    "PySide2.QtOpenGL.QGLFormat.setDepth": ('bool',),
16957    "PySide2.QtOpenGL.QGLFormat.setDepthBufferSize": ('int',),
16958    "PySide2.QtOpenGL.QGLFormat.setDirectRendering": ('bool',),
16959    "PySide2.QtOpenGL.QGLFormat.setDoubleBuffer": ('bool',),
16960    "PySide2.QtOpenGL.QGLFormat.setGreenBufferSize": ('int',),
16961    "PySide2.QtOpenGL.QGLFormat.setOption": ('PySide2.QtOpenGL.QGL.FormatOptions',),
16962    "PySide2.QtOpenGL.QGLFormat.setOverlay": ('bool',),
16963    "PySide2.QtOpenGL.QGLFormat.setPlane": ('int',),
16964    "PySide2.QtOpenGL.QGLFormat.setProfile": ('PySide2.QtOpenGL.QGLFormat.OpenGLContextProfile',),
16965    "PySide2.QtOpenGL.QGLFormat.setRedBufferSize": ('int',),
16966    "PySide2.QtOpenGL.QGLFormat.setRgba": ('bool',),
16967    "PySide2.QtOpenGL.QGLFormat.setSampleBuffers": ('bool',),
16968    "PySide2.QtOpenGL.QGLFormat.setSamples": ('int',),
16969    "PySide2.QtOpenGL.QGLFormat.setStencil": ('bool',),
16970    "PySide2.QtOpenGL.QGLFormat.setStencilBufferSize": ('int',),
16971    "PySide2.QtOpenGL.QGLFormat.setStereo": ('bool',),
16972    "PySide2.QtOpenGL.QGLFormat.setSwapInterval": ('int',),
16973    "PySide2.QtOpenGL.QGLFormat.setVersion": ('int', 'int'),
16974    "PySide2.QtOpenGL.QGLFormat.stencil": (),
16975    "PySide2.QtOpenGL.QGLFormat.stencilBufferSize": (),
16976    "PySide2.QtOpenGL.QGLFormat.stereo": (),
16977    "PySide2.QtOpenGL.QGLFormat.swapInterval": (),
16978    "PySide2.QtOpenGL.QGLFormat.testOption": ('PySide2.QtOpenGL.QGL.FormatOptions',),
16979    "PySide2.QtOpenGL.QGLFormat.toSurfaceFormat": ('PySide2.QtOpenGL.QGLFormat',),
16980# class PySide2.QtOpenGL.QGLFramebufferObject:
16981# class PySide2.QtOpenGL.QGLFramebufferObject.Attachment:
16982    "PySide2.QtOpenGL.QGLFramebufferObject.__init__": [('PySide2.QtCore.QSize', 'PySide2.QtOpenGL.QGLFramebufferObject.Attachment', 'int', 'int'), ('PySide2.QtCore.QSize', 'PySide2.QtOpenGL.QGLFramebufferObjectFormat'), ('PySide2.QtCore.QSize', 'int'), ('int', 'int', 'PySide2.QtOpenGL.QGLFramebufferObject.Attachment', 'int', 'int'), ('int', 'int', 'PySide2.QtOpenGL.QGLFramebufferObjectFormat'), ('int', 'int', 'int')],
16983    "PySide2.QtOpenGL.QGLFramebufferObject.attachment": (),
16984    "PySide2.QtOpenGL.QGLFramebufferObject.bind": (),
16985    "PySide2.QtOpenGL.QGLFramebufferObject.bindDefault": (),
16986    "PySide2.QtOpenGL.QGLFramebufferObject.blitFramebuffer": ('PySide2.QtOpenGL.QGLFramebufferObject', 'PySide2.QtCore.QRect', 'PySide2.QtOpenGL.QGLFramebufferObject', 'PySide2.QtCore.QRect', 'int', 'int'),
16987    "PySide2.QtOpenGL.QGLFramebufferObject.devType": (),
16988    "PySide2.QtOpenGL.QGLFramebufferObject.drawTexture": [('PySide2.QtCore.QPointF', 'int', 'int'), ('PySide2.QtCore.QRectF', 'int', 'int')],
16989    "PySide2.QtOpenGL.QGLFramebufferObject.format": (),
16990    "PySide2.QtOpenGL.QGLFramebufferObject.handle": (),
16991    "PySide2.QtOpenGL.QGLFramebufferObject.hasOpenGLFramebufferBlit": (),
16992    "PySide2.QtOpenGL.QGLFramebufferObject.hasOpenGLFramebufferObjects": (),
16993    "PySide2.QtOpenGL.QGLFramebufferObject.isBound": (),
16994    "PySide2.QtOpenGL.QGLFramebufferObject.isValid": (),
16995    "PySide2.QtOpenGL.QGLFramebufferObject.metric": ('PySide2.QtGui.QPaintDevice.PaintDeviceMetric',),
16996    "PySide2.QtOpenGL.QGLFramebufferObject.paintEngine": (),
16997    "PySide2.QtOpenGL.QGLFramebufferObject.release": (),
16998    "PySide2.QtOpenGL.QGLFramebufferObject.size": (),
16999    "PySide2.QtOpenGL.QGLFramebufferObject.texture": (),
17000    "PySide2.QtOpenGL.QGLFramebufferObject.toImage": (),
17001# class PySide2.QtOpenGL.QGLFramebufferObjectFormat:
17002    "PySide2.QtOpenGL.QGLFramebufferObjectFormat.__init__": [(), ('PySide2.QtOpenGL.QGLFramebufferObjectFormat',)],
17003    "PySide2.QtOpenGL.QGLFramebufferObjectFormat.__copy__": (),
17004    "PySide2.QtOpenGL.QGLFramebufferObjectFormat.attachment": (),
17005    "PySide2.QtOpenGL.QGLFramebufferObjectFormat.internalTextureFormat": (),
17006    "PySide2.QtOpenGL.QGLFramebufferObjectFormat.mipmap": (),
17007    "PySide2.QtOpenGL.QGLFramebufferObjectFormat.samples": (),
17008    "PySide2.QtOpenGL.QGLFramebufferObjectFormat.setAttachment": ('PySide2.QtOpenGL.QGLFramebufferObject.Attachment',),
17009    "PySide2.QtOpenGL.QGLFramebufferObjectFormat.setInternalTextureFormat": ('int',),
17010    "PySide2.QtOpenGL.QGLFramebufferObjectFormat.setMipmap": ('bool',),
17011    "PySide2.QtOpenGL.QGLFramebufferObjectFormat.setSamples": ('int',),
17012    "PySide2.QtOpenGL.QGLFramebufferObjectFormat.setTextureTarget": ('int',),
17013    "PySide2.QtOpenGL.QGLFramebufferObjectFormat.textureTarget": (),
17014# class PySide2.QtOpenGL.QGLPixelBuffer:
17015    "PySide2.QtOpenGL.QGLPixelBuffer.__init__": [('PySide2.QtCore.QSize', 'PySide2.QtOpenGL.QGLFormat', 'PySide2.QtOpenGL.QGLWidget'), ('int', 'int', 'PySide2.QtOpenGL.QGLFormat', 'PySide2.QtOpenGL.QGLWidget')],
17016    "PySide2.QtOpenGL.QGLPixelBuffer.bindTexture": [('PySide2.QtGui.QImage', 'int'), ('PySide2.QtGui.QPixmap', 'int'), ('str',)],
17017    "PySide2.QtOpenGL.QGLPixelBuffer.bindToDynamicTexture": ('int',),
17018    "PySide2.QtOpenGL.QGLPixelBuffer.context": (),
17019    "PySide2.QtOpenGL.QGLPixelBuffer.deleteTexture": ('int',),
17020    "PySide2.QtOpenGL.QGLPixelBuffer.devType": (),
17021    "PySide2.QtOpenGL.QGLPixelBuffer.doneCurrent": (),
17022    "PySide2.QtOpenGL.QGLPixelBuffer.drawTexture": [('PySide2.QtCore.QPointF', 'int', 'int'), ('PySide2.QtCore.QRectF', 'int', 'int')],
17023    "PySide2.QtOpenGL.QGLPixelBuffer.format": (),
17024    "PySide2.QtOpenGL.QGLPixelBuffer.generateDynamicTexture": (),
17025    "PySide2.QtOpenGL.QGLPixelBuffer.handle": (),
17026    "PySide2.QtOpenGL.QGLPixelBuffer.hasOpenGLPbuffers": (),
17027    "PySide2.QtOpenGL.QGLPixelBuffer.isValid": (),
17028    "PySide2.QtOpenGL.QGLPixelBuffer.makeCurrent": (),
17029    "PySide2.QtOpenGL.QGLPixelBuffer.metric": ('PySide2.QtGui.QPaintDevice.PaintDeviceMetric',),
17030    "PySide2.QtOpenGL.QGLPixelBuffer.paintEngine": (),
17031    "PySide2.QtOpenGL.QGLPixelBuffer.releaseFromDynamicTexture": (),
17032    "PySide2.QtOpenGL.QGLPixelBuffer.size": (),
17033    "PySide2.QtOpenGL.QGLPixelBuffer.toImage": (),
17034    "PySide2.QtOpenGL.QGLPixelBuffer.updateDynamicTexture": ('int',),
17035# class PySide2.QtOpenGL.QGLShader:
17036# class PySide2.QtOpenGL.QGLShader.ShaderType:
17037# class PySide2.QtOpenGL.QGLShader.ShaderTypeBit:
17038    "PySide2.QtOpenGL.QGLShader.__init__": [('PySide2.QtOpenGL.QGLShader.ShaderType', 'PySide2.QtCore.QObject'), ('PySide2.QtOpenGL.QGLShader.ShaderType', 'PySide2.QtOpenGL.QGLContext', 'PySide2.QtCore.QObject')],
17039    "PySide2.QtOpenGL.QGLShader.compileSourceCode": [('PySide2.QtCore.QByteArray',), ('str',)],
17040    "PySide2.QtOpenGL.QGLShader.compileSourceFile": ('str',),
17041    "PySide2.QtOpenGL.QGLShader.hasOpenGLShaders": ('PySide2.QtOpenGL.QGLShader.ShaderType', 'PySide2.QtOpenGL.QGLContext'),
17042    "PySide2.QtOpenGL.QGLShader.isCompiled": (),
17043    "PySide2.QtOpenGL.QGLShader.log": (),
17044    "PySide2.QtOpenGL.QGLShader.shaderId": (),
17045    "PySide2.QtOpenGL.QGLShader.shaderType": (),
17046    "PySide2.QtOpenGL.QGLShader.sourceCode": (),
17047# class PySide2.QtOpenGL.QGLShaderProgram:
17048    "PySide2.QtOpenGL.QGLShaderProgram.__init__": [('PySide2.QtCore.QObject',), ('PySide2.QtOpenGL.QGLContext', 'PySide2.QtCore.QObject')],
17049    "PySide2.QtOpenGL.QGLShaderProgram.addShader": ('PySide2.QtOpenGL.QGLShader',),
17050    "PySide2.QtOpenGL.QGLShaderProgram.addShaderFromSourceCode": [('PySide2.QtOpenGL.QGLShader.ShaderType', 'PySide2.QtCore.QByteArray'), ('PySide2.QtOpenGL.QGLShader.ShaderType', 'str')],
17051    "PySide2.QtOpenGL.QGLShaderProgram.addShaderFromSourceFile": ('PySide2.QtOpenGL.QGLShader.ShaderType', 'str'),
17052    "PySide2.QtOpenGL.QGLShaderProgram.attributeLocation": [('PySide2.QtCore.QByteArray',), ('str',)],
17053    "PySide2.QtOpenGL.QGLShaderProgram.bind": (),
17054    "PySide2.QtOpenGL.QGLShaderProgram.bindAttributeLocation": [('PySide2.QtCore.QByteArray', 'int'), ('str', 'int')],
17055    "PySide2.QtOpenGL.QGLShaderProgram.disableAttributeArray": [('int',), ('str',)],
17056    "PySide2.QtOpenGL.QGLShaderProgram.enableAttributeArray": [('int',), ('str',)],
17057    "PySide2.QtOpenGL.QGLShaderProgram.geometryInputType": (),
17058    "PySide2.QtOpenGL.QGLShaderProgram.geometryOutputType": (),
17059    "PySide2.QtOpenGL.QGLShaderProgram.geometryOutputVertexCount": (),
17060    "PySide2.QtOpenGL.QGLShaderProgram.hasOpenGLShaderPrograms": ('PySide2.QtOpenGL.QGLContext',),
17061    "PySide2.QtOpenGL.QGLShaderProgram.isLinked": (),
17062    "PySide2.QtOpenGL.QGLShaderProgram.link": (),
17063    "PySide2.QtOpenGL.QGLShaderProgram.log": (),
17064    "PySide2.QtOpenGL.QGLShaderProgram.maxGeometryOutputVertices": (),
17065    "PySide2.QtOpenGL.QGLShaderProgram.programId": (),
17066    "PySide2.QtOpenGL.QGLShaderProgram.release": (),
17067    "PySide2.QtOpenGL.QGLShaderProgram.removeAllShaders": (),
17068    "PySide2.QtOpenGL.QGLShaderProgram.removeShader": ('PySide2.QtOpenGL.QGLShader',),
17069    "PySide2.QtOpenGL.QGLShaderProgram.setAttributeArray2D": [('int', 'PySide2.QtGui.QVector2D', 'int'), ('str', 'PySide2.QtGui.QVector2D', 'int')],
17070    "PySide2.QtOpenGL.QGLShaderProgram.setAttributeArray3D": [('int', 'PySide2.QtGui.QVector3D', 'int'), ('str', 'PySide2.QtGui.QVector3D', 'int')],
17071    "PySide2.QtOpenGL.QGLShaderProgram.setAttributeArray4D": [('int', 'PySide2.QtGui.QVector4D', 'int'), ('str', 'PySide2.QtGui.QVector4D', 'int')],
17072    "PySide2.QtOpenGL.QGLShaderProgram.setAttributeBuffer": [('int', 'int', 'int', 'int', 'int'), ('str', 'int', 'int', 'int', 'int')],
17073    "PySide2.QtOpenGL.QGLShaderProgram.setAttributeValue": [('int', 'PySide2.QtGui.QColor'), ('int', 'PySide2.QtGui.QVector2D'), ('int', 'PySide2.QtGui.QVector3D'), ('int', 'PySide2.QtGui.QVector4D'), ('int', 'float'), ('int', 'float', 'float'), ('int', 'float', 'float', 'float'), ('int', 'float', 'float', 'float', 'float'), ('str', 'PySide2.QtGui.QColor'), ('str', 'PySide2.QtGui.QVector2D'), ('str', 'PySide2.QtGui.QVector3D'), ('str', 'PySide2.QtGui.QVector4D'), ('str', 'float'), ('str', 'float', 'float'), ('str', 'float', 'float', 'float'), ('str', 'float', 'float', 'float', 'float')],
17074    "PySide2.QtOpenGL.QGLShaderProgram.setGeometryInputType": ('int',),
17075    "PySide2.QtOpenGL.QGLShaderProgram.setGeometryOutputType": ('int',),
17076    "PySide2.QtOpenGL.QGLShaderProgram.setGeometryOutputVertexCount": ('int',),
17077    "PySide2.QtOpenGL.QGLShaderProgram.setUniformValue": [('int', 'PySide2.QtCore.QPoint'), ('int', 'PySide2.QtCore.QPointF'), ('int', 'PySide2.QtCore.QSize'), ('int', 'PySide2.QtCore.QSizeF'), ('int', 'PySide2.QtGui.QColor'), ('int', 'PySide2.QtGui.QMatrix2x2'), ('int', 'PySide2.QtGui.QMatrix2x3'), ('int', 'PySide2.QtGui.QMatrix2x4'), ('int', 'PySide2.QtGui.QMatrix3x2'), ('int', 'PySide2.QtGui.QMatrix3x3'), ('int', 'PySide2.QtGui.QMatrix3x4'), ('int', 'PySide2.QtGui.QMatrix4x2'), ('int', 'PySide2.QtGui.QMatrix4x3'), ('int', 'PySide2.QtGui.QMatrix4x4'), ('int', 'PySide2.QtGui.QTransform'), ('int', 'PySide2.QtGui.QVector2D'), ('int', 'PySide2.QtGui.QVector3D'), ('int', 'PySide2.QtGui.QVector4D'), ('int', 'float'), ('int', 'float', 'float'), ('int', 'float', 'float', 'float'), ('int', 'float', 'float', 'float', 'float'), ('int', 'int'), ('str', 'PySide2.QtCore.QPoint'), ('str', 'PySide2.QtCore.QPointF'), ('str', 'PySide2.QtCore.QSize'), ('str', 'PySide2.QtCore.QSizeF'), ('str', 'PySide2.QtGui.QColor'), ('str', 'PySide2.QtGui.QMatrix2x2'), ('str', 'PySide2.QtGui.QMatrix2x3'), ('str', 'PySide2.QtGui.QMatrix2x4'), ('str', 'PySide2.QtGui.QMatrix3x2'), ('str', 'PySide2.QtGui.QMatrix3x3'), ('str', 'PySide2.QtGui.QMatrix3x4'), ('str', 'PySide2.QtGui.QMatrix4x2'), ('str', 'PySide2.QtGui.QMatrix4x3'), ('str', 'PySide2.QtGui.QMatrix4x4'), ('str', 'PySide2.QtGui.QTransform'), ('str', 'PySide2.QtGui.QVector2D'), ('str', 'PySide2.QtGui.QVector3D'), ('str', 'PySide2.QtGui.QVector4D'), ('str', 'float'), ('str', 'float', 'float'), ('str', 'float', 'float', 'float'), ('str', 'float', 'float', 'float', 'float'), ('str', 'int')],
17078    "PySide2.QtOpenGL.QGLShaderProgram.setUniformValueArray2D": [('int', 'PySide2.QtGui.QVector2D', 'int'), ('str', 'PySide2.QtGui.QVector2D', 'int')],
17079    "PySide2.QtOpenGL.QGLShaderProgram.setUniformValueArray2x2": [('int', 'PySide2.QtGui.QMatrix2x2', 'int'), ('str', 'PySide2.QtGui.QMatrix2x2', 'int')],
17080    "PySide2.QtOpenGL.QGLShaderProgram.setUniformValueArray2x3": [('int', 'PySide2.QtGui.QMatrix2x3', 'int'), ('str', 'PySide2.QtGui.QMatrix2x3', 'int')],
17081    "PySide2.QtOpenGL.QGLShaderProgram.setUniformValueArray2x4": [('int', 'PySide2.QtGui.QMatrix2x4', 'int'), ('str', 'PySide2.QtGui.QMatrix2x4', 'int')],
17082    "PySide2.QtOpenGL.QGLShaderProgram.setUniformValueArray3D": [('int', 'PySide2.QtGui.QVector3D', 'int'), ('str', 'PySide2.QtGui.QVector3D', 'int')],
17083    "PySide2.QtOpenGL.QGLShaderProgram.setUniformValueArray3x2": [('int', 'PySide2.QtGui.QMatrix3x2', 'int'), ('str', 'PySide2.QtGui.QMatrix3x2', 'int')],
17084    "PySide2.QtOpenGL.QGLShaderProgram.setUniformValueArray3x3": [('int', 'PySide2.QtGui.QMatrix3x3', 'int'), ('str', 'PySide2.QtGui.QMatrix3x3', 'int')],
17085    "PySide2.QtOpenGL.QGLShaderProgram.setUniformValueArray3x4": [('int', 'PySide2.QtGui.QMatrix3x4', 'int'), ('str', 'PySide2.QtGui.QMatrix3x4', 'int')],
17086    "PySide2.QtOpenGL.QGLShaderProgram.setUniformValueArray4D": [('int', 'PySide2.QtGui.QVector4D', 'int'), ('str', 'PySide2.QtGui.QVector4D', 'int')],
17087    "PySide2.QtOpenGL.QGLShaderProgram.setUniformValueArray4x2": [('int', 'PySide2.QtGui.QMatrix4x2', 'int'), ('str', 'PySide2.QtGui.QMatrix4x2', 'int')],
17088    "PySide2.QtOpenGL.QGLShaderProgram.setUniformValueArray4x3": [('int', 'PySide2.QtGui.QMatrix4x3', 'int'), ('str', 'PySide2.QtGui.QMatrix4x3', 'int')],
17089    "PySide2.QtOpenGL.QGLShaderProgram.setUniformValueArray4x4": [('int', 'PySide2.QtGui.QMatrix4x4', 'int'), ('str', 'PySide2.QtGui.QMatrix4x4', 'int')],
17090    "PySide2.QtOpenGL.QGLShaderProgram.setUniformValueArrayInt": [('int', 'typing.Sequence[int]', 'int'), ('str', 'typing.Sequence[int]', 'int')],
17091    "PySide2.QtOpenGL.QGLShaderProgram.setUniformValueArrayUint": [('int', 'typing.Sequence[int]', 'int'), ('str', 'typing.Sequence[int]', 'int')],
17092    "PySide2.QtOpenGL.QGLShaderProgram.shaders": (),
17093    "PySide2.QtOpenGL.QGLShaderProgram.uniformLocation": [('PySide2.QtCore.QByteArray',), ('str',)],
17094# class PySide2.QtOpenGL.QGLWidget:
17095    "PySide2.QtOpenGL.QGLWidget.__init__": [('PySide2.QtOpenGL.QGLContext', 'PySide2.QtWidgets.QWidget', 'PySide2.QtOpenGL.QGLWidget', 'PySide2.QtCore.Qt.WindowFlags'), ('PySide2.QtOpenGL.QGLFormat', 'PySide2.QtWidgets.QWidget', 'PySide2.QtOpenGL.QGLWidget', 'PySide2.QtCore.Qt.WindowFlags'), ('PySide2.QtWidgets.QWidget', 'PySide2.QtOpenGL.QGLWidget', 'PySide2.QtCore.Qt.WindowFlags')],
17096    "PySide2.QtOpenGL.QGLWidget.autoBufferSwap": (),
17097    "PySide2.QtOpenGL.QGLWidget.bindTexture": [('PySide2.QtGui.QImage', 'int', 'int'), ('PySide2.QtGui.QImage', 'int', 'int', 'PySide2.QtOpenGL.QGLContext.BindOptions'), ('PySide2.QtGui.QPixmap', 'int', 'int'), ('PySide2.QtGui.QPixmap', 'int', 'int', 'PySide2.QtOpenGL.QGLContext.BindOptions'), ('str',)],
17098    "PySide2.QtOpenGL.QGLWidget.colormap": (),
17099    "PySide2.QtOpenGL.QGLWidget.context": (),
17100    "PySide2.QtOpenGL.QGLWidget.convertToGLFormat": ('PySide2.QtGui.QImage',),
17101    "PySide2.QtOpenGL.QGLWidget.deleteTexture": ('int',),
17102    "PySide2.QtOpenGL.QGLWidget.doneCurrent": (),
17103    "PySide2.QtOpenGL.QGLWidget.doubleBuffer": (),
17104    "PySide2.QtOpenGL.QGLWidget.drawTexture": [('PySide2.QtCore.QPointF', 'int', 'int'), ('PySide2.QtCore.QRectF', 'int', 'int')],
17105    "PySide2.QtOpenGL.QGLWidget.event": ('PySide2.QtCore.QEvent',),
17106    "PySide2.QtOpenGL.QGLWidget.format": (),
17107    "PySide2.QtOpenGL.QGLWidget.glDraw": (),
17108    "PySide2.QtOpenGL.QGLWidget.glInit": (),
17109    "PySide2.QtOpenGL.QGLWidget.grabFrameBuffer": ('bool',),
17110    "PySide2.QtOpenGL.QGLWidget.initializeGL": (),
17111    "PySide2.QtOpenGL.QGLWidget.initializeOverlayGL": (),
17112    "PySide2.QtOpenGL.QGLWidget.isSharing": (),
17113    "PySide2.QtOpenGL.QGLWidget.isValid": (),
17114    "PySide2.QtOpenGL.QGLWidget.makeCurrent": (),
17115    "PySide2.QtOpenGL.QGLWidget.makeOverlayCurrent": (),
17116    "PySide2.QtOpenGL.QGLWidget.overlayContext": (),
17117    "PySide2.QtOpenGL.QGLWidget.paintEngine": (),
17118    "PySide2.QtOpenGL.QGLWidget.paintEvent": ('PySide2.QtGui.QPaintEvent',),
17119    "PySide2.QtOpenGL.QGLWidget.paintGL": (),
17120    "PySide2.QtOpenGL.QGLWidget.paintOverlayGL": (),
17121    "PySide2.QtOpenGL.QGLWidget.qglClearColor": ('PySide2.QtGui.QColor',),
17122    "PySide2.QtOpenGL.QGLWidget.qglColor": ('PySide2.QtGui.QColor',),
17123    "PySide2.QtOpenGL.QGLWidget.renderPixmap": ('int', 'int', 'bool'),
17124    "PySide2.QtOpenGL.QGLWidget.renderText": [('float', 'float', 'float', 'str', 'PySide2.QtGui.QFont'), ('int', 'int', 'str', 'PySide2.QtGui.QFont')],
17125    "PySide2.QtOpenGL.QGLWidget.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
17126    "PySide2.QtOpenGL.QGLWidget.resizeGL": ('int', 'int'),
17127    "PySide2.QtOpenGL.QGLWidget.resizeOverlayGL": ('int', 'int'),
17128    "PySide2.QtOpenGL.QGLWidget.setAutoBufferSwap": ('bool',),
17129    "PySide2.QtOpenGL.QGLWidget.setColormap": ('PySide2.QtOpenGL.QGLColormap',),
17130    "PySide2.QtOpenGL.QGLWidget.swapBuffers": (),
17131    "PySide2.QtOpenGL.QGLWidget.updateGL": (),
17132    "PySide2.QtOpenGL.QGLWidget.updateOverlayGL": (),
17133    }) if "PySide2.QtOpenGL" in sys.modules else None
17134# Module PySide2.QtOpenGLFunctions
17135sig_dict.update({
17136# class PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0:
17137    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.__init__": (),
17138    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glAccum": ('int', 'float'),
17139    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glAlphaFunc": ('int', 'float'),
17140    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glBegin": ('int',),
17141    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glBlendFunc": ('int', 'int'),
17142    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glCallList": ('int',),
17143    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glCallLists": ('int', 'int', 'int'),
17144    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glClear": ('int',),
17145    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glClearAccum": ('float', 'float', 'float', 'float'),
17146    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glClearColor": ('float', 'float', 'float', 'float'),
17147    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glClearDepth": ('float',),
17148    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glClearIndex": ('float',),
17149    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glClearStencil": ('int',),
17150    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glClipPlane": ('int', 'typing.Sequence[float]'),
17151    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor3b": ('int', 'int', 'int'),
17152    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor3bv": ('str',),
17153    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor3d": ('float', 'float', 'float'),
17154    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor3dv": ('typing.Sequence[float]',),
17155    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor3f": ('float', 'float', 'float'),
17156    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor3fv": ('typing.Sequence[float]',),
17157    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor3i": ('int', 'int', 'int'),
17158    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor3iv": ('typing.Sequence[int]',),
17159    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor3s": ('int', 'int', 'int'),
17160    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor3sv": ('typing.Sequence[int]',),
17161    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor3ub": ('int', 'int', 'int'),
17162    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor3ubv": ('str',),
17163    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor3ui": ('int', 'int', 'int'),
17164    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor3uiv": ('typing.Sequence[int]',),
17165    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor3us": ('int', 'int', 'int'),
17166    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor3usv": ('typing.Sequence[int]',),
17167    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor4b": ('int', 'int', 'int', 'int'),
17168    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor4bv": ('str',),
17169    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor4d": ('float', 'float', 'float', 'float'),
17170    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor4dv": ('typing.Sequence[float]',),
17171    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor4f": ('float', 'float', 'float', 'float'),
17172    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor4fv": ('typing.Sequence[float]',),
17173    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor4i": ('int', 'int', 'int', 'int'),
17174    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor4iv": ('typing.Sequence[int]',),
17175    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor4s": ('int', 'int', 'int', 'int'),
17176    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor4sv": ('typing.Sequence[int]',),
17177    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor4ub": ('int', 'int', 'int', 'int'),
17178    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor4ubv": ('str',),
17179    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor4ui": ('int', 'int', 'int', 'int'),
17180    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor4uiv": ('typing.Sequence[int]',),
17181    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor4us": ('int', 'int', 'int', 'int'),
17182    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColor4usv": ('typing.Sequence[int]',),
17183    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColorMask": ('int', 'int', 'int', 'int'),
17184    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glColorMaterial": ('int', 'int'),
17185    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glCopyPixels": ('int', 'int', 'int', 'int', 'int'),
17186    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glCullFace": ('int',),
17187    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glDeleteLists": ('int', 'int'),
17188    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glDepthFunc": ('int',),
17189    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glDepthMask": ('int',),
17190    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glDepthRange": ('float', 'float'),
17191    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glDisable": ('int',),
17192    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glDrawBuffer": ('int',),
17193    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glDrawPixels": ('int', 'int', 'int', 'int', 'int'),
17194    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glEdgeFlag": ('int',),
17195    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glEnable": ('int',),
17196    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glEnd": (),
17197    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glEndList": (),
17198    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glEvalCoord1d": ('float',),
17199    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glEvalCoord1dv": ('typing.Sequence[float]',),
17200    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glEvalCoord1f": ('float',),
17201    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glEvalCoord1fv": ('typing.Sequence[float]',),
17202    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glEvalCoord2d": ('float', 'float'),
17203    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glEvalCoord2dv": ('typing.Sequence[float]',),
17204    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glEvalCoord2f": ('float', 'float'),
17205    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glEvalCoord2fv": ('typing.Sequence[float]',),
17206    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glEvalMesh1": ('int', 'int', 'int'),
17207    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glEvalMesh2": ('int', 'int', 'int', 'int', 'int'),
17208    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glEvalPoint1": ('int',),
17209    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glEvalPoint2": ('int', 'int'),
17210    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glFinish": (),
17211    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glFlush": (),
17212    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glFogf": ('int', 'float'),
17213    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glFogfv": ('int', 'typing.Sequence[float]'),
17214    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glFogi": ('int', 'int'),
17215    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glFogiv": ('int', 'typing.Sequence[int]'),
17216    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glFrontFace": ('int',),
17217    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glFrustum": ('float', 'float', 'float', 'float', 'float', 'float'),
17218    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glGenLists": ('int',),
17219    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glGetError": (),
17220    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glGetString": ('int',),
17221    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glHint": ('int', 'int'),
17222    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glIndexMask": ('int',),
17223    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glIndexd": ('float',),
17224    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glIndexdv": ('typing.Sequence[float]',),
17225    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glIndexf": ('float',),
17226    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glIndexfv": ('typing.Sequence[float]',),
17227    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glIndexi": ('int',),
17228    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glIndexiv": ('typing.Sequence[int]',),
17229    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glIndexs": ('int',),
17230    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glIndexsv": ('typing.Sequence[int]',),
17231    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glInitNames": (),
17232    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glIsEnabled": ('int',),
17233    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glIsList": ('int',),
17234    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glLightModelf": ('int', 'float'),
17235    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glLightModelfv": ('int', 'typing.Sequence[float]'),
17236    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glLightModeli": ('int', 'int'),
17237    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glLightModeliv": ('int', 'typing.Sequence[int]'),
17238    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glLightf": ('int', 'int', 'float'),
17239    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glLightfv": ('int', 'int', 'typing.Sequence[float]'),
17240    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glLighti": ('int', 'int', 'int'),
17241    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glLightiv": ('int', 'int', 'typing.Sequence[int]'),
17242    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glLineStipple": ('int', 'int'),
17243    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glLineWidth": ('float',),
17244    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glListBase": ('int',),
17245    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glLoadIdentity": (),
17246    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glLoadMatrixd": ('typing.Sequence[float]',),
17247    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glLoadMatrixf": ('typing.Sequence[float]',),
17248    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glLoadName": ('int',),
17249    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glLogicOp": ('int',),
17250    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glMap1d": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
17251    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glMap1f": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
17252    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glMap2d": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
17253    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glMap2f": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
17254    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glMapGrid1d": ('int', 'float', 'float'),
17255    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glMapGrid1f": ('int', 'float', 'float'),
17256    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glMapGrid2d": ('int', 'float', 'float', 'int', 'float', 'float'),
17257    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glMapGrid2f": ('int', 'float', 'float', 'int', 'float', 'float'),
17258    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glMaterialf": ('int', 'int', 'float'),
17259    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glMaterialfv": ('int', 'int', 'typing.Sequence[float]'),
17260    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glMateriali": ('int', 'int', 'int'),
17261    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glMaterialiv": ('int', 'int', 'typing.Sequence[int]'),
17262    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glMatrixMode": ('int',),
17263    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glMultMatrixd": ('typing.Sequence[float]',),
17264    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glMultMatrixf": ('typing.Sequence[float]',),
17265    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glNewList": ('int', 'int'),
17266    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glNormal3b": ('int', 'int', 'int'),
17267    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glNormal3bv": ('str',),
17268    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glNormal3d": ('float', 'float', 'float'),
17269    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glNormal3dv": ('typing.Sequence[float]',),
17270    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glNormal3f": ('float', 'float', 'float'),
17271    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glNormal3fv": ('typing.Sequence[float]',),
17272    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glNormal3i": ('int', 'int', 'int'),
17273    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glNormal3iv": ('typing.Sequence[int]',),
17274    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glNormal3s": ('int', 'int', 'int'),
17275    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glNormal3sv": ('typing.Sequence[int]',),
17276    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glOrtho": ('float', 'float', 'float', 'float', 'float', 'float'),
17277    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glPassThrough": ('float',),
17278    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glPixelMapfv": ('int', 'int', 'typing.Sequence[float]'),
17279    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glPixelMapuiv": ('int', 'int', 'typing.Sequence[int]'),
17280    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glPixelMapusv": ('int', 'int', 'typing.Sequence[int]'),
17281    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glPixelStoref": ('int', 'float'),
17282    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glPixelStorei": ('int', 'int'),
17283    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glPixelTransferf": ('int', 'float'),
17284    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glPixelTransferi": ('int', 'int'),
17285    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glPixelZoom": ('float', 'float'),
17286    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glPointSize": ('float',),
17287    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glPolygonMode": ('int', 'int'),
17288    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glPopAttrib": (),
17289    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glPopMatrix": (),
17290    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glPopName": (),
17291    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glPushAttrib": ('int',),
17292    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glPushMatrix": (),
17293    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glPushName": ('int',),
17294    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRasterPos2d": ('float', 'float'),
17295    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRasterPos2dv": ('typing.Sequence[float]',),
17296    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRasterPos2f": ('float', 'float'),
17297    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRasterPos2fv": ('typing.Sequence[float]',),
17298    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRasterPos2i": ('int', 'int'),
17299    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRasterPos2iv": ('typing.Sequence[int]',),
17300    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRasterPos2s": ('int', 'int'),
17301    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRasterPos2sv": ('typing.Sequence[int]',),
17302    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRasterPos3d": ('float', 'float', 'float'),
17303    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRasterPos3dv": ('typing.Sequence[float]',),
17304    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRasterPos3f": ('float', 'float', 'float'),
17305    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRasterPos3fv": ('typing.Sequence[float]',),
17306    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRasterPos3i": ('int', 'int', 'int'),
17307    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRasterPos3iv": ('typing.Sequence[int]',),
17308    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRasterPos3s": ('int', 'int', 'int'),
17309    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRasterPos3sv": ('typing.Sequence[int]',),
17310    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRasterPos4d": ('float', 'float', 'float', 'float'),
17311    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRasterPos4dv": ('typing.Sequence[float]',),
17312    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRasterPos4f": ('float', 'float', 'float', 'float'),
17313    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRasterPos4fv": ('typing.Sequence[float]',),
17314    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRasterPos4i": ('int', 'int', 'int', 'int'),
17315    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRasterPos4iv": ('typing.Sequence[int]',),
17316    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRasterPos4s": ('int', 'int', 'int', 'int'),
17317    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRasterPos4sv": ('typing.Sequence[int]',),
17318    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glReadBuffer": ('int',),
17319    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRectd": ('float', 'float', 'float', 'float'),
17320    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRectdv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
17321    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRectf": ('float', 'float', 'float', 'float'),
17322    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRectfv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
17323    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRecti": ('int', 'int', 'int', 'int'),
17324    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRectiv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
17325    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRects": ('int', 'int', 'int', 'int'),
17326    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRectsv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
17327    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRenderMode": ('int',),
17328    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRotated": ('float', 'float', 'float', 'float'),
17329    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glRotatef": ('float', 'float', 'float', 'float'),
17330    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glScaled": ('float', 'float', 'float'),
17331    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glScalef": ('float', 'float', 'float'),
17332    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glScissor": ('int', 'int', 'int', 'int'),
17333    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glShadeModel": ('int',),
17334    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glStencilFunc": ('int', 'int', 'int'),
17335    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glStencilMask": ('int',),
17336    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glStencilOp": ('int', 'int', 'int'),
17337    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord1d": ('float',),
17338    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord1dv": ('typing.Sequence[float]',),
17339    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord1f": ('float',),
17340    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord1fv": ('typing.Sequence[float]',),
17341    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord1i": ('int',),
17342    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord1iv": ('typing.Sequence[int]',),
17343    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord1s": ('int',),
17344    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord1sv": ('typing.Sequence[int]',),
17345    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord2d": ('float', 'float'),
17346    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord2dv": ('typing.Sequence[float]',),
17347    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord2f": ('float', 'float'),
17348    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord2fv": ('typing.Sequence[float]',),
17349    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord2i": ('int', 'int'),
17350    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord2iv": ('typing.Sequence[int]',),
17351    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord2s": ('int', 'int'),
17352    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord2sv": ('typing.Sequence[int]',),
17353    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord3d": ('float', 'float', 'float'),
17354    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord3dv": ('typing.Sequence[float]',),
17355    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord3f": ('float', 'float', 'float'),
17356    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord3fv": ('typing.Sequence[float]',),
17357    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord3i": ('int', 'int', 'int'),
17358    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord3iv": ('typing.Sequence[int]',),
17359    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord3s": ('int', 'int', 'int'),
17360    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord3sv": ('typing.Sequence[int]',),
17361    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord4d": ('float', 'float', 'float', 'float'),
17362    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord4dv": ('typing.Sequence[float]',),
17363    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord4f": ('float', 'float', 'float', 'float'),
17364    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord4fv": ('typing.Sequence[float]',),
17365    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord4i": ('int', 'int', 'int', 'int'),
17366    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord4iv": ('typing.Sequence[int]',),
17367    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord4s": ('int', 'int', 'int', 'int'),
17368    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexCoord4sv": ('typing.Sequence[int]',),
17369    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexEnvf": ('int', 'int', 'float'),
17370    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexEnvfv": ('int', 'int', 'typing.Sequence[float]'),
17371    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexEnvi": ('int', 'int', 'int'),
17372    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexEnviv": ('int', 'int', 'typing.Sequence[int]'),
17373    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexGend": ('int', 'int', 'float'),
17374    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexGendv": ('int', 'int', 'typing.Sequence[float]'),
17375    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexGenf": ('int', 'int', 'float'),
17376    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexGenfv": ('int', 'int', 'typing.Sequence[float]'),
17377    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexGeni": ('int', 'int', 'int'),
17378    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexGeniv": ('int', 'int', 'typing.Sequence[int]'),
17379    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
17380    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
17381    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexParameterf": ('int', 'int', 'float'),
17382    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexParameterfv": ('int', 'int', 'typing.Sequence[float]'),
17383    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexParameteri": ('int', 'int', 'int'),
17384    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTexParameteriv": ('int', 'int', 'typing.Sequence[int]'),
17385    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTranslated": ('float', 'float', 'float'),
17386    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glTranslatef": ('float', 'float', 'float'),
17387    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glVertex2d": ('float', 'float'),
17388    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glVertex2dv": ('typing.Sequence[float]',),
17389    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glVertex2f": ('float', 'float'),
17390    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glVertex2fv": ('typing.Sequence[float]',),
17391    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glVertex2i": ('int', 'int'),
17392    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glVertex2iv": ('typing.Sequence[int]',),
17393    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glVertex2s": ('int', 'int'),
17394    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glVertex2sv": ('typing.Sequence[int]',),
17395    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glVertex3d": ('float', 'float', 'float'),
17396    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glVertex3dv": ('typing.Sequence[float]',),
17397    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glVertex3f": ('float', 'float', 'float'),
17398    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glVertex3fv": ('typing.Sequence[float]',),
17399    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glVertex3i": ('int', 'int', 'int'),
17400    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glVertex3iv": ('typing.Sequence[int]',),
17401    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glVertex3s": ('int', 'int', 'int'),
17402    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glVertex3sv": ('typing.Sequence[int]',),
17403    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glVertex4d": ('float', 'float', 'float', 'float'),
17404    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glVertex4dv": ('typing.Sequence[float]',),
17405    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glVertex4f": ('float', 'float', 'float', 'float'),
17406    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glVertex4fv": ('typing.Sequence[float]',),
17407    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glVertex4i": ('int', 'int', 'int', 'int'),
17408    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glVertex4iv": ('typing.Sequence[int]',),
17409    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glVertex4s": ('int', 'int', 'int', 'int'),
17410    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glVertex4sv": ('typing.Sequence[int]',),
17411    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.glViewport": ('int', 'int', 'int', 'int'),
17412    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_0.initializeOpenGLFunctions": (),
17413# class PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1:
17414    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.__init__": (),
17415    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glAccum": ('int', 'float'),
17416    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glAlphaFunc": ('int', 'float'),
17417    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glArrayElement": ('int',),
17418    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glBegin": ('int',),
17419    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glBindTexture": ('int', 'int'),
17420    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glBlendFunc": ('int', 'int'),
17421    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glCallList": ('int',),
17422    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glCallLists": ('int', 'int', 'int'),
17423    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glClear": ('int',),
17424    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glClearAccum": ('float', 'float', 'float', 'float'),
17425    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glClearColor": ('float', 'float', 'float', 'float'),
17426    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glClearDepth": ('float',),
17427    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glClearIndex": ('float',),
17428    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glClearStencil": ('int',),
17429    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glClipPlane": ('int', 'typing.Sequence[float]'),
17430    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor3b": ('int', 'int', 'int'),
17431    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor3bv": ('str',),
17432    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor3d": ('float', 'float', 'float'),
17433    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor3dv": ('typing.Sequence[float]',),
17434    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor3f": ('float', 'float', 'float'),
17435    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor3fv": ('typing.Sequence[float]',),
17436    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor3i": ('int', 'int', 'int'),
17437    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor3iv": ('typing.Sequence[int]',),
17438    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor3s": ('int', 'int', 'int'),
17439    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor3sv": ('typing.Sequence[int]',),
17440    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor3ub": ('int', 'int', 'int'),
17441    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor3ubv": ('str',),
17442    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor3ui": ('int', 'int', 'int'),
17443    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor3uiv": ('typing.Sequence[int]',),
17444    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor3us": ('int', 'int', 'int'),
17445    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor3usv": ('typing.Sequence[int]',),
17446    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor4b": ('int', 'int', 'int', 'int'),
17447    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor4bv": ('str',),
17448    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor4d": ('float', 'float', 'float', 'float'),
17449    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor4dv": ('typing.Sequence[float]',),
17450    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor4f": ('float', 'float', 'float', 'float'),
17451    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor4fv": ('typing.Sequence[float]',),
17452    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor4i": ('int', 'int', 'int', 'int'),
17453    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor4iv": ('typing.Sequence[int]',),
17454    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor4s": ('int', 'int', 'int', 'int'),
17455    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor4sv": ('typing.Sequence[int]',),
17456    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor4ub": ('int', 'int', 'int', 'int'),
17457    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor4ubv": ('str',),
17458    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor4ui": ('int', 'int', 'int', 'int'),
17459    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor4uiv": ('typing.Sequence[int]',),
17460    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor4us": ('int', 'int', 'int', 'int'),
17461    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColor4usv": ('typing.Sequence[int]',),
17462    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColorMask": ('int', 'int', 'int', 'int'),
17463    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColorMaterial": ('int', 'int'),
17464    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glColorPointer": ('int', 'int', 'int', 'int'),
17465    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glCopyPixels": ('int', 'int', 'int', 'int', 'int'),
17466    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glCopyTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
17467    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glCopyTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
17468    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glCopyTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int'),
17469    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glCopyTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
17470    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glCullFace": ('int',),
17471    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glDeleteLists": ('int', 'int'),
17472    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glDeleteTextures": ('int', 'typing.Sequence[int]'),
17473    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glDepthFunc": ('int',),
17474    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glDepthMask": ('int',),
17475    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glDepthRange": ('float', 'float'),
17476    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glDisable": ('int',),
17477    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glDisableClientState": ('int',),
17478    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glDrawArrays": ('int', 'int', 'int'),
17479    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glDrawBuffer": ('int',),
17480    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glDrawElements": ('int', 'int', 'int', 'int'),
17481    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glDrawPixels": ('int', 'int', 'int', 'int', 'int'),
17482    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glEdgeFlag": ('int',),
17483    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glEdgeFlagPointer": ('int', 'int'),
17484    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glEnable": ('int',),
17485    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glEnableClientState": ('int',),
17486    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glEnd": (),
17487    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glEndList": (),
17488    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glEvalCoord1d": ('float',),
17489    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glEvalCoord1dv": ('typing.Sequence[float]',),
17490    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glEvalCoord1f": ('float',),
17491    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glEvalCoord1fv": ('typing.Sequence[float]',),
17492    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glEvalCoord2d": ('float', 'float'),
17493    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glEvalCoord2dv": ('typing.Sequence[float]',),
17494    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glEvalCoord2f": ('float', 'float'),
17495    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glEvalCoord2fv": ('typing.Sequence[float]',),
17496    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glEvalMesh1": ('int', 'int', 'int'),
17497    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glEvalMesh2": ('int', 'int', 'int', 'int', 'int'),
17498    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glEvalPoint1": ('int',),
17499    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glEvalPoint2": ('int', 'int'),
17500    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glFinish": (),
17501    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glFlush": (),
17502    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glFogf": ('int', 'float'),
17503    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glFogfv": ('int', 'typing.Sequence[float]'),
17504    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glFogi": ('int', 'int'),
17505    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glFogiv": ('int', 'typing.Sequence[int]'),
17506    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glFrontFace": ('int',),
17507    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glFrustum": ('float', 'float', 'float', 'float', 'float', 'float'),
17508    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glGenLists": ('int',),
17509    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glGetError": (),
17510    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glGetString": ('int',),
17511    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glHint": ('int', 'int'),
17512    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glIndexMask": ('int',),
17513    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glIndexPointer": ('int', 'int', 'int'),
17514    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glIndexd": ('float',),
17515    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glIndexdv": ('typing.Sequence[float]',),
17516    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glIndexf": ('float',),
17517    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glIndexfv": ('typing.Sequence[float]',),
17518    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glIndexi": ('int',),
17519    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glIndexiv": ('typing.Sequence[int]',),
17520    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glIndexs": ('int',),
17521    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glIndexsv": ('typing.Sequence[int]',),
17522    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glIndexub": ('int',),
17523    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glIndexubv": ('str',),
17524    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glInitNames": (),
17525    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glInterleavedArrays": ('int', 'int', 'int'),
17526    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glIsEnabled": ('int',),
17527    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glIsList": ('int',),
17528    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glIsTexture": ('int',),
17529    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glLightModelf": ('int', 'float'),
17530    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glLightModelfv": ('int', 'typing.Sequence[float]'),
17531    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glLightModeli": ('int', 'int'),
17532    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glLightModeliv": ('int', 'typing.Sequence[int]'),
17533    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glLightf": ('int', 'int', 'float'),
17534    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glLightfv": ('int', 'int', 'typing.Sequence[float]'),
17535    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glLighti": ('int', 'int', 'int'),
17536    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glLightiv": ('int', 'int', 'typing.Sequence[int]'),
17537    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glLineStipple": ('int', 'int'),
17538    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glLineWidth": ('float',),
17539    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glListBase": ('int',),
17540    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glLoadIdentity": (),
17541    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glLoadMatrixd": ('typing.Sequence[float]',),
17542    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glLoadMatrixf": ('typing.Sequence[float]',),
17543    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glLoadName": ('int',),
17544    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glLogicOp": ('int',),
17545    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glMap1d": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
17546    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glMap1f": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
17547    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glMap2d": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
17548    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glMap2f": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
17549    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glMapGrid1d": ('int', 'float', 'float'),
17550    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glMapGrid1f": ('int', 'float', 'float'),
17551    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glMapGrid2d": ('int', 'float', 'float', 'int', 'float', 'float'),
17552    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glMapGrid2f": ('int', 'float', 'float', 'int', 'float', 'float'),
17553    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glMaterialf": ('int', 'int', 'float'),
17554    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glMaterialfv": ('int', 'int', 'typing.Sequence[float]'),
17555    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glMateriali": ('int', 'int', 'int'),
17556    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glMaterialiv": ('int', 'int', 'typing.Sequence[int]'),
17557    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glMatrixMode": ('int',),
17558    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glMultMatrixd": ('typing.Sequence[float]',),
17559    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glMultMatrixf": ('typing.Sequence[float]',),
17560    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glNewList": ('int', 'int'),
17561    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glNormal3b": ('int', 'int', 'int'),
17562    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glNormal3bv": ('str',),
17563    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glNormal3d": ('float', 'float', 'float'),
17564    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glNormal3dv": ('typing.Sequence[float]',),
17565    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glNormal3f": ('float', 'float', 'float'),
17566    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glNormal3fv": ('typing.Sequence[float]',),
17567    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glNormal3i": ('int', 'int', 'int'),
17568    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glNormal3iv": ('typing.Sequence[int]',),
17569    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glNormal3s": ('int', 'int', 'int'),
17570    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glNormal3sv": ('typing.Sequence[int]',),
17571    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glNormalPointer": ('int', 'int', 'int'),
17572    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glOrtho": ('float', 'float', 'float', 'float', 'float', 'float'),
17573    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glPassThrough": ('float',),
17574    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glPixelMapfv": ('int', 'int', 'typing.Sequence[float]'),
17575    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glPixelMapuiv": ('int', 'int', 'typing.Sequence[int]'),
17576    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glPixelMapusv": ('int', 'int', 'typing.Sequence[int]'),
17577    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glPixelStoref": ('int', 'float'),
17578    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glPixelStorei": ('int', 'int'),
17579    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glPixelTransferf": ('int', 'float'),
17580    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glPixelTransferi": ('int', 'int'),
17581    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glPixelZoom": ('float', 'float'),
17582    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glPointSize": ('float',),
17583    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glPolygonMode": ('int', 'int'),
17584    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glPolygonOffset": ('float', 'float'),
17585    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glPopAttrib": (),
17586    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glPopClientAttrib": (),
17587    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glPopMatrix": (),
17588    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glPopName": (),
17589    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glPrioritizeTextures": ('int', 'typing.Sequence[int]', 'typing.Sequence[float]'),
17590    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glPushAttrib": ('int',),
17591    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glPushClientAttrib": ('int',),
17592    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glPushMatrix": (),
17593    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glPushName": ('int',),
17594    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRasterPos2d": ('float', 'float'),
17595    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRasterPos2dv": ('typing.Sequence[float]',),
17596    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRasterPos2f": ('float', 'float'),
17597    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRasterPos2fv": ('typing.Sequence[float]',),
17598    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRasterPos2i": ('int', 'int'),
17599    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRasterPos2iv": ('typing.Sequence[int]',),
17600    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRasterPos2s": ('int', 'int'),
17601    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRasterPos2sv": ('typing.Sequence[int]',),
17602    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRasterPos3d": ('float', 'float', 'float'),
17603    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRasterPos3dv": ('typing.Sequence[float]',),
17604    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRasterPos3f": ('float', 'float', 'float'),
17605    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRasterPos3fv": ('typing.Sequence[float]',),
17606    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRasterPos3i": ('int', 'int', 'int'),
17607    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRasterPos3iv": ('typing.Sequence[int]',),
17608    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRasterPos3s": ('int', 'int', 'int'),
17609    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRasterPos3sv": ('typing.Sequence[int]',),
17610    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRasterPos4d": ('float', 'float', 'float', 'float'),
17611    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRasterPos4dv": ('typing.Sequence[float]',),
17612    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRasterPos4f": ('float', 'float', 'float', 'float'),
17613    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRasterPos4fv": ('typing.Sequence[float]',),
17614    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRasterPos4i": ('int', 'int', 'int', 'int'),
17615    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRasterPos4iv": ('typing.Sequence[int]',),
17616    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRasterPos4s": ('int', 'int', 'int', 'int'),
17617    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRasterPos4sv": ('typing.Sequence[int]',),
17618    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glReadBuffer": ('int',),
17619    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRectd": ('float', 'float', 'float', 'float'),
17620    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRectdv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
17621    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRectf": ('float', 'float', 'float', 'float'),
17622    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRectfv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
17623    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRecti": ('int', 'int', 'int', 'int'),
17624    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRectiv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
17625    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRects": ('int', 'int', 'int', 'int'),
17626    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRectsv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
17627    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRenderMode": ('int',),
17628    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRotated": ('float', 'float', 'float', 'float'),
17629    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glRotatef": ('float', 'float', 'float', 'float'),
17630    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glScaled": ('float', 'float', 'float'),
17631    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glScalef": ('float', 'float', 'float'),
17632    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glScissor": ('int', 'int', 'int', 'int'),
17633    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glShadeModel": ('int',),
17634    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glStencilFunc": ('int', 'int', 'int'),
17635    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glStencilMask": ('int',),
17636    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glStencilOp": ('int', 'int', 'int'),
17637    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord1d": ('float',),
17638    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord1dv": ('typing.Sequence[float]',),
17639    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord1f": ('float',),
17640    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord1fv": ('typing.Sequence[float]',),
17641    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord1i": ('int',),
17642    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord1iv": ('typing.Sequence[int]',),
17643    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord1s": ('int',),
17644    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord1sv": ('typing.Sequence[int]',),
17645    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord2d": ('float', 'float'),
17646    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord2dv": ('typing.Sequence[float]',),
17647    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord2f": ('float', 'float'),
17648    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord2fv": ('typing.Sequence[float]',),
17649    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord2i": ('int', 'int'),
17650    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord2iv": ('typing.Sequence[int]',),
17651    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord2s": ('int', 'int'),
17652    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord2sv": ('typing.Sequence[int]',),
17653    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord3d": ('float', 'float', 'float'),
17654    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord3dv": ('typing.Sequence[float]',),
17655    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord3f": ('float', 'float', 'float'),
17656    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord3fv": ('typing.Sequence[float]',),
17657    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord3i": ('int', 'int', 'int'),
17658    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord3iv": ('typing.Sequence[int]',),
17659    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord3s": ('int', 'int', 'int'),
17660    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord3sv": ('typing.Sequence[int]',),
17661    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord4d": ('float', 'float', 'float', 'float'),
17662    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord4dv": ('typing.Sequence[float]',),
17663    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord4f": ('float', 'float', 'float', 'float'),
17664    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord4fv": ('typing.Sequence[float]',),
17665    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord4i": ('int', 'int', 'int', 'int'),
17666    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord4iv": ('typing.Sequence[int]',),
17667    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord4s": ('int', 'int', 'int', 'int'),
17668    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoord4sv": ('typing.Sequence[int]',),
17669    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexCoordPointer": ('int', 'int', 'int', 'int'),
17670    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexEnvf": ('int', 'int', 'float'),
17671    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexEnvfv": ('int', 'int', 'typing.Sequence[float]'),
17672    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexEnvi": ('int', 'int', 'int'),
17673    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexEnviv": ('int', 'int', 'typing.Sequence[int]'),
17674    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexGend": ('int', 'int', 'float'),
17675    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexGendv": ('int', 'int', 'typing.Sequence[float]'),
17676    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexGenf": ('int', 'int', 'float'),
17677    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexGenfv": ('int', 'int', 'typing.Sequence[float]'),
17678    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexGeni": ('int', 'int', 'int'),
17679    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexGeniv": ('int', 'int', 'typing.Sequence[int]'),
17680    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
17681    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
17682    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexParameterf": ('int', 'int', 'float'),
17683    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexParameterfv": ('int', 'int', 'typing.Sequence[float]'),
17684    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexParameteri": ('int', 'int', 'int'),
17685    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexParameteriv": ('int', 'int', 'typing.Sequence[int]'),
17686    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
17687    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
17688    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTranslated": ('float', 'float', 'float'),
17689    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glTranslatef": ('float', 'float', 'float'),
17690    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glVertex2d": ('float', 'float'),
17691    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glVertex2dv": ('typing.Sequence[float]',),
17692    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glVertex2f": ('float', 'float'),
17693    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glVertex2fv": ('typing.Sequence[float]',),
17694    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glVertex2i": ('int', 'int'),
17695    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glVertex2iv": ('typing.Sequence[int]',),
17696    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glVertex2s": ('int', 'int'),
17697    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glVertex2sv": ('typing.Sequence[int]',),
17698    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glVertex3d": ('float', 'float', 'float'),
17699    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glVertex3dv": ('typing.Sequence[float]',),
17700    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glVertex3f": ('float', 'float', 'float'),
17701    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glVertex3fv": ('typing.Sequence[float]',),
17702    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glVertex3i": ('int', 'int', 'int'),
17703    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glVertex3iv": ('typing.Sequence[int]',),
17704    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glVertex3s": ('int', 'int', 'int'),
17705    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glVertex3sv": ('typing.Sequence[int]',),
17706    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glVertex4d": ('float', 'float', 'float', 'float'),
17707    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glVertex4dv": ('typing.Sequence[float]',),
17708    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glVertex4f": ('float', 'float', 'float', 'float'),
17709    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glVertex4fv": ('typing.Sequence[float]',),
17710    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glVertex4i": ('int', 'int', 'int', 'int'),
17711    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glVertex4iv": ('typing.Sequence[int]',),
17712    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glVertex4s": ('int', 'int', 'int', 'int'),
17713    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glVertex4sv": ('typing.Sequence[int]',),
17714    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glVertexPointer": ('int', 'int', 'int', 'int'),
17715    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.glViewport": ('int', 'int', 'int', 'int'),
17716    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_1.initializeOpenGLFunctions": (),
17717# class PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2:
17718    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.__init__": (),
17719    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glAccum": ('int', 'float'),
17720    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glAlphaFunc": ('int', 'float'),
17721    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glArrayElement": ('int',),
17722    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glBegin": ('int',),
17723    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glBindTexture": ('int', 'int'),
17724    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glBlendColor": ('float', 'float', 'float', 'float'),
17725    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glBlendEquation": ('int',),
17726    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glBlendFunc": ('int', 'int'),
17727    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glCallList": ('int',),
17728    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glCallLists": ('int', 'int', 'int'),
17729    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glClear": ('int',),
17730    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glClearAccum": ('float', 'float', 'float', 'float'),
17731    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glClearColor": ('float', 'float', 'float', 'float'),
17732    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glClearDepth": ('float',),
17733    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glClearIndex": ('float',),
17734    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glClearStencil": ('int',),
17735    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glClipPlane": ('int', 'typing.Sequence[float]'),
17736    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor3b": ('int', 'int', 'int'),
17737    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor3bv": ('str',),
17738    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor3d": ('float', 'float', 'float'),
17739    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor3dv": ('typing.Sequence[float]',),
17740    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor3f": ('float', 'float', 'float'),
17741    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor3fv": ('typing.Sequence[float]',),
17742    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor3i": ('int', 'int', 'int'),
17743    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor3iv": ('typing.Sequence[int]',),
17744    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor3s": ('int', 'int', 'int'),
17745    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor3sv": ('typing.Sequence[int]',),
17746    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor3ub": ('int', 'int', 'int'),
17747    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor3ubv": ('str',),
17748    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor3ui": ('int', 'int', 'int'),
17749    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor3uiv": ('typing.Sequence[int]',),
17750    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor3us": ('int', 'int', 'int'),
17751    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor3usv": ('typing.Sequence[int]',),
17752    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor4b": ('int', 'int', 'int', 'int'),
17753    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor4bv": ('str',),
17754    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor4d": ('float', 'float', 'float', 'float'),
17755    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor4dv": ('typing.Sequence[float]',),
17756    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor4f": ('float', 'float', 'float', 'float'),
17757    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor4fv": ('typing.Sequence[float]',),
17758    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor4i": ('int', 'int', 'int', 'int'),
17759    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor4iv": ('typing.Sequence[int]',),
17760    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor4s": ('int', 'int', 'int', 'int'),
17761    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor4sv": ('typing.Sequence[int]',),
17762    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor4ub": ('int', 'int', 'int', 'int'),
17763    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor4ubv": ('str',),
17764    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor4ui": ('int', 'int', 'int', 'int'),
17765    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor4uiv": ('typing.Sequence[int]',),
17766    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor4us": ('int', 'int', 'int', 'int'),
17767    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColor4usv": ('typing.Sequence[int]',),
17768    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColorMask": ('int', 'int', 'int', 'int'),
17769    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColorMaterial": ('int', 'int'),
17770    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColorPointer": ('int', 'int', 'int', 'int'),
17771    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColorSubTable": ('int', 'int', 'int', 'int', 'int', 'int'),
17772    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColorTable": ('int', 'int', 'int', 'int', 'int', 'int'),
17773    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColorTableParameterfv": ('int', 'int', 'typing.Sequence[float]'),
17774    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glColorTableParameteriv": ('int', 'int', 'typing.Sequence[int]'),
17775    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glConvolutionFilter1D": ('int', 'int', 'int', 'int', 'int', 'int'),
17776    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glConvolutionFilter2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
17777    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glConvolutionParameterf": ('int', 'int', 'float'),
17778    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glConvolutionParameterfv": ('int', 'int', 'typing.Sequence[float]'),
17779    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glConvolutionParameteri": ('int', 'int', 'int'),
17780    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glConvolutionParameteriv": ('int', 'int', 'typing.Sequence[int]'),
17781    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glCopyColorSubTable": ('int', 'int', 'int', 'int', 'int'),
17782    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glCopyColorTable": ('int', 'int', 'int', 'int', 'int'),
17783    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glCopyConvolutionFilter1D": ('int', 'int', 'int', 'int', 'int'),
17784    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glCopyConvolutionFilter2D": ('int', 'int', 'int', 'int', 'int', 'int'),
17785    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glCopyPixels": ('int', 'int', 'int', 'int', 'int'),
17786    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glCopyTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
17787    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glCopyTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
17788    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glCopyTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int'),
17789    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glCopyTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
17790    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glCopyTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
17791    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glCullFace": ('int',),
17792    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glDeleteLists": ('int', 'int'),
17793    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glDeleteTextures": ('int', 'typing.Sequence[int]'),
17794    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glDepthFunc": ('int',),
17795    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glDepthMask": ('int',),
17796    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glDepthRange": ('float', 'float'),
17797    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glDisable": ('int',),
17798    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glDisableClientState": ('int',),
17799    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glDrawArrays": ('int', 'int', 'int'),
17800    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glDrawBuffer": ('int',),
17801    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glDrawElements": ('int', 'int', 'int', 'int'),
17802    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glDrawPixels": ('int', 'int', 'int', 'int', 'int'),
17803    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glDrawRangeElements": ('int', 'int', 'int', 'int', 'int', 'int'),
17804    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glEdgeFlag": ('int',),
17805    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glEdgeFlagPointer": ('int', 'int'),
17806    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glEnable": ('int',),
17807    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glEnableClientState": ('int',),
17808    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glEnd": (),
17809    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glEndList": (),
17810    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glEvalCoord1d": ('float',),
17811    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glEvalCoord1dv": ('typing.Sequence[float]',),
17812    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glEvalCoord1f": ('float',),
17813    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glEvalCoord1fv": ('typing.Sequence[float]',),
17814    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glEvalCoord2d": ('float', 'float'),
17815    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glEvalCoord2dv": ('typing.Sequence[float]',),
17816    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glEvalCoord2f": ('float', 'float'),
17817    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glEvalCoord2fv": ('typing.Sequence[float]',),
17818    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glEvalMesh1": ('int', 'int', 'int'),
17819    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glEvalMesh2": ('int', 'int', 'int', 'int', 'int'),
17820    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glEvalPoint1": ('int',),
17821    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glEvalPoint2": ('int', 'int'),
17822    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glFinish": (),
17823    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glFlush": (),
17824    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glFogf": ('int', 'float'),
17825    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glFogfv": ('int', 'typing.Sequence[float]'),
17826    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glFogi": ('int', 'int'),
17827    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glFogiv": ('int', 'typing.Sequence[int]'),
17828    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glFrontFace": ('int',),
17829    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glFrustum": ('float', 'float', 'float', 'float', 'float', 'float'),
17830    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glGenLists": ('int',),
17831    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glGetError": (),
17832    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glGetString": ('int',),
17833    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glHint": ('int', 'int'),
17834    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glHistogram": ('int', 'int', 'int', 'int'),
17835    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glIndexMask": ('int',),
17836    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glIndexPointer": ('int', 'int', 'int'),
17837    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glIndexd": ('float',),
17838    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glIndexdv": ('typing.Sequence[float]',),
17839    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glIndexf": ('float',),
17840    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glIndexfv": ('typing.Sequence[float]',),
17841    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glIndexi": ('int',),
17842    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glIndexiv": ('typing.Sequence[int]',),
17843    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glIndexs": ('int',),
17844    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glIndexsv": ('typing.Sequence[int]',),
17845    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glIndexub": ('int',),
17846    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glIndexubv": ('str',),
17847    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glInitNames": (),
17848    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glInterleavedArrays": ('int', 'int', 'int'),
17849    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glIsEnabled": ('int',),
17850    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glIsList": ('int',),
17851    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glIsTexture": ('int',),
17852    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glLightModelf": ('int', 'float'),
17853    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glLightModelfv": ('int', 'typing.Sequence[float]'),
17854    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glLightModeli": ('int', 'int'),
17855    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glLightModeliv": ('int', 'typing.Sequence[int]'),
17856    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glLightf": ('int', 'int', 'float'),
17857    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glLightfv": ('int', 'int', 'typing.Sequence[float]'),
17858    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glLighti": ('int', 'int', 'int'),
17859    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glLightiv": ('int', 'int', 'typing.Sequence[int]'),
17860    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glLineStipple": ('int', 'int'),
17861    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glLineWidth": ('float',),
17862    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glListBase": ('int',),
17863    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glLoadIdentity": (),
17864    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glLoadMatrixd": ('typing.Sequence[float]',),
17865    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glLoadMatrixf": ('typing.Sequence[float]',),
17866    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glLoadName": ('int',),
17867    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glLogicOp": ('int',),
17868    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glMap1d": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
17869    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glMap1f": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
17870    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glMap2d": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
17871    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glMap2f": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
17872    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glMapGrid1d": ('int', 'float', 'float'),
17873    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glMapGrid1f": ('int', 'float', 'float'),
17874    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glMapGrid2d": ('int', 'float', 'float', 'int', 'float', 'float'),
17875    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glMapGrid2f": ('int', 'float', 'float', 'int', 'float', 'float'),
17876    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glMaterialf": ('int', 'int', 'float'),
17877    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glMaterialfv": ('int', 'int', 'typing.Sequence[float]'),
17878    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glMateriali": ('int', 'int', 'int'),
17879    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glMaterialiv": ('int', 'int', 'typing.Sequence[int]'),
17880    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glMatrixMode": ('int',),
17881    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glMinmax": ('int', 'int', 'int'),
17882    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glMultMatrixd": ('typing.Sequence[float]',),
17883    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glMultMatrixf": ('typing.Sequence[float]',),
17884    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glNewList": ('int', 'int'),
17885    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glNormal3b": ('int', 'int', 'int'),
17886    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glNormal3bv": ('str',),
17887    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glNormal3d": ('float', 'float', 'float'),
17888    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glNormal3dv": ('typing.Sequence[float]',),
17889    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glNormal3f": ('float', 'float', 'float'),
17890    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glNormal3fv": ('typing.Sequence[float]',),
17891    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glNormal3i": ('int', 'int', 'int'),
17892    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glNormal3iv": ('typing.Sequence[int]',),
17893    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glNormal3s": ('int', 'int', 'int'),
17894    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glNormal3sv": ('typing.Sequence[int]',),
17895    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glNormalPointer": ('int', 'int', 'int'),
17896    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glOrtho": ('float', 'float', 'float', 'float', 'float', 'float'),
17897    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glPassThrough": ('float',),
17898    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glPixelMapfv": ('int', 'int', 'typing.Sequence[float]'),
17899    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glPixelMapuiv": ('int', 'int', 'typing.Sequence[int]'),
17900    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glPixelMapusv": ('int', 'int', 'typing.Sequence[int]'),
17901    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glPixelStoref": ('int', 'float'),
17902    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glPixelStorei": ('int', 'int'),
17903    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glPixelTransferf": ('int', 'float'),
17904    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glPixelTransferi": ('int', 'int'),
17905    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glPixelZoom": ('float', 'float'),
17906    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glPointSize": ('float',),
17907    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glPolygonMode": ('int', 'int'),
17908    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glPolygonOffset": ('float', 'float'),
17909    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glPopAttrib": (),
17910    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glPopClientAttrib": (),
17911    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glPopMatrix": (),
17912    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glPopName": (),
17913    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glPrioritizeTextures": ('int', 'typing.Sequence[int]', 'typing.Sequence[float]'),
17914    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glPushAttrib": ('int',),
17915    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glPushClientAttrib": ('int',),
17916    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glPushMatrix": (),
17917    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glPushName": ('int',),
17918    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRasterPos2d": ('float', 'float'),
17919    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRasterPos2dv": ('typing.Sequence[float]',),
17920    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRasterPos2f": ('float', 'float'),
17921    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRasterPos2fv": ('typing.Sequence[float]',),
17922    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRasterPos2i": ('int', 'int'),
17923    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRasterPos2iv": ('typing.Sequence[int]',),
17924    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRasterPos2s": ('int', 'int'),
17925    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRasterPos2sv": ('typing.Sequence[int]',),
17926    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRasterPos3d": ('float', 'float', 'float'),
17927    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRasterPos3dv": ('typing.Sequence[float]',),
17928    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRasterPos3f": ('float', 'float', 'float'),
17929    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRasterPos3fv": ('typing.Sequence[float]',),
17930    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRasterPos3i": ('int', 'int', 'int'),
17931    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRasterPos3iv": ('typing.Sequence[int]',),
17932    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRasterPos3s": ('int', 'int', 'int'),
17933    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRasterPos3sv": ('typing.Sequence[int]',),
17934    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRasterPos4d": ('float', 'float', 'float', 'float'),
17935    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRasterPos4dv": ('typing.Sequence[float]',),
17936    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRasterPos4f": ('float', 'float', 'float', 'float'),
17937    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRasterPos4fv": ('typing.Sequence[float]',),
17938    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRasterPos4i": ('int', 'int', 'int', 'int'),
17939    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRasterPos4iv": ('typing.Sequence[int]',),
17940    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRasterPos4s": ('int', 'int', 'int', 'int'),
17941    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRasterPos4sv": ('typing.Sequence[int]',),
17942    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glReadBuffer": ('int',),
17943    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRectd": ('float', 'float', 'float', 'float'),
17944    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRectdv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
17945    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRectf": ('float', 'float', 'float', 'float'),
17946    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRectfv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
17947    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRecti": ('int', 'int', 'int', 'int'),
17948    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRectiv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
17949    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRects": ('int', 'int', 'int', 'int'),
17950    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRectsv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
17951    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRenderMode": ('int',),
17952    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glResetHistogram": ('int',),
17953    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glResetMinmax": ('int',),
17954    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRotated": ('float', 'float', 'float', 'float'),
17955    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glRotatef": ('float', 'float', 'float', 'float'),
17956    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glScaled": ('float', 'float', 'float'),
17957    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glScalef": ('float', 'float', 'float'),
17958    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glScissor": ('int', 'int', 'int', 'int'),
17959    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glSeparableFilter2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
17960    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glShadeModel": ('int',),
17961    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glStencilFunc": ('int', 'int', 'int'),
17962    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glStencilMask": ('int',),
17963    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glStencilOp": ('int', 'int', 'int'),
17964    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord1d": ('float',),
17965    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord1dv": ('typing.Sequence[float]',),
17966    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord1f": ('float',),
17967    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord1fv": ('typing.Sequence[float]',),
17968    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord1i": ('int',),
17969    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord1iv": ('typing.Sequence[int]',),
17970    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord1s": ('int',),
17971    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord1sv": ('typing.Sequence[int]',),
17972    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord2d": ('float', 'float'),
17973    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord2dv": ('typing.Sequence[float]',),
17974    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord2f": ('float', 'float'),
17975    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord2fv": ('typing.Sequence[float]',),
17976    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord2i": ('int', 'int'),
17977    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord2iv": ('typing.Sequence[int]',),
17978    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord2s": ('int', 'int'),
17979    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord2sv": ('typing.Sequence[int]',),
17980    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord3d": ('float', 'float', 'float'),
17981    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord3dv": ('typing.Sequence[float]',),
17982    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord3f": ('float', 'float', 'float'),
17983    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord3fv": ('typing.Sequence[float]',),
17984    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord3i": ('int', 'int', 'int'),
17985    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord3iv": ('typing.Sequence[int]',),
17986    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord3s": ('int', 'int', 'int'),
17987    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord3sv": ('typing.Sequence[int]',),
17988    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord4d": ('float', 'float', 'float', 'float'),
17989    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord4dv": ('typing.Sequence[float]',),
17990    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord4f": ('float', 'float', 'float', 'float'),
17991    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord4fv": ('typing.Sequence[float]',),
17992    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord4i": ('int', 'int', 'int', 'int'),
17993    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord4iv": ('typing.Sequence[int]',),
17994    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord4s": ('int', 'int', 'int', 'int'),
17995    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoord4sv": ('typing.Sequence[int]',),
17996    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexCoordPointer": ('int', 'int', 'int', 'int'),
17997    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexEnvf": ('int', 'int', 'float'),
17998    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexEnvfv": ('int', 'int', 'typing.Sequence[float]'),
17999    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexEnvi": ('int', 'int', 'int'),
18000    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexEnviv": ('int', 'int', 'typing.Sequence[int]'),
18001    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexGend": ('int', 'int', 'float'),
18002    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexGendv": ('int', 'int', 'typing.Sequence[float]'),
18003    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexGenf": ('int', 'int', 'float'),
18004    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexGenfv": ('int', 'int', 'typing.Sequence[float]'),
18005    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexGeni": ('int', 'int', 'int'),
18006    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexGeniv": ('int', 'int', 'typing.Sequence[int]'),
18007    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18008    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18009    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18010    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexParameterf": ('int', 'int', 'float'),
18011    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexParameterfv": ('int', 'int', 'typing.Sequence[float]'),
18012    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexParameteri": ('int', 'int', 'int'),
18013    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexParameteriv": ('int', 'int', 'typing.Sequence[int]'),
18014    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
18015    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18016    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18017    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTranslated": ('float', 'float', 'float'),
18018    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glTranslatef": ('float', 'float', 'float'),
18019    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glVertex2d": ('float', 'float'),
18020    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glVertex2dv": ('typing.Sequence[float]',),
18021    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glVertex2f": ('float', 'float'),
18022    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glVertex2fv": ('typing.Sequence[float]',),
18023    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glVertex2i": ('int', 'int'),
18024    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glVertex2iv": ('typing.Sequence[int]',),
18025    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glVertex2s": ('int', 'int'),
18026    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glVertex2sv": ('typing.Sequence[int]',),
18027    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glVertex3d": ('float', 'float', 'float'),
18028    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glVertex3dv": ('typing.Sequence[float]',),
18029    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glVertex3f": ('float', 'float', 'float'),
18030    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glVertex3fv": ('typing.Sequence[float]',),
18031    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glVertex3i": ('int', 'int', 'int'),
18032    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glVertex3iv": ('typing.Sequence[int]',),
18033    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glVertex3s": ('int', 'int', 'int'),
18034    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glVertex3sv": ('typing.Sequence[int]',),
18035    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glVertex4d": ('float', 'float', 'float', 'float'),
18036    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glVertex4dv": ('typing.Sequence[float]',),
18037    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glVertex4f": ('float', 'float', 'float', 'float'),
18038    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glVertex4fv": ('typing.Sequence[float]',),
18039    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glVertex4i": ('int', 'int', 'int', 'int'),
18040    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glVertex4iv": ('typing.Sequence[int]',),
18041    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glVertex4s": ('int', 'int', 'int', 'int'),
18042    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glVertex4sv": ('typing.Sequence[int]',),
18043    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glVertexPointer": ('int', 'int', 'int', 'int'),
18044    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.glViewport": ('int', 'int', 'int', 'int'),
18045    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_2.initializeOpenGLFunctions": (),
18046# class PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3:
18047    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.__init__": (),
18048    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glAccum": ('int', 'float'),
18049    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glActiveTexture": ('int',),
18050    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glAlphaFunc": ('int', 'float'),
18051    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glArrayElement": ('int',),
18052    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glBegin": ('int',),
18053    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glBindTexture": ('int', 'int'),
18054    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glBlendColor": ('float', 'float', 'float', 'float'),
18055    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glBlendEquation": ('int',),
18056    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glBlendFunc": ('int', 'int'),
18057    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glCallList": ('int',),
18058    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glCallLists": ('int', 'int', 'int'),
18059    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glClear": ('int',),
18060    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glClearAccum": ('float', 'float', 'float', 'float'),
18061    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glClearColor": ('float', 'float', 'float', 'float'),
18062    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glClearDepth": ('float',),
18063    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glClearIndex": ('float',),
18064    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glClearStencil": ('int',),
18065    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glClientActiveTexture": ('int',),
18066    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glClipPlane": ('int', 'typing.Sequence[float]'),
18067    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor3b": ('int', 'int', 'int'),
18068    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor3bv": ('str',),
18069    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor3d": ('float', 'float', 'float'),
18070    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor3dv": ('typing.Sequence[float]',),
18071    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor3f": ('float', 'float', 'float'),
18072    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor3fv": ('typing.Sequence[float]',),
18073    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor3i": ('int', 'int', 'int'),
18074    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor3iv": ('typing.Sequence[int]',),
18075    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor3s": ('int', 'int', 'int'),
18076    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor3sv": ('typing.Sequence[int]',),
18077    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor3ub": ('int', 'int', 'int'),
18078    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor3ubv": ('str',),
18079    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor3ui": ('int', 'int', 'int'),
18080    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor3uiv": ('typing.Sequence[int]',),
18081    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor3us": ('int', 'int', 'int'),
18082    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor3usv": ('typing.Sequence[int]',),
18083    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor4b": ('int', 'int', 'int', 'int'),
18084    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor4bv": ('str',),
18085    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor4d": ('float', 'float', 'float', 'float'),
18086    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor4dv": ('typing.Sequence[float]',),
18087    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor4f": ('float', 'float', 'float', 'float'),
18088    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor4fv": ('typing.Sequence[float]',),
18089    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor4i": ('int', 'int', 'int', 'int'),
18090    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor4iv": ('typing.Sequence[int]',),
18091    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor4s": ('int', 'int', 'int', 'int'),
18092    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor4sv": ('typing.Sequence[int]',),
18093    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor4ub": ('int', 'int', 'int', 'int'),
18094    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor4ubv": ('str',),
18095    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor4ui": ('int', 'int', 'int', 'int'),
18096    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor4uiv": ('typing.Sequence[int]',),
18097    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor4us": ('int', 'int', 'int', 'int'),
18098    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColor4usv": ('typing.Sequence[int]',),
18099    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColorMask": ('int', 'int', 'int', 'int'),
18100    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColorMaterial": ('int', 'int'),
18101    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColorPointer": ('int', 'int', 'int', 'int'),
18102    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColorSubTable": ('int', 'int', 'int', 'int', 'int', 'int'),
18103    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColorTable": ('int', 'int', 'int', 'int', 'int', 'int'),
18104    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColorTableParameterfv": ('int', 'int', 'typing.Sequence[float]'),
18105    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glColorTableParameteriv": ('int', 'int', 'typing.Sequence[int]'),
18106    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glCompressedTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
18107    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glCompressedTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18108    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glCompressedTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18109    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glCompressedTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
18110    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glCompressedTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18111    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glCompressedTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18112    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glConvolutionFilter1D": ('int', 'int', 'int', 'int', 'int', 'int'),
18113    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glConvolutionFilter2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
18114    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glConvolutionParameterf": ('int', 'int', 'float'),
18115    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glConvolutionParameterfv": ('int', 'int', 'typing.Sequence[float]'),
18116    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glConvolutionParameteri": ('int', 'int', 'int'),
18117    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glConvolutionParameteriv": ('int', 'int', 'typing.Sequence[int]'),
18118    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glCopyColorSubTable": ('int', 'int', 'int', 'int', 'int'),
18119    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glCopyColorTable": ('int', 'int', 'int', 'int', 'int'),
18120    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glCopyConvolutionFilter1D": ('int', 'int', 'int', 'int', 'int'),
18121    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glCopyConvolutionFilter2D": ('int', 'int', 'int', 'int', 'int', 'int'),
18122    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glCopyPixels": ('int', 'int', 'int', 'int', 'int'),
18123    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glCopyTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
18124    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glCopyTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18125    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glCopyTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int'),
18126    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glCopyTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18127    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glCopyTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18128    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glCullFace": ('int',),
18129    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glDeleteLists": ('int', 'int'),
18130    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glDeleteTextures": ('int', 'typing.Sequence[int]'),
18131    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glDepthFunc": ('int',),
18132    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glDepthMask": ('int',),
18133    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glDepthRange": ('float', 'float'),
18134    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glDisable": ('int',),
18135    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glDisableClientState": ('int',),
18136    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glDrawArrays": ('int', 'int', 'int'),
18137    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glDrawBuffer": ('int',),
18138    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glDrawElements": ('int', 'int', 'int', 'int'),
18139    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glDrawPixels": ('int', 'int', 'int', 'int', 'int'),
18140    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glDrawRangeElements": ('int', 'int', 'int', 'int', 'int', 'int'),
18141    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glEdgeFlag": ('int',),
18142    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glEdgeFlagPointer": ('int', 'int'),
18143    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glEnable": ('int',),
18144    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glEnableClientState": ('int',),
18145    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glEnd": (),
18146    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glEndList": (),
18147    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glEvalCoord1d": ('float',),
18148    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glEvalCoord1dv": ('typing.Sequence[float]',),
18149    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glEvalCoord1f": ('float',),
18150    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glEvalCoord1fv": ('typing.Sequence[float]',),
18151    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glEvalCoord2d": ('float', 'float'),
18152    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glEvalCoord2dv": ('typing.Sequence[float]',),
18153    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glEvalCoord2f": ('float', 'float'),
18154    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glEvalCoord2fv": ('typing.Sequence[float]',),
18155    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glEvalMesh1": ('int', 'int', 'int'),
18156    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glEvalMesh2": ('int', 'int', 'int', 'int', 'int'),
18157    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glEvalPoint1": ('int',),
18158    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glEvalPoint2": ('int', 'int'),
18159    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glFinish": (),
18160    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glFlush": (),
18161    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glFogf": ('int', 'float'),
18162    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glFogfv": ('int', 'typing.Sequence[float]'),
18163    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glFogi": ('int', 'int'),
18164    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glFogiv": ('int', 'typing.Sequence[int]'),
18165    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glFrontFace": ('int',),
18166    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glFrustum": ('float', 'float', 'float', 'float', 'float', 'float'),
18167    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glGenLists": ('int',),
18168    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glGetError": (),
18169    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glGetString": ('int',),
18170    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glHint": ('int', 'int'),
18171    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glHistogram": ('int', 'int', 'int', 'int'),
18172    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glIndexMask": ('int',),
18173    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glIndexPointer": ('int', 'int', 'int'),
18174    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glIndexd": ('float',),
18175    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glIndexdv": ('typing.Sequence[float]',),
18176    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glIndexf": ('float',),
18177    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glIndexfv": ('typing.Sequence[float]',),
18178    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glIndexi": ('int',),
18179    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glIndexiv": ('typing.Sequence[int]',),
18180    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glIndexs": ('int',),
18181    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glIndexsv": ('typing.Sequence[int]',),
18182    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glIndexub": ('int',),
18183    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glIndexubv": ('str',),
18184    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glInitNames": (),
18185    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glInterleavedArrays": ('int', 'int', 'int'),
18186    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glIsEnabled": ('int',),
18187    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glIsList": ('int',),
18188    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glIsTexture": ('int',),
18189    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glLightModelf": ('int', 'float'),
18190    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glLightModelfv": ('int', 'typing.Sequence[float]'),
18191    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glLightModeli": ('int', 'int'),
18192    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glLightModeliv": ('int', 'typing.Sequence[int]'),
18193    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glLightf": ('int', 'int', 'float'),
18194    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glLightfv": ('int', 'int', 'typing.Sequence[float]'),
18195    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glLighti": ('int', 'int', 'int'),
18196    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glLightiv": ('int', 'int', 'typing.Sequence[int]'),
18197    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glLineStipple": ('int', 'int'),
18198    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glLineWidth": ('float',),
18199    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glListBase": ('int',),
18200    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glLoadIdentity": (),
18201    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glLoadMatrixd": ('typing.Sequence[float]',),
18202    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glLoadMatrixf": ('typing.Sequence[float]',),
18203    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glLoadName": ('int',),
18204    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glLoadTransposeMatrixd": ('typing.Sequence[float]',),
18205    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glLoadTransposeMatrixf": ('typing.Sequence[float]',),
18206    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glLogicOp": ('int',),
18207    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMap1d": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
18208    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMap1f": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
18209    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMap2d": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
18210    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMap2f": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
18211    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMapGrid1d": ('int', 'float', 'float'),
18212    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMapGrid1f": ('int', 'float', 'float'),
18213    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMapGrid2d": ('int', 'float', 'float', 'int', 'float', 'float'),
18214    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMapGrid2f": ('int', 'float', 'float', 'int', 'float', 'float'),
18215    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMaterialf": ('int', 'int', 'float'),
18216    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMaterialfv": ('int', 'int', 'typing.Sequence[float]'),
18217    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMateriali": ('int', 'int', 'int'),
18218    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMaterialiv": ('int', 'int', 'typing.Sequence[int]'),
18219    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMatrixMode": ('int',),
18220    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMinmax": ('int', 'int', 'int'),
18221    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultMatrixd": ('typing.Sequence[float]',),
18222    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultMatrixf": ('typing.Sequence[float]',),
18223    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultTransposeMatrixd": ('typing.Sequence[float]',),
18224    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultTransposeMatrixf": ('typing.Sequence[float]',),
18225    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord1d": ('int', 'float'),
18226    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord1dv": ('int', 'typing.Sequence[float]'),
18227    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord1f": ('int', 'float'),
18228    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord1fv": ('int', 'typing.Sequence[float]'),
18229    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord1i": ('int', 'int'),
18230    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord1iv": ('int', 'typing.Sequence[int]'),
18231    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord1s": ('int', 'int'),
18232    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord1sv": ('int', 'typing.Sequence[int]'),
18233    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord2d": ('int', 'float', 'float'),
18234    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord2dv": ('int', 'typing.Sequence[float]'),
18235    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord2f": ('int', 'float', 'float'),
18236    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord2fv": ('int', 'typing.Sequence[float]'),
18237    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord2i": ('int', 'int', 'int'),
18238    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord2iv": ('int', 'typing.Sequence[int]'),
18239    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord2s": ('int', 'int', 'int'),
18240    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord2sv": ('int', 'typing.Sequence[int]'),
18241    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord3d": ('int', 'float', 'float', 'float'),
18242    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord3dv": ('int', 'typing.Sequence[float]'),
18243    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord3f": ('int', 'float', 'float', 'float'),
18244    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord3fv": ('int', 'typing.Sequence[float]'),
18245    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord3i": ('int', 'int', 'int', 'int'),
18246    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord3iv": ('int', 'typing.Sequence[int]'),
18247    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord3s": ('int', 'int', 'int', 'int'),
18248    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord3sv": ('int', 'typing.Sequence[int]'),
18249    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord4d": ('int', 'float', 'float', 'float', 'float'),
18250    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord4dv": ('int', 'typing.Sequence[float]'),
18251    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord4f": ('int', 'float', 'float', 'float', 'float'),
18252    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord4fv": ('int', 'typing.Sequence[float]'),
18253    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord4i": ('int', 'int', 'int', 'int', 'int'),
18254    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord4iv": ('int', 'typing.Sequence[int]'),
18255    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord4s": ('int', 'int', 'int', 'int', 'int'),
18256    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glMultiTexCoord4sv": ('int', 'typing.Sequence[int]'),
18257    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glNewList": ('int', 'int'),
18258    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glNormal3b": ('int', 'int', 'int'),
18259    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glNormal3bv": ('str',),
18260    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glNormal3d": ('float', 'float', 'float'),
18261    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glNormal3dv": ('typing.Sequence[float]',),
18262    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glNormal3f": ('float', 'float', 'float'),
18263    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glNormal3fv": ('typing.Sequence[float]',),
18264    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glNormal3i": ('int', 'int', 'int'),
18265    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glNormal3iv": ('typing.Sequence[int]',),
18266    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glNormal3s": ('int', 'int', 'int'),
18267    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glNormal3sv": ('typing.Sequence[int]',),
18268    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glNormalPointer": ('int', 'int', 'int'),
18269    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glOrtho": ('float', 'float', 'float', 'float', 'float', 'float'),
18270    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glPassThrough": ('float',),
18271    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glPixelMapfv": ('int', 'int', 'typing.Sequence[float]'),
18272    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glPixelMapuiv": ('int', 'int', 'typing.Sequence[int]'),
18273    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glPixelMapusv": ('int', 'int', 'typing.Sequence[int]'),
18274    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glPixelStoref": ('int', 'float'),
18275    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glPixelStorei": ('int', 'int'),
18276    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glPixelTransferf": ('int', 'float'),
18277    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glPixelTransferi": ('int', 'int'),
18278    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glPixelZoom": ('float', 'float'),
18279    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glPointSize": ('float',),
18280    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glPolygonMode": ('int', 'int'),
18281    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glPolygonOffset": ('float', 'float'),
18282    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glPopAttrib": (),
18283    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glPopClientAttrib": (),
18284    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glPopMatrix": (),
18285    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glPopName": (),
18286    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glPrioritizeTextures": ('int', 'typing.Sequence[int]', 'typing.Sequence[float]'),
18287    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glPushAttrib": ('int',),
18288    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glPushClientAttrib": ('int',),
18289    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glPushMatrix": (),
18290    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glPushName": ('int',),
18291    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRasterPos2d": ('float', 'float'),
18292    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRasterPos2dv": ('typing.Sequence[float]',),
18293    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRasterPos2f": ('float', 'float'),
18294    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRasterPos2fv": ('typing.Sequence[float]',),
18295    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRasterPos2i": ('int', 'int'),
18296    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRasterPos2iv": ('typing.Sequence[int]',),
18297    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRasterPos2s": ('int', 'int'),
18298    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRasterPos2sv": ('typing.Sequence[int]',),
18299    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRasterPos3d": ('float', 'float', 'float'),
18300    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRasterPos3dv": ('typing.Sequence[float]',),
18301    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRasterPos3f": ('float', 'float', 'float'),
18302    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRasterPos3fv": ('typing.Sequence[float]',),
18303    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRasterPos3i": ('int', 'int', 'int'),
18304    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRasterPos3iv": ('typing.Sequence[int]',),
18305    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRasterPos3s": ('int', 'int', 'int'),
18306    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRasterPos3sv": ('typing.Sequence[int]',),
18307    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRasterPos4d": ('float', 'float', 'float', 'float'),
18308    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRasterPos4dv": ('typing.Sequence[float]',),
18309    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRasterPos4f": ('float', 'float', 'float', 'float'),
18310    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRasterPos4fv": ('typing.Sequence[float]',),
18311    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRasterPos4i": ('int', 'int', 'int', 'int'),
18312    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRasterPos4iv": ('typing.Sequence[int]',),
18313    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRasterPos4s": ('int', 'int', 'int', 'int'),
18314    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRasterPos4sv": ('typing.Sequence[int]',),
18315    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glReadBuffer": ('int',),
18316    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRectd": ('float', 'float', 'float', 'float'),
18317    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRectdv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
18318    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRectf": ('float', 'float', 'float', 'float'),
18319    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRectfv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
18320    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRecti": ('int', 'int', 'int', 'int'),
18321    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRectiv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
18322    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRects": ('int', 'int', 'int', 'int'),
18323    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRectsv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
18324    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRenderMode": ('int',),
18325    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glResetHistogram": ('int',),
18326    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glResetMinmax": ('int',),
18327    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRotated": ('float', 'float', 'float', 'float'),
18328    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glRotatef": ('float', 'float', 'float', 'float'),
18329    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glSampleCoverage": ('float', 'int'),
18330    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glScaled": ('float', 'float', 'float'),
18331    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glScalef": ('float', 'float', 'float'),
18332    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glScissor": ('int', 'int', 'int', 'int'),
18333    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glSeparableFilter2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18334    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glShadeModel": ('int',),
18335    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glStencilFunc": ('int', 'int', 'int'),
18336    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glStencilMask": ('int',),
18337    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glStencilOp": ('int', 'int', 'int'),
18338    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord1d": ('float',),
18339    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord1dv": ('typing.Sequence[float]',),
18340    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord1f": ('float',),
18341    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord1fv": ('typing.Sequence[float]',),
18342    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord1i": ('int',),
18343    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord1iv": ('typing.Sequence[int]',),
18344    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord1s": ('int',),
18345    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord1sv": ('typing.Sequence[int]',),
18346    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord2d": ('float', 'float'),
18347    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord2dv": ('typing.Sequence[float]',),
18348    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord2f": ('float', 'float'),
18349    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord2fv": ('typing.Sequence[float]',),
18350    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord2i": ('int', 'int'),
18351    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord2iv": ('typing.Sequence[int]',),
18352    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord2s": ('int', 'int'),
18353    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord2sv": ('typing.Sequence[int]',),
18354    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord3d": ('float', 'float', 'float'),
18355    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord3dv": ('typing.Sequence[float]',),
18356    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord3f": ('float', 'float', 'float'),
18357    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord3fv": ('typing.Sequence[float]',),
18358    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord3i": ('int', 'int', 'int'),
18359    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord3iv": ('typing.Sequence[int]',),
18360    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord3s": ('int', 'int', 'int'),
18361    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord3sv": ('typing.Sequence[int]',),
18362    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord4d": ('float', 'float', 'float', 'float'),
18363    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord4dv": ('typing.Sequence[float]',),
18364    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord4f": ('float', 'float', 'float', 'float'),
18365    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord4fv": ('typing.Sequence[float]',),
18366    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord4i": ('int', 'int', 'int', 'int'),
18367    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord4iv": ('typing.Sequence[int]',),
18368    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord4s": ('int', 'int', 'int', 'int'),
18369    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoord4sv": ('typing.Sequence[int]',),
18370    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexCoordPointer": ('int', 'int', 'int', 'int'),
18371    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexEnvf": ('int', 'int', 'float'),
18372    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexEnvfv": ('int', 'int', 'typing.Sequence[float]'),
18373    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexEnvi": ('int', 'int', 'int'),
18374    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexEnviv": ('int', 'int', 'typing.Sequence[int]'),
18375    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexGend": ('int', 'int', 'float'),
18376    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexGendv": ('int', 'int', 'typing.Sequence[float]'),
18377    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexGenf": ('int', 'int', 'float'),
18378    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexGenfv": ('int', 'int', 'typing.Sequence[float]'),
18379    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexGeni": ('int', 'int', 'int'),
18380    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexGeniv": ('int', 'int', 'typing.Sequence[int]'),
18381    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18382    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18383    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18384    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexParameterf": ('int', 'int', 'float'),
18385    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexParameterfv": ('int', 'int', 'typing.Sequence[float]'),
18386    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexParameteri": ('int', 'int', 'int'),
18387    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexParameteriv": ('int', 'int', 'typing.Sequence[int]'),
18388    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
18389    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18390    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18391    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTranslated": ('float', 'float', 'float'),
18392    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glTranslatef": ('float', 'float', 'float'),
18393    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glVertex2d": ('float', 'float'),
18394    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glVertex2dv": ('typing.Sequence[float]',),
18395    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glVertex2f": ('float', 'float'),
18396    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glVertex2fv": ('typing.Sequence[float]',),
18397    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glVertex2i": ('int', 'int'),
18398    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glVertex2iv": ('typing.Sequence[int]',),
18399    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glVertex2s": ('int', 'int'),
18400    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glVertex2sv": ('typing.Sequence[int]',),
18401    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glVertex3d": ('float', 'float', 'float'),
18402    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glVertex3dv": ('typing.Sequence[float]',),
18403    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glVertex3f": ('float', 'float', 'float'),
18404    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glVertex3fv": ('typing.Sequence[float]',),
18405    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glVertex3i": ('int', 'int', 'int'),
18406    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glVertex3iv": ('typing.Sequence[int]',),
18407    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glVertex3s": ('int', 'int', 'int'),
18408    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glVertex3sv": ('typing.Sequence[int]',),
18409    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glVertex4d": ('float', 'float', 'float', 'float'),
18410    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glVertex4dv": ('typing.Sequence[float]',),
18411    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glVertex4f": ('float', 'float', 'float', 'float'),
18412    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glVertex4fv": ('typing.Sequence[float]',),
18413    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glVertex4i": ('int', 'int', 'int', 'int'),
18414    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glVertex4iv": ('typing.Sequence[int]',),
18415    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glVertex4s": ('int', 'int', 'int', 'int'),
18416    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glVertex4sv": ('typing.Sequence[int]',),
18417    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glVertexPointer": ('int', 'int', 'int', 'int'),
18418    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.glViewport": ('int', 'int', 'int', 'int'),
18419    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_3.initializeOpenGLFunctions": (),
18420# class PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4:
18421    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.__init__": (),
18422    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glAccum": ('int', 'float'),
18423    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glActiveTexture": ('int',),
18424    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glAlphaFunc": ('int', 'float'),
18425    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glArrayElement": ('int',),
18426    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glBegin": ('int',),
18427    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glBindTexture": ('int', 'int'),
18428    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glBlendColor": ('float', 'float', 'float', 'float'),
18429    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glBlendEquation": ('int',),
18430    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glBlendFunc": ('int', 'int'),
18431    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glBlendFuncSeparate": ('int', 'int', 'int', 'int'),
18432    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glCallList": ('int',),
18433    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glCallLists": ('int', 'int', 'int'),
18434    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glClear": ('int',),
18435    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glClearAccum": ('float', 'float', 'float', 'float'),
18436    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glClearColor": ('float', 'float', 'float', 'float'),
18437    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glClearDepth": ('float',),
18438    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glClearIndex": ('float',),
18439    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glClearStencil": ('int',),
18440    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glClientActiveTexture": ('int',),
18441    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glClipPlane": ('int', 'typing.Sequence[float]'),
18442    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor3b": ('int', 'int', 'int'),
18443    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor3bv": ('str',),
18444    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor3d": ('float', 'float', 'float'),
18445    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor3dv": ('typing.Sequence[float]',),
18446    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor3f": ('float', 'float', 'float'),
18447    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor3fv": ('typing.Sequence[float]',),
18448    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor3i": ('int', 'int', 'int'),
18449    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor3iv": ('typing.Sequence[int]',),
18450    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor3s": ('int', 'int', 'int'),
18451    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor3sv": ('typing.Sequence[int]',),
18452    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor3ub": ('int', 'int', 'int'),
18453    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor3ubv": ('str',),
18454    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor3ui": ('int', 'int', 'int'),
18455    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor3uiv": ('typing.Sequence[int]',),
18456    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor3us": ('int', 'int', 'int'),
18457    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor3usv": ('typing.Sequence[int]',),
18458    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor4b": ('int', 'int', 'int', 'int'),
18459    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor4bv": ('str',),
18460    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor4d": ('float', 'float', 'float', 'float'),
18461    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor4dv": ('typing.Sequence[float]',),
18462    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor4f": ('float', 'float', 'float', 'float'),
18463    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor4fv": ('typing.Sequence[float]',),
18464    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor4i": ('int', 'int', 'int', 'int'),
18465    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor4iv": ('typing.Sequence[int]',),
18466    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor4s": ('int', 'int', 'int', 'int'),
18467    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor4sv": ('typing.Sequence[int]',),
18468    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor4ub": ('int', 'int', 'int', 'int'),
18469    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor4ubv": ('str',),
18470    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor4ui": ('int', 'int', 'int', 'int'),
18471    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor4uiv": ('typing.Sequence[int]',),
18472    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor4us": ('int', 'int', 'int', 'int'),
18473    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColor4usv": ('typing.Sequence[int]',),
18474    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColorMask": ('int', 'int', 'int', 'int'),
18475    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColorMaterial": ('int', 'int'),
18476    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColorPointer": ('int', 'int', 'int', 'int'),
18477    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColorSubTable": ('int', 'int', 'int', 'int', 'int', 'int'),
18478    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColorTable": ('int', 'int', 'int', 'int', 'int', 'int'),
18479    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColorTableParameterfv": ('int', 'int', 'typing.Sequence[float]'),
18480    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glColorTableParameteriv": ('int', 'int', 'typing.Sequence[int]'),
18481    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glCompressedTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
18482    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glCompressedTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18483    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glCompressedTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18484    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glCompressedTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
18485    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glCompressedTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18486    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glCompressedTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18487    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glConvolutionFilter1D": ('int', 'int', 'int', 'int', 'int', 'int'),
18488    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glConvolutionFilter2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
18489    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glConvolutionParameterf": ('int', 'int', 'float'),
18490    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glConvolutionParameterfv": ('int', 'int', 'typing.Sequence[float]'),
18491    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glConvolutionParameteri": ('int', 'int', 'int'),
18492    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glConvolutionParameteriv": ('int', 'int', 'typing.Sequence[int]'),
18493    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glCopyColorSubTable": ('int', 'int', 'int', 'int', 'int'),
18494    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glCopyColorTable": ('int', 'int', 'int', 'int', 'int'),
18495    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glCopyConvolutionFilter1D": ('int', 'int', 'int', 'int', 'int'),
18496    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glCopyConvolutionFilter2D": ('int', 'int', 'int', 'int', 'int', 'int'),
18497    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glCopyPixels": ('int', 'int', 'int', 'int', 'int'),
18498    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glCopyTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
18499    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glCopyTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18500    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glCopyTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int'),
18501    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glCopyTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18502    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glCopyTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18503    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glCullFace": ('int',),
18504    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glDeleteLists": ('int', 'int'),
18505    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glDeleteTextures": ('int', 'typing.Sequence[int]'),
18506    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glDepthFunc": ('int',),
18507    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glDepthMask": ('int',),
18508    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glDepthRange": ('float', 'float'),
18509    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glDisable": ('int',),
18510    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glDisableClientState": ('int',),
18511    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glDrawArrays": ('int', 'int', 'int'),
18512    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glDrawBuffer": ('int',),
18513    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glDrawElements": ('int', 'int', 'int', 'int'),
18514    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glDrawPixels": ('int', 'int', 'int', 'int', 'int'),
18515    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glDrawRangeElements": ('int', 'int', 'int', 'int', 'int', 'int'),
18516    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glEdgeFlag": ('int',),
18517    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glEdgeFlagPointer": ('int', 'int'),
18518    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glEnable": ('int',),
18519    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glEnableClientState": ('int',),
18520    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glEnd": (),
18521    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glEndList": (),
18522    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glEvalCoord1d": ('float',),
18523    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glEvalCoord1dv": ('typing.Sequence[float]',),
18524    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glEvalCoord1f": ('float',),
18525    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glEvalCoord1fv": ('typing.Sequence[float]',),
18526    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glEvalCoord2d": ('float', 'float'),
18527    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glEvalCoord2dv": ('typing.Sequence[float]',),
18528    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glEvalCoord2f": ('float', 'float'),
18529    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glEvalCoord2fv": ('typing.Sequence[float]',),
18530    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glEvalMesh1": ('int', 'int', 'int'),
18531    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glEvalMesh2": ('int', 'int', 'int', 'int', 'int'),
18532    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glEvalPoint1": ('int',),
18533    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glEvalPoint2": ('int', 'int'),
18534    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glFinish": (),
18535    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glFlush": (),
18536    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glFogCoordPointer": ('int', 'int', 'int'),
18537    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glFogCoordd": ('float',),
18538    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glFogCoorddv": ('typing.Sequence[float]',),
18539    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glFogCoordf": ('float',),
18540    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glFogCoordfv": ('typing.Sequence[float]',),
18541    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glFogf": ('int', 'float'),
18542    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glFogfv": ('int', 'typing.Sequence[float]'),
18543    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glFogi": ('int', 'int'),
18544    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glFogiv": ('int', 'typing.Sequence[int]'),
18545    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glFrontFace": ('int',),
18546    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glFrustum": ('float', 'float', 'float', 'float', 'float', 'float'),
18547    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glGenLists": ('int',),
18548    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glGetError": (),
18549    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glGetString": ('int',),
18550    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glHint": ('int', 'int'),
18551    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glHistogram": ('int', 'int', 'int', 'int'),
18552    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glIndexMask": ('int',),
18553    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glIndexPointer": ('int', 'int', 'int'),
18554    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glIndexd": ('float',),
18555    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glIndexdv": ('typing.Sequence[float]',),
18556    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glIndexf": ('float',),
18557    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glIndexfv": ('typing.Sequence[float]',),
18558    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glIndexi": ('int',),
18559    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glIndexiv": ('typing.Sequence[int]',),
18560    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glIndexs": ('int',),
18561    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glIndexsv": ('typing.Sequence[int]',),
18562    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glIndexub": ('int',),
18563    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glIndexubv": ('str',),
18564    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glInitNames": (),
18565    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glInterleavedArrays": ('int', 'int', 'int'),
18566    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glIsEnabled": ('int',),
18567    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glIsList": ('int',),
18568    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glIsTexture": ('int',),
18569    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glLightModelf": ('int', 'float'),
18570    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glLightModelfv": ('int', 'typing.Sequence[float]'),
18571    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glLightModeli": ('int', 'int'),
18572    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glLightModeliv": ('int', 'typing.Sequence[int]'),
18573    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glLightf": ('int', 'int', 'float'),
18574    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glLightfv": ('int', 'int', 'typing.Sequence[float]'),
18575    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glLighti": ('int', 'int', 'int'),
18576    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glLightiv": ('int', 'int', 'typing.Sequence[int]'),
18577    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glLineStipple": ('int', 'int'),
18578    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glLineWidth": ('float',),
18579    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glListBase": ('int',),
18580    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glLoadIdentity": (),
18581    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glLoadMatrixd": ('typing.Sequence[float]',),
18582    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glLoadMatrixf": ('typing.Sequence[float]',),
18583    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glLoadName": ('int',),
18584    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glLoadTransposeMatrixd": ('typing.Sequence[float]',),
18585    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glLoadTransposeMatrixf": ('typing.Sequence[float]',),
18586    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glLogicOp": ('int',),
18587    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMap1d": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
18588    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMap1f": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
18589    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMap2d": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
18590    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMap2f": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
18591    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMapGrid1d": ('int', 'float', 'float'),
18592    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMapGrid1f": ('int', 'float', 'float'),
18593    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMapGrid2d": ('int', 'float', 'float', 'int', 'float', 'float'),
18594    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMapGrid2f": ('int', 'float', 'float', 'int', 'float', 'float'),
18595    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMaterialf": ('int', 'int', 'float'),
18596    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMaterialfv": ('int', 'int', 'typing.Sequence[float]'),
18597    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMateriali": ('int', 'int', 'int'),
18598    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMaterialiv": ('int', 'int', 'typing.Sequence[int]'),
18599    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMatrixMode": ('int',),
18600    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMinmax": ('int', 'int', 'int'),
18601    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultMatrixd": ('typing.Sequence[float]',),
18602    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultMatrixf": ('typing.Sequence[float]',),
18603    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultTransposeMatrixd": ('typing.Sequence[float]',),
18604    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultTransposeMatrixf": ('typing.Sequence[float]',),
18605    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiDrawArrays": ('int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'int'),
18606    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord1d": ('int', 'float'),
18607    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord1dv": ('int', 'typing.Sequence[float]'),
18608    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord1f": ('int', 'float'),
18609    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord1fv": ('int', 'typing.Sequence[float]'),
18610    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord1i": ('int', 'int'),
18611    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord1iv": ('int', 'typing.Sequence[int]'),
18612    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord1s": ('int', 'int'),
18613    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord1sv": ('int', 'typing.Sequence[int]'),
18614    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord2d": ('int', 'float', 'float'),
18615    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord2dv": ('int', 'typing.Sequence[float]'),
18616    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord2f": ('int', 'float', 'float'),
18617    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord2fv": ('int', 'typing.Sequence[float]'),
18618    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord2i": ('int', 'int', 'int'),
18619    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord2iv": ('int', 'typing.Sequence[int]'),
18620    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord2s": ('int', 'int', 'int'),
18621    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord2sv": ('int', 'typing.Sequence[int]'),
18622    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord3d": ('int', 'float', 'float', 'float'),
18623    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord3dv": ('int', 'typing.Sequence[float]'),
18624    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord3f": ('int', 'float', 'float', 'float'),
18625    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord3fv": ('int', 'typing.Sequence[float]'),
18626    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord3i": ('int', 'int', 'int', 'int'),
18627    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord3iv": ('int', 'typing.Sequence[int]'),
18628    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord3s": ('int', 'int', 'int', 'int'),
18629    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord3sv": ('int', 'typing.Sequence[int]'),
18630    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord4d": ('int', 'float', 'float', 'float', 'float'),
18631    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord4dv": ('int', 'typing.Sequence[float]'),
18632    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord4f": ('int', 'float', 'float', 'float', 'float'),
18633    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord4fv": ('int', 'typing.Sequence[float]'),
18634    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord4i": ('int', 'int', 'int', 'int', 'int'),
18635    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord4iv": ('int', 'typing.Sequence[int]'),
18636    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord4s": ('int', 'int', 'int', 'int', 'int'),
18637    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glMultiTexCoord4sv": ('int', 'typing.Sequence[int]'),
18638    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glNewList": ('int', 'int'),
18639    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glNormal3b": ('int', 'int', 'int'),
18640    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glNormal3bv": ('str',),
18641    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glNormal3d": ('float', 'float', 'float'),
18642    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glNormal3dv": ('typing.Sequence[float]',),
18643    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glNormal3f": ('float', 'float', 'float'),
18644    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glNormal3fv": ('typing.Sequence[float]',),
18645    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glNormal3i": ('int', 'int', 'int'),
18646    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glNormal3iv": ('typing.Sequence[int]',),
18647    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glNormal3s": ('int', 'int', 'int'),
18648    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glNormal3sv": ('typing.Sequence[int]',),
18649    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glNormalPointer": ('int', 'int', 'int'),
18650    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glOrtho": ('float', 'float', 'float', 'float', 'float', 'float'),
18651    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glPassThrough": ('float',),
18652    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glPixelMapfv": ('int', 'int', 'typing.Sequence[float]'),
18653    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glPixelMapuiv": ('int', 'int', 'typing.Sequence[int]'),
18654    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glPixelMapusv": ('int', 'int', 'typing.Sequence[int]'),
18655    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glPixelStoref": ('int', 'float'),
18656    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glPixelStorei": ('int', 'int'),
18657    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glPixelTransferf": ('int', 'float'),
18658    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glPixelTransferi": ('int', 'int'),
18659    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glPixelZoom": ('float', 'float'),
18660    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glPointParameterf": ('int', 'float'),
18661    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glPointParameterfv": ('int', 'typing.Sequence[float]'),
18662    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glPointParameteri": ('int', 'int'),
18663    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glPointParameteriv": ('int', 'typing.Sequence[int]'),
18664    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glPointSize": ('float',),
18665    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glPolygonMode": ('int', 'int'),
18666    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glPolygonOffset": ('float', 'float'),
18667    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glPopAttrib": (),
18668    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glPopClientAttrib": (),
18669    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glPopMatrix": (),
18670    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glPopName": (),
18671    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glPrioritizeTextures": ('int', 'typing.Sequence[int]', 'typing.Sequence[float]'),
18672    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glPushAttrib": ('int',),
18673    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glPushClientAttrib": ('int',),
18674    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glPushMatrix": (),
18675    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glPushName": ('int',),
18676    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRasterPos2d": ('float', 'float'),
18677    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRasterPos2dv": ('typing.Sequence[float]',),
18678    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRasterPos2f": ('float', 'float'),
18679    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRasterPos2fv": ('typing.Sequence[float]',),
18680    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRasterPos2i": ('int', 'int'),
18681    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRasterPos2iv": ('typing.Sequence[int]',),
18682    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRasterPos2s": ('int', 'int'),
18683    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRasterPos2sv": ('typing.Sequence[int]',),
18684    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRasterPos3d": ('float', 'float', 'float'),
18685    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRasterPos3dv": ('typing.Sequence[float]',),
18686    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRasterPos3f": ('float', 'float', 'float'),
18687    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRasterPos3fv": ('typing.Sequence[float]',),
18688    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRasterPos3i": ('int', 'int', 'int'),
18689    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRasterPos3iv": ('typing.Sequence[int]',),
18690    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRasterPos3s": ('int', 'int', 'int'),
18691    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRasterPos3sv": ('typing.Sequence[int]',),
18692    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRasterPos4d": ('float', 'float', 'float', 'float'),
18693    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRasterPos4dv": ('typing.Sequence[float]',),
18694    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRasterPos4f": ('float', 'float', 'float', 'float'),
18695    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRasterPos4fv": ('typing.Sequence[float]',),
18696    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRasterPos4i": ('int', 'int', 'int', 'int'),
18697    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRasterPos4iv": ('typing.Sequence[int]',),
18698    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRasterPos4s": ('int', 'int', 'int', 'int'),
18699    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRasterPos4sv": ('typing.Sequence[int]',),
18700    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glReadBuffer": ('int',),
18701    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRectd": ('float', 'float', 'float', 'float'),
18702    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRectdv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
18703    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRectf": ('float', 'float', 'float', 'float'),
18704    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRectfv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
18705    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRecti": ('int', 'int', 'int', 'int'),
18706    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRectiv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
18707    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRects": ('int', 'int', 'int', 'int'),
18708    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRectsv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
18709    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRenderMode": ('int',),
18710    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glResetHistogram": ('int',),
18711    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glResetMinmax": ('int',),
18712    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRotated": ('float', 'float', 'float', 'float'),
18713    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glRotatef": ('float', 'float', 'float', 'float'),
18714    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glSampleCoverage": ('float', 'int'),
18715    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glScaled": ('float', 'float', 'float'),
18716    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glScalef": ('float', 'float', 'float'),
18717    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glScissor": ('int', 'int', 'int', 'int'),
18718    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glSecondaryColor3b": ('int', 'int', 'int'),
18719    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glSecondaryColor3bv": ('str',),
18720    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glSecondaryColor3d": ('float', 'float', 'float'),
18721    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glSecondaryColor3dv": ('typing.Sequence[float]',),
18722    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glSecondaryColor3f": ('float', 'float', 'float'),
18723    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glSecondaryColor3fv": ('typing.Sequence[float]',),
18724    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glSecondaryColor3i": ('int', 'int', 'int'),
18725    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glSecondaryColor3iv": ('typing.Sequence[int]',),
18726    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glSecondaryColor3s": ('int', 'int', 'int'),
18727    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glSecondaryColor3sv": ('typing.Sequence[int]',),
18728    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glSecondaryColor3ub": ('int', 'int', 'int'),
18729    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glSecondaryColor3ubv": ('str',),
18730    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glSecondaryColor3ui": ('int', 'int', 'int'),
18731    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glSecondaryColor3uiv": ('typing.Sequence[int]',),
18732    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glSecondaryColor3us": ('int', 'int', 'int'),
18733    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glSecondaryColor3usv": ('typing.Sequence[int]',),
18734    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glSecondaryColorPointer": ('int', 'int', 'int', 'int'),
18735    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glSeparableFilter2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18736    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glShadeModel": ('int',),
18737    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glStencilFunc": ('int', 'int', 'int'),
18738    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glStencilMask": ('int',),
18739    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glStencilOp": ('int', 'int', 'int'),
18740    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord1d": ('float',),
18741    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord1dv": ('typing.Sequence[float]',),
18742    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord1f": ('float',),
18743    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord1fv": ('typing.Sequence[float]',),
18744    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord1i": ('int',),
18745    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord1iv": ('typing.Sequence[int]',),
18746    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord1s": ('int',),
18747    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord1sv": ('typing.Sequence[int]',),
18748    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord2d": ('float', 'float'),
18749    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord2dv": ('typing.Sequence[float]',),
18750    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord2f": ('float', 'float'),
18751    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord2fv": ('typing.Sequence[float]',),
18752    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord2i": ('int', 'int'),
18753    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord2iv": ('typing.Sequence[int]',),
18754    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord2s": ('int', 'int'),
18755    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord2sv": ('typing.Sequence[int]',),
18756    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord3d": ('float', 'float', 'float'),
18757    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord3dv": ('typing.Sequence[float]',),
18758    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord3f": ('float', 'float', 'float'),
18759    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord3fv": ('typing.Sequence[float]',),
18760    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord3i": ('int', 'int', 'int'),
18761    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord3iv": ('typing.Sequence[int]',),
18762    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord3s": ('int', 'int', 'int'),
18763    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord3sv": ('typing.Sequence[int]',),
18764    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord4d": ('float', 'float', 'float', 'float'),
18765    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord4dv": ('typing.Sequence[float]',),
18766    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord4f": ('float', 'float', 'float', 'float'),
18767    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord4fv": ('typing.Sequence[float]',),
18768    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord4i": ('int', 'int', 'int', 'int'),
18769    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord4iv": ('typing.Sequence[int]',),
18770    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord4s": ('int', 'int', 'int', 'int'),
18771    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoord4sv": ('typing.Sequence[int]',),
18772    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexCoordPointer": ('int', 'int', 'int', 'int'),
18773    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexEnvf": ('int', 'int', 'float'),
18774    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexEnvfv": ('int', 'int', 'typing.Sequence[float]'),
18775    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexEnvi": ('int', 'int', 'int'),
18776    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexEnviv": ('int', 'int', 'typing.Sequence[int]'),
18777    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexGend": ('int', 'int', 'float'),
18778    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexGendv": ('int', 'int', 'typing.Sequence[float]'),
18779    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexGenf": ('int', 'int', 'float'),
18780    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexGenfv": ('int', 'int', 'typing.Sequence[float]'),
18781    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexGeni": ('int', 'int', 'int'),
18782    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexGeniv": ('int', 'int', 'typing.Sequence[int]'),
18783    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18784    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18785    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18786    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexParameterf": ('int', 'int', 'float'),
18787    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexParameterfv": ('int', 'int', 'typing.Sequence[float]'),
18788    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexParameteri": ('int', 'int', 'int'),
18789    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexParameteriv": ('int', 'int', 'typing.Sequence[int]'),
18790    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
18791    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18792    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18793    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTranslated": ('float', 'float', 'float'),
18794    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glTranslatef": ('float', 'float', 'float'),
18795    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glVertex2d": ('float', 'float'),
18796    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glVertex2dv": ('typing.Sequence[float]',),
18797    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glVertex2f": ('float', 'float'),
18798    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glVertex2fv": ('typing.Sequence[float]',),
18799    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glVertex2i": ('int', 'int'),
18800    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glVertex2iv": ('typing.Sequence[int]',),
18801    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glVertex2s": ('int', 'int'),
18802    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glVertex2sv": ('typing.Sequence[int]',),
18803    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glVertex3d": ('float', 'float', 'float'),
18804    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glVertex3dv": ('typing.Sequence[float]',),
18805    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glVertex3f": ('float', 'float', 'float'),
18806    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glVertex3fv": ('typing.Sequence[float]',),
18807    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glVertex3i": ('int', 'int', 'int'),
18808    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glVertex3iv": ('typing.Sequence[int]',),
18809    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glVertex3s": ('int', 'int', 'int'),
18810    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glVertex3sv": ('typing.Sequence[int]',),
18811    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glVertex4d": ('float', 'float', 'float', 'float'),
18812    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glVertex4dv": ('typing.Sequence[float]',),
18813    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glVertex4f": ('float', 'float', 'float', 'float'),
18814    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glVertex4fv": ('typing.Sequence[float]',),
18815    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glVertex4i": ('int', 'int', 'int', 'int'),
18816    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glVertex4iv": ('typing.Sequence[int]',),
18817    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glVertex4s": ('int', 'int', 'int', 'int'),
18818    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glVertex4sv": ('typing.Sequence[int]',),
18819    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glVertexPointer": ('int', 'int', 'int', 'int'),
18820    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glViewport": ('int', 'int', 'int', 'int'),
18821    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glWindowPos2d": ('float', 'float'),
18822    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glWindowPos2dv": ('typing.Sequence[float]',),
18823    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glWindowPos2f": ('float', 'float'),
18824    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glWindowPos2fv": ('typing.Sequence[float]',),
18825    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glWindowPos2i": ('int', 'int'),
18826    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glWindowPos2iv": ('typing.Sequence[int]',),
18827    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glWindowPos2s": ('int', 'int'),
18828    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glWindowPos2sv": ('typing.Sequence[int]',),
18829    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glWindowPos3d": ('float', 'float', 'float'),
18830    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glWindowPos3dv": ('typing.Sequence[float]',),
18831    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glWindowPos3f": ('float', 'float', 'float'),
18832    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glWindowPos3fv": ('typing.Sequence[float]',),
18833    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glWindowPos3i": ('int', 'int', 'int'),
18834    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glWindowPos3iv": ('typing.Sequence[int]',),
18835    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glWindowPos3s": ('int', 'int', 'int'),
18836    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.glWindowPos3sv": ('typing.Sequence[int]',),
18837    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_4.initializeOpenGLFunctions": (),
18838# class PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5:
18839    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.__init__": (),
18840    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glAccum": ('int', 'float'),
18841    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glActiveTexture": ('int',),
18842    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glAlphaFunc": ('int', 'float'),
18843    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glArrayElement": ('int',),
18844    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glBegin": ('int',),
18845    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glBeginQuery": ('int', 'int'),
18846    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glBindBuffer": ('int', 'int'),
18847    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glBindTexture": ('int', 'int'),
18848    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glBlendColor": ('float', 'float', 'float', 'float'),
18849    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glBlendEquation": ('int',),
18850    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glBlendFunc": ('int', 'int'),
18851    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glBlendFuncSeparate": ('int', 'int', 'int', 'int'),
18852    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glCallList": ('int',),
18853    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glCallLists": ('int', 'int', 'int'),
18854    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glClear": ('int',),
18855    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glClearAccum": ('float', 'float', 'float', 'float'),
18856    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glClearColor": ('float', 'float', 'float', 'float'),
18857    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glClearDepth": ('float',),
18858    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glClearIndex": ('float',),
18859    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glClearStencil": ('int',),
18860    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glClientActiveTexture": ('int',),
18861    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glClipPlane": ('int', 'typing.Sequence[float]'),
18862    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor3b": ('int', 'int', 'int'),
18863    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor3bv": ('str',),
18864    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor3d": ('float', 'float', 'float'),
18865    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor3dv": ('typing.Sequence[float]',),
18866    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor3f": ('float', 'float', 'float'),
18867    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor3fv": ('typing.Sequence[float]',),
18868    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor3i": ('int', 'int', 'int'),
18869    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor3iv": ('typing.Sequence[int]',),
18870    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor3s": ('int', 'int', 'int'),
18871    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor3sv": ('typing.Sequence[int]',),
18872    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor3ub": ('int', 'int', 'int'),
18873    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor3ubv": ('str',),
18874    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor3ui": ('int', 'int', 'int'),
18875    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor3uiv": ('typing.Sequence[int]',),
18876    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor3us": ('int', 'int', 'int'),
18877    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor3usv": ('typing.Sequence[int]',),
18878    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor4b": ('int', 'int', 'int', 'int'),
18879    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor4bv": ('str',),
18880    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor4d": ('float', 'float', 'float', 'float'),
18881    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor4dv": ('typing.Sequence[float]',),
18882    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor4f": ('float', 'float', 'float', 'float'),
18883    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor4fv": ('typing.Sequence[float]',),
18884    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor4i": ('int', 'int', 'int', 'int'),
18885    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor4iv": ('typing.Sequence[int]',),
18886    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor4s": ('int', 'int', 'int', 'int'),
18887    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor4sv": ('typing.Sequence[int]',),
18888    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor4ub": ('int', 'int', 'int', 'int'),
18889    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor4ubv": ('str',),
18890    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor4ui": ('int', 'int', 'int', 'int'),
18891    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor4uiv": ('typing.Sequence[int]',),
18892    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor4us": ('int', 'int', 'int', 'int'),
18893    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColor4usv": ('typing.Sequence[int]',),
18894    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColorMask": ('int', 'int', 'int', 'int'),
18895    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColorMaterial": ('int', 'int'),
18896    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColorPointer": ('int', 'int', 'int', 'int'),
18897    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColorSubTable": ('int', 'int', 'int', 'int', 'int', 'int'),
18898    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColorTable": ('int', 'int', 'int', 'int', 'int', 'int'),
18899    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColorTableParameterfv": ('int', 'int', 'typing.Sequence[float]'),
18900    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glColorTableParameteriv": ('int', 'int', 'typing.Sequence[int]'),
18901    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glCompressedTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
18902    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glCompressedTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18903    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glCompressedTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18904    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glCompressedTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
18905    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glCompressedTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18906    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glCompressedTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18907    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glConvolutionFilter1D": ('int', 'int', 'int', 'int', 'int', 'int'),
18908    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glConvolutionFilter2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
18909    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glConvolutionParameterf": ('int', 'int', 'float'),
18910    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glConvolutionParameterfv": ('int', 'int', 'typing.Sequence[float]'),
18911    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glConvolutionParameteri": ('int', 'int', 'int'),
18912    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glConvolutionParameteriv": ('int', 'int', 'typing.Sequence[int]'),
18913    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glCopyColorSubTable": ('int', 'int', 'int', 'int', 'int'),
18914    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glCopyColorTable": ('int', 'int', 'int', 'int', 'int'),
18915    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glCopyConvolutionFilter1D": ('int', 'int', 'int', 'int', 'int'),
18916    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glCopyConvolutionFilter2D": ('int', 'int', 'int', 'int', 'int', 'int'),
18917    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glCopyPixels": ('int', 'int', 'int', 'int', 'int'),
18918    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glCopyTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
18919    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glCopyTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18920    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glCopyTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int'),
18921    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glCopyTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18922    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glCopyTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
18923    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glCullFace": ('int',),
18924    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glDeleteBuffers": ('int', 'typing.Sequence[int]'),
18925    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glDeleteLists": ('int', 'int'),
18926    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glDeleteQueries": ('int', 'typing.Sequence[int]'),
18927    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glDeleteTextures": ('int', 'typing.Sequence[int]'),
18928    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glDepthFunc": ('int',),
18929    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glDepthMask": ('int',),
18930    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glDepthRange": ('float', 'float'),
18931    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glDisable": ('int',),
18932    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glDisableClientState": ('int',),
18933    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glDrawArrays": ('int', 'int', 'int'),
18934    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glDrawBuffer": ('int',),
18935    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glDrawElements": ('int', 'int', 'int', 'int'),
18936    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glDrawPixels": ('int', 'int', 'int', 'int', 'int'),
18937    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glDrawRangeElements": ('int', 'int', 'int', 'int', 'int', 'int'),
18938    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glEdgeFlag": ('int',),
18939    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glEdgeFlagPointer": ('int', 'int'),
18940    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glEnable": ('int',),
18941    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glEnableClientState": ('int',),
18942    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glEnd": (),
18943    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glEndList": (),
18944    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glEndQuery": ('int',),
18945    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glEvalCoord1d": ('float',),
18946    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glEvalCoord1dv": ('typing.Sequence[float]',),
18947    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glEvalCoord1f": ('float',),
18948    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glEvalCoord1fv": ('typing.Sequence[float]',),
18949    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glEvalCoord2d": ('float', 'float'),
18950    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glEvalCoord2dv": ('typing.Sequence[float]',),
18951    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glEvalCoord2f": ('float', 'float'),
18952    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glEvalCoord2fv": ('typing.Sequence[float]',),
18953    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glEvalMesh1": ('int', 'int', 'int'),
18954    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glEvalMesh2": ('int', 'int', 'int', 'int', 'int'),
18955    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glEvalPoint1": ('int',),
18956    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glEvalPoint2": ('int', 'int'),
18957    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glFinish": (),
18958    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glFlush": (),
18959    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glFogCoordPointer": ('int', 'int', 'int'),
18960    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glFogCoordd": ('float',),
18961    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glFogCoorddv": ('typing.Sequence[float]',),
18962    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glFogCoordf": ('float',),
18963    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glFogCoordfv": ('typing.Sequence[float]',),
18964    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glFogf": ('int', 'float'),
18965    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glFogfv": ('int', 'typing.Sequence[float]'),
18966    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glFogi": ('int', 'int'),
18967    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glFogiv": ('int', 'typing.Sequence[int]'),
18968    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glFrontFace": ('int',),
18969    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glFrustum": ('float', 'float', 'float', 'float', 'float', 'float'),
18970    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glGenLists": ('int',),
18971    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glGetError": (),
18972    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glGetString": ('int',),
18973    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glHint": ('int', 'int'),
18974    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glHistogram": ('int', 'int', 'int', 'int'),
18975    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glIndexMask": ('int',),
18976    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glIndexPointer": ('int', 'int', 'int'),
18977    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glIndexd": ('float',),
18978    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glIndexdv": ('typing.Sequence[float]',),
18979    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glIndexf": ('float',),
18980    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glIndexfv": ('typing.Sequence[float]',),
18981    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glIndexi": ('int',),
18982    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glIndexiv": ('typing.Sequence[int]',),
18983    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glIndexs": ('int',),
18984    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glIndexsv": ('typing.Sequence[int]',),
18985    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glIndexub": ('int',),
18986    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glIndexubv": ('str',),
18987    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glInitNames": (),
18988    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glInterleavedArrays": ('int', 'int', 'int'),
18989    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glIsBuffer": ('int',),
18990    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glIsEnabled": ('int',),
18991    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glIsList": ('int',),
18992    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glIsQuery": ('int',),
18993    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glIsTexture": ('int',),
18994    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glLightModelf": ('int', 'float'),
18995    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glLightModelfv": ('int', 'typing.Sequence[float]'),
18996    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glLightModeli": ('int', 'int'),
18997    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glLightModeliv": ('int', 'typing.Sequence[int]'),
18998    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glLightf": ('int', 'int', 'float'),
18999    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glLightfv": ('int', 'int', 'typing.Sequence[float]'),
19000    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glLighti": ('int', 'int', 'int'),
19001    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glLightiv": ('int', 'int', 'typing.Sequence[int]'),
19002    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glLineStipple": ('int', 'int'),
19003    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glLineWidth": ('float',),
19004    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glListBase": ('int',),
19005    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glLoadIdentity": (),
19006    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glLoadMatrixd": ('typing.Sequence[float]',),
19007    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glLoadMatrixf": ('typing.Sequence[float]',),
19008    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glLoadName": ('int',),
19009    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glLoadTransposeMatrixd": ('typing.Sequence[float]',),
19010    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glLoadTransposeMatrixf": ('typing.Sequence[float]',),
19011    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glLogicOp": ('int',),
19012    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMap1d": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
19013    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMap1f": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
19014    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMap2d": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
19015    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMap2f": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
19016    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMapBuffer": ('int', 'int'),
19017    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMapGrid1d": ('int', 'float', 'float'),
19018    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMapGrid1f": ('int', 'float', 'float'),
19019    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMapGrid2d": ('int', 'float', 'float', 'int', 'float', 'float'),
19020    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMapGrid2f": ('int', 'float', 'float', 'int', 'float', 'float'),
19021    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMaterialf": ('int', 'int', 'float'),
19022    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMaterialfv": ('int', 'int', 'typing.Sequence[float]'),
19023    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMateriali": ('int', 'int', 'int'),
19024    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMaterialiv": ('int', 'int', 'typing.Sequence[int]'),
19025    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMatrixMode": ('int',),
19026    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMinmax": ('int', 'int', 'int'),
19027    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultMatrixd": ('typing.Sequence[float]',),
19028    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultMatrixf": ('typing.Sequence[float]',),
19029    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultTransposeMatrixd": ('typing.Sequence[float]',),
19030    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultTransposeMatrixf": ('typing.Sequence[float]',),
19031    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiDrawArrays": ('int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'int'),
19032    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord1d": ('int', 'float'),
19033    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord1dv": ('int', 'typing.Sequence[float]'),
19034    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord1f": ('int', 'float'),
19035    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord1fv": ('int', 'typing.Sequence[float]'),
19036    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord1i": ('int', 'int'),
19037    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord1iv": ('int', 'typing.Sequence[int]'),
19038    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord1s": ('int', 'int'),
19039    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord1sv": ('int', 'typing.Sequence[int]'),
19040    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord2d": ('int', 'float', 'float'),
19041    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord2dv": ('int', 'typing.Sequence[float]'),
19042    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord2f": ('int', 'float', 'float'),
19043    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord2fv": ('int', 'typing.Sequence[float]'),
19044    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord2i": ('int', 'int', 'int'),
19045    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord2iv": ('int', 'typing.Sequence[int]'),
19046    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord2s": ('int', 'int', 'int'),
19047    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord2sv": ('int', 'typing.Sequence[int]'),
19048    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord3d": ('int', 'float', 'float', 'float'),
19049    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord3dv": ('int', 'typing.Sequence[float]'),
19050    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord3f": ('int', 'float', 'float', 'float'),
19051    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord3fv": ('int', 'typing.Sequence[float]'),
19052    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord3i": ('int', 'int', 'int', 'int'),
19053    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord3iv": ('int', 'typing.Sequence[int]'),
19054    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord3s": ('int', 'int', 'int', 'int'),
19055    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord3sv": ('int', 'typing.Sequence[int]'),
19056    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord4d": ('int', 'float', 'float', 'float', 'float'),
19057    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord4dv": ('int', 'typing.Sequence[float]'),
19058    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord4f": ('int', 'float', 'float', 'float', 'float'),
19059    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord4fv": ('int', 'typing.Sequence[float]'),
19060    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord4i": ('int', 'int', 'int', 'int', 'int'),
19061    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord4iv": ('int', 'typing.Sequence[int]'),
19062    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord4s": ('int', 'int', 'int', 'int', 'int'),
19063    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glMultiTexCoord4sv": ('int', 'typing.Sequence[int]'),
19064    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glNewList": ('int', 'int'),
19065    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glNormal3b": ('int', 'int', 'int'),
19066    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glNormal3bv": ('str',),
19067    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glNormal3d": ('float', 'float', 'float'),
19068    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glNormal3dv": ('typing.Sequence[float]',),
19069    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glNormal3f": ('float', 'float', 'float'),
19070    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glNormal3fv": ('typing.Sequence[float]',),
19071    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glNormal3i": ('int', 'int', 'int'),
19072    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glNormal3iv": ('typing.Sequence[int]',),
19073    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glNormal3s": ('int', 'int', 'int'),
19074    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glNormal3sv": ('typing.Sequence[int]',),
19075    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glNormalPointer": ('int', 'int', 'int'),
19076    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glOrtho": ('float', 'float', 'float', 'float', 'float', 'float'),
19077    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glPassThrough": ('float',),
19078    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glPixelMapfv": ('int', 'int', 'typing.Sequence[float]'),
19079    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glPixelMapuiv": ('int', 'int', 'typing.Sequence[int]'),
19080    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glPixelMapusv": ('int', 'int', 'typing.Sequence[int]'),
19081    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glPixelStoref": ('int', 'float'),
19082    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glPixelStorei": ('int', 'int'),
19083    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glPixelTransferf": ('int', 'float'),
19084    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glPixelTransferi": ('int', 'int'),
19085    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glPixelZoom": ('float', 'float'),
19086    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glPointParameterf": ('int', 'float'),
19087    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glPointParameterfv": ('int', 'typing.Sequence[float]'),
19088    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glPointParameteri": ('int', 'int'),
19089    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glPointParameteriv": ('int', 'typing.Sequence[int]'),
19090    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glPointSize": ('float',),
19091    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glPolygonMode": ('int', 'int'),
19092    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glPolygonOffset": ('float', 'float'),
19093    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glPopAttrib": (),
19094    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glPopClientAttrib": (),
19095    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glPopMatrix": (),
19096    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glPopName": (),
19097    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glPrioritizeTextures": ('int', 'typing.Sequence[int]', 'typing.Sequence[float]'),
19098    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glPushAttrib": ('int',),
19099    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glPushClientAttrib": ('int',),
19100    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glPushMatrix": (),
19101    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glPushName": ('int',),
19102    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRasterPos2d": ('float', 'float'),
19103    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRasterPos2dv": ('typing.Sequence[float]',),
19104    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRasterPos2f": ('float', 'float'),
19105    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRasterPos2fv": ('typing.Sequence[float]',),
19106    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRasterPos2i": ('int', 'int'),
19107    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRasterPos2iv": ('typing.Sequence[int]',),
19108    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRasterPos2s": ('int', 'int'),
19109    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRasterPos2sv": ('typing.Sequence[int]',),
19110    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRasterPos3d": ('float', 'float', 'float'),
19111    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRasterPos3dv": ('typing.Sequence[float]',),
19112    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRasterPos3f": ('float', 'float', 'float'),
19113    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRasterPos3fv": ('typing.Sequence[float]',),
19114    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRasterPos3i": ('int', 'int', 'int'),
19115    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRasterPos3iv": ('typing.Sequence[int]',),
19116    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRasterPos3s": ('int', 'int', 'int'),
19117    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRasterPos3sv": ('typing.Sequence[int]',),
19118    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRasterPos4d": ('float', 'float', 'float', 'float'),
19119    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRasterPos4dv": ('typing.Sequence[float]',),
19120    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRasterPos4f": ('float', 'float', 'float', 'float'),
19121    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRasterPos4fv": ('typing.Sequence[float]',),
19122    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRasterPos4i": ('int', 'int', 'int', 'int'),
19123    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRasterPos4iv": ('typing.Sequence[int]',),
19124    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRasterPos4s": ('int', 'int', 'int', 'int'),
19125    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRasterPos4sv": ('typing.Sequence[int]',),
19126    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glReadBuffer": ('int',),
19127    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRectd": ('float', 'float', 'float', 'float'),
19128    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRectdv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
19129    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRectf": ('float', 'float', 'float', 'float'),
19130    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRectfv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
19131    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRecti": ('int', 'int', 'int', 'int'),
19132    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRectiv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
19133    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRects": ('int', 'int', 'int', 'int'),
19134    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRectsv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
19135    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRenderMode": ('int',),
19136    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glResetHistogram": ('int',),
19137    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glResetMinmax": ('int',),
19138    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRotated": ('float', 'float', 'float', 'float'),
19139    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glRotatef": ('float', 'float', 'float', 'float'),
19140    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glSampleCoverage": ('float', 'int'),
19141    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glScaled": ('float', 'float', 'float'),
19142    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glScalef": ('float', 'float', 'float'),
19143    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glScissor": ('int', 'int', 'int', 'int'),
19144    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glSecondaryColor3b": ('int', 'int', 'int'),
19145    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glSecondaryColor3bv": ('str',),
19146    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glSecondaryColor3d": ('float', 'float', 'float'),
19147    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glSecondaryColor3dv": ('typing.Sequence[float]',),
19148    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glSecondaryColor3f": ('float', 'float', 'float'),
19149    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glSecondaryColor3fv": ('typing.Sequence[float]',),
19150    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glSecondaryColor3i": ('int', 'int', 'int'),
19151    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glSecondaryColor3iv": ('typing.Sequence[int]',),
19152    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glSecondaryColor3s": ('int', 'int', 'int'),
19153    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glSecondaryColor3sv": ('typing.Sequence[int]',),
19154    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glSecondaryColor3ub": ('int', 'int', 'int'),
19155    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glSecondaryColor3ubv": ('str',),
19156    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glSecondaryColor3ui": ('int', 'int', 'int'),
19157    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glSecondaryColor3uiv": ('typing.Sequence[int]',),
19158    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glSecondaryColor3us": ('int', 'int', 'int'),
19159    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glSecondaryColor3usv": ('typing.Sequence[int]',),
19160    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glSecondaryColorPointer": ('int', 'int', 'int', 'int'),
19161    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glSeparableFilter2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
19162    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glShadeModel": ('int',),
19163    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glStencilFunc": ('int', 'int', 'int'),
19164    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glStencilMask": ('int',),
19165    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glStencilOp": ('int', 'int', 'int'),
19166    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord1d": ('float',),
19167    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord1dv": ('typing.Sequence[float]',),
19168    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord1f": ('float',),
19169    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord1fv": ('typing.Sequence[float]',),
19170    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord1i": ('int',),
19171    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord1iv": ('typing.Sequence[int]',),
19172    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord1s": ('int',),
19173    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord1sv": ('typing.Sequence[int]',),
19174    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord2d": ('float', 'float'),
19175    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord2dv": ('typing.Sequence[float]',),
19176    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord2f": ('float', 'float'),
19177    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord2fv": ('typing.Sequence[float]',),
19178    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord2i": ('int', 'int'),
19179    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord2iv": ('typing.Sequence[int]',),
19180    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord2s": ('int', 'int'),
19181    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord2sv": ('typing.Sequence[int]',),
19182    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord3d": ('float', 'float', 'float'),
19183    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord3dv": ('typing.Sequence[float]',),
19184    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord3f": ('float', 'float', 'float'),
19185    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord3fv": ('typing.Sequence[float]',),
19186    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord3i": ('int', 'int', 'int'),
19187    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord3iv": ('typing.Sequence[int]',),
19188    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord3s": ('int', 'int', 'int'),
19189    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord3sv": ('typing.Sequence[int]',),
19190    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord4d": ('float', 'float', 'float', 'float'),
19191    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord4dv": ('typing.Sequence[float]',),
19192    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord4f": ('float', 'float', 'float', 'float'),
19193    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord4fv": ('typing.Sequence[float]',),
19194    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord4i": ('int', 'int', 'int', 'int'),
19195    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord4iv": ('typing.Sequence[int]',),
19196    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord4s": ('int', 'int', 'int', 'int'),
19197    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoord4sv": ('typing.Sequence[int]',),
19198    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexCoordPointer": ('int', 'int', 'int', 'int'),
19199    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexEnvf": ('int', 'int', 'float'),
19200    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexEnvfv": ('int', 'int', 'typing.Sequence[float]'),
19201    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexEnvi": ('int', 'int', 'int'),
19202    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexEnviv": ('int', 'int', 'typing.Sequence[int]'),
19203    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexGend": ('int', 'int', 'float'),
19204    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexGendv": ('int', 'int', 'typing.Sequence[float]'),
19205    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexGenf": ('int', 'int', 'float'),
19206    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexGenfv": ('int', 'int', 'typing.Sequence[float]'),
19207    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexGeni": ('int', 'int', 'int'),
19208    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexGeniv": ('int', 'int', 'typing.Sequence[int]'),
19209    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
19210    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
19211    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
19212    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexParameterf": ('int', 'int', 'float'),
19213    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexParameterfv": ('int', 'int', 'typing.Sequence[float]'),
19214    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexParameteri": ('int', 'int', 'int'),
19215    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexParameteriv": ('int', 'int', 'typing.Sequence[int]'),
19216    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
19217    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
19218    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
19219    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTranslated": ('float', 'float', 'float'),
19220    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glTranslatef": ('float', 'float', 'float'),
19221    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glUnmapBuffer": ('int',),
19222    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glVertex2d": ('float', 'float'),
19223    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glVertex2dv": ('typing.Sequence[float]',),
19224    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glVertex2f": ('float', 'float'),
19225    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glVertex2fv": ('typing.Sequence[float]',),
19226    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glVertex2i": ('int', 'int'),
19227    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glVertex2iv": ('typing.Sequence[int]',),
19228    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glVertex2s": ('int', 'int'),
19229    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glVertex2sv": ('typing.Sequence[int]',),
19230    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glVertex3d": ('float', 'float', 'float'),
19231    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glVertex3dv": ('typing.Sequence[float]',),
19232    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glVertex3f": ('float', 'float', 'float'),
19233    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glVertex3fv": ('typing.Sequence[float]',),
19234    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glVertex3i": ('int', 'int', 'int'),
19235    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glVertex3iv": ('typing.Sequence[int]',),
19236    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glVertex3s": ('int', 'int', 'int'),
19237    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glVertex3sv": ('typing.Sequence[int]',),
19238    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glVertex4d": ('float', 'float', 'float', 'float'),
19239    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glVertex4dv": ('typing.Sequence[float]',),
19240    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glVertex4f": ('float', 'float', 'float', 'float'),
19241    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glVertex4fv": ('typing.Sequence[float]',),
19242    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glVertex4i": ('int', 'int', 'int', 'int'),
19243    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glVertex4iv": ('typing.Sequence[int]',),
19244    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glVertex4s": ('int', 'int', 'int', 'int'),
19245    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glVertex4sv": ('typing.Sequence[int]',),
19246    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glVertexPointer": ('int', 'int', 'int', 'int'),
19247    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glViewport": ('int', 'int', 'int', 'int'),
19248    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glWindowPos2d": ('float', 'float'),
19249    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glWindowPos2dv": ('typing.Sequence[float]',),
19250    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glWindowPos2f": ('float', 'float'),
19251    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glWindowPos2fv": ('typing.Sequence[float]',),
19252    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glWindowPos2i": ('int', 'int'),
19253    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glWindowPos2iv": ('typing.Sequence[int]',),
19254    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glWindowPos2s": ('int', 'int'),
19255    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glWindowPos2sv": ('typing.Sequence[int]',),
19256    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glWindowPos3d": ('float', 'float', 'float'),
19257    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glWindowPos3dv": ('typing.Sequence[float]',),
19258    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glWindowPos3f": ('float', 'float', 'float'),
19259    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glWindowPos3fv": ('typing.Sequence[float]',),
19260    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glWindowPos3i": ('int', 'int', 'int'),
19261    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glWindowPos3iv": ('typing.Sequence[int]',),
19262    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glWindowPos3s": ('int', 'int', 'int'),
19263    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.glWindowPos3sv": ('typing.Sequence[int]',),
19264    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_1_5.initializeOpenGLFunctions": (),
19265# class PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0:
19266    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.__init__": (),
19267    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glAccum": ('int', 'float'),
19268    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glActiveTexture": ('int',),
19269    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glAlphaFunc": ('int', 'float'),
19270    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glArrayElement": ('int',),
19271    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glAttachShader": ('int', 'int'),
19272    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glBegin": ('int',),
19273    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glBeginQuery": ('int', 'int'),
19274    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glBindAttribLocation": ('int', 'int', 'str'),
19275    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glBindBuffer": ('int', 'int'),
19276    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glBindTexture": ('int', 'int'),
19277    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glBlendColor": ('float', 'float', 'float', 'float'),
19278    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glBlendEquation": ('int',),
19279    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glBlendEquationSeparate": ('int', 'int'),
19280    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glBlendFunc": ('int', 'int'),
19281    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glBlendFuncSeparate": ('int', 'int', 'int', 'int'),
19282    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glCallList": ('int',),
19283    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glCallLists": ('int', 'int', 'int'),
19284    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glClear": ('int',),
19285    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glClearAccum": ('float', 'float', 'float', 'float'),
19286    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glClearColor": ('float', 'float', 'float', 'float'),
19287    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glClearDepth": ('float',),
19288    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glClearIndex": ('float',),
19289    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glClearStencil": ('int',),
19290    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glClientActiveTexture": ('int',),
19291    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glClipPlane": ('int', 'typing.Sequence[float]'),
19292    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor3b": ('int', 'int', 'int'),
19293    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor3bv": ('str',),
19294    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor3d": ('float', 'float', 'float'),
19295    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor3dv": ('typing.Sequence[float]',),
19296    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor3f": ('float', 'float', 'float'),
19297    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor3fv": ('typing.Sequence[float]',),
19298    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor3i": ('int', 'int', 'int'),
19299    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor3iv": ('typing.Sequence[int]',),
19300    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor3s": ('int', 'int', 'int'),
19301    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor3sv": ('typing.Sequence[int]',),
19302    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor3ub": ('int', 'int', 'int'),
19303    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor3ubv": ('str',),
19304    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor3ui": ('int', 'int', 'int'),
19305    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor3uiv": ('typing.Sequence[int]',),
19306    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor3us": ('int', 'int', 'int'),
19307    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor3usv": ('typing.Sequence[int]',),
19308    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor4b": ('int', 'int', 'int', 'int'),
19309    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor4bv": ('str',),
19310    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor4d": ('float', 'float', 'float', 'float'),
19311    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor4dv": ('typing.Sequence[float]',),
19312    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor4f": ('float', 'float', 'float', 'float'),
19313    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor4fv": ('typing.Sequence[float]',),
19314    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor4i": ('int', 'int', 'int', 'int'),
19315    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor4iv": ('typing.Sequence[int]',),
19316    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor4s": ('int', 'int', 'int', 'int'),
19317    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor4sv": ('typing.Sequence[int]',),
19318    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor4ub": ('int', 'int', 'int', 'int'),
19319    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor4ubv": ('str',),
19320    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor4ui": ('int', 'int', 'int', 'int'),
19321    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor4uiv": ('typing.Sequence[int]',),
19322    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor4us": ('int', 'int', 'int', 'int'),
19323    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColor4usv": ('typing.Sequence[int]',),
19324    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColorMask": ('int', 'int', 'int', 'int'),
19325    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColorMaterial": ('int', 'int'),
19326    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColorPointer": ('int', 'int', 'int', 'int'),
19327    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColorSubTable": ('int', 'int', 'int', 'int', 'int', 'int'),
19328    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColorTable": ('int', 'int', 'int', 'int', 'int', 'int'),
19329    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColorTableParameterfv": ('int', 'int', 'typing.Sequence[float]'),
19330    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glColorTableParameteriv": ('int', 'int', 'typing.Sequence[int]'),
19331    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glCompileShader": ('int',),
19332    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glCompressedTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
19333    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glCompressedTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
19334    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glCompressedTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
19335    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glCompressedTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
19336    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glCompressedTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
19337    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glCompressedTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
19338    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glConvolutionFilter1D": ('int', 'int', 'int', 'int', 'int', 'int'),
19339    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glConvolutionFilter2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
19340    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glConvolutionParameterf": ('int', 'int', 'float'),
19341    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glConvolutionParameterfv": ('int', 'int', 'typing.Sequence[float]'),
19342    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glConvolutionParameteri": ('int', 'int', 'int'),
19343    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glConvolutionParameteriv": ('int', 'int', 'typing.Sequence[int]'),
19344    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glCopyColorSubTable": ('int', 'int', 'int', 'int', 'int'),
19345    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glCopyColorTable": ('int', 'int', 'int', 'int', 'int'),
19346    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glCopyConvolutionFilter1D": ('int', 'int', 'int', 'int', 'int'),
19347    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glCopyConvolutionFilter2D": ('int', 'int', 'int', 'int', 'int', 'int'),
19348    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glCopyPixels": ('int', 'int', 'int', 'int', 'int'),
19349    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glCopyTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
19350    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glCopyTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
19351    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glCopyTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int'),
19352    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glCopyTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
19353    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glCopyTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
19354    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glCreateProgram": (),
19355    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glCreateShader": ('int',),
19356    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glCullFace": ('int',),
19357    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glDeleteBuffers": ('int', 'typing.Sequence[int]'),
19358    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glDeleteLists": ('int', 'int'),
19359    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glDeleteProgram": ('int',),
19360    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glDeleteQueries": ('int', 'typing.Sequence[int]'),
19361    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glDeleteShader": ('int',),
19362    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glDeleteTextures": ('int', 'typing.Sequence[int]'),
19363    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glDepthFunc": ('int',),
19364    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glDepthMask": ('int',),
19365    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glDepthRange": ('float', 'float'),
19366    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glDetachShader": ('int', 'int'),
19367    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glDisable": ('int',),
19368    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glDisableClientState": ('int',),
19369    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glDisableVertexAttribArray": ('int',),
19370    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glDrawArrays": ('int', 'int', 'int'),
19371    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glDrawBuffer": ('int',),
19372    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glDrawBuffers": ('int', 'typing.Sequence[int]'),
19373    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glDrawElements": ('int', 'int', 'int', 'int'),
19374    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glDrawPixels": ('int', 'int', 'int', 'int', 'int'),
19375    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glDrawRangeElements": ('int', 'int', 'int', 'int', 'int', 'int'),
19376    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glEdgeFlag": ('int',),
19377    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glEdgeFlagPointer": ('int', 'int'),
19378    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glEnable": ('int',),
19379    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glEnableClientState": ('int',),
19380    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glEnableVertexAttribArray": ('int',),
19381    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glEnd": (),
19382    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glEndList": (),
19383    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glEndQuery": ('int',),
19384    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glEvalCoord1d": ('float',),
19385    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glEvalCoord1dv": ('typing.Sequence[float]',),
19386    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glEvalCoord1f": ('float',),
19387    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glEvalCoord1fv": ('typing.Sequence[float]',),
19388    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glEvalCoord2d": ('float', 'float'),
19389    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glEvalCoord2dv": ('typing.Sequence[float]',),
19390    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glEvalCoord2f": ('float', 'float'),
19391    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glEvalCoord2fv": ('typing.Sequence[float]',),
19392    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glEvalMesh1": ('int', 'int', 'int'),
19393    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glEvalMesh2": ('int', 'int', 'int', 'int', 'int'),
19394    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glEvalPoint1": ('int',),
19395    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glEvalPoint2": ('int', 'int'),
19396    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glFinish": (),
19397    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glFlush": (),
19398    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glFogCoordPointer": ('int', 'int', 'int'),
19399    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glFogCoordd": ('float',),
19400    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glFogCoorddv": ('typing.Sequence[float]',),
19401    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glFogCoordf": ('float',),
19402    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glFogCoordfv": ('typing.Sequence[float]',),
19403    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glFogf": ('int', 'float'),
19404    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glFogfv": ('int', 'typing.Sequence[float]'),
19405    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glFogi": ('int', 'int'),
19406    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glFogiv": ('int', 'typing.Sequence[int]'),
19407    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glFrontFace": ('int',),
19408    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glFrustum": ('float', 'float', 'float', 'float', 'float', 'float'),
19409    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glGenLists": ('int',),
19410    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glGetAttribLocation": ('int', 'str'),
19411    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glGetError": (),
19412    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glGetString": ('int',),
19413    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glGetUniformLocation": ('int', 'str'),
19414    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glHint": ('int', 'int'),
19415    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glHistogram": ('int', 'int', 'int', 'int'),
19416    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glIndexMask": ('int',),
19417    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glIndexPointer": ('int', 'int', 'int'),
19418    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glIndexd": ('float',),
19419    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glIndexdv": ('typing.Sequence[float]',),
19420    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glIndexf": ('float',),
19421    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glIndexfv": ('typing.Sequence[float]',),
19422    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glIndexi": ('int',),
19423    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glIndexiv": ('typing.Sequence[int]',),
19424    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glIndexs": ('int',),
19425    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glIndexsv": ('typing.Sequence[int]',),
19426    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glIndexub": ('int',),
19427    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glIndexubv": ('str',),
19428    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glInitNames": (),
19429    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glInterleavedArrays": ('int', 'int', 'int'),
19430    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glIsBuffer": ('int',),
19431    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glIsEnabled": ('int',),
19432    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glIsList": ('int',),
19433    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glIsProgram": ('int',),
19434    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glIsQuery": ('int',),
19435    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glIsShader": ('int',),
19436    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glIsTexture": ('int',),
19437    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glLightModelf": ('int', 'float'),
19438    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glLightModelfv": ('int', 'typing.Sequence[float]'),
19439    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glLightModeli": ('int', 'int'),
19440    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glLightModeliv": ('int', 'typing.Sequence[int]'),
19441    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glLightf": ('int', 'int', 'float'),
19442    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glLightfv": ('int', 'int', 'typing.Sequence[float]'),
19443    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glLighti": ('int', 'int', 'int'),
19444    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glLightiv": ('int', 'int', 'typing.Sequence[int]'),
19445    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glLineStipple": ('int', 'int'),
19446    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glLineWidth": ('float',),
19447    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glLinkProgram": ('int',),
19448    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glListBase": ('int',),
19449    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glLoadIdentity": (),
19450    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glLoadMatrixd": ('typing.Sequence[float]',),
19451    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glLoadMatrixf": ('typing.Sequence[float]',),
19452    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glLoadName": ('int',),
19453    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glLoadTransposeMatrixd": ('typing.Sequence[float]',),
19454    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glLoadTransposeMatrixf": ('typing.Sequence[float]',),
19455    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glLogicOp": ('int',),
19456    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMap1d": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
19457    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMap1f": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
19458    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMap2d": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
19459    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMap2f": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
19460    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMapBuffer": ('int', 'int'),
19461    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMapGrid1d": ('int', 'float', 'float'),
19462    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMapGrid1f": ('int', 'float', 'float'),
19463    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMapGrid2d": ('int', 'float', 'float', 'int', 'float', 'float'),
19464    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMapGrid2f": ('int', 'float', 'float', 'int', 'float', 'float'),
19465    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMaterialf": ('int', 'int', 'float'),
19466    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMaterialfv": ('int', 'int', 'typing.Sequence[float]'),
19467    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMateriali": ('int', 'int', 'int'),
19468    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMaterialiv": ('int', 'int', 'typing.Sequence[int]'),
19469    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMatrixMode": ('int',),
19470    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMinmax": ('int', 'int', 'int'),
19471    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultMatrixd": ('typing.Sequence[float]',),
19472    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultMatrixf": ('typing.Sequence[float]',),
19473    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultTransposeMatrixd": ('typing.Sequence[float]',),
19474    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultTransposeMatrixf": ('typing.Sequence[float]',),
19475    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiDrawArrays": ('int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'int'),
19476    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord1d": ('int', 'float'),
19477    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord1dv": ('int', 'typing.Sequence[float]'),
19478    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord1f": ('int', 'float'),
19479    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord1fv": ('int', 'typing.Sequence[float]'),
19480    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord1i": ('int', 'int'),
19481    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord1iv": ('int', 'typing.Sequence[int]'),
19482    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord1s": ('int', 'int'),
19483    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord1sv": ('int', 'typing.Sequence[int]'),
19484    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord2d": ('int', 'float', 'float'),
19485    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord2dv": ('int', 'typing.Sequence[float]'),
19486    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord2f": ('int', 'float', 'float'),
19487    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord2fv": ('int', 'typing.Sequence[float]'),
19488    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord2i": ('int', 'int', 'int'),
19489    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord2iv": ('int', 'typing.Sequence[int]'),
19490    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord2s": ('int', 'int', 'int'),
19491    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord2sv": ('int', 'typing.Sequence[int]'),
19492    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord3d": ('int', 'float', 'float', 'float'),
19493    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord3dv": ('int', 'typing.Sequence[float]'),
19494    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord3f": ('int', 'float', 'float', 'float'),
19495    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord3fv": ('int', 'typing.Sequence[float]'),
19496    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord3i": ('int', 'int', 'int', 'int'),
19497    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord3iv": ('int', 'typing.Sequence[int]'),
19498    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord3s": ('int', 'int', 'int', 'int'),
19499    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord3sv": ('int', 'typing.Sequence[int]'),
19500    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord4d": ('int', 'float', 'float', 'float', 'float'),
19501    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord4dv": ('int', 'typing.Sequence[float]'),
19502    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord4f": ('int', 'float', 'float', 'float', 'float'),
19503    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord4fv": ('int', 'typing.Sequence[float]'),
19504    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord4i": ('int', 'int', 'int', 'int', 'int'),
19505    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord4iv": ('int', 'typing.Sequence[int]'),
19506    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord4s": ('int', 'int', 'int', 'int', 'int'),
19507    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glMultiTexCoord4sv": ('int', 'typing.Sequence[int]'),
19508    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glNewList": ('int', 'int'),
19509    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glNormal3b": ('int', 'int', 'int'),
19510    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glNormal3bv": ('str',),
19511    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glNormal3d": ('float', 'float', 'float'),
19512    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glNormal3dv": ('typing.Sequence[float]',),
19513    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glNormal3f": ('float', 'float', 'float'),
19514    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glNormal3fv": ('typing.Sequence[float]',),
19515    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glNormal3i": ('int', 'int', 'int'),
19516    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glNormal3iv": ('typing.Sequence[int]',),
19517    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glNormal3s": ('int', 'int', 'int'),
19518    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glNormal3sv": ('typing.Sequence[int]',),
19519    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glNormalPointer": ('int', 'int', 'int'),
19520    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glOrtho": ('float', 'float', 'float', 'float', 'float', 'float'),
19521    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glPassThrough": ('float',),
19522    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glPixelMapfv": ('int', 'int', 'typing.Sequence[float]'),
19523    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glPixelMapuiv": ('int', 'int', 'typing.Sequence[int]'),
19524    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glPixelMapusv": ('int', 'int', 'typing.Sequence[int]'),
19525    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glPixelStoref": ('int', 'float'),
19526    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glPixelStorei": ('int', 'int'),
19527    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glPixelTransferf": ('int', 'float'),
19528    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glPixelTransferi": ('int', 'int'),
19529    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glPixelZoom": ('float', 'float'),
19530    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glPointParameterf": ('int', 'float'),
19531    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glPointParameterfv": ('int', 'typing.Sequence[float]'),
19532    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glPointParameteri": ('int', 'int'),
19533    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glPointParameteriv": ('int', 'typing.Sequence[int]'),
19534    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glPointSize": ('float',),
19535    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glPolygonMode": ('int', 'int'),
19536    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glPolygonOffset": ('float', 'float'),
19537    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glPopAttrib": (),
19538    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glPopClientAttrib": (),
19539    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glPopMatrix": (),
19540    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glPopName": (),
19541    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glPrioritizeTextures": ('int', 'typing.Sequence[int]', 'typing.Sequence[float]'),
19542    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glPushAttrib": ('int',),
19543    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glPushClientAttrib": ('int',),
19544    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glPushMatrix": (),
19545    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glPushName": ('int',),
19546    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRasterPos2d": ('float', 'float'),
19547    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRasterPos2dv": ('typing.Sequence[float]',),
19548    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRasterPos2f": ('float', 'float'),
19549    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRasterPos2fv": ('typing.Sequence[float]',),
19550    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRasterPos2i": ('int', 'int'),
19551    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRasterPos2iv": ('typing.Sequence[int]',),
19552    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRasterPos2s": ('int', 'int'),
19553    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRasterPos2sv": ('typing.Sequence[int]',),
19554    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRasterPos3d": ('float', 'float', 'float'),
19555    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRasterPos3dv": ('typing.Sequence[float]',),
19556    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRasterPos3f": ('float', 'float', 'float'),
19557    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRasterPos3fv": ('typing.Sequence[float]',),
19558    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRasterPos3i": ('int', 'int', 'int'),
19559    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRasterPos3iv": ('typing.Sequence[int]',),
19560    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRasterPos3s": ('int', 'int', 'int'),
19561    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRasterPos3sv": ('typing.Sequence[int]',),
19562    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRasterPos4d": ('float', 'float', 'float', 'float'),
19563    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRasterPos4dv": ('typing.Sequence[float]',),
19564    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRasterPos4f": ('float', 'float', 'float', 'float'),
19565    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRasterPos4fv": ('typing.Sequence[float]',),
19566    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRasterPos4i": ('int', 'int', 'int', 'int'),
19567    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRasterPos4iv": ('typing.Sequence[int]',),
19568    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRasterPos4s": ('int', 'int', 'int', 'int'),
19569    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRasterPos4sv": ('typing.Sequence[int]',),
19570    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glReadBuffer": ('int',),
19571    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRectd": ('float', 'float', 'float', 'float'),
19572    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRectdv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
19573    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRectf": ('float', 'float', 'float', 'float'),
19574    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRectfv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
19575    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRecti": ('int', 'int', 'int', 'int'),
19576    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRectiv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
19577    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRects": ('int', 'int', 'int', 'int'),
19578    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRectsv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
19579    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRenderMode": ('int',),
19580    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glResetHistogram": ('int',),
19581    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glResetMinmax": ('int',),
19582    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRotated": ('float', 'float', 'float', 'float'),
19583    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glRotatef": ('float', 'float', 'float', 'float'),
19584    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glSampleCoverage": ('float', 'int'),
19585    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glScaled": ('float', 'float', 'float'),
19586    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glScalef": ('float', 'float', 'float'),
19587    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glScissor": ('int', 'int', 'int', 'int'),
19588    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glSecondaryColor3b": ('int', 'int', 'int'),
19589    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glSecondaryColor3bv": ('str',),
19590    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glSecondaryColor3d": ('float', 'float', 'float'),
19591    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glSecondaryColor3dv": ('typing.Sequence[float]',),
19592    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glSecondaryColor3f": ('float', 'float', 'float'),
19593    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glSecondaryColor3fv": ('typing.Sequence[float]',),
19594    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glSecondaryColor3i": ('int', 'int', 'int'),
19595    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glSecondaryColor3iv": ('typing.Sequence[int]',),
19596    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glSecondaryColor3s": ('int', 'int', 'int'),
19597    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glSecondaryColor3sv": ('typing.Sequence[int]',),
19598    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glSecondaryColor3ub": ('int', 'int', 'int'),
19599    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glSecondaryColor3ubv": ('str',),
19600    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glSecondaryColor3ui": ('int', 'int', 'int'),
19601    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glSecondaryColor3uiv": ('typing.Sequence[int]',),
19602    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glSecondaryColor3us": ('int', 'int', 'int'),
19603    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glSecondaryColor3usv": ('typing.Sequence[int]',),
19604    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glSecondaryColorPointer": ('int', 'int', 'int', 'int'),
19605    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glSeparableFilter2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
19606    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glShadeModel": ('int',),
19607    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glStencilFunc": ('int', 'int', 'int'),
19608    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glStencilFuncSeparate": ('int', 'int', 'int', 'int'),
19609    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glStencilMask": ('int',),
19610    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glStencilMaskSeparate": ('int', 'int'),
19611    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glStencilOp": ('int', 'int', 'int'),
19612    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glStencilOpSeparate": ('int', 'int', 'int', 'int'),
19613    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord1d": ('float',),
19614    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord1dv": ('typing.Sequence[float]',),
19615    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord1f": ('float',),
19616    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord1fv": ('typing.Sequence[float]',),
19617    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord1i": ('int',),
19618    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord1iv": ('typing.Sequence[int]',),
19619    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord1s": ('int',),
19620    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord1sv": ('typing.Sequence[int]',),
19621    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord2d": ('float', 'float'),
19622    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord2dv": ('typing.Sequence[float]',),
19623    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord2f": ('float', 'float'),
19624    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord2fv": ('typing.Sequence[float]',),
19625    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord2i": ('int', 'int'),
19626    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord2iv": ('typing.Sequence[int]',),
19627    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord2s": ('int', 'int'),
19628    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord2sv": ('typing.Sequence[int]',),
19629    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord3d": ('float', 'float', 'float'),
19630    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord3dv": ('typing.Sequence[float]',),
19631    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord3f": ('float', 'float', 'float'),
19632    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord3fv": ('typing.Sequence[float]',),
19633    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord3i": ('int', 'int', 'int'),
19634    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord3iv": ('typing.Sequence[int]',),
19635    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord3s": ('int', 'int', 'int'),
19636    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord3sv": ('typing.Sequence[int]',),
19637    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord4d": ('float', 'float', 'float', 'float'),
19638    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord4dv": ('typing.Sequence[float]',),
19639    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord4f": ('float', 'float', 'float', 'float'),
19640    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord4fv": ('typing.Sequence[float]',),
19641    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord4i": ('int', 'int', 'int', 'int'),
19642    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord4iv": ('typing.Sequence[int]',),
19643    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord4s": ('int', 'int', 'int', 'int'),
19644    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoord4sv": ('typing.Sequence[int]',),
19645    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexCoordPointer": ('int', 'int', 'int', 'int'),
19646    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexEnvf": ('int', 'int', 'float'),
19647    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexEnvfv": ('int', 'int', 'typing.Sequence[float]'),
19648    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexEnvi": ('int', 'int', 'int'),
19649    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexEnviv": ('int', 'int', 'typing.Sequence[int]'),
19650    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexGend": ('int', 'int', 'float'),
19651    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexGendv": ('int', 'int', 'typing.Sequence[float]'),
19652    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexGenf": ('int', 'int', 'float'),
19653    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexGenfv": ('int', 'int', 'typing.Sequence[float]'),
19654    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexGeni": ('int', 'int', 'int'),
19655    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexGeniv": ('int', 'int', 'typing.Sequence[int]'),
19656    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
19657    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
19658    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
19659    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexParameterf": ('int', 'int', 'float'),
19660    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexParameterfv": ('int', 'int', 'typing.Sequence[float]'),
19661    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexParameteri": ('int', 'int', 'int'),
19662    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexParameteriv": ('int', 'int', 'typing.Sequence[int]'),
19663    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
19664    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
19665    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
19666    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTranslated": ('float', 'float', 'float'),
19667    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glTranslatef": ('float', 'float', 'float'),
19668    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glUniform1f": ('int', 'float'),
19669    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glUniform1fv": ('int', 'int', 'typing.Sequence[float]'),
19670    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glUniform1i": ('int', 'int'),
19671    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glUniform1iv": ('int', 'int', 'typing.Sequence[int]'),
19672    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glUniform2f": ('int', 'float', 'float'),
19673    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glUniform2fv": ('int', 'int', 'typing.Sequence[float]'),
19674    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glUniform2i": ('int', 'int', 'int'),
19675    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glUniform2iv": ('int', 'int', 'typing.Sequence[int]'),
19676    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glUniform3f": ('int', 'float', 'float', 'float'),
19677    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glUniform3fv": ('int', 'int', 'typing.Sequence[float]'),
19678    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glUniform3i": ('int', 'int', 'int', 'int'),
19679    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glUniform3iv": ('int', 'int', 'typing.Sequence[int]'),
19680    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glUniform4f": ('int', 'float', 'float', 'float', 'float'),
19681    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glUniform4fv": ('int', 'int', 'typing.Sequence[float]'),
19682    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glUniform4i": ('int', 'int', 'int', 'int', 'int'),
19683    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glUniform4iv": ('int', 'int', 'typing.Sequence[int]'),
19684    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glUniformMatrix2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
19685    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glUniformMatrix3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
19686    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glUniformMatrix4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
19687    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glUnmapBuffer": ('int',),
19688    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glUseProgram": ('int',),
19689    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glValidateProgram": ('int',),
19690    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertex2d": ('float', 'float'),
19691    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertex2dv": ('typing.Sequence[float]',),
19692    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertex2f": ('float', 'float'),
19693    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertex2fv": ('typing.Sequence[float]',),
19694    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertex2i": ('int', 'int'),
19695    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertex2iv": ('typing.Sequence[int]',),
19696    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertex2s": ('int', 'int'),
19697    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertex2sv": ('typing.Sequence[int]',),
19698    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertex3d": ('float', 'float', 'float'),
19699    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertex3dv": ('typing.Sequence[float]',),
19700    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertex3f": ('float', 'float', 'float'),
19701    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertex3fv": ('typing.Sequence[float]',),
19702    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertex3i": ('int', 'int', 'int'),
19703    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertex3iv": ('typing.Sequence[int]',),
19704    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertex3s": ('int', 'int', 'int'),
19705    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertex3sv": ('typing.Sequence[int]',),
19706    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertex4d": ('float', 'float', 'float', 'float'),
19707    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertex4dv": ('typing.Sequence[float]',),
19708    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertex4f": ('float', 'float', 'float', 'float'),
19709    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertex4fv": ('typing.Sequence[float]',),
19710    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertex4i": ('int', 'int', 'int', 'int'),
19711    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertex4iv": ('typing.Sequence[int]',),
19712    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertex4s": ('int', 'int', 'int', 'int'),
19713    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertex4sv": ('typing.Sequence[int]',),
19714    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib1d": ('int', 'float'),
19715    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib1dv": ('int', 'typing.Sequence[float]'),
19716    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib1f": ('int', 'float'),
19717    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib1fv": ('int', 'typing.Sequence[float]'),
19718    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib1s": ('int', 'int'),
19719    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib1sv": ('int', 'typing.Sequence[int]'),
19720    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib2d": ('int', 'float', 'float'),
19721    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib2dv": ('int', 'typing.Sequence[float]'),
19722    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib2f": ('int', 'float', 'float'),
19723    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib2fv": ('int', 'typing.Sequence[float]'),
19724    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib2s": ('int', 'int', 'int'),
19725    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib2sv": ('int', 'typing.Sequence[int]'),
19726    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib3d": ('int', 'float', 'float', 'float'),
19727    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib3dv": ('int', 'typing.Sequence[float]'),
19728    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib3f": ('int', 'float', 'float', 'float'),
19729    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib3fv": ('int', 'typing.Sequence[float]'),
19730    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib3s": ('int', 'int', 'int', 'int'),
19731    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib3sv": ('int', 'typing.Sequence[int]'),
19732    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib4Nbv": ('int', 'str'),
19733    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib4Niv": ('int', 'typing.Sequence[int]'),
19734    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib4Nsv": ('int', 'typing.Sequence[int]'),
19735    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib4Nub": ('int', 'int', 'int', 'int', 'int'),
19736    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib4Nubv": ('int', 'str'),
19737    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib4Nuiv": ('int', 'typing.Sequence[int]'),
19738    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib4Nusv": ('int', 'typing.Sequence[int]'),
19739    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib4bv": ('int', 'str'),
19740    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib4d": ('int', 'float', 'float', 'float', 'float'),
19741    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib4dv": ('int', 'typing.Sequence[float]'),
19742    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib4f": ('int', 'float', 'float', 'float', 'float'),
19743    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib4fv": ('int', 'typing.Sequence[float]'),
19744    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib4iv": ('int', 'typing.Sequence[int]'),
19745    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib4s": ('int', 'int', 'int', 'int', 'int'),
19746    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib4sv": ('int', 'typing.Sequence[int]'),
19747    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib4ubv": ('int', 'str'),
19748    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib4uiv": ('int', 'typing.Sequence[int]'),
19749    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttrib4usv": ('int', 'typing.Sequence[int]'),
19750    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexAttribPointer": ('int', 'int', 'int', 'int', 'int', 'int'),
19751    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glVertexPointer": ('int', 'int', 'int', 'int'),
19752    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glViewport": ('int', 'int', 'int', 'int'),
19753    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glWindowPos2d": ('float', 'float'),
19754    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glWindowPos2dv": ('typing.Sequence[float]',),
19755    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glWindowPos2f": ('float', 'float'),
19756    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glWindowPos2fv": ('typing.Sequence[float]',),
19757    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glWindowPos2i": ('int', 'int'),
19758    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glWindowPos2iv": ('typing.Sequence[int]',),
19759    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glWindowPos2s": ('int', 'int'),
19760    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glWindowPos2sv": ('typing.Sequence[int]',),
19761    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glWindowPos3d": ('float', 'float', 'float'),
19762    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glWindowPos3dv": ('typing.Sequence[float]',),
19763    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glWindowPos3f": ('float', 'float', 'float'),
19764    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glWindowPos3fv": ('typing.Sequence[float]',),
19765    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glWindowPos3i": ('int', 'int', 'int'),
19766    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glWindowPos3iv": ('typing.Sequence[int]',),
19767    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glWindowPos3s": ('int', 'int', 'int'),
19768    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.glWindowPos3sv": ('typing.Sequence[int]',),
19769    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_0.initializeOpenGLFunctions": (),
19770# class PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1:
19771    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.__init__": (),
19772    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glAccum": ('int', 'float'),
19773    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glActiveTexture": ('int',),
19774    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glAlphaFunc": ('int', 'float'),
19775    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glArrayElement": ('int',),
19776    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glAttachShader": ('int', 'int'),
19777    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glBegin": ('int',),
19778    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glBeginQuery": ('int', 'int'),
19779    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glBindAttribLocation": ('int', 'int', 'str'),
19780    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glBindBuffer": ('int', 'int'),
19781    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glBindTexture": ('int', 'int'),
19782    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glBlendColor": ('float', 'float', 'float', 'float'),
19783    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glBlendEquation": ('int',),
19784    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glBlendEquationSeparate": ('int', 'int'),
19785    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glBlendFunc": ('int', 'int'),
19786    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glBlendFuncSeparate": ('int', 'int', 'int', 'int'),
19787    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glCallList": ('int',),
19788    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glCallLists": ('int', 'int', 'int'),
19789    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glClear": ('int',),
19790    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glClearAccum": ('float', 'float', 'float', 'float'),
19791    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glClearColor": ('float', 'float', 'float', 'float'),
19792    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glClearDepth": ('float',),
19793    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glClearIndex": ('float',),
19794    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glClearStencil": ('int',),
19795    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glClientActiveTexture": ('int',),
19796    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glClipPlane": ('int', 'typing.Sequence[float]'),
19797    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor3b": ('int', 'int', 'int'),
19798    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor3bv": ('str',),
19799    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor3d": ('float', 'float', 'float'),
19800    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor3dv": ('typing.Sequence[float]',),
19801    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor3f": ('float', 'float', 'float'),
19802    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor3fv": ('typing.Sequence[float]',),
19803    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor3i": ('int', 'int', 'int'),
19804    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor3iv": ('typing.Sequence[int]',),
19805    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor3s": ('int', 'int', 'int'),
19806    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor3sv": ('typing.Sequence[int]',),
19807    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor3ub": ('int', 'int', 'int'),
19808    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor3ubv": ('str',),
19809    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor3ui": ('int', 'int', 'int'),
19810    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor3uiv": ('typing.Sequence[int]',),
19811    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor3us": ('int', 'int', 'int'),
19812    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor3usv": ('typing.Sequence[int]',),
19813    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor4b": ('int', 'int', 'int', 'int'),
19814    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor4bv": ('str',),
19815    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor4d": ('float', 'float', 'float', 'float'),
19816    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor4dv": ('typing.Sequence[float]',),
19817    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor4f": ('float', 'float', 'float', 'float'),
19818    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor4fv": ('typing.Sequence[float]',),
19819    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor4i": ('int', 'int', 'int', 'int'),
19820    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor4iv": ('typing.Sequence[int]',),
19821    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor4s": ('int', 'int', 'int', 'int'),
19822    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor4sv": ('typing.Sequence[int]',),
19823    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor4ub": ('int', 'int', 'int', 'int'),
19824    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor4ubv": ('str',),
19825    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor4ui": ('int', 'int', 'int', 'int'),
19826    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor4uiv": ('typing.Sequence[int]',),
19827    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor4us": ('int', 'int', 'int', 'int'),
19828    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColor4usv": ('typing.Sequence[int]',),
19829    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColorMask": ('int', 'int', 'int', 'int'),
19830    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColorMaterial": ('int', 'int'),
19831    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColorPointer": ('int', 'int', 'int', 'int'),
19832    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColorSubTable": ('int', 'int', 'int', 'int', 'int', 'int'),
19833    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColorTable": ('int', 'int', 'int', 'int', 'int', 'int'),
19834    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColorTableParameterfv": ('int', 'int', 'typing.Sequence[float]'),
19835    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glColorTableParameteriv": ('int', 'int', 'typing.Sequence[int]'),
19836    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glCompileShader": ('int',),
19837    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glCompressedTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
19838    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glCompressedTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
19839    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glCompressedTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
19840    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glCompressedTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
19841    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glCompressedTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
19842    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glCompressedTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
19843    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glConvolutionFilter1D": ('int', 'int', 'int', 'int', 'int', 'int'),
19844    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glConvolutionFilter2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
19845    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glConvolutionParameterf": ('int', 'int', 'float'),
19846    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glConvolutionParameterfv": ('int', 'int', 'typing.Sequence[float]'),
19847    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glConvolutionParameteri": ('int', 'int', 'int'),
19848    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glConvolutionParameteriv": ('int', 'int', 'typing.Sequence[int]'),
19849    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glCopyColorSubTable": ('int', 'int', 'int', 'int', 'int'),
19850    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glCopyColorTable": ('int', 'int', 'int', 'int', 'int'),
19851    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glCopyConvolutionFilter1D": ('int', 'int', 'int', 'int', 'int'),
19852    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glCopyConvolutionFilter2D": ('int', 'int', 'int', 'int', 'int', 'int'),
19853    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glCopyPixels": ('int', 'int', 'int', 'int', 'int'),
19854    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glCopyTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
19855    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glCopyTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
19856    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glCopyTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int'),
19857    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glCopyTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
19858    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glCopyTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
19859    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glCreateProgram": (),
19860    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glCreateShader": ('int',),
19861    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glCullFace": ('int',),
19862    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glDeleteBuffers": ('int', 'typing.Sequence[int]'),
19863    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glDeleteLists": ('int', 'int'),
19864    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glDeleteProgram": ('int',),
19865    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glDeleteQueries": ('int', 'typing.Sequence[int]'),
19866    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glDeleteShader": ('int',),
19867    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glDeleteTextures": ('int', 'typing.Sequence[int]'),
19868    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glDepthFunc": ('int',),
19869    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glDepthMask": ('int',),
19870    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glDepthRange": ('float', 'float'),
19871    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glDetachShader": ('int', 'int'),
19872    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glDisable": ('int',),
19873    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glDisableClientState": ('int',),
19874    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glDisableVertexAttribArray": ('int',),
19875    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glDrawArrays": ('int', 'int', 'int'),
19876    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glDrawBuffer": ('int',),
19877    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glDrawBuffers": ('int', 'typing.Sequence[int]'),
19878    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glDrawElements": ('int', 'int', 'int', 'int'),
19879    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glDrawPixels": ('int', 'int', 'int', 'int', 'int'),
19880    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glDrawRangeElements": ('int', 'int', 'int', 'int', 'int', 'int'),
19881    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glEdgeFlag": ('int',),
19882    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glEdgeFlagPointer": ('int', 'int'),
19883    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glEnable": ('int',),
19884    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glEnableClientState": ('int',),
19885    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glEnableVertexAttribArray": ('int',),
19886    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glEnd": (),
19887    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glEndList": (),
19888    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glEndQuery": ('int',),
19889    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glEvalCoord1d": ('float',),
19890    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glEvalCoord1dv": ('typing.Sequence[float]',),
19891    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glEvalCoord1f": ('float',),
19892    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glEvalCoord1fv": ('typing.Sequence[float]',),
19893    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glEvalCoord2d": ('float', 'float'),
19894    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glEvalCoord2dv": ('typing.Sequence[float]',),
19895    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glEvalCoord2f": ('float', 'float'),
19896    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glEvalCoord2fv": ('typing.Sequence[float]',),
19897    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glEvalMesh1": ('int', 'int', 'int'),
19898    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glEvalMesh2": ('int', 'int', 'int', 'int', 'int'),
19899    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glEvalPoint1": ('int',),
19900    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glEvalPoint2": ('int', 'int'),
19901    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glFinish": (),
19902    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glFlush": (),
19903    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glFogCoordPointer": ('int', 'int', 'int'),
19904    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glFogCoordd": ('float',),
19905    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glFogCoorddv": ('typing.Sequence[float]',),
19906    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glFogCoordf": ('float',),
19907    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glFogCoordfv": ('typing.Sequence[float]',),
19908    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glFogf": ('int', 'float'),
19909    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glFogfv": ('int', 'typing.Sequence[float]'),
19910    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glFogi": ('int', 'int'),
19911    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glFogiv": ('int', 'typing.Sequence[int]'),
19912    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glFrontFace": ('int',),
19913    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glFrustum": ('float', 'float', 'float', 'float', 'float', 'float'),
19914    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glGenLists": ('int',),
19915    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glGetAttribLocation": ('int', 'str'),
19916    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glGetError": (),
19917    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glGetString": ('int',),
19918    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glGetUniformLocation": ('int', 'str'),
19919    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glHint": ('int', 'int'),
19920    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glHistogram": ('int', 'int', 'int', 'int'),
19921    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glIndexMask": ('int',),
19922    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glIndexPointer": ('int', 'int', 'int'),
19923    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glIndexd": ('float',),
19924    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glIndexdv": ('typing.Sequence[float]',),
19925    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glIndexf": ('float',),
19926    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glIndexfv": ('typing.Sequence[float]',),
19927    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glIndexi": ('int',),
19928    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glIndexiv": ('typing.Sequence[int]',),
19929    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glIndexs": ('int',),
19930    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glIndexsv": ('typing.Sequence[int]',),
19931    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glIndexub": ('int',),
19932    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glIndexubv": ('str',),
19933    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glInitNames": (),
19934    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glInterleavedArrays": ('int', 'int', 'int'),
19935    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glIsBuffer": ('int',),
19936    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glIsEnabled": ('int',),
19937    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glIsList": ('int',),
19938    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glIsProgram": ('int',),
19939    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glIsQuery": ('int',),
19940    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glIsShader": ('int',),
19941    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glIsTexture": ('int',),
19942    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glLightModelf": ('int', 'float'),
19943    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glLightModelfv": ('int', 'typing.Sequence[float]'),
19944    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glLightModeli": ('int', 'int'),
19945    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glLightModeliv": ('int', 'typing.Sequence[int]'),
19946    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glLightf": ('int', 'int', 'float'),
19947    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glLightfv": ('int', 'int', 'typing.Sequence[float]'),
19948    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glLighti": ('int', 'int', 'int'),
19949    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glLightiv": ('int', 'int', 'typing.Sequence[int]'),
19950    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glLineStipple": ('int', 'int'),
19951    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glLineWidth": ('float',),
19952    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glLinkProgram": ('int',),
19953    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glListBase": ('int',),
19954    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glLoadIdentity": (),
19955    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glLoadMatrixd": ('typing.Sequence[float]',),
19956    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glLoadMatrixf": ('typing.Sequence[float]',),
19957    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glLoadName": ('int',),
19958    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glLoadTransposeMatrixd": ('typing.Sequence[float]',),
19959    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glLoadTransposeMatrixf": ('typing.Sequence[float]',),
19960    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glLogicOp": ('int',),
19961    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMap1d": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
19962    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMap1f": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
19963    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMap2d": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
19964    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMap2f": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
19965    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMapBuffer": ('int', 'int'),
19966    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMapGrid1d": ('int', 'float', 'float'),
19967    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMapGrid1f": ('int', 'float', 'float'),
19968    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMapGrid2d": ('int', 'float', 'float', 'int', 'float', 'float'),
19969    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMapGrid2f": ('int', 'float', 'float', 'int', 'float', 'float'),
19970    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMaterialf": ('int', 'int', 'float'),
19971    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMaterialfv": ('int', 'int', 'typing.Sequence[float]'),
19972    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMateriali": ('int', 'int', 'int'),
19973    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMaterialiv": ('int', 'int', 'typing.Sequence[int]'),
19974    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMatrixMode": ('int',),
19975    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMinmax": ('int', 'int', 'int'),
19976    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultMatrixd": ('typing.Sequence[float]',),
19977    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultMatrixf": ('typing.Sequence[float]',),
19978    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultTransposeMatrixd": ('typing.Sequence[float]',),
19979    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultTransposeMatrixf": ('typing.Sequence[float]',),
19980    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiDrawArrays": ('int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'int'),
19981    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord1d": ('int', 'float'),
19982    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord1dv": ('int', 'typing.Sequence[float]'),
19983    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord1f": ('int', 'float'),
19984    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord1fv": ('int', 'typing.Sequence[float]'),
19985    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord1i": ('int', 'int'),
19986    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord1iv": ('int', 'typing.Sequence[int]'),
19987    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord1s": ('int', 'int'),
19988    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord1sv": ('int', 'typing.Sequence[int]'),
19989    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord2d": ('int', 'float', 'float'),
19990    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord2dv": ('int', 'typing.Sequence[float]'),
19991    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord2f": ('int', 'float', 'float'),
19992    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord2fv": ('int', 'typing.Sequence[float]'),
19993    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord2i": ('int', 'int', 'int'),
19994    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord2iv": ('int', 'typing.Sequence[int]'),
19995    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord2s": ('int', 'int', 'int'),
19996    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord2sv": ('int', 'typing.Sequence[int]'),
19997    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord3d": ('int', 'float', 'float', 'float'),
19998    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord3dv": ('int', 'typing.Sequence[float]'),
19999    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord3f": ('int', 'float', 'float', 'float'),
20000    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord3fv": ('int', 'typing.Sequence[float]'),
20001    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord3i": ('int', 'int', 'int', 'int'),
20002    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord3iv": ('int', 'typing.Sequence[int]'),
20003    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord3s": ('int', 'int', 'int', 'int'),
20004    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord3sv": ('int', 'typing.Sequence[int]'),
20005    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord4d": ('int', 'float', 'float', 'float', 'float'),
20006    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord4dv": ('int', 'typing.Sequence[float]'),
20007    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord4f": ('int', 'float', 'float', 'float', 'float'),
20008    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord4fv": ('int', 'typing.Sequence[float]'),
20009    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord4i": ('int', 'int', 'int', 'int', 'int'),
20010    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord4iv": ('int', 'typing.Sequence[int]'),
20011    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord4s": ('int', 'int', 'int', 'int', 'int'),
20012    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glMultiTexCoord4sv": ('int', 'typing.Sequence[int]'),
20013    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glNewList": ('int', 'int'),
20014    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glNormal3b": ('int', 'int', 'int'),
20015    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glNormal3bv": ('str',),
20016    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glNormal3d": ('float', 'float', 'float'),
20017    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glNormal3dv": ('typing.Sequence[float]',),
20018    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glNormal3f": ('float', 'float', 'float'),
20019    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glNormal3fv": ('typing.Sequence[float]',),
20020    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glNormal3i": ('int', 'int', 'int'),
20021    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glNormal3iv": ('typing.Sequence[int]',),
20022    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glNormal3s": ('int', 'int', 'int'),
20023    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glNormal3sv": ('typing.Sequence[int]',),
20024    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glNormalPointer": ('int', 'int', 'int'),
20025    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glOrtho": ('float', 'float', 'float', 'float', 'float', 'float'),
20026    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glPassThrough": ('float',),
20027    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glPixelMapfv": ('int', 'int', 'typing.Sequence[float]'),
20028    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glPixelMapuiv": ('int', 'int', 'typing.Sequence[int]'),
20029    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glPixelMapusv": ('int', 'int', 'typing.Sequence[int]'),
20030    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glPixelStoref": ('int', 'float'),
20031    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glPixelStorei": ('int', 'int'),
20032    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glPixelTransferf": ('int', 'float'),
20033    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glPixelTransferi": ('int', 'int'),
20034    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glPixelZoom": ('float', 'float'),
20035    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glPointParameterf": ('int', 'float'),
20036    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glPointParameterfv": ('int', 'typing.Sequence[float]'),
20037    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glPointParameteri": ('int', 'int'),
20038    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glPointParameteriv": ('int', 'typing.Sequence[int]'),
20039    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glPointSize": ('float',),
20040    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glPolygonMode": ('int', 'int'),
20041    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glPolygonOffset": ('float', 'float'),
20042    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glPopAttrib": (),
20043    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glPopClientAttrib": (),
20044    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glPopMatrix": (),
20045    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glPopName": (),
20046    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glPrioritizeTextures": ('int', 'typing.Sequence[int]', 'typing.Sequence[float]'),
20047    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glPushAttrib": ('int',),
20048    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glPushClientAttrib": ('int',),
20049    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glPushMatrix": (),
20050    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glPushName": ('int',),
20051    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRasterPos2d": ('float', 'float'),
20052    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRasterPos2dv": ('typing.Sequence[float]',),
20053    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRasterPos2f": ('float', 'float'),
20054    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRasterPos2fv": ('typing.Sequence[float]',),
20055    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRasterPos2i": ('int', 'int'),
20056    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRasterPos2iv": ('typing.Sequence[int]',),
20057    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRasterPos2s": ('int', 'int'),
20058    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRasterPos2sv": ('typing.Sequence[int]',),
20059    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRasterPos3d": ('float', 'float', 'float'),
20060    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRasterPos3dv": ('typing.Sequence[float]',),
20061    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRasterPos3f": ('float', 'float', 'float'),
20062    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRasterPos3fv": ('typing.Sequence[float]',),
20063    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRasterPos3i": ('int', 'int', 'int'),
20064    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRasterPos3iv": ('typing.Sequence[int]',),
20065    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRasterPos3s": ('int', 'int', 'int'),
20066    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRasterPos3sv": ('typing.Sequence[int]',),
20067    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRasterPos4d": ('float', 'float', 'float', 'float'),
20068    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRasterPos4dv": ('typing.Sequence[float]',),
20069    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRasterPos4f": ('float', 'float', 'float', 'float'),
20070    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRasterPos4fv": ('typing.Sequence[float]',),
20071    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRasterPos4i": ('int', 'int', 'int', 'int'),
20072    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRasterPos4iv": ('typing.Sequence[int]',),
20073    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRasterPos4s": ('int', 'int', 'int', 'int'),
20074    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRasterPos4sv": ('typing.Sequence[int]',),
20075    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glReadBuffer": ('int',),
20076    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRectd": ('float', 'float', 'float', 'float'),
20077    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRectdv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
20078    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRectf": ('float', 'float', 'float', 'float'),
20079    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRectfv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
20080    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRecti": ('int', 'int', 'int', 'int'),
20081    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRectiv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
20082    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRects": ('int', 'int', 'int', 'int'),
20083    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRectsv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
20084    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRenderMode": ('int',),
20085    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glResetHistogram": ('int',),
20086    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glResetMinmax": ('int',),
20087    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRotated": ('float', 'float', 'float', 'float'),
20088    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glRotatef": ('float', 'float', 'float', 'float'),
20089    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glSampleCoverage": ('float', 'int'),
20090    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glScaled": ('float', 'float', 'float'),
20091    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glScalef": ('float', 'float', 'float'),
20092    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glScissor": ('int', 'int', 'int', 'int'),
20093    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glSecondaryColor3b": ('int', 'int', 'int'),
20094    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glSecondaryColor3bv": ('str',),
20095    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glSecondaryColor3d": ('float', 'float', 'float'),
20096    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glSecondaryColor3dv": ('typing.Sequence[float]',),
20097    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glSecondaryColor3f": ('float', 'float', 'float'),
20098    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glSecondaryColor3fv": ('typing.Sequence[float]',),
20099    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glSecondaryColor3i": ('int', 'int', 'int'),
20100    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glSecondaryColor3iv": ('typing.Sequence[int]',),
20101    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glSecondaryColor3s": ('int', 'int', 'int'),
20102    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glSecondaryColor3sv": ('typing.Sequence[int]',),
20103    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glSecondaryColor3ub": ('int', 'int', 'int'),
20104    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glSecondaryColor3ubv": ('str',),
20105    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glSecondaryColor3ui": ('int', 'int', 'int'),
20106    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glSecondaryColor3uiv": ('typing.Sequence[int]',),
20107    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glSecondaryColor3us": ('int', 'int', 'int'),
20108    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glSecondaryColor3usv": ('typing.Sequence[int]',),
20109    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glSecondaryColorPointer": ('int', 'int', 'int', 'int'),
20110    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glSeparableFilter2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
20111    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glShadeModel": ('int',),
20112    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glStencilFunc": ('int', 'int', 'int'),
20113    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glStencilFuncSeparate": ('int', 'int', 'int', 'int'),
20114    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glStencilMask": ('int',),
20115    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glStencilMaskSeparate": ('int', 'int'),
20116    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glStencilOp": ('int', 'int', 'int'),
20117    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glStencilOpSeparate": ('int', 'int', 'int', 'int'),
20118    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord1d": ('float',),
20119    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord1dv": ('typing.Sequence[float]',),
20120    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord1f": ('float',),
20121    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord1fv": ('typing.Sequence[float]',),
20122    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord1i": ('int',),
20123    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord1iv": ('typing.Sequence[int]',),
20124    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord1s": ('int',),
20125    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord1sv": ('typing.Sequence[int]',),
20126    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord2d": ('float', 'float'),
20127    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord2dv": ('typing.Sequence[float]',),
20128    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord2f": ('float', 'float'),
20129    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord2fv": ('typing.Sequence[float]',),
20130    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord2i": ('int', 'int'),
20131    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord2iv": ('typing.Sequence[int]',),
20132    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord2s": ('int', 'int'),
20133    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord2sv": ('typing.Sequence[int]',),
20134    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord3d": ('float', 'float', 'float'),
20135    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord3dv": ('typing.Sequence[float]',),
20136    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord3f": ('float', 'float', 'float'),
20137    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord3fv": ('typing.Sequence[float]',),
20138    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord3i": ('int', 'int', 'int'),
20139    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord3iv": ('typing.Sequence[int]',),
20140    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord3s": ('int', 'int', 'int'),
20141    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord3sv": ('typing.Sequence[int]',),
20142    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord4d": ('float', 'float', 'float', 'float'),
20143    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord4dv": ('typing.Sequence[float]',),
20144    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord4f": ('float', 'float', 'float', 'float'),
20145    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord4fv": ('typing.Sequence[float]',),
20146    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord4i": ('int', 'int', 'int', 'int'),
20147    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord4iv": ('typing.Sequence[int]',),
20148    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord4s": ('int', 'int', 'int', 'int'),
20149    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoord4sv": ('typing.Sequence[int]',),
20150    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexCoordPointer": ('int', 'int', 'int', 'int'),
20151    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexEnvf": ('int', 'int', 'float'),
20152    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexEnvfv": ('int', 'int', 'typing.Sequence[float]'),
20153    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexEnvi": ('int', 'int', 'int'),
20154    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexEnviv": ('int', 'int', 'typing.Sequence[int]'),
20155    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexGend": ('int', 'int', 'float'),
20156    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexGendv": ('int', 'int', 'typing.Sequence[float]'),
20157    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexGenf": ('int', 'int', 'float'),
20158    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexGenfv": ('int', 'int', 'typing.Sequence[float]'),
20159    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexGeni": ('int', 'int', 'int'),
20160    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexGeniv": ('int', 'int', 'typing.Sequence[int]'),
20161    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
20162    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
20163    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
20164    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexParameterf": ('int', 'int', 'float'),
20165    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexParameterfv": ('int', 'int', 'typing.Sequence[float]'),
20166    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexParameteri": ('int', 'int', 'int'),
20167    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexParameteriv": ('int', 'int', 'typing.Sequence[int]'),
20168    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
20169    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
20170    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
20171    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTranslated": ('float', 'float', 'float'),
20172    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glTranslatef": ('float', 'float', 'float'),
20173    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glUniform1f": ('int', 'float'),
20174    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glUniform1fv": ('int', 'int', 'typing.Sequence[float]'),
20175    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glUniform1i": ('int', 'int'),
20176    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glUniform1iv": ('int', 'int', 'typing.Sequence[int]'),
20177    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glUniform2f": ('int', 'float', 'float'),
20178    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glUniform2fv": ('int', 'int', 'typing.Sequence[float]'),
20179    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glUniform2i": ('int', 'int', 'int'),
20180    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glUniform2iv": ('int', 'int', 'typing.Sequence[int]'),
20181    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glUniform3f": ('int', 'float', 'float', 'float'),
20182    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glUniform3fv": ('int', 'int', 'typing.Sequence[float]'),
20183    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glUniform3i": ('int', 'int', 'int', 'int'),
20184    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glUniform3iv": ('int', 'int', 'typing.Sequence[int]'),
20185    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glUniform4f": ('int', 'float', 'float', 'float', 'float'),
20186    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glUniform4fv": ('int', 'int', 'typing.Sequence[float]'),
20187    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glUniform4i": ('int', 'int', 'int', 'int', 'int'),
20188    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glUniform4iv": ('int', 'int', 'typing.Sequence[int]'),
20189    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glUniformMatrix2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
20190    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glUniformMatrix2x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
20191    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glUniformMatrix2x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
20192    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glUniformMatrix3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
20193    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glUniformMatrix3x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
20194    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glUniformMatrix3x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
20195    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glUniformMatrix4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
20196    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glUniformMatrix4x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
20197    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glUniformMatrix4x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
20198    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glUnmapBuffer": ('int',),
20199    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glUseProgram": ('int',),
20200    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glValidateProgram": ('int',),
20201    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertex2d": ('float', 'float'),
20202    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertex2dv": ('typing.Sequence[float]',),
20203    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertex2f": ('float', 'float'),
20204    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertex2fv": ('typing.Sequence[float]',),
20205    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertex2i": ('int', 'int'),
20206    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertex2iv": ('typing.Sequence[int]',),
20207    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertex2s": ('int', 'int'),
20208    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertex2sv": ('typing.Sequence[int]',),
20209    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertex3d": ('float', 'float', 'float'),
20210    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertex3dv": ('typing.Sequence[float]',),
20211    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertex3f": ('float', 'float', 'float'),
20212    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertex3fv": ('typing.Sequence[float]',),
20213    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertex3i": ('int', 'int', 'int'),
20214    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertex3iv": ('typing.Sequence[int]',),
20215    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertex3s": ('int', 'int', 'int'),
20216    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertex3sv": ('typing.Sequence[int]',),
20217    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertex4d": ('float', 'float', 'float', 'float'),
20218    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertex4dv": ('typing.Sequence[float]',),
20219    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertex4f": ('float', 'float', 'float', 'float'),
20220    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertex4fv": ('typing.Sequence[float]',),
20221    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertex4i": ('int', 'int', 'int', 'int'),
20222    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertex4iv": ('typing.Sequence[int]',),
20223    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertex4s": ('int', 'int', 'int', 'int'),
20224    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertex4sv": ('typing.Sequence[int]',),
20225    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib1d": ('int', 'float'),
20226    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib1dv": ('int', 'typing.Sequence[float]'),
20227    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib1f": ('int', 'float'),
20228    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib1fv": ('int', 'typing.Sequence[float]'),
20229    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib1s": ('int', 'int'),
20230    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib1sv": ('int', 'typing.Sequence[int]'),
20231    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib2d": ('int', 'float', 'float'),
20232    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib2dv": ('int', 'typing.Sequence[float]'),
20233    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib2f": ('int', 'float', 'float'),
20234    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib2fv": ('int', 'typing.Sequence[float]'),
20235    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib2s": ('int', 'int', 'int'),
20236    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib2sv": ('int', 'typing.Sequence[int]'),
20237    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib3d": ('int', 'float', 'float', 'float'),
20238    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib3dv": ('int', 'typing.Sequence[float]'),
20239    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib3f": ('int', 'float', 'float', 'float'),
20240    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib3fv": ('int', 'typing.Sequence[float]'),
20241    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib3s": ('int', 'int', 'int', 'int'),
20242    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib3sv": ('int', 'typing.Sequence[int]'),
20243    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib4Nbv": ('int', 'str'),
20244    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib4Niv": ('int', 'typing.Sequence[int]'),
20245    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib4Nsv": ('int', 'typing.Sequence[int]'),
20246    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib4Nub": ('int', 'int', 'int', 'int', 'int'),
20247    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib4Nubv": ('int', 'str'),
20248    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib4Nuiv": ('int', 'typing.Sequence[int]'),
20249    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib4Nusv": ('int', 'typing.Sequence[int]'),
20250    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib4bv": ('int', 'str'),
20251    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib4d": ('int', 'float', 'float', 'float', 'float'),
20252    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib4dv": ('int', 'typing.Sequence[float]'),
20253    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib4f": ('int', 'float', 'float', 'float', 'float'),
20254    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib4fv": ('int', 'typing.Sequence[float]'),
20255    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib4iv": ('int', 'typing.Sequence[int]'),
20256    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib4s": ('int', 'int', 'int', 'int', 'int'),
20257    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib4sv": ('int', 'typing.Sequence[int]'),
20258    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib4ubv": ('int', 'str'),
20259    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib4uiv": ('int', 'typing.Sequence[int]'),
20260    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttrib4usv": ('int', 'typing.Sequence[int]'),
20261    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexAttribPointer": ('int', 'int', 'int', 'int', 'int', 'int'),
20262    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glVertexPointer": ('int', 'int', 'int', 'int'),
20263    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glViewport": ('int', 'int', 'int', 'int'),
20264    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glWindowPos2d": ('float', 'float'),
20265    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glWindowPos2dv": ('typing.Sequence[float]',),
20266    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glWindowPos2f": ('float', 'float'),
20267    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glWindowPos2fv": ('typing.Sequence[float]',),
20268    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glWindowPos2i": ('int', 'int'),
20269    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glWindowPos2iv": ('typing.Sequence[int]',),
20270    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glWindowPos2s": ('int', 'int'),
20271    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glWindowPos2sv": ('typing.Sequence[int]',),
20272    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glWindowPos3d": ('float', 'float', 'float'),
20273    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glWindowPos3dv": ('typing.Sequence[float]',),
20274    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glWindowPos3f": ('float', 'float', 'float'),
20275    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glWindowPos3fv": ('typing.Sequence[float]',),
20276    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glWindowPos3i": ('int', 'int', 'int'),
20277    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glWindowPos3iv": ('typing.Sequence[int]',),
20278    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glWindowPos3s": ('int', 'int', 'int'),
20279    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.glWindowPos3sv": ('typing.Sequence[int]',),
20280    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_2_1.initializeOpenGLFunctions": (),
20281# class PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0:
20282    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.__init__": (),
20283    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glAccum": ('int', 'float'),
20284    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glActiveTexture": ('int',),
20285    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glAlphaFunc": ('int', 'float'),
20286    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glArrayElement": ('int',),
20287    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glAttachShader": ('int', 'int'),
20288    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glBegin": ('int',),
20289    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glBeginConditionalRender": ('int', 'int'),
20290    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glBeginQuery": ('int', 'int'),
20291    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glBeginTransformFeedback": ('int',),
20292    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glBindAttribLocation": ('int', 'int', 'str'),
20293    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glBindBuffer": ('int', 'int'),
20294    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glBindBufferBase": ('int', 'int', 'int'),
20295    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glBindFragDataLocation": ('int', 'int', 'str'),
20296    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glBindFramebuffer": ('int', 'int'),
20297    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glBindRenderbuffer": ('int', 'int'),
20298    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glBindTexture": ('int', 'int'),
20299    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glBindVertexArray": ('int',),
20300    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glBlendColor": ('float', 'float', 'float', 'float'),
20301    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glBlendEquation": ('int',),
20302    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glBlendEquationSeparate": ('int', 'int'),
20303    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glBlendFunc": ('int', 'int'),
20304    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glBlendFuncSeparate": ('int', 'int', 'int', 'int'),
20305    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glBlitFramebuffer": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
20306    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glCallList": ('int',),
20307    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glCallLists": ('int', 'int', 'int'),
20308    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glCheckFramebufferStatus": ('int',),
20309    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glClampColor": ('int', 'int'),
20310    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glClear": ('int',),
20311    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glClearAccum": ('float', 'float', 'float', 'float'),
20312    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glClearBufferfi": ('int', 'int', 'float', 'int'),
20313    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glClearBufferfv": ('int', 'int', 'typing.Sequence[float]'),
20314    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glClearBufferiv": ('int', 'int', 'typing.Sequence[int]'),
20315    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glClearBufferuiv": ('int', 'int', 'typing.Sequence[int]'),
20316    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glClearColor": ('float', 'float', 'float', 'float'),
20317    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glClearDepth": ('float',),
20318    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glClearIndex": ('float',),
20319    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glClearStencil": ('int',),
20320    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glClientActiveTexture": ('int',),
20321    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glClipPlane": ('int', 'typing.Sequence[float]'),
20322    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor3b": ('int', 'int', 'int'),
20323    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor3bv": ('str',),
20324    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor3d": ('float', 'float', 'float'),
20325    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor3dv": ('typing.Sequence[float]',),
20326    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor3f": ('float', 'float', 'float'),
20327    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor3fv": ('typing.Sequence[float]',),
20328    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor3i": ('int', 'int', 'int'),
20329    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor3iv": ('typing.Sequence[int]',),
20330    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor3s": ('int', 'int', 'int'),
20331    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor3sv": ('typing.Sequence[int]',),
20332    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor3ub": ('int', 'int', 'int'),
20333    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor3ubv": ('str',),
20334    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor3ui": ('int', 'int', 'int'),
20335    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor3uiv": ('typing.Sequence[int]',),
20336    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor3us": ('int', 'int', 'int'),
20337    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor3usv": ('typing.Sequence[int]',),
20338    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor4b": ('int', 'int', 'int', 'int'),
20339    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor4bv": ('str',),
20340    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor4d": ('float', 'float', 'float', 'float'),
20341    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor4dv": ('typing.Sequence[float]',),
20342    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor4f": ('float', 'float', 'float', 'float'),
20343    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor4fv": ('typing.Sequence[float]',),
20344    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor4i": ('int', 'int', 'int', 'int'),
20345    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor4iv": ('typing.Sequence[int]',),
20346    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor4s": ('int', 'int', 'int', 'int'),
20347    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor4sv": ('typing.Sequence[int]',),
20348    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor4ub": ('int', 'int', 'int', 'int'),
20349    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor4ubv": ('str',),
20350    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor4ui": ('int', 'int', 'int', 'int'),
20351    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor4uiv": ('typing.Sequence[int]',),
20352    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor4us": ('int', 'int', 'int', 'int'),
20353    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColor4usv": ('typing.Sequence[int]',),
20354    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColorMask": ('int', 'int', 'int', 'int'),
20355    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColorMaski": ('int', 'int', 'int', 'int', 'int'),
20356    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColorMaterial": ('int', 'int'),
20357    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColorPointer": ('int', 'int', 'int', 'int'),
20358    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColorSubTable": ('int', 'int', 'int', 'int', 'int', 'int'),
20359    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColorTable": ('int', 'int', 'int', 'int', 'int', 'int'),
20360    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColorTableParameterfv": ('int', 'int', 'typing.Sequence[float]'),
20361    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glColorTableParameteriv": ('int', 'int', 'typing.Sequence[int]'),
20362    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glCompileShader": ('int',),
20363    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glCompressedTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
20364    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glCompressedTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
20365    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glCompressedTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
20366    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glCompressedTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
20367    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glCompressedTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
20368    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glCompressedTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
20369    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glConvolutionFilter1D": ('int', 'int', 'int', 'int', 'int', 'int'),
20370    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glConvolutionFilter2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
20371    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glConvolutionParameterf": ('int', 'int', 'float'),
20372    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glConvolutionParameterfv": ('int', 'int', 'typing.Sequence[float]'),
20373    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glConvolutionParameteri": ('int', 'int', 'int'),
20374    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glConvolutionParameteriv": ('int', 'int', 'typing.Sequence[int]'),
20375    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glCopyColorSubTable": ('int', 'int', 'int', 'int', 'int'),
20376    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glCopyColorTable": ('int', 'int', 'int', 'int', 'int'),
20377    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glCopyConvolutionFilter1D": ('int', 'int', 'int', 'int', 'int'),
20378    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glCopyConvolutionFilter2D": ('int', 'int', 'int', 'int', 'int', 'int'),
20379    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glCopyPixels": ('int', 'int', 'int', 'int', 'int'),
20380    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glCopyTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
20381    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glCopyTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
20382    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glCopyTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int'),
20383    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glCopyTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
20384    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glCopyTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
20385    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glCreateProgram": (),
20386    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glCreateShader": ('int',),
20387    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glCullFace": ('int',),
20388    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glDeleteBuffers": ('int', 'typing.Sequence[int]'),
20389    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glDeleteFramebuffers": ('int', 'typing.Sequence[int]'),
20390    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glDeleteLists": ('int', 'int'),
20391    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glDeleteProgram": ('int',),
20392    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glDeleteQueries": ('int', 'typing.Sequence[int]'),
20393    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glDeleteRenderbuffers": ('int', 'typing.Sequence[int]'),
20394    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glDeleteShader": ('int',),
20395    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glDeleteTextures": ('int', 'typing.Sequence[int]'),
20396    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glDeleteVertexArrays": ('int', 'typing.Sequence[int]'),
20397    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glDepthFunc": ('int',),
20398    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glDepthMask": ('int',),
20399    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glDepthRange": ('float', 'float'),
20400    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glDetachShader": ('int', 'int'),
20401    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glDisable": ('int',),
20402    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glDisableClientState": ('int',),
20403    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glDisableVertexAttribArray": ('int',),
20404    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glDisablei": ('int', 'int'),
20405    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glDrawArrays": ('int', 'int', 'int'),
20406    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glDrawBuffer": ('int',),
20407    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glDrawBuffers": ('int', 'typing.Sequence[int]'),
20408    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glDrawElements": ('int', 'int', 'int', 'int'),
20409    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glDrawPixels": ('int', 'int', 'int', 'int', 'int'),
20410    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glDrawRangeElements": ('int', 'int', 'int', 'int', 'int', 'int'),
20411    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glEdgeFlag": ('int',),
20412    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glEdgeFlagPointer": ('int', 'int'),
20413    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glEnable": ('int',),
20414    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glEnableClientState": ('int',),
20415    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glEnableVertexAttribArray": ('int',),
20416    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glEnablei": ('int', 'int'),
20417    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glEnd": (),
20418    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glEndConditionalRender": (),
20419    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glEndList": (),
20420    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glEndQuery": ('int',),
20421    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glEndTransformFeedback": (),
20422    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glEvalCoord1d": ('float',),
20423    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glEvalCoord1dv": ('typing.Sequence[float]',),
20424    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glEvalCoord1f": ('float',),
20425    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glEvalCoord1fv": ('typing.Sequence[float]',),
20426    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glEvalCoord2d": ('float', 'float'),
20427    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glEvalCoord2dv": ('typing.Sequence[float]',),
20428    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glEvalCoord2f": ('float', 'float'),
20429    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glEvalCoord2fv": ('typing.Sequence[float]',),
20430    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glEvalMesh1": ('int', 'int', 'int'),
20431    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glEvalMesh2": ('int', 'int', 'int', 'int', 'int'),
20432    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glEvalPoint1": ('int',),
20433    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glEvalPoint2": ('int', 'int'),
20434    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glFinish": (),
20435    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glFlush": (),
20436    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glFogCoordPointer": ('int', 'int', 'int'),
20437    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glFogCoordd": ('float',),
20438    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glFogCoorddv": ('typing.Sequence[float]',),
20439    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glFogCoordf": ('float',),
20440    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glFogCoordfv": ('typing.Sequence[float]',),
20441    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glFogf": ('int', 'float'),
20442    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glFogfv": ('int', 'typing.Sequence[float]'),
20443    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glFogi": ('int', 'int'),
20444    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glFogiv": ('int', 'typing.Sequence[int]'),
20445    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glFramebufferRenderbuffer": ('int', 'int', 'int', 'int'),
20446    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glFramebufferTexture1D": ('int', 'int', 'int', 'int', 'int'),
20447    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glFramebufferTexture2D": ('int', 'int', 'int', 'int', 'int'),
20448    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glFramebufferTexture3D": ('int', 'int', 'int', 'int', 'int', 'int'),
20449    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glFramebufferTextureLayer": ('int', 'int', 'int', 'int', 'int'),
20450    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glFrontFace": ('int',),
20451    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glFrustum": ('float', 'float', 'float', 'float', 'float', 'float'),
20452    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glGenLists": ('int',),
20453    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glGenerateMipmap": ('int',),
20454    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glGetAttribLocation": ('int', 'str'),
20455    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glGetError": (),
20456    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glGetFragDataLocation": ('int', 'str'),
20457    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glGetString": ('int',),
20458    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glGetStringi": ('int', 'int'),
20459    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glGetUniformLocation": ('int', 'str'),
20460    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glHint": ('int', 'int'),
20461    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glHistogram": ('int', 'int', 'int', 'int'),
20462    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glIndexMask": ('int',),
20463    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glIndexPointer": ('int', 'int', 'int'),
20464    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glIndexd": ('float',),
20465    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glIndexdv": ('typing.Sequence[float]',),
20466    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glIndexf": ('float',),
20467    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glIndexfv": ('typing.Sequence[float]',),
20468    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glIndexi": ('int',),
20469    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glIndexiv": ('typing.Sequence[int]',),
20470    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glIndexs": ('int',),
20471    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glIndexsv": ('typing.Sequence[int]',),
20472    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glIndexub": ('int',),
20473    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glIndexubv": ('str',),
20474    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glInitNames": (),
20475    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glInterleavedArrays": ('int', 'int', 'int'),
20476    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glIsBuffer": ('int',),
20477    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glIsEnabled": ('int',),
20478    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glIsEnabledi": ('int', 'int'),
20479    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glIsFramebuffer": ('int',),
20480    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glIsList": ('int',),
20481    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glIsProgram": ('int',),
20482    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glIsQuery": ('int',),
20483    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glIsRenderbuffer": ('int',),
20484    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glIsShader": ('int',),
20485    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glIsTexture": ('int',),
20486    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glIsVertexArray": ('int',),
20487    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glLightModelf": ('int', 'float'),
20488    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glLightModelfv": ('int', 'typing.Sequence[float]'),
20489    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glLightModeli": ('int', 'int'),
20490    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glLightModeliv": ('int', 'typing.Sequence[int]'),
20491    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glLightf": ('int', 'int', 'float'),
20492    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glLightfv": ('int', 'int', 'typing.Sequence[float]'),
20493    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glLighti": ('int', 'int', 'int'),
20494    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glLightiv": ('int', 'int', 'typing.Sequence[int]'),
20495    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glLineStipple": ('int', 'int'),
20496    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glLineWidth": ('float',),
20497    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glLinkProgram": ('int',),
20498    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glListBase": ('int',),
20499    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glLoadIdentity": (),
20500    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glLoadMatrixd": ('typing.Sequence[float]',),
20501    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glLoadMatrixf": ('typing.Sequence[float]',),
20502    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glLoadName": ('int',),
20503    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glLoadTransposeMatrixd": ('typing.Sequence[float]',),
20504    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glLoadTransposeMatrixf": ('typing.Sequence[float]',),
20505    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glLogicOp": ('int',),
20506    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMap1d": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
20507    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMap1f": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
20508    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMap2d": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
20509    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMap2f": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
20510    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMapBuffer": ('int', 'int'),
20511    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMapGrid1d": ('int', 'float', 'float'),
20512    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMapGrid1f": ('int', 'float', 'float'),
20513    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMapGrid2d": ('int', 'float', 'float', 'int', 'float', 'float'),
20514    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMapGrid2f": ('int', 'float', 'float', 'int', 'float', 'float'),
20515    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMaterialf": ('int', 'int', 'float'),
20516    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMaterialfv": ('int', 'int', 'typing.Sequence[float]'),
20517    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMateriali": ('int', 'int', 'int'),
20518    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMaterialiv": ('int', 'int', 'typing.Sequence[int]'),
20519    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMatrixMode": ('int',),
20520    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMinmax": ('int', 'int', 'int'),
20521    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultMatrixd": ('typing.Sequence[float]',),
20522    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultMatrixf": ('typing.Sequence[float]',),
20523    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultTransposeMatrixd": ('typing.Sequence[float]',),
20524    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultTransposeMatrixf": ('typing.Sequence[float]',),
20525    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiDrawArrays": ('int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'int'),
20526    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord1d": ('int', 'float'),
20527    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord1dv": ('int', 'typing.Sequence[float]'),
20528    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord1f": ('int', 'float'),
20529    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord1fv": ('int', 'typing.Sequence[float]'),
20530    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord1i": ('int', 'int'),
20531    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord1iv": ('int', 'typing.Sequence[int]'),
20532    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord1s": ('int', 'int'),
20533    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord1sv": ('int', 'typing.Sequence[int]'),
20534    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord2d": ('int', 'float', 'float'),
20535    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord2dv": ('int', 'typing.Sequence[float]'),
20536    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord2f": ('int', 'float', 'float'),
20537    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord2fv": ('int', 'typing.Sequence[float]'),
20538    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord2i": ('int', 'int', 'int'),
20539    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord2iv": ('int', 'typing.Sequence[int]'),
20540    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord2s": ('int', 'int', 'int'),
20541    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord2sv": ('int', 'typing.Sequence[int]'),
20542    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord3d": ('int', 'float', 'float', 'float'),
20543    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord3dv": ('int', 'typing.Sequence[float]'),
20544    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord3f": ('int', 'float', 'float', 'float'),
20545    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord3fv": ('int', 'typing.Sequence[float]'),
20546    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord3i": ('int', 'int', 'int', 'int'),
20547    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord3iv": ('int', 'typing.Sequence[int]'),
20548    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord3s": ('int', 'int', 'int', 'int'),
20549    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord3sv": ('int', 'typing.Sequence[int]'),
20550    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord4d": ('int', 'float', 'float', 'float', 'float'),
20551    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord4dv": ('int', 'typing.Sequence[float]'),
20552    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord4f": ('int', 'float', 'float', 'float', 'float'),
20553    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord4fv": ('int', 'typing.Sequence[float]'),
20554    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord4i": ('int', 'int', 'int', 'int', 'int'),
20555    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord4iv": ('int', 'typing.Sequence[int]'),
20556    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord4s": ('int', 'int', 'int', 'int', 'int'),
20557    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glMultiTexCoord4sv": ('int', 'typing.Sequence[int]'),
20558    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glNewList": ('int', 'int'),
20559    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glNormal3b": ('int', 'int', 'int'),
20560    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glNormal3bv": ('str',),
20561    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glNormal3d": ('float', 'float', 'float'),
20562    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glNormal3dv": ('typing.Sequence[float]',),
20563    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glNormal3f": ('float', 'float', 'float'),
20564    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glNormal3fv": ('typing.Sequence[float]',),
20565    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glNormal3i": ('int', 'int', 'int'),
20566    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glNormal3iv": ('typing.Sequence[int]',),
20567    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glNormal3s": ('int', 'int', 'int'),
20568    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glNormal3sv": ('typing.Sequence[int]',),
20569    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glNormalPointer": ('int', 'int', 'int'),
20570    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glOrtho": ('float', 'float', 'float', 'float', 'float', 'float'),
20571    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glPassThrough": ('float',),
20572    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glPixelMapfv": ('int', 'int', 'typing.Sequence[float]'),
20573    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glPixelMapuiv": ('int', 'int', 'typing.Sequence[int]'),
20574    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glPixelMapusv": ('int', 'int', 'typing.Sequence[int]'),
20575    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glPixelStoref": ('int', 'float'),
20576    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glPixelStorei": ('int', 'int'),
20577    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glPixelTransferf": ('int', 'float'),
20578    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glPixelTransferi": ('int', 'int'),
20579    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glPixelZoom": ('float', 'float'),
20580    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glPointParameterf": ('int', 'float'),
20581    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glPointParameterfv": ('int', 'typing.Sequence[float]'),
20582    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glPointParameteri": ('int', 'int'),
20583    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glPointParameteriv": ('int', 'typing.Sequence[int]'),
20584    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glPointSize": ('float',),
20585    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glPolygonMode": ('int', 'int'),
20586    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glPolygonOffset": ('float', 'float'),
20587    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glPopAttrib": (),
20588    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glPopClientAttrib": (),
20589    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glPopMatrix": (),
20590    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glPopName": (),
20591    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glPrioritizeTextures": ('int', 'typing.Sequence[int]', 'typing.Sequence[float]'),
20592    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glPushAttrib": ('int',),
20593    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glPushClientAttrib": ('int',),
20594    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glPushMatrix": (),
20595    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glPushName": ('int',),
20596    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRasterPos2d": ('float', 'float'),
20597    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRasterPos2dv": ('typing.Sequence[float]',),
20598    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRasterPos2f": ('float', 'float'),
20599    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRasterPos2fv": ('typing.Sequence[float]',),
20600    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRasterPos2i": ('int', 'int'),
20601    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRasterPos2iv": ('typing.Sequence[int]',),
20602    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRasterPos2s": ('int', 'int'),
20603    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRasterPos2sv": ('typing.Sequence[int]',),
20604    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRasterPos3d": ('float', 'float', 'float'),
20605    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRasterPos3dv": ('typing.Sequence[float]',),
20606    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRasterPos3f": ('float', 'float', 'float'),
20607    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRasterPos3fv": ('typing.Sequence[float]',),
20608    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRasterPos3i": ('int', 'int', 'int'),
20609    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRasterPos3iv": ('typing.Sequence[int]',),
20610    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRasterPos3s": ('int', 'int', 'int'),
20611    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRasterPos3sv": ('typing.Sequence[int]',),
20612    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRasterPos4d": ('float', 'float', 'float', 'float'),
20613    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRasterPos4dv": ('typing.Sequence[float]',),
20614    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRasterPos4f": ('float', 'float', 'float', 'float'),
20615    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRasterPos4fv": ('typing.Sequence[float]',),
20616    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRasterPos4i": ('int', 'int', 'int', 'int'),
20617    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRasterPos4iv": ('typing.Sequence[int]',),
20618    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRasterPos4s": ('int', 'int', 'int', 'int'),
20619    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRasterPos4sv": ('typing.Sequence[int]',),
20620    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glReadBuffer": ('int',),
20621    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRectd": ('float', 'float', 'float', 'float'),
20622    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRectdv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
20623    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRectf": ('float', 'float', 'float', 'float'),
20624    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRectfv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
20625    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRecti": ('int', 'int', 'int', 'int'),
20626    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRectiv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
20627    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRects": ('int', 'int', 'int', 'int'),
20628    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRectsv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
20629    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRenderMode": ('int',),
20630    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRenderbufferStorage": ('int', 'int', 'int', 'int'),
20631    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRenderbufferStorageMultisample": ('int', 'int', 'int', 'int', 'int'),
20632    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glResetHistogram": ('int',),
20633    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glResetMinmax": ('int',),
20634    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRotated": ('float', 'float', 'float', 'float'),
20635    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glRotatef": ('float', 'float', 'float', 'float'),
20636    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glSampleCoverage": ('float', 'int'),
20637    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glScaled": ('float', 'float', 'float'),
20638    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glScalef": ('float', 'float', 'float'),
20639    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glScissor": ('int', 'int', 'int', 'int'),
20640    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glSecondaryColor3b": ('int', 'int', 'int'),
20641    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glSecondaryColor3bv": ('str',),
20642    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glSecondaryColor3d": ('float', 'float', 'float'),
20643    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glSecondaryColor3dv": ('typing.Sequence[float]',),
20644    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glSecondaryColor3f": ('float', 'float', 'float'),
20645    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glSecondaryColor3fv": ('typing.Sequence[float]',),
20646    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glSecondaryColor3i": ('int', 'int', 'int'),
20647    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glSecondaryColor3iv": ('typing.Sequence[int]',),
20648    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glSecondaryColor3s": ('int', 'int', 'int'),
20649    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glSecondaryColor3sv": ('typing.Sequence[int]',),
20650    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glSecondaryColor3ub": ('int', 'int', 'int'),
20651    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glSecondaryColor3ubv": ('str',),
20652    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glSecondaryColor3ui": ('int', 'int', 'int'),
20653    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glSecondaryColor3uiv": ('typing.Sequence[int]',),
20654    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glSecondaryColor3us": ('int', 'int', 'int'),
20655    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glSecondaryColor3usv": ('typing.Sequence[int]',),
20656    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glSecondaryColorPointer": ('int', 'int', 'int', 'int'),
20657    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glSeparableFilter2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
20658    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glShadeModel": ('int',),
20659    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glStencilFunc": ('int', 'int', 'int'),
20660    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glStencilFuncSeparate": ('int', 'int', 'int', 'int'),
20661    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glStencilMask": ('int',),
20662    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glStencilMaskSeparate": ('int', 'int'),
20663    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glStencilOp": ('int', 'int', 'int'),
20664    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glStencilOpSeparate": ('int', 'int', 'int', 'int'),
20665    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord1d": ('float',),
20666    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord1dv": ('typing.Sequence[float]',),
20667    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord1f": ('float',),
20668    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord1fv": ('typing.Sequence[float]',),
20669    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord1i": ('int',),
20670    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord1iv": ('typing.Sequence[int]',),
20671    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord1s": ('int',),
20672    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord1sv": ('typing.Sequence[int]',),
20673    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord2d": ('float', 'float'),
20674    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord2dv": ('typing.Sequence[float]',),
20675    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord2f": ('float', 'float'),
20676    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord2fv": ('typing.Sequence[float]',),
20677    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord2i": ('int', 'int'),
20678    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord2iv": ('typing.Sequence[int]',),
20679    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord2s": ('int', 'int'),
20680    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord2sv": ('typing.Sequence[int]',),
20681    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord3d": ('float', 'float', 'float'),
20682    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord3dv": ('typing.Sequence[float]',),
20683    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord3f": ('float', 'float', 'float'),
20684    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord3fv": ('typing.Sequence[float]',),
20685    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord3i": ('int', 'int', 'int'),
20686    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord3iv": ('typing.Sequence[int]',),
20687    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord3s": ('int', 'int', 'int'),
20688    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord3sv": ('typing.Sequence[int]',),
20689    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord4d": ('float', 'float', 'float', 'float'),
20690    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord4dv": ('typing.Sequence[float]',),
20691    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord4f": ('float', 'float', 'float', 'float'),
20692    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord4fv": ('typing.Sequence[float]',),
20693    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord4i": ('int', 'int', 'int', 'int'),
20694    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord4iv": ('typing.Sequence[int]',),
20695    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord4s": ('int', 'int', 'int', 'int'),
20696    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoord4sv": ('typing.Sequence[int]',),
20697    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexCoordPointer": ('int', 'int', 'int', 'int'),
20698    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexEnvf": ('int', 'int', 'float'),
20699    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexEnvfv": ('int', 'int', 'typing.Sequence[float]'),
20700    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexEnvi": ('int', 'int', 'int'),
20701    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexEnviv": ('int', 'int', 'typing.Sequence[int]'),
20702    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexGend": ('int', 'int', 'float'),
20703    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexGendv": ('int', 'int', 'typing.Sequence[float]'),
20704    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexGenf": ('int', 'int', 'float'),
20705    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexGenfv": ('int', 'int', 'typing.Sequence[float]'),
20706    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexGeni": ('int', 'int', 'int'),
20707    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexGeniv": ('int', 'int', 'typing.Sequence[int]'),
20708    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
20709    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
20710    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
20711    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
20712    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
20713    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexParameterf": ('int', 'int', 'float'),
20714    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexParameterfv": ('int', 'int', 'typing.Sequence[float]'),
20715    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexParameteri": ('int', 'int', 'int'),
20716    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexParameteriv": ('int', 'int', 'typing.Sequence[int]'),
20717    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
20718    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
20719    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
20720    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTranslated": ('float', 'float', 'float'),
20721    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glTranslatef": ('float', 'float', 'float'),
20722    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniform1f": ('int', 'float'),
20723    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniform1fv": ('int', 'int', 'typing.Sequence[float]'),
20724    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniform1i": ('int', 'int'),
20725    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniform1iv": ('int', 'int', 'typing.Sequence[int]'),
20726    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniform1ui": ('int', 'int'),
20727    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniform1uiv": ('int', 'int', 'typing.Sequence[int]'),
20728    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniform2f": ('int', 'float', 'float'),
20729    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniform2fv": ('int', 'int', 'typing.Sequence[float]'),
20730    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniform2i": ('int', 'int', 'int'),
20731    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniform2iv": ('int', 'int', 'typing.Sequence[int]'),
20732    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniform2ui": ('int', 'int', 'int'),
20733    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniform2uiv": ('int', 'int', 'typing.Sequence[int]'),
20734    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniform3f": ('int', 'float', 'float', 'float'),
20735    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniform3fv": ('int', 'int', 'typing.Sequence[float]'),
20736    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniform3i": ('int', 'int', 'int', 'int'),
20737    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniform3iv": ('int', 'int', 'typing.Sequence[int]'),
20738    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniform3ui": ('int', 'int', 'int', 'int'),
20739    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniform3uiv": ('int', 'int', 'typing.Sequence[int]'),
20740    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniform4f": ('int', 'float', 'float', 'float', 'float'),
20741    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniform4fv": ('int', 'int', 'typing.Sequence[float]'),
20742    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniform4i": ('int', 'int', 'int', 'int', 'int'),
20743    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniform4iv": ('int', 'int', 'typing.Sequence[int]'),
20744    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniform4ui": ('int', 'int', 'int', 'int', 'int'),
20745    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniform4uiv": ('int', 'int', 'typing.Sequence[int]'),
20746    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniformMatrix2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
20747    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniformMatrix2x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
20748    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniformMatrix2x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
20749    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniformMatrix3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
20750    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniformMatrix3x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
20751    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniformMatrix3x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
20752    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniformMatrix4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
20753    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniformMatrix4x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
20754    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUniformMatrix4x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
20755    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUnmapBuffer": ('int',),
20756    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glUseProgram": ('int',),
20757    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glValidateProgram": ('int',),
20758    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertex2d": ('float', 'float'),
20759    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertex2dv": ('typing.Sequence[float]',),
20760    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertex2f": ('float', 'float'),
20761    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertex2fv": ('typing.Sequence[float]',),
20762    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertex2i": ('int', 'int'),
20763    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertex2iv": ('typing.Sequence[int]',),
20764    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertex2s": ('int', 'int'),
20765    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertex2sv": ('typing.Sequence[int]',),
20766    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertex3d": ('float', 'float', 'float'),
20767    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertex3dv": ('typing.Sequence[float]',),
20768    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertex3f": ('float', 'float', 'float'),
20769    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertex3fv": ('typing.Sequence[float]',),
20770    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertex3i": ('int', 'int', 'int'),
20771    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertex3iv": ('typing.Sequence[int]',),
20772    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertex3s": ('int', 'int', 'int'),
20773    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertex3sv": ('typing.Sequence[int]',),
20774    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertex4d": ('float', 'float', 'float', 'float'),
20775    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertex4dv": ('typing.Sequence[float]',),
20776    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertex4f": ('float', 'float', 'float', 'float'),
20777    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertex4fv": ('typing.Sequence[float]',),
20778    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertex4i": ('int', 'int', 'int', 'int'),
20779    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertex4iv": ('typing.Sequence[int]',),
20780    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertex4s": ('int', 'int', 'int', 'int'),
20781    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertex4sv": ('typing.Sequence[int]',),
20782    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib1d": ('int', 'float'),
20783    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib1dv": ('int', 'typing.Sequence[float]'),
20784    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib1f": ('int', 'float'),
20785    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib1fv": ('int', 'typing.Sequence[float]'),
20786    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib1s": ('int', 'int'),
20787    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib1sv": ('int', 'typing.Sequence[int]'),
20788    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib2d": ('int', 'float', 'float'),
20789    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib2dv": ('int', 'typing.Sequence[float]'),
20790    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib2f": ('int', 'float', 'float'),
20791    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib2fv": ('int', 'typing.Sequence[float]'),
20792    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib2s": ('int', 'int', 'int'),
20793    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib2sv": ('int', 'typing.Sequence[int]'),
20794    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib3d": ('int', 'float', 'float', 'float'),
20795    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib3dv": ('int', 'typing.Sequence[float]'),
20796    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib3f": ('int', 'float', 'float', 'float'),
20797    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib3fv": ('int', 'typing.Sequence[float]'),
20798    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib3s": ('int', 'int', 'int', 'int'),
20799    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib3sv": ('int', 'typing.Sequence[int]'),
20800    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib4Nbv": ('int', 'str'),
20801    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib4Niv": ('int', 'typing.Sequence[int]'),
20802    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib4Nsv": ('int', 'typing.Sequence[int]'),
20803    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib4Nub": ('int', 'int', 'int', 'int', 'int'),
20804    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib4Nubv": ('int', 'str'),
20805    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib4Nuiv": ('int', 'typing.Sequence[int]'),
20806    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib4Nusv": ('int', 'typing.Sequence[int]'),
20807    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib4bv": ('int', 'str'),
20808    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib4d": ('int', 'float', 'float', 'float', 'float'),
20809    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib4dv": ('int', 'typing.Sequence[float]'),
20810    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib4f": ('int', 'float', 'float', 'float', 'float'),
20811    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib4fv": ('int', 'typing.Sequence[float]'),
20812    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib4iv": ('int', 'typing.Sequence[int]'),
20813    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib4s": ('int', 'int', 'int', 'int', 'int'),
20814    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib4sv": ('int', 'typing.Sequence[int]'),
20815    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib4ubv": ('int', 'str'),
20816    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib4uiv": ('int', 'typing.Sequence[int]'),
20817    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttrib4usv": ('int', 'typing.Sequence[int]'),
20818    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttribI1i": ('int', 'int'),
20819    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttribI1iv": ('int', 'typing.Sequence[int]'),
20820    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttribI1ui": ('int', 'int'),
20821    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttribI1uiv": ('int', 'typing.Sequence[int]'),
20822    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttribI2i": ('int', 'int', 'int'),
20823    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttribI2iv": ('int', 'typing.Sequence[int]'),
20824    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttribI2ui": ('int', 'int', 'int'),
20825    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttribI2uiv": ('int', 'typing.Sequence[int]'),
20826    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttribI3i": ('int', 'int', 'int', 'int'),
20827    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttribI3iv": ('int', 'typing.Sequence[int]'),
20828    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttribI3ui": ('int', 'int', 'int', 'int'),
20829    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttribI3uiv": ('int', 'typing.Sequence[int]'),
20830    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttribI4bv": ('int', 'str'),
20831    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttribI4i": ('int', 'int', 'int', 'int', 'int'),
20832    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttribI4iv": ('int', 'typing.Sequence[int]'),
20833    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttribI4sv": ('int', 'typing.Sequence[int]'),
20834    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttribI4ubv": ('int', 'str'),
20835    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttribI4ui": ('int', 'int', 'int', 'int', 'int'),
20836    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttribI4uiv": ('int', 'typing.Sequence[int]'),
20837    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttribI4usv": ('int', 'typing.Sequence[int]'),
20838    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttribIPointer": ('int', 'int', 'int', 'int', 'int'),
20839    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexAttribPointer": ('int', 'int', 'int', 'int', 'int', 'int'),
20840    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glVertexPointer": ('int', 'int', 'int', 'int'),
20841    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glViewport": ('int', 'int', 'int', 'int'),
20842    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glWindowPos2d": ('float', 'float'),
20843    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glWindowPos2dv": ('typing.Sequence[float]',),
20844    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glWindowPos2f": ('float', 'float'),
20845    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glWindowPos2fv": ('typing.Sequence[float]',),
20846    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glWindowPos2i": ('int', 'int'),
20847    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glWindowPos2iv": ('typing.Sequence[int]',),
20848    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glWindowPos2s": ('int', 'int'),
20849    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glWindowPos2sv": ('typing.Sequence[int]',),
20850    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glWindowPos3d": ('float', 'float', 'float'),
20851    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glWindowPos3dv": ('typing.Sequence[float]',),
20852    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glWindowPos3f": ('float', 'float', 'float'),
20853    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glWindowPos3fv": ('typing.Sequence[float]',),
20854    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glWindowPos3i": ('int', 'int', 'int'),
20855    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glWindowPos3iv": ('typing.Sequence[int]',),
20856    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glWindowPos3s": ('int', 'int', 'int'),
20857    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.glWindowPos3sv": ('typing.Sequence[int]',),
20858    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_0.initializeOpenGLFunctions": (),
20859# class PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1:
20860    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.__init__": (),
20861    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glActiveTexture": ('int',),
20862    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glAttachShader": ('int', 'int'),
20863    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glBeginConditionalRender": ('int', 'int'),
20864    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glBeginQuery": ('int', 'int'),
20865    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glBeginTransformFeedback": ('int',),
20866    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glBindAttribLocation": ('int', 'int', 'str'),
20867    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glBindBuffer": ('int', 'int'),
20868    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glBindBufferBase": ('int', 'int', 'int'),
20869    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glBindFragDataLocation": ('int', 'int', 'str'),
20870    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glBindFramebuffer": ('int', 'int'),
20871    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glBindRenderbuffer": ('int', 'int'),
20872    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glBindTexture": ('int', 'int'),
20873    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glBindVertexArray": ('int',),
20874    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glBlendColor": ('float', 'float', 'float', 'float'),
20875    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glBlendEquation": ('int',),
20876    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glBlendEquationSeparate": ('int', 'int'),
20877    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glBlendFunc": ('int', 'int'),
20878    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glBlendFuncSeparate": ('int', 'int', 'int', 'int'),
20879    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glBlitFramebuffer": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
20880    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glCheckFramebufferStatus": ('int',),
20881    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glClampColor": ('int', 'int'),
20882    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glClear": ('int',),
20883    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glClearBufferfi": ('int', 'int', 'float', 'int'),
20884    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glClearBufferfv": ('int', 'int', 'typing.Sequence[float]'),
20885    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glClearBufferiv": ('int', 'int', 'typing.Sequence[int]'),
20886    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glClearBufferuiv": ('int', 'int', 'typing.Sequence[int]'),
20887    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glClearColor": ('float', 'float', 'float', 'float'),
20888    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glClearDepth": ('float',),
20889    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glClearStencil": ('int',),
20890    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glColorMask": ('int', 'int', 'int', 'int'),
20891    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glColorMaski": ('int', 'int', 'int', 'int', 'int'),
20892    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glCompileShader": ('int',),
20893    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glCompressedTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
20894    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glCompressedTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
20895    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glCompressedTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
20896    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glCompressedTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
20897    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glCompressedTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
20898    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glCompressedTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
20899    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glCopyTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
20900    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glCopyTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
20901    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glCopyTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int'),
20902    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glCopyTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
20903    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glCopyTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
20904    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glCreateProgram": (),
20905    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glCreateShader": ('int',),
20906    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glCullFace": ('int',),
20907    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glDeleteBuffers": ('int', 'typing.Sequence[int]'),
20908    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glDeleteFramebuffers": ('int', 'typing.Sequence[int]'),
20909    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glDeleteProgram": ('int',),
20910    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glDeleteQueries": ('int', 'typing.Sequence[int]'),
20911    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glDeleteRenderbuffers": ('int', 'typing.Sequence[int]'),
20912    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glDeleteShader": ('int',),
20913    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glDeleteTextures": ('int', 'typing.Sequence[int]'),
20914    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glDeleteVertexArrays": ('int', 'typing.Sequence[int]'),
20915    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glDepthFunc": ('int',),
20916    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glDepthMask": ('int',),
20917    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glDepthRange": ('float', 'float'),
20918    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glDetachShader": ('int', 'int'),
20919    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glDisable": ('int',),
20920    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glDisableVertexAttribArray": ('int',),
20921    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glDisablei": ('int', 'int'),
20922    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glDrawArrays": ('int', 'int', 'int'),
20923    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glDrawArraysInstanced": ('int', 'int', 'int', 'int'),
20924    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glDrawBuffer": ('int',),
20925    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glDrawBuffers": ('int', 'typing.Sequence[int]'),
20926    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glDrawElements": ('int', 'int', 'int', 'int'),
20927    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glDrawElementsInstanced": ('int', 'int', 'int', 'int', 'int'),
20928    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glDrawRangeElements": ('int', 'int', 'int', 'int', 'int', 'int'),
20929    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glEnable": ('int',),
20930    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glEnableVertexAttribArray": ('int',),
20931    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glEnablei": ('int', 'int'),
20932    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glEndConditionalRender": (),
20933    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glEndQuery": ('int',),
20934    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glEndTransformFeedback": (),
20935    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glFinish": (),
20936    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glFlush": (),
20937    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glFramebufferRenderbuffer": ('int', 'int', 'int', 'int'),
20938    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glFramebufferTexture1D": ('int', 'int', 'int', 'int', 'int'),
20939    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glFramebufferTexture2D": ('int', 'int', 'int', 'int', 'int'),
20940    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glFramebufferTexture3D": ('int', 'int', 'int', 'int', 'int', 'int'),
20941    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glFramebufferTextureLayer": ('int', 'int', 'int', 'int', 'int'),
20942    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glFrontFace": ('int',),
20943    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glGenerateMipmap": ('int',),
20944    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glGetAttribLocation": ('int', 'str'),
20945    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glGetError": (),
20946    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glGetFragDataLocation": ('int', 'str'),
20947    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glGetString": ('int',),
20948    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glGetStringi": ('int', 'int'),
20949    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glGetUniformBlockIndex": ('int', 'str'),
20950    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glGetUniformLocation": ('int', 'str'),
20951    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glHint": ('int', 'int'),
20952    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glIndexub": ('int',),
20953    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glIndexubv": ('str',),
20954    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glIsBuffer": ('int',),
20955    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glIsEnabled": ('int',),
20956    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glIsEnabledi": ('int', 'int'),
20957    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glIsFramebuffer": ('int',),
20958    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glIsProgram": ('int',),
20959    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glIsQuery": ('int',),
20960    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glIsRenderbuffer": ('int',),
20961    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glIsShader": ('int',),
20962    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glIsTexture": ('int',),
20963    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glIsVertexArray": ('int',),
20964    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glLineWidth": ('float',),
20965    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glLinkProgram": ('int',),
20966    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glLogicOp": ('int',),
20967    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glMapBuffer": ('int', 'int'),
20968    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glMultiDrawArrays": ('int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'int'),
20969    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glPixelStoref": ('int', 'float'),
20970    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glPixelStorei": ('int', 'int'),
20971    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glPointParameterf": ('int', 'float'),
20972    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glPointParameterfv": ('int', 'typing.Sequence[float]'),
20973    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glPointParameteri": ('int', 'int'),
20974    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glPointParameteriv": ('int', 'typing.Sequence[int]'),
20975    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glPointSize": ('float',),
20976    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glPolygonMode": ('int', 'int'),
20977    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glPolygonOffset": ('float', 'float'),
20978    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glPrimitiveRestartIndex": ('int',),
20979    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glReadBuffer": ('int',),
20980    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glRenderbufferStorage": ('int', 'int', 'int', 'int'),
20981    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glRenderbufferStorageMultisample": ('int', 'int', 'int', 'int', 'int'),
20982    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glSampleCoverage": ('float', 'int'),
20983    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glScissor": ('int', 'int', 'int', 'int'),
20984    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glStencilFunc": ('int', 'int', 'int'),
20985    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glStencilFuncSeparate": ('int', 'int', 'int', 'int'),
20986    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glStencilMask": ('int',),
20987    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glStencilMaskSeparate": ('int', 'int'),
20988    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glStencilOp": ('int', 'int', 'int'),
20989    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glStencilOpSeparate": ('int', 'int', 'int', 'int'),
20990    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glTexBuffer": ('int', 'int', 'int'),
20991    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
20992    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
20993    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
20994    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glTexParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
20995    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glTexParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
20996    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glTexParameterf": ('int', 'int', 'float'),
20997    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glTexParameterfv": ('int', 'int', 'typing.Sequence[float]'),
20998    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glTexParameteri": ('int', 'int', 'int'),
20999    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glTexParameteriv": ('int', 'int', 'typing.Sequence[int]'),
21000    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
21001    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21002    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21003    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniform1f": ('int', 'float'),
21004    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniform1fv": ('int', 'int', 'typing.Sequence[float]'),
21005    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniform1i": ('int', 'int'),
21006    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniform1iv": ('int', 'int', 'typing.Sequence[int]'),
21007    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniform1ui": ('int', 'int'),
21008    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniform1uiv": ('int', 'int', 'typing.Sequence[int]'),
21009    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniform2f": ('int', 'float', 'float'),
21010    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniform2fv": ('int', 'int', 'typing.Sequence[float]'),
21011    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniform2i": ('int', 'int', 'int'),
21012    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniform2iv": ('int', 'int', 'typing.Sequence[int]'),
21013    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniform2ui": ('int', 'int', 'int'),
21014    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniform2uiv": ('int', 'int', 'typing.Sequence[int]'),
21015    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniform3f": ('int', 'float', 'float', 'float'),
21016    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniform3fv": ('int', 'int', 'typing.Sequence[float]'),
21017    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniform3i": ('int', 'int', 'int', 'int'),
21018    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniform3iv": ('int', 'int', 'typing.Sequence[int]'),
21019    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniform3ui": ('int', 'int', 'int', 'int'),
21020    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniform3uiv": ('int', 'int', 'typing.Sequence[int]'),
21021    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniform4f": ('int', 'float', 'float', 'float', 'float'),
21022    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniform4fv": ('int', 'int', 'typing.Sequence[float]'),
21023    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniform4i": ('int', 'int', 'int', 'int', 'int'),
21024    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniform4iv": ('int', 'int', 'typing.Sequence[int]'),
21025    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniform4ui": ('int', 'int', 'int', 'int', 'int'),
21026    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniform4uiv": ('int', 'int', 'typing.Sequence[int]'),
21027    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniformBlockBinding": ('int', 'int', 'int'),
21028    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniformMatrix2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
21029    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniformMatrix2x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
21030    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniformMatrix2x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
21031    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniformMatrix3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
21032    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniformMatrix3x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
21033    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniformMatrix3x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
21034    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniformMatrix4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
21035    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniformMatrix4x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
21036    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUniformMatrix4x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
21037    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUnmapBuffer": ('int',),
21038    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glUseProgram": ('int',),
21039    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glValidateProgram": ('int',),
21040    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glVertexAttribIPointer": ('int', 'int', 'int', 'int', 'int'),
21041    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glVertexAttribPointer": ('int', 'int', 'int', 'int', 'int', 'int'),
21042    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.glViewport": ('int', 'int', 'int', 'int'),
21043    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_1.initializeOpenGLFunctions": (),
21044# class PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility:
21045    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.__init__": (),
21046    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glAccum": ('int', 'float'),
21047    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glActiveTexture": ('int',),
21048    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glAlphaFunc": ('int', 'float'),
21049    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glArrayElement": ('int',),
21050    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glAttachShader": ('int', 'int'),
21051    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glBegin": ('int',),
21052    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glBeginConditionalRender": ('int', 'int'),
21053    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glBeginQuery": ('int', 'int'),
21054    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glBeginTransformFeedback": ('int',),
21055    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glBindAttribLocation": ('int', 'int', 'str'),
21056    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glBindBuffer": ('int', 'int'),
21057    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glBindBufferBase": ('int', 'int', 'int'),
21058    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glBindFragDataLocation": ('int', 'int', 'str'),
21059    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glBindFramebuffer": ('int', 'int'),
21060    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glBindRenderbuffer": ('int', 'int'),
21061    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glBindTexture": ('int', 'int'),
21062    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glBindVertexArray": ('int',),
21063    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glBlendColor": ('float', 'float', 'float', 'float'),
21064    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glBlendEquation": ('int',),
21065    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glBlendEquationSeparate": ('int', 'int'),
21066    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glBlendFunc": ('int', 'int'),
21067    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glBlendFuncSeparate": ('int', 'int', 'int', 'int'),
21068    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glBlitFramebuffer": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21069    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glCallList": ('int',),
21070    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glCallLists": ('int', 'int', 'int'),
21071    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glCheckFramebufferStatus": ('int',),
21072    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glClampColor": ('int', 'int'),
21073    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glClear": ('int',),
21074    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glClearAccum": ('float', 'float', 'float', 'float'),
21075    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glClearBufferfi": ('int', 'int', 'float', 'int'),
21076    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glClearBufferfv": ('int', 'int', 'typing.Sequence[float]'),
21077    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glClearBufferiv": ('int', 'int', 'typing.Sequence[int]'),
21078    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glClearBufferuiv": ('int', 'int', 'typing.Sequence[int]'),
21079    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glClearColor": ('float', 'float', 'float', 'float'),
21080    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glClearDepth": ('float',),
21081    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glClearIndex": ('float',),
21082    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glClearStencil": ('int',),
21083    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glClientActiveTexture": ('int',),
21084    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glClipPlane": ('int', 'typing.Sequence[float]'),
21085    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor3b": ('int', 'int', 'int'),
21086    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor3bv": ('str',),
21087    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor3d": ('float', 'float', 'float'),
21088    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor3dv": ('typing.Sequence[float]',),
21089    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor3f": ('float', 'float', 'float'),
21090    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor3fv": ('typing.Sequence[float]',),
21091    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor3i": ('int', 'int', 'int'),
21092    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor3iv": ('typing.Sequence[int]',),
21093    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor3s": ('int', 'int', 'int'),
21094    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor3sv": ('typing.Sequence[int]',),
21095    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor3ub": ('int', 'int', 'int'),
21096    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor3ubv": ('str',),
21097    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor3ui": ('int', 'int', 'int'),
21098    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor3uiv": ('typing.Sequence[int]',),
21099    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor3us": ('int', 'int', 'int'),
21100    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor3usv": ('typing.Sequence[int]',),
21101    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor4b": ('int', 'int', 'int', 'int'),
21102    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor4bv": ('str',),
21103    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor4d": ('float', 'float', 'float', 'float'),
21104    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor4dv": ('typing.Sequence[float]',),
21105    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor4f": ('float', 'float', 'float', 'float'),
21106    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor4fv": ('typing.Sequence[float]',),
21107    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor4i": ('int', 'int', 'int', 'int'),
21108    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor4iv": ('typing.Sequence[int]',),
21109    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor4s": ('int', 'int', 'int', 'int'),
21110    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor4sv": ('typing.Sequence[int]',),
21111    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor4ub": ('int', 'int', 'int', 'int'),
21112    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor4ubv": ('str',),
21113    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor4ui": ('int', 'int', 'int', 'int'),
21114    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor4uiv": ('typing.Sequence[int]',),
21115    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor4us": ('int', 'int', 'int', 'int'),
21116    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColor4usv": ('typing.Sequence[int]',),
21117    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColorMask": ('int', 'int', 'int', 'int'),
21118    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColorMaski": ('int', 'int', 'int', 'int', 'int'),
21119    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColorMaterial": ('int', 'int'),
21120    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColorPointer": ('int', 'int', 'int', 'int'),
21121    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColorSubTable": ('int', 'int', 'int', 'int', 'int', 'int'),
21122    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColorTable": ('int', 'int', 'int', 'int', 'int', 'int'),
21123    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColorTableParameterfv": ('int', 'int', 'typing.Sequence[float]'),
21124    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glColorTableParameteriv": ('int', 'int', 'typing.Sequence[int]'),
21125    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glCompileShader": ('int',),
21126    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glCompressedTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
21127    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glCompressedTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21128    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glCompressedTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21129    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glCompressedTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
21130    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glCompressedTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21131    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glCompressedTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21132    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glConvolutionFilter1D": ('int', 'int', 'int', 'int', 'int', 'int'),
21133    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glConvolutionFilter2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
21134    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glConvolutionParameterf": ('int', 'int', 'float'),
21135    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glConvolutionParameterfv": ('int', 'int', 'typing.Sequence[float]'),
21136    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glConvolutionParameteri": ('int', 'int', 'int'),
21137    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glConvolutionParameteriv": ('int', 'int', 'typing.Sequence[int]'),
21138    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glCopyColorSubTable": ('int', 'int', 'int', 'int', 'int'),
21139    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glCopyColorTable": ('int', 'int', 'int', 'int', 'int'),
21140    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glCopyConvolutionFilter1D": ('int', 'int', 'int', 'int', 'int'),
21141    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glCopyConvolutionFilter2D": ('int', 'int', 'int', 'int', 'int', 'int'),
21142    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glCopyPixels": ('int', 'int', 'int', 'int', 'int'),
21143    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glCopyTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
21144    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glCopyTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21145    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glCopyTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int'),
21146    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glCopyTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21147    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glCopyTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21148    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glCreateProgram": (),
21149    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glCreateShader": ('int',),
21150    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glCullFace": ('int',),
21151    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glDeleteBuffers": ('int', 'typing.Sequence[int]'),
21152    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glDeleteFramebuffers": ('int', 'typing.Sequence[int]'),
21153    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glDeleteLists": ('int', 'int'),
21154    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glDeleteProgram": ('int',),
21155    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glDeleteQueries": ('int', 'typing.Sequence[int]'),
21156    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glDeleteRenderbuffers": ('int', 'typing.Sequence[int]'),
21157    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glDeleteShader": ('int',),
21158    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glDeleteTextures": ('int', 'typing.Sequence[int]'),
21159    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glDeleteVertexArrays": ('int', 'typing.Sequence[int]'),
21160    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glDepthFunc": ('int',),
21161    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glDepthMask": ('int',),
21162    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glDepthRange": ('float', 'float'),
21163    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glDetachShader": ('int', 'int'),
21164    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glDisable": ('int',),
21165    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glDisableClientState": ('int',),
21166    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glDisableVertexAttribArray": ('int',),
21167    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glDisablei": ('int', 'int'),
21168    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glDrawArrays": ('int', 'int', 'int'),
21169    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glDrawArraysInstanced": ('int', 'int', 'int', 'int'),
21170    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glDrawBuffer": ('int',),
21171    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glDrawBuffers": ('int', 'typing.Sequence[int]'),
21172    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glDrawElements": ('int', 'int', 'int', 'int'),
21173    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glDrawElementsBaseVertex": ('int', 'int', 'int', 'int', 'int'),
21174    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glDrawElementsInstanced": ('int', 'int', 'int', 'int', 'int'),
21175    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glDrawElementsInstancedBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int'),
21176    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glDrawPixels": ('int', 'int', 'int', 'int', 'int'),
21177    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glDrawRangeElements": ('int', 'int', 'int', 'int', 'int', 'int'),
21178    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glDrawRangeElementsBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
21179    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glEdgeFlag": ('int',),
21180    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glEdgeFlagPointer": ('int', 'int'),
21181    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glEnable": ('int',),
21182    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glEnableClientState": ('int',),
21183    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glEnableVertexAttribArray": ('int',),
21184    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glEnablei": ('int', 'int'),
21185    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glEnd": (),
21186    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glEndConditionalRender": (),
21187    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glEndList": (),
21188    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glEndQuery": ('int',),
21189    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glEndTransformFeedback": (),
21190    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glEvalCoord1d": ('float',),
21191    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glEvalCoord1dv": ('typing.Sequence[float]',),
21192    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glEvalCoord1f": ('float',),
21193    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glEvalCoord1fv": ('typing.Sequence[float]',),
21194    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glEvalCoord2d": ('float', 'float'),
21195    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glEvalCoord2dv": ('typing.Sequence[float]',),
21196    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glEvalCoord2f": ('float', 'float'),
21197    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glEvalCoord2fv": ('typing.Sequence[float]',),
21198    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glEvalMesh1": ('int', 'int', 'int'),
21199    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glEvalMesh2": ('int', 'int', 'int', 'int', 'int'),
21200    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glEvalPoint1": ('int',),
21201    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glEvalPoint2": ('int', 'int'),
21202    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glFinish": (),
21203    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glFlush": (),
21204    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glFogCoordPointer": ('int', 'int', 'int'),
21205    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glFogCoordd": ('float',),
21206    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glFogCoorddv": ('typing.Sequence[float]',),
21207    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glFogCoordf": ('float',),
21208    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glFogCoordfv": ('typing.Sequence[float]',),
21209    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glFogf": ('int', 'float'),
21210    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glFogfv": ('int', 'typing.Sequence[float]'),
21211    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glFogi": ('int', 'int'),
21212    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glFogiv": ('int', 'typing.Sequence[int]'),
21213    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glFramebufferRenderbuffer": ('int', 'int', 'int', 'int'),
21214    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glFramebufferTexture": ('int', 'int', 'int', 'int'),
21215    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glFramebufferTexture1D": ('int', 'int', 'int', 'int', 'int'),
21216    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glFramebufferTexture2D": ('int', 'int', 'int', 'int', 'int'),
21217    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glFramebufferTexture3D": ('int', 'int', 'int', 'int', 'int', 'int'),
21218    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glFramebufferTextureLayer": ('int', 'int', 'int', 'int', 'int'),
21219    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glFrontFace": ('int',),
21220    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glFrustum": ('float', 'float', 'float', 'float', 'float', 'float'),
21221    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glGenLists": ('int',),
21222    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glGenerateMipmap": ('int',),
21223    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glGetAttribLocation": ('int', 'str'),
21224    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glGetError": (),
21225    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glGetFragDataLocation": ('int', 'str'),
21226    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glGetString": ('int',),
21227    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glGetStringi": ('int', 'int'),
21228    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glGetUniformBlockIndex": ('int', 'str'),
21229    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glGetUniformLocation": ('int', 'str'),
21230    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glHint": ('int', 'int'),
21231    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glHistogram": ('int', 'int', 'int', 'int'),
21232    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glIndexMask": ('int',),
21233    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glIndexPointer": ('int', 'int', 'int'),
21234    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glIndexd": ('float',),
21235    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glIndexdv": ('typing.Sequence[float]',),
21236    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glIndexf": ('float',),
21237    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glIndexfv": ('typing.Sequence[float]',),
21238    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glIndexi": ('int',),
21239    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glIndexiv": ('typing.Sequence[int]',),
21240    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glIndexs": ('int',),
21241    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glIndexsv": ('typing.Sequence[int]',),
21242    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glIndexub": ('int',),
21243    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glIndexubv": ('str',),
21244    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glInitNames": (),
21245    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glInterleavedArrays": ('int', 'int', 'int'),
21246    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glIsBuffer": ('int',),
21247    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glIsEnabled": ('int',),
21248    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glIsEnabledi": ('int', 'int'),
21249    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glIsFramebuffer": ('int',),
21250    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glIsList": ('int',),
21251    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glIsProgram": ('int',),
21252    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glIsQuery": ('int',),
21253    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glIsRenderbuffer": ('int',),
21254    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glIsShader": ('int',),
21255    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glIsTexture": ('int',),
21256    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glIsVertexArray": ('int',),
21257    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glLightModelf": ('int', 'float'),
21258    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glLightModelfv": ('int', 'typing.Sequence[float]'),
21259    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glLightModeli": ('int', 'int'),
21260    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glLightModeliv": ('int', 'typing.Sequence[int]'),
21261    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glLightf": ('int', 'int', 'float'),
21262    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glLightfv": ('int', 'int', 'typing.Sequence[float]'),
21263    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glLighti": ('int', 'int', 'int'),
21264    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glLightiv": ('int', 'int', 'typing.Sequence[int]'),
21265    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glLineStipple": ('int', 'int'),
21266    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glLineWidth": ('float',),
21267    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glLinkProgram": ('int',),
21268    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glListBase": ('int',),
21269    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glLoadIdentity": (),
21270    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glLoadMatrixd": ('typing.Sequence[float]',),
21271    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glLoadMatrixf": ('typing.Sequence[float]',),
21272    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glLoadName": ('int',),
21273    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glLoadTransposeMatrixd": ('typing.Sequence[float]',),
21274    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glLoadTransposeMatrixf": ('typing.Sequence[float]',),
21275    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glLogicOp": ('int',),
21276    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMap1d": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
21277    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMap1f": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
21278    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMap2d": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
21279    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMap2f": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
21280    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMapBuffer": ('int', 'int'),
21281    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMapGrid1d": ('int', 'float', 'float'),
21282    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMapGrid1f": ('int', 'float', 'float'),
21283    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMapGrid2d": ('int', 'float', 'float', 'int', 'float', 'float'),
21284    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMapGrid2f": ('int', 'float', 'float', 'int', 'float', 'float'),
21285    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMaterialf": ('int', 'int', 'float'),
21286    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMaterialfv": ('int', 'int', 'typing.Sequence[float]'),
21287    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMateriali": ('int', 'int', 'int'),
21288    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMaterialiv": ('int', 'int', 'typing.Sequence[int]'),
21289    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMatrixMode": ('int',),
21290    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMinmax": ('int', 'int', 'int'),
21291    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultMatrixd": ('typing.Sequence[float]',),
21292    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultMatrixf": ('typing.Sequence[float]',),
21293    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultTransposeMatrixd": ('typing.Sequence[float]',),
21294    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultTransposeMatrixf": ('typing.Sequence[float]',),
21295    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiDrawArrays": ('int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'int'),
21296    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord1d": ('int', 'float'),
21297    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord1dv": ('int', 'typing.Sequence[float]'),
21298    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord1f": ('int', 'float'),
21299    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord1fv": ('int', 'typing.Sequence[float]'),
21300    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord1i": ('int', 'int'),
21301    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord1iv": ('int', 'typing.Sequence[int]'),
21302    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord1s": ('int', 'int'),
21303    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord1sv": ('int', 'typing.Sequence[int]'),
21304    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord2d": ('int', 'float', 'float'),
21305    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord2dv": ('int', 'typing.Sequence[float]'),
21306    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord2f": ('int', 'float', 'float'),
21307    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord2fv": ('int', 'typing.Sequence[float]'),
21308    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord2i": ('int', 'int', 'int'),
21309    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord2iv": ('int', 'typing.Sequence[int]'),
21310    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord2s": ('int', 'int', 'int'),
21311    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord2sv": ('int', 'typing.Sequence[int]'),
21312    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord3d": ('int', 'float', 'float', 'float'),
21313    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord3dv": ('int', 'typing.Sequence[float]'),
21314    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord3f": ('int', 'float', 'float', 'float'),
21315    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord3fv": ('int', 'typing.Sequence[float]'),
21316    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord3i": ('int', 'int', 'int', 'int'),
21317    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord3iv": ('int', 'typing.Sequence[int]'),
21318    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord3s": ('int', 'int', 'int', 'int'),
21319    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord3sv": ('int', 'typing.Sequence[int]'),
21320    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord4d": ('int', 'float', 'float', 'float', 'float'),
21321    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord4dv": ('int', 'typing.Sequence[float]'),
21322    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord4f": ('int', 'float', 'float', 'float', 'float'),
21323    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord4fv": ('int', 'typing.Sequence[float]'),
21324    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord4i": ('int', 'int', 'int', 'int', 'int'),
21325    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord4iv": ('int', 'typing.Sequence[int]'),
21326    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord4s": ('int', 'int', 'int', 'int', 'int'),
21327    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glMultiTexCoord4sv": ('int', 'typing.Sequence[int]'),
21328    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glNewList": ('int', 'int'),
21329    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glNormal3b": ('int', 'int', 'int'),
21330    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glNormal3bv": ('str',),
21331    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glNormal3d": ('float', 'float', 'float'),
21332    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glNormal3dv": ('typing.Sequence[float]',),
21333    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glNormal3f": ('float', 'float', 'float'),
21334    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glNormal3fv": ('typing.Sequence[float]',),
21335    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glNormal3i": ('int', 'int', 'int'),
21336    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glNormal3iv": ('typing.Sequence[int]',),
21337    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glNormal3s": ('int', 'int', 'int'),
21338    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glNormal3sv": ('typing.Sequence[int]',),
21339    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glNormalPointer": ('int', 'int', 'int'),
21340    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glOrtho": ('float', 'float', 'float', 'float', 'float', 'float'),
21341    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glPassThrough": ('float',),
21342    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glPixelMapfv": ('int', 'int', 'typing.Sequence[float]'),
21343    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glPixelMapuiv": ('int', 'int', 'typing.Sequence[int]'),
21344    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glPixelMapusv": ('int', 'int', 'typing.Sequence[int]'),
21345    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glPixelStoref": ('int', 'float'),
21346    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glPixelStorei": ('int', 'int'),
21347    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glPixelTransferf": ('int', 'float'),
21348    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glPixelTransferi": ('int', 'int'),
21349    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glPixelZoom": ('float', 'float'),
21350    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glPointParameterf": ('int', 'float'),
21351    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glPointParameterfv": ('int', 'typing.Sequence[float]'),
21352    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glPointParameteri": ('int', 'int'),
21353    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glPointParameteriv": ('int', 'typing.Sequence[int]'),
21354    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glPointSize": ('float',),
21355    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glPolygonMode": ('int', 'int'),
21356    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glPolygonOffset": ('float', 'float'),
21357    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glPopAttrib": (),
21358    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glPopClientAttrib": (),
21359    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glPopMatrix": (),
21360    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glPopName": (),
21361    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glPrimitiveRestartIndex": ('int',),
21362    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glPrioritizeTextures": ('int', 'typing.Sequence[int]', 'typing.Sequence[float]'),
21363    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glProvokingVertex": ('int',),
21364    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glPushAttrib": ('int',),
21365    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glPushClientAttrib": ('int',),
21366    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glPushMatrix": (),
21367    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glPushName": ('int',),
21368    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRasterPos2d": ('float', 'float'),
21369    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRasterPos2dv": ('typing.Sequence[float]',),
21370    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRasterPos2f": ('float', 'float'),
21371    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRasterPos2fv": ('typing.Sequence[float]',),
21372    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRasterPos2i": ('int', 'int'),
21373    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRasterPos2iv": ('typing.Sequence[int]',),
21374    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRasterPos2s": ('int', 'int'),
21375    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRasterPos2sv": ('typing.Sequence[int]',),
21376    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRasterPos3d": ('float', 'float', 'float'),
21377    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRasterPos3dv": ('typing.Sequence[float]',),
21378    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRasterPos3f": ('float', 'float', 'float'),
21379    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRasterPos3fv": ('typing.Sequence[float]',),
21380    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRasterPos3i": ('int', 'int', 'int'),
21381    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRasterPos3iv": ('typing.Sequence[int]',),
21382    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRasterPos3s": ('int', 'int', 'int'),
21383    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRasterPos3sv": ('typing.Sequence[int]',),
21384    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRasterPos4d": ('float', 'float', 'float', 'float'),
21385    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRasterPos4dv": ('typing.Sequence[float]',),
21386    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRasterPos4f": ('float', 'float', 'float', 'float'),
21387    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRasterPos4fv": ('typing.Sequence[float]',),
21388    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRasterPos4i": ('int', 'int', 'int', 'int'),
21389    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRasterPos4iv": ('typing.Sequence[int]',),
21390    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRasterPos4s": ('int', 'int', 'int', 'int'),
21391    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRasterPos4sv": ('typing.Sequence[int]',),
21392    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glReadBuffer": ('int',),
21393    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRectd": ('float', 'float', 'float', 'float'),
21394    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRectdv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
21395    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRectf": ('float', 'float', 'float', 'float'),
21396    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRectfv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
21397    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRecti": ('int', 'int', 'int', 'int'),
21398    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRectiv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
21399    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRects": ('int', 'int', 'int', 'int'),
21400    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRectsv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
21401    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRenderMode": ('int',),
21402    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRenderbufferStorage": ('int', 'int', 'int', 'int'),
21403    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRenderbufferStorageMultisample": ('int', 'int', 'int', 'int', 'int'),
21404    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glResetHistogram": ('int',),
21405    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glResetMinmax": ('int',),
21406    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRotated": ('float', 'float', 'float', 'float'),
21407    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glRotatef": ('float', 'float', 'float', 'float'),
21408    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glSampleCoverage": ('float', 'int'),
21409    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glSampleMaski": ('int', 'int'),
21410    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glScaled": ('float', 'float', 'float'),
21411    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glScalef": ('float', 'float', 'float'),
21412    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glScissor": ('int', 'int', 'int', 'int'),
21413    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glSecondaryColor3b": ('int', 'int', 'int'),
21414    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glSecondaryColor3bv": ('str',),
21415    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glSecondaryColor3d": ('float', 'float', 'float'),
21416    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glSecondaryColor3dv": ('typing.Sequence[float]',),
21417    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glSecondaryColor3f": ('float', 'float', 'float'),
21418    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glSecondaryColor3fv": ('typing.Sequence[float]',),
21419    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glSecondaryColor3i": ('int', 'int', 'int'),
21420    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glSecondaryColor3iv": ('typing.Sequence[int]',),
21421    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glSecondaryColor3s": ('int', 'int', 'int'),
21422    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glSecondaryColor3sv": ('typing.Sequence[int]',),
21423    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glSecondaryColor3ub": ('int', 'int', 'int'),
21424    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glSecondaryColor3ubv": ('str',),
21425    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glSecondaryColor3ui": ('int', 'int', 'int'),
21426    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glSecondaryColor3uiv": ('typing.Sequence[int]',),
21427    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glSecondaryColor3us": ('int', 'int', 'int'),
21428    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glSecondaryColor3usv": ('typing.Sequence[int]',),
21429    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glSecondaryColorPointer": ('int', 'int', 'int', 'int'),
21430    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glSeparableFilter2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21431    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glShadeModel": ('int',),
21432    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glStencilFunc": ('int', 'int', 'int'),
21433    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glStencilFuncSeparate": ('int', 'int', 'int', 'int'),
21434    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glStencilMask": ('int',),
21435    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glStencilMaskSeparate": ('int', 'int'),
21436    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glStencilOp": ('int', 'int', 'int'),
21437    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glStencilOpSeparate": ('int', 'int', 'int', 'int'),
21438    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexBuffer": ('int', 'int', 'int'),
21439    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord1d": ('float',),
21440    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord1dv": ('typing.Sequence[float]',),
21441    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord1f": ('float',),
21442    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord1fv": ('typing.Sequence[float]',),
21443    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord1i": ('int',),
21444    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord1iv": ('typing.Sequence[int]',),
21445    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord1s": ('int',),
21446    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord1sv": ('typing.Sequence[int]',),
21447    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord2d": ('float', 'float'),
21448    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord2dv": ('typing.Sequence[float]',),
21449    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord2f": ('float', 'float'),
21450    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord2fv": ('typing.Sequence[float]',),
21451    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord2i": ('int', 'int'),
21452    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord2iv": ('typing.Sequence[int]',),
21453    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord2s": ('int', 'int'),
21454    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord2sv": ('typing.Sequence[int]',),
21455    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord3d": ('float', 'float', 'float'),
21456    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord3dv": ('typing.Sequence[float]',),
21457    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord3f": ('float', 'float', 'float'),
21458    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord3fv": ('typing.Sequence[float]',),
21459    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord3i": ('int', 'int', 'int'),
21460    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord3iv": ('typing.Sequence[int]',),
21461    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord3s": ('int', 'int', 'int'),
21462    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord3sv": ('typing.Sequence[int]',),
21463    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord4d": ('float', 'float', 'float', 'float'),
21464    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord4dv": ('typing.Sequence[float]',),
21465    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord4f": ('float', 'float', 'float', 'float'),
21466    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord4fv": ('typing.Sequence[float]',),
21467    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord4i": ('int', 'int', 'int', 'int'),
21468    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord4iv": ('typing.Sequence[int]',),
21469    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord4s": ('int', 'int', 'int', 'int'),
21470    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoord4sv": ('typing.Sequence[int]',),
21471    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexCoordPointer": ('int', 'int', 'int', 'int'),
21472    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexEnvf": ('int', 'int', 'float'),
21473    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexEnvfv": ('int', 'int', 'typing.Sequence[float]'),
21474    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexEnvi": ('int', 'int', 'int'),
21475    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexEnviv": ('int', 'int', 'typing.Sequence[int]'),
21476    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexGend": ('int', 'int', 'float'),
21477    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexGendv": ('int', 'int', 'typing.Sequence[float]'),
21478    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexGenf": ('int', 'int', 'float'),
21479    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexGenfv": ('int', 'int', 'typing.Sequence[float]'),
21480    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexGeni": ('int', 'int', 'int'),
21481    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexGeniv": ('int', 'int', 'typing.Sequence[int]'),
21482    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21483    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21484    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexImage2DMultisample": ('int', 'int', 'int', 'int', 'int', 'int'),
21485    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21486    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexImage3DMultisample": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
21487    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
21488    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
21489    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexParameterf": ('int', 'int', 'float'),
21490    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexParameterfv": ('int', 'int', 'typing.Sequence[float]'),
21491    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexParameteri": ('int', 'int', 'int'),
21492    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexParameteriv": ('int', 'int', 'typing.Sequence[int]'),
21493    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
21494    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21495    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21496    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTranslated": ('float', 'float', 'float'),
21497    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glTranslatef": ('float', 'float', 'float'),
21498    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniform1f": ('int', 'float'),
21499    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniform1fv": ('int', 'int', 'typing.Sequence[float]'),
21500    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniform1i": ('int', 'int'),
21501    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniform1iv": ('int', 'int', 'typing.Sequence[int]'),
21502    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniform1ui": ('int', 'int'),
21503    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniform1uiv": ('int', 'int', 'typing.Sequence[int]'),
21504    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniform2f": ('int', 'float', 'float'),
21505    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniform2fv": ('int', 'int', 'typing.Sequence[float]'),
21506    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniform2i": ('int', 'int', 'int'),
21507    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniform2iv": ('int', 'int', 'typing.Sequence[int]'),
21508    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniform2ui": ('int', 'int', 'int'),
21509    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniform2uiv": ('int', 'int', 'typing.Sequence[int]'),
21510    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniform3f": ('int', 'float', 'float', 'float'),
21511    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniform3fv": ('int', 'int', 'typing.Sequence[float]'),
21512    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniform3i": ('int', 'int', 'int', 'int'),
21513    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniform3iv": ('int', 'int', 'typing.Sequence[int]'),
21514    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniform3ui": ('int', 'int', 'int', 'int'),
21515    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniform3uiv": ('int', 'int', 'typing.Sequence[int]'),
21516    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniform4f": ('int', 'float', 'float', 'float', 'float'),
21517    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniform4fv": ('int', 'int', 'typing.Sequence[float]'),
21518    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniform4i": ('int', 'int', 'int', 'int', 'int'),
21519    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniform4iv": ('int', 'int', 'typing.Sequence[int]'),
21520    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniform4ui": ('int', 'int', 'int', 'int', 'int'),
21521    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniform4uiv": ('int', 'int', 'typing.Sequence[int]'),
21522    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniformBlockBinding": ('int', 'int', 'int'),
21523    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniformMatrix2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
21524    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniformMatrix2x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
21525    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniformMatrix2x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
21526    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniformMatrix3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
21527    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniformMatrix3x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
21528    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniformMatrix3x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
21529    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniformMatrix4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
21530    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniformMatrix4x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
21531    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUniformMatrix4x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
21532    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUnmapBuffer": ('int',),
21533    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glUseProgram": ('int',),
21534    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glValidateProgram": ('int',),
21535    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertex2d": ('float', 'float'),
21536    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertex2dv": ('typing.Sequence[float]',),
21537    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertex2f": ('float', 'float'),
21538    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertex2fv": ('typing.Sequence[float]',),
21539    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertex2i": ('int', 'int'),
21540    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertex2iv": ('typing.Sequence[int]',),
21541    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertex2s": ('int', 'int'),
21542    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertex2sv": ('typing.Sequence[int]',),
21543    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertex3d": ('float', 'float', 'float'),
21544    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertex3dv": ('typing.Sequence[float]',),
21545    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertex3f": ('float', 'float', 'float'),
21546    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertex3fv": ('typing.Sequence[float]',),
21547    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertex3i": ('int', 'int', 'int'),
21548    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertex3iv": ('typing.Sequence[int]',),
21549    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertex3s": ('int', 'int', 'int'),
21550    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertex3sv": ('typing.Sequence[int]',),
21551    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertex4d": ('float', 'float', 'float', 'float'),
21552    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertex4dv": ('typing.Sequence[float]',),
21553    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertex4f": ('float', 'float', 'float', 'float'),
21554    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertex4fv": ('typing.Sequence[float]',),
21555    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertex4i": ('int', 'int', 'int', 'int'),
21556    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertex4iv": ('typing.Sequence[int]',),
21557    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertex4s": ('int', 'int', 'int', 'int'),
21558    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertex4sv": ('typing.Sequence[int]',),
21559    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib1d": ('int', 'float'),
21560    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib1dv": ('int', 'typing.Sequence[float]'),
21561    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib1f": ('int', 'float'),
21562    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib1fv": ('int', 'typing.Sequence[float]'),
21563    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib1s": ('int', 'int'),
21564    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib1sv": ('int', 'typing.Sequence[int]'),
21565    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib2d": ('int', 'float', 'float'),
21566    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib2dv": ('int', 'typing.Sequence[float]'),
21567    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib2f": ('int', 'float', 'float'),
21568    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib2fv": ('int', 'typing.Sequence[float]'),
21569    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib2s": ('int', 'int', 'int'),
21570    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib2sv": ('int', 'typing.Sequence[int]'),
21571    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib3d": ('int', 'float', 'float', 'float'),
21572    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib3dv": ('int', 'typing.Sequence[float]'),
21573    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib3f": ('int', 'float', 'float', 'float'),
21574    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib3fv": ('int', 'typing.Sequence[float]'),
21575    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib3s": ('int', 'int', 'int', 'int'),
21576    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib3sv": ('int', 'typing.Sequence[int]'),
21577    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib4Nbv": ('int', 'str'),
21578    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib4Niv": ('int', 'typing.Sequence[int]'),
21579    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib4Nsv": ('int', 'typing.Sequence[int]'),
21580    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib4Nub": ('int', 'int', 'int', 'int', 'int'),
21581    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib4Nubv": ('int', 'str'),
21582    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib4Nuiv": ('int', 'typing.Sequence[int]'),
21583    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib4Nusv": ('int', 'typing.Sequence[int]'),
21584    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib4bv": ('int', 'str'),
21585    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib4d": ('int', 'float', 'float', 'float', 'float'),
21586    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib4dv": ('int', 'typing.Sequence[float]'),
21587    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib4f": ('int', 'float', 'float', 'float', 'float'),
21588    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib4fv": ('int', 'typing.Sequence[float]'),
21589    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib4iv": ('int', 'typing.Sequence[int]'),
21590    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib4s": ('int', 'int', 'int', 'int', 'int'),
21591    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib4sv": ('int', 'typing.Sequence[int]'),
21592    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib4ubv": ('int', 'str'),
21593    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib4uiv": ('int', 'typing.Sequence[int]'),
21594    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttrib4usv": ('int', 'typing.Sequence[int]'),
21595    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttribI1i": ('int', 'int'),
21596    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttribI1iv": ('int', 'typing.Sequence[int]'),
21597    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttribI1ui": ('int', 'int'),
21598    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttribI1uiv": ('int', 'typing.Sequence[int]'),
21599    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttribI2i": ('int', 'int', 'int'),
21600    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttribI2iv": ('int', 'typing.Sequence[int]'),
21601    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttribI2ui": ('int', 'int', 'int'),
21602    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttribI2uiv": ('int', 'typing.Sequence[int]'),
21603    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttribI3i": ('int', 'int', 'int', 'int'),
21604    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttribI3iv": ('int', 'typing.Sequence[int]'),
21605    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttribI3ui": ('int', 'int', 'int', 'int'),
21606    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttribI3uiv": ('int', 'typing.Sequence[int]'),
21607    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttribI4bv": ('int', 'str'),
21608    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttribI4i": ('int', 'int', 'int', 'int', 'int'),
21609    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttribI4iv": ('int', 'typing.Sequence[int]'),
21610    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttribI4sv": ('int', 'typing.Sequence[int]'),
21611    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttribI4ubv": ('int', 'str'),
21612    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttribI4ui": ('int', 'int', 'int', 'int', 'int'),
21613    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttribI4uiv": ('int', 'typing.Sequence[int]'),
21614    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttribI4usv": ('int', 'typing.Sequence[int]'),
21615    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttribIPointer": ('int', 'int', 'int', 'int', 'int'),
21616    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexAttribPointer": ('int', 'int', 'int', 'int', 'int', 'int'),
21617    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glVertexPointer": ('int', 'int', 'int', 'int'),
21618    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glViewport": ('int', 'int', 'int', 'int'),
21619    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glWindowPos2d": ('float', 'float'),
21620    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glWindowPos2dv": ('typing.Sequence[float]',),
21621    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glWindowPos2f": ('float', 'float'),
21622    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glWindowPos2fv": ('typing.Sequence[float]',),
21623    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glWindowPos2i": ('int', 'int'),
21624    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glWindowPos2iv": ('typing.Sequence[int]',),
21625    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glWindowPos2s": ('int', 'int'),
21626    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glWindowPos2sv": ('typing.Sequence[int]',),
21627    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glWindowPos3d": ('float', 'float', 'float'),
21628    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glWindowPos3dv": ('typing.Sequence[float]',),
21629    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glWindowPos3f": ('float', 'float', 'float'),
21630    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glWindowPos3fv": ('typing.Sequence[float]',),
21631    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glWindowPos3i": ('int', 'int', 'int'),
21632    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glWindowPos3iv": ('typing.Sequence[int]',),
21633    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glWindowPos3s": ('int', 'int', 'int'),
21634    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.glWindowPos3sv": ('typing.Sequence[int]',),
21635    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Compatibility.initializeOpenGLFunctions": (),
21636# class PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core:
21637    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.__init__": (),
21638    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glActiveTexture": ('int',),
21639    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glAttachShader": ('int', 'int'),
21640    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glBeginConditionalRender": ('int', 'int'),
21641    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glBeginQuery": ('int', 'int'),
21642    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glBeginTransformFeedback": ('int',),
21643    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glBindAttribLocation": ('int', 'int', 'str'),
21644    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glBindBuffer": ('int', 'int'),
21645    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glBindBufferBase": ('int', 'int', 'int'),
21646    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glBindFragDataLocation": ('int', 'int', 'str'),
21647    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glBindFramebuffer": ('int', 'int'),
21648    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glBindRenderbuffer": ('int', 'int'),
21649    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glBindTexture": ('int', 'int'),
21650    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glBindVertexArray": ('int',),
21651    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glBlendColor": ('float', 'float', 'float', 'float'),
21652    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glBlendEquation": ('int',),
21653    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glBlendEquationSeparate": ('int', 'int'),
21654    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glBlendFunc": ('int', 'int'),
21655    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glBlendFuncSeparate": ('int', 'int', 'int', 'int'),
21656    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glBlitFramebuffer": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21657    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glCheckFramebufferStatus": ('int',),
21658    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glClampColor": ('int', 'int'),
21659    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glClear": ('int',),
21660    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glClearBufferfi": ('int', 'int', 'float', 'int'),
21661    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glClearBufferfv": ('int', 'int', 'typing.Sequence[float]'),
21662    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glClearBufferiv": ('int', 'int', 'typing.Sequence[int]'),
21663    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glClearBufferuiv": ('int', 'int', 'typing.Sequence[int]'),
21664    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glClearColor": ('float', 'float', 'float', 'float'),
21665    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glClearDepth": ('float',),
21666    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glClearStencil": ('int',),
21667    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glColorMask": ('int', 'int', 'int', 'int'),
21668    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glColorMaski": ('int', 'int', 'int', 'int', 'int'),
21669    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glCompileShader": ('int',),
21670    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glCompressedTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
21671    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glCompressedTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21672    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glCompressedTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21673    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glCompressedTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
21674    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glCompressedTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21675    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glCompressedTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21676    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glCopyTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
21677    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glCopyTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21678    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glCopyTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int'),
21679    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glCopyTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21680    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glCopyTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21681    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glCreateProgram": (),
21682    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glCreateShader": ('int',),
21683    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glCullFace": ('int',),
21684    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glDeleteBuffers": ('int', 'typing.Sequence[int]'),
21685    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glDeleteFramebuffers": ('int', 'typing.Sequence[int]'),
21686    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glDeleteProgram": ('int',),
21687    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glDeleteQueries": ('int', 'typing.Sequence[int]'),
21688    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glDeleteRenderbuffers": ('int', 'typing.Sequence[int]'),
21689    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glDeleteShader": ('int',),
21690    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glDeleteTextures": ('int', 'typing.Sequence[int]'),
21691    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glDeleteVertexArrays": ('int', 'typing.Sequence[int]'),
21692    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glDepthFunc": ('int',),
21693    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glDepthMask": ('int',),
21694    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glDepthRange": ('float', 'float'),
21695    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glDetachShader": ('int', 'int'),
21696    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glDisable": ('int',),
21697    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glDisableVertexAttribArray": ('int',),
21698    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glDisablei": ('int', 'int'),
21699    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glDrawArrays": ('int', 'int', 'int'),
21700    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glDrawArraysInstanced": ('int', 'int', 'int', 'int'),
21701    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glDrawBuffer": ('int',),
21702    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glDrawBuffers": ('int', 'typing.Sequence[int]'),
21703    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glDrawElements": ('int', 'int', 'int', 'int'),
21704    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glDrawElementsBaseVertex": ('int', 'int', 'int', 'int', 'int'),
21705    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glDrawElementsInstanced": ('int', 'int', 'int', 'int', 'int'),
21706    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glDrawElementsInstancedBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int'),
21707    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glDrawRangeElements": ('int', 'int', 'int', 'int', 'int', 'int'),
21708    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glDrawRangeElementsBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
21709    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glEnable": ('int',),
21710    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glEnableVertexAttribArray": ('int',),
21711    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glEnablei": ('int', 'int'),
21712    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glEndConditionalRender": (),
21713    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glEndQuery": ('int',),
21714    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glEndTransformFeedback": (),
21715    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glFinish": (),
21716    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glFlush": (),
21717    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glFramebufferRenderbuffer": ('int', 'int', 'int', 'int'),
21718    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glFramebufferTexture": ('int', 'int', 'int', 'int'),
21719    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glFramebufferTexture1D": ('int', 'int', 'int', 'int', 'int'),
21720    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glFramebufferTexture2D": ('int', 'int', 'int', 'int', 'int'),
21721    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glFramebufferTexture3D": ('int', 'int', 'int', 'int', 'int', 'int'),
21722    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glFramebufferTextureLayer": ('int', 'int', 'int', 'int', 'int'),
21723    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glFrontFace": ('int',),
21724    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glGenerateMipmap": ('int',),
21725    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glGetAttribLocation": ('int', 'str'),
21726    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glGetError": (),
21727    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glGetFragDataLocation": ('int', 'str'),
21728    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glGetString": ('int',),
21729    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glGetStringi": ('int', 'int'),
21730    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glGetUniformBlockIndex": ('int', 'str'),
21731    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glGetUniformLocation": ('int', 'str'),
21732    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glHint": ('int', 'int'),
21733    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glIndexub": ('int',),
21734    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glIndexubv": ('str',),
21735    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glIsBuffer": ('int',),
21736    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glIsEnabled": ('int',),
21737    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glIsEnabledi": ('int', 'int'),
21738    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glIsFramebuffer": ('int',),
21739    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glIsProgram": ('int',),
21740    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glIsQuery": ('int',),
21741    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glIsRenderbuffer": ('int',),
21742    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glIsShader": ('int',),
21743    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glIsTexture": ('int',),
21744    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glIsVertexArray": ('int',),
21745    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glLineWidth": ('float',),
21746    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glLinkProgram": ('int',),
21747    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glLogicOp": ('int',),
21748    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glMapBuffer": ('int', 'int'),
21749    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glMultiDrawArrays": ('int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'int'),
21750    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glPixelStoref": ('int', 'float'),
21751    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glPixelStorei": ('int', 'int'),
21752    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glPointParameterf": ('int', 'float'),
21753    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glPointParameterfv": ('int', 'typing.Sequence[float]'),
21754    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glPointParameteri": ('int', 'int'),
21755    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glPointParameteriv": ('int', 'typing.Sequence[int]'),
21756    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glPointSize": ('float',),
21757    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glPolygonMode": ('int', 'int'),
21758    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glPolygonOffset": ('float', 'float'),
21759    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glPrimitiveRestartIndex": ('int',),
21760    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glProvokingVertex": ('int',),
21761    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glReadBuffer": ('int',),
21762    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glRenderbufferStorage": ('int', 'int', 'int', 'int'),
21763    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glRenderbufferStorageMultisample": ('int', 'int', 'int', 'int', 'int'),
21764    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glSampleCoverage": ('float', 'int'),
21765    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glSampleMaski": ('int', 'int'),
21766    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glScissor": ('int', 'int', 'int', 'int'),
21767    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glStencilFunc": ('int', 'int', 'int'),
21768    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glStencilFuncSeparate": ('int', 'int', 'int', 'int'),
21769    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glStencilMask": ('int',),
21770    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glStencilMaskSeparate": ('int', 'int'),
21771    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glStencilOp": ('int', 'int', 'int'),
21772    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glStencilOpSeparate": ('int', 'int', 'int', 'int'),
21773    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glTexBuffer": ('int', 'int', 'int'),
21774    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21775    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21776    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glTexImage2DMultisample": ('int', 'int', 'int', 'int', 'int', 'int'),
21777    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21778    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glTexImage3DMultisample": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
21779    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glTexParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
21780    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glTexParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
21781    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glTexParameterf": ('int', 'int', 'float'),
21782    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glTexParameterfv": ('int', 'int', 'typing.Sequence[float]'),
21783    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glTexParameteri": ('int', 'int', 'int'),
21784    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glTexParameteriv": ('int', 'int', 'typing.Sequence[int]'),
21785    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
21786    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21787    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21788    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniform1f": ('int', 'float'),
21789    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniform1fv": ('int', 'int', 'typing.Sequence[float]'),
21790    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniform1i": ('int', 'int'),
21791    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniform1iv": ('int', 'int', 'typing.Sequence[int]'),
21792    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniform1ui": ('int', 'int'),
21793    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniform1uiv": ('int', 'int', 'typing.Sequence[int]'),
21794    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniform2f": ('int', 'float', 'float'),
21795    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniform2fv": ('int', 'int', 'typing.Sequence[float]'),
21796    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniform2i": ('int', 'int', 'int'),
21797    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniform2iv": ('int', 'int', 'typing.Sequence[int]'),
21798    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniform2ui": ('int', 'int', 'int'),
21799    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniform2uiv": ('int', 'int', 'typing.Sequence[int]'),
21800    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniform3f": ('int', 'float', 'float', 'float'),
21801    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniform3fv": ('int', 'int', 'typing.Sequence[float]'),
21802    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniform3i": ('int', 'int', 'int', 'int'),
21803    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniform3iv": ('int', 'int', 'typing.Sequence[int]'),
21804    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniform3ui": ('int', 'int', 'int', 'int'),
21805    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniform3uiv": ('int', 'int', 'typing.Sequence[int]'),
21806    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniform4f": ('int', 'float', 'float', 'float', 'float'),
21807    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniform4fv": ('int', 'int', 'typing.Sequence[float]'),
21808    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniform4i": ('int', 'int', 'int', 'int', 'int'),
21809    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniform4iv": ('int', 'int', 'typing.Sequence[int]'),
21810    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniform4ui": ('int', 'int', 'int', 'int', 'int'),
21811    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniform4uiv": ('int', 'int', 'typing.Sequence[int]'),
21812    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniformBlockBinding": ('int', 'int', 'int'),
21813    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniformMatrix2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
21814    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniformMatrix2x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
21815    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniformMatrix2x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
21816    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniformMatrix3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
21817    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniformMatrix3x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
21818    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniformMatrix3x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
21819    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniformMatrix4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
21820    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniformMatrix4x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
21821    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUniformMatrix4x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
21822    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUnmapBuffer": ('int',),
21823    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glUseProgram": ('int',),
21824    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glValidateProgram": ('int',),
21825    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glVertexAttribIPointer": ('int', 'int', 'int', 'int', 'int'),
21826    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glVertexAttribPointer": ('int', 'int', 'int', 'int', 'int', 'int'),
21827    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.glViewport": ('int', 'int', 'int', 'int'),
21828    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_2_Core.initializeOpenGLFunctions": (),
21829# class PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility:
21830    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.__init__": (),
21831    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glAccum": ('int', 'float'),
21832    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glActiveTexture": ('int',),
21833    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glAlphaFunc": ('int', 'float'),
21834    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glArrayElement": ('int',),
21835    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glAttachShader": ('int', 'int'),
21836    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glBegin": ('int',),
21837    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glBeginConditionalRender": ('int', 'int'),
21838    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glBeginQuery": ('int', 'int'),
21839    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glBeginTransformFeedback": ('int',),
21840    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glBindAttribLocation": ('int', 'int', 'str'),
21841    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glBindBuffer": ('int', 'int'),
21842    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glBindBufferBase": ('int', 'int', 'int'),
21843    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glBindFragDataLocation": ('int', 'int', 'str'),
21844    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glBindFragDataLocationIndexed": ('int', 'int', 'int', 'str'),
21845    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glBindFramebuffer": ('int', 'int'),
21846    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glBindRenderbuffer": ('int', 'int'),
21847    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glBindSampler": ('int', 'int'),
21848    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glBindTexture": ('int', 'int'),
21849    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glBindVertexArray": ('int',),
21850    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glBlendColor": ('float', 'float', 'float', 'float'),
21851    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glBlendEquation": ('int',),
21852    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glBlendEquationSeparate": ('int', 'int'),
21853    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glBlendFunc": ('int', 'int'),
21854    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glBlendFuncSeparate": ('int', 'int', 'int', 'int'),
21855    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glBlitFramebuffer": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21856    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glCallList": ('int',),
21857    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glCallLists": ('int', 'int', 'int'),
21858    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glCheckFramebufferStatus": ('int',),
21859    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glClampColor": ('int', 'int'),
21860    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glClear": ('int',),
21861    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glClearAccum": ('float', 'float', 'float', 'float'),
21862    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glClearBufferfi": ('int', 'int', 'float', 'int'),
21863    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glClearBufferfv": ('int', 'int', 'typing.Sequence[float]'),
21864    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glClearBufferiv": ('int', 'int', 'typing.Sequence[int]'),
21865    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glClearBufferuiv": ('int', 'int', 'typing.Sequence[int]'),
21866    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glClearColor": ('float', 'float', 'float', 'float'),
21867    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glClearDepth": ('float',),
21868    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glClearIndex": ('float',),
21869    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glClearStencil": ('int',),
21870    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glClientActiveTexture": ('int',),
21871    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glClipPlane": ('int', 'typing.Sequence[float]'),
21872    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor3b": ('int', 'int', 'int'),
21873    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor3bv": ('str',),
21874    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor3d": ('float', 'float', 'float'),
21875    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor3dv": ('typing.Sequence[float]',),
21876    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor3f": ('float', 'float', 'float'),
21877    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor3fv": ('typing.Sequence[float]',),
21878    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor3i": ('int', 'int', 'int'),
21879    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor3iv": ('typing.Sequence[int]',),
21880    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor3s": ('int', 'int', 'int'),
21881    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor3sv": ('typing.Sequence[int]',),
21882    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor3ub": ('int', 'int', 'int'),
21883    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor3ubv": ('str',),
21884    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor3ui": ('int', 'int', 'int'),
21885    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor3uiv": ('typing.Sequence[int]',),
21886    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor3us": ('int', 'int', 'int'),
21887    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor3usv": ('typing.Sequence[int]',),
21888    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor4b": ('int', 'int', 'int', 'int'),
21889    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor4bv": ('str',),
21890    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor4d": ('float', 'float', 'float', 'float'),
21891    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor4dv": ('typing.Sequence[float]',),
21892    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor4f": ('float', 'float', 'float', 'float'),
21893    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor4fv": ('typing.Sequence[float]',),
21894    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor4i": ('int', 'int', 'int', 'int'),
21895    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor4iv": ('typing.Sequence[int]',),
21896    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor4s": ('int', 'int', 'int', 'int'),
21897    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor4sv": ('typing.Sequence[int]',),
21898    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor4ub": ('int', 'int', 'int', 'int'),
21899    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor4ubv": ('str',),
21900    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor4ui": ('int', 'int', 'int', 'int'),
21901    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor4uiv": ('typing.Sequence[int]',),
21902    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor4us": ('int', 'int', 'int', 'int'),
21903    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColor4usv": ('typing.Sequence[int]',),
21904    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColorMask": ('int', 'int', 'int', 'int'),
21905    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColorMaski": ('int', 'int', 'int', 'int', 'int'),
21906    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColorMaterial": ('int', 'int'),
21907    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColorP3ui": ('int', 'int'),
21908    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColorP3uiv": ('int', 'typing.Sequence[int]'),
21909    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColorP4ui": ('int', 'int'),
21910    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColorP4uiv": ('int', 'typing.Sequence[int]'),
21911    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColorPointer": ('int', 'int', 'int', 'int'),
21912    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColorSubTable": ('int', 'int', 'int', 'int', 'int', 'int'),
21913    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColorTable": ('int', 'int', 'int', 'int', 'int', 'int'),
21914    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColorTableParameterfv": ('int', 'int', 'typing.Sequence[float]'),
21915    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glColorTableParameteriv": ('int', 'int', 'typing.Sequence[int]'),
21916    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glCompileShader": ('int',),
21917    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glCompressedTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
21918    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glCompressedTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21919    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glCompressedTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21920    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glCompressedTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
21921    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glCompressedTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21922    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glCompressedTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21923    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glConvolutionFilter1D": ('int', 'int', 'int', 'int', 'int', 'int'),
21924    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glConvolutionFilter2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
21925    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glConvolutionParameterf": ('int', 'int', 'float'),
21926    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glConvolutionParameterfv": ('int', 'int', 'typing.Sequence[float]'),
21927    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glConvolutionParameteri": ('int', 'int', 'int'),
21928    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glConvolutionParameteriv": ('int', 'int', 'typing.Sequence[int]'),
21929    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glCopyColorSubTable": ('int', 'int', 'int', 'int', 'int'),
21930    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glCopyColorTable": ('int', 'int', 'int', 'int', 'int'),
21931    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glCopyConvolutionFilter1D": ('int', 'int', 'int', 'int', 'int'),
21932    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glCopyConvolutionFilter2D": ('int', 'int', 'int', 'int', 'int', 'int'),
21933    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glCopyPixels": ('int', 'int', 'int', 'int', 'int'),
21934    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glCopyTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
21935    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glCopyTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21936    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glCopyTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int'),
21937    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glCopyTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21938    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glCopyTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
21939    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glCreateProgram": (),
21940    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glCreateShader": ('int',),
21941    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glCullFace": ('int',),
21942    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glDeleteBuffers": ('int', 'typing.Sequence[int]'),
21943    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glDeleteFramebuffers": ('int', 'typing.Sequence[int]'),
21944    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glDeleteLists": ('int', 'int'),
21945    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glDeleteProgram": ('int',),
21946    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glDeleteQueries": ('int', 'typing.Sequence[int]'),
21947    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glDeleteRenderbuffers": ('int', 'typing.Sequence[int]'),
21948    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glDeleteSamplers": ('int', 'typing.Sequence[int]'),
21949    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glDeleteShader": ('int',),
21950    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glDeleteTextures": ('int', 'typing.Sequence[int]'),
21951    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glDeleteVertexArrays": ('int', 'typing.Sequence[int]'),
21952    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glDepthFunc": ('int',),
21953    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glDepthMask": ('int',),
21954    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glDepthRange": ('float', 'float'),
21955    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glDetachShader": ('int', 'int'),
21956    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glDisable": ('int',),
21957    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glDisableClientState": ('int',),
21958    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glDisableVertexAttribArray": ('int',),
21959    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glDisablei": ('int', 'int'),
21960    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glDrawArrays": ('int', 'int', 'int'),
21961    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glDrawArraysInstanced": ('int', 'int', 'int', 'int'),
21962    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glDrawBuffer": ('int',),
21963    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glDrawBuffers": ('int', 'typing.Sequence[int]'),
21964    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glDrawElements": ('int', 'int', 'int', 'int'),
21965    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glDrawElementsBaseVertex": ('int', 'int', 'int', 'int', 'int'),
21966    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glDrawElementsInstanced": ('int', 'int', 'int', 'int', 'int'),
21967    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glDrawElementsInstancedBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int'),
21968    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glDrawPixels": ('int', 'int', 'int', 'int', 'int'),
21969    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glDrawRangeElements": ('int', 'int', 'int', 'int', 'int', 'int'),
21970    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glDrawRangeElementsBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
21971    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glEdgeFlag": ('int',),
21972    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glEdgeFlagPointer": ('int', 'int'),
21973    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glEnable": ('int',),
21974    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glEnableClientState": ('int',),
21975    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glEnableVertexAttribArray": ('int',),
21976    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glEnablei": ('int', 'int'),
21977    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glEnd": (),
21978    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glEndConditionalRender": (),
21979    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glEndList": (),
21980    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glEndQuery": ('int',),
21981    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glEndTransformFeedback": (),
21982    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glEvalCoord1d": ('float',),
21983    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glEvalCoord1dv": ('typing.Sequence[float]',),
21984    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glEvalCoord1f": ('float',),
21985    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glEvalCoord1fv": ('typing.Sequence[float]',),
21986    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glEvalCoord2d": ('float', 'float'),
21987    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glEvalCoord2dv": ('typing.Sequence[float]',),
21988    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glEvalCoord2f": ('float', 'float'),
21989    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glEvalCoord2fv": ('typing.Sequence[float]',),
21990    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glEvalMesh1": ('int', 'int', 'int'),
21991    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glEvalMesh2": ('int', 'int', 'int', 'int', 'int'),
21992    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glEvalPoint1": ('int',),
21993    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glEvalPoint2": ('int', 'int'),
21994    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glFinish": (),
21995    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glFlush": (),
21996    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glFogCoordPointer": ('int', 'int', 'int'),
21997    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glFogCoordd": ('float',),
21998    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glFogCoorddv": ('typing.Sequence[float]',),
21999    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glFogCoordf": ('float',),
22000    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glFogCoordfv": ('typing.Sequence[float]',),
22001    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glFogf": ('int', 'float'),
22002    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glFogfv": ('int', 'typing.Sequence[float]'),
22003    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glFogi": ('int', 'int'),
22004    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glFogiv": ('int', 'typing.Sequence[int]'),
22005    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glFramebufferRenderbuffer": ('int', 'int', 'int', 'int'),
22006    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glFramebufferTexture": ('int', 'int', 'int', 'int'),
22007    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glFramebufferTexture1D": ('int', 'int', 'int', 'int', 'int'),
22008    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glFramebufferTexture2D": ('int', 'int', 'int', 'int', 'int'),
22009    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glFramebufferTexture3D": ('int', 'int', 'int', 'int', 'int', 'int'),
22010    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glFramebufferTextureLayer": ('int', 'int', 'int', 'int', 'int'),
22011    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glFrontFace": ('int',),
22012    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glFrustum": ('float', 'float', 'float', 'float', 'float', 'float'),
22013    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glGenLists": ('int',),
22014    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glGenerateMipmap": ('int',),
22015    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glGetAttribLocation": ('int', 'str'),
22016    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glGetError": (),
22017    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glGetFragDataIndex": ('int', 'str'),
22018    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glGetFragDataLocation": ('int', 'str'),
22019    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glGetString": ('int',),
22020    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glGetStringi": ('int', 'int'),
22021    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glGetUniformBlockIndex": ('int', 'str'),
22022    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glGetUniformLocation": ('int', 'str'),
22023    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glHint": ('int', 'int'),
22024    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glHistogram": ('int', 'int', 'int', 'int'),
22025    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glIndexMask": ('int',),
22026    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glIndexPointer": ('int', 'int', 'int'),
22027    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glIndexd": ('float',),
22028    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glIndexdv": ('typing.Sequence[float]',),
22029    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glIndexf": ('float',),
22030    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glIndexfv": ('typing.Sequence[float]',),
22031    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glIndexi": ('int',),
22032    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glIndexiv": ('typing.Sequence[int]',),
22033    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glIndexs": ('int',),
22034    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glIndexsv": ('typing.Sequence[int]',),
22035    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glIndexub": ('int',),
22036    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glIndexubv": ('str',),
22037    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glInitNames": (),
22038    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glInterleavedArrays": ('int', 'int', 'int'),
22039    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glIsBuffer": ('int',),
22040    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glIsEnabled": ('int',),
22041    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glIsEnabledi": ('int', 'int'),
22042    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glIsFramebuffer": ('int',),
22043    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glIsList": ('int',),
22044    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glIsProgram": ('int',),
22045    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glIsQuery": ('int',),
22046    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glIsRenderbuffer": ('int',),
22047    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glIsSampler": ('int',),
22048    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glIsShader": ('int',),
22049    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glIsTexture": ('int',),
22050    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glIsVertexArray": ('int',),
22051    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glLightModelf": ('int', 'float'),
22052    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glLightModelfv": ('int', 'typing.Sequence[float]'),
22053    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glLightModeli": ('int', 'int'),
22054    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glLightModeliv": ('int', 'typing.Sequence[int]'),
22055    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glLightf": ('int', 'int', 'float'),
22056    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glLightfv": ('int', 'int', 'typing.Sequence[float]'),
22057    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glLighti": ('int', 'int', 'int'),
22058    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glLightiv": ('int', 'int', 'typing.Sequence[int]'),
22059    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glLineStipple": ('int', 'int'),
22060    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glLineWidth": ('float',),
22061    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glLinkProgram": ('int',),
22062    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glListBase": ('int',),
22063    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glLoadIdentity": (),
22064    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glLoadMatrixd": ('typing.Sequence[float]',),
22065    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glLoadMatrixf": ('typing.Sequence[float]',),
22066    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glLoadName": ('int',),
22067    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glLoadTransposeMatrixd": ('typing.Sequence[float]',),
22068    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glLoadTransposeMatrixf": ('typing.Sequence[float]',),
22069    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glLogicOp": ('int',),
22070    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMap1d": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
22071    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMap1f": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
22072    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMap2d": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
22073    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMap2f": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
22074    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMapBuffer": ('int', 'int'),
22075    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMapGrid1d": ('int', 'float', 'float'),
22076    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMapGrid1f": ('int', 'float', 'float'),
22077    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMapGrid2d": ('int', 'float', 'float', 'int', 'float', 'float'),
22078    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMapGrid2f": ('int', 'float', 'float', 'int', 'float', 'float'),
22079    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMaterialf": ('int', 'int', 'float'),
22080    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMaterialfv": ('int', 'int', 'typing.Sequence[float]'),
22081    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMateriali": ('int', 'int', 'int'),
22082    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMaterialiv": ('int', 'int', 'typing.Sequence[int]'),
22083    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMatrixMode": ('int',),
22084    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMinmax": ('int', 'int', 'int'),
22085    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultMatrixd": ('typing.Sequence[float]',),
22086    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultMatrixf": ('typing.Sequence[float]',),
22087    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultTransposeMatrixd": ('typing.Sequence[float]',),
22088    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultTransposeMatrixf": ('typing.Sequence[float]',),
22089    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiDrawArrays": ('int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'int'),
22090    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord1d": ('int', 'float'),
22091    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord1dv": ('int', 'typing.Sequence[float]'),
22092    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord1f": ('int', 'float'),
22093    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord1fv": ('int', 'typing.Sequence[float]'),
22094    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord1i": ('int', 'int'),
22095    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord1iv": ('int', 'typing.Sequence[int]'),
22096    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord1s": ('int', 'int'),
22097    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord1sv": ('int', 'typing.Sequence[int]'),
22098    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord2d": ('int', 'float', 'float'),
22099    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord2dv": ('int', 'typing.Sequence[float]'),
22100    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord2f": ('int', 'float', 'float'),
22101    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord2fv": ('int', 'typing.Sequence[float]'),
22102    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord2i": ('int', 'int', 'int'),
22103    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord2iv": ('int', 'typing.Sequence[int]'),
22104    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord2s": ('int', 'int', 'int'),
22105    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord2sv": ('int', 'typing.Sequence[int]'),
22106    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord3d": ('int', 'float', 'float', 'float'),
22107    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord3dv": ('int', 'typing.Sequence[float]'),
22108    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord3f": ('int', 'float', 'float', 'float'),
22109    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord3fv": ('int', 'typing.Sequence[float]'),
22110    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord3i": ('int', 'int', 'int', 'int'),
22111    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord3iv": ('int', 'typing.Sequence[int]'),
22112    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord3s": ('int', 'int', 'int', 'int'),
22113    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord3sv": ('int', 'typing.Sequence[int]'),
22114    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord4d": ('int', 'float', 'float', 'float', 'float'),
22115    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord4dv": ('int', 'typing.Sequence[float]'),
22116    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord4f": ('int', 'float', 'float', 'float', 'float'),
22117    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord4fv": ('int', 'typing.Sequence[float]'),
22118    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord4i": ('int', 'int', 'int', 'int', 'int'),
22119    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord4iv": ('int', 'typing.Sequence[int]'),
22120    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord4s": ('int', 'int', 'int', 'int', 'int'),
22121    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoord4sv": ('int', 'typing.Sequence[int]'),
22122    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoordP1ui": ('int', 'int', 'int'),
22123    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoordP1uiv": ('int', 'int', 'typing.Sequence[int]'),
22124    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoordP2ui": ('int', 'int', 'int'),
22125    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoordP2uiv": ('int', 'int', 'typing.Sequence[int]'),
22126    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoordP3ui": ('int', 'int', 'int'),
22127    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoordP3uiv": ('int', 'int', 'typing.Sequence[int]'),
22128    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoordP4ui": ('int', 'int', 'int'),
22129    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glMultiTexCoordP4uiv": ('int', 'int', 'typing.Sequence[int]'),
22130    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glNewList": ('int', 'int'),
22131    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glNormal3b": ('int', 'int', 'int'),
22132    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glNormal3bv": ('str',),
22133    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glNormal3d": ('float', 'float', 'float'),
22134    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glNormal3dv": ('typing.Sequence[float]',),
22135    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glNormal3f": ('float', 'float', 'float'),
22136    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glNormal3fv": ('typing.Sequence[float]',),
22137    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glNormal3i": ('int', 'int', 'int'),
22138    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glNormal3iv": ('typing.Sequence[int]',),
22139    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glNormal3s": ('int', 'int', 'int'),
22140    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glNormal3sv": ('typing.Sequence[int]',),
22141    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glNormalP3ui": ('int', 'int'),
22142    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glNormalP3uiv": ('int', 'typing.Sequence[int]'),
22143    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glNormalPointer": ('int', 'int', 'int'),
22144    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glOrtho": ('float', 'float', 'float', 'float', 'float', 'float'),
22145    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glPassThrough": ('float',),
22146    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glPixelMapfv": ('int', 'int', 'typing.Sequence[float]'),
22147    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glPixelMapuiv": ('int', 'int', 'typing.Sequence[int]'),
22148    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glPixelMapusv": ('int', 'int', 'typing.Sequence[int]'),
22149    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glPixelStoref": ('int', 'float'),
22150    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glPixelStorei": ('int', 'int'),
22151    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glPixelTransferf": ('int', 'float'),
22152    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glPixelTransferi": ('int', 'int'),
22153    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glPixelZoom": ('float', 'float'),
22154    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glPointParameterf": ('int', 'float'),
22155    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glPointParameterfv": ('int', 'typing.Sequence[float]'),
22156    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glPointParameteri": ('int', 'int'),
22157    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glPointParameteriv": ('int', 'typing.Sequence[int]'),
22158    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glPointSize": ('float',),
22159    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glPolygonMode": ('int', 'int'),
22160    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glPolygonOffset": ('float', 'float'),
22161    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glPopAttrib": (),
22162    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glPopClientAttrib": (),
22163    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glPopMatrix": (),
22164    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glPopName": (),
22165    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glPrimitiveRestartIndex": ('int',),
22166    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glPrioritizeTextures": ('int', 'typing.Sequence[int]', 'typing.Sequence[float]'),
22167    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glProvokingVertex": ('int',),
22168    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glPushAttrib": ('int',),
22169    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glPushClientAttrib": ('int',),
22170    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glPushMatrix": (),
22171    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glPushName": ('int',),
22172    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glQueryCounter": ('int', 'int'),
22173    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRasterPos2d": ('float', 'float'),
22174    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRasterPos2dv": ('typing.Sequence[float]',),
22175    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRasterPos2f": ('float', 'float'),
22176    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRasterPos2fv": ('typing.Sequence[float]',),
22177    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRasterPos2i": ('int', 'int'),
22178    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRasterPos2iv": ('typing.Sequence[int]',),
22179    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRasterPos2s": ('int', 'int'),
22180    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRasterPos2sv": ('typing.Sequence[int]',),
22181    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRasterPos3d": ('float', 'float', 'float'),
22182    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRasterPos3dv": ('typing.Sequence[float]',),
22183    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRasterPos3f": ('float', 'float', 'float'),
22184    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRasterPos3fv": ('typing.Sequence[float]',),
22185    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRasterPos3i": ('int', 'int', 'int'),
22186    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRasterPos3iv": ('typing.Sequence[int]',),
22187    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRasterPos3s": ('int', 'int', 'int'),
22188    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRasterPos3sv": ('typing.Sequence[int]',),
22189    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRasterPos4d": ('float', 'float', 'float', 'float'),
22190    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRasterPos4dv": ('typing.Sequence[float]',),
22191    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRasterPos4f": ('float', 'float', 'float', 'float'),
22192    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRasterPos4fv": ('typing.Sequence[float]',),
22193    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRasterPos4i": ('int', 'int', 'int', 'int'),
22194    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRasterPos4iv": ('typing.Sequence[int]',),
22195    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRasterPos4s": ('int', 'int', 'int', 'int'),
22196    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRasterPos4sv": ('typing.Sequence[int]',),
22197    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glReadBuffer": ('int',),
22198    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRectd": ('float', 'float', 'float', 'float'),
22199    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRectdv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
22200    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRectf": ('float', 'float', 'float', 'float'),
22201    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRectfv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
22202    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRecti": ('int', 'int', 'int', 'int'),
22203    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRectiv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
22204    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRects": ('int', 'int', 'int', 'int'),
22205    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRectsv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
22206    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRenderMode": ('int',),
22207    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRenderbufferStorage": ('int', 'int', 'int', 'int'),
22208    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRenderbufferStorageMultisample": ('int', 'int', 'int', 'int', 'int'),
22209    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glResetHistogram": ('int',),
22210    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glResetMinmax": ('int',),
22211    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRotated": ('float', 'float', 'float', 'float'),
22212    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glRotatef": ('float', 'float', 'float', 'float'),
22213    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glSampleCoverage": ('float', 'int'),
22214    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glSampleMaski": ('int', 'int'),
22215    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glSamplerParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
22216    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glSamplerParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
22217    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glSamplerParameterf": ('int', 'int', 'float'),
22218    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glSamplerParameterfv": ('int', 'int', 'typing.Sequence[float]'),
22219    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glSamplerParameteri": ('int', 'int', 'int'),
22220    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glSamplerParameteriv": ('int', 'int', 'typing.Sequence[int]'),
22221    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glScaled": ('float', 'float', 'float'),
22222    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glScalef": ('float', 'float', 'float'),
22223    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glScissor": ('int', 'int', 'int', 'int'),
22224    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glSecondaryColor3b": ('int', 'int', 'int'),
22225    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glSecondaryColor3bv": ('str',),
22226    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glSecondaryColor3d": ('float', 'float', 'float'),
22227    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glSecondaryColor3dv": ('typing.Sequence[float]',),
22228    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glSecondaryColor3f": ('float', 'float', 'float'),
22229    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glSecondaryColor3fv": ('typing.Sequence[float]',),
22230    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glSecondaryColor3i": ('int', 'int', 'int'),
22231    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glSecondaryColor3iv": ('typing.Sequence[int]',),
22232    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glSecondaryColor3s": ('int', 'int', 'int'),
22233    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glSecondaryColor3sv": ('typing.Sequence[int]',),
22234    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glSecondaryColor3ub": ('int', 'int', 'int'),
22235    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glSecondaryColor3ubv": ('str',),
22236    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glSecondaryColor3ui": ('int', 'int', 'int'),
22237    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glSecondaryColor3uiv": ('typing.Sequence[int]',),
22238    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glSecondaryColor3us": ('int', 'int', 'int'),
22239    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glSecondaryColor3usv": ('typing.Sequence[int]',),
22240    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glSecondaryColorP3ui": ('int', 'int'),
22241    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glSecondaryColorP3uiv": ('int', 'typing.Sequence[int]'),
22242    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glSecondaryColorPointer": ('int', 'int', 'int', 'int'),
22243    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glSeparableFilter2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
22244    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glShadeModel": ('int',),
22245    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glStencilFunc": ('int', 'int', 'int'),
22246    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glStencilFuncSeparate": ('int', 'int', 'int', 'int'),
22247    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glStencilMask": ('int',),
22248    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glStencilMaskSeparate": ('int', 'int'),
22249    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glStencilOp": ('int', 'int', 'int'),
22250    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glStencilOpSeparate": ('int', 'int', 'int', 'int'),
22251    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexBuffer": ('int', 'int', 'int'),
22252    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord1d": ('float',),
22253    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord1dv": ('typing.Sequence[float]',),
22254    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord1f": ('float',),
22255    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord1fv": ('typing.Sequence[float]',),
22256    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord1i": ('int',),
22257    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord1iv": ('typing.Sequence[int]',),
22258    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord1s": ('int',),
22259    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord1sv": ('typing.Sequence[int]',),
22260    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord2d": ('float', 'float'),
22261    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord2dv": ('typing.Sequence[float]',),
22262    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord2f": ('float', 'float'),
22263    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord2fv": ('typing.Sequence[float]',),
22264    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord2i": ('int', 'int'),
22265    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord2iv": ('typing.Sequence[int]',),
22266    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord2s": ('int', 'int'),
22267    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord2sv": ('typing.Sequence[int]',),
22268    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord3d": ('float', 'float', 'float'),
22269    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord3dv": ('typing.Sequence[float]',),
22270    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord3f": ('float', 'float', 'float'),
22271    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord3fv": ('typing.Sequence[float]',),
22272    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord3i": ('int', 'int', 'int'),
22273    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord3iv": ('typing.Sequence[int]',),
22274    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord3s": ('int', 'int', 'int'),
22275    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord3sv": ('typing.Sequence[int]',),
22276    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord4d": ('float', 'float', 'float', 'float'),
22277    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord4dv": ('typing.Sequence[float]',),
22278    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord4f": ('float', 'float', 'float', 'float'),
22279    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord4fv": ('typing.Sequence[float]',),
22280    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord4i": ('int', 'int', 'int', 'int'),
22281    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord4iv": ('typing.Sequence[int]',),
22282    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord4s": ('int', 'int', 'int', 'int'),
22283    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoord4sv": ('typing.Sequence[int]',),
22284    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoordP1ui": ('int', 'int'),
22285    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoordP1uiv": ('int', 'typing.Sequence[int]'),
22286    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoordP2ui": ('int', 'int'),
22287    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoordP2uiv": ('int', 'typing.Sequence[int]'),
22288    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoordP3ui": ('int', 'int'),
22289    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoordP3uiv": ('int', 'typing.Sequence[int]'),
22290    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoordP4ui": ('int', 'int'),
22291    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoordP4uiv": ('int', 'typing.Sequence[int]'),
22292    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexCoordPointer": ('int', 'int', 'int', 'int'),
22293    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexEnvf": ('int', 'int', 'float'),
22294    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexEnvfv": ('int', 'int', 'typing.Sequence[float]'),
22295    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexEnvi": ('int', 'int', 'int'),
22296    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexEnviv": ('int', 'int', 'typing.Sequence[int]'),
22297    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexGend": ('int', 'int', 'float'),
22298    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexGendv": ('int', 'int', 'typing.Sequence[float]'),
22299    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexGenf": ('int', 'int', 'float'),
22300    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexGenfv": ('int', 'int', 'typing.Sequence[float]'),
22301    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexGeni": ('int', 'int', 'int'),
22302    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexGeniv": ('int', 'int', 'typing.Sequence[int]'),
22303    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
22304    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
22305    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexImage2DMultisample": ('int', 'int', 'int', 'int', 'int', 'int'),
22306    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
22307    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexImage3DMultisample": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
22308    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
22309    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
22310    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexParameterf": ('int', 'int', 'float'),
22311    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexParameterfv": ('int', 'int', 'typing.Sequence[float]'),
22312    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexParameteri": ('int', 'int', 'int'),
22313    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexParameteriv": ('int', 'int', 'typing.Sequence[int]'),
22314    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
22315    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
22316    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
22317    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTranslated": ('float', 'float', 'float'),
22318    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glTranslatef": ('float', 'float', 'float'),
22319    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniform1f": ('int', 'float'),
22320    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniform1fv": ('int', 'int', 'typing.Sequence[float]'),
22321    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniform1i": ('int', 'int'),
22322    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniform1iv": ('int', 'int', 'typing.Sequence[int]'),
22323    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniform1ui": ('int', 'int'),
22324    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniform1uiv": ('int', 'int', 'typing.Sequence[int]'),
22325    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniform2f": ('int', 'float', 'float'),
22326    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniform2fv": ('int', 'int', 'typing.Sequence[float]'),
22327    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniform2i": ('int', 'int', 'int'),
22328    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniform2iv": ('int', 'int', 'typing.Sequence[int]'),
22329    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniform2ui": ('int', 'int', 'int'),
22330    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniform2uiv": ('int', 'int', 'typing.Sequence[int]'),
22331    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniform3f": ('int', 'float', 'float', 'float'),
22332    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniform3fv": ('int', 'int', 'typing.Sequence[float]'),
22333    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniform3i": ('int', 'int', 'int', 'int'),
22334    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniform3iv": ('int', 'int', 'typing.Sequence[int]'),
22335    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniform3ui": ('int', 'int', 'int', 'int'),
22336    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniform3uiv": ('int', 'int', 'typing.Sequence[int]'),
22337    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniform4f": ('int', 'float', 'float', 'float', 'float'),
22338    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniform4fv": ('int', 'int', 'typing.Sequence[float]'),
22339    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniform4i": ('int', 'int', 'int', 'int', 'int'),
22340    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniform4iv": ('int', 'int', 'typing.Sequence[int]'),
22341    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniform4ui": ('int', 'int', 'int', 'int', 'int'),
22342    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniform4uiv": ('int', 'int', 'typing.Sequence[int]'),
22343    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniformBlockBinding": ('int', 'int', 'int'),
22344    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniformMatrix2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
22345    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniformMatrix2x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
22346    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniformMatrix2x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
22347    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniformMatrix3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
22348    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniformMatrix3x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
22349    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniformMatrix3x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
22350    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniformMatrix4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
22351    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniformMatrix4x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
22352    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUniformMatrix4x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
22353    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUnmapBuffer": ('int',),
22354    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glUseProgram": ('int',),
22355    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glValidateProgram": ('int',),
22356    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertex2d": ('float', 'float'),
22357    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertex2dv": ('typing.Sequence[float]',),
22358    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertex2f": ('float', 'float'),
22359    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertex2fv": ('typing.Sequence[float]',),
22360    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertex2i": ('int', 'int'),
22361    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertex2iv": ('typing.Sequence[int]',),
22362    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertex2s": ('int', 'int'),
22363    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertex2sv": ('typing.Sequence[int]',),
22364    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertex3d": ('float', 'float', 'float'),
22365    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertex3dv": ('typing.Sequence[float]',),
22366    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertex3f": ('float', 'float', 'float'),
22367    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertex3fv": ('typing.Sequence[float]',),
22368    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertex3i": ('int', 'int', 'int'),
22369    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertex3iv": ('typing.Sequence[int]',),
22370    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertex3s": ('int', 'int', 'int'),
22371    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertex3sv": ('typing.Sequence[int]',),
22372    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertex4d": ('float', 'float', 'float', 'float'),
22373    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertex4dv": ('typing.Sequence[float]',),
22374    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertex4f": ('float', 'float', 'float', 'float'),
22375    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertex4fv": ('typing.Sequence[float]',),
22376    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertex4i": ('int', 'int', 'int', 'int'),
22377    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertex4iv": ('typing.Sequence[int]',),
22378    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertex4s": ('int', 'int', 'int', 'int'),
22379    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertex4sv": ('typing.Sequence[int]',),
22380    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib1d": ('int', 'float'),
22381    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib1dv": ('int', 'typing.Sequence[float]'),
22382    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib1f": ('int', 'float'),
22383    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib1fv": ('int', 'typing.Sequence[float]'),
22384    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib1s": ('int', 'int'),
22385    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib1sv": ('int', 'typing.Sequence[int]'),
22386    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib2d": ('int', 'float', 'float'),
22387    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib2dv": ('int', 'typing.Sequence[float]'),
22388    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib2f": ('int', 'float', 'float'),
22389    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib2fv": ('int', 'typing.Sequence[float]'),
22390    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib2s": ('int', 'int', 'int'),
22391    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib2sv": ('int', 'typing.Sequence[int]'),
22392    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib3d": ('int', 'float', 'float', 'float'),
22393    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib3dv": ('int', 'typing.Sequence[float]'),
22394    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib3f": ('int', 'float', 'float', 'float'),
22395    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib3fv": ('int', 'typing.Sequence[float]'),
22396    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib3s": ('int', 'int', 'int', 'int'),
22397    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib3sv": ('int', 'typing.Sequence[int]'),
22398    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib4Nbv": ('int', 'str'),
22399    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib4Niv": ('int', 'typing.Sequence[int]'),
22400    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib4Nsv": ('int', 'typing.Sequence[int]'),
22401    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib4Nub": ('int', 'int', 'int', 'int', 'int'),
22402    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib4Nubv": ('int', 'str'),
22403    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib4Nuiv": ('int', 'typing.Sequence[int]'),
22404    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib4Nusv": ('int', 'typing.Sequence[int]'),
22405    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib4bv": ('int', 'str'),
22406    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib4d": ('int', 'float', 'float', 'float', 'float'),
22407    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib4dv": ('int', 'typing.Sequence[float]'),
22408    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib4f": ('int', 'float', 'float', 'float', 'float'),
22409    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib4fv": ('int', 'typing.Sequence[float]'),
22410    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib4iv": ('int', 'typing.Sequence[int]'),
22411    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib4s": ('int', 'int', 'int', 'int', 'int'),
22412    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib4sv": ('int', 'typing.Sequence[int]'),
22413    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib4ubv": ('int', 'str'),
22414    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib4uiv": ('int', 'typing.Sequence[int]'),
22415    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttrib4usv": ('int', 'typing.Sequence[int]'),
22416    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttribDivisor": ('int', 'int'),
22417    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttribI1i": ('int', 'int'),
22418    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttribI1iv": ('int', 'typing.Sequence[int]'),
22419    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttribI1ui": ('int', 'int'),
22420    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttribI1uiv": ('int', 'typing.Sequence[int]'),
22421    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttribI2i": ('int', 'int', 'int'),
22422    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttribI2iv": ('int', 'typing.Sequence[int]'),
22423    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttribI2ui": ('int', 'int', 'int'),
22424    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttribI2uiv": ('int', 'typing.Sequence[int]'),
22425    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttribI3i": ('int', 'int', 'int', 'int'),
22426    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttribI3iv": ('int', 'typing.Sequence[int]'),
22427    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttribI3ui": ('int', 'int', 'int', 'int'),
22428    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttribI3uiv": ('int', 'typing.Sequence[int]'),
22429    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttribI4bv": ('int', 'str'),
22430    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttribI4i": ('int', 'int', 'int', 'int', 'int'),
22431    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttribI4iv": ('int', 'typing.Sequence[int]'),
22432    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttribI4sv": ('int', 'typing.Sequence[int]'),
22433    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttribI4ubv": ('int', 'str'),
22434    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttribI4ui": ('int', 'int', 'int', 'int', 'int'),
22435    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttribI4uiv": ('int', 'typing.Sequence[int]'),
22436    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttribI4usv": ('int', 'typing.Sequence[int]'),
22437    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttribIPointer": ('int', 'int', 'int', 'int', 'int'),
22438    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttribP1ui": ('int', 'int', 'int', 'int'),
22439    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttribP1uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
22440    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttribP2ui": ('int', 'int', 'int', 'int'),
22441    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttribP2uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
22442    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttribP3ui": ('int', 'int', 'int', 'int'),
22443    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttribP3uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
22444    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttribP4ui": ('int', 'int', 'int', 'int'),
22445    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttribP4uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
22446    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexAttribPointer": ('int', 'int', 'int', 'int', 'int', 'int'),
22447    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexP2ui": ('int', 'int'),
22448    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexP2uiv": ('int', 'typing.Sequence[int]'),
22449    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexP3ui": ('int', 'int'),
22450    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexP3uiv": ('int', 'typing.Sequence[int]'),
22451    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexP4ui": ('int', 'int'),
22452    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexP4uiv": ('int', 'typing.Sequence[int]'),
22453    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glVertexPointer": ('int', 'int', 'int', 'int'),
22454    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glViewport": ('int', 'int', 'int', 'int'),
22455    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glWindowPos2d": ('float', 'float'),
22456    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glWindowPos2dv": ('typing.Sequence[float]',),
22457    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glWindowPos2f": ('float', 'float'),
22458    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glWindowPos2fv": ('typing.Sequence[float]',),
22459    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glWindowPos2i": ('int', 'int'),
22460    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glWindowPos2iv": ('typing.Sequence[int]',),
22461    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glWindowPos2s": ('int', 'int'),
22462    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glWindowPos2sv": ('typing.Sequence[int]',),
22463    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glWindowPos3d": ('float', 'float', 'float'),
22464    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glWindowPos3dv": ('typing.Sequence[float]',),
22465    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glWindowPos3f": ('float', 'float', 'float'),
22466    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glWindowPos3fv": ('typing.Sequence[float]',),
22467    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glWindowPos3i": ('int', 'int', 'int'),
22468    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glWindowPos3iv": ('typing.Sequence[int]',),
22469    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glWindowPos3s": ('int', 'int', 'int'),
22470    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.glWindowPos3sv": ('typing.Sequence[int]',),
22471    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Compatibility.initializeOpenGLFunctions": (),
22472# class PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core:
22473    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.__init__": (),
22474    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glActiveTexture": ('int',),
22475    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glAttachShader": ('int', 'int'),
22476    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glBeginConditionalRender": ('int', 'int'),
22477    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glBeginQuery": ('int', 'int'),
22478    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glBeginTransformFeedback": ('int',),
22479    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glBindAttribLocation": ('int', 'int', 'str'),
22480    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glBindBuffer": ('int', 'int'),
22481    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glBindBufferBase": ('int', 'int', 'int'),
22482    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glBindFragDataLocation": ('int', 'int', 'str'),
22483    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glBindFragDataLocationIndexed": ('int', 'int', 'int', 'str'),
22484    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glBindFramebuffer": ('int', 'int'),
22485    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glBindRenderbuffer": ('int', 'int'),
22486    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glBindSampler": ('int', 'int'),
22487    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glBindTexture": ('int', 'int'),
22488    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glBindVertexArray": ('int',),
22489    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glBlendColor": ('float', 'float', 'float', 'float'),
22490    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glBlendEquation": ('int',),
22491    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glBlendEquationSeparate": ('int', 'int'),
22492    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glBlendFunc": ('int', 'int'),
22493    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glBlendFuncSeparate": ('int', 'int', 'int', 'int'),
22494    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glBlitFramebuffer": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
22495    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glCheckFramebufferStatus": ('int',),
22496    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glClampColor": ('int', 'int'),
22497    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glClear": ('int',),
22498    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glClearBufferfi": ('int', 'int', 'float', 'int'),
22499    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glClearBufferfv": ('int', 'int', 'typing.Sequence[float]'),
22500    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glClearBufferiv": ('int', 'int', 'typing.Sequence[int]'),
22501    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glClearBufferuiv": ('int', 'int', 'typing.Sequence[int]'),
22502    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glClearColor": ('float', 'float', 'float', 'float'),
22503    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glClearDepth": ('float',),
22504    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glClearStencil": ('int',),
22505    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glColorMask": ('int', 'int', 'int', 'int'),
22506    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glColorMaski": ('int', 'int', 'int', 'int', 'int'),
22507    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glColorP3ui": ('int', 'int'),
22508    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glColorP3uiv": ('int', 'typing.Sequence[int]'),
22509    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glColorP4ui": ('int', 'int'),
22510    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glColorP4uiv": ('int', 'typing.Sequence[int]'),
22511    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glCompileShader": ('int',),
22512    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glCompressedTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
22513    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glCompressedTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
22514    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glCompressedTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
22515    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glCompressedTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
22516    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glCompressedTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
22517    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glCompressedTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
22518    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glCopyTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
22519    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glCopyTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
22520    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glCopyTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int'),
22521    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glCopyTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
22522    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glCopyTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
22523    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glCreateProgram": (),
22524    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glCreateShader": ('int',),
22525    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glCullFace": ('int',),
22526    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glDeleteBuffers": ('int', 'typing.Sequence[int]'),
22527    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glDeleteFramebuffers": ('int', 'typing.Sequence[int]'),
22528    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glDeleteProgram": ('int',),
22529    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glDeleteQueries": ('int', 'typing.Sequence[int]'),
22530    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glDeleteRenderbuffers": ('int', 'typing.Sequence[int]'),
22531    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glDeleteSamplers": ('int', 'typing.Sequence[int]'),
22532    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glDeleteShader": ('int',),
22533    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glDeleteTextures": ('int', 'typing.Sequence[int]'),
22534    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glDeleteVertexArrays": ('int', 'typing.Sequence[int]'),
22535    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glDepthFunc": ('int',),
22536    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glDepthMask": ('int',),
22537    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glDepthRange": ('float', 'float'),
22538    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glDetachShader": ('int', 'int'),
22539    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glDisable": ('int',),
22540    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glDisableVertexAttribArray": ('int',),
22541    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glDisablei": ('int', 'int'),
22542    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glDrawArrays": ('int', 'int', 'int'),
22543    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glDrawArraysInstanced": ('int', 'int', 'int', 'int'),
22544    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glDrawBuffer": ('int',),
22545    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glDrawBuffers": ('int', 'typing.Sequence[int]'),
22546    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glDrawElements": ('int', 'int', 'int', 'int'),
22547    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glDrawElementsBaseVertex": ('int', 'int', 'int', 'int', 'int'),
22548    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glDrawElementsInstanced": ('int', 'int', 'int', 'int', 'int'),
22549    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glDrawElementsInstancedBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int'),
22550    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glDrawRangeElements": ('int', 'int', 'int', 'int', 'int', 'int'),
22551    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glDrawRangeElementsBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
22552    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glEnable": ('int',),
22553    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glEnableVertexAttribArray": ('int',),
22554    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glEnablei": ('int', 'int'),
22555    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glEndConditionalRender": (),
22556    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glEndQuery": ('int',),
22557    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glEndTransformFeedback": (),
22558    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glFinish": (),
22559    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glFlush": (),
22560    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glFramebufferRenderbuffer": ('int', 'int', 'int', 'int'),
22561    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glFramebufferTexture": ('int', 'int', 'int', 'int'),
22562    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glFramebufferTexture1D": ('int', 'int', 'int', 'int', 'int'),
22563    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glFramebufferTexture2D": ('int', 'int', 'int', 'int', 'int'),
22564    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glFramebufferTexture3D": ('int', 'int', 'int', 'int', 'int', 'int'),
22565    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glFramebufferTextureLayer": ('int', 'int', 'int', 'int', 'int'),
22566    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glFrontFace": ('int',),
22567    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glGenerateMipmap": ('int',),
22568    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glGetAttribLocation": ('int', 'str'),
22569    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glGetError": (),
22570    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glGetFragDataIndex": ('int', 'str'),
22571    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glGetFragDataLocation": ('int', 'str'),
22572    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glGetString": ('int',),
22573    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glGetStringi": ('int', 'int'),
22574    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glGetUniformBlockIndex": ('int', 'str'),
22575    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glGetUniformLocation": ('int', 'str'),
22576    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glHint": ('int', 'int'),
22577    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glIndexub": ('int',),
22578    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glIndexubv": ('str',),
22579    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glIsBuffer": ('int',),
22580    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glIsEnabled": ('int',),
22581    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glIsEnabledi": ('int', 'int'),
22582    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glIsFramebuffer": ('int',),
22583    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glIsProgram": ('int',),
22584    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glIsQuery": ('int',),
22585    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glIsRenderbuffer": ('int',),
22586    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glIsSampler": ('int',),
22587    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glIsShader": ('int',),
22588    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glIsTexture": ('int',),
22589    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glIsVertexArray": ('int',),
22590    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glLineWidth": ('float',),
22591    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glLinkProgram": ('int',),
22592    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glLogicOp": ('int',),
22593    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glMapBuffer": ('int', 'int'),
22594    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glMultiDrawArrays": ('int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'int'),
22595    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glMultiTexCoordP1ui": ('int', 'int', 'int'),
22596    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glMultiTexCoordP1uiv": ('int', 'int', 'typing.Sequence[int]'),
22597    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glMultiTexCoordP2ui": ('int', 'int', 'int'),
22598    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glMultiTexCoordP2uiv": ('int', 'int', 'typing.Sequence[int]'),
22599    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glMultiTexCoordP3ui": ('int', 'int', 'int'),
22600    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glMultiTexCoordP3uiv": ('int', 'int', 'typing.Sequence[int]'),
22601    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glMultiTexCoordP4ui": ('int', 'int', 'int'),
22602    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glMultiTexCoordP4uiv": ('int', 'int', 'typing.Sequence[int]'),
22603    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glNormalP3ui": ('int', 'int'),
22604    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glNormalP3uiv": ('int', 'typing.Sequence[int]'),
22605    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glPixelStoref": ('int', 'float'),
22606    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glPixelStorei": ('int', 'int'),
22607    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glPointParameterf": ('int', 'float'),
22608    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glPointParameterfv": ('int', 'typing.Sequence[float]'),
22609    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glPointParameteri": ('int', 'int'),
22610    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glPointParameteriv": ('int', 'typing.Sequence[int]'),
22611    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glPointSize": ('float',),
22612    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glPolygonMode": ('int', 'int'),
22613    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glPolygonOffset": ('float', 'float'),
22614    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glPrimitiveRestartIndex": ('int',),
22615    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glProvokingVertex": ('int',),
22616    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glQueryCounter": ('int', 'int'),
22617    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glReadBuffer": ('int',),
22618    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glRenderbufferStorage": ('int', 'int', 'int', 'int'),
22619    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glRenderbufferStorageMultisample": ('int', 'int', 'int', 'int', 'int'),
22620    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glSampleCoverage": ('float', 'int'),
22621    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glSampleMaski": ('int', 'int'),
22622    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glSamplerParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
22623    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glSamplerParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
22624    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glSamplerParameterf": ('int', 'int', 'float'),
22625    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glSamplerParameterfv": ('int', 'int', 'typing.Sequence[float]'),
22626    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glSamplerParameteri": ('int', 'int', 'int'),
22627    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glSamplerParameteriv": ('int', 'int', 'typing.Sequence[int]'),
22628    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glScissor": ('int', 'int', 'int', 'int'),
22629    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glSecondaryColorP3ui": ('int', 'int'),
22630    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glSecondaryColorP3uiv": ('int', 'typing.Sequence[int]'),
22631    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glStencilFunc": ('int', 'int', 'int'),
22632    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glStencilFuncSeparate": ('int', 'int', 'int', 'int'),
22633    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glStencilMask": ('int',),
22634    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glStencilMaskSeparate": ('int', 'int'),
22635    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glStencilOp": ('int', 'int', 'int'),
22636    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glStencilOpSeparate": ('int', 'int', 'int', 'int'),
22637    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glTexBuffer": ('int', 'int', 'int'),
22638    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glTexCoordP1ui": ('int', 'int'),
22639    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glTexCoordP1uiv": ('int', 'typing.Sequence[int]'),
22640    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glTexCoordP2ui": ('int', 'int'),
22641    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glTexCoordP2uiv": ('int', 'typing.Sequence[int]'),
22642    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glTexCoordP3ui": ('int', 'int'),
22643    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glTexCoordP3uiv": ('int', 'typing.Sequence[int]'),
22644    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glTexCoordP4ui": ('int', 'int'),
22645    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glTexCoordP4uiv": ('int', 'typing.Sequence[int]'),
22646    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
22647    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
22648    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glTexImage2DMultisample": ('int', 'int', 'int', 'int', 'int', 'int'),
22649    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
22650    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glTexImage3DMultisample": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
22651    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glTexParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
22652    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glTexParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
22653    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glTexParameterf": ('int', 'int', 'float'),
22654    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glTexParameterfv": ('int', 'int', 'typing.Sequence[float]'),
22655    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glTexParameteri": ('int', 'int', 'int'),
22656    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glTexParameteriv": ('int', 'int', 'typing.Sequence[int]'),
22657    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
22658    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
22659    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
22660    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniform1f": ('int', 'float'),
22661    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniform1fv": ('int', 'int', 'typing.Sequence[float]'),
22662    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniform1i": ('int', 'int'),
22663    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniform1iv": ('int', 'int', 'typing.Sequence[int]'),
22664    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniform1ui": ('int', 'int'),
22665    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniform1uiv": ('int', 'int', 'typing.Sequence[int]'),
22666    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniform2f": ('int', 'float', 'float'),
22667    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniform2fv": ('int', 'int', 'typing.Sequence[float]'),
22668    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniform2i": ('int', 'int', 'int'),
22669    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniform2iv": ('int', 'int', 'typing.Sequence[int]'),
22670    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniform2ui": ('int', 'int', 'int'),
22671    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniform2uiv": ('int', 'int', 'typing.Sequence[int]'),
22672    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniform3f": ('int', 'float', 'float', 'float'),
22673    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniform3fv": ('int', 'int', 'typing.Sequence[float]'),
22674    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniform3i": ('int', 'int', 'int', 'int'),
22675    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniform3iv": ('int', 'int', 'typing.Sequence[int]'),
22676    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniform3ui": ('int', 'int', 'int', 'int'),
22677    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniform3uiv": ('int', 'int', 'typing.Sequence[int]'),
22678    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniform4f": ('int', 'float', 'float', 'float', 'float'),
22679    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniform4fv": ('int', 'int', 'typing.Sequence[float]'),
22680    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniform4i": ('int', 'int', 'int', 'int', 'int'),
22681    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniform4iv": ('int', 'int', 'typing.Sequence[int]'),
22682    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniform4ui": ('int', 'int', 'int', 'int', 'int'),
22683    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniform4uiv": ('int', 'int', 'typing.Sequence[int]'),
22684    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniformBlockBinding": ('int', 'int', 'int'),
22685    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniformMatrix2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
22686    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniformMatrix2x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
22687    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniformMatrix2x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
22688    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniformMatrix3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
22689    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniformMatrix3x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
22690    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniformMatrix3x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
22691    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniformMatrix4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
22692    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniformMatrix4x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
22693    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUniformMatrix4x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
22694    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUnmapBuffer": ('int',),
22695    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glUseProgram": ('int',),
22696    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glValidateProgram": ('int',),
22697    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glVertexAttribDivisor": ('int', 'int'),
22698    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glVertexAttribIPointer": ('int', 'int', 'int', 'int', 'int'),
22699    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glVertexAttribP1ui": ('int', 'int', 'int', 'int'),
22700    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glVertexAttribP1uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
22701    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glVertexAttribP2ui": ('int', 'int', 'int', 'int'),
22702    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glVertexAttribP2uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
22703    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glVertexAttribP3ui": ('int', 'int', 'int', 'int'),
22704    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glVertexAttribP3uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
22705    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glVertexAttribP4ui": ('int', 'int', 'int', 'int'),
22706    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glVertexAttribP4uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
22707    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glVertexAttribPointer": ('int', 'int', 'int', 'int', 'int', 'int'),
22708    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glVertexP2ui": ('int', 'int'),
22709    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glVertexP2uiv": ('int', 'typing.Sequence[int]'),
22710    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glVertexP3ui": ('int', 'int'),
22711    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glVertexP3uiv": ('int', 'typing.Sequence[int]'),
22712    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glVertexP4ui": ('int', 'int'),
22713    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glVertexP4uiv": ('int', 'typing.Sequence[int]'),
22714    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.glViewport": ('int', 'int', 'int', 'int'),
22715    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_3_3_Core.initializeOpenGLFunctions": (),
22716# class PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility:
22717    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.__init__": (),
22718    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glAccum": ('int', 'float'),
22719    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glActiveTexture": ('int',),
22720    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glAlphaFunc": ('int', 'float'),
22721    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glArrayElement": ('int',),
22722    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glAttachShader": ('int', 'int'),
22723    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glBegin": ('int',),
22724    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glBeginConditionalRender": ('int', 'int'),
22725    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glBeginQuery": ('int', 'int'),
22726    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glBeginQueryIndexed": ('int', 'int', 'int'),
22727    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glBeginTransformFeedback": ('int',),
22728    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glBindAttribLocation": ('int', 'int', 'str'),
22729    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glBindBuffer": ('int', 'int'),
22730    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glBindBufferBase": ('int', 'int', 'int'),
22731    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glBindFragDataLocation": ('int', 'int', 'str'),
22732    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glBindFragDataLocationIndexed": ('int', 'int', 'int', 'str'),
22733    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glBindFramebuffer": ('int', 'int'),
22734    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glBindRenderbuffer": ('int', 'int'),
22735    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glBindSampler": ('int', 'int'),
22736    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glBindTexture": ('int', 'int'),
22737    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glBindTransformFeedback": ('int', 'int'),
22738    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glBindVertexArray": ('int',),
22739    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glBlendColor": ('float', 'float', 'float', 'float'),
22740    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glBlendEquation": ('int',),
22741    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glBlendEquationSeparate": ('int', 'int'),
22742    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glBlendEquationSeparatei": ('int', 'int', 'int'),
22743    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glBlendEquationi": ('int', 'int'),
22744    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glBlendFunc": ('int', 'int'),
22745    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glBlendFuncSeparate": ('int', 'int', 'int', 'int'),
22746    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glBlendFuncSeparatei": ('int', 'int', 'int', 'int', 'int'),
22747    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glBlendFunci": ('int', 'int', 'int'),
22748    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glBlitFramebuffer": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
22749    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glCallList": ('int',),
22750    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glCallLists": ('int', 'int', 'int'),
22751    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glCheckFramebufferStatus": ('int',),
22752    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glClampColor": ('int', 'int'),
22753    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glClear": ('int',),
22754    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glClearAccum": ('float', 'float', 'float', 'float'),
22755    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glClearBufferfi": ('int', 'int', 'float', 'int'),
22756    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glClearBufferfv": ('int', 'int', 'typing.Sequence[float]'),
22757    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glClearBufferiv": ('int', 'int', 'typing.Sequence[int]'),
22758    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glClearBufferuiv": ('int', 'int', 'typing.Sequence[int]'),
22759    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glClearColor": ('float', 'float', 'float', 'float'),
22760    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glClearDepth": ('float',),
22761    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glClearIndex": ('float',),
22762    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glClearStencil": ('int',),
22763    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glClientActiveTexture": ('int',),
22764    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glClipPlane": ('int', 'typing.Sequence[float]'),
22765    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor3b": ('int', 'int', 'int'),
22766    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor3bv": ('str',),
22767    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor3d": ('float', 'float', 'float'),
22768    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor3dv": ('typing.Sequence[float]',),
22769    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor3f": ('float', 'float', 'float'),
22770    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor3fv": ('typing.Sequence[float]',),
22771    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor3i": ('int', 'int', 'int'),
22772    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor3iv": ('typing.Sequence[int]',),
22773    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor3s": ('int', 'int', 'int'),
22774    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor3sv": ('typing.Sequence[int]',),
22775    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor3ub": ('int', 'int', 'int'),
22776    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor3ubv": ('str',),
22777    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor3ui": ('int', 'int', 'int'),
22778    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor3uiv": ('typing.Sequence[int]',),
22779    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor3us": ('int', 'int', 'int'),
22780    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor3usv": ('typing.Sequence[int]',),
22781    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor4b": ('int', 'int', 'int', 'int'),
22782    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor4bv": ('str',),
22783    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor4d": ('float', 'float', 'float', 'float'),
22784    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor4dv": ('typing.Sequence[float]',),
22785    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor4f": ('float', 'float', 'float', 'float'),
22786    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor4fv": ('typing.Sequence[float]',),
22787    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor4i": ('int', 'int', 'int', 'int'),
22788    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor4iv": ('typing.Sequence[int]',),
22789    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor4s": ('int', 'int', 'int', 'int'),
22790    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor4sv": ('typing.Sequence[int]',),
22791    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor4ub": ('int', 'int', 'int', 'int'),
22792    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor4ubv": ('str',),
22793    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor4ui": ('int', 'int', 'int', 'int'),
22794    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor4uiv": ('typing.Sequence[int]',),
22795    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor4us": ('int', 'int', 'int', 'int'),
22796    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColor4usv": ('typing.Sequence[int]',),
22797    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColorMask": ('int', 'int', 'int', 'int'),
22798    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColorMaski": ('int', 'int', 'int', 'int', 'int'),
22799    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColorMaterial": ('int', 'int'),
22800    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColorP3ui": ('int', 'int'),
22801    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColorP3uiv": ('int', 'typing.Sequence[int]'),
22802    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColorP4ui": ('int', 'int'),
22803    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColorP4uiv": ('int', 'typing.Sequence[int]'),
22804    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColorPointer": ('int', 'int', 'int', 'int'),
22805    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColorSubTable": ('int', 'int', 'int', 'int', 'int', 'int'),
22806    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColorTable": ('int', 'int', 'int', 'int', 'int', 'int'),
22807    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColorTableParameterfv": ('int', 'int', 'typing.Sequence[float]'),
22808    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glColorTableParameteriv": ('int', 'int', 'typing.Sequence[int]'),
22809    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glCompileShader": ('int',),
22810    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glCompressedTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
22811    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glCompressedTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
22812    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glCompressedTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
22813    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glCompressedTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
22814    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glCompressedTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
22815    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glCompressedTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
22816    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glConvolutionFilter1D": ('int', 'int', 'int', 'int', 'int', 'int'),
22817    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glConvolutionFilter2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
22818    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glConvolutionParameterf": ('int', 'int', 'float'),
22819    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glConvolutionParameterfv": ('int', 'int', 'typing.Sequence[float]'),
22820    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glConvolutionParameteri": ('int', 'int', 'int'),
22821    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glConvolutionParameteriv": ('int', 'int', 'typing.Sequence[int]'),
22822    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glCopyColorSubTable": ('int', 'int', 'int', 'int', 'int'),
22823    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glCopyColorTable": ('int', 'int', 'int', 'int', 'int'),
22824    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glCopyConvolutionFilter1D": ('int', 'int', 'int', 'int', 'int'),
22825    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glCopyConvolutionFilter2D": ('int', 'int', 'int', 'int', 'int', 'int'),
22826    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glCopyPixels": ('int', 'int', 'int', 'int', 'int'),
22827    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glCopyTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
22828    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glCopyTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
22829    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glCopyTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int'),
22830    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glCopyTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
22831    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glCopyTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
22832    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glCreateProgram": (),
22833    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glCreateShader": ('int',),
22834    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glCullFace": ('int',),
22835    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDeleteBuffers": ('int', 'typing.Sequence[int]'),
22836    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDeleteFramebuffers": ('int', 'typing.Sequence[int]'),
22837    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDeleteLists": ('int', 'int'),
22838    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDeleteProgram": ('int',),
22839    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDeleteQueries": ('int', 'typing.Sequence[int]'),
22840    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDeleteRenderbuffers": ('int', 'typing.Sequence[int]'),
22841    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDeleteSamplers": ('int', 'typing.Sequence[int]'),
22842    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDeleteShader": ('int',),
22843    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDeleteTextures": ('int', 'typing.Sequence[int]'),
22844    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDeleteTransformFeedbacks": ('int', 'typing.Sequence[int]'),
22845    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDeleteVertexArrays": ('int', 'typing.Sequence[int]'),
22846    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDepthFunc": ('int',),
22847    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDepthMask": ('int',),
22848    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDepthRange": ('float', 'float'),
22849    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDetachShader": ('int', 'int'),
22850    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDisable": ('int',),
22851    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDisableClientState": ('int',),
22852    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDisableVertexAttribArray": ('int',),
22853    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDisablei": ('int', 'int'),
22854    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDrawArrays": ('int', 'int', 'int'),
22855    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDrawArraysIndirect": ('int', 'int'),
22856    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDrawArraysInstanced": ('int', 'int', 'int', 'int'),
22857    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDrawBuffer": ('int',),
22858    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDrawBuffers": ('int', 'typing.Sequence[int]'),
22859    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDrawElements": ('int', 'int', 'int', 'int'),
22860    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDrawElementsBaseVertex": ('int', 'int', 'int', 'int', 'int'),
22861    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDrawElementsIndirect": ('int', 'int', 'int'),
22862    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDrawElementsInstanced": ('int', 'int', 'int', 'int', 'int'),
22863    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDrawElementsInstancedBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int'),
22864    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDrawPixels": ('int', 'int', 'int', 'int', 'int'),
22865    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDrawRangeElements": ('int', 'int', 'int', 'int', 'int', 'int'),
22866    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDrawRangeElementsBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
22867    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDrawTransformFeedback": ('int', 'int'),
22868    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glDrawTransformFeedbackStream": ('int', 'int', 'int'),
22869    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glEdgeFlag": ('int',),
22870    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glEdgeFlagPointer": ('int', 'int'),
22871    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glEnable": ('int',),
22872    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glEnableClientState": ('int',),
22873    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glEnableVertexAttribArray": ('int',),
22874    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glEnablei": ('int', 'int'),
22875    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glEnd": (),
22876    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glEndConditionalRender": (),
22877    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glEndList": (),
22878    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glEndQuery": ('int',),
22879    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glEndQueryIndexed": ('int', 'int'),
22880    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glEndTransformFeedback": (),
22881    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glEvalCoord1d": ('float',),
22882    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glEvalCoord1dv": ('typing.Sequence[float]',),
22883    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glEvalCoord1f": ('float',),
22884    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glEvalCoord1fv": ('typing.Sequence[float]',),
22885    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glEvalCoord2d": ('float', 'float'),
22886    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glEvalCoord2dv": ('typing.Sequence[float]',),
22887    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glEvalCoord2f": ('float', 'float'),
22888    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glEvalCoord2fv": ('typing.Sequence[float]',),
22889    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glEvalMesh1": ('int', 'int', 'int'),
22890    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glEvalMesh2": ('int', 'int', 'int', 'int', 'int'),
22891    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glEvalPoint1": ('int',),
22892    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glEvalPoint2": ('int', 'int'),
22893    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glFinish": (),
22894    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glFlush": (),
22895    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glFogCoordPointer": ('int', 'int', 'int'),
22896    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glFogCoordd": ('float',),
22897    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glFogCoorddv": ('typing.Sequence[float]',),
22898    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glFogCoordf": ('float',),
22899    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glFogCoordfv": ('typing.Sequence[float]',),
22900    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glFogf": ('int', 'float'),
22901    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glFogfv": ('int', 'typing.Sequence[float]'),
22902    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glFogi": ('int', 'int'),
22903    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glFogiv": ('int', 'typing.Sequence[int]'),
22904    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glFramebufferRenderbuffer": ('int', 'int', 'int', 'int'),
22905    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glFramebufferTexture": ('int', 'int', 'int', 'int'),
22906    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glFramebufferTexture1D": ('int', 'int', 'int', 'int', 'int'),
22907    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glFramebufferTexture2D": ('int', 'int', 'int', 'int', 'int'),
22908    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glFramebufferTexture3D": ('int', 'int', 'int', 'int', 'int', 'int'),
22909    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glFramebufferTextureLayer": ('int', 'int', 'int', 'int', 'int'),
22910    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glFrontFace": ('int',),
22911    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glFrustum": ('float', 'float', 'float', 'float', 'float', 'float'),
22912    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glGenLists": ('int',),
22913    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glGenerateMipmap": ('int',),
22914    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glGetAttribLocation": ('int', 'str'),
22915    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glGetError": (),
22916    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glGetFragDataIndex": ('int', 'str'),
22917    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glGetFragDataLocation": ('int', 'str'),
22918    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glGetString": ('int',),
22919    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glGetStringi": ('int', 'int'),
22920    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glGetSubroutineIndex": ('int', 'int', 'str'),
22921    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glGetSubroutineUniformLocation": ('int', 'int', 'str'),
22922    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glGetUniformBlockIndex": ('int', 'str'),
22923    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glGetUniformLocation": ('int', 'str'),
22924    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glHint": ('int', 'int'),
22925    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glHistogram": ('int', 'int', 'int', 'int'),
22926    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glIndexMask": ('int',),
22927    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glIndexPointer": ('int', 'int', 'int'),
22928    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glIndexd": ('float',),
22929    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glIndexdv": ('typing.Sequence[float]',),
22930    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glIndexf": ('float',),
22931    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glIndexfv": ('typing.Sequence[float]',),
22932    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glIndexi": ('int',),
22933    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glIndexiv": ('typing.Sequence[int]',),
22934    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glIndexs": ('int',),
22935    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glIndexsv": ('typing.Sequence[int]',),
22936    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glIndexub": ('int',),
22937    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glIndexubv": ('str',),
22938    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glInitNames": (),
22939    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glInterleavedArrays": ('int', 'int', 'int'),
22940    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glIsBuffer": ('int',),
22941    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glIsEnabled": ('int',),
22942    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glIsEnabledi": ('int', 'int'),
22943    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glIsFramebuffer": ('int',),
22944    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glIsList": ('int',),
22945    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glIsProgram": ('int',),
22946    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glIsQuery": ('int',),
22947    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glIsRenderbuffer": ('int',),
22948    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glIsSampler": ('int',),
22949    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glIsShader": ('int',),
22950    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glIsTexture": ('int',),
22951    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glIsTransformFeedback": ('int',),
22952    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glIsVertexArray": ('int',),
22953    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glLightModelf": ('int', 'float'),
22954    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glLightModelfv": ('int', 'typing.Sequence[float]'),
22955    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glLightModeli": ('int', 'int'),
22956    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glLightModeliv": ('int', 'typing.Sequence[int]'),
22957    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glLightf": ('int', 'int', 'float'),
22958    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glLightfv": ('int', 'int', 'typing.Sequence[float]'),
22959    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glLighti": ('int', 'int', 'int'),
22960    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glLightiv": ('int', 'int', 'typing.Sequence[int]'),
22961    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glLineStipple": ('int', 'int'),
22962    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glLineWidth": ('float',),
22963    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glLinkProgram": ('int',),
22964    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glListBase": ('int',),
22965    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glLoadIdentity": (),
22966    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glLoadMatrixd": ('typing.Sequence[float]',),
22967    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glLoadMatrixf": ('typing.Sequence[float]',),
22968    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glLoadName": ('int',),
22969    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glLoadTransposeMatrixd": ('typing.Sequence[float]',),
22970    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glLoadTransposeMatrixf": ('typing.Sequence[float]',),
22971    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glLogicOp": ('int',),
22972    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMap1d": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
22973    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMap1f": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
22974    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMap2d": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
22975    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMap2f": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
22976    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMapBuffer": ('int', 'int'),
22977    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMapGrid1d": ('int', 'float', 'float'),
22978    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMapGrid1f": ('int', 'float', 'float'),
22979    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMapGrid2d": ('int', 'float', 'float', 'int', 'float', 'float'),
22980    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMapGrid2f": ('int', 'float', 'float', 'int', 'float', 'float'),
22981    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMaterialf": ('int', 'int', 'float'),
22982    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMaterialfv": ('int', 'int', 'typing.Sequence[float]'),
22983    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMateriali": ('int', 'int', 'int'),
22984    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMaterialiv": ('int', 'int', 'typing.Sequence[int]'),
22985    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMatrixMode": ('int',),
22986    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMinSampleShading": ('float',),
22987    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMinmax": ('int', 'int', 'int'),
22988    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultMatrixd": ('typing.Sequence[float]',),
22989    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultMatrixf": ('typing.Sequence[float]',),
22990    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultTransposeMatrixd": ('typing.Sequence[float]',),
22991    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultTransposeMatrixf": ('typing.Sequence[float]',),
22992    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiDrawArrays": ('int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'int'),
22993    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord1d": ('int', 'float'),
22994    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord1dv": ('int', 'typing.Sequence[float]'),
22995    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord1f": ('int', 'float'),
22996    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord1fv": ('int', 'typing.Sequence[float]'),
22997    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord1i": ('int', 'int'),
22998    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord1iv": ('int', 'typing.Sequence[int]'),
22999    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord1s": ('int', 'int'),
23000    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord1sv": ('int', 'typing.Sequence[int]'),
23001    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord2d": ('int', 'float', 'float'),
23002    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord2dv": ('int', 'typing.Sequence[float]'),
23003    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord2f": ('int', 'float', 'float'),
23004    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord2fv": ('int', 'typing.Sequence[float]'),
23005    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord2i": ('int', 'int', 'int'),
23006    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord2iv": ('int', 'typing.Sequence[int]'),
23007    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord2s": ('int', 'int', 'int'),
23008    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord2sv": ('int', 'typing.Sequence[int]'),
23009    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord3d": ('int', 'float', 'float', 'float'),
23010    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord3dv": ('int', 'typing.Sequence[float]'),
23011    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord3f": ('int', 'float', 'float', 'float'),
23012    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord3fv": ('int', 'typing.Sequence[float]'),
23013    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord3i": ('int', 'int', 'int', 'int'),
23014    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord3iv": ('int', 'typing.Sequence[int]'),
23015    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord3s": ('int', 'int', 'int', 'int'),
23016    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord3sv": ('int', 'typing.Sequence[int]'),
23017    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord4d": ('int', 'float', 'float', 'float', 'float'),
23018    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord4dv": ('int', 'typing.Sequence[float]'),
23019    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord4f": ('int', 'float', 'float', 'float', 'float'),
23020    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord4fv": ('int', 'typing.Sequence[float]'),
23021    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord4i": ('int', 'int', 'int', 'int', 'int'),
23022    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord4iv": ('int', 'typing.Sequence[int]'),
23023    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord4s": ('int', 'int', 'int', 'int', 'int'),
23024    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoord4sv": ('int', 'typing.Sequence[int]'),
23025    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoordP1ui": ('int', 'int', 'int'),
23026    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoordP1uiv": ('int', 'int', 'typing.Sequence[int]'),
23027    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoordP2ui": ('int', 'int', 'int'),
23028    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoordP2uiv": ('int', 'int', 'typing.Sequence[int]'),
23029    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoordP3ui": ('int', 'int', 'int'),
23030    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoordP3uiv": ('int', 'int', 'typing.Sequence[int]'),
23031    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoordP4ui": ('int', 'int', 'int'),
23032    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glMultiTexCoordP4uiv": ('int', 'int', 'typing.Sequence[int]'),
23033    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glNewList": ('int', 'int'),
23034    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glNormal3b": ('int', 'int', 'int'),
23035    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glNormal3bv": ('str',),
23036    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glNormal3d": ('float', 'float', 'float'),
23037    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glNormal3dv": ('typing.Sequence[float]',),
23038    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glNormal3f": ('float', 'float', 'float'),
23039    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glNormal3fv": ('typing.Sequence[float]',),
23040    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glNormal3i": ('int', 'int', 'int'),
23041    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glNormal3iv": ('typing.Sequence[int]',),
23042    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glNormal3s": ('int', 'int', 'int'),
23043    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glNormal3sv": ('typing.Sequence[int]',),
23044    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glNormalP3ui": ('int', 'int'),
23045    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glNormalP3uiv": ('int', 'typing.Sequence[int]'),
23046    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glNormalPointer": ('int', 'int', 'int'),
23047    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glOrtho": ('float', 'float', 'float', 'float', 'float', 'float'),
23048    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glPassThrough": ('float',),
23049    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glPatchParameterfv": ('int', 'typing.Sequence[float]'),
23050    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glPatchParameteri": ('int', 'int'),
23051    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glPauseTransformFeedback": (),
23052    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glPixelMapfv": ('int', 'int', 'typing.Sequence[float]'),
23053    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glPixelMapuiv": ('int', 'int', 'typing.Sequence[int]'),
23054    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glPixelMapusv": ('int', 'int', 'typing.Sequence[int]'),
23055    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glPixelStoref": ('int', 'float'),
23056    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glPixelStorei": ('int', 'int'),
23057    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glPixelTransferf": ('int', 'float'),
23058    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glPixelTransferi": ('int', 'int'),
23059    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glPixelZoom": ('float', 'float'),
23060    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glPointParameterf": ('int', 'float'),
23061    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glPointParameterfv": ('int', 'typing.Sequence[float]'),
23062    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glPointParameteri": ('int', 'int'),
23063    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glPointParameteriv": ('int', 'typing.Sequence[int]'),
23064    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glPointSize": ('float',),
23065    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glPolygonMode": ('int', 'int'),
23066    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glPolygonOffset": ('float', 'float'),
23067    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glPopAttrib": (),
23068    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glPopClientAttrib": (),
23069    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glPopMatrix": (),
23070    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glPopName": (),
23071    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glPrimitiveRestartIndex": ('int',),
23072    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glPrioritizeTextures": ('int', 'typing.Sequence[int]', 'typing.Sequence[float]'),
23073    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glProvokingVertex": ('int',),
23074    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glPushAttrib": ('int',),
23075    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glPushClientAttrib": ('int',),
23076    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glPushMatrix": (),
23077    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glPushName": ('int',),
23078    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glQueryCounter": ('int', 'int'),
23079    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRasterPos2d": ('float', 'float'),
23080    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRasterPos2dv": ('typing.Sequence[float]',),
23081    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRasterPos2f": ('float', 'float'),
23082    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRasterPos2fv": ('typing.Sequence[float]',),
23083    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRasterPos2i": ('int', 'int'),
23084    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRasterPos2iv": ('typing.Sequence[int]',),
23085    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRasterPos2s": ('int', 'int'),
23086    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRasterPos2sv": ('typing.Sequence[int]',),
23087    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRasterPos3d": ('float', 'float', 'float'),
23088    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRasterPos3dv": ('typing.Sequence[float]',),
23089    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRasterPos3f": ('float', 'float', 'float'),
23090    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRasterPos3fv": ('typing.Sequence[float]',),
23091    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRasterPos3i": ('int', 'int', 'int'),
23092    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRasterPos3iv": ('typing.Sequence[int]',),
23093    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRasterPos3s": ('int', 'int', 'int'),
23094    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRasterPos3sv": ('typing.Sequence[int]',),
23095    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRasterPos4d": ('float', 'float', 'float', 'float'),
23096    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRasterPos4dv": ('typing.Sequence[float]',),
23097    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRasterPos4f": ('float', 'float', 'float', 'float'),
23098    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRasterPos4fv": ('typing.Sequence[float]',),
23099    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRasterPos4i": ('int', 'int', 'int', 'int'),
23100    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRasterPos4iv": ('typing.Sequence[int]',),
23101    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRasterPos4s": ('int', 'int', 'int', 'int'),
23102    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRasterPos4sv": ('typing.Sequence[int]',),
23103    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glReadBuffer": ('int',),
23104    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRectd": ('float', 'float', 'float', 'float'),
23105    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRectdv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
23106    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRectf": ('float', 'float', 'float', 'float'),
23107    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRectfv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
23108    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRecti": ('int', 'int', 'int', 'int'),
23109    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRectiv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
23110    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRects": ('int', 'int', 'int', 'int'),
23111    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRectsv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
23112    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRenderMode": ('int',),
23113    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRenderbufferStorage": ('int', 'int', 'int', 'int'),
23114    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRenderbufferStorageMultisample": ('int', 'int', 'int', 'int', 'int'),
23115    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glResetHistogram": ('int',),
23116    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glResetMinmax": ('int',),
23117    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glResumeTransformFeedback": (),
23118    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRotated": ('float', 'float', 'float', 'float'),
23119    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glRotatef": ('float', 'float', 'float', 'float'),
23120    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glSampleCoverage": ('float', 'int'),
23121    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glSampleMaski": ('int', 'int'),
23122    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glSamplerParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
23123    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glSamplerParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
23124    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glSamplerParameterf": ('int', 'int', 'float'),
23125    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glSamplerParameterfv": ('int', 'int', 'typing.Sequence[float]'),
23126    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glSamplerParameteri": ('int', 'int', 'int'),
23127    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glSamplerParameteriv": ('int', 'int', 'typing.Sequence[int]'),
23128    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glScaled": ('float', 'float', 'float'),
23129    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glScalef": ('float', 'float', 'float'),
23130    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glScissor": ('int', 'int', 'int', 'int'),
23131    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glSecondaryColor3b": ('int', 'int', 'int'),
23132    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glSecondaryColor3bv": ('str',),
23133    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glSecondaryColor3d": ('float', 'float', 'float'),
23134    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glSecondaryColor3dv": ('typing.Sequence[float]',),
23135    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glSecondaryColor3f": ('float', 'float', 'float'),
23136    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glSecondaryColor3fv": ('typing.Sequence[float]',),
23137    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glSecondaryColor3i": ('int', 'int', 'int'),
23138    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glSecondaryColor3iv": ('typing.Sequence[int]',),
23139    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glSecondaryColor3s": ('int', 'int', 'int'),
23140    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glSecondaryColor3sv": ('typing.Sequence[int]',),
23141    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glSecondaryColor3ub": ('int', 'int', 'int'),
23142    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glSecondaryColor3ubv": ('str',),
23143    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glSecondaryColor3ui": ('int', 'int', 'int'),
23144    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glSecondaryColor3uiv": ('typing.Sequence[int]',),
23145    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glSecondaryColor3us": ('int', 'int', 'int'),
23146    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glSecondaryColor3usv": ('typing.Sequence[int]',),
23147    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glSecondaryColorP3ui": ('int', 'int'),
23148    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glSecondaryColorP3uiv": ('int', 'typing.Sequence[int]'),
23149    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glSecondaryColorPointer": ('int', 'int', 'int', 'int'),
23150    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glSeparableFilter2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
23151    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glShadeModel": ('int',),
23152    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glStencilFunc": ('int', 'int', 'int'),
23153    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glStencilFuncSeparate": ('int', 'int', 'int', 'int'),
23154    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glStencilMask": ('int',),
23155    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glStencilMaskSeparate": ('int', 'int'),
23156    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glStencilOp": ('int', 'int', 'int'),
23157    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glStencilOpSeparate": ('int', 'int', 'int', 'int'),
23158    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexBuffer": ('int', 'int', 'int'),
23159    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord1d": ('float',),
23160    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord1dv": ('typing.Sequence[float]',),
23161    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord1f": ('float',),
23162    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord1fv": ('typing.Sequence[float]',),
23163    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord1i": ('int',),
23164    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord1iv": ('typing.Sequence[int]',),
23165    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord1s": ('int',),
23166    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord1sv": ('typing.Sequence[int]',),
23167    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord2d": ('float', 'float'),
23168    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord2dv": ('typing.Sequence[float]',),
23169    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord2f": ('float', 'float'),
23170    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord2fv": ('typing.Sequence[float]',),
23171    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord2i": ('int', 'int'),
23172    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord2iv": ('typing.Sequence[int]',),
23173    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord2s": ('int', 'int'),
23174    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord2sv": ('typing.Sequence[int]',),
23175    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord3d": ('float', 'float', 'float'),
23176    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord3dv": ('typing.Sequence[float]',),
23177    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord3f": ('float', 'float', 'float'),
23178    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord3fv": ('typing.Sequence[float]',),
23179    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord3i": ('int', 'int', 'int'),
23180    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord3iv": ('typing.Sequence[int]',),
23181    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord3s": ('int', 'int', 'int'),
23182    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord3sv": ('typing.Sequence[int]',),
23183    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord4d": ('float', 'float', 'float', 'float'),
23184    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord4dv": ('typing.Sequence[float]',),
23185    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord4f": ('float', 'float', 'float', 'float'),
23186    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord4fv": ('typing.Sequence[float]',),
23187    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord4i": ('int', 'int', 'int', 'int'),
23188    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord4iv": ('typing.Sequence[int]',),
23189    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord4s": ('int', 'int', 'int', 'int'),
23190    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoord4sv": ('typing.Sequence[int]',),
23191    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoordP1ui": ('int', 'int'),
23192    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoordP1uiv": ('int', 'typing.Sequence[int]'),
23193    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoordP2ui": ('int', 'int'),
23194    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoordP2uiv": ('int', 'typing.Sequence[int]'),
23195    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoordP3ui": ('int', 'int'),
23196    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoordP3uiv": ('int', 'typing.Sequence[int]'),
23197    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoordP4ui": ('int', 'int'),
23198    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoordP4uiv": ('int', 'typing.Sequence[int]'),
23199    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexCoordPointer": ('int', 'int', 'int', 'int'),
23200    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexEnvf": ('int', 'int', 'float'),
23201    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexEnvfv": ('int', 'int', 'typing.Sequence[float]'),
23202    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexEnvi": ('int', 'int', 'int'),
23203    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexEnviv": ('int', 'int', 'typing.Sequence[int]'),
23204    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexGend": ('int', 'int', 'float'),
23205    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexGendv": ('int', 'int', 'typing.Sequence[float]'),
23206    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexGenf": ('int', 'int', 'float'),
23207    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexGenfv": ('int', 'int', 'typing.Sequence[float]'),
23208    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexGeni": ('int', 'int', 'int'),
23209    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexGeniv": ('int', 'int', 'typing.Sequence[int]'),
23210    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
23211    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
23212    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexImage2DMultisample": ('int', 'int', 'int', 'int', 'int', 'int'),
23213    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
23214    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexImage3DMultisample": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
23215    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
23216    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
23217    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexParameterf": ('int', 'int', 'float'),
23218    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexParameterfv": ('int', 'int', 'typing.Sequence[float]'),
23219    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexParameteri": ('int', 'int', 'int'),
23220    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexParameteriv": ('int', 'int', 'typing.Sequence[int]'),
23221    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
23222    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
23223    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
23224    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTranslated": ('float', 'float', 'float'),
23225    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glTranslatef": ('float', 'float', 'float'),
23226    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform1d": ('int', 'float'),
23227    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform1dv": ('int', 'int', 'typing.Sequence[float]'),
23228    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform1f": ('int', 'float'),
23229    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform1fv": ('int', 'int', 'typing.Sequence[float]'),
23230    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform1i": ('int', 'int'),
23231    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform1iv": ('int', 'int', 'typing.Sequence[int]'),
23232    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform1ui": ('int', 'int'),
23233    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform1uiv": ('int', 'int', 'typing.Sequence[int]'),
23234    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform2d": ('int', 'float', 'float'),
23235    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform2dv": ('int', 'int', 'typing.Sequence[float]'),
23236    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform2f": ('int', 'float', 'float'),
23237    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform2fv": ('int', 'int', 'typing.Sequence[float]'),
23238    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform2i": ('int', 'int', 'int'),
23239    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform2iv": ('int', 'int', 'typing.Sequence[int]'),
23240    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform2ui": ('int', 'int', 'int'),
23241    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform2uiv": ('int', 'int', 'typing.Sequence[int]'),
23242    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform3d": ('int', 'float', 'float', 'float'),
23243    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform3dv": ('int', 'int', 'typing.Sequence[float]'),
23244    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform3f": ('int', 'float', 'float', 'float'),
23245    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform3fv": ('int', 'int', 'typing.Sequence[float]'),
23246    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform3i": ('int', 'int', 'int', 'int'),
23247    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform3iv": ('int', 'int', 'typing.Sequence[int]'),
23248    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform3ui": ('int', 'int', 'int', 'int'),
23249    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform3uiv": ('int', 'int', 'typing.Sequence[int]'),
23250    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform4d": ('int', 'float', 'float', 'float', 'float'),
23251    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform4dv": ('int', 'int', 'typing.Sequence[float]'),
23252    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform4f": ('int', 'float', 'float', 'float', 'float'),
23253    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform4fv": ('int', 'int', 'typing.Sequence[float]'),
23254    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform4i": ('int', 'int', 'int', 'int', 'int'),
23255    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform4iv": ('int', 'int', 'typing.Sequence[int]'),
23256    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform4ui": ('int', 'int', 'int', 'int', 'int'),
23257    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniform4uiv": ('int', 'int', 'typing.Sequence[int]'),
23258    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniformBlockBinding": ('int', 'int', 'int'),
23259    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniformMatrix2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23260    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniformMatrix2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23261    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniformMatrix2x3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23262    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniformMatrix2x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23263    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniformMatrix2x4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23264    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniformMatrix2x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23265    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniformMatrix3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23266    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniformMatrix3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23267    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniformMatrix3x2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23268    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniformMatrix3x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23269    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniformMatrix3x4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23270    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniformMatrix3x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23271    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniformMatrix4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23272    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniformMatrix4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23273    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniformMatrix4x2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23274    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniformMatrix4x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23275    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniformMatrix4x3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23276    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniformMatrix4x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23277    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUniformSubroutinesuiv": ('int', 'int', 'typing.Sequence[int]'),
23278    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUnmapBuffer": ('int',),
23279    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glUseProgram": ('int',),
23280    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glValidateProgram": ('int',),
23281    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertex2d": ('float', 'float'),
23282    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertex2dv": ('typing.Sequence[float]',),
23283    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertex2f": ('float', 'float'),
23284    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertex2fv": ('typing.Sequence[float]',),
23285    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertex2i": ('int', 'int'),
23286    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertex2iv": ('typing.Sequence[int]',),
23287    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertex2s": ('int', 'int'),
23288    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertex2sv": ('typing.Sequence[int]',),
23289    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertex3d": ('float', 'float', 'float'),
23290    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertex3dv": ('typing.Sequence[float]',),
23291    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertex3f": ('float', 'float', 'float'),
23292    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertex3fv": ('typing.Sequence[float]',),
23293    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertex3i": ('int', 'int', 'int'),
23294    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertex3iv": ('typing.Sequence[int]',),
23295    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertex3s": ('int', 'int', 'int'),
23296    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertex3sv": ('typing.Sequence[int]',),
23297    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertex4d": ('float', 'float', 'float', 'float'),
23298    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertex4dv": ('typing.Sequence[float]',),
23299    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertex4f": ('float', 'float', 'float', 'float'),
23300    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertex4fv": ('typing.Sequence[float]',),
23301    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertex4i": ('int', 'int', 'int', 'int'),
23302    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertex4iv": ('typing.Sequence[int]',),
23303    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertex4s": ('int', 'int', 'int', 'int'),
23304    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertex4sv": ('typing.Sequence[int]',),
23305    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib1d": ('int', 'float'),
23306    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib1dv": ('int', 'typing.Sequence[float]'),
23307    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib1f": ('int', 'float'),
23308    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib1fv": ('int', 'typing.Sequence[float]'),
23309    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib1s": ('int', 'int'),
23310    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib1sv": ('int', 'typing.Sequence[int]'),
23311    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib2d": ('int', 'float', 'float'),
23312    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib2dv": ('int', 'typing.Sequence[float]'),
23313    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib2f": ('int', 'float', 'float'),
23314    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib2fv": ('int', 'typing.Sequence[float]'),
23315    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib2s": ('int', 'int', 'int'),
23316    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib2sv": ('int', 'typing.Sequence[int]'),
23317    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib3d": ('int', 'float', 'float', 'float'),
23318    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib3dv": ('int', 'typing.Sequence[float]'),
23319    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib3f": ('int', 'float', 'float', 'float'),
23320    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib3fv": ('int', 'typing.Sequence[float]'),
23321    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib3s": ('int', 'int', 'int', 'int'),
23322    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib3sv": ('int', 'typing.Sequence[int]'),
23323    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib4Nbv": ('int', 'str'),
23324    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib4Niv": ('int', 'typing.Sequence[int]'),
23325    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib4Nsv": ('int', 'typing.Sequence[int]'),
23326    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib4Nub": ('int', 'int', 'int', 'int', 'int'),
23327    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib4Nubv": ('int', 'str'),
23328    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib4Nuiv": ('int', 'typing.Sequence[int]'),
23329    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib4Nusv": ('int', 'typing.Sequence[int]'),
23330    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib4bv": ('int', 'str'),
23331    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib4d": ('int', 'float', 'float', 'float', 'float'),
23332    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib4dv": ('int', 'typing.Sequence[float]'),
23333    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib4f": ('int', 'float', 'float', 'float', 'float'),
23334    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib4fv": ('int', 'typing.Sequence[float]'),
23335    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib4iv": ('int', 'typing.Sequence[int]'),
23336    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib4s": ('int', 'int', 'int', 'int', 'int'),
23337    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib4sv": ('int', 'typing.Sequence[int]'),
23338    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib4ubv": ('int', 'str'),
23339    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib4uiv": ('int', 'typing.Sequence[int]'),
23340    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttrib4usv": ('int', 'typing.Sequence[int]'),
23341    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttribDivisor": ('int', 'int'),
23342    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttribI1i": ('int', 'int'),
23343    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttribI1iv": ('int', 'typing.Sequence[int]'),
23344    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttribI1ui": ('int', 'int'),
23345    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttribI1uiv": ('int', 'typing.Sequence[int]'),
23346    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttribI2i": ('int', 'int', 'int'),
23347    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttribI2iv": ('int', 'typing.Sequence[int]'),
23348    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttribI2ui": ('int', 'int', 'int'),
23349    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttribI2uiv": ('int', 'typing.Sequence[int]'),
23350    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttribI3i": ('int', 'int', 'int', 'int'),
23351    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttribI3iv": ('int', 'typing.Sequence[int]'),
23352    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttribI3ui": ('int', 'int', 'int', 'int'),
23353    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttribI3uiv": ('int', 'typing.Sequence[int]'),
23354    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttribI4bv": ('int', 'str'),
23355    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttribI4i": ('int', 'int', 'int', 'int', 'int'),
23356    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttribI4iv": ('int', 'typing.Sequence[int]'),
23357    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttribI4sv": ('int', 'typing.Sequence[int]'),
23358    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttribI4ubv": ('int', 'str'),
23359    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttribI4ui": ('int', 'int', 'int', 'int', 'int'),
23360    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttribI4uiv": ('int', 'typing.Sequence[int]'),
23361    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttribI4usv": ('int', 'typing.Sequence[int]'),
23362    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttribIPointer": ('int', 'int', 'int', 'int', 'int'),
23363    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttribP1ui": ('int', 'int', 'int', 'int'),
23364    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttribP1uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
23365    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttribP2ui": ('int', 'int', 'int', 'int'),
23366    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttribP2uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
23367    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttribP3ui": ('int', 'int', 'int', 'int'),
23368    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttribP3uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
23369    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttribP4ui": ('int', 'int', 'int', 'int'),
23370    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttribP4uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
23371    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexAttribPointer": ('int', 'int', 'int', 'int', 'int', 'int'),
23372    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexP2ui": ('int', 'int'),
23373    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexP2uiv": ('int', 'typing.Sequence[int]'),
23374    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexP3ui": ('int', 'int'),
23375    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexP3uiv": ('int', 'typing.Sequence[int]'),
23376    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexP4ui": ('int', 'int'),
23377    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexP4uiv": ('int', 'typing.Sequence[int]'),
23378    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glVertexPointer": ('int', 'int', 'int', 'int'),
23379    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glViewport": ('int', 'int', 'int', 'int'),
23380    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glWindowPos2d": ('float', 'float'),
23381    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glWindowPos2dv": ('typing.Sequence[float]',),
23382    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glWindowPos2f": ('float', 'float'),
23383    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glWindowPos2fv": ('typing.Sequence[float]',),
23384    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glWindowPos2i": ('int', 'int'),
23385    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glWindowPos2iv": ('typing.Sequence[int]',),
23386    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glWindowPos2s": ('int', 'int'),
23387    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glWindowPos2sv": ('typing.Sequence[int]',),
23388    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glWindowPos3d": ('float', 'float', 'float'),
23389    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glWindowPos3dv": ('typing.Sequence[float]',),
23390    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glWindowPos3f": ('float', 'float', 'float'),
23391    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glWindowPos3fv": ('typing.Sequence[float]',),
23392    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glWindowPos3i": ('int', 'int', 'int'),
23393    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glWindowPos3iv": ('typing.Sequence[int]',),
23394    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glWindowPos3s": ('int', 'int', 'int'),
23395    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.glWindowPos3sv": ('typing.Sequence[int]',),
23396    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Compatibility.initializeOpenGLFunctions": (),
23397# class PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core:
23398    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.__init__": (),
23399    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glActiveTexture": ('int',),
23400    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glAttachShader": ('int', 'int'),
23401    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glBeginConditionalRender": ('int', 'int'),
23402    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glBeginQuery": ('int', 'int'),
23403    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glBeginQueryIndexed": ('int', 'int', 'int'),
23404    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glBeginTransformFeedback": ('int',),
23405    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glBindAttribLocation": ('int', 'int', 'str'),
23406    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glBindBuffer": ('int', 'int'),
23407    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glBindBufferBase": ('int', 'int', 'int'),
23408    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glBindFragDataLocation": ('int', 'int', 'str'),
23409    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glBindFragDataLocationIndexed": ('int', 'int', 'int', 'str'),
23410    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glBindFramebuffer": ('int', 'int'),
23411    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glBindRenderbuffer": ('int', 'int'),
23412    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glBindSampler": ('int', 'int'),
23413    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glBindTexture": ('int', 'int'),
23414    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glBindTransformFeedback": ('int', 'int'),
23415    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glBindVertexArray": ('int',),
23416    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glBlendColor": ('float', 'float', 'float', 'float'),
23417    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glBlendEquation": ('int',),
23418    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glBlendEquationSeparate": ('int', 'int'),
23419    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glBlendEquationSeparatei": ('int', 'int', 'int'),
23420    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glBlendEquationi": ('int', 'int'),
23421    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glBlendFunc": ('int', 'int'),
23422    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glBlendFuncSeparate": ('int', 'int', 'int', 'int'),
23423    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glBlendFuncSeparatei": ('int', 'int', 'int', 'int', 'int'),
23424    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glBlendFunci": ('int', 'int', 'int'),
23425    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glBlitFramebuffer": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
23426    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glCheckFramebufferStatus": ('int',),
23427    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glClampColor": ('int', 'int'),
23428    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glClear": ('int',),
23429    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glClearBufferfi": ('int', 'int', 'float', 'int'),
23430    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glClearBufferfv": ('int', 'int', 'typing.Sequence[float]'),
23431    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glClearBufferiv": ('int', 'int', 'typing.Sequence[int]'),
23432    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glClearBufferuiv": ('int', 'int', 'typing.Sequence[int]'),
23433    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glClearColor": ('float', 'float', 'float', 'float'),
23434    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glClearDepth": ('float',),
23435    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glClearStencil": ('int',),
23436    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glColorMask": ('int', 'int', 'int', 'int'),
23437    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glColorMaski": ('int', 'int', 'int', 'int', 'int'),
23438    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glColorP3ui": ('int', 'int'),
23439    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glColorP3uiv": ('int', 'typing.Sequence[int]'),
23440    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glColorP4ui": ('int', 'int'),
23441    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glColorP4uiv": ('int', 'typing.Sequence[int]'),
23442    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glCompileShader": ('int',),
23443    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glCompressedTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
23444    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glCompressedTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
23445    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glCompressedTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
23446    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glCompressedTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
23447    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glCompressedTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
23448    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glCompressedTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
23449    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glCopyTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
23450    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glCopyTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
23451    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glCopyTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int'),
23452    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glCopyTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
23453    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glCopyTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
23454    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glCreateProgram": (),
23455    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glCreateShader": ('int',),
23456    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glCullFace": ('int',),
23457    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glDeleteBuffers": ('int', 'typing.Sequence[int]'),
23458    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glDeleteFramebuffers": ('int', 'typing.Sequence[int]'),
23459    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glDeleteProgram": ('int',),
23460    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glDeleteQueries": ('int', 'typing.Sequence[int]'),
23461    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glDeleteRenderbuffers": ('int', 'typing.Sequence[int]'),
23462    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glDeleteSamplers": ('int', 'typing.Sequence[int]'),
23463    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glDeleteShader": ('int',),
23464    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glDeleteTextures": ('int', 'typing.Sequence[int]'),
23465    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glDeleteTransformFeedbacks": ('int', 'typing.Sequence[int]'),
23466    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glDeleteVertexArrays": ('int', 'typing.Sequence[int]'),
23467    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glDepthFunc": ('int',),
23468    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glDepthMask": ('int',),
23469    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glDepthRange": ('float', 'float'),
23470    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glDetachShader": ('int', 'int'),
23471    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glDisable": ('int',),
23472    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glDisableVertexAttribArray": ('int',),
23473    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glDisablei": ('int', 'int'),
23474    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glDrawArrays": ('int', 'int', 'int'),
23475    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glDrawArraysIndirect": ('int', 'int'),
23476    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glDrawArraysInstanced": ('int', 'int', 'int', 'int'),
23477    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glDrawBuffer": ('int',),
23478    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glDrawBuffers": ('int', 'typing.Sequence[int]'),
23479    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glDrawElements": ('int', 'int', 'int', 'int'),
23480    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glDrawElementsBaseVertex": ('int', 'int', 'int', 'int', 'int'),
23481    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glDrawElementsIndirect": ('int', 'int', 'int'),
23482    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glDrawElementsInstanced": ('int', 'int', 'int', 'int', 'int'),
23483    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glDrawElementsInstancedBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int'),
23484    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glDrawRangeElements": ('int', 'int', 'int', 'int', 'int', 'int'),
23485    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glDrawRangeElementsBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
23486    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glDrawTransformFeedback": ('int', 'int'),
23487    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glDrawTransformFeedbackStream": ('int', 'int', 'int'),
23488    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glEnable": ('int',),
23489    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glEnableVertexAttribArray": ('int',),
23490    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glEnablei": ('int', 'int'),
23491    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glEndConditionalRender": (),
23492    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glEndQuery": ('int',),
23493    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glEndQueryIndexed": ('int', 'int'),
23494    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glEndTransformFeedback": (),
23495    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glFinish": (),
23496    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glFlush": (),
23497    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glFramebufferRenderbuffer": ('int', 'int', 'int', 'int'),
23498    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glFramebufferTexture": ('int', 'int', 'int', 'int'),
23499    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glFramebufferTexture1D": ('int', 'int', 'int', 'int', 'int'),
23500    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glFramebufferTexture2D": ('int', 'int', 'int', 'int', 'int'),
23501    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glFramebufferTexture3D": ('int', 'int', 'int', 'int', 'int', 'int'),
23502    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glFramebufferTextureLayer": ('int', 'int', 'int', 'int', 'int'),
23503    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glFrontFace": ('int',),
23504    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glGenerateMipmap": ('int',),
23505    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glGetAttribLocation": ('int', 'str'),
23506    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glGetError": (),
23507    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glGetFragDataIndex": ('int', 'str'),
23508    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glGetFragDataLocation": ('int', 'str'),
23509    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glGetString": ('int',),
23510    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glGetStringi": ('int', 'int'),
23511    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glGetSubroutineIndex": ('int', 'int', 'str'),
23512    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glGetSubroutineUniformLocation": ('int', 'int', 'str'),
23513    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glGetUniformBlockIndex": ('int', 'str'),
23514    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glGetUniformLocation": ('int', 'str'),
23515    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glHint": ('int', 'int'),
23516    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glIndexub": ('int',),
23517    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glIndexubv": ('str',),
23518    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glIsBuffer": ('int',),
23519    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glIsEnabled": ('int',),
23520    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glIsEnabledi": ('int', 'int'),
23521    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glIsFramebuffer": ('int',),
23522    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glIsProgram": ('int',),
23523    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glIsQuery": ('int',),
23524    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glIsRenderbuffer": ('int',),
23525    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glIsSampler": ('int',),
23526    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glIsShader": ('int',),
23527    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glIsTexture": ('int',),
23528    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glIsTransformFeedback": ('int',),
23529    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glIsVertexArray": ('int',),
23530    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glLineWidth": ('float',),
23531    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glLinkProgram": ('int',),
23532    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glLogicOp": ('int',),
23533    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glMapBuffer": ('int', 'int'),
23534    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glMinSampleShading": ('float',),
23535    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glMultiDrawArrays": ('int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'int'),
23536    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glMultiTexCoordP1ui": ('int', 'int', 'int'),
23537    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glMultiTexCoordP1uiv": ('int', 'int', 'typing.Sequence[int]'),
23538    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glMultiTexCoordP2ui": ('int', 'int', 'int'),
23539    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glMultiTexCoordP2uiv": ('int', 'int', 'typing.Sequence[int]'),
23540    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glMultiTexCoordP3ui": ('int', 'int', 'int'),
23541    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glMultiTexCoordP3uiv": ('int', 'int', 'typing.Sequence[int]'),
23542    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glMultiTexCoordP4ui": ('int', 'int', 'int'),
23543    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glMultiTexCoordP4uiv": ('int', 'int', 'typing.Sequence[int]'),
23544    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glNormalP3ui": ('int', 'int'),
23545    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glNormalP3uiv": ('int', 'typing.Sequence[int]'),
23546    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glPatchParameterfv": ('int', 'typing.Sequence[float]'),
23547    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glPatchParameteri": ('int', 'int'),
23548    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glPauseTransformFeedback": (),
23549    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glPixelStoref": ('int', 'float'),
23550    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glPixelStorei": ('int', 'int'),
23551    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glPointParameterf": ('int', 'float'),
23552    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glPointParameterfv": ('int', 'typing.Sequence[float]'),
23553    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glPointParameteri": ('int', 'int'),
23554    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glPointParameteriv": ('int', 'typing.Sequence[int]'),
23555    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glPointSize": ('float',),
23556    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glPolygonMode": ('int', 'int'),
23557    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glPolygonOffset": ('float', 'float'),
23558    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glPrimitiveRestartIndex": ('int',),
23559    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glProvokingVertex": ('int',),
23560    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glQueryCounter": ('int', 'int'),
23561    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glReadBuffer": ('int',),
23562    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glRenderbufferStorage": ('int', 'int', 'int', 'int'),
23563    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glRenderbufferStorageMultisample": ('int', 'int', 'int', 'int', 'int'),
23564    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glResumeTransformFeedback": (),
23565    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glSampleCoverage": ('float', 'int'),
23566    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glSampleMaski": ('int', 'int'),
23567    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glSamplerParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
23568    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glSamplerParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
23569    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glSamplerParameterf": ('int', 'int', 'float'),
23570    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glSamplerParameterfv": ('int', 'int', 'typing.Sequence[float]'),
23571    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glSamplerParameteri": ('int', 'int', 'int'),
23572    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glSamplerParameteriv": ('int', 'int', 'typing.Sequence[int]'),
23573    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glScissor": ('int', 'int', 'int', 'int'),
23574    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glSecondaryColorP3ui": ('int', 'int'),
23575    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glSecondaryColorP3uiv": ('int', 'typing.Sequence[int]'),
23576    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glStencilFunc": ('int', 'int', 'int'),
23577    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glStencilFuncSeparate": ('int', 'int', 'int', 'int'),
23578    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glStencilMask": ('int',),
23579    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glStencilMaskSeparate": ('int', 'int'),
23580    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glStencilOp": ('int', 'int', 'int'),
23581    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glStencilOpSeparate": ('int', 'int', 'int', 'int'),
23582    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glTexBuffer": ('int', 'int', 'int'),
23583    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glTexCoordP1ui": ('int', 'int'),
23584    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glTexCoordP1uiv": ('int', 'typing.Sequence[int]'),
23585    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glTexCoordP2ui": ('int', 'int'),
23586    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glTexCoordP2uiv": ('int', 'typing.Sequence[int]'),
23587    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glTexCoordP3ui": ('int', 'int'),
23588    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glTexCoordP3uiv": ('int', 'typing.Sequence[int]'),
23589    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glTexCoordP4ui": ('int', 'int'),
23590    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glTexCoordP4uiv": ('int', 'typing.Sequence[int]'),
23591    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
23592    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
23593    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glTexImage2DMultisample": ('int', 'int', 'int', 'int', 'int', 'int'),
23594    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
23595    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glTexImage3DMultisample": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
23596    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glTexParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
23597    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glTexParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
23598    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glTexParameterf": ('int', 'int', 'float'),
23599    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glTexParameterfv": ('int', 'int', 'typing.Sequence[float]'),
23600    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glTexParameteri": ('int', 'int', 'int'),
23601    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glTexParameteriv": ('int', 'int', 'typing.Sequence[int]'),
23602    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
23603    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
23604    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
23605    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform1d": ('int', 'float'),
23606    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform1dv": ('int', 'int', 'typing.Sequence[float]'),
23607    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform1f": ('int', 'float'),
23608    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform1fv": ('int', 'int', 'typing.Sequence[float]'),
23609    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform1i": ('int', 'int'),
23610    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform1iv": ('int', 'int', 'typing.Sequence[int]'),
23611    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform1ui": ('int', 'int'),
23612    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform1uiv": ('int', 'int', 'typing.Sequence[int]'),
23613    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform2d": ('int', 'float', 'float'),
23614    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform2dv": ('int', 'int', 'typing.Sequence[float]'),
23615    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform2f": ('int', 'float', 'float'),
23616    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform2fv": ('int', 'int', 'typing.Sequence[float]'),
23617    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform2i": ('int', 'int', 'int'),
23618    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform2iv": ('int', 'int', 'typing.Sequence[int]'),
23619    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform2ui": ('int', 'int', 'int'),
23620    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform2uiv": ('int', 'int', 'typing.Sequence[int]'),
23621    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform3d": ('int', 'float', 'float', 'float'),
23622    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform3dv": ('int', 'int', 'typing.Sequence[float]'),
23623    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform3f": ('int', 'float', 'float', 'float'),
23624    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform3fv": ('int', 'int', 'typing.Sequence[float]'),
23625    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform3i": ('int', 'int', 'int', 'int'),
23626    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform3iv": ('int', 'int', 'typing.Sequence[int]'),
23627    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform3ui": ('int', 'int', 'int', 'int'),
23628    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform3uiv": ('int', 'int', 'typing.Sequence[int]'),
23629    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform4d": ('int', 'float', 'float', 'float', 'float'),
23630    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform4dv": ('int', 'int', 'typing.Sequence[float]'),
23631    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform4f": ('int', 'float', 'float', 'float', 'float'),
23632    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform4fv": ('int', 'int', 'typing.Sequence[float]'),
23633    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform4i": ('int', 'int', 'int', 'int', 'int'),
23634    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform4iv": ('int', 'int', 'typing.Sequence[int]'),
23635    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform4ui": ('int', 'int', 'int', 'int', 'int'),
23636    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniform4uiv": ('int', 'int', 'typing.Sequence[int]'),
23637    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniformBlockBinding": ('int', 'int', 'int'),
23638    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniformMatrix2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23639    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniformMatrix2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23640    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniformMatrix2x3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23641    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniformMatrix2x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23642    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniformMatrix2x4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23643    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniformMatrix2x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23644    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniformMatrix3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23645    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniformMatrix3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23646    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniformMatrix3x2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23647    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniformMatrix3x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23648    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniformMatrix3x4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23649    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniformMatrix3x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23650    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniformMatrix4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23651    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniformMatrix4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23652    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniformMatrix4x2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23653    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniformMatrix4x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23654    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniformMatrix4x3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23655    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniformMatrix4x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
23656    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUniformSubroutinesuiv": ('int', 'int', 'typing.Sequence[int]'),
23657    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUnmapBuffer": ('int',),
23658    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glUseProgram": ('int',),
23659    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glValidateProgram": ('int',),
23660    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glVertexAttribDivisor": ('int', 'int'),
23661    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glVertexAttribIPointer": ('int', 'int', 'int', 'int', 'int'),
23662    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glVertexAttribP1ui": ('int', 'int', 'int', 'int'),
23663    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glVertexAttribP1uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
23664    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glVertexAttribP2ui": ('int', 'int', 'int', 'int'),
23665    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glVertexAttribP2uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
23666    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glVertexAttribP3ui": ('int', 'int', 'int', 'int'),
23667    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glVertexAttribP3uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
23668    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glVertexAttribP4ui": ('int', 'int', 'int', 'int'),
23669    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glVertexAttribP4uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
23670    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glVertexAttribPointer": ('int', 'int', 'int', 'int', 'int', 'int'),
23671    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glVertexP2ui": ('int', 'int'),
23672    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glVertexP2uiv": ('int', 'typing.Sequence[int]'),
23673    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glVertexP3ui": ('int', 'int'),
23674    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glVertexP3uiv": ('int', 'typing.Sequence[int]'),
23675    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glVertexP4ui": ('int', 'int'),
23676    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glVertexP4uiv": ('int', 'typing.Sequence[int]'),
23677    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.glViewport": ('int', 'int', 'int', 'int'),
23678    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_0_Core.initializeOpenGLFunctions": (),
23679# class PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility:
23680    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.__init__": (),
23681    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glAccum": ('int', 'float'),
23682    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glActiveShaderProgram": ('int', 'int'),
23683    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glActiveTexture": ('int',),
23684    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glAlphaFunc": ('int', 'float'),
23685    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glArrayElement": ('int',),
23686    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glAttachShader": ('int', 'int'),
23687    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glBegin": ('int',),
23688    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glBeginConditionalRender": ('int', 'int'),
23689    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glBeginQuery": ('int', 'int'),
23690    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glBeginQueryIndexed": ('int', 'int', 'int'),
23691    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glBeginTransformFeedback": ('int',),
23692    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glBindAttribLocation": ('int', 'int', 'str'),
23693    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glBindBuffer": ('int', 'int'),
23694    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glBindBufferBase": ('int', 'int', 'int'),
23695    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glBindFragDataLocation": ('int', 'int', 'str'),
23696    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glBindFragDataLocationIndexed": ('int', 'int', 'int', 'str'),
23697    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glBindFramebuffer": ('int', 'int'),
23698    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glBindProgramPipeline": ('int',),
23699    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glBindRenderbuffer": ('int', 'int'),
23700    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glBindSampler": ('int', 'int'),
23701    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glBindTexture": ('int', 'int'),
23702    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glBindTransformFeedback": ('int', 'int'),
23703    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glBindVertexArray": ('int',),
23704    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glBlendColor": ('float', 'float', 'float', 'float'),
23705    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glBlendEquation": ('int',),
23706    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glBlendEquationSeparate": ('int', 'int'),
23707    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glBlendEquationSeparatei": ('int', 'int', 'int'),
23708    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glBlendEquationi": ('int', 'int'),
23709    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glBlendFunc": ('int', 'int'),
23710    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glBlendFuncSeparate": ('int', 'int', 'int', 'int'),
23711    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glBlendFuncSeparatei": ('int', 'int', 'int', 'int', 'int'),
23712    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glBlendFunci": ('int', 'int', 'int'),
23713    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glBlitFramebuffer": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
23714    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glCallList": ('int',),
23715    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glCallLists": ('int', 'int', 'int'),
23716    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glCheckFramebufferStatus": ('int',),
23717    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glClampColor": ('int', 'int'),
23718    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glClear": ('int',),
23719    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glClearAccum": ('float', 'float', 'float', 'float'),
23720    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glClearBufferfi": ('int', 'int', 'float', 'int'),
23721    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glClearBufferfv": ('int', 'int', 'typing.Sequence[float]'),
23722    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glClearBufferiv": ('int', 'int', 'typing.Sequence[int]'),
23723    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glClearBufferuiv": ('int', 'int', 'typing.Sequence[int]'),
23724    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glClearColor": ('float', 'float', 'float', 'float'),
23725    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glClearDepth": ('float',),
23726    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glClearDepthf": ('float',),
23727    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glClearIndex": ('float',),
23728    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glClearStencil": ('int',),
23729    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glClientActiveTexture": ('int',),
23730    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glClipPlane": ('int', 'typing.Sequence[float]'),
23731    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor3b": ('int', 'int', 'int'),
23732    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor3bv": ('str',),
23733    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor3d": ('float', 'float', 'float'),
23734    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor3dv": ('typing.Sequence[float]',),
23735    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor3f": ('float', 'float', 'float'),
23736    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor3fv": ('typing.Sequence[float]',),
23737    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor3i": ('int', 'int', 'int'),
23738    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor3iv": ('typing.Sequence[int]',),
23739    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor3s": ('int', 'int', 'int'),
23740    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor3sv": ('typing.Sequence[int]',),
23741    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor3ub": ('int', 'int', 'int'),
23742    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor3ubv": ('str',),
23743    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor3ui": ('int', 'int', 'int'),
23744    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor3uiv": ('typing.Sequence[int]',),
23745    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor3us": ('int', 'int', 'int'),
23746    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor3usv": ('typing.Sequence[int]',),
23747    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor4b": ('int', 'int', 'int', 'int'),
23748    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor4bv": ('str',),
23749    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor4d": ('float', 'float', 'float', 'float'),
23750    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor4dv": ('typing.Sequence[float]',),
23751    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor4f": ('float', 'float', 'float', 'float'),
23752    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor4fv": ('typing.Sequence[float]',),
23753    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor4i": ('int', 'int', 'int', 'int'),
23754    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor4iv": ('typing.Sequence[int]',),
23755    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor4s": ('int', 'int', 'int', 'int'),
23756    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor4sv": ('typing.Sequence[int]',),
23757    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor4ub": ('int', 'int', 'int', 'int'),
23758    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor4ubv": ('str',),
23759    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor4ui": ('int', 'int', 'int', 'int'),
23760    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor4uiv": ('typing.Sequence[int]',),
23761    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor4us": ('int', 'int', 'int', 'int'),
23762    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColor4usv": ('typing.Sequence[int]',),
23763    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColorMask": ('int', 'int', 'int', 'int'),
23764    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColorMaski": ('int', 'int', 'int', 'int', 'int'),
23765    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColorMaterial": ('int', 'int'),
23766    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColorP3ui": ('int', 'int'),
23767    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColorP3uiv": ('int', 'typing.Sequence[int]'),
23768    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColorP4ui": ('int', 'int'),
23769    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColorP4uiv": ('int', 'typing.Sequence[int]'),
23770    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColorPointer": ('int', 'int', 'int', 'int'),
23771    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColorSubTable": ('int', 'int', 'int', 'int', 'int', 'int'),
23772    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColorTable": ('int', 'int', 'int', 'int', 'int', 'int'),
23773    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColorTableParameterfv": ('int', 'int', 'typing.Sequence[float]'),
23774    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glColorTableParameteriv": ('int', 'int', 'typing.Sequence[int]'),
23775    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glCompileShader": ('int',),
23776    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glCompressedTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
23777    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glCompressedTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
23778    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glCompressedTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
23779    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glCompressedTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
23780    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glCompressedTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
23781    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glCompressedTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
23782    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glConvolutionFilter1D": ('int', 'int', 'int', 'int', 'int', 'int'),
23783    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glConvolutionFilter2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
23784    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glConvolutionParameterf": ('int', 'int', 'float'),
23785    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glConvolutionParameterfv": ('int', 'int', 'typing.Sequence[float]'),
23786    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glConvolutionParameteri": ('int', 'int', 'int'),
23787    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glConvolutionParameteriv": ('int', 'int', 'typing.Sequence[int]'),
23788    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glCopyColorSubTable": ('int', 'int', 'int', 'int', 'int'),
23789    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glCopyColorTable": ('int', 'int', 'int', 'int', 'int'),
23790    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glCopyConvolutionFilter1D": ('int', 'int', 'int', 'int', 'int'),
23791    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glCopyConvolutionFilter2D": ('int', 'int', 'int', 'int', 'int', 'int'),
23792    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glCopyPixels": ('int', 'int', 'int', 'int', 'int'),
23793    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glCopyTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
23794    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glCopyTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
23795    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glCopyTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int'),
23796    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glCopyTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
23797    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glCopyTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
23798    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glCreateProgram": (),
23799    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glCreateShader": ('int',),
23800    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glCullFace": ('int',),
23801    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDeleteBuffers": ('int', 'typing.Sequence[int]'),
23802    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDeleteFramebuffers": ('int', 'typing.Sequence[int]'),
23803    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDeleteLists": ('int', 'int'),
23804    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDeleteProgram": ('int',),
23805    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDeleteProgramPipelines": ('int', 'typing.Sequence[int]'),
23806    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDeleteQueries": ('int', 'typing.Sequence[int]'),
23807    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDeleteRenderbuffers": ('int', 'typing.Sequence[int]'),
23808    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDeleteSamplers": ('int', 'typing.Sequence[int]'),
23809    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDeleteShader": ('int',),
23810    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDeleteTextures": ('int', 'typing.Sequence[int]'),
23811    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDeleteTransformFeedbacks": ('int', 'typing.Sequence[int]'),
23812    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDeleteVertexArrays": ('int', 'typing.Sequence[int]'),
23813    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDepthFunc": ('int',),
23814    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDepthMask": ('int',),
23815    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDepthRange": ('float', 'float'),
23816    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDepthRangeArrayv": ('int', 'int', 'typing.Sequence[float]'),
23817    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDepthRangeIndexed": ('int', 'float', 'float'),
23818    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDepthRangef": ('float', 'float'),
23819    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDetachShader": ('int', 'int'),
23820    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDisable": ('int',),
23821    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDisableClientState": ('int',),
23822    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDisableVertexAttribArray": ('int',),
23823    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDisablei": ('int', 'int'),
23824    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDrawArrays": ('int', 'int', 'int'),
23825    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDrawArraysIndirect": ('int', 'int'),
23826    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDrawArraysInstanced": ('int', 'int', 'int', 'int'),
23827    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDrawBuffer": ('int',),
23828    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDrawBuffers": ('int', 'typing.Sequence[int]'),
23829    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDrawElements": ('int', 'int', 'int', 'int'),
23830    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDrawElementsBaseVertex": ('int', 'int', 'int', 'int', 'int'),
23831    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDrawElementsIndirect": ('int', 'int', 'int'),
23832    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDrawElementsInstanced": ('int', 'int', 'int', 'int', 'int'),
23833    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDrawElementsInstancedBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int'),
23834    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDrawPixels": ('int', 'int', 'int', 'int', 'int'),
23835    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDrawRangeElements": ('int', 'int', 'int', 'int', 'int', 'int'),
23836    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDrawRangeElementsBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
23837    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDrawTransformFeedback": ('int', 'int'),
23838    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glDrawTransformFeedbackStream": ('int', 'int', 'int'),
23839    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glEdgeFlag": ('int',),
23840    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glEdgeFlagPointer": ('int', 'int'),
23841    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glEnable": ('int',),
23842    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glEnableClientState": ('int',),
23843    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glEnableVertexAttribArray": ('int',),
23844    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glEnablei": ('int', 'int'),
23845    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glEnd": (),
23846    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glEndConditionalRender": (),
23847    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glEndList": (),
23848    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glEndQuery": ('int',),
23849    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glEndQueryIndexed": ('int', 'int'),
23850    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glEndTransformFeedback": (),
23851    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glEvalCoord1d": ('float',),
23852    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glEvalCoord1dv": ('typing.Sequence[float]',),
23853    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glEvalCoord1f": ('float',),
23854    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glEvalCoord1fv": ('typing.Sequence[float]',),
23855    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glEvalCoord2d": ('float', 'float'),
23856    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glEvalCoord2dv": ('typing.Sequence[float]',),
23857    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glEvalCoord2f": ('float', 'float'),
23858    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glEvalCoord2fv": ('typing.Sequence[float]',),
23859    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glEvalMesh1": ('int', 'int', 'int'),
23860    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glEvalMesh2": ('int', 'int', 'int', 'int', 'int'),
23861    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glEvalPoint1": ('int',),
23862    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glEvalPoint2": ('int', 'int'),
23863    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glFinish": (),
23864    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glFlush": (),
23865    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glFogCoordPointer": ('int', 'int', 'int'),
23866    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glFogCoordd": ('float',),
23867    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glFogCoorddv": ('typing.Sequence[float]',),
23868    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glFogCoordf": ('float',),
23869    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glFogCoordfv": ('typing.Sequence[float]',),
23870    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glFogf": ('int', 'float'),
23871    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glFogfv": ('int', 'typing.Sequence[float]'),
23872    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glFogi": ('int', 'int'),
23873    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glFogiv": ('int', 'typing.Sequence[int]'),
23874    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glFramebufferRenderbuffer": ('int', 'int', 'int', 'int'),
23875    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glFramebufferTexture": ('int', 'int', 'int', 'int'),
23876    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glFramebufferTexture1D": ('int', 'int', 'int', 'int', 'int'),
23877    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glFramebufferTexture2D": ('int', 'int', 'int', 'int', 'int'),
23878    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glFramebufferTexture3D": ('int', 'int', 'int', 'int', 'int', 'int'),
23879    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glFramebufferTextureLayer": ('int', 'int', 'int', 'int', 'int'),
23880    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glFrontFace": ('int',),
23881    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glFrustum": ('float', 'float', 'float', 'float', 'float', 'float'),
23882    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glGenLists": ('int',),
23883    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glGenerateMipmap": ('int',),
23884    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glGetAttribLocation": ('int', 'str'),
23885    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glGetError": (),
23886    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glGetFragDataIndex": ('int', 'str'),
23887    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glGetFragDataLocation": ('int', 'str'),
23888    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glGetString": ('int',),
23889    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glGetStringi": ('int', 'int'),
23890    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glGetSubroutineIndex": ('int', 'int', 'str'),
23891    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glGetSubroutineUniformLocation": ('int', 'int', 'str'),
23892    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glGetUniformBlockIndex": ('int', 'str'),
23893    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glGetUniformLocation": ('int', 'str'),
23894    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glHint": ('int', 'int'),
23895    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glHistogram": ('int', 'int', 'int', 'int'),
23896    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glIndexMask": ('int',),
23897    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glIndexPointer": ('int', 'int', 'int'),
23898    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glIndexd": ('float',),
23899    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glIndexdv": ('typing.Sequence[float]',),
23900    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glIndexf": ('float',),
23901    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glIndexfv": ('typing.Sequence[float]',),
23902    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glIndexi": ('int',),
23903    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glIndexiv": ('typing.Sequence[int]',),
23904    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glIndexs": ('int',),
23905    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glIndexsv": ('typing.Sequence[int]',),
23906    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glIndexub": ('int',),
23907    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glIndexubv": ('str',),
23908    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glInitNames": (),
23909    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glInterleavedArrays": ('int', 'int', 'int'),
23910    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glIsBuffer": ('int',),
23911    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glIsEnabled": ('int',),
23912    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glIsEnabledi": ('int', 'int'),
23913    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glIsFramebuffer": ('int',),
23914    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glIsList": ('int',),
23915    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glIsProgram": ('int',),
23916    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glIsProgramPipeline": ('int',),
23917    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glIsQuery": ('int',),
23918    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glIsRenderbuffer": ('int',),
23919    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glIsSampler": ('int',),
23920    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glIsShader": ('int',),
23921    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glIsTexture": ('int',),
23922    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glIsTransformFeedback": ('int',),
23923    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glIsVertexArray": ('int',),
23924    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glLightModelf": ('int', 'float'),
23925    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glLightModelfv": ('int', 'typing.Sequence[float]'),
23926    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glLightModeli": ('int', 'int'),
23927    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glLightModeliv": ('int', 'typing.Sequence[int]'),
23928    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glLightf": ('int', 'int', 'float'),
23929    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glLightfv": ('int', 'int', 'typing.Sequence[float]'),
23930    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glLighti": ('int', 'int', 'int'),
23931    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glLightiv": ('int', 'int', 'typing.Sequence[int]'),
23932    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glLineStipple": ('int', 'int'),
23933    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glLineWidth": ('float',),
23934    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glLinkProgram": ('int',),
23935    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glListBase": ('int',),
23936    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glLoadIdentity": (),
23937    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glLoadMatrixd": ('typing.Sequence[float]',),
23938    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glLoadMatrixf": ('typing.Sequence[float]',),
23939    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glLoadName": ('int',),
23940    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glLoadTransposeMatrixd": ('typing.Sequence[float]',),
23941    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glLoadTransposeMatrixf": ('typing.Sequence[float]',),
23942    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glLogicOp": ('int',),
23943    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMap1d": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
23944    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMap1f": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
23945    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMap2d": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
23946    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMap2f": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
23947    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMapBuffer": ('int', 'int'),
23948    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMapGrid1d": ('int', 'float', 'float'),
23949    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMapGrid1f": ('int', 'float', 'float'),
23950    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMapGrid2d": ('int', 'float', 'float', 'int', 'float', 'float'),
23951    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMapGrid2f": ('int', 'float', 'float', 'int', 'float', 'float'),
23952    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMaterialf": ('int', 'int', 'float'),
23953    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMaterialfv": ('int', 'int', 'typing.Sequence[float]'),
23954    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMateriali": ('int', 'int', 'int'),
23955    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMaterialiv": ('int', 'int', 'typing.Sequence[int]'),
23956    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMatrixMode": ('int',),
23957    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMinSampleShading": ('float',),
23958    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMinmax": ('int', 'int', 'int'),
23959    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultMatrixd": ('typing.Sequence[float]',),
23960    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultMatrixf": ('typing.Sequence[float]',),
23961    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultTransposeMatrixd": ('typing.Sequence[float]',),
23962    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultTransposeMatrixf": ('typing.Sequence[float]',),
23963    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiDrawArrays": ('int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'int'),
23964    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord1d": ('int', 'float'),
23965    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord1dv": ('int', 'typing.Sequence[float]'),
23966    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord1f": ('int', 'float'),
23967    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord1fv": ('int', 'typing.Sequence[float]'),
23968    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord1i": ('int', 'int'),
23969    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord1iv": ('int', 'typing.Sequence[int]'),
23970    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord1s": ('int', 'int'),
23971    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord1sv": ('int', 'typing.Sequence[int]'),
23972    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord2d": ('int', 'float', 'float'),
23973    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord2dv": ('int', 'typing.Sequence[float]'),
23974    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord2f": ('int', 'float', 'float'),
23975    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord2fv": ('int', 'typing.Sequence[float]'),
23976    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord2i": ('int', 'int', 'int'),
23977    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord2iv": ('int', 'typing.Sequence[int]'),
23978    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord2s": ('int', 'int', 'int'),
23979    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord2sv": ('int', 'typing.Sequence[int]'),
23980    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord3d": ('int', 'float', 'float', 'float'),
23981    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord3dv": ('int', 'typing.Sequence[float]'),
23982    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord3f": ('int', 'float', 'float', 'float'),
23983    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord3fv": ('int', 'typing.Sequence[float]'),
23984    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord3i": ('int', 'int', 'int', 'int'),
23985    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord3iv": ('int', 'typing.Sequence[int]'),
23986    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord3s": ('int', 'int', 'int', 'int'),
23987    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord3sv": ('int', 'typing.Sequence[int]'),
23988    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord4d": ('int', 'float', 'float', 'float', 'float'),
23989    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord4dv": ('int', 'typing.Sequence[float]'),
23990    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord4f": ('int', 'float', 'float', 'float', 'float'),
23991    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord4fv": ('int', 'typing.Sequence[float]'),
23992    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord4i": ('int', 'int', 'int', 'int', 'int'),
23993    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord4iv": ('int', 'typing.Sequence[int]'),
23994    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord4s": ('int', 'int', 'int', 'int', 'int'),
23995    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoord4sv": ('int', 'typing.Sequence[int]'),
23996    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoordP1ui": ('int', 'int', 'int'),
23997    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoordP1uiv": ('int', 'int', 'typing.Sequence[int]'),
23998    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoordP2ui": ('int', 'int', 'int'),
23999    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoordP2uiv": ('int', 'int', 'typing.Sequence[int]'),
24000    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoordP3ui": ('int', 'int', 'int'),
24001    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoordP3uiv": ('int', 'int', 'typing.Sequence[int]'),
24002    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoordP4ui": ('int', 'int', 'int'),
24003    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glMultiTexCoordP4uiv": ('int', 'int', 'typing.Sequence[int]'),
24004    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glNewList": ('int', 'int'),
24005    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glNormal3b": ('int', 'int', 'int'),
24006    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glNormal3bv": ('str',),
24007    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glNormal3d": ('float', 'float', 'float'),
24008    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glNormal3dv": ('typing.Sequence[float]',),
24009    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glNormal3f": ('float', 'float', 'float'),
24010    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glNormal3fv": ('typing.Sequence[float]',),
24011    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glNormal3i": ('int', 'int', 'int'),
24012    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glNormal3iv": ('typing.Sequence[int]',),
24013    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glNormal3s": ('int', 'int', 'int'),
24014    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glNormal3sv": ('typing.Sequence[int]',),
24015    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glNormalP3ui": ('int', 'int'),
24016    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glNormalP3uiv": ('int', 'typing.Sequence[int]'),
24017    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glNormalPointer": ('int', 'int', 'int'),
24018    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glOrtho": ('float', 'float', 'float', 'float', 'float', 'float'),
24019    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glPassThrough": ('float',),
24020    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glPatchParameterfv": ('int', 'typing.Sequence[float]'),
24021    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glPatchParameteri": ('int', 'int'),
24022    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glPauseTransformFeedback": (),
24023    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glPixelMapfv": ('int', 'int', 'typing.Sequence[float]'),
24024    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glPixelMapuiv": ('int', 'int', 'typing.Sequence[int]'),
24025    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glPixelMapusv": ('int', 'int', 'typing.Sequence[int]'),
24026    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glPixelStoref": ('int', 'float'),
24027    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glPixelStorei": ('int', 'int'),
24028    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glPixelTransferf": ('int', 'float'),
24029    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glPixelTransferi": ('int', 'int'),
24030    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glPixelZoom": ('float', 'float'),
24031    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glPointParameterf": ('int', 'float'),
24032    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glPointParameterfv": ('int', 'typing.Sequence[float]'),
24033    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glPointParameteri": ('int', 'int'),
24034    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glPointParameteriv": ('int', 'typing.Sequence[int]'),
24035    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glPointSize": ('float',),
24036    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glPolygonMode": ('int', 'int'),
24037    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glPolygonOffset": ('float', 'float'),
24038    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glPopAttrib": (),
24039    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glPopClientAttrib": (),
24040    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glPopMatrix": (),
24041    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glPopName": (),
24042    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glPrimitiveRestartIndex": ('int',),
24043    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glPrioritizeTextures": ('int', 'typing.Sequence[int]', 'typing.Sequence[float]'),
24044    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramBinary": ('int', 'int', 'int', 'int'),
24045    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramParameteri": ('int', 'int', 'int'),
24046    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform1d": ('int', 'int', 'float'),
24047    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform1dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24048    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform1f": ('int', 'int', 'float'),
24049    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform1fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24050    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform1i": ('int', 'int', 'int'),
24051    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform1iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
24052    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform1ui": ('int', 'int', 'int'),
24053    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform1uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
24054    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform2d": ('int', 'int', 'float', 'float'),
24055    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24056    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform2f": ('int', 'int', 'float', 'float'),
24057    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24058    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform2i": ('int', 'int', 'int', 'int'),
24059    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform2iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
24060    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform2ui": ('int', 'int', 'int', 'int'),
24061    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform2uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
24062    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform3d": ('int', 'int', 'float', 'float', 'float'),
24063    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24064    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform3f": ('int', 'int', 'float', 'float', 'float'),
24065    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24066    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform3i": ('int', 'int', 'int', 'int', 'int'),
24067    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform3iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
24068    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform3ui": ('int', 'int', 'int', 'int', 'int'),
24069    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform3uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
24070    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform4d": ('int', 'int', 'float', 'float', 'float', 'float'),
24071    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24072    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform4f": ('int', 'int', 'float', 'float', 'float', 'float'),
24073    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24074    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform4i": ('int', 'int', 'int', 'int', 'int', 'int'),
24075    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform4iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
24076    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform4ui": ('int', 'int', 'int', 'int', 'int', 'int'),
24077    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniform4uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
24078    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniformMatrix2dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24079    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniformMatrix2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24080    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniformMatrix2x3dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24081    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniformMatrix2x3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24082    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniformMatrix2x4dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24083    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniformMatrix2x4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24084    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniformMatrix3dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24085    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniformMatrix3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24086    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniformMatrix3x2dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24087    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniformMatrix3x2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24088    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniformMatrix3x4dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24089    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniformMatrix3x4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24090    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniformMatrix4dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24091    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniformMatrix4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24092    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniformMatrix4x2dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24093    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniformMatrix4x2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24094    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniformMatrix4x3dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24095    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProgramUniformMatrix4x3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24096    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glProvokingVertex": ('int',),
24097    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glPushAttrib": ('int',),
24098    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glPushClientAttrib": ('int',),
24099    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glPushMatrix": (),
24100    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glPushName": ('int',),
24101    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glQueryCounter": ('int', 'int'),
24102    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRasterPos2d": ('float', 'float'),
24103    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRasterPos2dv": ('typing.Sequence[float]',),
24104    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRasterPos2f": ('float', 'float'),
24105    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRasterPos2fv": ('typing.Sequence[float]',),
24106    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRasterPos2i": ('int', 'int'),
24107    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRasterPos2iv": ('typing.Sequence[int]',),
24108    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRasterPos2s": ('int', 'int'),
24109    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRasterPos2sv": ('typing.Sequence[int]',),
24110    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRasterPos3d": ('float', 'float', 'float'),
24111    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRasterPos3dv": ('typing.Sequence[float]',),
24112    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRasterPos3f": ('float', 'float', 'float'),
24113    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRasterPos3fv": ('typing.Sequence[float]',),
24114    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRasterPos3i": ('int', 'int', 'int'),
24115    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRasterPos3iv": ('typing.Sequence[int]',),
24116    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRasterPos3s": ('int', 'int', 'int'),
24117    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRasterPos3sv": ('typing.Sequence[int]',),
24118    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRasterPos4d": ('float', 'float', 'float', 'float'),
24119    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRasterPos4dv": ('typing.Sequence[float]',),
24120    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRasterPos4f": ('float', 'float', 'float', 'float'),
24121    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRasterPos4fv": ('typing.Sequence[float]',),
24122    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRasterPos4i": ('int', 'int', 'int', 'int'),
24123    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRasterPos4iv": ('typing.Sequence[int]',),
24124    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRasterPos4s": ('int', 'int', 'int', 'int'),
24125    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRasterPos4sv": ('typing.Sequence[int]',),
24126    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glReadBuffer": ('int',),
24127    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRectd": ('float', 'float', 'float', 'float'),
24128    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRectdv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
24129    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRectf": ('float', 'float', 'float', 'float'),
24130    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRectfv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
24131    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRecti": ('int', 'int', 'int', 'int'),
24132    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRectiv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
24133    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRects": ('int', 'int', 'int', 'int'),
24134    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRectsv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
24135    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glReleaseShaderCompiler": (),
24136    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRenderMode": ('int',),
24137    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRenderbufferStorage": ('int', 'int', 'int', 'int'),
24138    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRenderbufferStorageMultisample": ('int', 'int', 'int', 'int', 'int'),
24139    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glResetHistogram": ('int',),
24140    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glResetMinmax": ('int',),
24141    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glResumeTransformFeedback": (),
24142    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRotated": ('float', 'float', 'float', 'float'),
24143    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glRotatef": ('float', 'float', 'float', 'float'),
24144    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glSampleCoverage": ('float', 'int'),
24145    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glSampleMaski": ('int', 'int'),
24146    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glSamplerParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
24147    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glSamplerParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
24148    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glSamplerParameterf": ('int', 'int', 'float'),
24149    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glSamplerParameterfv": ('int', 'int', 'typing.Sequence[float]'),
24150    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glSamplerParameteri": ('int', 'int', 'int'),
24151    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glSamplerParameteriv": ('int', 'int', 'typing.Sequence[int]'),
24152    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glScaled": ('float', 'float', 'float'),
24153    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glScalef": ('float', 'float', 'float'),
24154    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glScissor": ('int', 'int', 'int', 'int'),
24155    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glScissorArrayv": ('int', 'int', 'typing.Sequence[int]'),
24156    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glScissorIndexed": ('int', 'int', 'int', 'int', 'int'),
24157    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glScissorIndexedv": ('int', 'typing.Sequence[int]'),
24158    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glSecondaryColor3b": ('int', 'int', 'int'),
24159    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glSecondaryColor3bv": ('str',),
24160    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glSecondaryColor3d": ('float', 'float', 'float'),
24161    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glSecondaryColor3dv": ('typing.Sequence[float]',),
24162    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glSecondaryColor3f": ('float', 'float', 'float'),
24163    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glSecondaryColor3fv": ('typing.Sequence[float]',),
24164    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glSecondaryColor3i": ('int', 'int', 'int'),
24165    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glSecondaryColor3iv": ('typing.Sequence[int]',),
24166    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glSecondaryColor3s": ('int', 'int', 'int'),
24167    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glSecondaryColor3sv": ('typing.Sequence[int]',),
24168    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glSecondaryColor3ub": ('int', 'int', 'int'),
24169    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glSecondaryColor3ubv": ('str',),
24170    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glSecondaryColor3ui": ('int', 'int', 'int'),
24171    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glSecondaryColor3uiv": ('typing.Sequence[int]',),
24172    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glSecondaryColor3us": ('int', 'int', 'int'),
24173    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glSecondaryColor3usv": ('typing.Sequence[int]',),
24174    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glSecondaryColorP3ui": ('int', 'int'),
24175    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glSecondaryColorP3uiv": ('int', 'typing.Sequence[int]'),
24176    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glSecondaryColorPointer": ('int', 'int', 'int', 'int'),
24177    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glSeparableFilter2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
24178    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glShadeModel": ('int',),
24179    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glShaderBinary": ('int', 'typing.Sequence[int]', 'int', 'int', 'int'),
24180    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glStencilFunc": ('int', 'int', 'int'),
24181    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glStencilFuncSeparate": ('int', 'int', 'int', 'int'),
24182    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glStencilMask": ('int',),
24183    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glStencilMaskSeparate": ('int', 'int'),
24184    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glStencilOp": ('int', 'int', 'int'),
24185    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glStencilOpSeparate": ('int', 'int', 'int', 'int'),
24186    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexBuffer": ('int', 'int', 'int'),
24187    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord1d": ('float',),
24188    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord1dv": ('typing.Sequence[float]',),
24189    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord1f": ('float',),
24190    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord1fv": ('typing.Sequence[float]',),
24191    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord1i": ('int',),
24192    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord1iv": ('typing.Sequence[int]',),
24193    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord1s": ('int',),
24194    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord1sv": ('typing.Sequence[int]',),
24195    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord2d": ('float', 'float'),
24196    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord2dv": ('typing.Sequence[float]',),
24197    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord2f": ('float', 'float'),
24198    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord2fv": ('typing.Sequence[float]',),
24199    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord2i": ('int', 'int'),
24200    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord2iv": ('typing.Sequence[int]',),
24201    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord2s": ('int', 'int'),
24202    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord2sv": ('typing.Sequence[int]',),
24203    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord3d": ('float', 'float', 'float'),
24204    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord3dv": ('typing.Sequence[float]',),
24205    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord3f": ('float', 'float', 'float'),
24206    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord3fv": ('typing.Sequence[float]',),
24207    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord3i": ('int', 'int', 'int'),
24208    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord3iv": ('typing.Sequence[int]',),
24209    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord3s": ('int', 'int', 'int'),
24210    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord3sv": ('typing.Sequence[int]',),
24211    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord4d": ('float', 'float', 'float', 'float'),
24212    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord4dv": ('typing.Sequence[float]',),
24213    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord4f": ('float', 'float', 'float', 'float'),
24214    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord4fv": ('typing.Sequence[float]',),
24215    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord4i": ('int', 'int', 'int', 'int'),
24216    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord4iv": ('typing.Sequence[int]',),
24217    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord4s": ('int', 'int', 'int', 'int'),
24218    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoord4sv": ('typing.Sequence[int]',),
24219    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoordP1ui": ('int', 'int'),
24220    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoordP1uiv": ('int', 'typing.Sequence[int]'),
24221    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoordP2ui": ('int', 'int'),
24222    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoordP2uiv": ('int', 'typing.Sequence[int]'),
24223    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoordP3ui": ('int', 'int'),
24224    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoordP3uiv": ('int', 'typing.Sequence[int]'),
24225    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoordP4ui": ('int', 'int'),
24226    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoordP4uiv": ('int', 'typing.Sequence[int]'),
24227    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexCoordPointer": ('int', 'int', 'int', 'int'),
24228    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexEnvf": ('int', 'int', 'float'),
24229    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexEnvfv": ('int', 'int', 'typing.Sequence[float]'),
24230    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexEnvi": ('int', 'int', 'int'),
24231    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexEnviv": ('int', 'int', 'typing.Sequence[int]'),
24232    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexGend": ('int', 'int', 'float'),
24233    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexGendv": ('int', 'int', 'typing.Sequence[float]'),
24234    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexGenf": ('int', 'int', 'float'),
24235    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexGenfv": ('int', 'int', 'typing.Sequence[float]'),
24236    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexGeni": ('int', 'int', 'int'),
24237    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexGeniv": ('int', 'int', 'typing.Sequence[int]'),
24238    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
24239    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
24240    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexImage2DMultisample": ('int', 'int', 'int', 'int', 'int', 'int'),
24241    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
24242    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexImage3DMultisample": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
24243    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
24244    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
24245    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexParameterf": ('int', 'int', 'float'),
24246    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexParameterfv": ('int', 'int', 'typing.Sequence[float]'),
24247    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexParameteri": ('int', 'int', 'int'),
24248    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexParameteriv": ('int', 'int', 'typing.Sequence[int]'),
24249    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
24250    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
24251    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
24252    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTranslated": ('float', 'float', 'float'),
24253    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glTranslatef": ('float', 'float', 'float'),
24254    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform1d": ('int', 'float'),
24255    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform1dv": ('int', 'int', 'typing.Sequence[float]'),
24256    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform1f": ('int', 'float'),
24257    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform1fv": ('int', 'int', 'typing.Sequence[float]'),
24258    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform1i": ('int', 'int'),
24259    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform1iv": ('int', 'int', 'typing.Sequence[int]'),
24260    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform1ui": ('int', 'int'),
24261    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform1uiv": ('int', 'int', 'typing.Sequence[int]'),
24262    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform2d": ('int', 'float', 'float'),
24263    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform2dv": ('int', 'int', 'typing.Sequence[float]'),
24264    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform2f": ('int', 'float', 'float'),
24265    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform2fv": ('int', 'int', 'typing.Sequence[float]'),
24266    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform2i": ('int', 'int', 'int'),
24267    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform2iv": ('int', 'int', 'typing.Sequence[int]'),
24268    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform2ui": ('int', 'int', 'int'),
24269    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform2uiv": ('int', 'int', 'typing.Sequence[int]'),
24270    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform3d": ('int', 'float', 'float', 'float'),
24271    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform3dv": ('int', 'int', 'typing.Sequence[float]'),
24272    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform3f": ('int', 'float', 'float', 'float'),
24273    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform3fv": ('int', 'int', 'typing.Sequence[float]'),
24274    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform3i": ('int', 'int', 'int', 'int'),
24275    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform3iv": ('int', 'int', 'typing.Sequence[int]'),
24276    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform3ui": ('int', 'int', 'int', 'int'),
24277    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform3uiv": ('int', 'int', 'typing.Sequence[int]'),
24278    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform4d": ('int', 'float', 'float', 'float', 'float'),
24279    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform4dv": ('int', 'int', 'typing.Sequence[float]'),
24280    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform4f": ('int', 'float', 'float', 'float', 'float'),
24281    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform4fv": ('int', 'int', 'typing.Sequence[float]'),
24282    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform4i": ('int', 'int', 'int', 'int', 'int'),
24283    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform4iv": ('int', 'int', 'typing.Sequence[int]'),
24284    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform4ui": ('int', 'int', 'int', 'int', 'int'),
24285    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniform4uiv": ('int', 'int', 'typing.Sequence[int]'),
24286    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniformBlockBinding": ('int', 'int', 'int'),
24287    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniformMatrix2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24288    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniformMatrix2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24289    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniformMatrix2x3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24290    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniformMatrix2x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24291    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniformMatrix2x4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24292    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniformMatrix2x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24293    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniformMatrix3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24294    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniformMatrix3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24295    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniformMatrix3x2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24296    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniformMatrix3x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24297    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniformMatrix3x4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24298    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniformMatrix3x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24299    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniformMatrix4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24300    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniformMatrix4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24301    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniformMatrix4x2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24302    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniformMatrix4x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24303    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniformMatrix4x3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24304    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniformMatrix4x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24305    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUniformSubroutinesuiv": ('int', 'int', 'typing.Sequence[int]'),
24306    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUnmapBuffer": ('int',),
24307    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUseProgram": ('int',),
24308    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glUseProgramStages": ('int', 'int', 'int'),
24309    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glValidateProgram": ('int',),
24310    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glValidateProgramPipeline": ('int',),
24311    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertex2d": ('float', 'float'),
24312    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertex2dv": ('typing.Sequence[float]',),
24313    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertex2f": ('float', 'float'),
24314    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertex2fv": ('typing.Sequence[float]',),
24315    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertex2i": ('int', 'int'),
24316    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertex2iv": ('typing.Sequence[int]',),
24317    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertex2s": ('int', 'int'),
24318    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertex2sv": ('typing.Sequence[int]',),
24319    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertex3d": ('float', 'float', 'float'),
24320    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertex3dv": ('typing.Sequence[float]',),
24321    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertex3f": ('float', 'float', 'float'),
24322    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertex3fv": ('typing.Sequence[float]',),
24323    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertex3i": ('int', 'int', 'int'),
24324    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertex3iv": ('typing.Sequence[int]',),
24325    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertex3s": ('int', 'int', 'int'),
24326    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertex3sv": ('typing.Sequence[int]',),
24327    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertex4d": ('float', 'float', 'float', 'float'),
24328    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertex4dv": ('typing.Sequence[float]',),
24329    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertex4f": ('float', 'float', 'float', 'float'),
24330    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertex4fv": ('typing.Sequence[float]',),
24331    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertex4i": ('int', 'int', 'int', 'int'),
24332    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertex4iv": ('typing.Sequence[int]',),
24333    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertex4s": ('int', 'int', 'int', 'int'),
24334    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertex4sv": ('typing.Sequence[int]',),
24335    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib1d": ('int', 'float'),
24336    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib1dv": ('int', 'typing.Sequence[float]'),
24337    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib1f": ('int', 'float'),
24338    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib1fv": ('int', 'typing.Sequence[float]'),
24339    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib1s": ('int', 'int'),
24340    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib1sv": ('int', 'typing.Sequence[int]'),
24341    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib2d": ('int', 'float', 'float'),
24342    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib2dv": ('int', 'typing.Sequence[float]'),
24343    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib2f": ('int', 'float', 'float'),
24344    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib2fv": ('int', 'typing.Sequence[float]'),
24345    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib2s": ('int', 'int', 'int'),
24346    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib2sv": ('int', 'typing.Sequence[int]'),
24347    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib3d": ('int', 'float', 'float', 'float'),
24348    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib3dv": ('int', 'typing.Sequence[float]'),
24349    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib3f": ('int', 'float', 'float', 'float'),
24350    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib3fv": ('int', 'typing.Sequence[float]'),
24351    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib3s": ('int', 'int', 'int', 'int'),
24352    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib3sv": ('int', 'typing.Sequence[int]'),
24353    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib4Nbv": ('int', 'str'),
24354    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib4Niv": ('int', 'typing.Sequence[int]'),
24355    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib4Nsv": ('int', 'typing.Sequence[int]'),
24356    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib4Nub": ('int', 'int', 'int', 'int', 'int'),
24357    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib4Nubv": ('int', 'str'),
24358    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib4Nuiv": ('int', 'typing.Sequence[int]'),
24359    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib4Nusv": ('int', 'typing.Sequence[int]'),
24360    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib4bv": ('int', 'str'),
24361    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib4d": ('int', 'float', 'float', 'float', 'float'),
24362    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib4dv": ('int', 'typing.Sequence[float]'),
24363    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib4f": ('int', 'float', 'float', 'float', 'float'),
24364    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib4fv": ('int', 'typing.Sequence[float]'),
24365    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib4iv": ('int', 'typing.Sequence[int]'),
24366    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib4s": ('int', 'int', 'int', 'int', 'int'),
24367    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib4sv": ('int', 'typing.Sequence[int]'),
24368    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib4ubv": ('int', 'str'),
24369    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib4uiv": ('int', 'typing.Sequence[int]'),
24370    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttrib4usv": ('int', 'typing.Sequence[int]'),
24371    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribDivisor": ('int', 'int'),
24372    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribI1i": ('int', 'int'),
24373    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribI1iv": ('int', 'typing.Sequence[int]'),
24374    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribI1ui": ('int', 'int'),
24375    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribI1uiv": ('int', 'typing.Sequence[int]'),
24376    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribI2i": ('int', 'int', 'int'),
24377    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribI2iv": ('int', 'typing.Sequence[int]'),
24378    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribI2ui": ('int', 'int', 'int'),
24379    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribI2uiv": ('int', 'typing.Sequence[int]'),
24380    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribI3i": ('int', 'int', 'int', 'int'),
24381    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribI3iv": ('int', 'typing.Sequence[int]'),
24382    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribI3ui": ('int', 'int', 'int', 'int'),
24383    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribI3uiv": ('int', 'typing.Sequence[int]'),
24384    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribI4bv": ('int', 'str'),
24385    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribI4i": ('int', 'int', 'int', 'int', 'int'),
24386    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribI4iv": ('int', 'typing.Sequence[int]'),
24387    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribI4sv": ('int', 'typing.Sequence[int]'),
24388    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribI4ubv": ('int', 'str'),
24389    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribI4ui": ('int', 'int', 'int', 'int', 'int'),
24390    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribI4uiv": ('int', 'typing.Sequence[int]'),
24391    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribI4usv": ('int', 'typing.Sequence[int]'),
24392    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribIPointer": ('int', 'int', 'int', 'int', 'int'),
24393    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribL1d": ('int', 'float'),
24394    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribL1dv": ('int', 'typing.Sequence[float]'),
24395    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribL2d": ('int', 'float', 'float'),
24396    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribL2dv": ('int', 'typing.Sequence[float]'),
24397    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribL3d": ('int', 'float', 'float', 'float'),
24398    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribL3dv": ('int', 'typing.Sequence[float]'),
24399    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribL4d": ('int', 'float', 'float', 'float', 'float'),
24400    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribL4dv": ('int', 'typing.Sequence[float]'),
24401    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribLPointer": ('int', 'int', 'int', 'int', 'int'),
24402    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribP1ui": ('int', 'int', 'int', 'int'),
24403    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribP1uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
24404    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribP2ui": ('int', 'int', 'int', 'int'),
24405    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribP2uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
24406    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribP3ui": ('int', 'int', 'int', 'int'),
24407    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribP3uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
24408    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribP4ui": ('int', 'int', 'int', 'int'),
24409    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribP4uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
24410    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexAttribPointer": ('int', 'int', 'int', 'int', 'int', 'int'),
24411    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexP2ui": ('int', 'int'),
24412    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexP2uiv": ('int', 'typing.Sequence[int]'),
24413    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexP3ui": ('int', 'int'),
24414    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexP3uiv": ('int', 'typing.Sequence[int]'),
24415    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexP4ui": ('int', 'int'),
24416    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexP4uiv": ('int', 'typing.Sequence[int]'),
24417    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glVertexPointer": ('int', 'int', 'int', 'int'),
24418    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glViewport": ('int', 'int', 'int', 'int'),
24419    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glViewportArrayv": ('int', 'int', 'typing.Sequence[float]'),
24420    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glViewportIndexedf": ('int', 'float', 'float', 'float', 'float'),
24421    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glViewportIndexedfv": ('int', 'typing.Sequence[float]'),
24422    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glWindowPos2d": ('float', 'float'),
24423    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glWindowPos2dv": ('typing.Sequence[float]',),
24424    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glWindowPos2f": ('float', 'float'),
24425    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glWindowPos2fv": ('typing.Sequence[float]',),
24426    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glWindowPos2i": ('int', 'int'),
24427    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glWindowPos2iv": ('typing.Sequence[int]',),
24428    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glWindowPos2s": ('int', 'int'),
24429    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glWindowPos2sv": ('typing.Sequence[int]',),
24430    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glWindowPos3d": ('float', 'float', 'float'),
24431    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glWindowPos3dv": ('typing.Sequence[float]',),
24432    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glWindowPos3f": ('float', 'float', 'float'),
24433    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glWindowPos3fv": ('typing.Sequence[float]',),
24434    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glWindowPos3i": ('int', 'int', 'int'),
24435    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glWindowPos3iv": ('typing.Sequence[int]',),
24436    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glWindowPos3s": ('int', 'int', 'int'),
24437    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.glWindowPos3sv": ('typing.Sequence[int]',),
24438    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Compatibility.initializeOpenGLFunctions": (),
24439# class PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core:
24440    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.__init__": (),
24441    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glActiveShaderProgram": ('int', 'int'),
24442    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glActiveTexture": ('int',),
24443    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glAttachShader": ('int', 'int'),
24444    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glBeginConditionalRender": ('int', 'int'),
24445    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glBeginQuery": ('int', 'int'),
24446    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glBeginQueryIndexed": ('int', 'int', 'int'),
24447    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glBeginTransformFeedback": ('int',),
24448    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glBindAttribLocation": ('int', 'int', 'str'),
24449    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glBindBuffer": ('int', 'int'),
24450    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glBindBufferBase": ('int', 'int', 'int'),
24451    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glBindFragDataLocation": ('int', 'int', 'str'),
24452    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glBindFragDataLocationIndexed": ('int', 'int', 'int', 'str'),
24453    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glBindFramebuffer": ('int', 'int'),
24454    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glBindProgramPipeline": ('int',),
24455    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glBindRenderbuffer": ('int', 'int'),
24456    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glBindSampler": ('int', 'int'),
24457    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glBindTexture": ('int', 'int'),
24458    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glBindTransformFeedback": ('int', 'int'),
24459    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glBindVertexArray": ('int',),
24460    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glBlendColor": ('float', 'float', 'float', 'float'),
24461    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glBlendEquation": ('int',),
24462    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glBlendEquationSeparate": ('int', 'int'),
24463    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glBlendEquationSeparatei": ('int', 'int', 'int'),
24464    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glBlendEquationi": ('int', 'int'),
24465    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glBlendFunc": ('int', 'int'),
24466    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glBlendFuncSeparate": ('int', 'int', 'int', 'int'),
24467    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glBlendFuncSeparatei": ('int', 'int', 'int', 'int', 'int'),
24468    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glBlendFunci": ('int', 'int', 'int'),
24469    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glBlitFramebuffer": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
24470    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glCheckFramebufferStatus": ('int',),
24471    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glClampColor": ('int', 'int'),
24472    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glClear": ('int',),
24473    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glClearBufferfi": ('int', 'int', 'float', 'int'),
24474    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glClearBufferfv": ('int', 'int', 'typing.Sequence[float]'),
24475    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glClearBufferiv": ('int', 'int', 'typing.Sequence[int]'),
24476    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glClearBufferuiv": ('int', 'int', 'typing.Sequence[int]'),
24477    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glClearColor": ('float', 'float', 'float', 'float'),
24478    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glClearDepth": ('float',),
24479    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glClearDepthf": ('float',),
24480    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glClearStencil": ('int',),
24481    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glColorMask": ('int', 'int', 'int', 'int'),
24482    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glColorMaski": ('int', 'int', 'int', 'int', 'int'),
24483    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glColorP3ui": ('int', 'int'),
24484    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glColorP3uiv": ('int', 'typing.Sequence[int]'),
24485    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glColorP4ui": ('int', 'int'),
24486    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glColorP4uiv": ('int', 'typing.Sequence[int]'),
24487    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glCompileShader": ('int',),
24488    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glCompressedTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
24489    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glCompressedTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
24490    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glCompressedTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
24491    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glCompressedTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
24492    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glCompressedTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
24493    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glCompressedTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
24494    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glCopyTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
24495    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glCopyTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
24496    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glCopyTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int'),
24497    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glCopyTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
24498    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glCopyTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
24499    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glCreateProgram": (),
24500    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glCreateShader": ('int',),
24501    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glCullFace": ('int',),
24502    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDeleteBuffers": ('int', 'typing.Sequence[int]'),
24503    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDeleteFramebuffers": ('int', 'typing.Sequence[int]'),
24504    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDeleteProgram": ('int',),
24505    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDeleteProgramPipelines": ('int', 'typing.Sequence[int]'),
24506    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDeleteQueries": ('int', 'typing.Sequence[int]'),
24507    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDeleteRenderbuffers": ('int', 'typing.Sequence[int]'),
24508    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDeleteSamplers": ('int', 'typing.Sequence[int]'),
24509    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDeleteShader": ('int',),
24510    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDeleteTextures": ('int', 'typing.Sequence[int]'),
24511    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDeleteTransformFeedbacks": ('int', 'typing.Sequence[int]'),
24512    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDeleteVertexArrays": ('int', 'typing.Sequence[int]'),
24513    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDepthFunc": ('int',),
24514    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDepthMask": ('int',),
24515    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDepthRange": ('float', 'float'),
24516    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDepthRangeArrayv": ('int', 'int', 'typing.Sequence[float]'),
24517    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDepthRangeIndexed": ('int', 'float', 'float'),
24518    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDepthRangef": ('float', 'float'),
24519    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDetachShader": ('int', 'int'),
24520    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDisable": ('int',),
24521    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDisableVertexAttribArray": ('int',),
24522    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDisablei": ('int', 'int'),
24523    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDrawArrays": ('int', 'int', 'int'),
24524    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDrawArraysIndirect": ('int', 'int'),
24525    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDrawArraysInstanced": ('int', 'int', 'int', 'int'),
24526    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDrawBuffer": ('int',),
24527    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDrawBuffers": ('int', 'typing.Sequence[int]'),
24528    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDrawElements": ('int', 'int', 'int', 'int'),
24529    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDrawElementsBaseVertex": ('int', 'int', 'int', 'int', 'int'),
24530    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDrawElementsIndirect": ('int', 'int', 'int'),
24531    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDrawElementsInstanced": ('int', 'int', 'int', 'int', 'int'),
24532    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDrawElementsInstancedBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int'),
24533    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDrawRangeElements": ('int', 'int', 'int', 'int', 'int', 'int'),
24534    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDrawRangeElementsBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
24535    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDrawTransformFeedback": ('int', 'int'),
24536    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glDrawTransformFeedbackStream": ('int', 'int', 'int'),
24537    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glEnable": ('int',),
24538    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glEnableVertexAttribArray": ('int',),
24539    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glEnablei": ('int', 'int'),
24540    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glEndConditionalRender": (),
24541    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glEndQuery": ('int',),
24542    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glEndQueryIndexed": ('int', 'int'),
24543    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glEndTransformFeedback": (),
24544    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glFinish": (),
24545    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glFlush": (),
24546    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glFramebufferRenderbuffer": ('int', 'int', 'int', 'int'),
24547    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glFramebufferTexture": ('int', 'int', 'int', 'int'),
24548    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glFramebufferTexture1D": ('int', 'int', 'int', 'int', 'int'),
24549    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glFramebufferTexture2D": ('int', 'int', 'int', 'int', 'int'),
24550    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glFramebufferTexture3D": ('int', 'int', 'int', 'int', 'int', 'int'),
24551    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glFramebufferTextureLayer": ('int', 'int', 'int', 'int', 'int'),
24552    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glFrontFace": ('int',),
24553    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glGenerateMipmap": ('int',),
24554    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glGetAttribLocation": ('int', 'str'),
24555    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glGetError": (),
24556    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glGetFragDataIndex": ('int', 'str'),
24557    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glGetFragDataLocation": ('int', 'str'),
24558    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glGetString": ('int',),
24559    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glGetStringi": ('int', 'int'),
24560    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glGetSubroutineIndex": ('int', 'int', 'str'),
24561    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glGetSubroutineUniformLocation": ('int', 'int', 'str'),
24562    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glGetUniformBlockIndex": ('int', 'str'),
24563    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glGetUniformLocation": ('int', 'str'),
24564    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glHint": ('int', 'int'),
24565    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glIndexub": ('int',),
24566    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glIndexubv": ('str',),
24567    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glIsBuffer": ('int',),
24568    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glIsEnabled": ('int',),
24569    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glIsEnabledi": ('int', 'int'),
24570    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glIsFramebuffer": ('int',),
24571    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glIsProgram": ('int',),
24572    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glIsProgramPipeline": ('int',),
24573    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glIsQuery": ('int',),
24574    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glIsRenderbuffer": ('int',),
24575    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glIsSampler": ('int',),
24576    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glIsShader": ('int',),
24577    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glIsTexture": ('int',),
24578    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glIsTransformFeedback": ('int',),
24579    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glIsVertexArray": ('int',),
24580    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glLineWidth": ('float',),
24581    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glLinkProgram": ('int',),
24582    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glLogicOp": ('int',),
24583    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glMapBuffer": ('int', 'int'),
24584    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glMinSampleShading": ('float',),
24585    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glMultiDrawArrays": ('int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'int'),
24586    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glMultiTexCoordP1ui": ('int', 'int', 'int'),
24587    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glMultiTexCoordP1uiv": ('int', 'int', 'typing.Sequence[int]'),
24588    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glMultiTexCoordP2ui": ('int', 'int', 'int'),
24589    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glMultiTexCoordP2uiv": ('int', 'int', 'typing.Sequence[int]'),
24590    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glMultiTexCoordP3ui": ('int', 'int', 'int'),
24591    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glMultiTexCoordP3uiv": ('int', 'int', 'typing.Sequence[int]'),
24592    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glMultiTexCoordP4ui": ('int', 'int', 'int'),
24593    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glMultiTexCoordP4uiv": ('int', 'int', 'typing.Sequence[int]'),
24594    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glNormalP3ui": ('int', 'int'),
24595    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glNormalP3uiv": ('int', 'typing.Sequence[int]'),
24596    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glPatchParameterfv": ('int', 'typing.Sequence[float]'),
24597    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glPatchParameteri": ('int', 'int'),
24598    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glPauseTransformFeedback": (),
24599    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glPixelStoref": ('int', 'float'),
24600    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glPixelStorei": ('int', 'int'),
24601    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glPointParameterf": ('int', 'float'),
24602    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glPointParameterfv": ('int', 'typing.Sequence[float]'),
24603    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glPointParameteri": ('int', 'int'),
24604    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glPointParameteriv": ('int', 'typing.Sequence[int]'),
24605    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glPointSize": ('float',),
24606    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glPolygonMode": ('int', 'int'),
24607    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glPolygonOffset": ('float', 'float'),
24608    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glPrimitiveRestartIndex": ('int',),
24609    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramBinary": ('int', 'int', 'int', 'int'),
24610    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramParameteri": ('int', 'int', 'int'),
24611    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform1d": ('int', 'int', 'float'),
24612    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform1dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24613    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform1f": ('int', 'int', 'float'),
24614    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform1fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24615    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform1i": ('int', 'int', 'int'),
24616    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform1iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
24617    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform1ui": ('int', 'int', 'int'),
24618    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform1uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
24619    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform2d": ('int', 'int', 'float', 'float'),
24620    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24621    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform2f": ('int', 'int', 'float', 'float'),
24622    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24623    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform2i": ('int', 'int', 'int', 'int'),
24624    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform2iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
24625    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform2ui": ('int', 'int', 'int', 'int'),
24626    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform2uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
24627    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform3d": ('int', 'int', 'float', 'float', 'float'),
24628    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24629    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform3f": ('int', 'int', 'float', 'float', 'float'),
24630    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24631    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform3i": ('int', 'int', 'int', 'int', 'int'),
24632    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform3iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
24633    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform3ui": ('int', 'int', 'int', 'int', 'int'),
24634    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform3uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
24635    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform4d": ('int', 'int', 'float', 'float', 'float', 'float'),
24636    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24637    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform4f": ('int', 'int', 'float', 'float', 'float', 'float'),
24638    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24639    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform4i": ('int', 'int', 'int', 'int', 'int', 'int'),
24640    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform4iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
24641    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform4ui": ('int', 'int', 'int', 'int', 'int', 'int'),
24642    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniform4uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
24643    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniformMatrix2dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24644    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniformMatrix2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24645    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniformMatrix2x3dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24646    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniformMatrix2x3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24647    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniformMatrix2x4dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24648    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniformMatrix2x4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24649    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniformMatrix3dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24650    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniformMatrix3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24651    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniformMatrix3x2dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24652    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniformMatrix3x2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24653    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniformMatrix3x4dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24654    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniformMatrix3x4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24655    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniformMatrix4dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24656    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniformMatrix4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24657    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniformMatrix4x2dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24658    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniformMatrix4x2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24659    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniformMatrix4x3dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24660    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProgramUniformMatrix4x3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
24661    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glProvokingVertex": ('int',),
24662    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glQueryCounter": ('int', 'int'),
24663    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glReadBuffer": ('int',),
24664    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glReleaseShaderCompiler": (),
24665    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glRenderbufferStorage": ('int', 'int', 'int', 'int'),
24666    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glRenderbufferStorageMultisample": ('int', 'int', 'int', 'int', 'int'),
24667    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glResumeTransformFeedback": (),
24668    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glSampleCoverage": ('float', 'int'),
24669    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glSampleMaski": ('int', 'int'),
24670    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glSamplerParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
24671    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glSamplerParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
24672    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glSamplerParameterf": ('int', 'int', 'float'),
24673    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glSamplerParameterfv": ('int', 'int', 'typing.Sequence[float]'),
24674    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glSamplerParameteri": ('int', 'int', 'int'),
24675    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glSamplerParameteriv": ('int', 'int', 'typing.Sequence[int]'),
24676    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glScissor": ('int', 'int', 'int', 'int'),
24677    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glScissorArrayv": ('int', 'int', 'typing.Sequence[int]'),
24678    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glScissorIndexed": ('int', 'int', 'int', 'int', 'int'),
24679    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glScissorIndexedv": ('int', 'typing.Sequence[int]'),
24680    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glSecondaryColorP3ui": ('int', 'int'),
24681    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glSecondaryColorP3uiv": ('int', 'typing.Sequence[int]'),
24682    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glShaderBinary": ('int', 'typing.Sequence[int]', 'int', 'int', 'int'),
24683    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glStencilFunc": ('int', 'int', 'int'),
24684    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glStencilFuncSeparate": ('int', 'int', 'int', 'int'),
24685    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glStencilMask": ('int',),
24686    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glStencilMaskSeparate": ('int', 'int'),
24687    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glStencilOp": ('int', 'int', 'int'),
24688    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glStencilOpSeparate": ('int', 'int', 'int', 'int'),
24689    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glTexBuffer": ('int', 'int', 'int'),
24690    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glTexCoordP1ui": ('int', 'int'),
24691    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glTexCoordP1uiv": ('int', 'typing.Sequence[int]'),
24692    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glTexCoordP2ui": ('int', 'int'),
24693    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glTexCoordP2uiv": ('int', 'typing.Sequence[int]'),
24694    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glTexCoordP3ui": ('int', 'int'),
24695    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glTexCoordP3uiv": ('int', 'typing.Sequence[int]'),
24696    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glTexCoordP4ui": ('int', 'int'),
24697    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glTexCoordP4uiv": ('int', 'typing.Sequence[int]'),
24698    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
24699    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
24700    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glTexImage2DMultisample": ('int', 'int', 'int', 'int', 'int', 'int'),
24701    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
24702    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glTexImage3DMultisample": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
24703    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glTexParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
24704    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glTexParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
24705    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glTexParameterf": ('int', 'int', 'float'),
24706    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glTexParameterfv": ('int', 'int', 'typing.Sequence[float]'),
24707    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glTexParameteri": ('int', 'int', 'int'),
24708    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glTexParameteriv": ('int', 'int', 'typing.Sequence[int]'),
24709    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
24710    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
24711    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
24712    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform1d": ('int', 'float'),
24713    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform1dv": ('int', 'int', 'typing.Sequence[float]'),
24714    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform1f": ('int', 'float'),
24715    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform1fv": ('int', 'int', 'typing.Sequence[float]'),
24716    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform1i": ('int', 'int'),
24717    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform1iv": ('int', 'int', 'typing.Sequence[int]'),
24718    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform1ui": ('int', 'int'),
24719    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform1uiv": ('int', 'int', 'typing.Sequence[int]'),
24720    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform2d": ('int', 'float', 'float'),
24721    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform2dv": ('int', 'int', 'typing.Sequence[float]'),
24722    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform2f": ('int', 'float', 'float'),
24723    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform2fv": ('int', 'int', 'typing.Sequence[float]'),
24724    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform2i": ('int', 'int', 'int'),
24725    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform2iv": ('int', 'int', 'typing.Sequence[int]'),
24726    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform2ui": ('int', 'int', 'int'),
24727    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform2uiv": ('int', 'int', 'typing.Sequence[int]'),
24728    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform3d": ('int', 'float', 'float', 'float'),
24729    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform3dv": ('int', 'int', 'typing.Sequence[float]'),
24730    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform3f": ('int', 'float', 'float', 'float'),
24731    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform3fv": ('int', 'int', 'typing.Sequence[float]'),
24732    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform3i": ('int', 'int', 'int', 'int'),
24733    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform3iv": ('int', 'int', 'typing.Sequence[int]'),
24734    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform3ui": ('int', 'int', 'int', 'int'),
24735    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform3uiv": ('int', 'int', 'typing.Sequence[int]'),
24736    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform4d": ('int', 'float', 'float', 'float', 'float'),
24737    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform4dv": ('int', 'int', 'typing.Sequence[float]'),
24738    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform4f": ('int', 'float', 'float', 'float', 'float'),
24739    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform4fv": ('int', 'int', 'typing.Sequence[float]'),
24740    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform4i": ('int', 'int', 'int', 'int', 'int'),
24741    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform4iv": ('int', 'int', 'typing.Sequence[int]'),
24742    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform4ui": ('int', 'int', 'int', 'int', 'int'),
24743    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniform4uiv": ('int', 'int', 'typing.Sequence[int]'),
24744    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniformBlockBinding": ('int', 'int', 'int'),
24745    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniformMatrix2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24746    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniformMatrix2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24747    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniformMatrix2x3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24748    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniformMatrix2x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24749    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniformMatrix2x4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24750    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniformMatrix2x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24751    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniformMatrix3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24752    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniformMatrix3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24753    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniformMatrix3x2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24754    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniformMatrix3x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24755    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniformMatrix3x4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24756    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniformMatrix3x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24757    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniformMatrix4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24758    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniformMatrix4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24759    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniformMatrix4x2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24760    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniformMatrix4x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24761    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniformMatrix4x3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24762    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniformMatrix4x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
24763    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUniformSubroutinesuiv": ('int', 'int', 'typing.Sequence[int]'),
24764    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUnmapBuffer": ('int',),
24765    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUseProgram": ('int',),
24766    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glUseProgramStages": ('int', 'int', 'int'),
24767    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glValidateProgram": ('int',),
24768    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glValidateProgramPipeline": ('int',),
24769    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glVertexAttribDivisor": ('int', 'int'),
24770    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glVertexAttribIPointer": ('int', 'int', 'int', 'int', 'int'),
24771    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glVertexAttribL1d": ('int', 'float'),
24772    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glVertexAttribL1dv": ('int', 'typing.Sequence[float]'),
24773    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glVertexAttribL2d": ('int', 'float', 'float'),
24774    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glVertexAttribL2dv": ('int', 'typing.Sequence[float]'),
24775    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glVertexAttribL3d": ('int', 'float', 'float', 'float'),
24776    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glVertexAttribL3dv": ('int', 'typing.Sequence[float]'),
24777    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glVertexAttribL4d": ('int', 'float', 'float', 'float', 'float'),
24778    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glVertexAttribL4dv": ('int', 'typing.Sequence[float]'),
24779    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glVertexAttribLPointer": ('int', 'int', 'int', 'int', 'int'),
24780    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glVertexAttribP1ui": ('int', 'int', 'int', 'int'),
24781    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glVertexAttribP1uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
24782    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glVertexAttribP2ui": ('int', 'int', 'int', 'int'),
24783    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glVertexAttribP2uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
24784    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glVertexAttribP3ui": ('int', 'int', 'int', 'int'),
24785    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glVertexAttribP3uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
24786    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glVertexAttribP4ui": ('int', 'int', 'int', 'int'),
24787    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glVertexAttribP4uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
24788    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glVertexAttribPointer": ('int', 'int', 'int', 'int', 'int', 'int'),
24789    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glVertexP2ui": ('int', 'int'),
24790    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glVertexP2uiv": ('int', 'typing.Sequence[int]'),
24791    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glVertexP3ui": ('int', 'int'),
24792    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glVertexP3uiv": ('int', 'typing.Sequence[int]'),
24793    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glVertexP4ui": ('int', 'int'),
24794    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glVertexP4uiv": ('int', 'typing.Sequence[int]'),
24795    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glViewport": ('int', 'int', 'int', 'int'),
24796    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glViewportArrayv": ('int', 'int', 'typing.Sequence[float]'),
24797    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glViewportIndexedf": ('int', 'float', 'float', 'float', 'float'),
24798    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.glViewportIndexedfv": ('int', 'typing.Sequence[float]'),
24799    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_1_Core.initializeOpenGLFunctions": (),
24800# class PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility:
24801    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.__init__": (),
24802    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glAccum": ('int', 'float'),
24803    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glActiveShaderProgram": ('int', 'int'),
24804    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glActiveTexture": ('int',),
24805    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glAlphaFunc": ('int', 'float'),
24806    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glArrayElement": ('int',),
24807    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glAttachShader": ('int', 'int'),
24808    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glBegin": ('int',),
24809    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glBeginConditionalRender": ('int', 'int'),
24810    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glBeginQuery": ('int', 'int'),
24811    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glBeginQueryIndexed": ('int', 'int', 'int'),
24812    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glBeginTransformFeedback": ('int',),
24813    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glBindAttribLocation": ('int', 'int', 'str'),
24814    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glBindBuffer": ('int', 'int'),
24815    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glBindBufferBase": ('int', 'int', 'int'),
24816    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glBindFragDataLocation": ('int', 'int', 'str'),
24817    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glBindFragDataLocationIndexed": ('int', 'int', 'int', 'str'),
24818    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glBindFramebuffer": ('int', 'int'),
24819    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glBindImageTexture": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
24820    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glBindProgramPipeline": ('int',),
24821    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glBindRenderbuffer": ('int', 'int'),
24822    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glBindSampler": ('int', 'int'),
24823    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glBindTexture": ('int', 'int'),
24824    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glBindTransformFeedback": ('int', 'int'),
24825    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glBindVertexArray": ('int',),
24826    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glBlendColor": ('float', 'float', 'float', 'float'),
24827    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glBlendEquation": ('int',),
24828    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glBlendEquationSeparate": ('int', 'int'),
24829    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glBlendEquationSeparatei": ('int', 'int', 'int'),
24830    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glBlendEquationi": ('int', 'int'),
24831    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glBlendFunc": ('int', 'int'),
24832    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glBlendFuncSeparate": ('int', 'int', 'int', 'int'),
24833    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glBlendFuncSeparatei": ('int', 'int', 'int', 'int', 'int'),
24834    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glBlendFunci": ('int', 'int', 'int'),
24835    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glBlitFramebuffer": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
24836    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glCallList": ('int',),
24837    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glCallLists": ('int', 'int', 'int'),
24838    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glCheckFramebufferStatus": ('int',),
24839    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glClampColor": ('int', 'int'),
24840    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glClear": ('int',),
24841    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glClearAccum": ('float', 'float', 'float', 'float'),
24842    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glClearBufferfi": ('int', 'int', 'float', 'int'),
24843    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glClearBufferfv": ('int', 'int', 'typing.Sequence[float]'),
24844    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glClearBufferiv": ('int', 'int', 'typing.Sequence[int]'),
24845    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glClearBufferuiv": ('int', 'int', 'typing.Sequence[int]'),
24846    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glClearColor": ('float', 'float', 'float', 'float'),
24847    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glClearDepth": ('float',),
24848    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glClearDepthf": ('float',),
24849    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glClearIndex": ('float',),
24850    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glClearStencil": ('int',),
24851    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glClientActiveTexture": ('int',),
24852    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glClipPlane": ('int', 'typing.Sequence[float]'),
24853    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor3b": ('int', 'int', 'int'),
24854    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor3bv": ('str',),
24855    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor3d": ('float', 'float', 'float'),
24856    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor3dv": ('typing.Sequence[float]',),
24857    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor3f": ('float', 'float', 'float'),
24858    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor3fv": ('typing.Sequence[float]',),
24859    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor3i": ('int', 'int', 'int'),
24860    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor3iv": ('typing.Sequence[int]',),
24861    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor3s": ('int', 'int', 'int'),
24862    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor3sv": ('typing.Sequence[int]',),
24863    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor3ub": ('int', 'int', 'int'),
24864    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor3ubv": ('str',),
24865    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor3ui": ('int', 'int', 'int'),
24866    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor3uiv": ('typing.Sequence[int]',),
24867    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor3us": ('int', 'int', 'int'),
24868    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor3usv": ('typing.Sequence[int]',),
24869    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor4b": ('int', 'int', 'int', 'int'),
24870    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor4bv": ('str',),
24871    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor4d": ('float', 'float', 'float', 'float'),
24872    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor4dv": ('typing.Sequence[float]',),
24873    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor4f": ('float', 'float', 'float', 'float'),
24874    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor4fv": ('typing.Sequence[float]',),
24875    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor4i": ('int', 'int', 'int', 'int'),
24876    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor4iv": ('typing.Sequence[int]',),
24877    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor4s": ('int', 'int', 'int', 'int'),
24878    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor4sv": ('typing.Sequence[int]',),
24879    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor4ub": ('int', 'int', 'int', 'int'),
24880    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor4ubv": ('str',),
24881    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor4ui": ('int', 'int', 'int', 'int'),
24882    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor4uiv": ('typing.Sequence[int]',),
24883    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor4us": ('int', 'int', 'int', 'int'),
24884    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColor4usv": ('typing.Sequence[int]',),
24885    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColorMask": ('int', 'int', 'int', 'int'),
24886    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColorMaski": ('int', 'int', 'int', 'int', 'int'),
24887    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColorMaterial": ('int', 'int'),
24888    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColorP3ui": ('int', 'int'),
24889    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColorP3uiv": ('int', 'typing.Sequence[int]'),
24890    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColorP4ui": ('int', 'int'),
24891    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColorP4uiv": ('int', 'typing.Sequence[int]'),
24892    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColorPointer": ('int', 'int', 'int', 'int'),
24893    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColorSubTable": ('int', 'int', 'int', 'int', 'int', 'int'),
24894    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColorTable": ('int', 'int', 'int', 'int', 'int', 'int'),
24895    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColorTableParameterfv": ('int', 'int', 'typing.Sequence[float]'),
24896    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glColorTableParameteriv": ('int', 'int', 'typing.Sequence[int]'),
24897    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glCompileShader": ('int',),
24898    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glCompressedTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
24899    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glCompressedTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
24900    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glCompressedTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
24901    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glCompressedTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
24902    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glCompressedTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
24903    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glCompressedTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
24904    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glConvolutionFilter1D": ('int', 'int', 'int', 'int', 'int', 'int'),
24905    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glConvolutionFilter2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
24906    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glConvolutionParameterf": ('int', 'int', 'float'),
24907    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glConvolutionParameterfv": ('int', 'int', 'typing.Sequence[float]'),
24908    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glConvolutionParameteri": ('int', 'int', 'int'),
24909    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glConvolutionParameteriv": ('int', 'int', 'typing.Sequence[int]'),
24910    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glCopyColorSubTable": ('int', 'int', 'int', 'int', 'int'),
24911    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glCopyColorTable": ('int', 'int', 'int', 'int', 'int'),
24912    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glCopyConvolutionFilter1D": ('int', 'int', 'int', 'int', 'int'),
24913    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glCopyConvolutionFilter2D": ('int', 'int', 'int', 'int', 'int', 'int'),
24914    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glCopyPixels": ('int', 'int', 'int', 'int', 'int'),
24915    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glCopyTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
24916    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glCopyTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
24917    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glCopyTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int'),
24918    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glCopyTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
24919    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glCopyTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
24920    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glCreateProgram": (),
24921    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glCreateShader": ('int',),
24922    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glCullFace": ('int',),
24923    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDeleteBuffers": ('int', 'typing.Sequence[int]'),
24924    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDeleteFramebuffers": ('int', 'typing.Sequence[int]'),
24925    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDeleteLists": ('int', 'int'),
24926    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDeleteProgram": ('int',),
24927    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDeleteProgramPipelines": ('int', 'typing.Sequence[int]'),
24928    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDeleteQueries": ('int', 'typing.Sequence[int]'),
24929    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDeleteRenderbuffers": ('int', 'typing.Sequence[int]'),
24930    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDeleteSamplers": ('int', 'typing.Sequence[int]'),
24931    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDeleteShader": ('int',),
24932    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDeleteTextures": ('int', 'typing.Sequence[int]'),
24933    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDeleteTransformFeedbacks": ('int', 'typing.Sequence[int]'),
24934    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDeleteVertexArrays": ('int', 'typing.Sequence[int]'),
24935    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDepthFunc": ('int',),
24936    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDepthMask": ('int',),
24937    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDepthRange": ('float', 'float'),
24938    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDepthRangeArrayv": ('int', 'int', 'typing.Sequence[float]'),
24939    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDepthRangeIndexed": ('int', 'float', 'float'),
24940    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDepthRangef": ('float', 'float'),
24941    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDetachShader": ('int', 'int'),
24942    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDisable": ('int',),
24943    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDisableClientState": ('int',),
24944    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDisableVertexAttribArray": ('int',),
24945    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDisablei": ('int', 'int'),
24946    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDrawArrays": ('int', 'int', 'int'),
24947    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDrawArraysIndirect": ('int', 'int'),
24948    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDrawArraysInstanced": ('int', 'int', 'int', 'int'),
24949    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDrawArraysInstancedBaseInstance": ('int', 'int', 'int', 'int', 'int'),
24950    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDrawBuffer": ('int',),
24951    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDrawBuffers": ('int', 'typing.Sequence[int]'),
24952    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDrawElements": ('int', 'int', 'int', 'int'),
24953    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDrawElementsBaseVertex": ('int', 'int', 'int', 'int', 'int'),
24954    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDrawElementsIndirect": ('int', 'int', 'int'),
24955    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDrawElementsInstanced": ('int', 'int', 'int', 'int', 'int'),
24956    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDrawElementsInstancedBaseInstance": ('int', 'int', 'int', 'int', 'int', 'int'),
24957    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDrawElementsInstancedBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int'),
24958    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDrawElementsInstancedBaseVertexBaseInstance": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
24959    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDrawPixels": ('int', 'int', 'int', 'int', 'int'),
24960    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDrawRangeElements": ('int', 'int', 'int', 'int', 'int', 'int'),
24961    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDrawRangeElementsBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
24962    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDrawTransformFeedback": ('int', 'int'),
24963    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDrawTransformFeedbackInstanced": ('int', 'int', 'int'),
24964    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDrawTransformFeedbackStream": ('int', 'int', 'int'),
24965    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glDrawTransformFeedbackStreamInstanced": ('int', 'int', 'int', 'int'),
24966    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glEdgeFlag": ('int',),
24967    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glEdgeFlagPointer": ('int', 'int'),
24968    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glEnable": ('int',),
24969    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glEnableClientState": ('int',),
24970    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glEnableVertexAttribArray": ('int',),
24971    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glEnablei": ('int', 'int'),
24972    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glEnd": (),
24973    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glEndConditionalRender": (),
24974    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glEndList": (),
24975    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glEndQuery": ('int',),
24976    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glEndQueryIndexed": ('int', 'int'),
24977    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glEndTransformFeedback": (),
24978    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glEvalCoord1d": ('float',),
24979    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glEvalCoord1dv": ('typing.Sequence[float]',),
24980    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glEvalCoord1f": ('float',),
24981    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glEvalCoord1fv": ('typing.Sequence[float]',),
24982    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glEvalCoord2d": ('float', 'float'),
24983    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glEvalCoord2dv": ('typing.Sequence[float]',),
24984    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glEvalCoord2f": ('float', 'float'),
24985    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glEvalCoord2fv": ('typing.Sequence[float]',),
24986    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glEvalMesh1": ('int', 'int', 'int'),
24987    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glEvalMesh2": ('int', 'int', 'int', 'int', 'int'),
24988    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glEvalPoint1": ('int',),
24989    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glEvalPoint2": ('int', 'int'),
24990    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glFinish": (),
24991    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glFlush": (),
24992    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glFogCoordPointer": ('int', 'int', 'int'),
24993    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glFogCoordd": ('float',),
24994    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glFogCoorddv": ('typing.Sequence[float]',),
24995    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glFogCoordf": ('float',),
24996    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glFogCoordfv": ('typing.Sequence[float]',),
24997    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glFogf": ('int', 'float'),
24998    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glFogfv": ('int', 'typing.Sequence[float]'),
24999    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glFogi": ('int', 'int'),
25000    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glFogiv": ('int', 'typing.Sequence[int]'),
25001    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glFramebufferRenderbuffer": ('int', 'int', 'int', 'int'),
25002    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glFramebufferTexture": ('int', 'int', 'int', 'int'),
25003    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glFramebufferTexture1D": ('int', 'int', 'int', 'int', 'int'),
25004    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glFramebufferTexture2D": ('int', 'int', 'int', 'int', 'int'),
25005    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glFramebufferTexture3D": ('int', 'int', 'int', 'int', 'int', 'int'),
25006    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glFramebufferTextureLayer": ('int', 'int', 'int', 'int', 'int'),
25007    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glFrontFace": ('int',),
25008    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glFrustum": ('float', 'float', 'float', 'float', 'float', 'float'),
25009    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glGenLists": ('int',),
25010    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glGenerateMipmap": ('int',),
25011    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glGetAttribLocation": ('int', 'str'),
25012    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glGetError": (),
25013    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glGetFragDataIndex": ('int', 'str'),
25014    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glGetFragDataLocation": ('int', 'str'),
25015    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glGetString": ('int',),
25016    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glGetStringi": ('int', 'int'),
25017    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glGetSubroutineIndex": ('int', 'int', 'str'),
25018    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glGetSubroutineUniformLocation": ('int', 'int', 'str'),
25019    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glGetUniformBlockIndex": ('int', 'str'),
25020    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glGetUniformLocation": ('int', 'str'),
25021    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glHint": ('int', 'int'),
25022    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glHistogram": ('int', 'int', 'int', 'int'),
25023    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glIndexMask": ('int',),
25024    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glIndexPointer": ('int', 'int', 'int'),
25025    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glIndexd": ('float',),
25026    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glIndexdv": ('typing.Sequence[float]',),
25027    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glIndexf": ('float',),
25028    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glIndexfv": ('typing.Sequence[float]',),
25029    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glIndexi": ('int',),
25030    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glIndexiv": ('typing.Sequence[int]',),
25031    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glIndexs": ('int',),
25032    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glIndexsv": ('typing.Sequence[int]',),
25033    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glIndexub": ('int',),
25034    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glIndexubv": ('str',),
25035    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glInitNames": (),
25036    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glInterleavedArrays": ('int', 'int', 'int'),
25037    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glIsBuffer": ('int',),
25038    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glIsEnabled": ('int',),
25039    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glIsEnabledi": ('int', 'int'),
25040    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glIsFramebuffer": ('int',),
25041    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glIsList": ('int',),
25042    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glIsProgram": ('int',),
25043    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glIsProgramPipeline": ('int',),
25044    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glIsQuery": ('int',),
25045    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glIsRenderbuffer": ('int',),
25046    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glIsSampler": ('int',),
25047    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glIsShader": ('int',),
25048    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glIsTexture": ('int',),
25049    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glIsTransformFeedback": ('int',),
25050    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glIsVertexArray": ('int',),
25051    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glLightModelf": ('int', 'float'),
25052    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glLightModelfv": ('int', 'typing.Sequence[float]'),
25053    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glLightModeli": ('int', 'int'),
25054    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glLightModeliv": ('int', 'typing.Sequence[int]'),
25055    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glLightf": ('int', 'int', 'float'),
25056    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glLightfv": ('int', 'int', 'typing.Sequence[float]'),
25057    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glLighti": ('int', 'int', 'int'),
25058    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glLightiv": ('int', 'int', 'typing.Sequence[int]'),
25059    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glLineStipple": ('int', 'int'),
25060    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glLineWidth": ('float',),
25061    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glLinkProgram": ('int',),
25062    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glListBase": ('int',),
25063    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glLoadIdentity": (),
25064    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glLoadMatrixd": ('typing.Sequence[float]',),
25065    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glLoadMatrixf": ('typing.Sequence[float]',),
25066    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glLoadName": ('int',),
25067    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glLoadTransposeMatrixd": ('typing.Sequence[float]',),
25068    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glLoadTransposeMatrixf": ('typing.Sequence[float]',),
25069    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glLogicOp": ('int',),
25070    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMap1d": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
25071    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMap1f": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
25072    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMap2d": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
25073    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMap2f": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
25074    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMapBuffer": ('int', 'int'),
25075    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMapGrid1d": ('int', 'float', 'float'),
25076    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMapGrid1f": ('int', 'float', 'float'),
25077    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMapGrid2d": ('int', 'float', 'float', 'int', 'float', 'float'),
25078    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMapGrid2f": ('int', 'float', 'float', 'int', 'float', 'float'),
25079    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMaterialf": ('int', 'int', 'float'),
25080    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMaterialfv": ('int', 'int', 'typing.Sequence[float]'),
25081    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMateriali": ('int', 'int', 'int'),
25082    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMaterialiv": ('int', 'int', 'typing.Sequence[int]'),
25083    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMatrixMode": ('int',),
25084    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMemoryBarrier": ('int',),
25085    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMinSampleShading": ('float',),
25086    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMinmax": ('int', 'int', 'int'),
25087    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultMatrixd": ('typing.Sequence[float]',),
25088    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultMatrixf": ('typing.Sequence[float]',),
25089    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultTransposeMatrixd": ('typing.Sequence[float]',),
25090    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultTransposeMatrixf": ('typing.Sequence[float]',),
25091    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiDrawArrays": ('int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'int'),
25092    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord1d": ('int', 'float'),
25093    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord1dv": ('int', 'typing.Sequence[float]'),
25094    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord1f": ('int', 'float'),
25095    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord1fv": ('int', 'typing.Sequence[float]'),
25096    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord1i": ('int', 'int'),
25097    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord1iv": ('int', 'typing.Sequence[int]'),
25098    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord1s": ('int', 'int'),
25099    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord1sv": ('int', 'typing.Sequence[int]'),
25100    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord2d": ('int', 'float', 'float'),
25101    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord2dv": ('int', 'typing.Sequence[float]'),
25102    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord2f": ('int', 'float', 'float'),
25103    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord2fv": ('int', 'typing.Sequence[float]'),
25104    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord2i": ('int', 'int', 'int'),
25105    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord2iv": ('int', 'typing.Sequence[int]'),
25106    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord2s": ('int', 'int', 'int'),
25107    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord2sv": ('int', 'typing.Sequence[int]'),
25108    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord3d": ('int', 'float', 'float', 'float'),
25109    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord3dv": ('int', 'typing.Sequence[float]'),
25110    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord3f": ('int', 'float', 'float', 'float'),
25111    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord3fv": ('int', 'typing.Sequence[float]'),
25112    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord3i": ('int', 'int', 'int', 'int'),
25113    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord3iv": ('int', 'typing.Sequence[int]'),
25114    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord3s": ('int', 'int', 'int', 'int'),
25115    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord3sv": ('int', 'typing.Sequence[int]'),
25116    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord4d": ('int', 'float', 'float', 'float', 'float'),
25117    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord4dv": ('int', 'typing.Sequence[float]'),
25118    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord4f": ('int', 'float', 'float', 'float', 'float'),
25119    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord4fv": ('int', 'typing.Sequence[float]'),
25120    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord4i": ('int', 'int', 'int', 'int', 'int'),
25121    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord4iv": ('int', 'typing.Sequence[int]'),
25122    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord4s": ('int', 'int', 'int', 'int', 'int'),
25123    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoord4sv": ('int', 'typing.Sequence[int]'),
25124    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoordP1ui": ('int', 'int', 'int'),
25125    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoordP1uiv": ('int', 'int', 'typing.Sequence[int]'),
25126    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoordP2ui": ('int', 'int', 'int'),
25127    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoordP2uiv": ('int', 'int', 'typing.Sequence[int]'),
25128    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoordP3ui": ('int', 'int', 'int'),
25129    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoordP3uiv": ('int', 'int', 'typing.Sequence[int]'),
25130    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoordP4ui": ('int', 'int', 'int'),
25131    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glMultiTexCoordP4uiv": ('int', 'int', 'typing.Sequence[int]'),
25132    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glNewList": ('int', 'int'),
25133    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glNormal3b": ('int', 'int', 'int'),
25134    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glNormal3bv": ('str',),
25135    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glNormal3d": ('float', 'float', 'float'),
25136    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glNormal3dv": ('typing.Sequence[float]',),
25137    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glNormal3f": ('float', 'float', 'float'),
25138    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glNormal3fv": ('typing.Sequence[float]',),
25139    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glNormal3i": ('int', 'int', 'int'),
25140    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glNormal3iv": ('typing.Sequence[int]',),
25141    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glNormal3s": ('int', 'int', 'int'),
25142    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glNormal3sv": ('typing.Sequence[int]',),
25143    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glNormalP3ui": ('int', 'int'),
25144    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glNormalP3uiv": ('int', 'typing.Sequence[int]'),
25145    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glNormalPointer": ('int', 'int', 'int'),
25146    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glOrtho": ('float', 'float', 'float', 'float', 'float', 'float'),
25147    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glPassThrough": ('float',),
25148    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glPatchParameterfv": ('int', 'typing.Sequence[float]'),
25149    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glPatchParameteri": ('int', 'int'),
25150    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glPauseTransformFeedback": (),
25151    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glPixelMapfv": ('int', 'int', 'typing.Sequence[float]'),
25152    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glPixelMapuiv": ('int', 'int', 'typing.Sequence[int]'),
25153    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glPixelMapusv": ('int', 'int', 'typing.Sequence[int]'),
25154    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glPixelStoref": ('int', 'float'),
25155    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glPixelStorei": ('int', 'int'),
25156    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glPixelTransferf": ('int', 'float'),
25157    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glPixelTransferi": ('int', 'int'),
25158    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glPixelZoom": ('float', 'float'),
25159    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glPointParameterf": ('int', 'float'),
25160    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glPointParameterfv": ('int', 'typing.Sequence[float]'),
25161    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glPointParameteri": ('int', 'int'),
25162    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glPointParameteriv": ('int', 'typing.Sequence[int]'),
25163    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glPointSize": ('float',),
25164    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glPolygonMode": ('int', 'int'),
25165    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glPolygonOffset": ('float', 'float'),
25166    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glPopAttrib": (),
25167    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glPopClientAttrib": (),
25168    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glPopMatrix": (),
25169    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glPopName": (),
25170    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glPrimitiveRestartIndex": ('int',),
25171    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glPrioritizeTextures": ('int', 'typing.Sequence[int]', 'typing.Sequence[float]'),
25172    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramBinary": ('int', 'int', 'int', 'int'),
25173    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramParameteri": ('int', 'int', 'int'),
25174    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform1d": ('int', 'int', 'float'),
25175    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform1dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25176    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform1f": ('int', 'int', 'float'),
25177    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform1fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25178    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform1i": ('int', 'int', 'int'),
25179    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform1iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
25180    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform1ui": ('int', 'int', 'int'),
25181    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform1uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
25182    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform2d": ('int', 'int', 'float', 'float'),
25183    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25184    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform2f": ('int', 'int', 'float', 'float'),
25185    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25186    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform2i": ('int', 'int', 'int', 'int'),
25187    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform2iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
25188    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform2ui": ('int', 'int', 'int', 'int'),
25189    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform2uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
25190    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform3d": ('int', 'int', 'float', 'float', 'float'),
25191    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25192    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform3f": ('int', 'int', 'float', 'float', 'float'),
25193    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25194    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform3i": ('int', 'int', 'int', 'int', 'int'),
25195    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform3iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
25196    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform3ui": ('int', 'int', 'int', 'int', 'int'),
25197    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform3uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
25198    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform4d": ('int', 'int', 'float', 'float', 'float', 'float'),
25199    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25200    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform4f": ('int', 'int', 'float', 'float', 'float', 'float'),
25201    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25202    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform4i": ('int', 'int', 'int', 'int', 'int', 'int'),
25203    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform4iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
25204    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform4ui": ('int', 'int', 'int', 'int', 'int', 'int'),
25205    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniform4uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
25206    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniformMatrix2dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25207    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniformMatrix2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25208    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniformMatrix2x3dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25209    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniformMatrix2x3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25210    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniformMatrix2x4dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25211    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniformMatrix2x4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25212    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniformMatrix3dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25213    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniformMatrix3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25214    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniformMatrix3x2dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25215    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniformMatrix3x2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25216    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniformMatrix3x4dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25217    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniformMatrix3x4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25218    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniformMatrix4dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25219    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniformMatrix4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25220    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniformMatrix4x2dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25221    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniformMatrix4x2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25222    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniformMatrix4x3dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25223    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProgramUniformMatrix4x3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25224    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glProvokingVertex": ('int',),
25225    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glPushAttrib": ('int',),
25226    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glPushClientAttrib": ('int',),
25227    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glPushMatrix": (),
25228    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glPushName": ('int',),
25229    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glQueryCounter": ('int', 'int'),
25230    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRasterPos2d": ('float', 'float'),
25231    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRasterPos2dv": ('typing.Sequence[float]',),
25232    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRasterPos2f": ('float', 'float'),
25233    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRasterPos2fv": ('typing.Sequence[float]',),
25234    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRasterPos2i": ('int', 'int'),
25235    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRasterPos2iv": ('typing.Sequence[int]',),
25236    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRasterPos2s": ('int', 'int'),
25237    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRasterPos2sv": ('typing.Sequence[int]',),
25238    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRasterPos3d": ('float', 'float', 'float'),
25239    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRasterPos3dv": ('typing.Sequence[float]',),
25240    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRasterPos3f": ('float', 'float', 'float'),
25241    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRasterPos3fv": ('typing.Sequence[float]',),
25242    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRasterPos3i": ('int', 'int', 'int'),
25243    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRasterPos3iv": ('typing.Sequence[int]',),
25244    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRasterPos3s": ('int', 'int', 'int'),
25245    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRasterPos3sv": ('typing.Sequence[int]',),
25246    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRasterPos4d": ('float', 'float', 'float', 'float'),
25247    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRasterPos4dv": ('typing.Sequence[float]',),
25248    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRasterPos4f": ('float', 'float', 'float', 'float'),
25249    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRasterPos4fv": ('typing.Sequence[float]',),
25250    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRasterPos4i": ('int', 'int', 'int', 'int'),
25251    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRasterPos4iv": ('typing.Sequence[int]',),
25252    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRasterPos4s": ('int', 'int', 'int', 'int'),
25253    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRasterPos4sv": ('typing.Sequence[int]',),
25254    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glReadBuffer": ('int',),
25255    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRectd": ('float', 'float', 'float', 'float'),
25256    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRectdv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
25257    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRectf": ('float', 'float', 'float', 'float'),
25258    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRectfv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
25259    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRecti": ('int', 'int', 'int', 'int'),
25260    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRectiv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
25261    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRects": ('int', 'int', 'int', 'int'),
25262    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRectsv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
25263    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glReleaseShaderCompiler": (),
25264    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRenderMode": ('int',),
25265    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRenderbufferStorage": ('int', 'int', 'int', 'int'),
25266    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRenderbufferStorageMultisample": ('int', 'int', 'int', 'int', 'int'),
25267    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glResetHistogram": ('int',),
25268    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glResetMinmax": ('int',),
25269    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glResumeTransformFeedback": (),
25270    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRotated": ('float', 'float', 'float', 'float'),
25271    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glRotatef": ('float', 'float', 'float', 'float'),
25272    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glSampleCoverage": ('float', 'int'),
25273    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glSampleMaski": ('int', 'int'),
25274    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glSamplerParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
25275    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glSamplerParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
25276    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glSamplerParameterf": ('int', 'int', 'float'),
25277    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glSamplerParameterfv": ('int', 'int', 'typing.Sequence[float]'),
25278    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glSamplerParameteri": ('int', 'int', 'int'),
25279    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glSamplerParameteriv": ('int', 'int', 'typing.Sequence[int]'),
25280    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glScaled": ('float', 'float', 'float'),
25281    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glScalef": ('float', 'float', 'float'),
25282    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glScissor": ('int', 'int', 'int', 'int'),
25283    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glScissorArrayv": ('int', 'int', 'typing.Sequence[int]'),
25284    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glScissorIndexed": ('int', 'int', 'int', 'int', 'int'),
25285    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glScissorIndexedv": ('int', 'typing.Sequence[int]'),
25286    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glSecondaryColor3b": ('int', 'int', 'int'),
25287    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glSecondaryColor3bv": ('str',),
25288    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glSecondaryColor3d": ('float', 'float', 'float'),
25289    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glSecondaryColor3dv": ('typing.Sequence[float]',),
25290    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glSecondaryColor3f": ('float', 'float', 'float'),
25291    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glSecondaryColor3fv": ('typing.Sequence[float]',),
25292    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glSecondaryColor3i": ('int', 'int', 'int'),
25293    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glSecondaryColor3iv": ('typing.Sequence[int]',),
25294    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glSecondaryColor3s": ('int', 'int', 'int'),
25295    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glSecondaryColor3sv": ('typing.Sequence[int]',),
25296    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glSecondaryColor3ub": ('int', 'int', 'int'),
25297    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glSecondaryColor3ubv": ('str',),
25298    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glSecondaryColor3ui": ('int', 'int', 'int'),
25299    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glSecondaryColor3uiv": ('typing.Sequence[int]',),
25300    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glSecondaryColor3us": ('int', 'int', 'int'),
25301    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glSecondaryColor3usv": ('typing.Sequence[int]',),
25302    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glSecondaryColorP3ui": ('int', 'int'),
25303    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glSecondaryColorP3uiv": ('int', 'typing.Sequence[int]'),
25304    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glSecondaryColorPointer": ('int', 'int', 'int', 'int'),
25305    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glSeparableFilter2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
25306    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glShadeModel": ('int',),
25307    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glShaderBinary": ('int', 'typing.Sequence[int]', 'int', 'int', 'int'),
25308    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glStencilFunc": ('int', 'int', 'int'),
25309    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glStencilFuncSeparate": ('int', 'int', 'int', 'int'),
25310    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glStencilMask": ('int',),
25311    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glStencilMaskSeparate": ('int', 'int'),
25312    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glStencilOp": ('int', 'int', 'int'),
25313    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glStencilOpSeparate": ('int', 'int', 'int', 'int'),
25314    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexBuffer": ('int', 'int', 'int'),
25315    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord1d": ('float',),
25316    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord1dv": ('typing.Sequence[float]',),
25317    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord1f": ('float',),
25318    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord1fv": ('typing.Sequence[float]',),
25319    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord1i": ('int',),
25320    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord1iv": ('typing.Sequence[int]',),
25321    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord1s": ('int',),
25322    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord1sv": ('typing.Sequence[int]',),
25323    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord2d": ('float', 'float'),
25324    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord2dv": ('typing.Sequence[float]',),
25325    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord2f": ('float', 'float'),
25326    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord2fv": ('typing.Sequence[float]',),
25327    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord2i": ('int', 'int'),
25328    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord2iv": ('typing.Sequence[int]',),
25329    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord2s": ('int', 'int'),
25330    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord2sv": ('typing.Sequence[int]',),
25331    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord3d": ('float', 'float', 'float'),
25332    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord3dv": ('typing.Sequence[float]',),
25333    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord3f": ('float', 'float', 'float'),
25334    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord3fv": ('typing.Sequence[float]',),
25335    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord3i": ('int', 'int', 'int'),
25336    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord3iv": ('typing.Sequence[int]',),
25337    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord3s": ('int', 'int', 'int'),
25338    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord3sv": ('typing.Sequence[int]',),
25339    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord4d": ('float', 'float', 'float', 'float'),
25340    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord4dv": ('typing.Sequence[float]',),
25341    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord4f": ('float', 'float', 'float', 'float'),
25342    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord4fv": ('typing.Sequence[float]',),
25343    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord4i": ('int', 'int', 'int', 'int'),
25344    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord4iv": ('typing.Sequence[int]',),
25345    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord4s": ('int', 'int', 'int', 'int'),
25346    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoord4sv": ('typing.Sequence[int]',),
25347    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoordP1ui": ('int', 'int'),
25348    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoordP1uiv": ('int', 'typing.Sequence[int]'),
25349    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoordP2ui": ('int', 'int'),
25350    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoordP2uiv": ('int', 'typing.Sequence[int]'),
25351    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoordP3ui": ('int', 'int'),
25352    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoordP3uiv": ('int', 'typing.Sequence[int]'),
25353    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoordP4ui": ('int', 'int'),
25354    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoordP4uiv": ('int', 'typing.Sequence[int]'),
25355    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexCoordPointer": ('int', 'int', 'int', 'int'),
25356    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexEnvf": ('int', 'int', 'float'),
25357    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexEnvfv": ('int', 'int', 'typing.Sequence[float]'),
25358    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexEnvi": ('int', 'int', 'int'),
25359    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexEnviv": ('int', 'int', 'typing.Sequence[int]'),
25360    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexGend": ('int', 'int', 'float'),
25361    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexGendv": ('int', 'int', 'typing.Sequence[float]'),
25362    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexGenf": ('int', 'int', 'float'),
25363    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexGenfv": ('int', 'int', 'typing.Sequence[float]'),
25364    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexGeni": ('int', 'int', 'int'),
25365    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexGeniv": ('int', 'int', 'typing.Sequence[int]'),
25366    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
25367    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
25368    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexImage2DMultisample": ('int', 'int', 'int', 'int', 'int', 'int'),
25369    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
25370    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexImage3DMultisample": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
25371    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
25372    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
25373    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexParameterf": ('int', 'int', 'float'),
25374    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexParameterfv": ('int', 'int', 'typing.Sequence[float]'),
25375    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexParameteri": ('int', 'int', 'int'),
25376    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexParameteriv": ('int', 'int', 'typing.Sequence[int]'),
25377    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexStorage1D": ('int', 'int', 'int', 'int'),
25378    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexStorage2D": ('int', 'int', 'int', 'int', 'int'),
25379    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexStorage3D": ('int', 'int', 'int', 'int', 'int', 'int'),
25380    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
25381    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
25382    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
25383    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTranslated": ('float', 'float', 'float'),
25384    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glTranslatef": ('float', 'float', 'float'),
25385    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform1d": ('int', 'float'),
25386    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform1dv": ('int', 'int', 'typing.Sequence[float]'),
25387    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform1f": ('int', 'float'),
25388    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform1fv": ('int', 'int', 'typing.Sequence[float]'),
25389    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform1i": ('int', 'int'),
25390    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform1iv": ('int', 'int', 'typing.Sequence[int]'),
25391    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform1ui": ('int', 'int'),
25392    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform1uiv": ('int', 'int', 'typing.Sequence[int]'),
25393    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform2d": ('int', 'float', 'float'),
25394    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform2dv": ('int', 'int', 'typing.Sequence[float]'),
25395    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform2f": ('int', 'float', 'float'),
25396    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform2fv": ('int', 'int', 'typing.Sequence[float]'),
25397    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform2i": ('int', 'int', 'int'),
25398    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform2iv": ('int', 'int', 'typing.Sequence[int]'),
25399    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform2ui": ('int', 'int', 'int'),
25400    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform2uiv": ('int', 'int', 'typing.Sequence[int]'),
25401    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform3d": ('int', 'float', 'float', 'float'),
25402    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform3dv": ('int', 'int', 'typing.Sequence[float]'),
25403    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform3f": ('int', 'float', 'float', 'float'),
25404    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform3fv": ('int', 'int', 'typing.Sequence[float]'),
25405    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform3i": ('int', 'int', 'int', 'int'),
25406    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform3iv": ('int', 'int', 'typing.Sequence[int]'),
25407    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform3ui": ('int', 'int', 'int', 'int'),
25408    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform3uiv": ('int', 'int', 'typing.Sequence[int]'),
25409    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform4d": ('int', 'float', 'float', 'float', 'float'),
25410    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform4dv": ('int', 'int', 'typing.Sequence[float]'),
25411    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform4f": ('int', 'float', 'float', 'float', 'float'),
25412    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform4fv": ('int', 'int', 'typing.Sequence[float]'),
25413    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform4i": ('int', 'int', 'int', 'int', 'int'),
25414    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform4iv": ('int', 'int', 'typing.Sequence[int]'),
25415    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform4ui": ('int', 'int', 'int', 'int', 'int'),
25416    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniform4uiv": ('int', 'int', 'typing.Sequence[int]'),
25417    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniformBlockBinding": ('int', 'int', 'int'),
25418    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniformMatrix2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25419    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniformMatrix2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25420    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniformMatrix2x3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25421    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniformMatrix2x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25422    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniformMatrix2x4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25423    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniformMatrix2x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25424    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniformMatrix3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25425    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniformMatrix3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25426    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniformMatrix3x2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25427    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniformMatrix3x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25428    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniformMatrix3x4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25429    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniformMatrix3x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25430    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniformMatrix4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25431    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniformMatrix4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25432    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniformMatrix4x2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25433    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniformMatrix4x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25434    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniformMatrix4x3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25435    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniformMatrix4x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25436    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUniformSubroutinesuiv": ('int', 'int', 'typing.Sequence[int]'),
25437    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUnmapBuffer": ('int',),
25438    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUseProgram": ('int',),
25439    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glUseProgramStages": ('int', 'int', 'int'),
25440    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glValidateProgram": ('int',),
25441    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glValidateProgramPipeline": ('int',),
25442    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertex2d": ('float', 'float'),
25443    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertex2dv": ('typing.Sequence[float]',),
25444    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertex2f": ('float', 'float'),
25445    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertex2fv": ('typing.Sequence[float]',),
25446    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertex2i": ('int', 'int'),
25447    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertex2iv": ('typing.Sequence[int]',),
25448    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertex2s": ('int', 'int'),
25449    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertex2sv": ('typing.Sequence[int]',),
25450    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertex3d": ('float', 'float', 'float'),
25451    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertex3dv": ('typing.Sequence[float]',),
25452    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertex3f": ('float', 'float', 'float'),
25453    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertex3fv": ('typing.Sequence[float]',),
25454    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertex3i": ('int', 'int', 'int'),
25455    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertex3iv": ('typing.Sequence[int]',),
25456    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertex3s": ('int', 'int', 'int'),
25457    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertex3sv": ('typing.Sequence[int]',),
25458    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertex4d": ('float', 'float', 'float', 'float'),
25459    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertex4dv": ('typing.Sequence[float]',),
25460    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertex4f": ('float', 'float', 'float', 'float'),
25461    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertex4fv": ('typing.Sequence[float]',),
25462    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertex4i": ('int', 'int', 'int', 'int'),
25463    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertex4iv": ('typing.Sequence[int]',),
25464    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertex4s": ('int', 'int', 'int', 'int'),
25465    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertex4sv": ('typing.Sequence[int]',),
25466    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib1d": ('int', 'float'),
25467    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib1dv": ('int', 'typing.Sequence[float]'),
25468    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib1f": ('int', 'float'),
25469    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib1fv": ('int', 'typing.Sequence[float]'),
25470    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib1s": ('int', 'int'),
25471    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib1sv": ('int', 'typing.Sequence[int]'),
25472    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib2d": ('int', 'float', 'float'),
25473    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib2dv": ('int', 'typing.Sequence[float]'),
25474    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib2f": ('int', 'float', 'float'),
25475    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib2fv": ('int', 'typing.Sequence[float]'),
25476    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib2s": ('int', 'int', 'int'),
25477    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib2sv": ('int', 'typing.Sequence[int]'),
25478    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib3d": ('int', 'float', 'float', 'float'),
25479    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib3dv": ('int', 'typing.Sequence[float]'),
25480    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib3f": ('int', 'float', 'float', 'float'),
25481    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib3fv": ('int', 'typing.Sequence[float]'),
25482    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib3s": ('int', 'int', 'int', 'int'),
25483    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib3sv": ('int', 'typing.Sequence[int]'),
25484    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib4Nbv": ('int', 'str'),
25485    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib4Niv": ('int', 'typing.Sequence[int]'),
25486    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib4Nsv": ('int', 'typing.Sequence[int]'),
25487    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib4Nub": ('int', 'int', 'int', 'int', 'int'),
25488    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib4Nubv": ('int', 'str'),
25489    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib4Nuiv": ('int', 'typing.Sequence[int]'),
25490    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib4Nusv": ('int', 'typing.Sequence[int]'),
25491    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib4bv": ('int', 'str'),
25492    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib4d": ('int', 'float', 'float', 'float', 'float'),
25493    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib4dv": ('int', 'typing.Sequence[float]'),
25494    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib4f": ('int', 'float', 'float', 'float', 'float'),
25495    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib4fv": ('int', 'typing.Sequence[float]'),
25496    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib4iv": ('int', 'typing.Sequence[int]'),
25497    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib4s": ('int', 'int', 'int', 'int', 'int'),
25498    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib4sv": ('int', 'typing.Sequence[int]'),
25499    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib4ubv": ('int', 'str'),
25500    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib4uiv": ('int', 'typing.Sequence[int]'),
25501    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttrib4usv": ('int', 'typing.Sequence[int]'),
25502    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribDivisor": ('int', 'int'),
25503    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribI1i": ('int', 'int'),
25504    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribI1iv": ('int', 'typing.Sequence[int]'),
25505    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribI1ui": ('int', 'int'),
25506    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribI1uiv": ('int', 'typing.Sequence[int]'),
25507    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribI2i": ('int', 'int', 'int'),
25508    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribI2iv": ('int', 'typing.Sequence[int]'),
25509    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribI2ui": ('int', 'int', 'int'),
25510    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribI2uiv": ('int', 'typing.Sequence[int]'),
25511    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribI3i": ('int', 'int', 'int', 'int'),
25512    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribI3iv": ('int', 'typing.Sequence[int]'),
25513    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribI3ui": ('int', 'int', 'int', 'int'),
25514    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribI3uiv": ('int', 'typing.Sequence[int]'),
25515    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribI4bv": ('int', 'str'),
25516    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribI4i": ('int', 'int', 'int', 'int', 'int'),
25517    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribI4iv": ('int', 'typing.Sequence[int]'),
25518    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribI4sv": ('int', 'typing.Sequence[int]'),
25519    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribI4ubv": ('int', 'str'),
25520    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribI4ui": ('int', 'int', 'int', 'int', 'int'),
25521    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribI4uiv": ('int', 'typing.Sequence[int]'),
25522    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribI4usv": ('int', 'typing.Sequence[int]'),
25523    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribIPointer": ('int', 'int', 'int', 'int', 'int'),
25524    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribL1d": ('int', 'float'),
25525    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribL1dv": ('int', 'typing.Sequence[float]'),
25526    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribL2d": ('int', 'float', 'float'),
25527    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribL2dv": ('int', 'typing.Sequence[float]'),
25528    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribL3d": ('int', 'float', 'float', 'float'),
25529    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribL3dv": ('int', 'typing.Sequence[float]'),
25530    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribL4d": ('int', 'float', 'float', 'float', 'float'),
25531    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribL4dv": ('int', 'typing.Sequence[float]'),
25532    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribLPointer": ('int', 'int', 'int', 'int', 'int'),
25533    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribP1ui": ('int', 'int', 'int', 'int'),
25534    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribP1uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
25535    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribP2ui": ('int', 'int', 'int', 'int'),
25536    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribP2uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
25537    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribP3ui": ('int', 'int', 'int', 'int'),
25538    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribP3uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
25539    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribP4ui": ('int', 'int', 'int', 'int'),
25540    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribP4uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
25541    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexAttribPointer": ('int', 'int', 'int', 'int', 'int', 'int'),
25542    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexP2ui": ('int', 'int'),
25543    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexP2uiv": ('int', 'typing.Sequence[int]'),
25544    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexP3ui": ('int', 'int'),
25545    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexP3uiv": ('int', 'typing.Sequence[int]'),
25546    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexP4ui": ('int', 'int'),
25547    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexP4uiv": ('int', 'typing.Sequence[int]'),
25548    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glVertexPointer": ('int', 'int', 'int', 'int'),
25549    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glViewport": ('int', 'int', 'int', 'int'),
25550    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glViewportArrayv": ('int', 'int', 'typing.Sequence[float]'),
25551    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glViewportIndexedf": ('int', 'float', 'float', 'float', 'float'),
25552    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glViewportIndexedfv": ('int', 'typing.Sequence[float]'),
25553    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glWindowPos2d": ('float', 'float'),
25554    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glWindowPos2dv": ('typing.Sequence[float]',),
25555    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glWindowPos2f": ('float', 'float'),
25556    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glWindowPos2fv": ('typing.Sequence[float]',),
25557    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glWindowPos2i": ('int', 'int'),
25558    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glWindowPos2iv": ('typing.Sequence[int]',),
25559    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glWindowPos2s": ('int', 'int'),
25560    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glWindowPos2sv": ('typing.Sequence[int]',),
25561    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glWindowPos3d": ('float', 'float', 'float'),
25562    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glWindowPos3dv": ('typing.Sequence[float]',),
25563    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glWindowPos3f": ('float', 'float', 'float'),
25564    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glWindowPos3fv": ('typing.Sequence[float]',),
25565    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glWindowPos3i": ('int', 'int', 'int'),
25566    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glWindowPos3iv": ('typing.Sequence[int]',),
25567    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glWindowPos3s": ('int', 'int', 'int'),
25568    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.glWindowPos3sv": ('typing.Sequence[int]',),
25569    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Compatibility.initializeOpenGLFunctions": (),
25570# class PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core:
25571    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.__init__": (),
25572    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glActiveShaderProgram": ('int', 'int'),
25573    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glActiveTexture": ('int',),
25574    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glAttachShader": ('int', 'int'),
25575    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glBeginConditionalRender": ('int', 'int'),
25576    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glBeginQuery": ('int', 'int'),
25577    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glBeginQueryIndexed": ('int', 'int', 'int'),
25578    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glBeginTransformFeedback": ('int',),
25579    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glBindAttribLocation": ('int', 'int', 'str'),
25580    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glBindBuffer": ('int', 'int'),
25581    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glBindBufferBase": ('int', 'int', 'int'),
25582    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glBindFragDataLocation": ('int', 'int', 'str'),
25583    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glBindFragDataLocationIndexed": ('int', 'int', 'int', 'str'),
25584    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glBindFramebuffer": ('int', 'int'),
25585    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glBindImageTexture": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
25586    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glBindProgramPipeline": ('int',),
25587    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glBindRenderbuffer": ('int', 'int'),
25588    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glBindSampler": ('int', 'int'),
25589    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glBindTexture": ('int', 'int'),
25590    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glBindTransformFeedback": ('int', 'int'),
25591    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glBindVertexArray": ('int',),
25592    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glBlendColor": ('float', 'float', 'float', 'float'),
25593    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glBlendEquation": ('int',),
25594    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glBlendEquationSeparate": ('int', 'int'),
25595    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glBlendEquationSeparatei": ('int', 'int', 'int'),
25596    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glBlendEquationi": ('int', 'int'),
25597    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glBlendFunc": ('int', 'int'),
25598    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glBlendFuncSeparate": ('int', 'int', 'int', 'int'),
25599    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glBlendFuncSeparatei": ('int', 'int', 'int', 'int', 'int'),
25600    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glBlendFunci": ('int', 'int', 'int'),
25601    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glBlitFramebuffer": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
25602    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glCheckFramebufferStatus": ('int',),
25603    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glClampColor": ('int', 'int'),
25604    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glClear": ('int',),
25605    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glClearBufferfi": ('int', 'int', 'float', 'int'),
25606    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glClearBufferfv": ('int', 'int', 'typing.Sequence[float]'),
25607    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glClearBufferiv": ('int', 'int', 'typing.Sequence[int]'),
25608    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glClearBufferuiv": ('int', 'int', 'typing.Sequence[int]'),
25609    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glClearColor": ('float', 'float', 'float', 'float'),
25610    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glClearDepth": ('float',),
25611    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glClearDepthf": ('float',),
25612    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glClearStencil": ('int',),
25613    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glColorMask": ('int', 'int', 'int', 'int'),
25614    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glColorMaski": ('int', 'int', 'int', 'int', 'int'),
25615    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glColorP3ui": ('int', 'int'),
25616    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glColorP3uiv": ('int', 'typing.Sequence[int]'),
25617    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glColorP4ui": ('int', 'int'),
25618    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glColorP4uiv": ('int', 'typing.Sequence[int]'),
25619    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glCompileShader": ('int',),
25620    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glCompressedTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
25621    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glCompressedTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
25622    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glCompressedTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
25623    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glCompressedTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
25624    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glCompressedTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
25625    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glCompressedTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
25626    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glCopyTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
25627    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glCopyTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
25628    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glCopyTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int'),
25629    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glCopyTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
25630    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glCopyTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
25631    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glCreateProgram": (),
25632    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glCreateShader": ('int',),
25633    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glCullFace": ('int',),
25634    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDeleteBuffers": ('int', 'typing.Sequence[int]'),
25635    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDeleteFramebuffers": ('int', 'typing.Sequence[int]'),
25636    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDeleteProgram": ('int',),
25637    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDeleteProgramPipelines": ('int', 'typing.Sequence[int]'),
25638    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDeleteQueries": ('int', 'typing.Sequence[int]'),
25639    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDeleteRenderbuffers": ('int', 'typing.Sequence[int]'),
25640    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDeleteSamplers": ('int', 'typing.Sequence[int]'),
25641    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDeleteShader": ('int',),
25642    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDeleteTextures": ('int', 'typing.Sequence[int]'),
25643    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDeleteTransformFeedbacks": ('int', 'typing.Sequence[int]'),
25644    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDeleteVertexArrays": ('int', 'typing.Sequence[int]'),
25645    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDepthFunc": ('int',),
25646    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDepthMask": ('int',),
25647    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDepthRange": ('float', 'float'),
25648    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDepthRangeArrayv": ('int', 'int', 'typing.Sequence[float]'),
25649    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDepthRangeIndexed": ('int', 'float', 'float'),
25650    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDepthRangef": ('float', 'float'),
25651    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDetachShader": ('int', 'int'),
25652    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDisable": ('int',),
25653    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDisableVertexAttribArray": ('int',),
25654    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDisablei": ('int', 'int'),
25655    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDrawArrays": ('int', 'int', 'int'),
25656    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDrawArraysIndirect": ('int', 'int'),
25657    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDrawArraysInstanced": ('int', 'int', 'int', 'int'),
25658    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDrawArraysInstancedBaseInstance": ('int', 'int', 'int', 'int', 'int'),
25659    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDrawBuffer": ('int',),
25660    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDrawBuffers": ('int', 'typing.Sequence[int]'),
25661    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDrawElements": ('int', 'int', 'int', 'int'),
25662    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDrawElementsBaseVertex": ('int', 'int', 'int', 'int', 'int'),
25663    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDrawElementsIndirect": ('int', 'int', 'int'),
25664    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDrawElementsInstanced": ('int', 'int', 'int', 'int', 'int'),
25665    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDrawElementsInstancedBaseInstance": ('int', 'int', 'int', 'int', 'int', 'int'),
25666    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDrawElementsInstancedBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int'),
25667    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDrawElementsInstancedBaseVertexBaseInstance": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
25668    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDrawRangeElements": ('int', 'int', 'int', 'int', 'int', 'int'),
25669    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDrawRangeElementsBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
25670    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDrawTransformFeedback": ('int', 'int'),
25671    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDrawTransformFeedbackInstanced": ('int', 'int', 'int'),
25672    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDrawTransformFeedbackStream": ('int', 'int', 'int'),
25673    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glDrawTransformFeedbackStreamInstanced": ('int', 'int', 'int', 'int'),
25674    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glEnable": ('int',),
25675    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glEnableVertexAttribArray": ('int',),
25676    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glEnablei": ('int', 'int'),
25677    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glEndConditionalRender": (),
25678    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glEndQuery": ('int',),
25679    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glEndQueryIndexed": ('int', 'int'),
25680    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glEndTransformFeedback": (),
25681    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glFinish": (),
25682    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glFlush": (),
25683    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glFramebufferRenderbuffer": ('int', 'int', 'int', 'int'),
25684    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glFramebufferTexture": ('int', 'int', 'int', 'int'),
25685    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glFramebufferTexture1D": ('int', 'int', 'int', 'int', 'int'),
25686    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glFramebufferTexture2D": ('int', 'int', 'int', 'int', 'int'),
25687    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glFramebufferTexture3D": ('int', 'int', 'int', 'int', 'int', 'int'),
25688    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glFramebufferTextureLayer": ('int', 'int', 'int', 'int', 'int'),
25689    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glFrontFace": ('int',),
25690    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glGenerateMipmap": ('int',),
25691    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glGetAttribLocation": ('int', 'str'),
25692    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glGetError": (),
25693    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glGetFragDataIndex": ('int', 'str'),
25694    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glGetFragDataLocation": ('int', 'str'),
25695    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glGetString": ('int',),
25696    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glGetStringi": ('int', 'int'),
25697    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glGetSubroutineIndex": ('int', 'int', 'str'),
25698    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glGetSubroutineUniformLocation": ('int', 'int', 'str'),
25699    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glGetUniformBlockIndex": ('int', 'str'),
25700    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glGetUniformLocation": ('int', 'str'),
25701    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glHint": ('int', 'int'),
25702    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glIndexub": ('int',),
25703    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glIndexubv": ('str',),
25704    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glIsBuffer": ('int',),
25705    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glIsEnabled": ('int',),
25706    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glIsEnabledi": ('int', 'int'),
25707    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glIsFramebuffer": ('int',),
25708    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glIsProgram": ('int',),
25709    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glIsProgramPipeline": ('int',),
25710    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glIsQuery": ('int',),
25711    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glIsRenderbuffer": ('int',),
25712    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glIsSampler": ('int',),
25713    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glIsShader": ('int',),
25714    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glIsTexture": ('int',),
25715    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glIsTransformFeedback": ('int',),
25716    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glIsVertexArray": ('int',),
25717    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glLineWidth": ('float',),
25718    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glLinkProgram": ('int',),
25719    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glLogicOp": ('int',),
25720    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glMapBuffer": ('int', 'int'),
25721    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glMemoryBarrier": ('int',),
25722    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glMinSampleShading": ('float',),
25723    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glMultiDrawArrays": ('int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'int'),
25724    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glMultiTexCoordP1ui": ('int', 'int', 'int'),
25725    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glMultiTexCoordP1uiv": ('int', 'int', 'typing.Sequence[int]'),
25726    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glMultiTexCoordP2ui": ('int', 'int', 'int'),
25727    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glMultiTexCoordP2uiv": ('int', 'int', 'typing.Sequence[int]'),
25728    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glMultiTexCoordP3ui": ('int', 'int', 'int'),
25729    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glMultiTexCoordP3uiv": ('int', 'int', 'typing.Sequence[int]'),
25730    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glMultiTexCoordP4ui": ('int', 'int', 'int'),
25731    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glMultiTexCoordP4uiv": ('int', 'int', 'typing.Sequence[int]'),
25732    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glNormalP3ui": ('int', 'int'),
25733    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glNormalP3uiv": ('int', 'typing.Sequence[int]'),
25734    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glPatchParameterfv": ('int', 'typing.Sequence[float]'),
25735    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glPatchParameteri": ('int', 'int'),
25736    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glPauseTransformFeedback": (),
25737    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glPixelStoref": ('int', 'float'),
25738    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glPixelStorei": ('int', 'int'),
25739    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glPointParameterf": ('int', 'float'),
25740    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glPointParameterfv": ('int', 'typing.Sequence[float]'),
25741    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glPointParameteri": ('int', 'int'),
25742    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glPointParameteriv": ('int', 'typing.Sequence[int]'),
25743    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glPointSize": ('float',),
25744    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glPolygonMode": ('int', 'int'),
25745    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glPolygonOffset": ('float', 'float'),
25746    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glPrimitiveRestartIndex": ('int',),
25747    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramBinary": ('int', 'int', 'int', 'int'),
25748    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramParameteri": ('int', 'int', 'int'),
25749    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform1d": ('int', 'int', 'float'),
25750    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform1dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25751    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform1f": ('int', 'int', 'float'),
25752    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform1fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25753    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform1i": ('int', 'int', 'int'),
25754    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform1iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
25755    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform1ui": ('int', 'int', 'int'),
25756    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform1uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
25757    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform2d": ('int', 'int', 'float', 'float'),
25758    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25759    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform2f": ('int', 'int', 'float', 'float'),
25760    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25761    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform2i": ('int', 'int', 'int', 'int'),
25762    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform2iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
25763    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform2ui": ('int', 'int', 'int', 'int'),
25764    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform2uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
25765    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform3d": ('int', 'int', 'float', 'float', 'float'),
25766    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25767    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform3f": ('int', 'int', 'float', 'float', 'float'),
25768    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25769    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform3i": ('int', 'int', 'int', 'int', 'int'),
25770    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform3iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
25771    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform3ui": ('int', 'int', 'int', 'int', 'int'),
25772    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform3uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
25773    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform4d": ('int', 'int', 'float', 'float', 'float', 'float'),
25774    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25775    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform4f": ('int', 'int', 'float', 'float', 'float', 'float'),
25776    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25777    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform4i": ('int', 'int', 'int', 'int', 'int', 'int'),
25778    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform4iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
25779    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform4ui": ('int', 'int', 'int', 'int', 'int', 'int'),
25780    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniform4uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
25781    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniformMatrix2dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25782    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniformMatrix2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25783    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniformMatrix2x3dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25784    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniformMatrix2x3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25785    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniformMatrix2x4dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25786    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniformMatrix2x4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25787    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniformMatrix3dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25788    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniformMatrix3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25789    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniformMatrix3x2dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25790    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniformMatrix3x2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25791    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniformMatrix3x4dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25792    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniformMatrix3x4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25793    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniformMatrix4dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25794    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniformMatrix4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25795    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniformMatrix4x2dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25796    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniformMatrix4x2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25797    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniformMatrix4x3dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25798    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProgramUniformMatrix4x3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
25799    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glProvokingVertex": ('int',),
25800    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glQueryCounter": ('int', 'int'),
25801    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glReadBuffer": ('int',),
25802    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glReleaseShaderCompiler": (),
25803    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glRenderbufferStorage": ('int', 'int', 'int', 'int'),
25804    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glRenderbufferStorageMultisample": ('int', 'int', 'int', 'int', 'int'),
25805    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glResumeTransformFeedback": (),
25806    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glSampleCoverage": ('float', 'int'),
25807    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glSampleMaski": ('int', 'int'),
25808    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glSamplerParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
25809    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glSamplerParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
25810    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glSamplerParameterf": ('int', 'int', 'float'),
25811    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glSamplerParameterfv": ('int', 'int', 'typing.Sequence[float]'),
25812    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glSamplerParameteri": ('int', 'int', 'int'),
25813    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glSamplerParameteriv": ('int', 'int', 'typing.Sequence[int]'),
25814    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glScissor": ('int', 'int', 'int', 'int'),
25815    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glScissorArrayv": ('int', 'int', 'typing.Sequence[int]'),
25816    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glScissorIndexed": ('int', 'int', 'int', 'int', 'int'),
25817    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glScissorIndexedv": ('int', 'typing.Sequence[int]'),
25818    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glSecondaryColorP3ui": ('int', 'int'),
25819    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glSecondaryColorP3uiv": ('int', 'typing.Sequence[int]'),
25820    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glShaderBinary": ('int', 'typing.Sequence[int]', 'int', 'int', 'int'),
25821    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glStencilFunc": ('int', 'int', 'int'),
25822    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glStencilFuncSeparate": ('int', 'int', 'int', 'int'),
25823    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glStencilMask": ('int',),
25824    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glStencilMaskSeparate": ('int', 'int'),
25825    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glStencilOp": ('int', 'int', 'int'),
25826    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glStencilOpSeparate": ('int', 'int', 'int', 'int'),
25827    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glTexBuffer": ('int', 'int', 'int'),
25828    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glTexCoordP1ui": ('int', 'int'),
25829    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glTexCoordP1uiv": ('int', 'typing.Sequence[int]'),
25830    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glTexCoordP2ui": ('int', 'int'),
25831    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glTexCoordP2uiv": ('int', 'typing.Sequence[int]'),
25832    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glTexCoordP3ui": ('int', 'int'),
25833    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glTexCoordP3uiv": ('int', 'typing.Sequence[int]'),
25834    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glTexCoordP4ui": ('int', 'int'),
25835    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glTexCoordP4uiv": ('int', 'typing.Sequence[int]'),
25836    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
25837    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
25838    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glTexImage2DMultisample": ('int', 'int', 'int', 'int', 'int', 'int'),
25839    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
25840    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glTexImage3DMultisample": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
25841    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glTexParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
25842    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glTexParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
25843    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glTexParameterf": ('int', 'int', 'float'),
25844    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glTexParameterfv": ('int', 'int', 'typing.Sequence[float]'),
25845    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glTexParameteri": ('int', 'int', 'int'),
25846    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glTexParameteriv": ('int', 'int', 'typing.Sequence[int]'),
25847    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glTexStorage1D": ('int', 'int', 'int', 'int'),
25848    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glTexStorage2D": ('int', 'int', 'int', 'int', 'int'),
25849    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glTexStorage3D": ('int', 'int', 'int', 'int', 'int', 'int'),
25850    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
25851    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
25852    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
25853    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform1d": ('int', 'float'),
25854    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform1dv": ('int', 'int', 'typing.Sequence[float]'),
25855    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform1f": ('int', 'float'),
25856    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform1fv": ('int', 'int', 'typing.Sequence[float]'),
25857    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform1i": ('int', 'int'),
25858    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform1iv": ('int', 'int', 'typing.Sequence[int]'),
25859    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform1ui": ('int', 'int'),
25860    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform1uiv": ('int', 'int', 'typing.Sequence[int]'),
25861    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform2d": ('int', 'float', 'float'),
25862    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform2dv": ('int', 'int', 'typing.Sequence[float]'),
25863    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform2f": ('int', 'float', 'float'),
25864    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform2fv": ('int', 'int', 'typing.Sequence[float]'),
25865    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform2i": ('int', 'int', 'int'),
25866    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform2iv": ('int', 'int', 'typing.Sequence[int]'),
25867    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform2ui": ('int', 'int', 'int'),
25868    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform2uiv": ('int', 'int', 'typing.Sequence[int]'),
25869    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform3d": ('int', 'float', 'float', 'float'),
25870    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform3dv": ('int', 'int', 'typing.Sequence[float]'),
25871    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform3f": ('int', 'float', 'float', 'float'),
25872    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform3fv": ('int', 'int', 'typing.Sequence[float]'),
25873    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform3i": ('int', 'int', 'int', 'int'),
25874    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform3iv": ('int', 'int', 'typing.Sequence[int]'),
25875    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform3ui": ('int', 'int', 'int', 'int'),
25876    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform3uiv": ('int', 'int', 'typing.Sequence[int]'),
25877    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform4d": ('int', 'float', 'float', 'float', 'float'),
25878    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform4dv": ('int', 'int', 'typing.Sequence[float]'),
25879    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform4f": ('int', 'float', 'float', 'float', 'float'),
25880    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform4fv": ('int', 'int', 'typing.Sequence[float]'),
25881    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform4i": ('int', 'int', 'int', 'int', 'int'),
25882    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform4iv": ('int', 'int', 'typing.Sequence[int]'),
25883    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform4ui": ('int', 'int', 'int', 'int', 'int'),
25884    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniform4uiv": ('int', 'int', 'typing.Sequence[int]'),
25885    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniformBlockBinding": ('int', 'int', 'int'),
25886    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniformMatrix2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25887    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniformMatrix2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25888    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniformMatrix2x3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25889    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniformMatrix2x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25890    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniformMatrix2x4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25891    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniformMatrix2x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25892    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniformMatrix3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25893    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniformMatrix3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25894    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniformMatrix3x2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25895    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniformMatrix3x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25896    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniformMatrix3x4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25897    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniformMatrix3x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25898    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniformMatrix4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25899    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniformMatrix4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25900    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniformMatrix4x2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25901    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniformMatrix4x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25902    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniformMatrix4x3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25903    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniformMatrix4x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
25904    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUniformSubroutinesuiv": ('int', 'int', 'typing.Sequence[int]'),
25905    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUnmapBuffer": ('int',),
25906    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUseProgram": ('int',),
25907    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glUseProgramStages": ('int', 'int', 'int'),
25908    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glValidateProgram": ('int',),
25909    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glValidateProgramPipeline": ('int',),
25910    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glVertexAttribDivisor": ('int', 'int'),
25911    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glVertexAttribIPointer": ('int', 'int', 'int', 'int', 'int'),
25912    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glVertexAttribL1d": ('int', 'float'),
25913    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glVertexAttribL1dv": ('int', 'typing.Sequence[float]'),
25914    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glVertexAttribL2d": ('int', 'float', 'float'),
25915    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glVertexAttribL2dv": ('int', 'typing.Sequence[float]'),
25916    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glVertexAttribL3d": ('int', 'float', 'float', 'float'),
25917    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glVertexAttribL3dv": ('int', 'typing.Sequence[float]'),
25918    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glVertexAttribL4d": ('int', 'float', 'float', 'float', 'float'),
25919    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glVertexAttribL4dv": ('int', 'typing.Sequence[float]'),
25920    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glVertexAttribLPointer": ('int', 'int', 'int', 'int', 'int'),
25921    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glVertexAttribP1ui": ('int', 'int', 'int', 'int'),
25922    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glVertexAttribP1uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
25923    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glVertexAttribP2ui": ('int', 'int', 'int', 'int'),
25924    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glVertexAttribP2uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
25925    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glVertexAttribP3ui": ('int', 'int', 'int', 'int'),
25926    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glVertexAttribP3uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
25927    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glVertexAttribP4ui": ('int', 'int', 'int', 'int'),
25928    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glVertexAttribP4uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
25929    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glVertexAttribPointer": ('int', 'int', 'int', 'int', 'int', 'int'),
25930    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glVertexP2ui": ('int', 'int'),
25931    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glVertexP2uiv": ('int', 'typing.Sequence[int]'),
25932    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glVertexP3ui": ('int', 'int'),
25933    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glVertexP3uiv": ('int', 'typing.Sequence[int]'),
25934    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glVertexP4ui": ('int', 'int'),
25935    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glVertexP4uiv": ('int', 'typing.Sequence[int]'),
25936    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glViewport": ('int', 'int', 'int', 'int'),
25937    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glViewportArrayv": ('int', 'int', 'typing.Sequence[float]'),
25938    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glViewportIndexedf": ('int', 'float', 'float', 'float', 'float'),
25939    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.glViewportIndexedfv": ('int', 'typing.Sequence[float]'),
25940    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_2_Core.initializeOpenGLFunctions": (),
25941# class PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility:
25942    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.__init__": (),
25943    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glAccum": ('int', 'float'),
25944    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glActiveShaderProgram": ('int', 'int'),
25945    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glActiveTexture": ('int',),
25946    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glAlphaFunc": ('int', 'float'),
25947    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glArrayElement": ('int',),
25948    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glAttachShader": ('int', 'int'),
25949    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glBegin": ('int',),
25950    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glBeginConditionalRender": ('int', 'int'),
25951    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glBeginQuery": ('int', 'int'),
25952    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glBeginQueryIndexed": ('int', 'int', 'int'),
25953    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glBeginTransformFeedback": ('int',),
25954    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glBindAttribLocation": ('int', 'int', 'str'),
25955    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glBindBuffer": ('int', 'int'),
25956    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glBindBufferBase": ('int', 'int', 'int'),
25957    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glBindFragDataLocation": ('int', 'int', 'str'),
25958    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glBindFragDataLocationIndexed": ('int', 'int', 'int', 'str'),
25959    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glBindFramebuffer": ('int', 'int'),
25960    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glBindImageTexture": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
25961    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glBindProgramPipeline": ('int',),
25962    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glBindRenderbuffer": ('int', 'int'),
25963    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glBindSampler": ('int', 'int'),
25964    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glBindTexture": ('int', 'int'),
25965    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glBindTransformFeedback": ('int', 'int'),
25966    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glBindVertexArray": ('int',),
25967    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glBlendColor": ('float', 'float', 'float', 'float'),
25968    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glBlendEquation": ('int',),
25969    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glBlendEquationSeparate": ('int', 'int'),
25970    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glBlendEquationSeparatei": ('int', 'int', 'int'),
25971    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glBlendEquationi": ('int', 'int'),
25972    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glBlendFunc": ('int', 'int'),
25973    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glBlendFuncSeparate": ('int', 'int', 'int', 'int'),
25974    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glBlendFuncSeparatei": ('int', 'int', 'int', 'int', 'int'),
25975    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glBlendFunci": ('int', 'int', 'int'),
25976    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glBlitFramebuffer": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
25977    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glCallList": ('int',),
25978    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glCallLists": ('int', 'int', 'int'),
25979    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glCheckFramebufferStatus": ('int',),
25980    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glClampColor": ('int', 'int'),
25981    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glClear": ('int',),
25982    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glClearAccum": ('float', 'float', 'float', 'float'),
25983    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glClearBufferData": ('int', 'int', 'int', 'int', 'int'),
25984    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glClearBufferfi": ('int', 'int', 'float', 'int'),
25985    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glClearBufferfv": ('int', 'int', 'typing.Sequence[float]'),
25986    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glClearBufferiv": ('int', 'int', 'typing.Sequence[int]'),
25987    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glClearBufferuiv": ('int', 'int', 'typing.Sequence[int]'),
25988    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glClearColor": ('float', 'float', 'float', 'float'),
25989    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glClearDepth": ('float',),
25990    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glClearDepthf": ('float',),
25991    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glClearIndex": ('float',),
25992    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glClearStencil": ('int',),
25993    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glClientActiveTexture": ('int',),
25994    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glClipPlane": ('int', 'typing.Sequence[float]'),
25995    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor3b": ('int', 'int', 'int'),
25996    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor3bv": ('str',),
25997    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor3d": ('float', 'float', 'float'),
25998    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor3dv": ('typing.Sequence[float]',),
25999    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor3f": ('float', 'float', 'float'),
26000    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor3fv": ('typing.Sequence[float]',),
26001    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor3i": ('int', 'int', 'int'),
26002    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor3iv": ('typing.Sequence[int]',),
26003    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor3s": ('int', 'int', 'int'),
26004    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor3sv": ('typing.Sequence[int]',),
26005    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor3ub": ('int', 'int', 'int'),
26006    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor3ubv": ('str',),
26007    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor3ui": ('int', 'int', 'int'),
26008    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor3uiv": ('typing.Sequence[int]',),
26009    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor3us": ('int', 'int', 'int'),
26010    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor3usv": ('typing.Sequence[int]',),
26011    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor4b": ('int', 'int', 'int', 'int'),
26012    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor4bv": ('str',),
26013    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor4d": ('float', 'float', 'float', 'float'),
26014    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor4dv": ('typing.Sequence[float]',),
26015    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor4f": ('float', 'float', 'float', 'float'),
26016    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor4fv": ('typing.Sequence[float]',),
26017    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor4i": ('int', 'int', 'int', 'int'),
26018    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor4iv": ('typing.Sequence[int]',),
26019    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor4s": ('int', 'int', 'int', 'int'),
26020    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor4sv": ('typing.Sequence[int]',),
26021    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor4ub": ('int', 'int', 'int', 'int'),
26022    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor4ubv": ('str',),
26023    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor4ui": ('int', 'int', 'int', 'int'),
26024    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor4uiv": ('typing.Sequence[int]',),
26025    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor4us": ('int', 'int', 'int', 'int'),
26026    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColor4usv": ('typing.Sequence[int]',),
26027    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColorMask": ('int', 'int', 'int', 'int'),
26028    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColorMaski": ('int', 'int', 'int', 'int', 'int'),
26029    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColorMaterial": ('int', 'int'),
26030    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColorP3ui": ('int', 'int'),
26031    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColorP3uiv": ('int', 'typing.Sequence[int]'),
26032    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColorP4ui": ('int', 'int'),
26033    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColorP4uiv": ('int', 'typing.Sequence[int]'),
26034    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColorPointer": ('int', 'int', 'int', 'int'),
26035    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColorSubTable": ('int', 'int', 'int', 'int', 'int', 'int'),
26036    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColorTable": ('int', 'int', 'int', 'int', 'int', 'int'),
26037    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColorTableParameterfv": ('int', 'int', 'typing.Sequence[float]'),
26038    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glColorTableParameteriv": ('int', 'int', 'typing.Sequence[int]'),
26039    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glCompileShader": ('int',),
26040    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glCompressedTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
26041    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glCompressedTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
26042    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glCompressedTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
26043    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glCompressedTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
26044    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glCompressedTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
26045    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glCompressedTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
26046    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glConvolutionFilter1D": ('int', 'int', 'int', 'int', 'int', 'int'),
26047    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glConvolutionFilter2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
26048    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glConvolutionParameterf": ('int', 'int', 'float'),
26049    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glConvolutionParameterfv": ('int', 'int', 'typing.Sequence[float]'),
26050    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glConvolutionParameteri": ('int', 'int', 'int'),
26051    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glConvolutionParameteriv": ('int', 'int', 'typing.Sequence[int]'),
26052    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glCopyColorSubTable": ('int', 'int', 'int', 'int', 'int'),
26053    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glCopyColorTable": ('int', 'int', 'int', 'int', 'int'),
26054    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glCopyConvolutionFilter1D": ('int', 'int', 'int', 'int', 'int'),
26055    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glCopyConvolutionFilter2D": ('int', 'int', 'int', 'int', 'int', 'int'),
26056    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glCopyImageSubData": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
26057    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glCopyPixels": ('int', 'int', 'int', 'int', 'int'),
26058    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glCopyTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
26059    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glCopyTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
26060    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glCopyTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int'),
26061    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glCopyTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
26062    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glCopyTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
26063    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glCreateProgram": (),
26064    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glCreateShader": ('int',),
26065    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glCullFace": ('int',),
26066    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDeleteBuffers": ('int', 'typing.Sequence[int]'),
26067    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDeleteFramebuffers": ('int', 'typing.Sequence[int]'),
26068    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDeleteLists": ('int', 'int'),
26069    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDeleteProgram": ('int',),
26070    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDeleteProgramPipelines": ('int', 'typing.Sequence[int]'),
26071    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDeleteQueries": ('int', 'typing.Sequence[int]'),
26072    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDeleteRenderbuffers": ('int', 'typing.Sequence[int]'),
26073    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDeleteSamplers": ('int', 'typing.Sequence[int]'),
26074    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDeleteShader": ('int',),
26075    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDeleteTextures": ('int', 'typing.Sequence[int]'),
26076    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDeleteTransformFeedbacks": ('int', 'typing.Sequence[int]'),
26077    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDeleteVertexArrays": ('int', 'typing.Sequence[int]'),
26078    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDepthFunc": ('int',),
26079    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDepthMask": ('int',),
26080    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDepthRange": ('float', 'float'),
26081    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDepthRangeArrayv": ('int', 'int', 'typing.Sequence[float]'),
26082    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDepthRangeIndexed": ('int', 'float', 'float'),
26083    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDepthRangef": ('float', 'float'),
26084    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDetachShader": ('int', 'int'),
26085    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDisable": ('int',),
26086    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDisableClientState": ('int',),
26087    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDisableVertexAttribArray": ('int',),
26088    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDisablei": ('int', 'int'),
26089    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDispatchCompute": ('int', 'int', 'int'),
26090    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDrawArrays": ('int', 'int', 'int'),
26091    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDrawArraysIndirect": ('int', 'int'),
26092    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDrawArraysInstanced": ('int', 'int', 'int', 'int'),
26093    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDrawArraysInstancedBaseInstance": ('int', 'int', 'int', 'int', 'int'),
26094    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDrawBuffer": ('int',),
26095    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDrawBuffers": ('int', 'typing.Sequence[int]'),
26096    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDrawElements": ('int', 'int', 'int', 'int'),
26097    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDrawElementsBaseVertex": ('int', 'int', 'int', 'int', 'int'),
26098    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDrawElementsIndirect": ('int', 'int', 'int'),
26099    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDrawElementsInstanced": ('int', 'int', 'int', 'int', 'int'),
26100    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDrawElementsInstancedBaseInstance": ('int', 'int', 'int', 'int', 'int', 'int'),
26101    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDrawElementsInstancedBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int'),
26102    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDrawElementsInstancedBaseVertexBaseInstance": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
26103    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDrawPixels": ('int', 'int', 'int', 'int', 'int'),
26104    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDrawRangeElements": ('int', 'int', 'int', 'int', 'int', 'int'),
26105    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDrawRangeElementsBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
26106    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDrawTransformFeedback": ('int', 'int'),
26107    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDrawTransformFeedbackInstanced": ('int', 'int', 'int'),
26108    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDrawTransformFeedbackStream": ('int', 'int', 'int'),
26109    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glDrawTransformFeedbackStreamInstanced": ('int', 'int', 'int', 'int'),
26110    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glEdgeFlag": ('int',),
26111    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glEdgeFlagPointer": ('int', 'int'),
26112    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glEnable": ('int',),
26113    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glEnableClientState": ('int',),
26114    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glEnableVertexAttribArray": ('int',),
26115    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glEnablei": ('int', 'int'),
26116    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glEnd": (),
26117    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glEndConditionalRender": (),
26118    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glEndList": (),
26119    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glEndQuery": ('int',),
26120    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glEndQueryIndexed": ('int', 'int'),
26121    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glEndTransformFeedback": (),
26122    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glEvalCoord1d": ('float',),
26123    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glEvalCoord1dv": ('typing.Sequence[float]',),
26124    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glEvalCoord1f": ('float',),
26125    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glEvalCoord1fv": ('typing.Sequence[float]',),
26126    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glEvalCoord2d": ('float', 'float'),
26127    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glEvalCoord2dv": ('typing.Sequence[float]',),
26128    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glEvalCoord2f": ('float', 'float'),
26129    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glEvalCoord2fv": ('typing.Sequence[float]',),
26130    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glEvalMesh1": ('int', 'int', 'int'),
26131    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glEvalMesh2": ('int', 'int', 'int', 'int', 'int'),
26132    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glEvalPoint1": ('int',),
26133    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glEvalPoint2": ('int', 'int'),
26134    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glFinish": (),
26135    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glFlush": (),
26136    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glFogCoordPointer": ('int', 'int', 'int'),
26137    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glFogCoordd": ('float',),
26138    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glFogCoorddv": ('typing.Sequence[float]',),
26139    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glFogCoordf": ('float',),
26140    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glFogCoordfv": ('typing.Sequence[float]',),
26141    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glFogf": ('int', 'float'),
26142    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glFogfv": ('int', 'typing.Sequence[float]'),
26143    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glFogi": ('int', 'int'),
26144    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glFogiv": ('int', 'typing.Sequence[int]'),
26145    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glFramebufferParameteri": ('int', 'int', 'int'),
26146    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glFramebufferRenderbuffer": ('int', 'int', 'int', 'int'),
26147    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glFramebufferTexture": ('int', 'int', 'int', 'int'),
26148    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glFramebufferTexture1D": ('int', 'int', 'int', 'int', 'int'),
26149    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glFramebufferTexture2D": ('int', 'int', 'int', 'int', 'int'),
26150    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glFramebufferTexture3D": ('int', 'int', 'int', 'int', 'int', 'int'),
26151    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glFramebufferTextureLayer": ('int', 'int', 'int', 'int', 'int'),
26152    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glFrontFace": ('int',),
26153    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glFrustum": ('float', 'float', 'float', 'float', 'float', 'float'),
26154    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glGenLists": ('int',),
26155    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glGenerateMipmap": ('int',),
26156    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glGetAttribLocation": ('int', 'str'),
26157    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glGetError": (),
26158    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glGetFragDataIndex": ('int', 'str'),
26159    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glGetFragDataLocation": ('int', 'str'),
26160    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glGetProgramResourceIndex": ('int', 'int', 'str'),
26161    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glGetProgramResourceLocation": ('int', 'int', 'str'),
26162    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glGetProgramResourceLocationIndex": ('int', 'int', 'str'),
26163    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glGetString": ('int',),
26164    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glGetStringi": ('int', 'int'),
26165    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glGetSubroutineIndex": ('int', 'int', 'str'),
26166    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glGetSubroutineUniformLocation": ('int', 'int', 'str'),
26167    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glGetUniformBlockIndex": ('int', 'str'),
26168    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glGetUniformLocation": ('int', 'str'),
26169    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glHint": ('int', 'int'),
26170    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glHistogram": ('int', 'int', 'int', 'int'),
26171    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glIndexMask": ('int',),
26172    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glIndexPointer": ('int', 'int', 'int'),
26173    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glIndexd": ('float',),
26174    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glIndexdv": ('typing.Sequence[float]',),
26175    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glIndexf": ('float',),
26176    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glIndexfv": ('typing.Sequence[float]',),
26177    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glIndexi": ('int',),
26178    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glIndexiv": ('typing.Sequence[int]',),
26179    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glIndexs": ('int',),
26180    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glIndexsv": ('typing.Sequence[int]',),
26181    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glIndexub": ('int',),
26182    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glIndexubv": ('str',),
26183    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glInitNames": (),
26184    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glInterleavedArrays": ('int', 'int', 'int'),
26185    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glInvalidateBufferData": ('int',),
26186    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glInvalidateFramebuffer": ('int', 'int', 'typing.Sequence[int]'),
26187    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glInvalidateSubFramebuffer": ('int', 'int', 'typing.Sequence[int]', 'int', 'int', 'int', 'int'),
26188    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glInvalidateTexImage": ('int', 'int'),
26189    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glInvalidateTexSubImage": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
26190    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glIsBuffer": ('int',),
26191    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glIsEnabled": ('int',),
26192    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glIsEnabledi": ('int', 'int'),
26193    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glIsFramebuffer": ('int',),
26194    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glIsList": ('int',),
26195    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glIsProgram": ('int',),
26196    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glIsProgramPipeline": ('int',),
26197    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glIsQuery": ('int',),
26198    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glIsRenderbuffer": ('int',),
26199    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glIsSampler": ('int',),
26200    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glIsShader": ('int',),
26201    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glIsTexture": ('int',),
26202    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glIsTransformFeedback": ('int',),
26203    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glIsVertexArray": ('int',),
26204    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glLightModelf": ('int', 'float'),
26205    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glLightModelfv": ('int', 'typing.Sequence[float]'),
26206    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glLightModeli": ('int', 'int'),
26207    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glLightModeliv": ('int', 'typing.Sequence[int]'),
26208    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glLightf": ('int', 'int', 'float'),
26209    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glLightfv": ('int', 'int', 'typing.Sequence[float]'),
26210    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glLighti": ('int', 'int', 'int'),
26211    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glLightiv": ('int', 'int', 'typing.Sequence[int]'),
26212    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glLineStipple": ('int', 'int'),
26213    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glLineWidth": ('float',),
26214    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glLinkProgram": ('int',),
26215    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glListBase": ('int',),
26216    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glLoadIdentity": (),
26217    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glLoadMatrixd": ('typing.Sequence[float]',),
26218    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glLoadMatrixf": ('typing.Sequence[float]',),
26219    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glLoadName": ('int',),
26220    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glLoadTransposeMatrixd": ('typing.Sequence[float]',),
26221    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glLoadTransposeMatrixf": ('typing.Sequence[float]',),
26222    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glLogicOp": ('int',),
26223    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMap1d": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
26224    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMap1f": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
26225    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMap2d": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
26226    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMap2f": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
26227    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMapBuffer": ('int', 'int'),
26228    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMapGrid1d": ('int', 'float', 'float'),
26229    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMapGrid1f": ('int', 'float', 'float'),
26230    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMapGrid2d": ('int', 'float', 'float', 'int', 'float', 'float'),
26231    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMapGrid2f": ('int', 'float', 'float', 'int', 'float', 'float'),
26232    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMaterialf": ('int', 'int', 'float'),
26233    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMaterialfv": ('int', 'int', 'typing.Sequence[float]'),
26234    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMateriali": ('int', 'int', 'int'),
26235    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMaterialiv": ('int', 'int', 'typing.Sequence[int]'),
26236    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMatrixMode": ('int',),
26237    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMemoryBarrier": ('int',),
26238    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMinSampleShading": ('float',),
26239    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMinmax": ('int', 'int', 'int'),
26240    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultMatrixd": ('typing.Sequence[float]',),
26241    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultMatrixf": ('typing.Sequence[float]',),
26242    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultTransposeMatrixd": ('typing.Sequence[float]',),
26243    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultTransposeMatrixf": ('typing.Sequence[float]',),
26244    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiDrawArrays": ('int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'int'),
26245    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiDrawArraysIndirect": ('int', 'int', 'int', 'int'),
26246    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord1d": ('int', 'float'),
26247    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord1dv": ('int', 'typing.Sequence[float]'),
26248    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord1f": ('int', 'float'),
26249    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord1fv": ('int', 'typing.Sequence[float]'),
26250    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord1i": ('int', 'int'),
26251    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord1iv": ('int', 'typing.Sequence[int]'),
26252    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord1s": ('int', 'int'),
26253    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord1sv": ('int', 'typing.Sequence[int]'),
26254    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord2d": ('int', 'float', 'float'),
26255    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord2dv": ('int', 'typing.Sequence[float]'),
26256    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord2f": ('int', 'float', 'float'),
26257    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord2fv": ('int', 'typing.Sequence[float]'),
26258    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord2i": ('int', 'int', 'int'),
26259    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord2iv": ('int', 'typing.Sequence[int]'),
26260    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord2s": ('int', 'int', 'int'),
26261    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord2sv": ('int', 'typing.Sequence[int]'),
26262    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord3d": ('int', 'float', 'float', 'float'),
26263    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord3dv": ('int', 'typing.Sequence[float]'),
26264    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord3f": ('int', 'float', 'float', 'float'),
26265    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord3fv": ('int', 'typing.Sequence[float]'),
26266    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord3i": ('int', 'int', 'int', 'int'),
26267    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord3iv": ('int', 'typing.Sequence[int]'),
26268    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord3s": ('int', 'int', 'int', 'int'),
26269    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord3sv": ('int', 'typing.Sequence[int]'),
26270    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord4d": ('int', 'float', 'float', 'float', 'float'),
26271    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord4dv": ('int', 'typing.Sequence[float]'),
26272    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord4f": ('int', 'float', 'float', 'float', 'float'),
26273    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord4fv": ('int', 'typing.Sequence[float]'),
26274    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord4i": ('int', 'int', 'int', 'int', 'int'),
26275    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord4iv": ('int', 'typing.Sequence[int]'),
26276    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord4s": ('int', 'int', 'int', 'int', 'int'),
26277    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoord4sv": ('int', 'typing.Sequence[int]'),
26278    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoordP1ui": ('int', 'int', 'int'),
26279    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoordP1uiv": ('int', 'int', 'typing.Sequence[int]'),
26280    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoordP2ui": ('int', 'int', 'int'),
26281    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoordP2uiv": ('int', 'int', 'typing.Sequence[int]'),
26282    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoordP3ui": ('int', 'int', 'int'),
26283    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoordP3uiv": ('int', 'int', 'typing.Sequence[int]'),
26284    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoordP4ui": ('int', 'int', 'int'),
26285    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glMultiTexCoordP4uiv": ('int', 'int', 'typing.Sequence[int]'),
26286    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glNewList": ('int', 'int'),
26287    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glNormal3b": ('int', 'int', 'int'),
26288    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glNormal3bv": ('str',),
26289    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glNormal3d": ('float', 'float', 'float'),
26290    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glNormal3dv": ('typing.Sequence[float]',),
26291    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glNormal3f": ('float', 'float', 'float'),
26292    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glNormal3fv": ('typing.Sequence[float]',),
26293    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glNormal3i": ('int', 'int', 'int'),
26294    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glNormal3iv": ('typing.Sequence[int]',),
26295    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glNormal3s": ('int', 'int', 'int'),
26296    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glNormal3sv": ('typing.Sequence[int]',),
26297    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glNormalP3ui": ('int', 'int'),
26298    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glNormalP3uiv": ('int', 'typing.Sequence[int]'),
26299    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glNormalPointer": ('int', 'int', 'int'),
26300    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glOrtho": ('float', 'float', 'float', 'float', 'float', 'float'),
26301    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glPassThrough": ('float',),
26302    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glPatchParameterfv": ('int', 'typing.Sequence[float]'),
26303    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glPatchParameteri": ('int', 'int'),
26304    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glPauseTransformFeedback": (),
26305    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glPixelMapfv": ('int', 'int', 'typing.Sequence[float]'),
26306    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glPixelMapuiv": ('int', 'int', 'typing.Sequence[int]'),
26307    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glPixelMapusv": ('int', 'int', 'typing.Sequence[int]'),
26308    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glPixelStoref": ('int', 'float'),
26309    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glPixelStorei": ('int', 'int'),
26310    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glPixelTransferf": ('int', 'float'),
26311    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glPixelTransferi": ('int', 'int'),
26312    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glPixelZoom": ('float', 'float'),
26313    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glPointParameterf": ('int', 'float'),
26314    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glPointParameterfv": ('int', 'typing.Sequence[float]'),
26315    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glPointParameteri": ('int', 'int'),
26316    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glPointParameteriv": ('int', 'typing.Sequence[int]'),
26317    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glPointSize": ('float',),
26318    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glPolygonMode": ('int', 'int'),
26319    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glPolygonOffset": ('float', 'float'),
26320    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glPopAttrib": (),
26321    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glPopClientAttrib": (),
26322    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glPopMatrix": (),
26323    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glPopName": (),
26324    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glPrimitiveRestartIndex": ('int',),
26325    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glPrioritizeTextures": ('int', 'typing.Sequence[int]', 'typing.Sequence[float]'),
26326    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramBinary": ('int', 'int', 'int', 'int'),
26327    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramParameteri": ('int', 'int', 'int'),
26328    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform1d": ('int', 'int', 'float'),
26329    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform1dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26330    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform1f": ('int', 'int', 'float'),
26331    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform1fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26332    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform1i": ('int', 'int', 'int'),
26333    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform1iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
26334    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform1ui": ('int', 'int', 'int'),
26335    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform1uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
26336    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform2d": ('int', 'int', 'float', 'float'),
26337    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26338    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform2f": ('int', 'int', 'float', 'float'),
26339    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26340    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform2i": ('int', 'int', 'int', 'int'),
26341    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform2iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
26342    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform2ui": ('int', 'int', 'int', 'int'),
26343    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform2uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
26344    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform3d": ('int', 'int', 'float', 'float', 'float'),
26345    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26346    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform3f": ('int', 'int', 'float', 'float', 'float'),
26347    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26348    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform3i": ('int', 'int', 'int', 'int', 'int'),
26349    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform3iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
26350    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform3ui": ('int', 'int', 'int', 'int', 'int'),
26351    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform3uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
26352    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform4d": ('int', 'int', 'float', 'float', 'float', 'float'),
26353    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26354    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform4f": ('int', 'int', 'float', 'float', 'float', 'float'),
26355    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26356    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform4i": ('int', 'int', 'int', 'int', 'int', 'int'),
26357    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform4iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
26358    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform4ui": ('int', 'int', 'int', 'int', 'int', 'int'),
26359    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniform4uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
26360    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniformMatrix2dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26361    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniformMatrix2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26362    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniformMatrix2x3dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26363    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniformMatrix2x3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26364    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniformMatrix2x4dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26365    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniformMatrix2x4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26366    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniformMatrix3dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26367    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniformMatrix3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26368    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniformMatrix3x2dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26369    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniformMatrix3x2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26370    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniformMatrix3x4dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26371    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniformMatrix3x4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26372    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniformMatrix4dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26373    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniformMatrix4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26374    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniformMatrix4x2dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26375    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniformMatrix4x2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26376    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniformMatrix4x3dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26377    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProgramUniformMatrix4x3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26378    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glProvokingVertex": ('int',),
26379    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glPushAttrib": ('int',),
26380    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glPushClientAttrib": ('int',),
26381    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glPushMatrix": (),
26382    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glPushName": ('int',),
26383    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glQueryCounter": ('int', 'int'),
26384    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRasterPos2d": ('float', 'float'),
26385    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRasterPos2dv": ('typing.Sequence[float]',),
26386    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRasterPos2f": ('float', 'float'),
26387    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRasterPos2fv": ('typing.Sequence[float]',),
26388    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRasterPos2i": ('int', 'int'),
26389    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRasterPos2iv": ('typing.Sequence[int]',),
26390    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRasterPos2s": ('int', 'int'),
26391    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRasterPos2sv": ('typing.Sequence[int]',),
26392    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRasterPos3d": ('float', 'float', 'float'),
26393    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRasterPos3dv": ('typing.Sequence[float]',),
26394    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRasterPos3f": ('float', 'float', 'float'),
26395    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRasterPos3fv": ('typing.Sequence[float]',),
26396    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRasterPos3i": ('int', 'int', 'int'),
26397    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRasterPos3iv": ('typing.Sequence[int]',),
26398    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRasterPos3s": ('int', 'int', 'int'),
26399    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRasterPos3sv": ('typing.Sequence[int]',),
26400    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRasterPos4d": ('float', 'float', 'float', 'float'),
26401    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRasterPos4dv": ('typing.Sequence[float]',),
26402    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRasterPos4f": ('float', 'float', 'float', 'float'),
26403    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRasterPos4fv": ('typing.Sequence[float]',),
26404    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRasterPos4i": ('int', 'int', 'int', 'int'),
26405    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRasterPos4iv": ('typing.Sequence[int]',),
26406    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRasterPos4s": ('int', 'int', 'int', 'int'),
26407    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRasterPos4sv": ('typing.Sequence[int]',),
26408    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glReadBuffer": ('int',),
26409    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRectd": ('float', 'float', 'float', 'float'),
26410    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRectdv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
26411    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRectf": ('float', 'float', 'float', 'float'),
26412    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRectfv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
26413    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRecti": ('int', 'int', 'int', 'int'),
26414    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRectiv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
26415    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRects": ('int', 'int', 'int', 'int'),
26416    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRectsv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
26417    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glReleaseShaderCompiler": (),
26418    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRenderMode": ('int',),
26419    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRenderbufferStorage": ('int', 'int', 'int', 'int'),
26420    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRenderbufferStorageMultisample": ('int', 'int', 'int', 'int', 'int'),
26421    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glResetHistogram": ('int',),
26422    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glResetMinmax": ('int',),
26423    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glResumeTransformFeedback": (),
26424    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRotated": ('float', 'float', 'float', 'float'),
26425    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glRotatef": ('float', 'float', 'float', 'float'),
26426    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glSampleCoverage": ('float', 'int'),
26427    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glSampleMaski": ('int', 'int'),
26428    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glSamplerParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
26429    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glSamplerParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
26430    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glSamplerParameterf": ('int', 'int', 'float'),
26431    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glSamplerParameterfv": ('int', 'int', 'typing.Sequence[float]'),
26432    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glSamplerParameteri": ('int', 'int', 'int'),
26433    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glSamplerParameteriv": ('int', 'int', 'typing.Sequence[int]'),
26434    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glScaled": ('float', 'float', 'float'),
26435    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glScalef": ('float', 'float', 'float'),
26436    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glScissor": ('int', 'int', 'int', 'int'),
26437    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glScissorArrayv": ('int', 'int', 'typing.Sequence[int]'),
26438    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glScissorIndexed": ('int', 'int', 'int', 'int', 'int'),
26439    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glScissorIndexedv": ('int', 'typing.Sequence[int]'),
26440    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glSecondaryColor3b": ('int', 'int', 'int'),
26441    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glSecondaryColor3bv": ('str',),
26442    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glSecondaryColor3d": ('float', 'float', 'float'),
26443    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glSecondaryColor3dv": ('typing.Sequence[float]',),
26444    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glSecondaryColor3f": ('float', 'float', 'float'),
26445    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glSecondaryColor3fv": ('typing.Sequence[float]',),
26446    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glSecondaryColor3i": ('int', 'int', 'int'),
26447    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glSecondaryColor3iv": ('typing.Sequence[int]',),
26448    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glSecondaryColor3s": ('int', 'int', 'int'),
26449    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glSecondaryColor3sv": ('typing.Sequence[int]',),
26450    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glSecondaryColor3ub": ('int', 'int', 'int'),
26451    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glSecondaryColor3ubv": ('str',),
26452    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glSecondaryColor3ui": ('int', 'int', 'int'),
26453    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glSecondaryColor3uiv": ('typing.Sequence[int]',),
26454    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glSecondaryColor3us": ('int', 'int', 'int'),
26455    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glSecondaryColor3usv": ('typing.Sequence[int]',),
26456    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glSecondaryColorP3ui": ('int', 'int'),
26457    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glSecondaryColorP3uiv": ('int', 'typing.Sequence[int]'),
26458    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glSecondaryColorPointer": ('int', 'int', 'int', 'int'),
26459    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glSeparableFilter2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
26460    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glShadeModel": ('int',),
26461    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glShaderBinary": ('int', 'typing.Sequence[int]', 'int', 'int', 'int'),
26462    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glShaderStorageBlockBinding": ('int', 'int', 'int'),
26463    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glStencilFunc": ('int', 'int', 'int'),
26464    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glStencilFuncSeparate": ('int', 'int', 'int', 'int'),
26465    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glStencilMask": ('int',),
26466    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glStencilMaskSeparate": ('int', 'int'),
26467    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glStencilOp": ('int', 'int', 'int'),
26468    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glStencilOpSeparate": ('int', 'int', 'int', 'int'),
26469    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexBuffer": ('int', 'int', 'int'),
26470    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord1d": ('float',),
26471    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord1dv": ('typing.Sequence[float]',),
26472    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord1f": ('float',),
26473    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord1fv": ('typing.Sequence[float]',),
26474    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord1i": ('int',),
26475    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord1iv": ('typing.Sequence[int]',),
26476    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord1s": ('int',),
26477    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord1sv": ('typing.Sequence[int]',),
26478    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord2d": ('float', 'float'),
26479    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord2dv": ('typing.Sequence[float]',),
26480    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord2f": ('float', 'float'),
26481    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord2fv": ('typing.Sequence[float]',),
26482    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord2i": ('int', 'int'),
26483    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord2iv": ('typing.Sequence[int]',),
26484    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord2s": ('int', 'int'),
26485    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord2sv": ('typing.Sequence[int]',),
26486    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord3d": ('float', 'float', 'float'),
26487    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord3dv": ('typing.Sequence[float]',),
26488    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord3f": ('float', 'float', 'float'),
26489    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord3fv": ('typing.Sequence[float]',),
26490    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord3i": ('int', 'int', 'int'),
26491    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord3iv": ('typing.Sequence[int]',),
26492    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord3s": ('int', 'int', 'int'),
26493    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord3sv": ('typing.Sequence[int]',),
26494    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord4d": ('float', 'float', 'float', 'float'),
26495    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord4dv": ('typing.Sequence[float]',),
26496    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord4f": ('float', 'float', 'float', 'float'),
26497    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord4fv": ('typing.Sequence[float]',),
26498    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord4i": ('int', 'int', 'int', 'int'),
26499    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord4iv": ('typing.Sequence[int]',),
26500    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord4s": ('int', 'int', 'int', 'int'),
26501    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoord4sv": ('typing.Sequence[int]',),
26502    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoordP1ui": ('int', 'int'),
26503    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoordP1uiv": ('int', 'typing.Sequence[int]'),
26504    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoordP2ui": ('int', 'int'),
26505    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoordP2uiv": ('int', 'typing.Sequence[int]'),
26506    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoordP3ui": ('int', 'int'),
26507    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoordP3uiv": ('int', 'typing.Sequence[int]'),
26508    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoordP4ui": ('int', 'int'),
26509    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoordP4uiv": ('int', 'typing.Sequence[int]'),
26510    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexCoordPointer": ('int', 'int', 'int', 'int'),
26511    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexEnvf": ('int', 'int', 'float'),
26512    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexEnvfv": ('int', 'int', 'typing.Sequence[float]'),
26513    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexEnvi": ('int', 'int', 'int'),
26514    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexEnviv": ('int', 'int', 'typing.Sequence[int]'),
26515    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexGend": ('int', 'int', 'float'),
26516    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexGendv": ('int', 'int', 'typing.Sequence[float]'),
26517    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexGenf": ('int', 'int', 'float'),
26518    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexGenfv": ('int', 'int', 'typing.Sequence[float]'),
26519    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexGeni": ('int', 'int', 'int'),
26520    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexGeniv": ('int', 'int', 'typing.Sequence[int]'),
26521    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
26522    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
26523    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexImage2DMultisample": ('int', 'int', 'int', 'int', 'int', 'int'),
26524    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
26525    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexImage3DMultisample": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
26526    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
26527    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
26528    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexParameterf": ('int', 'int', 'float'),
26529    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexParameterfv": ('int', 'int', 'typing.Sequence[float]'),
26530    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexParameteri": ('int', 'int', 'int'),
26531    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexParameteriv": ('int', 'int', 'typing.Sequence[int]'),
26532    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexStorage1D": ('int', 'int', 'int', 'int'),
26533    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexStorage2D": ('int', 'int', 'int', 'int', 'int'),
26534    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexStorage2DMultisample": ('int', 'int', 'int', 'int', 'int', 'int'),
26535    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexStorage3D": ('int', 'int', 'int', 'int', 'int', 'int'),
26536    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexStorage3DMultisample": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
26537    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
26538    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
26539    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
26540    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTextureView": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
26541    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTranslated": ('float', 'float', 'float'),
26542    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glTranslatef": ('float', 'float', 'float'),
26543    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform1d": ('int', 'float'),
26544    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform1dv": ('int', 'int', 'typing.Sequence[float]'),
26545    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform1f": ('int', 'float'),
26546    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform1fv": ('int', 'int', 'typing.Sequence[float]'),
26547    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform1i": ('int', 'int'),
26548    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform1iv": ('int', 'int', 'typing.Sequence[int]'),
26549    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform1ui": ('int', 'int'),
26550    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform1uiv": ('int', 'int', 'typing.Sequence[int]'),
26551    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform2d": ('int', 'float', 'float'),
26552    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform2dv": ('int', 'int', 'typing.Sequence[float]'),
26553    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform2f": ('int', 'float', 'float'),
26554    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform2fv": ('int', 'int', 'typing.Sequence[float]'),
26555    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform2i": ('int', 'int', 'int'),
26556    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform2iv": ('int', 'int', 'typing.Sequence[int]'),
26557    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform2ui": ('int', 'int', 'int'),
26558    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform2uiv": ('int', 'int', 'typing.Sequence[int]'),
26559    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform3d": ('int', 'float', 'float', 'float'),
26560    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform3dv": ('int', 'int', 'typing.Sequence[float]'),
26561    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform3f": ('int', 'float', 'float', 'float'),
26562    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform3fv": ('int', 'int', 'typing.Sequence[float]'),
26563    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform3i": ('int', 'int', 'int', 'int'),
26564    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform3iv": ('int', 'int', 'typing.Sequence[int]'),
26565    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform3ui": ('int', 'int', 'int', 'int'),
26566    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform3uiv": ('int', 'int', 'typing.Sequence[int]'),
26567    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform4d": ('int', 'float', 'float', 'float', 'float'),
26568    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform4dv": ('int', 'int', 'typing.Sequence[float]'),
26569    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform4f": ('int', 'float', 'float', 'float', 'float'),
26570    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform4fv": ('int', 'int', 'typing.Sequence[float]'),
26571    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform4i": ('int', 'int', 'int', 'int', 'int'),
26572    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform4iv": ('int', 'int', 'typing.Sequence[int]'),
26573    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform4ui": ('int', 'int', 'int', 'int', 'int'),
26574    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniform4uiv": ('int', 'int', 'typing.Sequence[int]'),
26575    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniformBlockBinding": ('int', 'int', 'int'),
26576    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniformMatrix2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26577    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniformMatrix2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26578    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniformMatrix2x3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26579    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniformMatrix2x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26580    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniformMatrix2x4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26581    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniformMatrix2x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26582    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniformMatrix3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26583    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniformMatrix3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26584    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniformMatrix3x2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26585    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniformMatrix3x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26586    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniformMatrix3x4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26587    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniformMatrix3x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26588    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniformMatrix4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26589    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniformMatrix4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26590    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniformMatrix4x2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26591    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniformMatrix4x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26592    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniformMatrix4x3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26593    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniformMatrix4x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26594    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUniformSubroutinesuiv": ('int', 'int', 'typing.Sequence[int]'),
26595    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUnmapBuffer": ('int',),
26596    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUseProgram": ('int',),
26597    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glUseProgramStages": ('int', 'int', 'int'),
26598    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glValidateProgram": ('int',),
26599    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glValidateProgramPipeline": ('int',),
26600    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertex2d": ('float', 'float'),
26601    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertex2dv": ('typing.Sequence[float]',),
26602    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertex2f": ('float', 'float'),
26603    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertex2fv": ('typing.Sequence[float]',),
26604    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertex2i": ('int', 'int'),
26605    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertex2iv": ('typing.Sequence[int]',),
26606    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertex2s": ('int', 'int'),
26607    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertex2sv": ('typing.Sequence[int]',),
26608    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertex3d": ('float', 'float', 'float'),
26609    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertex3dv": ('typing.Sequence[float]',),
26610    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertex3f": ('float', 'float', 'float'),
26611    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertex3fv": ('typing.Sequence[float]',),
26612    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertex3i": ('int', 'int', 'int'),
26613    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertex3iv": ('typing.Sequence[int]',),
26614    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertex3s": ('int', 'int', 'int'),
26615    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertex3sv": ('typing.Sequence[int]',),
26616    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertex4d": ('float', 'float', 'float', 'float'),
26617    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertex4dv": ('typing.Sequence[float]',),
26618    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertex4f": ('float', 'float', 'float', 'float'),
26619    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertex4fv": ('typing.Sequence[float]',),
26620    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertex4i": ('int', 'int', 'int', 'int'),
26621    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertex4iv": ('typing.Sequence[int]',),
26622    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertex4s": ('int', 'int', 'int', 'int'),
26623    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertex4sv": ('typing.Sequence[int]',),
26624    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib1d": ('int', 'float'),
26625    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib1dv": ('int', 'typing.Sequence[float]'),
26626    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib1f": ('int', 'float'),
26627    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib1fv": ('int', 'typing.Sequence[float]'),
26628    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib1s": ('int', 'int'),
26629    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib1sv": ('int', 'typing.Sequence[int]'),
26630    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib2d": ('int', 'float', 'float'),
26631    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib2dv": ('int', 'typing.Sequence[float]'),
26632    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib2f": ('int', 'float', 'float'),
26633    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib2fv": ('int', 'typing.Sequence[float]'),
26634    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib2s": ('int', 'int', 'int'),
26635    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib2sv": ('int', 'typing.Sequence[int]'),
26636    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib3d": ('int', 'float', 'float', 'float'),
26637    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib3dv": ('int', 'typing.Sequence[float]'),
26638    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib3f": ('int', 'float', 'float', 'float'),
26639    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib3fv": ('int', 'typing.Sequence[float]'),
26640    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib3s": ('int', 'int', 'int', 'int'),
26641    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib3sv": ('int', 'typing.Sequence[int]'),
26642    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib4Nbv": ('int', 'str'),
26643    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib4Niv": ('int', 'typing.Sequence[int]'),
26644    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib4Nsv": ('int', 'typing.Sequence[int]'),
26645    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib4Nub": ('int', 'int', 'int', 'int', 'int'),
26646    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib4Nubv": ('int', 'str'),
26647    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib4Nuiv": ('int', 'typing.Sequence[int]'),
26648    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib4Nusv": ('int', 'typing.Sequence[int]'),
26649    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib4bv": ('int', 'str'),
26650    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib4d": ('int', 'float', 'float', 'float', 'float'),
26651    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib4dv": ('int', 'typing.Sequence[float]'),
26652    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib4f": ('int', 'float', 'float', 'float', 'float'),
26653    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib4fv": ('int', 'typing.Sequence[float]'),
26654    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib4iv": ('int', 'typing.Sequence[int]'),
26655    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib4s": ('int', 'int', 'int', 'int', 'int'),
26656    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib4sv": ('int', 'typing.Sequence[int]'),
26657    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib4ubv": ('int', 'str'),
26658    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib4uiv": ('int', 'typing.Sequence[int]'),
26659    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttrib4usv": ('int', 'typing.Sequence[int]'),
26660    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribBinding": ('int', 'int'),
26661    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribDivisor": ('int', 'int'),
26662    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribFormat": ('int', 'int', 'int', 'int', 'int'),
26663    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribI1i": ('int', 'int'),
26664    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribI1iv": ('int', 'typing.Sequence[int]'),
26665    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribI1ui": ('int', 'int'),
26666    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribI1uiv": ('int', 'typing.Sequence[int]'),
26667    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribI2i": ('int', 'int', 'int'),
26668    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribI2iv": ('int', 'typing.Sequence[int]'),
26669    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribI2ui": ('int', 'int', 'int'),
26670    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribI2uiv": ('int', 'typing.Sequence[int]'),
26671    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribI3i": ('int', 'int', 'int', 'int'),
26672    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribI3iv": ('int', 'typing.Sequence[int]'),
26673    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribI3ui": ('int', 'int', 'int', 'int'),
26674    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribI3uiv": ('int', 'typing.Sequence[int]'),
26675    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribI4bv": ('int', 'str'),
26676    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribI4i": ('int', 'int', 'int', 'int', 'int'),
26677    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribI4iv": ('int', 'typing.Sequence[int]'),
26678    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribI4sv": ('int', 'typing.Sequence[int]'),
26679    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribI4ubv": ('int', 'str'),
26680    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribI4ui": ('int', 'int', 'int', 'int', 'int'),
26681    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribI4uiv": ('int', 'typing.Sequence[int]'),
26682    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribI4usv": ('int', 'typing.Sequence[int]'),
26683    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribIFormat": ('int', 'int', 'int', 'int'),
26684    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribIPointer": ('int', 'int', 'int', 'int', 'int'),
26685    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribL1d": ('int', 'float'),
26686    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribL1dv": ('int', 'typing.Sequence[float]'),
26687    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribL2d": ('int', 'float', 'float'),
26688    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribL2dv": ('int', 'typing.Sequence[float]'),
26689    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribL3d": ('int', 'float', 'float', 'float'),
26690    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribL3dv": ('int', 'typing.Sequence[float]'),
26691    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribL4d": ('int', 'float', 'float', 'float', 'float'),
26692    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribL4dv": ('int', 'typing.Sequence[float]'),
26693    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribLFormat": ('int', 'int', 'int', 'int'),
26694    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribLPointer": ('int', 'int', 'int', 'int', 'int'),
26695    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribP1ui": ('int', 'int', 'int', 'int'),
26696    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribP1uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
26697    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribP2ui": ('int', 'int', 'int', 'int'),
26698    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribP2uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
26699    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribP3ui": ('int', 'int', 'int', 'int'),
26700    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribP3uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
26701    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribP4ui": ('int', 'int', 'int', 'int'),
26702    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribP4uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
26703    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexAttribPointer": ('int', 'int', 'int', 'int', 'int', 'int'),
26704    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexBindingDivisor": ('int', 'int'),
26705    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexP2ui": ('int', 'int'),
26706    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexP2uiv": ('int', 'typing.Sequence[int]'),
26707    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexP3ui": ('int', 'int'),
26708    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexP3uiv": ('int', 'typing.Sequence[int]'),
26709    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexP4ui": ('int', 'int'),
26710    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexP4uiv": ('int', 'typing.Sequence[int]'),
26711    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glVertexPointer": ('int', 'int', 'int', 'int'),
26712    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glViewport": ('int', 'int', 'int', 'int'),
26713    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glViewportArrayv": ('int', 'int', 'typing.Sequence[float]'),
26714    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glViewportIndexedf": ('int', 'float', 'float', 'float', 'float'),
26715    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glViewportIndexedfv": ('int', 'typing.Sequence[float]'),
26716    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glWindowPos2d": ('float', 'float'),
26717    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glWindowPos2dv": ('typing.Sequence[float]',),
26718    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glWindowPos2f": ('float', 'float'),
26719    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glWindowPos2fv": ('typing.Sequence[float]',),
26720    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glWindowPos2i": ('int', 'int'),
26721    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glWindowPos2iv": ('typing.Sequence[int]',),
26722    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glWindowPos2s": ('int', 'int'),
26723    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glWindowPos2sv": ('typing.Sequence[int]',),
26724    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glWindowPos3d": ('float', 'float', 'float'),
26725    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glWindowPos3dv": ('typing.Sequence[float]',),
26726    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glWindowPos3f": ('float', 'float', 'float'),
26727    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glWindowPos3fv": ('typing.Sequence[float]',),
26728    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glWindowPos3i": ('int', 'int', 'int'),
26729    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glWindowPos3iv": ('typing.Sequence[int]',),
26730    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glWindowPos3s": ('int', 'int', 'int'),
26731    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.glWindowPos3sv": ('typing.Sequence[int]',),
26732    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Compatibility.initializeOpenGLFunctions": (),
26733# class PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core:
26734    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.__init__": (),
26735    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glActiveShaderProgram": ('int', 'int'),
26736    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glActiveTexture": ('int',),
26737    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glAttachShader": ('int', 'int'),
26738    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glBeginConditionalRender": ('int', 'int'),
26739    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glBeginQuery": ('int', 'int'),
26740    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glBeginQueryIndexed": ('int', 'int', 'int'),
26741    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glBeginTransformFeedback": ('int',),
26742    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glBindAttribLocation": ('int', 'int', 'str'),
26743    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glBindBuffer": ('int', 'int'),
26744    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glBindBufferBase": ('int', 'int', 'int'),
26745    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glBindFragDataLocation": ('int', 'int', 'str'),
26746    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glBindFragDataLocationIndexed": ('int', 'int', 'int', 'str'),
26747    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glBindFramebuffer": ('int', 'int'),
26748    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glBindImageTexture": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
26749    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glBindProgramPipeline": ('int',),
26750    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glBindRenderbuffer": ('int', 'int'),
26751    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glBindSampler": ('int', 'int'),
26752    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glBindTexture": ('int', 'int'),
26753    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glBindTransformFeedback": ('int', 'int'),
26754    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glBindVertexArray": ('int',),
26755    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glBlendColor": ('float', 'float', 'float', 'float'),
26756    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glBlendEquation": ('int',),
26757    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glBlendEquationSeparate": ('int', 'int'),
26758    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glBlendEquationSeparatei": ('int', 'int', 'int'),
26759    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glBlendEquationi": ('int', 'int'),
26760    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glBlendFunc": ('int', 'int'),
26761    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glBlendFuncSeparate": ('int', 'int', 'int', 'int'),
26762    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glBlendFuncSeparatei": ('int', 'int', 'int', 'int', 'int'),
26763    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glBlendFunci": ('int', 'int', 'int'),
26764    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glBlitFramebuffer": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
26765    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glCheckFramebufferStatus": ('int',),
26766    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glClampColor": ('int', 'int'),
26767    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glClear": ('int',),
26768    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glClearBufferData": ('int', 'int', 'int', 'int', 'int'),
26769    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glClearBufferfi": ('int', 'int', 'float', 'int'),
26770    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glClearBufferfv": ('int', 'int', 'typing.Sequence[float]'),
26771    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glClearBufferiv": ('int', 'int', 'typing.Sequence[int]'),
26772    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glClearBufferuiv": ('int', 'int', 'typing.Sequence[int]'),
26773    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glClearColor": ('float', 'float', 'float', 'float'),
26774    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glClearDepth": ('float',),
26775    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glClearDepthf": ('float',),
26776    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glClearStencil": ('int',),
26777    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glColorMask": ('int', 'int', 'int', 'int'),
26778    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glColorMaski": ('int', 'int', 'int', 'int', 'int'),
26779    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glColorP3ui": ('int', 'int'),
26780    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glColorP3uiv": ('int', 'typing.Sequence[int]'),
26781    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glColorP4ui": ('int', 'int'),
26782    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glColorP4uiv": ('int', 'typing.Sequence[int]'),
26783    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glCompileShader": ('int',),
26784    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glCompressedTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
26785    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glCompressedTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
26786    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glCompressedTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
26787    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glCompressedTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
26788    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glCompressedTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
26789    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glCompressedTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
26790    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glCopyImageSubData": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
26791    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glCopyTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
26792    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glCopyTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
26793    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glCopyTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int'),
26794    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glCopyTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
26795    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glCopyTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
26796    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glCreateProgram": (),
26797    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glCreateShader": ('int',),
26798    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glCullFace": ('int',),
26799    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDeleteBuffers": ('int', 'typing.Sequence[int]'),
26800    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDeleteFramebuffers": ('int', 'typing.Sequence[int]'),
26801    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDeleteProgram": ('int',),
26802    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDeleteProgramPipelines": ('int', 'typing.Sequence[int]'),
26803    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDeleteQueries": ('int', 'typing.Sequence[int]'),
26804    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDeleteRenderbuffers": ('int', 'typing.Sequence[int]'),
26805    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDeleteSamplers": ('int', 'typing.Sequence[int]'),
26806    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDeleteShader": ('int',),
26807    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDeleteTextures": ('int', 'typing.Sequence[int]'),
26808    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDeleteTransformFeedbacks": ('int', 'typing.Sequence[int]'),
26809    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDeleteVertexArrays": ('int', 'typing.Sequence[int]'),
26810    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDepthFunc": ('int',),
26811    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDepthMask": ('int',),
26812    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDepthRange": ('float', 'float'),
26813    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDepthRangeArrayv": ('int', 'int', 'typing.Sequence[float]'),
26814    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDepthRangeIndexed": ('int', 'float', 'float'),
26815    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDepthRangef": ('float', 'float'),
26816    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDetachShader": ('int', 'int'),
26817    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDisable": ('int',),
26818    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDisableVertexAttribArray": ('int',),
26819    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDisablei": ('int', 'int'),
26820    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDispatchCompute": ('int', 'int', 'int'),
26821    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDrawArrays": ('int', 'int', 'int'),
26822    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDrawArraysIndirect": ('int', 'int'),
26823    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDrawArraysInstanced": ('int', 'int', 'int', 'int'),
26824    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDrawArraysInstancedBaseInstance": ('int', 'int', 'int', 'int', 'int'),
26825    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDrawBuffer": ('int',),
26826    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDrawBuffers": ('int', 'typing.Sequence[int]'),
26827    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDrawElements": ('int', 'int', 'int', 'int'),
26828    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDrawElementsBaseVertex": ('int', 'int', 'int', 'int', 'int'),
26829    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDrawElementsIndirect": ('int', 'int', 'int'),
26830    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDrawElementsInstanced": ('int', 'int', 'int', 'int', 'int'),
26831    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDrawElementsInstancedBaseInstance": ('int', 'int', 'int', 'int', 'int', 'int'),
26832    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDrawElementsInstancedBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int'),
26833    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDrawElementsInstancedBaseVertexBaseInstance": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
26834    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDrawRangeElements": ('int', 'int', 'int', 'int', 'int', 'int'),
26835    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDrawRangeElementsBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
26836    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDrawTransformFeedback": ('int', 'int'),
26837    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDrawTransformFeedbackInstanced": ('int', 'int', 'int'),
26838    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDrawTransformFeedbackStream": ('int', 'int', 'int'),
26839    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glDrawTransformFeedbackStreamInstanced": ('int', 'int', 'int', 'int'),
26840    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glEnable": ('int',),
26841    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glEnableVertexAttribArray": ('int',),
26842    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glEnablei": ('int', 'int'),
26843    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glEndConditionalRender": (),
26844    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glEndQuery": ('int',),
26845    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glEndQueryIndexed": ('int', 'int'),
26846    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glEndTransformFeedback": (),
26847    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glFinish": (),
26848    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glFlush": (),
26849    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glFramebufferParameteri": ('int', 'int', 'int'),
26850    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glFramebufferRenderbuffer": ('int', 'int', 'int', 'int'),
26851    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glFramebufferTexture": ('int', 'int', 'int', 'int'),
26852    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glFramebufferTexture1D": ('int', 'int', 'int', 'int', 'int'),
26853    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glFramebufferTexture2D": ('int', 'int', 'int', 'int', 'int'),
26854    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glFramebufferTexture3D": ('int', 'int', 'int', 'int', 'int', 'int'),
26855    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glFramebufferTextureLayer": ('int', 'int', 'int', 'int', 'int'),
26856    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glFrontFace": ('int',),
26857    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glGenerateMipmap": ('int',),
26858    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glGetAttribLocation": ('int', 'str'),
26859    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glGetError": (),
26860    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glGetFragDataIndex": ('int', 'str'),
26861    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glGetFragDataLocation": ('int', 'str'),
26862    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glGetProgramResourceIndex": ('int', 'int', 'str'),
26863    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glGetProgramResourceLocation": ('int', 'int', 'str'),
26864    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glGetProgramResourceLocationIndex": ('int', 'int', 'str'),
26865    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glGetString": ('int',),
26866    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glGetStringi": ('int', 'int'),
26867    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glGetSubroutineIndex": ('int', 'int', 'str'),
26868    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glGetSubroutineUniformLocation": ('int', 'int', 'str'),
26869    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glGetUniformBlockIndex": ('int', 'str'),
26870    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glGetUniformLocation": ('int', 'str'),
26871    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glHint": ('int', 'int'),
26872    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glIndexub": ('int',),
26873    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glIndexubv": ('str',),
26874    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glInvalidateBufferData": ('int',),
26875    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glInvalidateFramebuffer": ('int', 'int', 'typing.Sequence[int]'),
26876    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glInvalidateSubFramebuffer": ('int', 'int', 'typing.Sequence[int]', 'int', 'int', 'int', 'int'),
26877    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glInvalidateTexImage": ('int', 'int'),
26878    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glInvalidateTexSubImage": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
26879    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glIsBuffer": ('int',),
26880    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glIsEnabled": ('int',),
26881    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glIsEnabledi": ('int', 'int'),
26882    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glIsFramebuffer": ('int',),
26883    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glIsProgram": ('int',),
26884    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glIsProgramPipeline": ('int',),
26885    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glIsQuery": ('int',),
26886    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glIsRenderbuffer": ('int',),
26887    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glIsSampler": ('int',),
26888    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glIsShader": ('int',),
26889    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glIsTexture": ('int',),
26890    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glIsTransformFeedback": ('int',),
26891    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glIsVertexArray": ('int',),
26892    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glLineWidth": ('float',),
26893    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glLinkProgram": ('int',),
26894    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glLogicOp": ('int',),
26895    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glMapBuffer": ('int', 'int'),
26896    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glMemoryBarrier": ('int',),
26897    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glMinSampleShading": ('float',),
26898    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glMultiDrawArrays": ('int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'int'),
26899    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glMultiDrawArraysIndirect": ('int', 'int', 'int', 'int'),
26900    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glMultiTexCoordP1ui": ('int', 'int', 'int'),
26901    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glMultiTexCoordP1uiv": ('int', 'int', 'typing.Sequence[int]'),
26902    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glMultiTexCoordP2ui": ('int', 'int', 'int'),
26903    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glMultiTexCoordP2uiv": ('int', 'int', 'typing.Sequence[int]'),
26904    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glMultiTexCoordP3ui": ('int', 'int', 'int'),
26905    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glMultiTexCoordP3uiv": ('int', 'int', 'typing.Sequence[int]'),
26906    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glMultiTexCoordP4ui": ('int', 'int', 'int'),
26907    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glMultiTexCoordP4uiv": ('int', 'int', 'typing.Sequence[int]'),
26908    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glNormalP3ui": ('int', 'int'),
26909    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glNormalP3uiv": ('int', 'typing.Sequence[int]'),
26910    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glPatchParameterfv": ('int', 'typing.Sequence[float]'),
26911    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glPatchParameteri": ('int', 'int'),
26912    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glPauseTransformFeedback": (),
26913    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glPixelStoref": ('int', 'float'),
26914    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glPixelStorei": ('int', 'int'),
26915    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glPointParameterf": ('int', 'float'),
26916    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glPointParameterfv": ('int', 'typing.Sequence[float]'),
26917    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glPointParameteri": ('int', 'int'),
26918    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glPointParameteriv": ('int', 'typing.Sequence[int]'),
26919    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glPointSize": ('float',),
26920    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glPolygonMode": ('int', 'int'),
26921    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glPolygonOffset": ('float', 'float'),
26922    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glPrimitiveRestartIndex": ('int',),
26923    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramBinary": ('int', 'int', 'int', 'int'),
26924    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramParameteri": ('int', 'int', 'int'),
26925    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform1d": ('int', 'int', 'float'),
26926    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform1dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26927    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform1f": ('int', 'int', 'float'),
26928    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform1fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26929    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform1i": ('int', 'int', 'int'),
26930    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform1iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
26931    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform1ui": ('int', 'int', 'int'),
26932    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform1uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
26933    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform2d": ('int', 'int', 'float', 'float'),
26934    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26935    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform2f": ('int', 'int', 'float', 'float'),
26936    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26937    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform2i": ('int', 'int', 'int', 'int'),
26938    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform2iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
26939    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform2ui": ('int', 'int', 'int', 'int'),
26940    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform2uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
26941    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform3d": ('int', 'int', 'float', 'float', 'float'),
26942    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26943    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform3f": ('int', 'int', 'float', 'float', 'float'),
26944    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26945    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform3i": ('int', 'int', 'int', 'int', 'int'),
26946    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform3iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
26947    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform3ui": ('int', 'int', 'int', 'int', 'int'),
26948    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform3uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
26949    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform4d": ('int', 'int', 'float', 'float', 'float', 'float'),
26950    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26951    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform4f": ('int', 'int', 'float', 'float', 'float', 'float'),
26952    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
26953    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform4i": ('int', 'int', 'int', 'int', 'int', 'int'),
26954    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform4iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
26955    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform4ui": ('int', 'int', 'int', 'int', 'int', 'int'),
26956    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniform4uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
26957    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniformMatrix2dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26958    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniformMatrix2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26959    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniformMatrix2x3dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26960    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniformMatrix2x3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26961    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniformMatrix2x4dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26962    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniformMatrix2x4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26963    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniformMatrix3dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26964    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniformMatrix3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26965    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniformMatrix3x2dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26966    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniformMatrix3x2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26967    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniformMatrix3x4dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26968    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniformMatrix3x4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26969    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniformMatrix4dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26970    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniformMatrix4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26971    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniformMatrix4x2dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26972    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniformMatrix4x2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26973    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniformMatrix4x3dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26974    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProgramUniformMatrix4x3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
26975    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glProvokingVertex": ('int',),
26976    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glQueryCounter": ('int', 'int'),
26977    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glReadBuffer": ('int',),
26978    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glReleaseShaderCompiler": (),
26979    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glRenderbufferStorage": ('int', 'int', 'int', 'int'),
26980    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glRenderbufferStorageMultisample": ('int', 'int', 'int', 'int', 'int'),
26981    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glResumeTransformFeedback": (),
26982    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glSampleCoverage": ('float', 'int'),
26983    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glSampleMaski": ('int', 'int'),
26984    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glSamplerParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
26985    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glSamplerParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
26986    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glSamplerParameterf": ('int', 'int', 'float'),
26987    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glSamplerParameterfv": ('int', 'int', 'typing.Sequence[float]'),
26988    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glSamplerParameteri": ('int', 'int', 'int'),
26989    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glSamplerParameteriv": ('int', 'int', 'typing.Sequence[int]'),
26990    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glScissor": ('int', 'int', 'int', 'int'),
26991    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glScissorArrayv": ('int', 'int', 'typing.Sequence[int]'),
26992    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glScissorIndexed": ('int', 'int', 'int', 'int', 'int'),
26993    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glScissorIndexedv": ('int', 'typing.Sequence[int]'),
26994    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glSecondaryColorP3ui": ('int', 'int'),
26995    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glSecondaryColorP3uiv": ('int', 'typing.Sequence[int]'),
26996    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glShaderBinary": ('int', 'typing.Sequence[int]', 'int', 'int', 'int'),
26997    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glShaderStorageBlockBinding": ('int', 'int', 'int'),
26998    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glStencilFunc": ('int', 'int', 'int'),
26999    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glStencilFuncSeparate": ('int', 'int', 'int', 'int'),
27000    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glStencilMask": ('int',),
27001    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glStencilMaskSeparate": ('int', 'int'),
27002    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glStencilOp": ('int', 'int', 'int'),
27003    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glStencilOpSeparate": ('int', 'int', 'int', 'int'),
27004    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glTexBuffer": ('int', 'int', 'int'),
27005    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glTexCoordP1ui": ('int', 'int'),
27006    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glTexCoordP1uiv": ('int', 'typing.Sequence[int]'),
27007    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glTexCoordP2ui": ('int', 'int'),
27008    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glTexCoordP2uiv": ('int', 'typing.Sequence[int]'),
27009    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glTexCoordP3ui": ('int', 'int'),
27010    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glTexCoordP3uiv": ('int', 'typing.Sequence[int]'),
27011    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glTexCoordP4ui": ('int', 'int'),
27012    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glTexCoordP4uiv": ('int', 'typing.Sequence[int]'),
27013    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
27014    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
27015    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glTexImage2DMultisample": ('int', 'int', 'int', 'int', 'int', 'int'),
27016    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
27017    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glTexImage3DMultisample": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
27018    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glTexParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
27019    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glTexParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
27020    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glTexParameterf": ('int', 'int', 'float'),
27021    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glTexParameterfv": ('int', 'int', 'typing.Sequence[float]'),
27022    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glTexParameteri": ('int', 'int', 'int'),
27023    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glTexParameteriv": ('int', 'int', 'typing.Sequence[int]'),
27024    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glTexStorage1D": ('int', 'int', 'int', 'int'),
27025    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glTexStorage2D": ('int', 'int', 'int', 'int', 'int'),
27026    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glTexStorage2DMultisample": ('int', 'int', 'int', 'int', 'int', 'int'),
27027    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glTexStorage3D": ('int', 'int', 'int', 'int', 'int', 'int'),
27028    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glTexStorage3DMultisample": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
27029    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
27030    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
27031    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
27032    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glTextureView": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
27033    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform1d": ('int', 'float'),
27034    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform1dv": ('int', 'int', 'typing.Sequence[float]'),
27035    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform1f": ('int', 'float'),
27036    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform1fv": ('int', 'int', 'typing.Sequence[float]'),
27037    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform1i": ('int', 'int'),
27038    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform1iv": ('int', 'int', 'typing.Sequence[int]'),
27039    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform1ui": ('int', 'int'),
27040    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform1uiv": ('int', 'int', 'typing.Sequence[int]'),
27041    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform2d": ('int', 'float', 'float'),
27042    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform2dv": ('int', 'int', 'typing.Sequence[float]'),
27043    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform2f": ('int', 'float', 'float'),
27044    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform2fv": ('int', 'int', 'typing.Sequence[float]'),
27045    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform2i": ('int', 'int', 'int'),
27046    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform2iv": ('int', 'int', 'typing.Sequence[int]'),
27047    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform2ui": ('int', 'int', 'int'),
27048    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform2uiv": ('int', 'int', 'typing.Sequence[int]'),
27049    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform3d": ('int', 'float', 'float', 'float'),
27050    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform3dv": ('int', 'int', 'typing.Sequence[float]'),
27051    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform3f": ('int', 'float', 'float', 'float'),
27052    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform3fv": ('int', 'int', 'typing.Sequence[float]'),
27053    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform3i": ('int', 'int', 'int', 'int'),
27054    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform3iv": ('int', 'int', 'typing.Sequence[int]'),
27055    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform3ui": ('int', 'int', 'int', 'int'),
27056    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform3uiv": ('int', 'int', 'typing.Sequence[int]'),
27057    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform4d": ('int', 'float', 'float', 'float', 'float'),
27058    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform4dv": ('int', 'int', 'typing.Sequence[float]'),
27059    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform4f": ('int', 'float', 'float', 'float', 'float'),
27060    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform4fv": ('int', 'int', 'typing.Sequence[float]'),
27061    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform4i": ('int', 'int', 'int', 'int', 'int'),
27062    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform4iv": ('int', 'int', 'typing.Sequence[int]'),
27063    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform4ui": ('int', 'int', 'int', 'int', 'int'),
27064    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniform4uiv": ('int', 'int', 'typing.Sequence[int]'),
27065    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniformBlockBinding": ('int', 'int', 'int'),
27066    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniformMatrix2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27067    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniformMatrix2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27068    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniformMatrix2x3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27069    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniformMatrix2x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27070    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniformMatrix2x4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27071    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniformMatrix2x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27072    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniformMatrix3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27073    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniformMatrix3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27074    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniformMatrix3x2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27075    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniformMatrix3x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27076    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniformMatrix3x4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27077    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniformMatrix3x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27078    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniformMatrix4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27079    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniformMatrix4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27080    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniformMatrix4x2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27081    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniformMatrix4x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27082    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniformMatrix4x3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27083    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniformMatrix4x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27084    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUniformSubroutinesuiv": ('int', 'int', 'typing.Sequence[int]'),
27085    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUnmapBuffer": ('int',),
27086    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUseProgram": ('int',),
27087    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glUseProgramStages": ('int', 'int', 'int'),
27088    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glValidateProgram": ('int',),
27089    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glValidateProgramPipeline": ('int',),
27090    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glVertexAttribBinding": ('int', 'int'),
27091    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glVertexAttribDivisor": ('int', 'int'),
27092    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glVertexAttribFormat": ('int', 'int', 'int', 'int', 'int'),
27093    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glVertexAttribIFormat": ('int', 'int', 'int', 'int'),
27094    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glVertexAttribIPointer": ('int', 'int', 'int', 'int', 'int'),
27095    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glVertexAttribL1d": ('int', 'float'),
27096    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glVertexAttribL1dv": ('int', 'typing.Sequence[float]'),
27097    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glVertexAttribL2d": ('int', 'float', 'float'),
27098    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glVertexAttribL2dv": ('int', 'typing.Sequence[float]'),
27099    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glVertexAttribL3d": ('int', 'float', 'float', 'float'),
27100    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glVertexAttribL3dv": ('int', 'typing.Sequence[float]'),
27101    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glVertexAttribL4d": ('int', 'float', 'float', 'float', 'float'),
27102    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glVertexAttribL4dv": ('int', 'typing.Sequence[float]'),
27103    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glVertexAttribLFormat": ('int', 'int', 'int', 'int'),
27104    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glVertexAttribLPointer": ('int', 'int', 'int', 'int', 'int'),
27105    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glVertexAttribP1ui": ('int', 'int', 'int', 'int'),
27106    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glVertexAttribP1uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
27107    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glVertexAttribP2ui": ('int', 'int', 'int', 'int'),
27108    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glVertexAttribP2uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
27109    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glVertexAttribP3ui": ('int', 'int', 'int', 'int'),
27110    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glVertexAttribP3uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
27111    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glVertexAttribP4ui": ('int', 'int', 'int', 'int'),
27112    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glVertexAttribP4uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
27113    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glVertexAttribPointer": ('int', 'int', 'int', 'int', 'int', 'int'),
27114    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glVertexBindingDivisor": ('int', 'int'),
27115    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glVertexP2ui": ('int', 'int'),
27116    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glVertexP2uiv": ('int', 'typing.Sequence[int]'),
27117    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glVertexP3ui": ('int', 'int'),
27118    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glVertexP3uiv": ('int', 'typing.Sequence[int]'),
27119    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glVertexP4ui": ('int', 'int'),
27120    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glVertexP4uiv": ('int', 'typing.Sequence[int]'),
27121    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glViewport": ('int', 'int', 'int', 'int'),
27122    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glViewportArrayv": ('int', 'int', 'typing.Sequence[float]'),
27123    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glViewportIndexedf": ('int', 'float', 'float', 'float', 'float'),
27124    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.glViewportIndexedfv": ('int', 'typing.Sequence[float]'),
27125    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_3_Core.initializeOpenGLFunctions": (),
27126# class PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility:
27127    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.__init__": (),
27128    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glAccum": ('int', 'float'),
27129    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glActiveShaderProgram": ('int', 'int'),
27130    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glActiveTexture": ('int',),
27131    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glAlphaFunc": ('int', 'float'),
27132    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glArrayElement": ('int',),
27133    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glAttachShader": ('int', 'int'),
27134    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBegin": ('int',),
27135    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBeginConditionalRender": ('int', 'int'),
27136    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBeginQuery": ('int', 'int'),
27137    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBeginQueryIndexed": ('int', 'int', 'int'),
27138    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBeginTransformFeedback": ('int',),
27139    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBindAttribLocation": ('int', 'int', 'str'),
27140    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBindBuffer": ('int', 'int'),
27141    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBindBufferBase": ('int', 'int', 'int'),
27142    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBindBuffersBase": ('int', 'int', 'int', 'typing.Sequence[int]'),
27143    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBindBuffersRange": ('int', 'int', 'int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'typing.Sequence[int]'),
27144    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBindFragDataLocation": ('int', 'int', 'str'),
27145    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBindFragDataLocationIndexed": ('int', 'int', 'int', 'str'),
27146    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBindFramebuffer": ('int', 'int'),
27147    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBindImageTexture": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
27148    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBindImageTextures": ('int', 'int', 'typing.Sequence[int]'),
27149    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBindProgramPipeline": ('int',),
27150    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBindRenderbuffer": ('int', 'int'),
27151    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBindSampler": ('int', 'int'),
27152    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBindSamplers": ('int', 'int', 'typing.Sequence[int]'),
27153    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBindTexture": ('int', 'int'),
27154    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBindTextures": ('int', 'int', 'typing.Sequence[int]'),
27155    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBindTransformFeedback": ('int', 'int'),
27156    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBindVertexArray": ('int',),
27157    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBindVertexBuffers": ('int', 'int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'typing.Sequence[int]'),
27158    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBlendColor": ('float', 'float', 'float', 'float'),
27159    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBlendEquation": ('int',),
27160    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBlendEquationSeparate": ('int', 'int'),
27161    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBlendEquationSeparatei": ('int', 'int', 'int'),
27162    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBlendEquationi": ('int', 'int'),
27163    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBlendFunc": ('int', 'int'),
27164    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBlendFuncSeparate": ('int', 'int', 'int', 'int'),
27165    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBlendFuncSeparatei": ('int', 'int', 'int', 'int', 'int'),
27166    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBlendFunci": ('int', 'int', 'int'),
27167    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glBlitFramebuffer": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
27168    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glCallList": ('int',),
27169    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glCallLists": ('int', 'int', 'int'),
27170    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glCheckFramebufferStatus": ('int',),
27171    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glClampColor": ('int', 'int'),
27172    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glClear": ('int',),
27173    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glClearAccum": ('float', 'float', 'float', 'float'),
27174    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glClearBufferData": ('int', 'int', 'int', 'int', 'int'),
27175    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glClearBufferfi": ('int', 'int', 'float', 'int'),
27176    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glClearBufferfv": ('int', 'int', 'typing.Sequence[float]'),
27177    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glClearBufferiv": ('int', 'int', 'typing.Sequence[int]'),
27178    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glClearBufferuiv": ('int', 'int', 'typing.Sequence[int]'),
27179    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glClearColor": ('float', 'float', 'float', 'float'),
27180    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glClearDepth": ('float',),
27181    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glClearDepthf": ('float',),
27182    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glClearIndex": ('float',),
27183    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glClearStencil": ('int',),
27184    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glClearTexImage": ('int', 'int', 'int', 'int', 'int'),
27185    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glClearTexSubImage": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
27186    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glClientActiveTexture": ('int',),
27187    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glClipPlane": ('int', 'typing.Sequence[float]'),
27188    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor3b": ('int', 'int', 'int'),
27189    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor3bv": ('str',),
27190    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor3d": ('float', 'float', 'float'),
27191    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor3dv": ('typing.Sequence[float]',),
27192    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor3f": ('float', 'float', 'float'),
27193    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor3fv": ('typing.Sequence[float]',),
27194    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor3i": ('int', 'int', 'int'),
27195    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor3iv": ('typing.Sequence[int]',),
27196    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor3s": ('int', 'int', 'int'),
27197    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor3sv": ('typing.Sequence[int]',),
27198    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor3ub": ('int', 'int', 'int'),
27199    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor3ubv": ('str',),
27200    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor3ui": ('int', 'int', 'int'),
27201    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor3uiv": ('typing.Sequence[int]',),
27202    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor3us": ('int', 'int', 'int'),
27203    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor3usv": ('typing.Sequence[int]',),
27204    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor4b": ('int', 'int', 'int', 'int'),
27205    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor4bv": ('str',),
27206    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor4d": ('float', 'float', 'float', 'float'),
27207    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor4dv": ('typing.Sequence[float]',),
27208    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor4f": ('float', 'float', 'float', 'float'),
27209    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor4fv": ('typing.Sequence[float]',),
27210    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor4i": ('int', 'int', 'int', 'int'),
27211    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor4iv": ('typing.Sequence[int]',),
27212    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor4s": ('int', 'int', 'int', 'int'),
27213    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor4sv": ('typing.Sequence[int]',),
27214    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor4ub": ('int', 'int', 'int', 'int'),
27215    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor4ubv": ('str',),
27216    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor4ui": ('int', 'int', 'int', 'int'),
27217    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor4uiv": ('typing.Sequence[int]',),
27218    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor4us": ('int', 'int', 'int', 'int'),
27219    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColor4usv": ('typing.Sequence[int]',),
27220    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColorMask": ('int', 'int', 'int', 'int'),
27221    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColorMaski": ('int', 'int', 'int', 'int', 'int'),
27222    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColorMaterial": ('int', 'int'),
27223    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColorP3ui": ('int', 'int'),
27224    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColorP3uiv": ('int', 'typing.Sequence[int]'),
27225    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColorP4ui": ('int', 'int'),
27226    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColorP4uiv": ('int', 'typing.Sequence[int]'),
27227    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColorPointer": ('int', 'int', 'int', 'int'),
27228    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColorSubTable": ('int', 'int', 'int', 'int', 'int', 'int'),
27229    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColorTable": ('int', 'int', 'int', 'int', 'int', 'int'),
27230    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColorTableParameterfv": ('int', 'int', 'typing.Sequence[float]'),
27231    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glColorTableParameteriv": ('int', 'int', 'typing.Sequence[int]'),
27232    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glCompileShader": ('int',),
27233    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glCompressedTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
27234    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glCompressedTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
27235    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glCompressedTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
27236    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glCompressedTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
27237    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glCompressedTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
27238    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glCompressedTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
27239    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glConvolutionFilter1D": ('int', 'int', 'int', 'int', 'int', 'int'),
27240    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glConvolutionFilter2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
27241    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glConvolutionParameterf": ('int', 'int', 'float'),
27242    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glConvolutionParameterfv": ('int', 'int', 'typing.Sequence[float]'),
27243    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glConvolutionParameteri": ('int', 'int', 'int'),
27244    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glConvolutionParameteriv": ('int', 'int', 'typing.Sequence[int]'),
27245    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glCopyColorSubTable": ('int', 'int', 'int', 'int', 'int'),
27246    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glCopyColorTable": ('int', 'int', 'int', 'int', 'int'),
27247    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glCopyConvolutionFilter1D": ('int', 'int', 'int', 'int', 'int'),
27248    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glCopyConvolutionFilter2D": ('int', 'int', 'int', 'int', 'int', 'int'),
27249    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glCopyImageSubData": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
27250    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glCopyPixels": ('int', 'int', 'int', 'int', 'int'),
27251    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glCopyTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
27252    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glCopyTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
27253    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glCopyTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int'),
27254    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glCopyTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
27255    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glCopyTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
27256    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glCreateProgram": (),
27257    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glCreateShader": ('int',),
27258    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glCullFace": ('int',),
27259    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDebugMessageControl": ('int', 'int', 'int', 'int', 'typing.Sequence[int]', 'int'),
27260    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDebugMessageInsert": ('int', 'int', 'int', 'int', 'int', 'str'),
27261    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDeleteBuffers": ('int', 'typing.Sequence[int]'),
27262    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDeleteFramebuffers": ('int', 'typing.Sequence[int]'),
27263    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDeleteLists": ('int', 'int'),
27264    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDeleteProgram": ('int',),
27265    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDeleteProgramPipelines": ('int', 'typing.Sequence[int]'),
27266    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDeleteQueries": ('int', 'typing.Sequence[int]'),
27267    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDeleteRenderbuffers": ('int', 'typing.Sequence[int]'),
27268    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDeleteSamplers": ('int', 'typing.Sequence[int]'),
27269    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDeleteShader": ('int',),
27270    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDeleteTextures": ('int', 'typing.Sequence[int]'),
27271    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDeleteTransformFeedbacks": ('int', 'typing.Sequence[int]'),
27272    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDeleteVertexArrays": ('int', 'typing.Sequence[int]'),
27273    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDepthFunc": ('int',),
27274    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDepthMask": ('int',),
27275    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDepthRange": ('float', 'float'),
27276    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDepthRangeArrayv": ('int', 'int', 'typing.Sequence[float]'),
27277    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDepthRangeIndexed": ('int', 'float', 'float'),
27278    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDepthRangef": ('float', 'float'),
27279    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDetachShader": ('int', 'int'),
27280    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDisable": ('int',),
27281    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDisableClientState": ('int',),
27282    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDisableVertexAttribArray": ('int',),
27283    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDisablei": ('int', 'int'),
27284    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDispatchCompute": ('int', 'int', 'int'),
27285    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDrawArrays": ('int', 'int', 'int'),
27286    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDrawArraysIndirect": ('int', 'int'),
27287    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDrawArraysInstanced": ('int', 'int', 'int', 'int'),
27288    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDrawArraysInstancedBaseInstance": ('int', 'int', 'int', 'int', 'int'),
27289    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDrawBuffer": ('int',),
27290    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDrawBuffers": ('int', 'typing.Sequence[int]'),
27291    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDrawElements": ('int', 'int', 'int', 'int'),
27292    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDrawElementsBaseVertex": ('int', 'int', 'int', 'int', 'int'),
27293    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDrawElementsIndirect": ('int', 'int', 'int'),
27294    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDrawElementsInstanced": ('int', 'int', 'int', 'int', 'int'),
27295    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDrawElementsInstancedBaseInstance": ('int', 'int', 'int', 'int', 'int', 'int'),
27296    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDrawElementsInstancedBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int'),
27297    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDrawElementsInstancedBaseVertexBaseInstance": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
27298    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDrawPixels": ('int', 'int', 'int', 'int', 'int'),
27299    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDrawRangeElements": ('int', 'int', 'int', 'int', 'int', 'int'),
27300    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDrawRangeElementsBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
27301    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDrawTransformFeedback": ('int', 'int'),
27302    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDrawTransformFeedbackInstanced": ('int', 'int', 'int'),
27303    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDrawTransformFeedbackStream": ('int', 'int', 'int'),
27304    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glDrawTransformFeedbackStreamInstanced": ('int', 'int', 'int', 'int'),
27305    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glEdgeFlag": ('int',),
27306    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glEdgeFlagPointer": ('int', 'int'),
27307    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glEnable": ('int',),
27308    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glEnableClientState": ('int',),
27309    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glEnableVertexAttribArray": ('int',),
27310    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glEnablei": ('int', 'int'),
27311    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glEnd": (),
27312    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glEndConditionalRender": (),
27313    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glEndList": (),
27314    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glEndQuery": ('int',),
27315    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glEndQueryIndexed": ('int', 'int'),
27316    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glEndTransformFeedback": (),
27317    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glEvalCoord1d": ('float',),
27318    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glEvalCoord1dv": ('typing.Sequence[float]',),
27319    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glEvalCoord1f": ('float',),
27320    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glEvalCoord1fv": ('typing.Sequence[float]',),
27321    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glEvalCoord2d": ('float', 'float'),
27322    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glEvalCoord2dv": ('typing.Sequence[float]',),
27323    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glEvalCoord2f": ('float', 'float'),
27324    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glEvalCoord2fv": ('typing.Sequence[float]',),
27325    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glEvalMesh1": ('int', 'int', 'int'),
27326    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glEvalMesh2": ('int', 'int', 'int', 'int', 'int'),
27327    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glEvalPoint1": ('int',),
27328    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glEvalPoint2": ('int', 'int'),
27329    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glFinish": (),
27330    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glFlush": (),
27331    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glFogCoordPointer": ('int', 'int', 'int'),
27332    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glFogCoordd": ('float',),
27333    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glFogCoorddv": ('typing.Sequence[float]',),
27334    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glFogCoordf": ('float',),
27335    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glFogCoordfv": ('typing.Sequence[float]',),
27336    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glFogf": ('int', 'float'),
27337    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glFogfv": ('int', 'typing.Sequence[float]'),
27338    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glFogi": ('int', 'int'),
27339    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glFogiv": ('int', 'typing.Sequence[int]'),
27340    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glFramebufferParameteri": ('int', 'int', 'int'),
27341    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glFramebufferRenderbuffer": ('int', 'int', 'int', 'int'),
27342    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glFramebufferTexture": ('int', 'int', 'int', 'int'),
27343    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glFramebufferTexture1D": ('int', 'int', 'int', 'int', 'int'),
27344    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glFramebufferTexture2D": ('int', 'int', 'int', 'int', 'int'),
27345    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glFramebufferTexture3D": ('int', 'int', 'int', 'int', 'int', 'int'),
27346    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glFramebufferTextureLayer": ('int', 'int', 'int', 'int', 'int'),
27347    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glFrontFace": ('int',),
27348    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glFrustum": ('float', 'float', 'float', 'float', 'float', 'float'),
27349    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glGenLists": ('int',),
27350    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glGenerateMipmap": ('int',),
27351    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glGetAttribLocation": ('int', 'str'),
27352    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glGetColorTable": ('int', 'int', 'int', 'int'),
27353    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glGetCompressedTexImage": ('int', 'int', 'int'),
27354    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glGetConvolutionFilter": ('int', 'int', 'int', 'int'),
27355    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glGetError": (),
27356    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glGetFragDataIndex": ('int', 'str'),
27357    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glGetFragDataLocation": ('int', 'str'),
27358    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glGetHistogram": ('int', 'int', 'int', 'int', 'int'),
27359    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glGetMinmax": ('int', 'int', 'int', 'int', 'int'),
27360    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glGetProgramResourceIndex": ('int', 'int', 'str'),
27361    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glGetProgramResourceLocation": ('int', 'int', 'str'),
27362    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glGetProgramResourceLocationIndex": ('int', 'int', 'str'),
27363    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glGetSeparableFilter": ('int', 'int', 'int', 'int', 'int', 'int'),
27364    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glGetString": ('int',),
27365    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glGetStringi": ('int', 'int'),
27366    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glGetSubroutineIndex": ('int', 'int', 'str'),
27367    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glGetSubroutineUniformLocation": ('int', 'int', 'str'),
27368    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glGetTexImage": ('int', 'int', 'int', 'int', 'int'),
27369    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glGetUniformBlockIndex": ('int', 'str'),
27370    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glGetUniformLocation": ('int', 'str'),
27371    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glHint": ('int', 'int'),
27372    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glHistogram": ('int', 'int', 'int', 'int'),
27373    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glIndexMask": ('int',),
27374    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glIndexPointer": ('int', 'int', 'int'),
27375    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glIndexd": ('float',),
27376    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glIndexdv": ('typing.Sequence[float]',),
27377    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glIndexf": ('float',),
27378    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glIndexfv": ('typing.Sequence[float]',),
27379    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glIndexi": ('int',),
27380    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glIndexiv": ('typing.Sequence[int]',),
27381    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glIndexs": ('int',),
27382    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glIndexsv": ('typing.Sequence[int]',),
27383    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glIndexub": ('int',),
27384    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glIndexubv": ('str',),
27385    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glInitNames": (),
27386    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glInterleavedArrays": ('int', 'int', 'int'),
27387    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glInvalidateBufferData": ('int',),
27388    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glInvalidateFramebuffer": ('int', 'int', 'typing.Sequence[int]'),
27389    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glInvalidateSubFramebuffer": ('int', 'int', 'typing.Sequence[int]', 'int', 'int', 'int', 'int'),
27390    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glInvalidateTexImage": ('int', 'int'),
27391    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glInvalidateTexSubImage": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
27392    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glIsBuffer": ('int',),
27393    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glIsEnabled": ('int',),
27394    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glIsEnabledi": ('int', 'int'),
27395    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glIsFramebuffer": ('int',),
27396    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glIsList": ('int',),
27397    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glIsProgram": ('int',),
27398    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glIsProgramPipeline": ('int',),
27399    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glIsQuery": ('int',),
27400    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glIsRenderbuffer": ('int',),
27401    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glIsSampler": ('int',),
27402    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glIsShader": ('int',),
27403    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glIsTexture": ('int',),
27404    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glIsTransformFeedback": ('int',),
27405    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glIsVertexArray": ('int',),
27406    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glLightModelf": ('int', 'float'),
27407    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glLightModelfv": ('int', 'typing.Sequence[float]'),
27408    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glLightModeli": ('int', 'int'),
27409    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glLightModeliv": ('int', 'typing.Sequence[int]'),
27410    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glLightf": ('int', 'int', 'float'),
27411    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glLightfv": ('int', 'int', 'typing.Sequence[float]'),
27412    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glLighti": ('int', 'int', 'int'),
27413    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glLightiv": ('int', 'int', 'typing.Sequence[int]'),
27414    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glLineStipple": ('int', 'int'),
27415    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glLineWidth": ('float',),
27416    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glLinkProgram": ('int',),
27417    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glListBase": ('int',),
27418    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glLoadIdentity": (),
27419    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glLoadMatrixd": ('typing.Sequence[float]',),
27420    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glLoadMatrixf": ('typing.Sequence[float]',),
27421    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glLoadName": ('int',),
27422    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glLoadTransposeMatrixd": ('typing.Sequence[float]',),
27423    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glLoadTransposeMatrixf": ('typing.Sequence[float]',),
27424    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glLogicOp": ('int',),
27425    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMap1d": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
27426    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMap1f": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
27427    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMap2d": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
27428    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMap2f": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
27429    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMapBuffer": ('int', 'int'),
27430    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMapGrid1d": ('int', 'float', 'float'),
27431    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMapGrid1f": ('int', 'float', 'float'),
27432    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMapGrid2d": ('int', 'float', 'float', 'int', 'float', 'float'),
27433    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMapGrid2f": ('int', 'float', 'float', 'int', 'float', 'float'),
27434    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMaterialf": ('int', 'int', 'float'),
27435    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMaterialfv": ('int', 'int', 'typing.Sequence[float]'),
27436    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMateriali": ('int', 'int', 'int'),
27437    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMaterialiv": ('int', 'int', 'typing.Sequence[int]'),
27438    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMatrixMode": ('int',),
27439    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMemoryBarrier": ('int',),
27440    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMinSampleShading": ('float',),
27441    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMinmax": ('int', 'int', 'int'),
27442    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultMatrixd": ('typing.Sequence[float]',),
27443    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultMatrixf": ('typing.Sequence[float]',),
27444    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultTransposeMatrixd": ('typing.Sequence[float]',),
27445    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultTransposeMatrixf": ('typing.Sequence[float]',),
27446    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiDrawArrays": ('int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'int'),
27447    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiDrawArraysIndirect": ('int', 'int', 'int', 'int'),
27448    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord1d": ('int', 'float'),
27449    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord1dv": ('int', 'typing.Sequence[float]'),
27450    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord1f": ('int', 'float'),
27451    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord1fv": ('int', 'typing.Sequence[float]'),
27452    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord1i": ('int', 'int'),
27453    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord1iv": ('int', 'typing.Sequence[int]'),
27454    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord1s": ('int', 'int'),
27455    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord1sv": ('int', 'typing.Sequence[int]'),
27456    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord2d": ('int', 'float', 'float'),
27457    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord2dv": ('int', 'typing.Sequence[float]'),
27458    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord2f": ('int', 'float', 'float'),
27459    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord2fv": ('int', 'typing.Sequence[float]'),
27460    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord2i": ('int', 'int', 'int'),
27461    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord2iv": ('int', 'typing.Sequence[int]'),
27462    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord2s": ('int', 'int', 'int'),
27463    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord2sv": ('int', 'typing.Sequence[int]'),
27464    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord3d": ('int', 'float', 'float', 'float'),
27465    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord3dv": ('int', 'typing.Sequence[float]'),
27466    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord3f": ('int', 'float', 'float', 'float'),
27467    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord3fv": ('int', 'typing.Sequence[float]'),
27468    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord3i": ('int', 'int', 'int', 'int'),
27469    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord3iv": ('int', 'typing.Sequence[int]'),
27470    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord3s": ('int', 'int', 'int', 'int'),
27471    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord3sv": ('int', 'typing.Sequence[int]'),
27472    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord4d": ('int', 'float', 'float', 'float', 'float'),
27473    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord4dv": ('int', 'typing.Sequence[float]'),
27474    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord4f": ('int', 'float', 'float', 'float', 'float'),
27475    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord4fv": ('int', 'typing.Sequence[float]'),
27476    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord4i": ('int', 'int', 'int', 'int', 'int'),
27477    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord4iv": ('int', 'typing.Sequence[int]'),
27478    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord4s": ('int', 'int', 'int', 'int', 'int'),
27479    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoord4sv": ('int', 'typing.Sequence[int]'),
27480    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoordP1ui": ('int', 'int', 'int'),
27481    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoordP1uiv": ('int', 'int', 'typing.Sequence[int]'),
27482    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoordP2ui": ('int', 'int', 'int'),
27483    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoordP2uiv": ('int', 'int', 'typing.Sequence[int]'),
27484    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoordP3ui": ('int', 'int', 'int'),
27485    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoordP3uiv": ('int', 'int', 'typing.Sequence[int]'),
27486    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoordP4ui": ('int', 'int', 'int'),
27487    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glMultiTexCoordP4uiv": ('int', 'int', 'typing.Sequence[int]'),
27488    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glNewList": ('int', 'int'),
27489    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glNormal3b": ('int', 'int', 'int'),
27490    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glNormal3bv": ('str',),
27491    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glNormal3d": ('float', 'float', 'float'),
27492    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glNormal3dv": ('typing.Sequence[float]',),
27493    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glNormal3f": ('float', 'float', 'float'),
27494    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glNormal3fv": ('typing.Sequence[float]',),
27495    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glNormal3i": ('int', 'int', 'int'),
27496    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glNormal3iv": ('typing.Sequence[int]',),
27497    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glNormal3s": ('int', 'int', 'int'),
27498    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glNormal3sv": ('typing.Sequence[int]',),
27499    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glNormalP3ui": ('int', 'int'),
27500    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glNormalP3uiv": ('int', 'typing.Sequence[int]'),
27501    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glNormalPointer": ('int', 'int', 'int'),
27502    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glObjectLabel": ('int', 'int', 'int', 'str'),
27503    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glObjectPtrLabel": ('int', 'int', 'str'),
27504    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glOrtho": ('float', 'float', 'float', 'float', 'float', 'float'),
27505    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glPassThrough": ('float',),
27506    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glPatchParameterfv": ('int', 'typing.Sequence[float]'),
27507    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glPatchParameteri": ('int', 'int'),
27508    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glPauseTransformFeedback": (),
27509    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glPixelMapfv": ('int', 'int', 'typing.Sequence[float]'),
27510    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glPixelMapuiv": ('int', 'int', 'typing.Sequence[int]'),
27511    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glPixelMapusv": ('int', 'int', 'typing.Sequence[int]'),
27512    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glPixelStoref": ('int', 'float'),
27513    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glPixelStorei": ('int', 'int'),
27514    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glPixelTransferf": ('int', 'float'),
27515    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glPixelTransferi": ('int', 'int'),
27516    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glPixelZoom": ('float', 'float'),
27517    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glPointParameterf": ('int', 'float'),
27518    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glPointParameterfv": ('int', 'typing.Sequence[float]'),
27519    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glPointParameteri": ('int', 'int'),
27520    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glPointParameteriv": ('int', 'typing.Sequence[int]'),
27521    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glPointSize": ('float',),
27522    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glPolygonMode": ('int', 'int'),
27523    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glPolygonOffset": ('float', 'float'),
27524    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glPopAttrib": (),
27525    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glPopClientAttrib": (),
27526    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glPopDebugGroup": (),
27527    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glPopMatrix": (),
27528    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glPopName": (),
27529    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glPrimitiveRestartIndex": ('int',),
27530    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glPrioritizeTextures": ('int', 'typing.Sequence[int]', 'typing.Sequence[float]'),
27531    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramBinary": ('int', 'int', 'int', 'int'),
27532    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramParameteri": ('int', 'int', 'int'),
27533    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform1d": ('int', 'int', 'float'),
27534    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform1dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27535    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform1f": ('int', 'int', 'float'),
27536    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform1fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27537    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform1i": ('int', 'int', 'int'),
27538    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform1iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
27539    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform1ui": ('int', 'int', 'int'),
27540    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform1uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
27541    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform2d": ('int', 'int', 'float', 'float'),
27542    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27543    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform2f": ('int', 'int', 'float', 'float'),
27544    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27545    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform2i": ('int', 'int', 'int', 'int'),
27546    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform2iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
27547    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform2ui": ('int', 'int', 'int', 'int'),
27548    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform2uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
27549    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform3d": ('int', 'int', 'float', 'float', 'float'),
27550    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27551    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform3f": ('int', 'int', 'float', 'float', 'float'),
27552    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27553    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform3i": ('int', 'int', 'int', 'int', 'int'),
27554    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform3iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
27555    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform3ui": ('int', 'int', 'int', 'int', 'int'),
27556    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform3uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
27557    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform4d": ('int', 'int', 'float', 'float', 'float', 'float'),
27558    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27559    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform4f": ('int', 'int', 'float', 'float', 'float', 'float'),
27560    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27561    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform4i": ('int', 'int', 'int', 'int', 'int', 'int'),
27562    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform4iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
27563    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform4ui": ('int', 'int', 'int', 'int', 'int', 'int'),
27564    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniform4uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
27565    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniformMatrix2dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
27566    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniformMatrix2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
27567    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniformMatrix2x3dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
27568    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniformMatrix2x3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
27569    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniformMatrix2x4dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
27570    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniformMatrix2x4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
27571    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniformMatrix3dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
27572    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniformMatrix3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
27573    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniformMatrix3x2dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
27574    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniformMatrix3x2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
27575    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniformMatrix3x4dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
27576    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniformMatrix3x4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
27577    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniformMatrix4dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
27578    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniformMatrix4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
27579    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniformMatrix4x2dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
27580    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniformMatrix4x2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
27581    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniformMatrix4x3dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
27582    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProgramUniformMatrix4x3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
27583    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glProvokingVertex": ('int',),
27584    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glPushAttrib": ('int',),
27585    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glPushClientAttrib": ('int',),
27586    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glPushDebugGroup": ('int', 'int', 'int', 'str'),
27587    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glPushMatrix": (),
27588    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glPushName": ('int',),
27589    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glQueryCounter": ('int', 'int'),
27590    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRasterPos2d": ('float', 'float'),
27591    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRasterPos2dv": ('typing.Sequence[float]',),
27592    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRasterPos2f": ('float', 'float'),
27593    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRasterPos2fv": ('typing.Sequence[float]',),
27594    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRasterPos2i": ('int', 'int'),
27595    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRasterPos2iv": ('typing.Sequence[int]',),
27596    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRasterPos2s": ('int', 'int'),
27597    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRasterPos2sv": ('typing.Sequence[int]',),
27598    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRasterPos3d": ('float', 'float', 'float'),
27599    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRasterPos3dv": ('typing.Sequence[float]',),
27600    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRasterPos3f": ('float', 'float', 'float'),
27601    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRasterPos3fv": ('typing.Sequence[float]',),
27602    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRasterPos3i": ('int', 'int', 'int'),
27603    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRasterPos3iv": ('typing.Sequence[int]',),
27604    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRasterPos3s": ('int', 'int', 'int'),
27605    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRasterPos3sv": ('typing.Sequence[int]',),
27606    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRasterPos4d": ('float', 'float', 'float', 'float'),
27607    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRasterPos4dv": ('typing.Sequence[float]',),
27608    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRasterPos4f": ('float', 'float', 'float', 'float'),
27609    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRasterPos4fv": ('typing.Sequence[float]',),
27610    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRasterPos4i": ('int', 'int', 'int', 'int'),
27611    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRasterPos4iv": ('typing.Sequence[int]',),
27612    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRasterPos4s": ('int', 'int', 'int', 'int'),
27613    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRasterPos4sv": ('typing.Sequence[int]',),
27614    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glReadBuffer": ('int',),
27615    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glReadPixels": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
27616    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRectd": ('float', 'float', 'float', 'float'),
27617    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRectdv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
27618    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRectf": ('float', 'float', 'float', 'float'),
27619    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRectfv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
27620    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRecti": ('int', 'int', 'int', 'int'),
27621    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRectiv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
27622    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRects": ('int', 'int', 'int', 'int'),
27623    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRectsv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
27624    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glReleaseShaderCompiler": (),
27625    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRenderMode": ('int',),
27626    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRenderbufferStorage": ('int', 'int', 'int', 'int'),
27627    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRenderbufferStorageMultisample": ('int', 'int', 'int', 'int', 'int'),
27628    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glResetHistogram": ('int',),
27629    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glResetMinmax": ('int',),
27630    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glResumeTransformFeedback": (),
27631    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRotated": ('float', 'float', 'float', 'float'),
27632    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glRotatef": ('float', 'float', 'float', 'float'),
27633    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glSampleCoverage": ('float', 'int'),
27634    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glSampleMaski": ('int', 'int'),
27635    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glSamplerParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
27636    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glSamplerParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
27637    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glSamplerParameterf": ('int', 'int', 'float'),
27638    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glSamplerParameterfv": ('int', 'int', 'typing.Sequence[float]'),
27639    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glSamplerParameteri": ('int', 'int', 'int'),
27640    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glSamplerParameteriv": ('int', 'int', 'typing.Sequence[int]'),
27641    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glScaled": ('float', 'float', 'float'),
27642    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glScalef": ('float', 'float', 'float'),
27643    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glScissor": ('int', 'int', 'int', 'int'),
27644    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glScissorArrayv": ('int', 'int', 'typing.Sequence[int]'),
27645    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glScissorIndexed": ('int', 'int', 'int', 'int', 'int'),
27646    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glScissorIndexedv": ('int', 'typing.Sequence[int]'),
27647    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glSecondaryColor3b": ('int', 'int', 'int'),
27648    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glSecondaryColor3bv": ('str',),
27649    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glSecondaryColor3d": ('float', 'float', 'float'),
27650    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glSecondaryColor3dv": ('typing.Sequence[float]',),
27651    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glSecondaryColor3f": ('float', 'float', 'float'),
27652    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glSecondaryColor3fv": ('typing.Sequence[float]',),
27653    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glSecondaryColor3i": ('int', 'int', 'int'),
27654    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glSecondaryColor3iv": ('typing.Sequence[int]',),
27655    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glSecondaryColor3s": ('int', 'int', 'int'),
27656    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glSecondaryColor3sv": ('typing.Sequence[int]',),
27657    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glSecondaryColor3ub": ('int', 'int', 'int'),
27658    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glSecondaryColor3ubv": ('str',),
27659    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glSecondaryColor3ui": ('int', 'int', 'int'),
27660    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glSecondaryColor3uiv": ('typing.Sequence[int]',),
27661    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glSecondaryColor3us": ('int', 'int', 'int'),
27662    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glSecondaryColor3usv": ('typing.Sequence[int]',),
27663    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glSecondaryColorP3ui": ('int', 'int'),
27664    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glSecondaryColorP3uiv": ('int', 'typing.Sequence[int]'),
27665    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glSecondaryColorPointer": ('int', 'int', 'int', 'int'),
27666    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glSeparableFilter2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
27667    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glShadeModel": ('int',),
27668    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glShaderBinary": ('int', 'typing.Sequence[int]', 'int', 'int', 'int'),
27669    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glShaderStorageBlockBinding": ('int', 'int', 'int'),
27670    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glStencilFunc": ('int', 'int', 'int'),
27671    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glStencilFuncSeparate": ('int', 'int', 'int', 'int'),
27672    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glStencilMask": ('int',),
27673    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glStencilMaskSeparate": ('int', 'int'),
27674    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glStencilOp": ('int', 'int', 'int'),
27675    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glStencilOpSeparate": ('int', 'int', 'int', 'int'),
27676    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexBuffer": ('int', 'int', 'int'),
27677    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord1d": ('float',),
27678    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord1dv": ('typing.Sequence[float]',),
27679    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord1f": ('float',),
27680    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord1fv": ('typing.Sequence[float]',),
27681    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord1i": ('int',),
27682    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord1iv": ('typing.Sequence[int]',),
27683    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord1s": ('int',),
27684    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord1sv": ('typing.Sequence[int]',),
27685    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord2d": ('float', 'float'),
27686    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord2dv": ('typing.Sequence[float]',),
27687    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord2f": ('float', 'float'),
27688    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord2fv": ('typing.Sequence[float]',),
27689    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord2i": ('int', 'int'),
27690    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord2iv": ('typing.Sequence[int]',),
27691    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord2s": ('int', 'int'),
27692    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord2sv": ('typing.Sequence[int]',),
27693    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord3d": ('float', 'float', 'float'),
27694    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord3dv": ('typing.Sequence[float]',),
27695    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord3f": ('float', 'float', 'float'),
27696    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord3fv": ('typing.Sequence[float]',),
27697    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord3i": ('int', 'int', 'int'),
27698    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord3iv": ('typing.Sequence[int]',),
27699    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord3s": ('int', 'int', 'int'),
27700    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord3sv": ('typing.Sequence[int]',),
27701    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord4d": ('float', 'float', 'float', 'float'),
27702    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord4dv": ('typing.Sequence[float]',),
27703    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord4f": ('float', 'float', 'float', 'float'),
27704    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord4fv": ('typing.Sequence[float]',),
27705    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord4i": ('int', 'int', 'int', 'int'),
27706    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord4iv": ('typing.Sequence[int]',),
27707    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord4s": ('int', 'int', 'int', 'int'),
27708    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoord4sv": ('typing.Sequence[int]',),
27709    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoordP1ui": ('int', 'int'),
27710    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoordP1uiv": ('int', 'typing.Sequence[int]'),
27711    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoordP2ui": ('int', 'int'),
27712    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoordP2uiv": ('int', 'typing.Sequence[int]'),
27713    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoordP3ui": ('int', 'int'),
27714    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoordP3uiv": ('int', 'typing.Sequence[int]'),
27715    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoordP4ui": ('int', 'int'),
27716    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoordP4uiv": ('int', 'typing.Sequence[int]'),
27717    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexCoordPointer": ('int', 'int', 'int', 'int'),
27718    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexEnvf": ('int', 'int', 'float'),
27719    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexEnvfv": ('int', 'int', 'typing.Sequence[float]'),
27720    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexEnvi": ('int', 'int', 'int'),
27721    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexEnviv": ('int', 'int', 'typing.Sequence[int]'),
27722    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexGend": ('int', 'int', 'float'),
27723    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexGendv": ('int', 'int', 'typing.Sequence[float]'),
27724    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexGenf": ('int', 'int', 'float'),
27725    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexGenfv": ('int', 'int', 'typing.Sequence[float]'),
27726    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexGeni": ('int', 'int', 'int'),
27727    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexGeniv": ('int', 'int', 'typing.Sequence[int]'),
27728    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
27729    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
27730    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexImage2DMultisample": ('int', 'int', 'int', 'int', 'int', 'int'),
27731    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
27732    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexImage3DMultisample": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
27733    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
27734    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
27735    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexParameterf": ('int', 'int', 'float'),
27736    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexParameterfv": ('int', 'int', 'typing.Sequence[float]'),
27737    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexParameteri": ('int', 'int', 'int'),
27738    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexParameteriv": ('int', 'int', 'typing.Sequence[int]'),
27739    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexStorage1D": ('int', 'int', 'int', 'int'),
27740    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexStorage2D": ('int', 'int', 'int', 'int', 'int'),
27741    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexStorage2DMultisample": ('int', 'int', 'int', 'int', 'int', 'int'),
27742    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexStorage3D": ('int', 'int', 'int', 'int', 'int', 'int'),
27743    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexStorage3DMultisample": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
27744    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
27745    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
27746    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
27747    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTextureView": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
27748    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTranslated": ('float', 'float', 'float'),
27749    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glTranslatef": ('float', 'float', 'float'),
27750    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform1d": ('int', 'float'),
27751    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform1dv": ('int', 'int', 'typing.Sequence[float]'),
27752    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform1f": ('int', 'float'),
27753    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform1fv": ('int', 'int', 'typing.Sequence[float]'),
27754    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform1i": ('int', 'int'),
27755    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform1iv": ('int', 'int', 'typing.Sequence[int]'),
27756    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform1ui": ('int', 'int'),
27757    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform1uiv": ('int', 'int', 'typing.Sequence[int]'),
27758    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform2d": ('int', 'float', 'float'),
27759    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform2dv": ('int', 'int', 'typing.Sequence[float]'),
27760    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform2f": ('int', 'float', 'float'),
27761    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform2fv": ('int', 'int', 'typing.Sequence[float]'),
27762    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform2i": ('int', 'int', 'int'),
27763    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform2iv": ('int', 'int', 'typing.Sequence[int]'),
27764    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform2ui": ('int', 'int', 'int'),
27765    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform2uiv": ('int', 'int', 'typing.Sequence[int]'),
27766    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform3d": ('int', 'float', 'float', 'float'),
27767    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform3dv": ('int', 'int', 'typing.Sequence[float]'),
27768    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform3f": ('int', 'float', 'float', 'float'),
27769    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform3fv": ('int', 'int', 'typing.Sequence[float]'),
27770    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform3i": ('int', 'int', 'int', 'int'),
27771    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform3iv": ('int', 'int', 'typing.Sequence[int]'),
27772    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform3ui": ('int', 'int', 'int', 'int'),
27773    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform3uiv": ('int', 'int', 'typing.Sequence[int]'),
27774    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform4d": ('int', 'float', 'float', 'float', 'float'),
27775    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform4dv": ('int', 'int', 'typing.Sequence[float]'),
27776    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform4f": ('int', 'float', 'float', 'float', 'float'),
27777    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform4fv": ('int', 'int', 'typing.Sequence[float]'),
27778    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform4i": ('int', 'int', 'int', 'int', 'int'),
27779    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform4iv": ('int', 'int', 'typing.Sequence[int]'),
27780    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform4ui": ('int', 'int', 'int', 'int', 'int'),
27781    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniform4uiv": ('int', 'int', 'typing.Sequence[int]'),
27782    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniformBlockBinding": ('int', 'int', 'int'),
27783    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniformMatrix2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27784    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniformMatrix2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27785    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniformMatrix2x3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27786    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniformMatrix2x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27787    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniformMatrix2x4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27788    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniformMatrix2x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27789    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniformMatrix3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27790    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniformMatrix3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27791    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniformMatrix3x2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27792    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniformMatrix3x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27793    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniformMatrix3x4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27794    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniformMatrix3x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27795    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniformMatrix4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27796    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniformMatrix4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27797    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniformMatrix4x2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27798    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniformMatrix4x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27799    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniformMatrix4x3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27800    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniformMatrix4x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
27801    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUniformSubroutinesuiv": ('int', 'int', 'typing.Sequence[int]'),
27802    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUnmapBuffer": ('int',),
27803    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUseProgram": ('int',),
27804    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glUseProgramStages": ('int', 'int', 'int'),
27805    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glValidateProgram": ('int',),
27806    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glValidateProgramPipeline": ('int',),
27807    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertex2d": ('float', 'float'),
27808    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertex2dv": ('typing.Sequence[float]',),
27809    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertex2f": ('float', 'float'),
27810    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertex2fv": ('typing.Sequence[float]',),
27811    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertex2i": ('int', 'int'),
27812    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertex2iv": ('typing.Sequence[int]',),
27813    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertex2s": ('int', 'int'),
27814    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertex2sv": ('typing.Sequence[int]',),
27815    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertex3d": ('float', 'float', 'float'),
27816    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertex3dv": ('typing.Sequence[float]',),
27817    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertex3f": ('float', 'float', 'float'),
27818    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertex3fv": ('typing.Sequence[float]',),
27819    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertex3i": ('int', 'int', 'int'),
27820    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertex3iv": ('typing.Sequence[int]',),
27821    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertex3s": ('int', 'int', 'int'),
27822    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertex3sv": ('typing.Sequence[int]',),
27823    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertex4d": ('float', 'float', 'float', 'float'),
27824    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertex4dv": ('typing.Sequence[float]',),
27825    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertex4f": ('float', 'float', 'float', 'float'),
27826    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertex4fv": ('typing.Sequence[float]',),
27827    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertex4i": ('int', 'int', 'int', 'int'),
27828    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertex4iv": ('typing.Sequence[int]',),
27829    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertex4s": ('int', 'int', 'int', 'int'),
27830    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertex4sv": ('typing.Sequence[int]',),
27831    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib1d": ('int', 'float'),
27832    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib1dv": ('int', 'typing.Sequence[float]'),
27833    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib1f": ('int', 'float'),
27834    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib1fv": ('int', 'typing.Sequence[float]'),
27835    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib1s": ('int', 'int'),
27836    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib1sv": ('int', 'typing.Sequence[int]'),
27837    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib2d": ('int', 'float', 'float'),
27838    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib2dv": ('int', 'typing.Sequence[float]'),
27839    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib2f": ('int', 'float', 'float'),
27840    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib2fv": ('int', 'typing.Sequence[float]'),
27841    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib2s": ('int', 'int', 'int'),
27842    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib2sv": ('int', 'typing.Sequence[int]'),
27843    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib3d": ('int', 'float', 'float', 'float'),
27844    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib3dv": ('int', 'typing.Sequence[float]'),
27845    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib3f": ('int', 'float', 'float', 'float'),
27846    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib3fv": ('int', 'typing.Sequence[float]'),
27847    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib3s": ('int', 'int', 'int', 'int'),
27848    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib3sv": ('int', 'typing.Sequence[int]'),
27849    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib4Nbv": ('int', 'str'),
27850    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib4Niv": ('int', 'typing.Sequence[int]'),
27851    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib4Nsv": ('int', 'typing.Sequence[int]'),
27852    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib4Nub": ('int', 'int', 'int', 'int', 'int'),
27853    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib4Nubv": ('int', 'str'),
27854    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib4Nuiv": ('int', 'typing.Sequence[int]'),
27855    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib4Nusv": ('int', 'typing.Sequence[int]'),
27856    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib4bv": ('int', 'str'),
27857    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib4d": ('int', 'float', 'float', 'float', 'float'),
27858    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib4dv": ('int', 'typing.Sequence[float]'),
27859    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib4f": ('int', 'float', 'float', 'float', 'float'),
27860    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib4fv": ('int', 'typing.Sequence[float]'),
27861    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib4iv": ('int', 'typing.Sequence[int]'),
27862    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib4s": ('int', 'int', 'int', 'int', 'int'),
27863    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib4sv": ('int', 'typing.Sequence[int]'),
27864    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib4ubv": ('int', 'str'),
27865    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib4uiv": ('int', 'typing.Sequence[int]'),
27866    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttrib4usv": ('int', 'typing.Sequence[int]'),
27867    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribBinding": ('int', 'int'),
27868    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribDivisor": ('int', 'int'),
27869    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribFormat": ('int', 'int', 'int', 'int', 'int'),
27870    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribI1i": ('int', 'int'),
27871    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribI1iv": ('int', 'typing.Sequence[int]'),
27872    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribI1ui": ('int', 'int'),
27873    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribI1uiv": ('int', 'typing.Sequence[int]'),
27874    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribI2i": ('int', 'int', 'int'),
27875    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribI2iv": ('int', 'typing.Sequence[int]'),
27876    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribI2ui": ('int', 'int', 'int'),
27877    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribI2uiv": ('int', 'typing.Sequence[int]'),
27878    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribI3i": ('int', 'int', 'int', 'int'),
27879    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribI3iv": ('int', 'typing.Sequence[int]'),
27880    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribI3ui": ('int', 'int', 'int', 'int'),
27881    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribI3uiv": ('int', 'typing.Sequence[int]'),
27882    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribI4bv": ('int', 'str'),
27883    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribI4i": ('int', 'int', 'int', 'int', 'int'),
27884    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribI4iv": ('int', 'typing.Sequence[int]'),
27885    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribI4sv": ('int', 'typing.Sequence[int]'),
27886    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribI4ubv": ('int', 'str'),
27887    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribI4ui": ('int', 'int', 'int', 'int', 'int'),
27888    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribI4uiv": ('int', 'typing.Sequence[int]'),
27889    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribI4usv": ('int', 'typing.Sequence[int]'),
27890    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribIFormat": ('int', 'int', 'int', 'int'),
27891    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribIPointer": ('int', 'int', 'int', 'int', 'int'),
27892    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribL1d": ('int', 'float'),
27893    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribL1dv": ('int', 'typing.Sequence[float]'),
27894    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribL2d": ('int', 'float', 'float'),
27895    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribL2dv": ('int', 'typing.Sequence[float]'),
27896    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribL3d": ('int', 'float', 'float', 'float'),
27897    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribL3dv": ('int', 'typing.Sequence[float]'),
27898    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribL4d": ('int', 'float', 'float', 'float', 'float'),
27899    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribL4dv": ('int', 'typing.Sequence[float]'),
27900    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribLFormat": ('int', 'int', 'int', 'int'),
27901    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribLPointer": ('int', 'int', 'int', 'int', 'int'),
27902    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribP1ui": ('int', 'int', 'int', 'int'),
27903    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribP1uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
27904    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribP2ui": ('int', 'int', 'int', 'int'),
27905    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribP2uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
27906    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribP3ui": ('int', 'int', 'int', 'int'),
27907    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribP3uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
27908    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribP4ui": ('int', 'int', 'int', 'int'),
27909    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribP4uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
27910    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexAttribPointer": ('int', 'int', 'int', 'int', 'int', 'int'),
27911    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexBindingDivisor": ('int', 'int'),
27912    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexP2ui": ('int', 'int'),
27913    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexP2uiv": ('int', 'typing.Sequence[int]'),
27914    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexP3ui": ('int', 'int'),
27915    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexP3uiv": ('int', 'typing.Sequence[int]'),
27916    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexP4ui": ('int', 'int'),
27917    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexP4uiv": ('int', 'typing.Sequence[int]'),
27918    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glVertexPointer": ('int', 'int', 'int', 'int'),
27919    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glViewport": ('int', 'int', 'int', 'int'),
27920    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glViewportArrayv": ('int', 'int', 'typing.Sequence[float]'),
27921    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glViewportIndexedf": ('int', 'float', 'float', 'float', 'float'),
27922    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glViewportIndexedfv": ('int', 'typing.Sequence[float]'),
27923    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glWindowPos2d": ('float', 'float'),
27924    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glWindowPos2dv": ('typing.Sequence[float]',),
27925    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glWindowPos2f": ('float', 'float'),
27926    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glWindowPos2fv": ('typing.Sequence[float]',),
27927    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glWindowPos2i": ('int', 'int'),
27928    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glWindowPos2iv": ('typing.Sequence[int]',),
27929    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glWindowPos2s": ('int', 'int'),
27930    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glWindowPos2sv": ('typing.Sequence[int]',),
27931    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glWindowPos3d": ('float', 'float', 'float'),
27932    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glWindowPos3dv": ('typing.Sequence[float]',),
27933    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glWindowPos3f": ('float', 'float', 'float'),
27934    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glWindowPos3fv": ('typing.Sequence[float]',),
27935    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glWindowPos3i": ('int', 'int', 'int'),
27936    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glWindowPos3iv": ('typing.Sequence[int]',),
27937    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glWindowPos3s": ('int', 'int', 'int'),
27938    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.glWindowPos3sv": ('typing.Sequence[int]',),
27939    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Compatibility.initializeOpenGLFunctions": (),
27940# class PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core:
27941    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.__init__": (),
27942    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glActiveShaderProgram": ('int', 'int'),
27943    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glActiveTexture": ('int',),
27944    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glAttachShader": ('int', 'int'),
27945    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBeginConditionalRender": ('int', 'int'),
27946    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBeginQuery": ('int', 'int'),
27947    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBeginQueryIndexed": ('int', 'int', 'int'),
27948    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBeginTransformFeedback": ('int',),
27949    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBindAttribLocation": ('int', 'int', 'str'),
27950    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBindBuffer": ('int', 'int'),
27951    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBindBufferBase": ('int', 'int', 'int'),
27952    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBindBuffersBase": ('int', 'int', 'int', 'typing.Sequence[int]'),
27953    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBindBuffersRange": ('int', 'int', 'int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'typing.Sequence[int]'),
27954    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBindFragDataLocation": ('int', 'int', 'str'),
27955    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBindFragDataLocationIndexed": ('int', 'int', 'int', 'str'),
27956    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBindFramebuffer": ('int', 'int'),
27957    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBindImageTexture": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
27958    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBindImageTextures": ('int', 'int', 'typing.Sequence[int]'),
27959    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBindProgramPipeline": ('int',),
27960    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBindRenderbuffer": ('int', 'int'),
27961    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBindSampler": ('int', 'int'),
27962    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBindSamplers": ('int', 'int', 'typing.Sequence[int]'),
27963    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBindTexture": ('int', 'int'),
27964    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBindTextures": ('int', 'int', 'typing.Sequence[int]'),
27965    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBindTransformFeedback": ('int', 'int'),
27966    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBindVertexArray": ('int',),
27967    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBindVertexBuffers": ('int', 'int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'typing.Sequence[int]'),
27968    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBlendColor": ('float', 'float', 'float', 'float'),
27969    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBlendEquation": ('int',),
27970    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBlendEquationSeparate": ('int', 'int'),
27971    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBlendEquationSeparatei": ('int', 'int', 'int'),
27972    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBlendEquationi": ('int', 'int'),
27973    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBlendFunc": ('int', 'int'),
27974    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBlendFuncSeparate": ('int', 'int', 'int', 'int'),
27975    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBlendFuncSeparatei": ('int', 'int', 'int', 'int', 'int'),
27976    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBlendFunci": ('int', 'int', 'int'),
27977    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glBlitFramebuffer": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
27978    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glCheckFramebufferStatus": ('int',),
27979    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glClampColor": ('int', 'int'),
27980    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glClear": ('int',),
27981    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glClearBufferData": ('int', 'int', 'int', 'int', 'int'),
27982    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glClearBufferfi": ('int', 'int', 'float', 'int'),
27983    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glClearBufferfv": ('int', 'int', 'typing.Sequence[float]'),
27984    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glClearBufferiv": ('int', 'int', 'typing.Sequence[int]'),
27985    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glClearBufferuiv": ('int', 'int', 'typing.Sequence[int]'),
27986    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glClearColor": ('float', 'float', 'float', 'float'),
27987    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glClearDepth": ('float',),
27988    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glClearDepthf": ('float',),
27989    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glClearStencil": ('int',),
27990    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glClearTexImage": ('int', 'int', 'int', 'int', 'int'),
27991    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glClearTexSubImage": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
27992    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glColorMask": ('int', 'int', 'int', 'int'),
27993    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glColorMaski": ('int', 'int', 'int', 'int', 'int'),
27994    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glCompileShader": ('int',),
27995    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glCompressedTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
27996    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glCompressedTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
27997    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glCompressedTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
27998    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glCompressedTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
27999    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glCompressedTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28000    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glCompressedTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28001    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glCopyImageSubData": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28002    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glCopyTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
28003    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glCopyTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28004    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glCopyTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int'),
28005    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glCopyTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28006    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glCopyTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28007    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glCreateProgram": (),
28008    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glCreateShader": ('int',),
28009    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glCullFace": ('int',),
28010    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDebugMessageControl": ('int', 'int', 'int', 'int', 'typing.Sequence[int]', 'int'),
28011    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDebugMessageInsert": ('int', 'int', 'int', 'int', 'int', 'str'),
28012    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDeleteBuffers": ('int', 'typing.Sequence[int]'),
28013    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDeleteFramebuffers": ('int', 'typing.Sequence[int]'),
28014    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDeleteProgram": ('int',),
28015    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDeleteProgramPipelines": ('int', 'typing.Sequence[int]'),
28016    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDeleteQueries": ('int', 'typing.Sequence[int]'),
28017    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDeleteRenderbuffers": ('int', 'typing.Sequence[int]'),
28018    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDeleteSamplers": ('int', 'typing.Sequence[int]'),
28019    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDeleteShader": ('int',),
28020    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDeleteTextures": ('int', 'typing.Sequence[int]'),
28021    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDeleteTransformFeedbacks": ('int', 'typing.Sequence[int]'),
28022    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDeleteVertexArrays": ('int', 'typing.Sequence[int]'),
28023    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDepthFunc": ('int',),
28024    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDepthMask": ('int',),
28025    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDepthRange": ('float', 'float'),
28026    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDepthRangeArrayv": ('int', 'int', 'typing.Sequence[float]'),
28027    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDepthRangeIndexed": ('int', 'float', 'float'),
28028    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDepthRangef": ('float', 'float'),
28029    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDetachShader": ('int', 'int'),
28030    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDisable": ('int',),
28031    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDisableVertexAttribArray": ('int',),
28032    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDisablei": ('int', 'int'),
28033    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDispatchCompute": ('int', 'int', 'int'),
28034    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDrawArrays": ('int', 'int', 'int'),
28035    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDrawArraysIndirect": ('int', 'int'),
28036    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDrawArraysInstanced": ('int', 'int', 'int', 'int'),
28037    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDrawArraysInstancedBaseInstance": ('int', 'int', 'int', 'int', 'int'),
28038    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDrawBuffer": ('int',),
28039    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDrawBuffers": ('int', 'typing.Sequence[int]'),
28040    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDrawElements": ('int', 'int', 'int', 'int'),
28041    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDrawElementsBaseVertex": ('int', 'int', 'int', 'int', 'int'),
28042    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDrawElementsIndirect": ('int', 'int', 'int'),
28043    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDrawElementsInstanced": ('int', 'int', 'int', 'int', 'int'),
28044    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDrawElementsInstancedBaseInstance": ('int', 'int', 'int', 'int', 'int', 'int'),
28045    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDrawElementsInstancedBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int'),
28046    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDrawElementsInstancedBaseVertexBaseInstance": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
28047    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDrawRangeElements": ('int', 'int', 'int', 'int', 'int', 'int'),
28048    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDrawRangeElementsBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
28049    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDrawTransformFeedback": ('int', 'int'),
28050    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDrawTransformFeedbackInstanced": ('int', 'int', 'int'),
28051    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDrawTransformFeedbackStream": ('int', 'int', 'int'),
28052    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glDrawTransformFeedbackStreamInstanced": ('int', 'int', 'int', 'int'),
28053    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glEnable": ('int',),
28054    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glEnableVertexAttribArray": ('int',),
28055    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glEnablei": ('int', 'int'),
28056    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glEndConditionalRender": (),
28057    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glEndQuery": ('int',),
28058    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glEndQueryIndexed": ('int', 'int'),
28059    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glEndTransformFeedback": (),
28060    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glFinish": (),
28061    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glFlush": (),
28062    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glFramebufferParameteri": ('int', 'int', 'int'),
28063    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glFramebufferRenderbuffer": ('int', 'int', 'int', 'int'),
28064    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glFramebufferTexture": ('int', 'int', 'int', 'int'),
28065    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glFramebufferTexture1D": ('int', 'int', 'int', 'int', 'int'),
28066    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glFramebufferTexture2D": ('int', 'int', 'int', 'int', 'int'),
28067    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glFramebufferTexture3D": ('int', 'int', 'int', 'int', 'int', 'int'),
28068    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glFramebufferTextureLayer": ('int', 'int', 'int', 'int', 'int'),
28069    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glFrontFace": ('int',),
28070    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glGenerateMipmap": ('int',),
28071    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glGetAttribLocation": ('int', 'str'),
28072    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glGetCompressedTexImage": ('int', 'int', 'int'),
28073    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glGetError": (),
28074    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glGetFragDataIndex": ('int', 'str'),
28075    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glGetFragDataLocation": ('int', 'str'),
28076    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glGetProgramResourceIndex": ('int', 'int', 'str'),
28077    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glGetProgramResourceLocation": ('int', 'int', 'str'),
28078    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glGetProgramResourceLocationIndex": ('int', 'int', 'str'),
28079    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glGetString": ('int',),
28080    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glGetStringi": ('int', 'int'),
28081    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glGetSubroutineIndex": ('int', 'int', 'str'),
28082    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glGetSubroutineUniformLocation": ('int', 'int', 'str'),
28083    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glGetTexImage": ('int', 'int', 'int', 'int', 'int'),
28084    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glGetUniformBlockIndex": ('int', 'str'),
28085    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glGetUniformLocation": ('int', 'str'),
28086    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glHint": ('int', 'int'),
28087    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glInvalidateBufferData": ('int',),
28088    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glInvalidateFramebuffer": ('int', 'int', 'typing.Sequence[int]'),
28089    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glInvalidateSubFramebuffer": ('int', 'int', 'typing.Sequence[int]', 'int', 'int', 'int', 'int'),
28090    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glInvalidateTexImage": ('int', 'int'),
28091    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glInvalidateTexSubImage": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28092    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glIsBuffer": ('int',),
28093    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glIsEnabled": ('int',),
28094    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glIsEnabledi": ('int', 'int'),
28095    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glIsFramebuffer": ('int',),
28096    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glIsProgram": ('int',),
28097    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glIsProgramPipeline": ('int',),
28098    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glIsQuery": ('int',),
28099    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glIsRenderbuffer": ('int',),
28100    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glIsSampler": ('int',),
28101    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glIsShader": ('int',),
28102    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glIsTexture": ('int',),
28103    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glIsTransformFeedback": ('int',),
28104    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glIsVertexArray": ('int',),
28105    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glLineWidth": ('float',),
28106    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glLinkProgram": ('int',),
28107    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glLogicOp": ('int',),
28108    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glMapBuffer": ('int', 'int'),
28109    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glMemoryBarrier": ('int',),
28110    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glMinSampleShading": ('float',),
28111    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glMultiDrawArrays": ('int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'int'),
28112    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glMultiDrawArraysIndirect": ('int', 'int', 'int', 'int'),
28113    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glObjectLabel": ('int', 'int', 'int', 'str'),
28114    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glObjectPtrLabel": ('int', 'int', 'str'),
28115    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glPatchParameterfv": ('int', 'typing.Sequence[float]'),
28116    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glPatchParameteri": ('int', 'int'),
28117    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glPauseTransformFeedback": (),
28118    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glPixelStoref": ('int', 'float'),
28119    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glPixelStorei": ('int', 'int'),
28120    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glPointParameterf": ('int', 'float'),
28121    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glPointParameterfv": ('int', 'typing.Sequence[float]'),
28122    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glPointParameteri": ('int', 'int'),
28123    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glPointParameteriv": ('int', 'typing.Sequence[int]'),
28124    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glPointSize": ('float',),
28125    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glPolygonMode": ('int', 'int'),
28126    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glPolygonOffset": ('float', 'float'),
28127    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glPopDebugGroup": (),
28128    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glPrimitiveRestartIndex": ('int',),
28129    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramBinary": ('int', 'int', 'int', 'int'),
28130    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramParameteri": ('int', 'int', 'int'),
28131    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform1d": ('int', 'int', 'float'),
28132    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform1dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28133    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform1f": ('int', 'int', 'float'),
28134    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform1fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28135    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform1i": ('int', 'int', 'int'),
28136    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform1iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
28137    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform1ui": ('int', 'int', 'int'),
28138    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform1uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
28139    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform2d": ('int', 'int', 'float', 'float'),
28140    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28141    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform2f": ('int', 'int', 'float', 'float'),
28142    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28143    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform2i": ('int', 'int', 'int', 'int'),
28144    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform2iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
28145    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform2ui": ('int', 'int', 'int', 'int'),
28146    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform2uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
28147    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform3d": ('int', 'int', 'float', 'float', 'float'),
28148    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28149    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform3f": ('int', 'int', 'float', 'float', 'float'),
28150    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28151    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform3i": ('int', 'int', 'int', 'int', 'int'),
28152    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform3iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
28153    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform3ui": ('int', 'int', 'int', 'int', 'int'),
28154    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform3uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
28155    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform4d": ('int', 'int', 'float', 'float', 'float', 'float'),
28156    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28157    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform4f": ('int', 'int', 'float', 'float', 'float', 'float'),
28158    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28159    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform4i": ('int', 'int', 'int', 'int', 'int', 'int'),
28160    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform4iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
28161    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform4ui": ('int', 'int', 'int', 'int', 'int', 'int'),
28162    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniform4uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
28163    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniformMatrix2dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28164    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniformMatrix2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28165    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniformMatrix2x3dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28166    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniformMatrix2x3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28167    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniformMatrix2x4dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28168    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniformMatrix2x4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28169    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniformMatrix3dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28170    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniformMatrix3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28171    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniformMatrix3x2dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28172    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniformMatrix3x2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28173    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniformMatrix3x4dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28174    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniformMatrix3x4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28175    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniformMatrix4dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28176    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniformMatrix4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28177    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniformMatrix4x2dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28178    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniformMatrix4x2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28179    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniformMatrix4x3dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28180    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProgramUniformMatrix4x3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28181    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glProvokingVertex": ('int',),
28182    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glPushDebugGroup": ('int', 'int', 'int', 'str'),
28183    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glQueryCounter": ('int', 'int'),
28184    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glReadBuffer": ('int',),
28185    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glReadPixels": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
28186    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glReleaseShaderCompiler": (),
28187    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glRenderbufferStorage": ('int', 'int', 'int', 'int'),
28188    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glRenderbufferStorageMultisample": ('int', 'int', 'int', 'int', 'int'),
28189    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glResumeTransformFeedback": (),
28190    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glSampleCoverage": ('float', 'int'),
28191    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glSampleMaski": ('int', 'int'),
28192    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glSamplerParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
28193    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glSamplerParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
28194    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glSamplerParameterf": ('int', 'int', 'float'),
28195    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glSamplerParameterfv": ('int', 'int', 'typing.Sequence[float]'),
28196    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glSamplerParameteri": ('int', 'int', 'int'),
28197    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glSamplerParameteriv": ('int', 'int', 'typing.Sequence[int]'),
28198    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glScissor": ('int', 'int', 'int', 'int'),
28199    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glScissorArrayv": ('int', 'int', 'typing.Sequence[int]'),
28200    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glScissorIndexed": ('int', 'int', 'int', 'int', 'int'),
28201    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glScissorIndexedv": ('int', 'typing.Sequence[int]'),
28202    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glShaderBinary": ('int', 'typing.Sequence[int]', 'int', 'int', 'int'),
28203    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glShaderStorageBlockBinding": ('int', 'int', 'int'),
28204    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glStencilFunc": ('int', 'int', 'int'),
28205    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glStencilFuncSeparate": ('int', 'int', 'int', 'int'),
28206    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glStencilMask": ('int',),
28207    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glStencilMaskSeparate": ('int', 'int'),
28208    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glStencilOp": ('int', 'int', 'int'),
28209    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glStencilOpSeparate": ('int', 'int', 'int', 'int'),
28210    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glTexBuffer": ('int', 'int', 'int'),
28211    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28212    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28213    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glTexImage2DMultisample": ('int', 'int', 'int', 'int', 'int', 'int'),
28214    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28215    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glTexImage3DMultisample": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
28216    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glTexParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
28217    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glTexParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
28218    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glTexParameterf": ('int', 'int', 'float'),
28219    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glTexParameterfv": ('int', 'int', 'typing.Sequence[float]'),
28220    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glTexParameteri": ('int', 'int', 'int'),
28221    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glTexParameteriv": ('int', 'int', 'typing.Sequence[int]'),
28222    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glTexStorage1D": ('int', 'int', 'int', 'int'),
28223    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glTexStorage2D": ('int', 'int', 'int', 'int', 'int'),
28224    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glTexStorage2DMultisample": ('int', 'int', 'int', 'int', 'int', 'int'),
28225    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glTexStorage3D": ('int', 'int', 'int', 'int', 'int', 'int'),
28226    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glTexStorage3DMultisample": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
28227    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
28228    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28229    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28230    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glTextureView": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28231    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform1d": ('int', 'float'),
28232    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform1dv": ('int', 'int', 'typing.Sequence[float]'),
28233    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform1f": ('int', 'float'),
28234    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform1fv": ('int', 'int', 'typing.Sequence[float]'),
28235    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform1i": ('int', 'int'),
28236    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform1iv": ('int', 'int', 'typing.Sequence[int]'),
28237    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform1ui": ('int', 'int'),
28238    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform1uiv": ('int', 'int', 'typing.Sequence[int]'),
28239    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform2d": ('int', 'float', 'float'),
28240    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform2dv": ('int', 'int', 'typing.Sequence[float]'),
28241    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform2f": ('int', 'float', 'float'),
28242    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform2fv": ('int', 'int', 'typing.Sequence[float]'),
28243    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform2i": ('int', 'int', 'int'),
28244    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform2iv": ('int', 'int', 'typing.Sequence[int]'),
28245    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform2ui": ('int', 'int', 'int'),
28246    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform2uiv": ('int', 'int', 'typing.Sequence[int]'),
28247    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform3d": ('int', 'float', 'float', 'float'),
28248    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform3dv": ('int', 'int', 'typing.Sequence[float]'),
28249    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform3f": ('int', 'float', 'float', 'float'),
28250    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform3fv": ('int', 'int', 'typing.Sequence[float]'),
28251    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform3i": ('int', 'int', 'int', 'int'),
28252    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform3iv": ('int', 'int', 'typing.Sequence[int]'),
28253    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform3ui": ('int', 'int', 'int', 'int'),
28254    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform3uiv": ('int', 'int', 'typing.Sequence[int]'),
28255    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform4d": ('int', 'float', 'float', 'float', 'float'),
28256    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform4dv": ('int', 'int', 'typing.Sequence[float]'),
28257    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform4f": ('int', 'float', 'float', 'float', 'float'),
28258    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform4fv": ('int', 'int', 'typing.Sequence[float]'),
28259    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform4i": ('int', 'int', 'int', 'int', 'int'),
28260    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform4iv": ('int', 'int', 'typing.Sequence[int]'),
28261    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform4ui": ('int', 'int', 'int', 'int', 'int'),
28262    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniform4uiv": ('int', 'int', 'typing.Sequence[int]'),
28263    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniformBlockBinding": ('int', 'int', 'int'),
28264    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniformMatrix2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28265    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniformMatrix2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28266    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniformMatrix2x3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28267    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniformMatrix2x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28268    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniformMatrix2x4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28269    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniformMatrix2x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28270    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniformMatrix3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28271    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniformMatrix3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28272    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniformMatrix3x2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28273    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniformMatrix3x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28274    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniformMatrix3x4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28275    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniformMatrix3x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28276    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniformMatrix4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28277    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniformMatrix4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28278    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniformMatrix4x2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28279    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniformMatrix4x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28280    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniformMatrix4x3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28281    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniformMatrix4x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28282    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUniformSubroutinesuiv": ('int', 'int', 'typing.Sequence[int]'),
28283    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUnmapBuffer": ('int',),
28284    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUseProgram": ('int',),
28285    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glUseProgramStages": ('int', 'int', 'int'),
28286    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glValidateProgram": ('int',),
28287    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glValidateProgramPipeline": ('int',),
28288    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib1d": ('int', 'float'),
28289    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib1dv": ('int', 'typing.Sequence[float]'),
28290    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib1f": ('int', 'float'),
28291    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib1fv": ('int', 'typing.Sequence[float]'),
28292    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib1s": ('int', 'int'),
28293    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib1sv": ('int', 'typing.Sequence[int]'),
28294    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib2d": ('int', 'float', 'float'),
28295    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib2dv": ('int', 'typing.Sequence[float]'),
28296    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib2f": ('int', 'float', 'float'),
28297    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib2fv": ('int', 'typing.Sequence[float]'),
28298    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib2s": ('int', 'int', 'int'),
28299    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib2sv": ('int', 'typing.Sequence[int]'),
28300    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib3d": ('int', 'float', 'float', 'float'),
28301    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib3dv": ('int', 'typing.Sequence[float]'),
28302    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib3f": ('int', 'float', 'float', 'float'),
28303    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib3fv": ('int', 'typing.Sequence[float]'),
28304    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib3s": ('int', 'int', 'int', 'int'),
28305    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib3sv": ('int', 'typing.Sequence[int]'),
28306    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib4Nbv": ('int', 'str'),
28307    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib4Niv": ('int', 'typing.Sequence[int]'),
28308    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib4Nsv": ('int', 'typing.Sequence[int]'),
28309    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib4Nub": ('int', 'int', 'int', 'int', 'int'),
28310    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib4Nubv": ('int', 'str'),
28311    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib4Nuiv": ('int', 'typing.Sequence[int]'),
28312    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib4Nusv": ('int', 'typing.Sequence[int]'),
28313    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib4bv": ('int', 'str'),
28314    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib4d": ('int', 'float', 'float', 'float', 'float'),
28315    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib4dv": ('int', 'typing.Sequence[float]'),
28316    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib4f": ('int', 'float', 'float', 'float', 'float'),
28317    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib4fv": ('int', 'typing.Sequence[float]'),
28318    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib4iv": ('int', 'typing.Sequence[int]'),
28319    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib4s": ('int', 'int', 'int', 'int', 'int'),
28320    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib4sv": ('int', 'typing.Sequence[int]'),
28321    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib4ubv": ('int', 'str'),
28322    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib4uiv": ('int', 'typing.Sequence[int]'),
28323    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttrib4usv": ('int', 'typing.Sequence[int]'),
28324    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribBinding": ('int', 'int'),
28325    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribDivisor": ('int', 'int'),
28326    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribFormat": ('int', 'int', 'int', 'int', 'int'),
28327    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribI1i": ('int', 'int'),
28328    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribI1iv": ('int', 'typing.Sequence[int]'),
28329    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribI1ui": ('int', 'int'),
28330    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribI1uiv": ('int', 'typing.Sequence[int]'),
28331    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribI2i": ('int', 'int', 'int'),
28332    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribI2iv": ('int', 'typing.Sequence[int]'),
28333    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribI2ui": ('int', 'int', 'int'),
28334    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribI2uiv": ('int', 'typing.Sequence[int]'),
28335    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribI3i": ('int', 'int', 'int', 'int'),
28336    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribI3iv": ('int', 'typing.Sequence[int]'),
28337    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribI3ui": ('int', 'int', 'int', 'int'),
28338    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribI3uiv": ('int', 'typing.Sequence[int]'),
28339    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribI4bv": ('int', 'str'),
28340    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribI4i": ('int', 'int', 'int', 'int', 'int'),
28341    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribI4iv": ('int', 'typing.Sequence[int]'),
28342    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribI4sv": ('int', 'typing.Sequence[int]'),
28343    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribI4ubv": ('int', 'str'),
28344    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribI4ui": ('int', 'int', 'int', 'int', 'int'),
28345    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribI4uiv": ('int', 'typing.Sequence[int]'),
28346    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribI4usv": ('int', 'typing.Sequence[int]'),
28347    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribIFormat": ('int', 'int', 'int', 'int'),
28348    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribIPointer": ('int', 'int', 'int', 'int', 'int'),
28349    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribL1d": ('int', 'float'),
28350    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribL1dv": ('int', 'typing.Sequence[float]'),
28351    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribL2d": ('int', 'float', 'float'),
28352    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribL2dv": ('int', 'typing.Sequence[float]'),
28353    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribL3d": ('int', 'float', 'float', 'float'),
28354    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribL3dv": ('int', 'typing.Sequence[float]'),
28355    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribL4d": ('int', 'float', 'float', 'float', 'float'),
28356    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribL4dv": ('int', 'typing.Sequence[float]'),
28357    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribLFormat": ('int', 'int', 'int', 'int'),
28358    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribLPointer": ('int', 'int', 'int', 'int', 'int'),
28359    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribP1ui": ('int', 'int', 'int', 'int'),
28360    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribP1uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
28361    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribP2ui": ('int', 'int', 'int', 'int'),
28362    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribP2uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
28363    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribP3ui": ('int', 'int', 'int', 'int'),
28364    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribP3uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
28365    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribP4ui": ('int', 'int', 'int', 'int'),
28366    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribP4uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
28367    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexAttribPointer": ('int', 'int', 'int', 'int', 'int', 'int'),
28368    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glVertexBindingDivisor": ('int', 'int'),
28369    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glViewport": ('int', 'int', 'int', 'int'),
28370    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glViewportArrayv": ('int', 'int', 'typing.Sequence[float]'),
28371    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glViewportIndexedf": ('int', 'float', 'float', 'float', 'float'),
28372    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.glViewportIndexedfv": ('int', 'typing.Sequence[float]'),
28373    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_4_Core.initializeOpenGLFunctions": (),
28374# class PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility:
28375    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.__init__": (),
28376    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glAccum": ('int', 'float'),
28377    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glActiveShaderProgram": ('int', 'int'),
28378    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glActiveTexture": ('int',),
28379    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glAlphaFunc": ('int', 'float'),
28380    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glArrayElement": ('int',),
28381    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glAttachShader": ('int', 'int'),
28382    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBegin": ('int',),
28383    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBeginConditionalRender": ('int', 'int'),
28384    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBeginQuery": ('int', 'int'),
28385    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBeginQueryIndexed": ('int', 'int', 'int'),
28386    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBeginTransformFeedback": ('int',),
28387    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBindAttribLocation": ('int', 'int', 'str'),
28388    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBindBuffer": ('int', 'int'),
28389    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBindBufferBase": ('int', 'int', 'int'),
28390    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBindBuffersBase": ('int', 'int', 'int', 'typing.Sequence[int]'),
28391    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBindBuffersRange": ('int', 'int', 'int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'typing.Sequence[int]'),
28392    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBindFragDataLocation": ('int', 'int', 'str'),
28393    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBindFragDataLocationIndexed": ('int', 'int', 'int', 'str'),
28394    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBindFramebuffer": ('int', 'int'),
28395    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBindImageTexture": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
28396    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBindImageTextures": ('int', 'int', 'typing.Sequence[int]'),
28397    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBindProgramPipeline": ('int',),
28398    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBindRenderbuffer": ('int', 'int'),
28399    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBindSampler": ('int', 'int'),
28400    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBindSamplers": ('int', 'int', 'typing.Sequence[int]'),
28401    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBindTexture": ('int', 'int'),
28402    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBindTextureUnit": ('int', 'int'),
28403    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBindTextures": ('int', 'int', 'typing.Sequence[int]'),
28404    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBindTransformFeedback": ('int', 'int'),
28405    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBindVertexArray": ('int',),
28406    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBindVertexBuffers": ('int', 'int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'typing.Sequence[int]'),
28407    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBlendColor": ('float', 'float', 'float', 'float'),
28408    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBlendEquation": ('int',),
28409    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBlendEquationSeparate": ('int', 'int'),
28410    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBlendEquationSeparatei": ('int', 'int', 'int'),
28411    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBlendEquationi": ('int', 'int'),
28412    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBlendFunc": ('int', 'int'),
28413    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBlendFuncSeparate": ('int', 'int', 'int', 'int'),
28414    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBlendFuncSeparatei": ('int', 'int', 'int', 'int', 'int'),
28415    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBlendFunci": ('int', 'int', 'int'),
28416    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBlitFramebuffer": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28417    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glBlitNamedFramebuffer": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28418    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glCallList": ('int',),
28419    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glCallLists": ('int', 'int', 'int'),
28420    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glCheckFramebufferStatus": ('int',),
28421    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glCheckNamedFramebufferStatus": ('int', 'int'),
28422    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glClampColor": ('int', 'int'),
28423    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glClear": ('int',),
28424    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glClearAccum": ('float', 'float', 'float', 'float'),
28425    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glClearBufferData": ('int', 'int', 'int', 'int', 'int'),
28426    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glClearBufferfi": ('int', 'int', 'float', 'int'),
28427    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glClearBufferfv": ('int', 'int', 'typing.Sequence[float]'),
28428    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glClearBufferiv": ('int', 'int', 'typing.Sequence[int]'),
28429    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glClearBufferuiv": ('int', 'int', 'typing.Sequence[int]'),
28430    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glClearColor": ('float', 'float', 'float', 'float'),
28431    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glClearDepth": ('float',),
28432    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glClearDepthf": ('float',),
28433    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glClearIndex": ('float',),
28434    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glClearNamedBufferData": ('int', 'int', 'int', 'int', 'int'),
28435    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glClearNamedFramebufferfi": ('int', 'int', 'float', 'int'),
28436    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glClearNamedFramebufferfv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28437    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glClearNamedFramebufferiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
28438    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glClearNamedFramebufferuiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
28439    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glClearStencil": ('int',),
28440    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glClearTexImage": ('int', 'int', 'int', 'int', 'int'),
28441    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glClearTexSubImage": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28442    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glClientActiveTexture": ('int',),
28443    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glClipControl": ('int', 'int'),
28444    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glClipPlane": ('int', 'typing.Sequence[float]'),
28445    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor3b": ('int', 'int', 'int'),
28446    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor3bv": ('str',),
28447    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor3d": ('float', 'float', 'float'),
28448    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor3dv": ('typing.Sequence[float]',),
28449    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor3f": ('float', 'float', 'float'),
28450    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor3fv": ('typing.Sequence[float]',),
28451    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor3i": ('int', 'int', 'int'),
28452    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor3iv": ('typing.Sequence[int]',),
28453    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor3s": ('int', 'int', 'int'),
28454    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor3sv": ('typing.Sequence[int]',),
28455    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor3ub": ('int', 'int', 'int'),
28456    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor3ubv": ('str',),
28457    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor3ui": ('int', 'int', 'int'),
28458    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor3uiv": ('typing.Sequence[int]',),
28459    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor3us": ('int', 'int', 'int'),
28460    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor3usv": ('typing.Sequence[int]',),
28461    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor4b": ('int', 'int', 'int', 'int'),
28462    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor4bv": ('str',),
28463    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor4d": ('float', 'float', 'float', 'float'),
28464    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor4dv": ('typing.Sequence[float]',),
28465    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor4f": ('float', 'float', 'float', 'float'),
28466    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor4fv": ('typing.Sequence[float]',),
28467    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor4i": ('int', 'int', 'int', 'int'),
28468    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor4iv": ('typing.Sequence[int]',),
28469    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor4s": ('int', 'int', 'int', 'int'),
28470    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor4sv": ('typing.Sequence[int]',),
28471    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor4ub": ('int', 'int', 'int', 'int'),
28472    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor4ubv": ('str',),
28473    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor4ui": ('int', 'int', 'int', 'int'),
28474    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor4uiv": ('typing.Sequence[int]',),
28475    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor4us": ('int', 'int', 'int', 'int'),
28476    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColor4usv": ('typing.Sequence[int]',),
28477    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColorMask": ('int', 'int', 'int', 'int'),
28478    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColorMaski": ('int', 'int', 'int', 'int', 'int'),
28479    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColorMaterial": ('int', 'int'),
28480    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColorP3ui": ('int', 'int'),
28481    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColorP3uiv": ('int', 'typing.Sequence[int]'),
28482    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColorP4ui": ('int', 'int'),
28483    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColorP4uiv": ('int', 'typing.Sequence[int]'),
28484    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColorPointer": ('int', 'int', 'int', 'int'),
28485    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColorSubTable": ('int', 'int', 'int', 'int', 'int', 'int'),
28486    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColorTable": ('int', 'int', 'int', 'int', 'int', 'int'),
28487    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColorTableParameterfv": ('int', 'int', 'typing.Sequence[float]'),
28488    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glColorTableParameteriv": ('int', 'int', 'typing.Sequence[int]'),
28489    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glCompileShader": ('int',),
28490    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glCompressedTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
28491    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glCompressedTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28492    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glCompressedTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28493    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glCompressedTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
28494    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glCompressedTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28495    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glCompressedTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28496    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glCompressedTextureSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
28497    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glCompressedTextureSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28498    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glCompressedTextureSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28499    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glConvolutionFilter1D": ('int', 'int', 'int', 'int', 'int', 'int'),
28500    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glConvolutionFilter2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
28501    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glConvolutionParameterf": ('int', 'int', 'float'),
28502    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glConvolutionParameterfv": ('int', 'int', 'typing.Sequence[float]'),
28503    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glConvolutionParameteri": ('int', 'int', 'int'),
28504    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glConvolutionParameteriv": ('int', 'int', 'typing.Sequence[int]'),
28505    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glCopyColorSubTable": ('int', 'int', 'int', 'int', 'int'),
28506    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glCopyColorTable": ('int', 'int', 'int', 'int', 'int'),
28507    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glCopyConvolutionFilter1D": ('int', 'int', 'int', 'int', 'int'),
28508    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glCopyConvolutionFilter2D": ('int', 'int', 'int', 'int', 'int', 'int'),
28509    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glCopyImageSubData": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28510    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glCopyPixels": ('int', 'int', 'int', 'int', 'int'),
28511    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glCopyTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
28512    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glCopyTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28513    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glCopyTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int'),
28514    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glCopyTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28515    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glCopyTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28516    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glCopyTextureSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int'),
28517    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glCopyTextureSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28518    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glCopyTextureSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28519    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glCreateProgram": (),
28520    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glCreateShader": ('int',),
28521    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glCullFace": ('int',),
28522    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDebugMessageControl": ('int', 'int', 'int', 'int', 'typing.Sequence[int]', 'int'),
28523    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDebugMessageInsert": ('int', 'int', 'int', 'int', 'int', 'str'),
28524    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDeleteBuffers": ('int', 'typing.Sequence[int]'),
28525    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDeleteFramebuffers": ('int', 'typing.Sequence[int]'),
28526    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDeleteLists": ('int', 'int'),
28527    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDeleteProgram": ('int',),
28528    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDeleteProgramPipelines": ('int', 'typing.Sequence[int]'),
28529    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDeleteQueries": ('int', 'typing.Sequence[int]'),
28530    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDeleteRenderbuffers": ('int', 'typing.Sequence[int]'),
28531    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDeleteSamplers": ('int', 'typing.Sequence[int]'),
28532    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDeleteShader": ('int',),
28533    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDeleteTextures": ('int', 'typing.Sequence[int]'),
28534    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDeleteTransformFeedbacks": ('int', 'typing.Sequence[int]'),
28535    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDeleteVertexArrays": ('int', 'typing.Sequence[int]'),
28536    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDepthFunc": ('int',),
28537    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDepthMask": ('int',),
28538    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDepthRange": ('float', 'float'),
28539    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDepthRangeArrayv": ('int', 'int', 'typing.Sequence[float]'),
28540    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDepthRangeIndexed": ('int', 'float', 'float'),
28541    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDepthRangef": ('float', 'float'),
28542    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDetachShader": ('int', 'int'),
28543    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDisable": ('int',),
28544    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDisableClientState": ('int',),
28545    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDisableVertexArrayAttrib": ('int', 'int'),
28546    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDisableVertexAttribArray": ('int',),
28547    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDisablei": ('int', 'int'),
28548    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDispatchCompute": ('int', 'int', 'int'),
28549    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDrawArrays": ('int', 'int', 'int'),
28550    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDrawArraysIndirect": ('int', 'int'),
28551    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDrawArraysInstanced": ('int', 'int', 'int', 'int'),
28552    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDrawArraysInstancedBaseInstance": ('int', 'int', 'int', 'int', 'int'),
28553    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDrawBuffer": ('int',),
28554    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDrawBuffers": ('int', 'typing.Sequence[int]'),
28555    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDrawElements": ('int', 'int', 'int', 'int'),
28556    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDrawElementsBaseVertex": ('int', 'int', 'int', 'int', 'int'),
28557    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDrawElementsIndirect": ('int', 'int', 'int'),
28558    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDrawElementsInstanced": ('int', 'int', 'int', 'int', 'int'),
28559    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDrawElementsInstancedBaseInstance": ('int', 'int', 'int', 'int', 'int', 'int'),
28560    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDrawElementsInstancedBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int'),
28561    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDrawElementsInstancedBaseVertexBaseInstance": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
28562    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDrawPixels": ('int', 'int', 'int', 'int', 'int'),
28563    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDrawRangeElements": ('int', 'int', 'int', 'int', 'int', 'int'),
28564    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDrawRangeElementsBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
28565    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDrawTransformFeedback": ('int', 'int'),
28566    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDrawTransformFeedbackInstanced": ('int', 'int', 'int'),
28567    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDrawTransformFeedbackStream": ('int', 'int', 'int'),
28568    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glDrawTransformFeedbackStreamInstanced": ('int', 'int', 'int', 'int'),
28569    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glEdgeFlag": ('int',),
28570    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glEdgeFlagPointer": ('int', 'int'),
28571    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glEnable": ('int',),
28572    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glEnableClientState": ('int',),
28573    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glEnableVertexArrayAttrib": ('int', 'int'),
28574    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glEnableVertexAttribArray": ('int',),
28575    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glEnablei": ('int', 'int'),
28576    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glEnd": (),
28577    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glEndConditionalRender": (),
28578    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glEndList": (),
28579    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glEndQuery": ('int',),
28580    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glEndQueryIndexed": ('int', 'int'),
28581    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glEndTransformFeedback": (),
28582    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glEvalCoord1d": ('float',),
28583    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glEvalCoord1dv": ('typing.Sequence[float]',),
28584    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glEvalCoord1f": ('float',),
28585    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glEvalCoord1fv": ('typing.Sequence[float]',),
28586    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glEvalCoord2d": ('float', 'float'),
28587    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glEvalCoord2dv": ('typing.Sequence[float]',),
28588    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glEvalCoord2f": ('float', 'float'),
28589    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glEvalCoord2fv": ('typing.Sequence[float]',),
28590    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glEvalMesh1": ('int', 'int', 'int'),
28591    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glEvalMesh2": ('int', 'int', 'int', 'int', 'int'),
28592    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glEvalPoint1": ('int',),
28593    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glEvalPoint2": ('int', 'int'),
28594    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glFinish": (),
28595    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glFlush": (),
28596    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glFogCoordPointer": ('int', 'int', 'int'),
28597    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glFogCoordd": ('float',),
28598    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glFogCoorddv": ('typing.Sequence[float]',),
28599    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glFogCoordf": ('float',),
28600    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glFogCoordfv": ('typing.Sequence[float]',),
28601    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glFogf": ('int', 'float'),
28602    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glFogfv": ('int', 'typing.Sequence[float]'),
28603    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glFogi": ('int', 'int'),
28604    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glFogiv": ('int', 'typing.Sequence[int]'),
28605    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glFramebufferParameteri": ('int', 'int', 'int'),
28606    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glFramebufferRenderbuffer": ('int', 'int', 'int', 'int'),
28607    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glFramebufferTexture": ('int', 'int', 'int', 'int'),
28608    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glFramebufferTexture1D": ('int', 'int', 'int', 'int', 'int'),
28609    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glFramebufferTexture2D": ('int', 'int', 'int', 'int', 'int'),
28610    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glFramebufferTexture3D": ('int', 'int', 'int', 'int', 'int', 'int'),
28611    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glFramebufferTextureLayer": ('int', 'int', 'int', 'int', 'int'),
28612    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glFrontFace": ('int',),
28613    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glFrustum": ('float', 'float', 'float', 'float', 'float', 'float'),
28614    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGenLists": ('int',),
28615    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGenerateMipmap": ('int',),
28616    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGenerateTextureMipmap": ('int',),
28617    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetAttribLocation": ('int', 'str'),
28618    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetColorTable": ('int', 'int', 'int', 'int'),
28619    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetCompressedTexImage": ('int', 'int', 'int'),
28620    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetCompressedTextureImage": ('int', 'int', 'int', 'int'),
28621    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetCompressedTextureSubImage": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28622    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetConvolutionFilter": ('int', 'int', 'int', 'int'),
28623    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetError": (),
28624    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetFragDataIndex": ('int', 'str'),
28625    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetFragDataLocation": ('int', 'str'),
28626    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetGraphicsResetStatus": (),
28627    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetHistogram": ('int', 'int', 'int', 'int', 'int'),
28628    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetMinmax": ('int', 'int', 'int', 'int', 'int'),
28629    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetProgramResourceIndex": ('int', 'int', 'str'),
28630    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetProgramResourceLocation": ('int', 'int', 'str'),
28631    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetProgramResourceLocationIndex": ('int', 'int', 'str'),
28632    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetSeparableFilter": ('int', 'int', 'int', 'int', 'int', 'int'),
28633    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetString": ('int',),
28634    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetStringi": ('int', 'int'),
28635    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetSubroutineIndex": ('int', 'int', 'str'),
28636    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetSubroutineUniformLocation": ('int', 'int', 'str'),
28637    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetTexImage": ('int', 'int', 'int', 'int', 'int'),
28638    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetTextureImage": ('int', 'int', 'int', 'int', 'int', 'int'),
28639    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetTextureSubImage": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28640    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetUniformBlockIndex": ('int', 'str'),
28641    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetUniformLocation": ('int', 'str'),
28642    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetnColorTable": ('int', 'int', 'int', 'int', 'int'),
28643    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetnCompressedTexImage": ('int', 'int', 'int', 'int'),
28644    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetnConvolutionFilter": ('int', 'int', 'int', 'int', 'int'),
28645    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetnHistogram": ('int', 'int', 'int', 'int', 'int', 'int'),
28646    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetnMinmax": ('int', 'int', 'int', 'int', 'int', 'int'),
28647    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetnSeparableFilter": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28648    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glGetnTexImage": ('int', 'int', 'int', 'int', 'int', 'int'),
28649    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glHint": ('int', 'int'),
28650    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glHistogram": ('int', 'int', 'int', 'int'),
28651    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glIndexMask": ('int',),
28652    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glIndexPointer": ('int', 'int', 'int'),
28653    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glIndexd": ('float',),
28654    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glIndexdv": ('typing.Sequence[float]',),
28655    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glIndexf": ('float',),
28656    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glIndexfv": ('typing.Sequence[float]',),
28657    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glIndexi": ('int',),
28658    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glIndexiv": ('typing.Sequence[int]',),
28659    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glIndexs": ('int',),
28660    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glIndexsv": ('typing.Sequence[int]',),
28661    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glIndexub": ('int',),
28662    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glIndexubv": ('str',),
28663    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glInitNames": (),
28664    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glInterleavedArrays": ('int', 'int', 'int'),
28665    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glInvalidateBufferData": ('int',),
28666    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glInvalidateFramebuffer": ('int', 'int', 'typing.Sequence[int]'),
28667    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glInvalidateNamedFramebufferData": ('int', 'int', 'typing.Sequence[int]'),
28668    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glInvalidateNamedFramebufferSubData": ('int', 'int', 'typing.Sequence[int]', 'int', 'int', 'int', 'int'),
28669    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glInvalidateSubFramebuffer": ('int', 'int', 'typing.Sequence[int]', 'int', 'int', 'int', 'int'),
28670    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glInvalidateTexImage": ('int', 'int'),
28671    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glInvalidateTexSubImage": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28672    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glIsBuffer": ('int',),
28673    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glIsEnabled": ('int',),
28674    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glIsEnabledi": ('int', 'int'),
28675    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glIsFramebuffer": ('int',),
28676    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glIsList": ('int',),
28677    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glIsProgram": ('int',),
28678    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glIsProgramPipeline": ('int',),
28679    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glIsQuery": ('int',),
28680    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glIsRenderbuffer": ('int',),
28681    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glIsSampler": ('int',),
28682    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glIsShader": ('int',),
28683    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glIsTexture": ('int',),
28684    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glIsTransformFeedback": ('int',),
28685    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glIsVertexArray": ('int',),
28686    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glLightModelf": ('int', 'float'),
28687    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glLightModelfv": ('int', 'typing.Sequence[float]'),
28688    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glLightModeli": ('int', 'int'),
28689    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glLightModeliv": ('int', 'typing.Sequence[int]'),
28690    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glLightf": ('int', 'int', 'float'),
28691    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glLightfv": ('int', 'int', 'typing.Sequence[float]'),
28692    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glLighti": ('int', 'int', 'int'),
28693    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glLightiv": ('int', 'int', 'typing.Sequence[int]'),
28694    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glLineStipple": ('int', 'int'),
28695    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glLineWidth": ('float',),
28696    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glLinkProgram": ('int',),
28697    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glListBase": ('int',),
28698    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glLoadIdentity": (),
28699    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glLoadMatrixd": ('typing.Sequence[float]',),
28700    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glLoadMatrixf": ('typing.Sequence[float]',),
28701    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glLoadName": ('int',),
28702    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glLoadTransposeMatrixd": ('typing.Sequence[float]',),
28703    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glLoadTransposeMatrixf": ('typing.Sequence[float]',),
28704    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glLogicOp": ('int',),
28705    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMap1d": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
28706    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMap1f": ('int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
28707    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMap2d": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
28708    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMap2f": ('int', 'float', 'float', 'int', 'int', 'float', 'float', 'int', 'int', 'typing.Sequence[float]'),
28709    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMapBuffer": ('int', 'int'),
28710    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMapGrid1d": ('int', 'float', 'float'),
28711    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMapGrid1f": ('int', 'float', 'float'),
28712    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMapGrid2d": ('int', 'float', 'float', 'int', 'float', 'float'),
28713    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMapGrid2f": ('int', 'float', 'float', 'int', 'float', 'float'),
28714    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMapNamedBuffer": ('int', 'int'),
28715    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMaterialf": ('int', 'int', 'float'),
28716    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMaterialfv": ('int', 'int', 'typing.Sequence[float]'),
28717    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMateriali": ('int', 'int', 'int'),
28718    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMaterialiv": ('int', 'int', 'typing.Sequence[int]'),
28719    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMatrixMode": ('int',),
28720    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMemoryBarrier": ('int',),
28721    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMemoryBarrierByRegion": ('int',),
28722    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMinSampleShading": ('float',),
28723    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMinmax": ('int', 'int', 'int'),
28724    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultMatrixd": ('typing.Sequence[float]',),
28725    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultMatrixf": ('typing.Sequence[float]',),
28726    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultTransposeMatrixd": ('typing.Sequence[float]',),
28727    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultTransposeMatrixf": ('typing.Sequence[float]',),
28728    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiDrawArrays": ('int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'int'),
28729    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiDrawArraysIndirect": ('int', 'int', 'int', 'int'),
28730    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord1d": ('int', 'float'),
28731    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord1dv": ('int', 'typing.Sequence[float]'),
28732    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord1f": ('int', 'float'),
28733    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord1fv": ('int', 'typing.Sequence[float]'),
28734    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord1i": ('int', 'int'),
28735    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord1iv": ('int', 'typing.Sequence[int]'),
28736    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord1s": ('int', 'int'),
28737    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord1sv": ('int', 'typing.Sequence[int]'),
28738    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord2d": ('int', 'float', 'float'),
28739    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord2dv": ('int', 'typing.Sequence[float]'),
28740    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord2f": ('int', 'float', 'float'),
28741    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord2fv": ('int', 'typing.Sequence[float]'),
28742    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord2i": ('int', 'int', 'int'),
28743    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord2iv": ('int', 'typing.Sequence[int]'),
28744    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord2s": ('int', 'int', 'int'),
28745    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord2sv": ('int', 'typing.Sequence[int]'),
28746    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord3d": ('int', 'float', 'float', 'float'),
28747    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord3dv": ('int', 'typing.Sequence[float]'),
28748    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord3f": ('int', 'float', 'float', 'float'),
28749    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord3fv": ('int', 'typing.Sequence[float]'),
28750    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord3i": ('int', 'int', 'int', 'int'),
28751    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord3iv": ('int', 'typing.Sequence[int]'),
28752    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord3s": ('int', 'int', 'int', 'int'),
28753    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord3sv": ('int', 'typing.Sequence[int]'),
28754    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord4d": ('int', 'float', 'float', 'float', 'float'),
28755    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord4dv": ('int', 'typing.Sequence[float]'),
28756    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord4f": ('int', 'float', 'float', 'float', 'float'),
28757    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord4fv": ('int', 'typing.Sequence[float]'),
28758    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord4i": ('int', 'int', 'int', 'int', 'int'),
28759    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord4iv": ('int', 'typing.Sequence[int]'),
28760    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord4s": ('int', 'int', 'int', 'int', 'int'),
28761    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoord4sv": ('int', 'typing.Sequence[int]'),
28762    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoordP1ui": ('int', 'int', 'int'),
28763    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoordP1uiv": ('int', 'int', 'typing.Sequence[int]'),
28764    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoordP2ui": ('int', 'int', 'int'),
28765    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoordP2uiv": ('int', 'int', 'typing.Sequence[int]'),
28766    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoordP3ui": ('int', 'int', 'int'),
28767    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoordP3uiv": ('int', 'int', 'typing.Sequence[int]'),
28768    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoordP4ui": ('int', 'int', 'int'),
28769    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glMultiTexCoordP4uiv": ('int', 'int', 'typing.Sequence[int]'),
28770    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glNamedBufferData": ('int', 'int', 'int', 'int'),
28771    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glNamedBufferStorage": ('int', 'int', 'int', 'int'),
28772    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glNamedFramebufferDrawBuffer": ('int', 'int'),
28773    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glNamedFramebufferDrawBuffers": ('int', 'int', 'typing.Sequence[int]'),
28774    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glNamedFramebufferParameteri": ('int', 'int', 'int'),
28775    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glNamedFramebufferReadBuffer": ('int', 'int'),
28776    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glNamedFramebufferRenderbuffer": ('int', 'int', 'int', 'int'),
28777    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glNamedFramebufferTexture": ('int', 'int', 'int', 'int'),
28778    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glNamedFramebufferTextureLayer": ('int', 'int', 'int', 'int', 'int'),
28779    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glNamedRenderbufferStorage": ('int', 'int', 'int', 'int'),
28780    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glNamedRenderbufferStorageMultisample": ('int', 'int', 'int', 'int', 'int'),
28781    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glNewList": ('int', 'int'),
28782    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glNormal3b": ('int', 'int', 'int'),
28783    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glNormal3bv": ('str',),
28784    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glNormal3d": ('float', 'float', 'float'),
28785    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glNormal3dv": ('typing.Sequence[float]',),
28786    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glNormal3f": ('float', 'float', 'float'),
28787    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glNormal3fv": ('typing.Sequence[float]',),
28788    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glNormal3i": ('int', 'int', 'int'),
28789    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glNormal3iv": ('typing.Sequence[int]',),
28790    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glNormal3s": ('int', 'int', 'int'),
28791    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glNormal3sv": ('typing.Sequence[int]',),
28792    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glNormalP3ui": ('int', 'int'),
28793    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glNormalP3uiv": ('int', 'typing.Sequence[int]'),
28794    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glNormalPointer": ('int', 'int', 'int'),
28795    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glObjectLabel": ('int', 'int', 'int', 'str'),
28796    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glObjectPtrLabel": ('int', 'int', 'str'),
28797    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glOrtho": ('float', 'float', 'float', 'float', 'float', 'float'),
28798    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glPassThrough": ('float',),
28799    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glPatchParameterfv": ('int', 'typing.Sequence[float]'),
28800    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glPatchParameteri": ('int', 'int'),
28801    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glPauseTransformFeedback": (),
28802    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glPixelMapfv": ('int', 'int', 'typing.Sequence[float]'),
28803    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glPixelMapuiv": ('int', 'int', 'typing.Sequence[int]'),
28804    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glPixelMapusv": ('int', 'int', 'typing.Sequence[int]'),
28805    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glPixelStoref": ('int', 'float'),
28806    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glPixelStorei": ('int', 'int'),
28807    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glPixelTransferf": ('int', 'float'),
28808    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glPixelTransferi": ('int', 'int'),
28809    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glPixelZoom": ('float', 'float'),
28810    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glPointParameterf": ('int', 'float'),
28811    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glPointParameterfv": ('int', 'typing.Sequence[float]'),
28812    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glPointParameteri": ('int', 'int'),
28813    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glPointParameteriv": ('int', 'typing.Sequence[int]'),
28814    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glPointSize": ('float',),
28815    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glPolygonMode": ('int', 'int'),
28816    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glPolygonOffset": ('float', 'float'),
28817    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glPopAttrib": (),
28818    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glPopClientAttrib": (),
28819    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glPopDebugGroup": (),
28820    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glPopMatrix": (),
28821    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glPopName": (),
28822    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glPrimitiveRestartIndex": ('int',),
28823    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glPrioritizeTextures": ('int', 'typing.Sequence[int]', 'typing.Sequence[float]'),
28824    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramBinary": ('int', 'int', 'int', 'int'),
28825    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramParameteri": ('int', 'int', 'int'),
28826    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform1d": ('int', 'int', 'float'),
28827    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform1dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28828    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform1f": ('int', 'int', 'float'),
28829    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform1fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28830    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform1i": ('int', 'int', 'int'),
28831    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform1iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
28832    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform1ui": ('int', 'int', 'int'),
28833    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform1uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
28834    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform2d": ('int', 'int', 'float', 'float'),
28835    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28836    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform2f": ('int', 'int', 'float', 'float'),
28837    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28838    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform2i": ('int', 'int', 'int', 'int'),
28839    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform2iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
28840    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform2ui": ('int', 'int', 'int', 'int'),
28841    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform2uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
28842    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform3d": ('int', 'int', 'float', 'float', 'float'),
28843    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28844    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform3f": ('int', 'int', 'float', 'float', 'float'),
28845    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28846    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform3i": ('int', 'int', 'int', 'int', 'int'),
28847    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform3iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
28848    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform3ui": ('int', 'int', 'int', 'int', 'int'),
28849    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform3uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
28850    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform4d": ('int', 'int', 'float', 'float', 'float', 'float'),
28851    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28852    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform4f": ('int', 'int', 'float', 'float', 'float', 'float'),
28853    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
28854    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform4i": ('int', 'int', 'int', 'int', 'int', 'int'),
28855    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform4iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
28856    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform4ui": ('int', 'int', 'int', 'int', 'int', 'int'),
28857    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniform4uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
28858    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniformMatrix2dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28859    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniformMatrix2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28860    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniformMatrix2x3dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28861    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniformMatrix2x3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28862    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniformMatrix2x4dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28863    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniformMatrix2x4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28864    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniformMatrix3dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28865    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniformMatrix3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28866    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniformMatrix3x2dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28867    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniformMatrix3x2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28868    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniformMatrix3x4dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28869    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniformMatrix3x4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28870    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniformMatrix4dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28871    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniformMatrix4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28872    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniformMatrix4x2dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28873    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniformMatrix4x2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28874    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniformMatrix4x3dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28875    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProgramUniformMatrix4x3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
28876    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glProvokingVertex": ('int',),
28877    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glPushAttrib": ('int',),
28878    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glPushClientAttrib": ('int',),
28879    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glPushDebugGroup": ('int', 'int', 'int', 'str'),
28880    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glPushMatrix": (),
28881    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glPushName": ('int',),
28882    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glQueryCounter": ('int', 'int'),
28883    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRasterPos2d": ('float', 'float'),
28884    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRasterPos2dv": ('typing.Sequence[float]',),
28885    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRasterPos2f": ('float', 'float'),
28886    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRasterPos2fv": ('typing.Sequence[float]',),
28887    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRasterPos2i": ('int', 'int'),
28888    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRasterPos2iv": ('typing.Sequence[int]',),
28889    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRasterPos2s": ('int', 'int'),
28890    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRasterPos2sv": ('typing.Sequence[int]',),
28891    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRasterPos3d": ('float', 'float', 'float'),
28892    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRasterPos3dv": ('typing.Sequence[float]',),
28893    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRasterPos3f": ('float', 'float', 'float'),
28894    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRasterPos3fv": ('typing.Sequence[float]',),
28895    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRasterPos3i": ('int', 'int', 'int'),
28896    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRasterPos3iv": ('typing.Sequence[int]',),
28897    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRasterPos3s": ('int', 'int', 'int'),
28898    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRasterPos3sv": ('typing.Sequence[int]',),
28899    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRasterPos4d": ('float', 'float', 'float', 'float'),
28900    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRasterPos4dv": ('typing.Sequence[float]',),
28901    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRasterPos4f": ('float', 'float', 'float', 'float'),
28902    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRasterPos4fv": ('typing.Sequence[float]',),
28903    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRasterPos4i": ('int', 'int', 'int', 'int'),
28904    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRasterPos4iv": ('typing.Sequence[int]',),
28905    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRasterPos4s": ('int', 'int', 'int', 'int'),
28906    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRasterPos4sv": ('typing.Sequence[int]',),
28907    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glReadBuffer": ('int',),
28908    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glReadPixels": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
28909    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glReadnPixels": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28910    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRectd": ('float', 'float', 'float', 'float'),
28911    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRectdv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
28912    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRectf": ('float', 'float', 'float', 'float'),
28913    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRectfv": ('typing.Sequence[float]', 'typing.Sequence[float]'),
28914    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRecti": ('int', 'int', 'int', 'int'),
28915    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRectiv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
28916    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRects": ('int', 'int', 'int', 'int'),
28917    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRectsv": ('typing.Sequence[int]', 'typing.Sequence[int]'),
28918    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glReleaseShaderCompiler": (),
28919    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRenderMode": ('int',),
28920    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRenderbufferStorage": ('int', 'int', 'int', 'int'),
28921    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRenderbufferStorageMultisample": ('int', 'int', 'int', 'int', 'int'),
28922    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glResetHistogram": ('int',),
28923    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glResetMinmax": ('int',),
28924    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glResumeTransformFeedback": (),
28925    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRotated": ('float', 'float', 'float', 'float'),
28926    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glRotatef": ('float', 'float', 'float', 'float'),
28927    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glSampleCoverage": ('float', 'int'),
28928    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glSampleMaski": ('int', 'int'),
28929    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glSamplerParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
28930    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glSamplerParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
28931    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glSamplerParameterf": ('int', 'int', 'float'),
28932    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glSamplerParameterfv": ('int', 'int', 'typing.Sequence[float]'),
28933    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glSamplerParameteri": ('int', 'int', 'int'),
28934    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glSamplerParameteriv": ('int', 'int', 'typing.Sequence[int]'),
28935    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glScaled": ('float', 'float', 'float'),
28936    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glScalef": ('float', 'float', 'float'),
28937    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glScissor": ('int', 'int', 'int', 'int'),
28938    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glScissorArrayv": ('int', 'int', 'typing.Sequence[int]'),
28939    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glScissorIndexed": ('int', 'int', 'int', 'int', 'int'),
28940    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glScissorIndexedv": ('int', 'typing.Sequence[int]'),
28941    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glSecondaryColor3b": ('int', 'int', 'int'),
28942    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glSecondaryColor3bv": ('str',),
28943    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glSecondaryColor3d": ('float', 'float', 'float'),
28944    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glSecondaryColor3dv": ('typing.Sequence[float]',),
28945    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glSecondaryColor3f": ('float', 'float', 'float'),
28946    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glSecondaryColor3fv": ('typing.Sequence[float]',),
28947    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glSecondaryColor3i": ('int', 'int', 'int'),
28948    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glSecondaryColor3iv": ('typing.Sequence[int]',),
28949    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glSecondaryColor3s": ('int', 'int', 'int'),
28950    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glSecondaryColor3sv": ('typing.Sequence[int]',),
28951    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glSecondaryColor3ub": ('int', 'int', 'int'),
28952    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glSecondaryColor3ubv": ('str',),
28953    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glSecondaryColor3ui": ('int', 'int', 'int'),
28954    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glSecondaryColor3uiv": ('typing.Sequence[int]',),
28955    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glSecondaryColor3us": ('int', 'int', 'int'),
28956    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glSecondaryColor3usv": ('typing.Sequence[int]',),
28957    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glSecondaryColorP3ui": ('int', 'int'),
28958    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glSecondaryColorP3uiv": ('int', 'typing.Sequence[int]'),
28959    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glSecondaryColorPointer": ('int', 'int', 'int', 'int'),
28960    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glSeparableFilter2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
28961    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glShadeModel": ('int',),
28962    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glShaderBinary": ('int', 'typing.Sequence[int]', 'int', 'int', 'int'),
28963    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glShaderStorageBlockBinding": ('int', 'int', 'int'),
28964    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glStencilFunc": ('int', 'int', 'int'),
28965    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glStencilFuncSeparate": ('int', 'int', 'int', 'int'),
28966    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glStencilMask": ('int',),
28967    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glStencilMaskSeparate": ('int', 'int'),
28968    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glStencilOp": ('int', 'int', 'int'),
28969    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glStencilOpSeparate": ('int', 'int', 'int', 'int'),
28970    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexBuffer": ('int', 'int', 'int'),
28971    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord1d": ('float',),
28972    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord1dv": ('typing.Sequence[float]',),
28973    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord1f": ('float',),
28974    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord1fv": ('typing.Sequence[float]',),
28975    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord1i": ('int',),
28976    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord1iv": ('typing.Sequence[int]',),
28977    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord1s": ('int',),
28978    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord1sv": ('typing.Sequence[int]',),
28979    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord2d": ('float', 'float'),
28980    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord2dv": ('typing.Sequence[float]',),
28981    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord2f": ('float', 'float'),
28982    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord2fv": ('typing.Sequence[float]',),
28983    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord2i": ('int', 'int'),
28984    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord2iv": ('typing.Sequence[int]',),
28985    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord2s": ('int', 'int'),
28986    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord2sv": ('typing.Sequence[int]',),
28987    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord3d": ('float', 'float', 'float'),
28988    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord3dv": ('typing.Sequence[float]',),
28989    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord3f": ('float', 'float', 'float'),
28990    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord3fv": ('typing.Sequence[float]',),
28991    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord3i": ('int', 'int', 'int'),
28992    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord3iv": ('typing.Sequence[int]',),
28993    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord3s": ('int', 'int', 'int'),
28994    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord3sv": ('typing.Sequence[int]',),
28995    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord4d": ('float', 'float', 'float', 'float'),
28996    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord4dv": ('typing.Sequence[float]',),
28997    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord4f": ('float', 'float', 'float', 'float'),
28998    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord4fv": ('typing.Sequence[float]',),
28999    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord4i": ('int', 'int', 'int', 'int'),
29000    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord4iv": ('typing.Sequence[int]',),
29001    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord4s": ('int', 'int', 'int', 'int'),
29002    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoord4sv": ('typing.Sequence[int]',),
29003    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoordP1ui": ('int', 'int'),
29004    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoordP1uiv": ('int', 'typing.Sequence[int]'),
29005    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoordP2ui": ('int', 'int'),
29006    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoordP2uiv": ('int', 'typing.Sequence[int]'),
29007    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoordP3ui": ('int', 'int'),
29008    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoordP3uiv": ('int', 'typing.Sequence[int]'),
29009    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoordP4ui": ('int', 'int'),
29010    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoordP4uiv": ('int', 'typing.Sequence[int]'),
29011    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexCoordPointer": ('int', 'int', 'int', 'int'),
29012    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexEnvf": ('int', 'int', 'float'),
29013    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexEnvfv": ('int', 'int', 'typing.Sequence[float]'),
29014    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexEnvi": ('int', 'int', 'int'),
29015    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexEnviv": ('int', 'int', 'typing.Sequence[int]'),
29016    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexGend": ('int', 'int', 'float'),
29017    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexGendv": ('int', 'int', 'typing.Sequence[float]'),
29018    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexGenf": ('int', 'int', 'float'),
29019    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexGenfv": ('int', 'int', 'typing.Sequence[float]'),
29020    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexGeni": ('int', 'int', 'int'),
29021    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexGeniv": ('int', 'int', 'typing.Sequence[int]'),
29022    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29023    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29024    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexImage2DMultisample": ('int', 'int', 'int', 'int', 'int', 'int'),
29025    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29026    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexImage3DMultisample": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
29027    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
29028    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
29029    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexParameterf": ('int', 'int', 'float'),
29030    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexParameterfv": ('int', 'int', 'typing.Sequence[float]'),
29031    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexParameteri": ('int', 'int', 'int'),
29032    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexParameteriv": ('int', 'int', 'typing.Sequence[int]'),
29033    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexStorage1D": ('int', 'int', 'int', 'int'),
29034    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexStorage2D": ('int', 'int', 'int', 'int', 'int'),
29035    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexStorage2DMultisample": ('int', 'int', 'int', 'int', 'int', 'int'),
29036    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexStorage3D": ('int', 'int', 'int', 'int', 'int', 'int'),
29037    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexStorage3DMultisample": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
29038    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
29039    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29040    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29041    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTextureBarrier": (),
29042    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTextureBuffer": ('int', 'int', 'int'),
29043    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTextureParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
29044    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTextureParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
29045    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTextureParameterf": ('int', 'int', 'float'),
29046    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTextureParameterfv": ('int', 'int', 'typing.Sequence[float]'),
29047    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTextureParameteri": ('int', 'int', 'int'),
29048    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTextureParameteriv": ('int', 'int', 'typing.Sequence[int]'),
29049    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTextureStorage1D": ('int', 'int', 'int', 'int'),
29050    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTextureStorage2D": ('int', 'int', 'int', 'int', 'int'),
29051    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTextureStorage2DMultisample": ('int', 'int', 'int', 'int', 'int', 'int'),
29052    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTextureStorage3D": ('int', 'int', 'int', 'int', 'int', 'int'),
29053    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTextureStorage3DMultisample": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
29054    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTextureSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
29055    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTextureSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29056    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTextureSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29057    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTextureView": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29058    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTransformFeedbackBufferBase": ('int', 'int', 'int'),
29059    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTranslated": ('float', 'float', 'float'),
29060    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glTranslatef": ('float', 'float', 'float'),
29061    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform1d": ('int', 'float'),
29062    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform1dv": ('int', 'int', 'typing.Sequence[float]'),
29063    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform1f": ('int', 'float'),
29064    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform1fv": ('int', 'int', 'typing.Sequence[float]'),
29065    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform1i": ('int', 'int'),
29066    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform1iv": ('int', 'int', 'typing.Sequence[int]'),
29067    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform1ui": ('int', 'int'),
29068    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform1uiv": ('int', 'int', 'typing.Sequence[int]'),
29069    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform2d": ('int', 'float', 'float'),
29070    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform2dv": ('int', 'int', 'typing.Sequence[float]'),
29071    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform2f": ('int', 'float', 'float'),
29072    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform2fv": ('int', 'int', 'typing.Sequence[float]'),
29073    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform2i": ('int', 'int', 'int'),
29074    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform2iv": ('int', 'int', 'typing.Sequence[int]'),
29075    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform2ui": ('int', 'int', 'int'),
29076    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform2uiv": ('int', 'int', 'typing.Sequence[int]'),
29077    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform3d": ('int', 'float', 'float', 'float'),
29078    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform3dv": ('int', 'int', 'typing.Sequence[float]'),
29079    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform3f": ('int', 'float', 'float', 'float'),
29080    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform3fv": ('int', 'int', 'typing.Sequence[float]'),
29081    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform3i": ('int', 'int', 'int', 'int'),
29082    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform3iv": ('int', 'int', 'typing.Sequence[int]'),
29083    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform3ui": ('int', 'int', 'int', 'int'),
29084    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform3uiv": ('int', 'int', 'typing.Sequence[int]'),
29085    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform4d": ('int', 'float', 'float', 'float', 'float'),
29086    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform4dv": ('int', 'int', 'typing.Sequence[float]'),
29087    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform4f": ('int', 'float', 'float', 'float', 'float'),
29088    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform4fv": ('int', 'int', 'typing.Sequence[float]'),
29089    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform4i": ('int', 'int', 'int', 'int', 'int'),
29090    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform4iv": ('int', 'int', 'typing.Sequence[int]'),
29091    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform4ui": ('int', 'int', 'int', 'int', 'int'),
29092    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniform4uiv": ('int', 'int', 'typing.Sequence[int]'),
29093    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniformBlockBinding": ('int', 'int', 'int'),
29094    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniformMatrix2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29095    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniformMatrix2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29096    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniformMatrix2x3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29097    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniformMatrix2x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29098    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniformMatrix2x4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29099    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniformMatrix2x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29100    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniformMatrix3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29101    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniformMatrix3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29102    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniformMatrix3x2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29103    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniformMatrix3x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29104    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniformMatrix3x4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29105    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniformMatrix3x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29106    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniformMatrix4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29107    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniformMatrix4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29108    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniformMatrix4x2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29109    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniformMatrix4x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29110    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniformMatrix4x3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29111    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniformMatrix4x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29112    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUniformSubroutinesuiv": ('int', 'int', 'typing.Sequence[int]'),
29113    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUnmapBuffer": ('int',),
29114    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUnmapNamedBuffer": ('int',),
29115    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUseProgram": ('int',),
29116    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glUseProgramStages": ('int', 'int', 'int'),
29117    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glValidateProgram": ('int',),
29118    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glValidateProgramPipeline": ('int',),
29119    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertex2d": ('float', 'float'),
29120    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertex2dv": ('typing.Sequence[float]',),
29121    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertex2f": ('float', 'float'),
29122    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertex2fv": ('typing.Sequence[float]',),
29123    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertex2i": ('int', 'int'),
29124    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertex2iv": ('typing.Sequence[int]',),
29125    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertex2s": ('int', 'int'),
29126    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertex2sv": ('typing.Sequence[int]',),
29127    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertex3d": ('float', 'float', 'float'),
29128    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertex3dv": ('typing.Sequence[float]',),
29129    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertex3f": ('float', 'float', 'float'),
29130    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertex3fv": ('typing.Sequence[float]',),
29131    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertex3i": ('int', 'int', 'int'),
29132    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertex3iv": ('typing.Sequence[int]',),
29133    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertex3s": ('int', 'int', 'int'),
29134    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertex3sv": ('typing.Sequence[int]',),
29135    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertex4d": ('float', 'float', 'float', 'float'),
29136    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertex4dv": ('typing.Sequence[float]',),
29137    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertex4f": ('float', 'float', 'float', 'float'),
29138    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertex4fv": ('typing.Sequence[float]',),
29139    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertex4i": ('int', 'int', 'int', 'int'),
29140    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertex4iv": ('typing.Sequence[int]',),
29141    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertex4s": ('int', 'int', 'int', 'int'),
29142    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertex4sv": ('typing.Sequence[int]',),
29143    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexArrayAttribBinding": ('int', 'int', 'int'),
29144    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexArrayAttribFormat": ('int', 'int', 'int', 'int', 'int', 'int'),
29145    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexArrayAttribIFormat": ('int', 'int', 'int', 'int', 'int'),
29146    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexArrayAttribLFormat": ('int', 'int', 'int', 'int', 'int'),
29147    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexArrayBindingDivisor": ('int', 'int', 'int'),
29148    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexArrayElementBuffer": ('int', 'int'),
29149    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexArrayVertexBuffers": ('int', 'int', 'int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'typing.Sequence[int]'),
29150    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib1d": ('int', 'float'),
29151    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib1dv": ('int', 'typing.Sequence[float]'),
29152    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib1f": ('int', 'float'),
29153    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib1fv": ('int', 'typing.Sequence[float]'),
29154    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib1s": ('int', 'int'),
29155    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib1sv": ('int', 'typing.Sequence[int]'),
29156    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib2d": ('int', 'float', 'float'),
29157    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib2dv": ('int', 'typing.Sequence[float]'),
29158    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib2f": ('int', 'float', 'float'),
29159    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib2fv": ('int', 'typing.Sequence[float]'),
29160    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib2s": ('int', 'int', 'int'),
29161    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib2sv": ('int', 'typing.Sequence[int]'),
29162    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib3d": ('int', 'float', 'float', 'float'),
29163    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib3dv": ('int', 'typing.Sequence[float]'),
29164    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib3f": ('int', 'float', 'float', 'float'),
29165    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib3fv": ('int', 'typing.Sequence[float]'),
29166    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib3s": ('int', 'int', 'int', 'int'),
29167    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib3sv": ('int', 'typing.Sequence[int]'),
29168    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib4Nbv": ('int', 'str'),
29169    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib4Niv": ('int', 'typing.Sequence[int]'),
29170    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib4Nsv": ('int', 'typing.Sequence[int]'),
29171    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib4Nub": ('int', 'int', 'int', 'int', 'int'),
29172    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib4Nubv": ('int', 'str'),
29173    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib4Nuiv": ('int', 'typing.Sequence[int]'),
29174    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib4Nusv": ('int', 'typing.Sequence[int]'),
29175    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib4bv": ('int', 'str'),
29176    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib4d": ('int', 'float', 'float', 'float', 'float'),
29177    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib4dv": ('int', 'typing.Sequence[float]'),
29178    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib4f": ('int', 'float', 'float', 'float', 'float'),
29179    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib4fv": ('int', 'typing.Sequence[float]'),
29180    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib4iv": ('int', 'typing.Sequence[int]'),
29181    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib4s": ('int', 'int', 'int', 'int', 'int'),
29182    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib4sv": ('int', 'typing.Sequence[int]'),
29183    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib4ubv": ('int', 'str'),
29184    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib4uiv": ('int', 'typing.Sequence[int]'),
29185    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttrib4usv": ('int', 'typing.Sequence[int]'),
29186    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribBinding": ('int', 'int'),
29187    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribDivisor": ('int', 'int'),
29188    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribFormat": ('int', 'int', 'int', 'int', 'int'),
29189    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribI1i": ('int', 'int'),
29190    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribI1iv": ('int', 'typing.Sequence[int]'),
29191    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribI1ui": ('int', 'int'),
29192    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribI1uiv": ('int', 'typing.Sequence[int]'),
29193    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribI2i": ('int', 'int', 'int'),
29194    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribI2iv": ('int', 'typing.Sequence[int]'),
29195    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribI2ui": ('int', 'int', 'int'),
29196    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribI2uiv": ('int', 'typing.Sequence[int]'),
29197    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribI3i": ('int', 'int', 'int', 'int'),
29198    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribI3iv": ('int', 'typing.Sequence[int]'),
29199    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribI3ui": ('int', 'int', 'int', 'int'),
29200    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribI3uiv": ('int', 'typing.Sequence[int]'),
29201    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribI4bv": ('int', 'str'),
29202    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribI4i": ('int', 'int', 'int', 'int', 'int'),
29203    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribI4iv": ('int', 'typing.Sequence[int]'),
29204    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribI4sv": ('int', 'typing.Sequence[int]'),
29205    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribI4ubv": ('int', 'str'),
29206    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribI4ui": ('int', 'int', 'int', 'int', 'int'),
29207    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribI4uiv": ('int', 'typing.Sequence[int]'),
29208    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribI4usv": ('int', 'typing.Sequence[int]'),
29209    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribIFormat": ('int', 'int', 'int', 'int'),
29210    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribIPointer": ('int', 'int', 'int', 'int', 'int'),
29211    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribL1d": ('int', 'float'),
29212    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribL1dv": ('int', 'typing.Sequence[float]'),
29213    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribL2d": ('int', 'float', 'float'),
29214    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribL2dv": ('int', 'typing.Sequence[float]'),
29215    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribL3d": ('int', 'float', 'float', 'float'),
29216    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribL3dv": ('int', 'typing.Sequence[float]'),
29217    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribL4d": ('int', 'float', 'float', 'float', 'float'),
29218    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribL4dv": ('int', 'typing.Sequence[float]'),
29219    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribLFormat": ('int', 'int', 'int', 'int'),
29220    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribLPointer": ('int', 'int', 'int', 'int', 'int'),
29221    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribP1ui": ('int', 'int', 'int', 'int'),
29222    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribP1uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
29223    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribP2ui": ('int', 'int', 'int', 'int'),
29224    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribP2uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
29225    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribP3ui": ('int', 'int', 'int', 'int'),
29226    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribP3uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
29227    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribP4ui": ('int', 'int', 'int', 'int'),
29228    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribP4uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
29229    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexAttribPointer": ('int', 'int', 'int', 'int', 'int', 'int'),
29230    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexBindingDivisor": ('int', 'int'),
29231    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexP2ui": ('int', 'int'),
29232    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexP2uiv": ('int', 'typing.Sequence[int]'),
29233    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexP3ui": ('int', 'int'),
29234    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexP3uiv": ('int', 'typing.Sequence[int]'),
29235    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexP4ui": ('int', 'int'),
29236    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexP4uiv": ('int', 'typing.Sequence[int]'),
29237    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glVertexPointer": ('int', 'int', 'int', 'int'),
29238    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glViewport": ('int', 'int', 'int', 'int'),
29239    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glViewportArrayv": ('int', 'int', 'typing.Sequence[float]'),
29240    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glViewportIndexedf": ('int', 'float', 'float', 'float', 'float'),
29241    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glViewportIndexedfv": ('int', 'typing.Sequence[float]'),
29242    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glWindowPos2d": ('float', 'float'),
29243    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glWindowPos2dv": ('typing.Sequence[float]',),
29244    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glWindowPos2f": ('float', 'float'),
29245    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glWindowPos2fv": ('typing.Sequence[float]',),
29246    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glWindowPos2i": ('int', 'int'),
29247    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glWindowPos2iv": ('typing.Sequence[int]',),
29248    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glWindowPos2s": ('int', 'int'),
29249    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glWindowPos2sv": ('typing.Sequence[int]',),
29250    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glWindowPos3d": ('float', 'float', 'float'),
29251    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glWindowPos3dv": ('typing.Sequence[float]',),
29252    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glWindowPos3f": ('float', 'float', 'float'),
29253    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glWindowPos3fv": ('typing.Sequence[float]',),
29254    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glWindowPos3i": ('int', 'int', 'int'),
29255    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glWindowPos3iv": ('typing.Sequence[int]',),
29256    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glWindowPos3s": ('int', 'int', 'int'),
29257    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.glWindowPos3sv": ('typing.Sequence[int]',),
29258    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Compatibility.initializeOpenGLFunctions": (),
29259# class PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core:
29260    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.__init__": (),
29261    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glActiveShaderProgram": ('int', 'int'),
29262    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glActiveTexture": ('int',),
29263    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glAttachShader": ('int', 'int'),
29264    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBeginConditionalRender": ('int', 'int'),
29265    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBeginQuery": ('int', 'int'),
29266    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBeginQueryIndexed": ('int', 'int', 'int'),
29267    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBeginTransformFeedback": ('int',),
29268    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBindAttribLocation": ('int', 'int', 'str'),
29269    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBindBuffer": ('int', 'int'),
29270    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBindBufferBase": ('int', 'int', 'int'),
29271    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBindBuffersBase": ('int', 'int', 'int', 'typing.Sequence[int]'),
29272    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBindBuffersRange": ('int', 'int', 'int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'typing.Sequence[int]'),
29273    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBindFragDataLocation": ('int', 'int', 'str'),
29274    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBindFragDataLocationIndexed": ('int', 'int', 'int', 'str'),
29275    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBindFramebuffer": ('int', 'int'),
29276    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBindImageTexture": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
29277    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBindImageTextures": ('int', 'int', 'typing.Sequence[int]'),
29278    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBindProgramPipeline": ('int',),
29279    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBindRenderbuffer": ('int', 'int'),
29280    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBindSampler": ('int', 'int'),
29281    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBindSamplers": ('int', 'int', 'typing.Sequence[int]'),
29282    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBindTexture": ('int', 'int'),
29283    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBindTextureUnit": ('int', 'int'),
29284    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBindTextures": ('int', 'int', 'typing.Sequence[int]'),
29285    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBindTransformFeedback": ('int', 'int'),
29286    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBindVertexArray": ('int',),
29287    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBindVertexBuffers": ('int', 'int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'typing.Sequence[int]'),
29288    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBlendColor": ('float', 'float', 'float', 'float'),
29289    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBlendEquation": ('int',),
29290    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBlendEquationSeparate": ('int', 'int'),
29291    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBlendEquationSeparatei": ('int', 'int', 'int'),
29292    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBlendEquationi": ('int', 'int'),
29293    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBlendFunc": ('int', 'int'),
29294    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBlendFuncSeparate": ('int', 'int', 'int', 'int'),
29295    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBlendFuncSeparatei": ('int', 'int', 'int', 'int', 'int'),
29296    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBlendFunci": ('int', 'int', 'int'),
29297    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBlitFramebuffer": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29298    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glBlitNamedFramebuffer": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29299    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glCheckFramebufferStatus": ('int',),
29300    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glCheckNamedFramebufferStatus": ('int', 'int'),
29301    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glClampColor": ('int', 'int'),
29302    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glClear": ('int',),
29303    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glClearBufferData": ('int', 'int', 'int', 'int', 'int'),
29304    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glClearBufferfi": ('int', 'int', 'float', 'int'),
29305    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glClearBufferfv": ('int', 'int', 'typing.Sequence[float]'),
29306    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glClearBufferiv": ('int', 'int', 'typing.Sequence[int]'),
29307    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glClearBufferuiv": ('int', 'int', 'typing.Sequence[int]'),
29308    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glClearColor": ('float', 'float', 'float', 'float'),
29309    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glClearDepth": ('float',),
29310    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glClearDepthf": ('float',),
29311    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glClearNamedBufferData": ('int', 'int', 'int', 'int', 'int'),
29312    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glClearNamedFramebufferfi": ('int', 'int', 'float', 'int'),
29313    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glClearNamedFramebufferfv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29314    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glClearNamedFramebufferiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
29315    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glClearNamedFramebufferuiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
29316    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glClearStencil": ('int',),
29317    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glClearTexImage": ('int', 'int', 'int', 'int', 'int'),
29318    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glClearTexSubImage": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29319    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glClipControl": ('int', 'int'),
29320    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glColorMask": ('int', 'int', 'int', 'int'),
29321    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glColorMaski": ('int', 'int', 'int', 'int', 'int'),
29322    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glCompileShader": ('int',),
29323    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glCompressedTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
29324    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glCompressedTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29325    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glCompressedTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29326    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glCompressedTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
29327    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glCompressedTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29328    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glCompressedTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29329    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glCompressedTextureSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
29330    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glCompressedTextureSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29331    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glCompressedTextureSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29332    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glCopyImageSubData": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29333    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glCopyTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
29334    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glCopyTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29335    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glCopyTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int'),
29336    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glCopyTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29337    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glCopyTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29338    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glCopyTextureSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int'),
29339    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glCopyTextureSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29340    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glCopyTextureSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29341    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glCreateProgram": (),
29342    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glCreateShader": ('int',),
29343    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glCullFace": ('int',),
29344    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDebugMessageControl": ('int', 'int', 'int', 'int', 'typing.Sequence[int]', 'int'),
29345    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDebugMessageInsert": ('int', 'int', 'int', 'int', 'int', 'str'),
29346    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDeleteBuffers": ('int', 'typing.Sequence[int]'),
29347    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDeleteFramebuffers": ('int', 'typing.Sequence[int]'),
29348    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDeleteProgram": ('int',),
29349    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDeleteProgramPipelines": ('int', 'typing.Sequence[int]'),
29350    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDeleteQueries": ('int', 'typing.Sequence[int]'),
29351    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDeleteRenderbuffers": ('int', 'typing.Sequence[int]'),
29352    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDeleteSamplers": ('int', 'typing.Sequence[int]'),
29353    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDeleteShader": ('int',),
29354    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDeleteTextures": ('int', 'typing.Sequence[int]'),
29355    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDeleteTransformFeedbacks": ('int', 'typing.Sequence[int]'),
29356    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDeleteVertexArrays": ('int', 'typing.Sequence[int]'),
29357    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDepthFunc": ('int',),
29358    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDepthMask": ('int',),
29359    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDepthRange": ('float', 'float'),
29360    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDepthRangeArrayv": ('int', 'int', 'typing.Sequence[float]'),
29361    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDepthRangeIndexed": ('int', 'float', 'float'),
29362    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDepthRangef": ('float', 'float'),
29363    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDetachShader": ('int', 'int'),
29364    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDisable": ('int',),
29365    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDisableVertexArrayAttrib": ('int', 'int'),
29366    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDisableVertexAttribArray": ('int',),
29367    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDisablei": ('int', 'int'),
29368    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDispatchCompute": ('int', 'int', 'int'),
29369    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDrawArrays": ('int', 'int', 'int'),
29370    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDrawArraysIndirect": ('int', 'int'),
29371    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDrawArraysInstanced": ('int', 'int', 'int', 'int'),
29372    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDrawArraysInstancedBaseInstance": ('int', 'int', 'int', 'int', 'int'),
29373    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDrawBuffer": ('int',),
29374    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDrawBuffers": ('int', 'typing.Sequence[int]'),
29375    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDrawElements": ('int', 'int', 'int', 'int'),
29376    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDrawElementsBaseVertex": ('int', 'int', 'int', 'int', 'int'),
29377    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDrawElementsIndirect": ('int', 'int', 'int'),
29378    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDrawElementsInstanced": ('int', 'int', 'int', 'int', 'int'),
29379    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDrawElementsInstancedBaseInstance": ('int', 'int', 'int', 'int', 'int', 'int'),
29380    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDrawElementsInstancedBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int'),
29381    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDrawElementsInstancedBaseVertexBaseInstance": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
29382    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDrawRangeElements": ('int', 'int', 'int', 'int', 'int', 'int'),
29383    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDrawRangeElementsBaseVertex": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
29384    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDrawTransformFeedback": ('int', 'int'),
29385    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDrawTransformFeedbackInstanced": ('int', 'int', 'int'),
29386    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDrawTransformFeedbackStream": ('int', 'int', 'int'),
29387    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glDrawTransformFeedbackStreamInstanced": ('int', 'int', 'int', 'int'),
29388    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glEnable": ('int',),
29389    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glEnableVertexArrayAttrib": ('int', 'int'),
29390    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glEnableVertexAttribArray": ('int',),
29391    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glEnablei": ('int', 'int'),
29392    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glEndConditionalRender": (),
29393    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glEndQuery": ('int',),
29394    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glEndQueryIndexed": ('int', 'int'),
29395    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glEndTransformFeedback": (),
29396    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glFinish": (),
29397    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glFlush": (),
29398    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glFramebufferParameteri": ('int', 'int', 'int'),
29399    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glFramebufferRenderbuffer": ('int', 'int', 'int', 'int'),
29400    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glFramebufferTexture": ('int', 'int', 'int', 'int'),
29401    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glFramebufferTexture1D": ('int', 'int', 'int', 'int', 'int'),
29402    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glFramebufferTexture2D": ('int', 'int', 'int', 'int', 'int'),
29403    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glFramebufferTexture3D": ('int', 'int', 'int', 'int', 'int', 'int'),
29404    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glFramebufferTextureLayer": ('int', 'int', 'int', 'int', 'int'),
29405    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glFrontFace": ('int',),
29406    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glGenerateMipmap": ('int',),
29407    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glGenerateTextureMipmap": ('int',),
29408    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glGetAttribLocation": ('int', 'str'),
29409    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glGetCompressedTexImage": ('int', 'int', 'int'),
29410    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glGetCompressedTextureImage": ('int', 'int', 'int', 'int'),
29411    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glGetCompressedTextureSubImage": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29412    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glGetError": (),
29413    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glGetFragDataIndex": ('int', 'str'),
29414    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glGetFragDataLocation": ('int', 'str'),
29415    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glGetGraphicsResetStatus": (),
29416    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glGetProgramResourceIndex": ('int', 'int', 'str'),
29417    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glGetProgramResourceLocation": ('int', 'int', 'str'),
29418    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glGetProgramResourceLocationIndex": ('int', 'int', 'str'),
29419    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glGetString": ('int',),
29420    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glGetStringi": ('int', 'int'),
29421    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glGetSubroutineIndex": ('int', 'int', 'str'),
29422    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glGetSubroutineUniformLocation": ('int', 'int', 'str'),
29423    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glGetTexImage": ('int', 'int', 'int', 'int', 'int'),
29424    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glGetTextureImage": ('int', 'int', 'int', 'int', 'int', 'int'),
29425    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glGetTextureSubImage": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29426    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glGetUniformBlockIndex": ('int', 'str'),
29427    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glGetUniformLocation": ('int', 'str'),
29428    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glGetnCompressedTexImage": ('int', 'int', 'int', 'int'),
29429    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glGetnTexImage": ('int', 'int', 'int', 'int', 'int', 'int'),
29430    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glHint": ('int', 'int'),
29431    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glInvalidateBufferData": ('int',),
29432    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glInvalidateFramebuffer": ('int', 'int', 'typing.Sequence[int]'),
29433    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glInvalidateNamedFramebufferData": ('int', 'int', 'typing.Sequence[int]'),
29434    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glInvalidateNamedFramebufferSubData": ('int', 'int', 'typing.Sequence[int]', 'int', 'int', 'int', 'int'),
29435    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glInvalidateSubFramebuffer": ('int', 'int', 'typing.Sequence[int]', 'int', 'int', 'int', 'int'),
29436    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glInvalidateTexImage": ('int', 'int'),
29437    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glInvalidateTexSubImage": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29438    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glIsBuffer": ('int',),
29439    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glIsEnabled": ('int',),
29440    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glIsEnabledi": ('int', 'int'),
29441    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glIsFramebuffer": ('int',),
29442    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glIsProgram": ('int',),
29443    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glIsProgramPipeline": ('int',),
29444    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glIsQuery": ('int',),
29445    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glIsRenderbuffer": ('int',),
29446    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glIsSampler": ('int',),
29447    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glIsShader": ('int',),
29448    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glIsTexture": ('int',),
29449    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glIsTransformFeedback": ('int',),
29450    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glIsVertexArray": ('int',),
29451    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glLineWidth": ('float',),
29452    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glLinkProgram": ('int',),
29453    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glLogicOp": ('int',),
29454    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glMapBuffer": ('int', 'int'),
29455    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glMapNamedBuffer": ('int', 'int'),
29456    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glMemoryBarrier": ('int',),
29457    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glMemoryBarrierByRegion": ('int',),
29458    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glMinSampleShading": ('float',),
29459    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glMultiDrawArrays": ('int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'int'),
29460    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glMultiDrawArraysIndirect": ('int', 'int', 'int', 'int'),
29461    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glNamedBufferData": ('int', 'int', 'int', 'int'),
29462    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glNamedBufferStorage": ('int', 'int', 'int', 'int'),
29463    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glNamedFramebufferDrawBuffer": ('int', 'int'),
29464    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glNamedFramebufferDrawBuffers": ('int', 'int', 'typing.Sequence[int]'),
29465    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glNamedFramebufferParameteri": ('int', 'int', 'int'),
29466    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glNamedFramebufferReadBuffer": ('int', 'int'),
29467    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glNamedFramebufferRenderbuffer": ('int', 'int', 'int', 'int'),
29468    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glNamedFramebufferTexture": ('int', 'int', 'int', 'int'),
29469    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glNamedFramebufferTextureLayer": ('int', 'int', 'int', 'int', 'int'),
29470    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glNamedRenderbufferStorage": ('int', 'int', 'int', 'int'),
29471    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glNamedRenderbufferStorageMultisample": ('int', 'int', 'int', 'int', 'int'),
29472    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glObjectLabel": ('int', 'int', 'int', 'str'),
29473    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glObjectPtrLabel": ('int', 'int', 'str'),
29474    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glPatchParameterfv": ('int', 'typing.Sequence[float]'),
29475    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glPatchParameteri": ('int', 'int'),
29476    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glPauseTransformFeedback": (),
29477    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glPixelStoref": ('int', 'float'),
29478    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glPixelStorei": ('int', 'int'),
29479    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glPointParameterf": ('int', 'float'),
29480    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glPointParameterfv": ('int', 'typing.Sequence[float]'),
29481    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glPointParameteri": ('int', 'int'),
29482    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glPointParameteriv": ('int', 'typing.Sequence[int]'),
29483    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glPointSize": ('float',),
29484    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glPolygonMode": ('int', 'int'),
29485    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glPolygonOffset": ('float', 'float'),
29486    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glPopDebugGroup": (),
29487    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glPrimitiveRestartIndex": ('int',),
29488    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramBinary": ('int', 'int', 'int', 'int'),
29489    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramParameteri": ('int', 'int', 'int'),
29490    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform1d": ('int', 'int', 'float'),
29491    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform1dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29492    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform1f": ('int', 'int', 'float'),
29493    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform1fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29494    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform1i": ('int', 'int', 'int'),
29495    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform1iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
29496    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform1ui": ('int', 'int', 'int'),
29497    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform1uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
29498    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform2d": ('int', 'int', 'float', 'float'),
29499    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29500    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform2f": ('int', 'int', 'float', 'float'),
29501    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29502    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform2i": ('int', 'int', 'int', 'int'),
29503    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform2iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
29504    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform2ui": ('int', 'int', 'int', 'int'),
29505    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform2uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
29506    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform3d": ('int', 'int', 'float', 'float', 'float'),
29507    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29508    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform3f": ('int', 'int', 'float', 'float', 'float'),
29509    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29510    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform3i": ('int', 'int', 'int', 'int', 'int'),
29511    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform3iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
29512    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform3ui": ('int', 'int', 'int', 'int', 'int'),
29513    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform3uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
29514    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform4d": ('int', 'int', 'float', 'float', 'float', 'float'),
29515    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29516    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform4f": ('int', 'int', 'float', 'float', 'float', 'float'),
29517    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29518    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform4i": ('int', 'int', 'int', 'int', 'int', 'int'),
29519    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform4iv": ('int', 'int', 'int', 'typing.Sequence[int]'),
29520    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform4ui": ('int', 'int', 'int', 'int', 'int', 'int'),
29521    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniform4uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
29522    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniformMatrix2dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
29523    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniformMatrix2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
29524    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniformMatrix2x3dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
29525    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniformMatrix2x3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
29526    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniformMatrix2x4dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
29527    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniformMatrix2x4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
29528    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniformMatrix3dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
29529    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniformMatrix3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
29530    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniformMatrix3x2dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
29531    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniformMatrix3x2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
29532    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniformMatrix3x4dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
29533    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniformMatrix3x4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
29534    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniformMatrix4dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
29535    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniformMatrix4fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
29536    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniformMatrix4x2dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
29537    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniformMatrix4x2fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
29538    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniformMatrix4x3dv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
29539    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProgramUniformMatrix4x3fv": ('int', 'int', 'int', 'int', 'typing.Sequence[float]'),
29540    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glProvokingVertex": ('int',),
29541    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glPushDebugGroup": ('int', 'int', 'int', 'str'),
29542    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glQueryCounter": ('int', 'int'),
29543    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glReadBuffer": ('int',),
29544    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glReadPixels": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
29545    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glReadnPixels": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29546    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glReleaseShaderCompiler": (),
29547    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glRenderbufferStorage": ('int', 'int', 'int', 'int'),
29548    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glRenderbufferStorageMultisample": ('int', 'int', 'int', 'int', 'int'),
29549    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glResumeTransformFeedback": (),
29550    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glSampleCoverage": ('float', 'int'),
29551    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glSampleMaski": ('int', 'int'),
29552    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glSamplerParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
29553    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glSamplerParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
29554    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glSamplerParameterf": ('int', 'int', 'float'),
29555    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glSamplerParameterfv": ('int', 'int', 'typing.Sequence[float]'),
29556    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glSamplerParameteri": ('int', 'int', 'int'),
29557    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glSamplerParameteriv": ('int', 'int', 'typing.Sequence[int]'),
29558    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glScissor": ('int', 'int', 'int', 'int'),
29559    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glScissorArrayv": ('int', 'int', 'typing.Sequence[int]'),
29560    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glScissorIndexed": ('int', 'int', 'int', 'int', 'int'),
29561    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glScissorIndexedv": ('int', 'typing.Sequence[int]'),
29562    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glShaderBinary": ('int', 'typing.Sequence[int]', 'int', 'int', 'int'),
29563    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glShaderStorageBlockBinding": ('int', 'int', 'int'),
29564    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glStencilFunc": ('int', 'int', 'int'),
29565    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glStencilFuncSeparate": ('int', 'int', 'int', 'int'),
29566    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glStencilMask": ('int',),
29567    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glStencilMaskSeparate": ('int', 'int'),
29568    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glStencilOp": ('int', 'int', 'int'),
29569    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glStencilOpSeparate": ('int', 'int', 'int', 'int'),
29570    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTexBuffer": ('int', 'int', 'int'),
29571    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTexImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29572    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTexImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29573    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTexImage2DMultisample": ('int', 'int', 'int', 'int', 'int', 'int'),
29574    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTexImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29575    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTexImage3DMultisample": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
29576    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTexParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
29577    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTexParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
29578    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTexParameterf": ('int', 'int', 'float'),
29579    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTexParameterfv": ('int', 'int', 'typing.Sequence[float]'),
29580    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTexParameteri": ('int', 'int', 'int'),
29581    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTexParameteriv": ('int', 'int', 'typing.Sequence[int]'),
29582    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTexStorage1D": ('int', 'int', 'int', 'int'),
29583    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTexStorage2D": ('int', 'int', 'int', 'int', 'int'),
29584    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTexStorage2DMultisample": ('int', 'int', 'int', 'int', 'int', 'int'),
29585    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTexStorage3D": ('int', 'int', 'int', 'int', 'int', 'int'),
29586    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTexStorage3DMultisample": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
29587    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTexSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
29588    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTexSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29589    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTexSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29590    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTextureBarrier": (),
29591    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTextureBuffer": ('int', 'int', 'int'),
29592    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTextureParameterIiv": ('int', 'int', 'typing.Sequence[int]'),
29593    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTextureParameterIuiv": ('int', 'int', 'typing.Sequence[int]'),
29594    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTextureParameterf": ('int', 'int', 'float'),
29595    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTextureParameterfv": ('int', 'int', 'typing.Sequence[float]'),
29596    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTextureParameteri": ('int', 'int', 'int'),
29597    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTextureParameteriv": ('int', 'int', 'typing.Sequence[int]'),
29598    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTextureStorage1D": ('int', 'int', 'int', 'int'),
29599    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTextureStorage2D": ('int', 'int', 'int', 'int', 'int'),
29600    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTextureStorage2DMultisample": ('int', 'int', 'int', 'int', 'int', 'int'),
29601    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTextureStorage3D": ('int', 'int', 'int', 'int', 'int', 'int'),
29602    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTextureStorage3DMultisample": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
29603    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTextureSubImage1D": ('int', 'int', 'int', 'int', 'int', 'int', 'int'),
29604    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTextureSubImage2D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29605    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTextureSubImage3D": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29606    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTextureView": ('int', 'int', 'int', 'int', 'int', 'int', 'int', 'int'),
29607    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glTransformFeedbackBufferBase": ('int', 'int', 'int'),
29608    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform1d": ('int', 'float'),
29609    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform1dv": ('int', 'int', 'typing.Sequence[float]'),
29610    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform1f": ('int', 'float'),
29611    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform1fv": ('int', 'int', 'typing.Sequence[float]'),
29612    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform1i": ('int', 'int'),
29613    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform1iv": ('int', 'int', 'typing.Sequence[int]'),
29614    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform1ui": ('int', 'int'),
29615    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform1uiv": ('int', 'int', 'typing.Sequence[int]'),
29616    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform2d": ('int', 'float', 'float'),
29617    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform2dv": ('int', 'int', 'typing.Sequence[float]'),
29618    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform2f": ('int', 'float', 'float'),
29619    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform2fv": ('int', 'int', 'typing.Sequence[float]'),
29620    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform2i": ('int', 'int', 'int'),
29621    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform2iv": ('int', 'int', 'typing.Sequence[int]'),
29622    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform2ui": ('int', 'int', 'int'),
29623    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform2uiv": ('int', 'int', 'typing.Sequence[int]'),
29624    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform3d": ('int', 'float', 'float', 'float'),
29625    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform3dv": ('int', 'int', 'typing.Sequence[float]'),
29626    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform3f": ('int', 'float', 'float', 'float'),
29627    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform3fv": ('int', 'int', 'typing.Sequence[float]'),
29628    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform3i": ('int', 'int', 'int', 'int'),
29629    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform3iv": ('int', 'int', 'typing.Sequence[int]'),
29630    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform3ui": ('int', 'int', 'int', 'int'),
29631    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform3uiv": ('int', 'int', 'typing.Sequence[int]'),
29632    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform4d": ('int', 'float', 'float', 'float', 'float'),
29633    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform4dv": ('int', 'int', 'typing.Sequence[float]'),
29634    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform4f": ('int', 'float', 'float', 'float', 'float'),
29635    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform4fv": ('int', 'int', 'typing.Sequence[float]'),
29636    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform4i": ('int', 'int', 'int', 'int', 'int'),
29637    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform4iv": ('int', 'int', 'typing.Sequence[int]'),
29638    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform4ui": ('int', 'int', 'int', 'int', 'int'),
29639    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniform4uiv": ('int', 'int', 'typing.Sequence[int]'),
29640    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniformBlockBinding": ('int', 'int', 'int'),
29641    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniformMatrix2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29642    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniformMatrix2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29643    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniformMatrix2x3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29644    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniformMatrix2x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29645    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniformMatrix2x4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29646    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniformMatrix2x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29647    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniformMatrix3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29648    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniformMatrix3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29649    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniformMatrix3x2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29650    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniformMatrix3x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29651    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniformMatrix3x4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29652    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniformMatrix3x4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29653    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniformMatrix4dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29654    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniformMatrix4fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29655    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniformMatrix4x2dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29656    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniformMatrix4x2fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29657    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniformMatrix4x3dv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29658    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniformMatrix4x3fv": ('int', 'int', 'int', 'typing.Sequence[float]'),
29659    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUniformSubroutinesuiv": ('int', 'int', 'typing.Sequence[int]'),
29660    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUnmapBuffer": ('int',),
29661    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUnmapNamedBuffer": ('int',),
29662    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUseProgram": ('int',),
29663    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glUseProgramStages": ('int', 'int', 'int'),
29664    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glValidateProgram": ('int',),
29665    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glValidateProgramPipeline": ('int',),
29666    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexArrayAttribBinding": ('int', 'int', 'int'),
29667    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexArrayAttribFormat": ('int', 'int', 'int', 'int', 'int', 'int'),
29668    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexArrayAttribIFormat": ('int', 'int', 'int', 'int', 'int'),
29669    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexArrayAttribLFormat": ('int', 'int', 'int', 'int', 'int'),
29670    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexArrayBindingDivisor": ('int', 'int', 'int'),
29671    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexArrayElementBuffer": ('int', 'int'),
29672    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexArrayVertexBuffers": ('int', 'int', 'int', 'typing.Sequence[int]', 'typing.Sequence[int]', 'typing.Sequence[int]'),
29673    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib1d": ('int', 'float'),
29674    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib1dv": ('int', 'typing.Sequence[float]'),
29675    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib1f": ('int', 'float'),
29676    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib1fv": ('int', 'typing.Sequence[float]'),
29677    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib1s": ('int', 'int'),
29678    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib1sv": ('int', 'typing.Sequence[int]'),
29679    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib2d": ('int', 'float', 'float'),
29680    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib2dv": ('int', 'typing.Sequence[float]'),
29681    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib2f": ('int', 'float', 'float'),
29682    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib2fv": ('int', 'typing.Sequence[float]'),
29683    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib2s": ('int', 'int', 'int'),
29684    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib2sv": ('int', 'typing.Sequence[int]'),
29685    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib3d": ('int', 'float', 'float', 'float'),
29686    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib3dv": ('int', 'typing.Sequence[float]'),
29687    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib3f": ('int', 'float', 'float', 'float'),
29688    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib3fv": ('int', 'typing.Sequence[float]'),
29689    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib3s": ('int', 'int', 'int', 'int'),
29690    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib3sv": ('int', 'typing.Sequence[int]'),
29691    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib4Nbv": ('int', 'str'),
29692    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib4Niv": ('int', 'typing.Sequence[int]'),
29693    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib4Nsv": ('int', 'typing.Sequence[int]'),
29694    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib4Nub": ('int', 'int', 'int', 'int', 'int'),
29695    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib4Nubv": ('int', 'str'),
29696    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib4Nuiv": ('int', 'typing.Sequence[int]'),
29697    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib4Nusv": ('int', 'typing.Sequence[int]'),
29698    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib4bv": ('int', 'str'),
29699    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib4d": ('int', 'float', 'float', 'float', 'float'),
29700    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib4dv": ('int', 'typing.Sequence[float]'),
29701    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib4f": ('int', 'float', 'float', 'float', 'float'),
29702    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib4fv": ('int', 'typing.Sequence[float]'),
29703    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib4iv": ('int', 'typing.Sequence[int]'),
29704    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib4s": ('int', 'int', 'int', 'int', 'int'),
29705    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib4sv": ('int', 'typing.Sequence[int]'),
29706    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib4ubv": ('int', 'str'),
29707    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib4uiv": ('int', 'typing.Sequence[int]'),
29708    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttrib4usv": ('int', 'typing.Sequence[int]'),
29709    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribBinding": ('int', 'int'),
29710    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribDivisor": ('int', 'int'),
29711    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribFormat": ('int', 'int', 'int', 'int', 'int'),
29712    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribI1i": ('int', 'int'),
29713    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribI1iv": ('int', 'typing.Sequence[int]'),
29714    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribI1ui": ('int', 'int'),
29715    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribI1uiv": ('int', 'typing.Sequence[int]'),
29716    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribI2i": ('int', 'int', 'int'),
29717    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribI2iv": ('int', 'typing.Sequence[int]'),
29718    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribI2ui": ('int', 'int', 'int'),
29719    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribI2uiv": ('int', 'typing.Sequence[int]'),
29720    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribI3i": ('int', 'int', 'int', 'int'),
29721    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribI3iv": ('int', 'typing.Sequence[int]'),
29722    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribI3ui": ('int', 'int', 'int', 'int'),
29723    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribI3uiv": ('int', 'typing.Sequence[int]'),
29724    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribI4bv": ('int', 'str'),
29725    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribI4i": ('int', 'int', 'int', 'int', 'int'),
29726    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribI4iv": ('int', 'typing.Sequence[int]'),
29727    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribI4sv": ('int', 'typing.Sequence[int]'),
29728    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribI4ubv": ('int', 'str'),
29729    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribI4ui": ('int', 'int', 'int', 'int', 'int'),
29730    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribI4uiv": ('int', 'typing.Sequence[int]'),
29731    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribI4usv": ('int', 'typing.Sequence[int]'),
29732    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribIFormat": ('int', 'int', 'int', 'int'),
29733    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribIPointer": ('int', 'int', 'int', 'int', 'int'),
29734    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribL1d": ('int', 'float'),
29735    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribL1dv": ('int', 'typing.Sequence[float]'),
29736    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribL2d": ('int', 'float', 'float'),
29737    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribL2dv": ('int', 'typing.Sequence[float]'),
29738    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribL3d": ('int', 'float', 'float', 'float'),
29739    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribL3dv": ('int', 'typing.Sequence[float]'),
29740    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribL4d": ('int', 'float', 'float', 'float', 'float'),
29741    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribL4dv": ('int', 'typing.Sequence[float]'),
29742    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribLFormat": ('int', 'int', 'int', 'int'),
29743    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribLPointer": ('int', 'int', 'int', 'int', 'int'),
29744    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribP1ui": ('int', 'int', 'int', 'int'),
29745    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribP1uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
29746    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribP2ui": ('int', 'int', 'int', 'int'),
29747    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribP2uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
29748    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribP3ui": ('int', 'int', 'int', 'int'),
29749    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribP3uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
29750    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribP4ui": ('int', 'int', 'int', 'int'),
29751    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribP4uiv": ('int', 'int', 'int', 'typing.Sequence[int]'),
29752    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexAttribPointer": ('int', 'int', 'int', 'int', 'int', 'int'),
29753    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glVertexBindingDivisor": ('int', 'int'),
29754    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glViewport": ('int', 'int', 'int', 'int'),
29755    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glViewportArrayv": ('int', 'int', 'typing.Sequence[float]'),
29756    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glViewportIndexedf": ('int', 'float', 'float', 'float', 'float'),
29757    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.glViewportIndexedfv": ('int', 'typing.Sequence[float]'),
29758    "PySide2.QtOpenGLFunctions.QOpenGLFunctions_4_5_Core.initializeOpenGLFunctions": (),
29759    }) if "PySide2.QtOpenGLFunctions" in sys.modules else None
29760# Module PySide2.QtPositioning
29761sig_dict.update({
29762# class PySide2.QtPositioning.QGeoAddress:
29763    "PySide2.QtPositioning.QGeoAddress.__init__": [(), ('PySide2.QtPositioning.QGeoAddress',)],
29764    "PySide2.QtPositioning.QGeoAddress.__copy__": (),
29765    "PySide2.QtPositioning.QGeoAddress.city": (),
29766    "PySide2.QtPositioning.QGeoAddress.clear": (),
29767    "PySide2.QtPositioning.QGeoAddress.country": (),
29768    "PySide2.QtPositioning.QGeoAddress.countryCode": (),
29769    "PySide2.QtPositioning.QGeoAddress.county": (),
29770    "PySide2.QtPositioning.QGeoAddress.district": (),
29771    "PySide2.QtPositioning.QGeoAddress.isEmpty": (),
29772    "PySide2.QtPositioning.QGeoAddress.isTextGenerated": (),
29773    "PySide2.QtPositioning.QGeoAddress.postalCode": (),
29774    "PySide2.QtPositioning.QGeoAddress.setCity": ('str',),
29775    "PySide2.QtPositioning.QGeoAddress.setCountry": ('str',),
29776    "PySide2.QtPositioning.QGeoAddress.setCountryCode": ('str',),
29777    "PySide2.QtPositioning.QGeoAddress.setCounty": ('str',),
29778    "PySide2.QtPositioning.QGeoAddress.setDistrict": ('str',),
29779    "PySide2.QtPositioning.QGeoAddress.setPostalCode": ('str',),
29780    "PySide2.QtPositioning.QGeoAddress.setState": ('str',),
29781    "PySide2.QtPositioning.QGeoAddress.setStreet": ('str',),
29782    "PySide2.QtPositioning.QGeoAddress.setText": ('str',),
29783    "PySide2.QtPositioning.QGeoAddress.state": (),
29784    "PySide2.QtPositioning.QGeoAddress.street": (),
29785    "PySide2.QtPositioning.QGeoAddress.text": (),
29786# class PySide2.QtPositioning.QGeoAreaMonitorInfo:
29787    "PySide2.QtPositioning.QGeoAreaMonitorInfo.__init__": [('PySide2.QtPositioning.QGeoAreaMonitorInfo',), ('str',)],
29788    "PySide2.QtPositioning.QGeoAreaMonitorInfo.__copy__": (),
29789    "PySide2.QtPositioning.QGeoAreaMonitorInfo.__lshift__": ('PySide2.QtCore.QDataStream',),
29790    "PySide2.QtPositioning.QGeoAreaMonitorInfo.__rshift__": ('PySide2.QtCore.QDataStream',),
29791    "PySide2.QtPositioning.QGeoAreaMonitorInfo.area": (),
29792    "PySide2.QtPositioning.QGeoAreaMonitorInfo.expiration": (),
29793    "PySide2.QtPositioning.QGeoAreaMonitorInfo.identifier": (),
29794    "PySide2.QtPositioning.QGeoAreaMonitorInfo.isPersistent": (),
29795    "PySide2.QtPositioning.QGeoAreaMonitorInfo.isValid": (),
29796    "PySide2.QtPositioning.QGeoAreaMonitorInfo.name": (),
29797    "PySide2.QtPositioning.QGeoAreaMonitorInfo.notificationParameters": (),
29798    "PySide2.QtPositioning.QGeoAreaMonitorInfo.setArea": ('PySide2.QtPositioning.QGeoShape',),
29799    "PySide2.QtPositioning.QGeoAreaMonitorInfo.setExpiration": ('PySide2.QtCore.QDateTime',),
29800    "PySide2.QtPositioning.QGeoAreaMonitorInfo.setName": ('str',),
29801    "PySide2.QtPositioning.QGeoAreaMonitorInfo.setNotificationParameters": ('typing.Dict[str, typing.Any]',),
29802    "PySide2.QtPositioning.QGeoAreaMonitorInfo.setPersistent": ('bool',),
29803# class PySide2.QtPositioning.QGeoAreaMonitorSource:
29804# class PySide2.QtPositioning.QGeoAreaMonitorSource.AreaMonitorFeature:
29805# class PySide2.QtPositioning.QGeoAreaMonitorSource.AreaMonitorFeatures:
29806# class PySide2.QtPositioning.QGeoAreaMonitorSource.Error:
29807    "PySide2.QtPositioning.QGeoAreaMonitorSource.__init__": ('PySide2.QtCore.QObject',),
29808    "PySide2.QtPositioning.QGeoAreaMonitorSource.activeMonitors": [(), ('PySide2.QtPositioning.QGeoShape',)],
29809    "PySide2.QtPositioning.QGeoAreaMonitorSource.availableSources": (),
29810    "PySide2.QtPositioning.QGeoAreaMonitorSource.createDefaultSource": ('PySide2.QtCore.QObject',),
29811    "PySide2.QtPositioning.QGeoAreaMonitorSource.createSource": ('str', 'PySide2.QtCore.QObject'),
29812    "PySide2.QtPositioning.QGeoAreaMonitorSource.error": (),
29813    "PySide2.QtPositioning.QGeoAreaMonitorSource.positionInfoSource": (),
29814    "PySide2.QtPositioning.QGeoAreaMonitorSource.requestUpdate": ('PySide2.QtPositioning.QGeoAreaMonitorInfo', 'str'),
29815    "PySide2.QtPositioning.QGeoAreaMonitorSource.setPositionInfoSource": ('PySide2.QtPositioning.QGeoPositionInfoSource',),
29816    "PySide2.QtPositioning.QGeoAreaMonitorSource.sourceName": (),
29817    "PySide2.QtPositioning.QGeoAreaMonitorSource.startMonitoring": ('PySide2.QtPositioning.QGeoAreaMonitorInfo',),
29818    "PySide2.QtPositioning.QGeoAreaMonitorSource.stopMonitoring": ('PySide2.QtPositioning.QGeoAreaMonitorInfo',),
29819    "PySide2.QtPositioning.QGeoAreaMonitorSource.supportedAreaMonitorFeatures": (),
29820# class PySide2.QtPositioning.QGeoCircle:
29821    "PySide2.QtPositioning.QGeoCircle.__init__": [(), ('PySide2.QtPositioning.QGeoCircle',), ('PySide2.QtPositioning.QGeoCoordinate', 'float'), ('PySide2.QtPositioning.QGeoShape',)],
29822    "PySide2.QtPositioning.QGeoCircle.__copy__": (),
29823    "PySide2.QtPositioning.QGeoCircle.center": (),
29824    "PySide2.QtPositioning.QGeoCircle.extendCircle": ('PySide2.QtPositioning.QGeoCoordinate',),
29825    "PySide2.QtPositioning.QGeoCircle.radius": (),
29826    "PySide2.QtPositioning.QGeoCircle.setCenter": ('PySide2.QtPositioning.QGeoCoordinate',),
29827    "PySide2.QtPositioning.QGeoCircle.setRadius": ('float',),
29828    "PySide2.QtPositioning.QGeoCircle.toString": (),
29829    "PySide2.QtPositioning.QGeoCircle.translate": ('float', 'float'),
29830    "PySide2.QtPositioning.QGeoCircle.translated": ('float', 'float'),
29831# class PySide2.QtPositioning.QGeoCoordinate:
29832# class PySide2.QtPositioning.QGeoCoordinate.CoordinateFormat:
29833# class PySide2.QtPositioning.QGeoCoordinate.CoordinateType:
29834    "PySide2.QtPositioning.QGeoCoordinate.__init__": [(), ('PySide2.QtPositioning.QGeoCoordinate',), ('float', 'float'), ('float', 'float', 'float')],
29835    "PySide2.QtPositioning.QGeoCoordinate.__copy__": (),
29836    "PySide2.QtPositioning.QGeoCoordinate.__lshift__": ('PySide2.QtCore.QDataStream',),
29837    "PySide2.QtPositioning.QGeoCoordinate.__rshift__": ('PySide2.QtCore.QDataStream',),
29838    "PySide2.QtPositioning.QGeoCoordinate.altitude": (),
29839    "PySide2.QtPositioning.QGeoCoordinate.atDistanceAndAzimuth": ('float', 'float', 'float'),
29840    "PySide2.QtPositioning.QGeoCoordinate.azimuthTo": ('PySide2.QtPositioning.QGeoCoordinate',),
29841    "PySide2.QtPositioning.QGeoCoordinate.distanceTo": ('PySide2.QtPositioning.QGeoCoordinate',),
29842    "PySide2.QtPositioning.QGeoCoordinate.isValid": (),
29843    "PySide2.QtPositioning.QGeoCoordinate.latitude": (),
29844    "PySide2.QtPositioning.QGeoCoordinate.longitude": (),
29845    "PySide2.QtPositioning.QGeoCoordinate.setAltitude": ('float',),
29846    "PySide2.QtPositioning.QGeoCoordinate.setLatitude": ('float',),
29847    "PySide2.QtPositioning.QGeoCoordinate.setLongitude": ('float',),
29848    "PySide2.QtPositioning.QGeoCoordinate.toString": ('PySide2.QtPositioning.QGeoCoordinate.CoordinateFormat',),
29849    "PySide2.QtPositioning.QGeoCoordinate.type": (),
29850# class PySide2.QtPositioning.QGeoLocation:
29851    "PySide2.QtPositioning.QGeoLocation.__init__": [(), ('PySide2.QtPositioning.QGeoLocation',)],
29852    "PySide2.QtPositioning.QGeoLocation.__copy__": (),
29853    "PySide2.QtPositioning.QGeoLocation.address": (),
29854    "PySide2.QtPositioning.QGeoLocation.boundingBox": (),
29855    "PySide2.QtPositioning.QGeoLocation.coordinate": (),
29856    "PySide2.QtPositioning.QGeoLocation.extendedAttributes": (),
29857    "PySide2.QtPositioning.QGeoLocation.isEmpty": (),
29858    "PySide2.QtPositioning.QGeoLocation.setAddress": ('PySide2.QtPositioning.QGeoAddress',),
29859    "PySide2.QtPositioning.QGeoLocation.setBoundingBox": ('PySide2.QtPositioning.QGeoRectangle',),
29860    "PySide2.QtPositioning.QGeoLocation.setCoordinate": ('PySide2.QtPositioning.QGeoCoordinate',),
29861    "PySide2.QtPositioning.QGeoLocation.setExtendedAttributes": ('typing.Dict[str, typing.Any]',),
29862# class PySide2.QtPositioning.QGeoPath:
29863    "PySide2.QtPositioning.QGeoPath.__init__": [(), ('PySide2.QtPositioning.QGeoPath',), ('PySide2.QtPositioning.QGeoShape',), ('typing.Sequence[PySide2.QtPositioning.QGeoCoordinate]', 'float')],
29864    "PySide2.QtPositioning.QGeoPath.__copy__": (),
29865    "PySide2.QtPositioning.QGeoPath.addCoordinate": ('PySide2.QtPositioning.QGeoCoordinate',),
29866    "PySide2.QtPositioning.QGeoPath.clearPath": (),
29867    "PySide2.QtPositioning.QGeoPath.containsCoordinate": ('PySide2.QtPositioning.QGeoCoordinate',),
29868    "PySide2.QtPositioning.QGeoPath.coordinateAt": ('int',),
29869    "PySide2.QtPositioning.QGeoPath.insertCoordinate": ('int', 'PySide2.QtPositioning.QGeoCoordinate'),
29870    "PySide2.QtPositioning.QGeoPath.length": ('int', 'int'),
29871    "PySide2.QtPositioning.QGeoPath.path": (),
29872    "PySide2.QtPositioning.QGeoPath.removeCoordinate": [('PySide2.QtPositioning.QGeoCoordinate',), ('int',)],
29873    "PySide2.QtPositioning.QGeoPath.replaceCoordinate": ('int', 'PySide2.QtPositioning.QGeoCoordinate'),
29874    "PySide2.QtPositioning.QGeoPath.setPath": ('typing.Sequence[PySide2.QtPositioning.QGeoCoordinate]',),
29875    "PySide2.QtPositioning.QGeoPath.setVariantPath": ('typing.Sequence[typing.Any]',),
29876    "PySide2.QtPositioning.QGeoPath.setWidth": ('float',),
29877    "PySide2.QtPositioning.QGeoPath.size": (),
29878    "PySide2.QtPositioning.QGeoPath.toString": (),
29879    "PySide2.QtPositioning.QGeoPath.translate": ('float', 'float'),
29880    "PySide2.QtPositioning.QGeoPath.translated": ('float', 'float'),
29881    "PySide2.QtPositioning.QGeoPath.variantPath": (),
29882    "PySide2.QtPositioning.QGeoPath.width": (),
29883# class PySide2.QtPositioning.QGeoPolygon:
29884    "PySide2.QtPositioning.QGeoPolygon.__init__": [(), ('PySide2.QtPositioning.QGeoPolygon',), ('PySide2.QtPositioning.QGeoShape',), ('typing.Sequence[PySide2.QtPositioning.QGeoCoordinate]',)],
29885    "PySide2.QtPositioning.QGeoPolygon.__copy__": (),
29886    "PySide2.QtPositioning.QGeoPolygon.addCoordinate": ('PySide2.QtPositioning.QGeoCoordinate',),
29887    "PySide2.QtPositioning.QGeoPolygon.addHole": [('typing.Any',), ('typing.Sequence[PySide2.QtPositioning.QGeoCoordinate]',)],
29888    "PySide2.QtPositioning.QGeoPolygon.containsCoordinate": ('PySide2.QtPositioning.QGeoCoordinate',),
29889    "PySide2.QtPositioning.QGeoPolygon.coordinateAt": ('int',),
29890    "PySide2.QtPositioning.QGeoPolygon.hole": ('int',),
29891    "PySide2.QtPositioning.QGeoPolygon.holePath": ('int',),
29892    "PySide2.QtPositioning.QGeoPolygon.holesCount": (),
29893    "PySide2.QtPositioning.QGeoPolygon.insertCoordinate": ('int', 'PySide2.QtPositioning.QGeoCoordinate'),
29894    "PySide2.QtPositioning.QGeoPolygon.length": ('int', 'int'),
29895    "PySide2.QtPositioning.QGeoPolygon.path": (),
29896    "PySide2.QtPositioning.QGeoPolygon.perimeter": (),
29897    "PySide2.QtPositioning.QGeoPolygon.removeCoordinate": [('PySide2.QtPositioning.QGeoCoordinate',), ('int',)],
29898    "PySide2.QtPositioning.QGeoPolygon.removeHole": ('int',),
29899    "PySide2.QtPositioning.QGeoPolygon.replaceCoordinate": ('int', 'PySide2.QtPositioning.QGeoCoordinate'),
29900    "PySide2.QtPositioning.QGeoPolygon.setPath": ('typing.Sequence[PySide2.QtPositioning.QGeoCoordinate]',),
29901    "PySide2.QtPositioning.QGeoPolygon.setPerimeter": ('typing.Sequence[typing.Any]',),
29902    "PySide2.QtPositioning.QGeoPolygon.size": (),
29903    "PySide2.QtPositioning.QGeoPolygon.toString": (),
29904    "PySide2.QtPositioning.QGeoPolygon.translate": ('float', 'float'),
29905    "PySide2.QtPositioning.QGeoPolygon.translated": ('float', 'float'),
29906# class PySide2.QtPositioning.QGeoPositionInfo:
29907# class PySide2.QtPositioning.QGeoPositionInfo.Attribute:
29908    "PySide2.QtPositioning.QGeoPositionInfo.__init__": [(), ('PySide2.QtPositioning.QGeoCoordinate', 'PySide2.QtCore.QDateTime'), ('PySide2.QtPositioning.QGeoPositionInfo',)],
29909    "PySide2.QtPositioning.QGeoPositionInfo.__copy__": (),
29910    "PySide2.QtPositioning.QGeoPositionInfo.__lshift__": ('PySide2.QtCore.QDataStream',),
29911    "PySide2.QtPositioning.QGeoPositionInfo.__rshift__": ('PySide2.QtCore.QDataStream',),
29912    "PySide2.QtPositioning.QGeoPositionInfo.attribute": ('PySide2.QtPositioning.QGeoPositionInfo.Attribute',),
29913    "PySide2.QtPositioning.QGeoPositionInfo.coordinate": (),
29914    "PySide2.QtPositioning.QGeoPositionInfo.hasAttribute": ('PySide2.QtPositioning.QGeoPositionInfo.Attribute',),
29915    "PySide2.QtPositioning.QGeoPositionInfo.isValid": (),
29916    "PySide2.QtPositioning.QGeoPositionInfo.removeAttribute": ('PySide2.QtPositioning.QGeoPositionInfo.Attribute',),
29917    "PySide2.QtPositioning.QGeoPositionInfo.setAttribute": ('PySide2.QtPositioning.QGeoPositionInfo.Attribute', 'float'),
29918    "PySide2.QtPositioning.QGeoPositionInfo.setCoordinate": ('PySide2.QtPositioning.QGeoCoordinate',),
29919    "PySide2.QtPositioning.QGeoPositionInfo.setTimestamp": ('PySide2.QtCore.QDateTime',),
29920    "PySide2.QtPositioning.QGeoPositionInfo.timestamp": (),
29921# class PySide2.QtPositioning.QGeoPositionInfoSource:
29922# class PySide2.QtPositioning.QGeoPositionInfoSource.Error:
29923# class PySide2.QtPositioning.QGeoPositionInfoSource.PositioningMethod:
29924# class PySide2.QtPositioning.QGeoPositionInfoSource.PositioningMethods:
29925    "PySide2.QtPositioning.QGeoPositionInfoSource.__init__": ('PySide2.QtCore.QObject',),
29926    "PySide2.QtPositioning.QGeoPositionInfoSource.availableSources": (),
29927    "PySide2.QtPositioning.QGeoPositionInfoSource.backendProperty": ('str',),
29928    "PySide2.QtPositioning.QGeoPositionInfoSource.createDefaultSource": [('PySide2.QtCore.QObject',), ('typing.Dict[str, typing.Any]', 'PySide2.QtCore.QObject')],
29929    "PySide2.QtPositioning.QGeoPositionInfoSource.createSource": [('str', 'PySide2.QtCore.QObject'), ('str', 'typing.Dict[str, typing.Any]', 'PySide2.QtCore.QObject')],
29930    "PySide2.QtPositioning.QGeoPositionInfoSource.error": (),
29931    "PySide2.QtPositioning.QGeoPositionInfoSource.lastKnownPosition": ('bool',),
29932    "PySide2.QtPositioning.QGeoPositionInfoSource.minimumUpdateInterval": (),
29933    "PySide2.QtPositioning.QGeoPositionInfoSource.preferredPositioningMethods": (),
29934    "PySide2.QtPositioning.QGeoPositionInfoSource.requestUpdate": ('int',),
29935    "PySide2.QtPositioning.QGeoPositionInfoSource.setBackendProperty": ('str', 'typing.Any'),
29936    "PySide2.QtPositioning.QGeoPositionInfoSource.setPreferredPositioningMethods": ('PySide2.QtPositioning.QGeoPositionInfoSource.PositioningMethods',),
29937    "PySide2.QtPositioning.QGeoPositionInfoSource.setUpdateInterval": ('int',),
29938    "PySide2.QtPositioning.QGeoPositionInfoSource.sourceName": (),
29939    "PySide2.QtPositioning.QGeoPositionInfoSource.startUpdates": (),
29940    "PySide2.QtPositioning.QGeoPositionInfoSource.stopUpdates": (),
29941    "PySide2.QtPositioning.QGeoPositionInfoSource.supportedPositioningMethods": (),
29942    "PySide2.QtPositioning.QGeoPositionInfoSource.updateInterval": (),
29943# class PySide2.QtPositioning.QGeoPositionInfoSourceFactory:
29944    "PySide2.QtPositioning.QGeoPositionInfoSourceFactory.__init__": (),
29945    "PySide2.QtPositioning.QGeoPositionInfoSourceFactory.areaMonitor": ('PySide2.QtCore.QObject',),
29946    "PySide2.QtPositioning.QGeoPositionInfoSourceFactory.positionInfoSource": ('PySide2.QtCore.QObject',),
29947    "PySide2.QtPositioning.QGeoPositionInfoSourceFactory.satelliteInfoSource": ('PySide2.QtCore.QObject',),
29948# class PySide2.QtPositioning.QGeoRectangle:
29949    "PySide2.QtPositioning.QGeoRectangle.__init__": [(), ('PySide2.QtPositioning.QGeoCoordinate', 'PySide2.QtPositioning.QGeoCoordinate'), ('PySide2.QtPositioning.QGeoCoordinate', 'float', 'float'), ('PySide2.QtPositioning.QGeoRectangle',), ('PySide2.QtPositioning.QGeoShape',), ('typing.Sequence[PySide2.QtPositioning.QGeoCoordinate]',)],
29950    "PySide2.QtPositioning.QGeoRectangle.__copy__": (),
29951    "PySide2.QtPositioning.QGeoRectangle.__ior__": ('PySide2.QtPositioning.QGeoRectangle',),
29952    "PySide2.QtPositioning.QGeoRectangle.__or__": ('PySide2.QtPositioning.QGeoRectangle',),
29953    "PySide2.QtPositioning.QGeoRectangle.bottomLeft": (),
29954    "PySide2.QtPositioning.QGeoRectangle.bottomRight": (),
29955    "PySide2.QtPositioning.QGeoRectangle.center": (),
29956    "PySide2.QtPositioning.QGeoRectangle.contains": [('PySide2.QtPositioning.QGeoCoordinate',), ('PySide2.QtPositioning.QGeoRectangle',)],
29957    "PySide2.QtPositioning.QGeoRectangle.extendRectangle": ('PySide2.QtPositioning.QGeoCoordinate',),
29958    "PySide2.QtPositioning.QGeoRectangle.height": (),
29959    "PySide2.QtPositioning.QGeoRectangle.intersects": ('PySide2.QtPositioning.QGeoRectangle',),
29960    "PySide2.QtPositioning.QGeoRectangle.setBottomLeft": ('PySide2.QtPositioning.QGeoCoordinate',),
29961    "PySide2.QtPositioning.QGeoRectangle.setBottomRight": ('PySide2.QtPositioning.QGeoCoordinate',),
29962    "PySide2.QtPositioning.QGeoRectangle.setCenter": ('PySide2.QtPositioning.QGeoCoordinate',),
29963    "PySide2.QtPositioning.QGeoRectangle.setHeight": ('float',),
29964    "PySide2.QtPositioning.QGeoRectangle.setTopLeft": ('PySide2.QtPositioning.QGeoCoordinate',),
29965    "PySide2.QtPositioning.QGeoRectangle.setTopRight": ('PySide2.QtPositioning.QGeoCoordinate',),
29966    "PySide2.QtPositioning.QGeoRectangle.setWidth": ('float',),
29967    "PySide2.QtPositioning.QGeoRectangle.toString": (),
29968    "PySide2.QtPositioning.QGeoRectangle.topLeft": (),
29969    "PySide2.QtPositioning.QGeoRectangle.topRight": (),
29970    "PySide2.QtPositioning.QGeoRectangle.translate": ('float', 'float'),
29971    "PySide2.QtPositioning.QGeoRectangle.translated": ('float', 'float'),
29972    "PySide2.QtPositioning.QGeoRectangle.united": ('PySide2.QtPositioning.QGeoRectangle',),
29973    "PySide2.QtPositioning.QGeoRectangle.width": (),
29974# class PySide2.QtPositioning.QGeoSatelliteInfo:
29975# class PySide2.QtPositioning.QGeoSatelliteInfo.Attribute:
29976# class PySide2.QtPositioning.QGeoSatelliteInfo.SatelliteSystem:
29977    "PySide2.QtPositioning.QGeoSatelliteInfo.__init__": [(), ('PySide2.QtPositioning.QGeoSatelliteInfo',)],
29978    "PySide2.QtPositioning.QGeoSatelliteInfo.__copy__": (),
29979    "PySide2.QtPositioning.QGeoSatelliteInfo.__lshift__": ('PySide2.QtCore.QDataStream',),
29980    "PySide2.QtPositioning.QGeoSatelliteInfo.__rshift__": ('PySide2.QtCore.QDataStream',),
29981    "PySide2.QtPositioning.QGeoSatelliteInfo.attribute": ('PySide2.QtPositioning.QGeoSatelliteInfo.Attribute',),
29982    "PySide2.QtPositioning.QGeoSatelliteInfo.hasAttribute": ('PySide2.QtPositioning.QGeoSatelliteInfo.Attribute',),
29983    "PySide2.QtPositioning.QGeoSatelliteInfo.removeAttribute": ('PySide2.QtPositioning.QGeoSatelliteInfo.Attribute',),
29984    "PySide2.QtPositioning.QGeoSatelliteInfo.satelliteIdentifier": (),
29985    "PySide2.QtPositioning.QGeoSatelliteInfo.satelliteSystem": (),
29986    "PySide2.QtPositioning.QGeoSatelliteInfo.setAttribute": ('PySide2.QtPositioning.QGeoSatelliteInfo.Attribute', 'float'),
29987    "PySide2.QtPositioning.QGeoSatelliteInfo.setSatelliteIdentifier": ('int',),
29988    "PySide2.QtPositioning.QGeoSatelliteInfo.setSatelliteSystem": ('PySide2.QtPositioning.QGeoSatelliteInfo.SatelliteSystem',),
29989    "PySide2.QtPositioning.QGeoSatelliteInfo.setSignalStrength": ('int',),
29990    "PySide2.QtPositioning.QGeoSatelliteInfo.signalStrength": (),
29991# class PySide2.QtPositioning.QGeoSatelliteInfoSource:
29992# class PySide2.QtPositioning.QGeoSatelliteInfoSource.Error:
29993    "PySide2.QtPositioning.QGeoSatelliteInfoSource.__init__": ('PySide2.QtCore.QObject',),
29994    "PySide2.QtPositioning.QGeoSatelliteInfoSource.availableSources": (),
29995    "PySide2.QtPositioning.QGeoSatelliteInfoSource.createDefaultSource": [('PySide2.QtCore.QObject',), ('typing.Dict[str, typing.Any]', 'PySide2.QtCore.QObject')],
29996    "PySide2.QtPositioning.QGeoSatelliteInfoSource.createSource": [('str', 'PySide2.QtCore.QObject'), ('str', 'typing.Dict[str, typing.Any]', 'PySide2.QtCore.QObject')],
29997    "PySide2.QtPositioning.QGeoSatelliteInfoSource.error": (),
29998    "PySide2.QtPositioning.QGeoSatelliteInfoSource.minimumUpdateInterval": (),
29999    "PySide2.QtPositioning.QGeoSatelliteInfoSource.requestUpdate": ('int',),
30000    "PySide2.QtPositioning.QGeoSatelliteInfoSource.setUpdateInterval": ('int',),
30001    "PySide2.QtPositioning.QGeoSatelliteInfoSource.sourceName": (),
30002    "PySide2.QtPositioning.QGeoSatelliteInfoSource.startUpdates": (),
30003    "PySide2.QtPositioning.QGeoSatelliteInfoSource.stopUpdates": (),
30004    "PySide2.QtPositioning.QGeoSatelliteInfoSource.updateInterval": (),
30005# class PySide2.QtPositioning.QGeoShape:
30006# class PySide2.QtPositioning.QGeoShape.ShapeType:
30007    "PySide2.QtPositioning.QGeoShape.__init__": [(), ('PySide2.QtPositioning.QGeoShape',)],
30008    "PySide2.QtPositioning.QGeoShape.__copy__": (),
30009    "PySide2.QtPositioning.QGeoShape.__lshift__": ('PySide2.QtCore.QDataStream',),
30010    "PySide2.QtPositioning.QGeoShape.__rshift__": ('PySide2.QtCore.QDataStream',),
30011    "PySide2.QtPositioning.QGeoShape.boundingGeoRectangle": (),
30012    "PySide2.QtPositioning.QGeoShape.center": (),
30013    "PySide2.QtPositioning.QGeoShape.contains": ('PySide2.QtPositioning.QGeoCoordinate',),
30014    "PySide2.QtPositioning.QGeoShape.extendShape": ('PySide2.QtPositioning.QGeoCoordinate',),
30015    "PySide2.QtPositioning.QGeoShape.isEmpty": (),
30016    "PySide2.QtPositioning.QGeoShape.isValid": (),
30017    "PySide2.QtPositioning.QGeoShape.toString": (),
30018    "PySide2.QtPositioning.QGeoShape.type": (),
30019# class PySide2.QtPositioning.QNmeaPositionInfoSource:
30020# class PySide2.QtPositioning.QNmeaPositionInfoSource.UpdateMode:
30021    "PySide2.QtPositioning.QNmeaPositionInfoSource.__init__": ('PySide2.QtPositioning.QNmeaPositionInfoSource.UpdateMode', 'PySide2.QtCore.QObject'),
30022    "PySide2.QtPositioning.QNmeaPositionInfoSource.device": (),
30023    "PySide2.QtPositioning.QNmeaPositionInfoSource.error": (),
30024    "PySide2.QtPositioning.QNmeaPositionInfoSource.lastKnownPosition": ('bool',),
30025    "PySide2.QtPositioning.QNmeaPositionInfoSource.minimumUpdateInterval": (),
30026    "PySide2.QtPositioning.QNmeaPositionInfoSource.parsePosInfoFromNmeaData": ('str', 'int', 'PySide2.QtPositioning.QGeoPositionInfo'),
30027    "PySide2.QtPositioning.QNmeaPositionInfoSource.requestUpdate": ('int',),
30028    "PySide2.QtPositioning.QNmeaPositionInfoSource.setDevice": ('PySide2.QtCore.QIODevice',),
30029    "PySide2.QtPositioning.QNmeaPositionInfoSource.setUpdateInterval": ('int',),
30030    "PySide2.QtPositioning.QNmeaPositionInfoSource.setUserEquivalentRangeError": ('float',),
30031    "PySide2.QtPositioning.QNmeaPositionInfoSource.startUpdates": (),
30032    "PySide2.QtPositioning.QNmeaPositionInfoSource.stopUpdates": (),
30033    "PySide2.QtPositioning.QNmeaPositionInfoSource.supportedPositioningMethods": (),
30034    "PySide2.QtPositioning.QNmeaPositionInfoSource.updateMode": (),
30035    "PySide2.QtPositioning.QNmeaPositionInfoSource.userEquivalentRangeError": (),
30036    }) if "PySide2.QtPositioning" in sys.modules else None
30037# Module PySide2.QtLocation
30038sig_dict.update({
30039# class PySide2.QtLocation.QGeoCodeReply:
30040# class PySide2.QtLocation.QGeoCodeReply.Error:
30041    "PySide2.QtLocation.QGeoCodeReply.__init__": [('PySide2.QtCore.QObject',), ('PySide2.QtLocation.QGeoCodeReply.Error', 'str', 'PySide2.QtCore.QObject')],
30042    "PySide2.QtLocation.QGeoCodeReply.abort": (),
30043    "PySide2.QtLocation.QGeoCodeReply.addLocation": ('PySide2.QtPositioning.QGeoLocation',),
30044    "PySide2.QtLocation.QGeoCodeReply.error": (),
30045    "PySide2.QtLocation.QGeoCodeReply.errorString": (),
30046    "PySide2.QtLocation.QGeoCodeReply.isFinished": (),
30047    "PySide2.QtLocation.QGeoCodeReply.limit": (),
30048    "PySide2.QtLocation.QGeoCodeReply.locations": (),
30049    "PySide2.QtLocation.QGeoCodeReply.offset": (),
30050    "PySide2.QtLocation.QGeoCodeReply.setError": ('PySide2.QtLocation.QGeoCodeReply.Error', 'str'),
30051    "PySide2.QtLocation.QGeoCodeReply.setFinished": ('bool',),
30052    "PySide2.QtLocation.QGeoCodeReply.setLimit": ('int',),
30053    "PySide2.QtLocation.QGeoCodeReply.setLocations": ('typing.Sequence[PySide2.QtPositioning.QGeoLocation]',),
30054    "PySide2.QtLocation.QGeoCodeReply.setOffset": ('int',),
30055    "PySide2.QtLocation.QGeoCodeReply.setViewport": ('PySide2.QtPositioning.QGeoShape',),
30056    "PySide2.QtLocation.QGeoCodeReply.viewport": (),
30057# class PySide2.QtLocation.QGeoCodingManager:
30058    "PySide2.QtLocation.QGeoCodingManager.geocode": [('PySide2.QtPositioning.QGeoAddress', 'PySide2.QtPositioning.QGeoShape'), ('str', 'int', 'int', 'PySide2.QtPositioning.QGeoShape')],
30059    "PySide2.QtLocation.QGeoCodingManager.locale": (),
30060    "PySide2.QtLocation.QGeoCodingManager.managerName": (),
30061    "PySide2.QtLocation.QGeoCodingManager.managerVersion": (),
30062    "PySide2.QtLocation.QGeoCodingManager.reverseGeocode": ('PySide2.QtPositioning.QGeoCoordinate', 'PySide2.QtPositioning.QGeoShape'),
30063    "PySide2.QtLocation.QGeoCodingManager.setLocale": ('PySide2.QtCore.QLocale',),
30064# class PySide2.QtLocation.QGeoCodingManagerEngine:
30065    "PySide2.QtLocation.QGeoCodingManagerEngine.__init__": ('typing.Dict[str, typing.Any]', 'PySide2.QtCore.QObject'),
30066    "PySide2.QtLocation.QGeoCodingManagerEngine.geocode": [('PySide2.QtPositioning.QGeoAddress', 'PySide2.QtPositioning.QGeoShape'), ('str', 'int', 'int', 'PySide2.QtPositioning.QGeoShape')],
30067    "PySide2.QtLocation.QGeoCodingManagerEngine.locale": (),
30068    "PySide2.QtLocation.QGeoCodingManagerEngine.managerName": (),
30069    "PySide2.QtLocation.QGeoCodingManagerEngine.managerVersion": (),
30070    "PySide2.QtLocation.QGeoCodingManagerEngine.reverseGeocode": ('PySide2.QtPositioning.QGeoCoordinate', 'PySide2.QtPositioning.QGeoShape'),
30071    "PySide2.QtLocation.QGeoCodingManagerEngine.setLocale": ('PySide2.QtCore.QLocale',),
30072# class PySide2.QtLocation.QGeoManeuver:
30073# class PySide2.QtLocation.QGeoManeuver.InstructionDirection:
30074    "PySide2.QtLocation.QGeoManeuver.__init__": [(), ('PySide2.QtLocation.QGeoManeuver',)],
30075    "PySide2.QtLocation.QGeoManeuver.__copy__": (),
30076    "PySide2.QtLocation.QGeoManeuver.direction": (),
30077    "PySide2.QtLocation.QGeoManeuver.distanceToNextInstruction": (),
30078    "PySide2.QtLocation.QGeoManeuver.extendedAttributes": (),
30079    "PySide2.QtLocation.QGeoManeuver.instructionText": (),
30080    "PySide2.QtLocation.QGeoManeuver.isValid": (),
30081    "PySide2.QtLocation.QGeoManeuver.position": (),
30082    "PySide2.QtLocation.QGeoManeuver.setDirection": ('PySide2.QtLocation.QGeoManeuver.InstructionDirection',),
30083    "PySide2.QtLocation.QGeoManeuver.setDistanceToNextInstruction": ('float',),
30084    "PySide2.QtLocation.QGeoManeuver.setExtendedAttributes": ('typing.Dict[str, typing.Any]',),
30085    "PySide2.QtLocation.QGeoManeuver.setInstructionText": ('str',),
30086    "PySide2.QtLocation.QGeoManeuver.setPosition": ('PySide2.QtPositioning.QGeoCoordinate',),
30087    "PySide2.QtLocation.QGeoManeuver.setTimeToNextInstruction": ('int',),
30088    "PySide2.QtLocation.QGeoManeuver.setWaypoint": ('PySide2.QtPositioning.QGeoCoordinate',),
30089    "PySide2.QtLocation.QGeoManeuver.timeToNextInstruction": (),
30090    "PySide2.QtLocation.QGeoManeuver.waypoint": (),
30091# class PySide2.QtLocation.QGeoRoute:
30092    "PySide2.QtLocation.QGeoRoute.__init__": [(), ('PySide2.QtLocation.QGeoRoute',)],
30093    "PySide2.QtLocation.QGeoRoute.__copy__": (),
30094    "PySide2.QtLocation.QGeoRoute.bounds": (),
30095    "PySide2.QtLocation.QGeoRoute.distance": (),
30096    "PySide2.QtLocation.QGeoRoute.extendedAttributes": (),
30097    "PySide2.QtLocation.QGeoRoute.firstRouteSegment": (),
30098    "PySide2.QtLocation.QGeoRoute.path": (),
30099    "PySide2.QtLocation.QGeoRoute.request": (),
30100    "PySide2.QtLocation.QGeoRoute.routeId": (),
30101    "PySide2.QtLocation.QGeoRoute.setBounds": ('PySide2.QtPositioning.QGeoRectangle',),
30102    "PySide2.QtLocation.QGeoRoute.setDistance": ('float',),
30103    "PySide2.QtLocation.QGeoRoute.setExtendedAttributes": ('typing.Dict[str, typing.Any]',),
30104    "PySide2.QtLocation.QGeoRoute.setFirstRouteSegment": ('PySide2.QtLocation.QGeoRouteSegment',),
30105    "PySide2.QtLocation.QGeoRoute.setPath": ('typing.Sequence[PySide2.QtPositioning.QGeoCoordinate]',),
30106    "PySide2.QtLocation.QGeoRoute.setRequest": ('PySide2.QtLocation.QGeoRouteRequest',),
30107    "PySide2.QtLocation.QGeoRoute.setRouteId": ('str',),
30108    "PySide2.QtLocation.QGeoRoute.setTravelMode": ('PySide2.QtLocation.QGeoRouteRequest.TravelMode',),
30109    "PySide2.QtLocation.QGeoRoute.setTravelTime": ('int',),
30110    "PySide2.QtLocation.QGeoRoute.travelMode": (),
30111    "PySide2.QtLocation.QGeoRoute.travelTime": (),
30112# class PySide2.QtLocation.QGeoRouteReply:
30113# class PySide2.QtLocation.QGeoRouteReply.Error:
30114    "PySide2.QtLocation.QGeoRouteReply.__init__": [('PySide2.QtLocation.QGeoRouteReply.Error', 'str', 'PySide2.QtCore.QObject'), ('PySide2.QtLocation.QGeoRouteRequest', 'PySide2.QtCore.QObject')],
30115    "PySide2.QtLocation.QGeoRouteReply.abort": (),
30116    "PySide2.QtLocation.QGeoRouteReply.addRoutes": ('typing.Sequence[PySide2.QtLocation.QGeoRoute]',),
30117    "PySide2.QtLocation.QGeoRouteReply.error": (),
30118    "PySide2.QtLocation.QGeoRouteReply.errorString": (),
30119    "PySide2.QtLocation.QGeoRouteReply.isFinished": (),
30120    "PySide2.QtLocation.QGeoRouteReply.request": (),
30121    "PySide2.QtLocation.QGeoRouteReply.routes": (),
30122    "PySide2.QtLocation.QGeoRouteReply.setError": ('PySide2.QtLocation.QGeoRouteReply.Error', 'str'),
30123    "PySide2.QtLocation.QGeoRouteReply.setFinished": ('bool',),
30124    "PySide2.QtLocation.QGeoRouteReply.setRoutes": ('typing.Sequence[PySide2.QtLocation.QGeoRoute]',),
30125# class PySide2.QtLocation.QGeoRouteRequest:
30126# class PySide2.QtLocation.QGeoRouteRequest.FeatureType:
30127# class PySide2.QtLocation.QGeoRouteRequest.FeatureTypes:
30128# class PySide2.QtLocation.QGeoRouteRequest.FeatureWeight:
30129# class PySide2.QtLocation.QGeoRouteRequest.FeatureWeights:
30130# class PySide2.QtLocation.QGeoRouteRequest.ManeuverDetail:
30131# class PySide2.QtLocation.QGeoRouteRequest.ManeuverDetails:
30132# class PySide2.QtLocation.QGeoRouteRequest.RouteOptimization:
30133# class PySide2.QtLocation.QGeoRouteRequest.RouteOptimizations:
30134# class PySide2.QtLocation.QGeoRouteRequest.SegmentDetail:
30135# class PySide2.QtLocation.QGeoRouteRequest.SegmentDetails:
30136# class PySide2.QtLocation.QGeoRouteRequest.TravelMode:
30137# class PySide2.QtLocation.QGeoRouteRequest.TravelModes:
30138    "PySide2.QtLocation.QGeoRouteRequest.__init__": [('PySide2.QtLocation.QGeoRouteRequest',), ('PySide2.QtPositioning.QGeoCoordinate', 'PySide2.QtPositioning.QGeoCoordinate'), ('typing.Sequence[PySide2.QtPositioning.QGeoCoordinate]',)],
30139    "PySide2.QtLocation.QGeoRouteRequest.departureTime": (),
30140    "PySide2.QtLocation.QGeoRouteRequest.excludeAreas": (),
30141    "PySide2.QtLocation.QGeoRouteRequest.extraParameters": (),
30142    "PySide2.QtLocation.QGeoRouteRequest.featureTypes": (),
30143    "PySide2.QtLocation.QGeoRouteRequest.featureWeight": ('PySide2.QtLocation.QGeoRouteRequest.FeatureType',),
30144    "PySide2.QtLocation.QGeoRouteRequest.maneuverDetail": (),
30145    "PySide2.QtLocation.QGeoRouteRequest.numberAlternativeRoutes": (),
30146    "PySide2.QtLocation.QGeoRouteRequest.routeOptimization": (),
30147    "PySide2.QtLocation.QGeoRouteRequest.segmentDetail": (),
30148    "PySide2.QtLocation.QGeoRouteRequest.setDepartureTime": ('PySide2.QtCore.QDateTime',),
30149    "PySide2.QtLocation.QGeoRouteRequest.setExcludeAreas": ('typing.Sequence[PySide2.QtPositioning.QGeoRectangle]',),
30150    "PySide2.QtLocation.QGeoRouteRequest.setExtraParameters": ('typing.Dict[str, typing.Any]',),
30151    "PySide2.QtLocation.QGeoRouteRequest.setFeatureWeight": ('PySide2.QtLocation.QGeoRouteRequest.FeatureType', 'PySide2.QtLocation.QGeoRouteRequest.FeatureWeight'),
30152    "PySide2.QtLocation.QGeoRouteRequest.setManeuverDetail": ('PySide2.QtLocation.QGeoRouteRequest.ManeuverDetail',),
30153    "PySide2.QtLocation.QGeoRouteRequest.setNumberAlternativeRoutes": ('int',),
30154    "PySide2.QtLocation.QGeoRouteRequest.setRouteOptimization": ('PySide2.QtLocation.QGeoRouteRequest.RouteOptimizations',),
30155    "PySide2.QtLocation.QGeoRouteRequest.setSegmentDetail": ('PySide2.QtLocation.QGeoRouteRequest.SegmentDetail',),
30156    "PySide2.QtLocation.QGeoRouteRequest.setTravelModes": ('PySide2.QtLocation.QGeoRouteRequest.TravelModes',),
30157    "PySide2.QtLocation.QGeoRouteRequest.setWaypoints": ('typing.Sequence[PySide2.QtPositioning.QGeoCoordinate]',),
30158    "PySide2.QtLocation.QGeoRouteRequest.setWaypointsMetadata": ('typing.Sequence[typing.Dict]',),
30159    "PySide2.QtLocation.QGeoRouteRequest.travelModes": (),
30160    "PySide2.QtLocation.QGeoRouteRequest.waypoints": (),
30161    "PySide2.QtLocation.QGeoRouteRequest.waypointsMetadata": (),
30162# class PySide2.QtLocation.QGeoRouteSegment:
30163    "PySide2.QtLocation.QGeoRouteSegment.__init__": [(), ('PySide2.QtLocation.QGeoRouteSegment',)],
30164    "PySide2.QtLocation.QGeoRouteSegment.__copy__": (),
30165    "PySide2.QtLocation.QGeoRouteSegment.distance": (),
30166    "PySide2.QtLocation.QGeoRouteSegment.isLegLastSegment": (),
30167    "PySide2.QtLocation.QGeoRouteSegment.isValid": (),
30168    "PySide2.QtLocation.QGeoRouteSegment.maneuver": (),
30169    "PySide2.QtLocation.QGeoRouteSegment.nextRouteSegment": (),
30170    "PySide2.QtLocation.QGeoRouteSegment.path": (),
30171    "PySide2.QtLocation.QGeoRouteSegment.setDistance": ('float',),
30172    "PySide2.QtLocation.QGeoRouteSegment.setManeuver": ('PySide2.QtLocation.QGeoManeuver',),
30173    "PySide2.QtLocation.QGeoRouteSegment.setNextRouteSegment": ('PySide2.QtLocation.QGeoRouteSegment',),
30174    "PySide2.QtLocation.QGeoRouteSegment.setPath": ('typing.Sequence[PySide2.QtPositioning.QGeoCoordinate]',),
30175    "PySide2.QtLocation.QGeoRouteSegment.setTravelTime": ('int',),
30176    "PySide2.QtLocation.QGeoRouteSegment.travelTime": (),
30177# class PySide2.QtLocation.QGeoRoutingManager:
30178    "PySide2.QtLocation.QGeoRoutingManager.calculateRoute": ('PySide2.QtLocation.QGeoRouteRequest',),
30179    "PySide2.QtLocation.QGeoRoutingManager.locale": (),
30180    "PySide2.QtLocation.QGeoRoutingManager.managerName": (),
30181    "PySide2.QtLocation.QGeoRoutingManager.managerVersion": (),
30182    "PySide2.QtLocation.QGeoRoutingManager.measurementSystem": (),
30183    "PySide2.QtLocation.QGeoRoutingManager.setLocale": ('PySide2.QtCore.QLocale',),
30184    "PySide2.QtLocation.QGeoRoutingManager.setMeasurementSystem": ('PySide2.QtCore.QLocale.MeasurementSystem',),
30185    "PySide2.QtLocation.QGeoRoutingManager.supportedFeatureTypes": (),
30186    "PySide2.QtLocation.QGeoRoutingManager.supportedFeatureWeights": (),
30187    "PySide2.QtLocation.QGeoRoutingManager.supportedManeuverDetails": (),
30188    "PySide2.QtLocation.QGeoRoutingManager.supportedRouteOptimizations": (),
30189    "PySide2.QtLocation.QGeoRoutingManager.supportedSegmentDetails": (),
30190    "PySide2.QtLocation.QGeoRoutingManager.supportedTravelModes": (),
30191    "PySide2.QtLocation.QGeoRoutingManager.updateRoute": ('PySide2.QtLocation.QGeoRoute', 'PySide2.QtPositioning.QGeoCoordinate'),
30192# class PySide2.QtLocation.QGeoRoutingManagerEngine:
30193    "PySide2.QtLocation.QGeoRoutingManagerEngine.__init__": ('typing.Dict[str, typing.Any]', 'PySide2.QtCore.QObject'),
30194    "PySide2.QtLocation.QGeoRoutingManagerEngine.calculateRoute": ('PySide2.QtLocation.QGeoRouteRequest',),
30195    "PySide2.QtLocation.QGeoRoutingManagerEngine.locale": (),
30196    "PySide2.QtLocation.QGeoRoutingManagerEngine.managerName": (),
30197    "PySide2.QtLocation.QGeoRoutingManagerEngine.managerVersion": (),
30198    "PySide2.QtLocation.QGeoRoutingManagerEngine.measurementSystem": (),
30199    "PySide2.QtLocation.QGeoRoutingManagerEngine.setLocale": ('PySide2.QtCore.QLocale',),
30200    "PySide2.QtLocation.QGeoRoutingManagerEngine.setMeasurementSystem": ('PySide2.QtCore.QLocale.MeasurementSystem',),
30201    "PySide2.QtLocation.QGeoRoutingManagerEngine.setSupportedFeatureTypes": ('PySide2.QtLocation.QGeoRouteRequest.FeatureTypes',),
30202    "PySide2.QtLocation.QGeoRoutingManagerEngine.setSupportedFeatureWeights": ('PySide2.QtLocation.QGeoRouteRequest.FeatureWeights',),
30203    "PySide2.QtLocation.QGeoRoutingManagerEngine.setSupportedManeuverDetails": ('PySide2.QtLocation.QGeoRouteRequest.ManeuverDetails',),
30204    "PySide2.QtLocation.QGeoRoutingManagerEngine.setSupportedRouteOptimizations": ('PySide2.QtLocation.QGeoRouteRequest.RouteOptimizations',),
30205    "PySide2.QtLocation.QGeoRoutingManagerEngine.setSupportedSegmentDetails": ('PySide2.QtLocation.QGeoRouteRequest.SegmentDetails',),
30206    "PySide2.QtLocation.QGeoRoutingManagerEngine.setSupportedTravelModes": ('PySide2.QtLocation.QGeoRouteRequest.TravelModes',),
30207    "PySide2.QtLocation.QGeoRoutingManagerEngine.supportedFeatureTypes": (),
30208    "PySide2.QtLocation.QGeoRoutingManagerEngine.supportedFeatureWeights": (),
30209    "PySide2.QtLocation.QGeoRoutingManagerEngine.supportedManeuverDetails": (),
30210    "PySide2.QtLocation.QGeoRoutingManagerEngine.supportedRouteOptimizations": (),
30211    "PySide2.QtLocation.QGeoRoutingManagerEngine.supportedSegmentDetails": (),
30212    "PySide2.QtLocation.QGeoRoutingManagerEngine.supportedTravelModes": (),
30213    "PySide2.QtLocation.QGeoRoutingManagerEngine.updateRoute": ('PySide2.QtLocation.QGeoRoute', 'PySide2.QtPositioning.QGeoCoordinate'),
30214# class PySide2.QtLocation.QGeoServiceProvider:
30215# class PySide2.QtLocation.QGeoServiceProvider.Error:
30216# class PySide2.QtLocation.QGeoServiceProvider.GeocodingFeature:
30217# class PySide2.QtLocation.QGeoServiceProvider.GeocodingFeatures:
30218# class PySide2.QtLocation.QGeoServiceProvider.MappingFeature:
30219# class PySide2.QtLocation.QGeoServiceProvider.MappingFeatures:
30220# class PySide2.QtLocation.QGeoServiceProvider.NavigationFeature:
30221# class PySide2.QtLocation.QGeoServiceProvider.NavigationFeatures:
30222# class PySide2.QtLocation.QGeoServiceProvider.PlacesFeature:
30223# class PySide2.QtLocation.QGeoServiceProvider.PlacesFeatures:
30224# class PySide2.QtLocation.QGeoServiceProvider.RoutingFeature:
30225# class PySide2.QtLocation.QGeoServiceProvider.RoutingFeatures:
30226    "PySide2.QtLocation.QGeoServiceProvider.__init__": ('str', 'typing.Dict[str, typing.Any]', 'bool'),
30227    "PySide2.QtLocation.QGeoServiceProvider.availableServiceProviders": (),
30228    "PySide2.QtLocation.QGeoServiceProvider.error": (),
30229    "PySide2.QtLocation.QGeoServiceProvider.errorString": (),
30230    "PySide2.QtLocation.QGeoServiceProvider.geocodingError": (),
30231    "PySide2.QtLocation.QGeoServiceProvider.geocodingErrorString": (),
30232    "PySide2.QtLocation.QGeoServiceProvider.geocodingFeatures": (),
30233    "PySide2.QtLocation.QGeoServiceProvider.geocodingManager": (),
30234    "PySide2.QtLocation.QGeoServiceProvider.mappingError": (),
30235    "PySide2.QtLocation.QGeoServiceProvider.mappingErrorString": (),
30236    "PySide2.QtLocation.QGeoServiceProvider.mappingFeatures": (),
30237    "PySide2.QtLocation.QGeoServiceProvider.navigationError": (),
30238    "PySide2.QtLocation.QGeoServiceProvider.navigationErrorString": (),
30239    "PySide2.QtLocation.QGeoServiceProvider.navigationFeatures": (),
30240    "PySide2.QtLocation.QGeoServiceProvider.placeManager": (),
30241    "PySide2.QtLocation.QGeoServiceProvider.placesError": (),
30242    "PySide2.QtLocation.QGeoServiceProvider.placesErrorString": (),
30243    "PySide2.QtLocation.QGeoServiceProvider.placesFeatures": (),
30244    "PySide2.QtLocation.QGeoServiceProvider.routingError": (),
30245    "PySide2.QtLocation.QGeoServiceProvider.routingErrorString": (),
30246    "PySide2.QtLocation.QGeoServiceProvider.routingFeatures": (),
30247    "PySide2.QtLocation.QGeoServiceProvider.routingManager": (),
30248    "PySide2.QtLocation.QGeoServiceProvider.setAllowExperimental": ('bool',),
30249    "PySide2.QtLocation.QGeoServiceProvider.setLocale": ('PySide2.QtCore.QLocale',),
30250    "PySide2.QtLocation.QGeoServiceProvider.setParameters": ('typing.Dict[str, typing.Any]',),
30251# class PySide2.QtLocation.QGeoServiceProviderFactory:
30252    "PySide2.QtLocation.QGeoServiceProviderFactory.__init__": (),
30253    "PySide2.QtLocation.QGeoServiceProviderFactory.createGeocodingManagerEngine": ('typing.Dict[str, typing.Any]', 'PySide2.QtLocation.QGeoServiceProvider.Error'),
30254    "PySide2.QtLocation.QGeoServiceProviderFactory.createPlaceManagerEngine": ('typing.Dict[str, typing.Any]', 'PySide2.QtLocation.QGeoServiceProvider.Error'),
30255    "PySide2.QtLocation.QGeoServiceProviderFactory.createRoutingManagerEngine": ('typing.Dict[str, typing.Any]', 'PySide2.QtLocation.QGeoServiceProvider.Error'),
30256# class PySide2.QtLocation.QGeoServiceProviderFactoryV2:
30257    "PySide2.QtLocation.QGeoServiceProviderFactoryV2.__init__": (),
30258# class PySide2.QtLocation.QPlace:
30259    "PySide2.QtLocation.QPlace.__init__": [(), ('PySide2.QtLocation.QPlace',)],
30260    "PySide2.QtLocation.QPlace.__copy__": (),
30261    "PySide2.QtLocation.QPlace.appendContactDetail": ('str', 'PySide2.QtLocation.QPlaceContactDetail'),
30262    "PySide2.QtLocation.QPlace.attribution": (),
30263    "PySide2.QtLocation.QPlace.categories": (),
30264    "PySide2.QtLocation.QPlace.contactDetails": ('str',),
30265    "PySide2.QtLocation.QPlace.contactTypes": (),
30266    "PySide2.QtLocation.QPlace.content": ('PySide2.QtLocation.QPlaceContent.Type',),
30267    "PySide2.QtLocation.QPlace.detailsFetched": (),
30268    "PySide2.QtLocation.QPlace.extendedAttribute": ('str',),
30269    "PySide2.QtLocation.QPlace.extendedAttributeTypes": (),
30270    "PySide2.QtLocation.QPlace.icon": (),
30271    "PySide2.QtLocation.QPlace.insertContent": ('PySide2.QtLocation.QPlaceContent.Type', 'typing.Dict[int, PySide2.QtLocation.QPlaceContent]'),
30272    "PySide2.QtLocation.QPlace.isEmpty": (),
30273    "PySide2.QtLocation.QPlace.location": (),
30274    "PySide2.QtLocation.QPlace.name": (),
30275    "PySide2.QtLocation.QPlace.placeId": (),
30276    "PySide2.QtLocation.QPlace.primaryEmail": (),
30277    "PySide2.QtLocation.QPlace.primaryFax": (),
30278    "PySide2.QtLocation.QPlace.primaryPhone": (),
30279    "PySide2.QtLocation.QPlace.primaryWebsite": (),
30280    "PySide2.QtLocation.QPlace.ratings": (),
30281    "PySide2.QtLocation.QPlace.removeContactDetails": ('str',),
30282    "PySide2.QtLocation.QPlace.removeExtendedAttribute": ('str',),
30283    "PySide2.QtLocation.QPlace.setAttribution": ('str',),
30284    "PySide2.QtLocation.QPlace.setCategories": ('typing.Sequence[PySide2.QtLocation.QPlaceCategory]',),
30285    "PySide2.QtLocation.QPlace.setCategory": ('PySide2.QtLocation.QPlaceCategory',),
30286    "PySide2.QtLocation.QPlace.setContactDetails": ('str', 'typing.Sequence[PySide2.QtLocation.QPlaceContactDetail]'),
30287    "PySide2.QtLocation.QPlace.setContent": ('PySide2.QtLocation.QPlaceContent.Type', 'typing.Dict[int, PySide2.QtLocation.QPlaceContent]'),
30288    "PySide2.QtLocation.QPlace.setDetailsFetched": ('bool',),
30289    "PySide2.QtLocation.QPlace.setExtendedAttribute": ('str', 'PySide2.QtLocation.QPlaceAttribute'),
30290    "PySide2.QtLocation.QPlace.setIcon": ('PySide2.QtLocation.QPlaceIcon',),
30291    "PySide2.QtLocation.QPlace.setLocation": ('PySide2.QtPositioning.QGeoLocation',),
30292    "PySide2.QtLocation.QPlace.setName": ('str',),
30293    "PySide2.QtLocation.QPlace.setPlaceId": ('str',),
30294    "PySide2.QtLocation.QPlace.setRatings": ('PySide2.QtLocation.QPlaceRatings',),
30295    "PySide2.QtLocation.QPlace.setSupplier": ('PySide2.QtLocation.QPlaceSupplier',),
30296    "PySide2.QtLocation.QPlace.setTotalContentCount": ('PySide2.QtLocation.QPlaceContent.Type', 'int'),
30297    "PySide2.QtLocation.QPlace.supplier": (),
30298    "PySide2.QtLocation.QPlace.totalContentCount": ('PySide2.QtLocation.QPlaceContent.Type',),
30299# class PySide2.QtLocation.QPlaceAttribute:
30300    "PySide2.QtLocation.QPlaceAttribute.__init__": [(), ('PySide2.QtLocation.QPlaceAttribute',)],
30301    "PySide2.QtLocation.QPlaceAttribute.__copy__": (),
30302    "PySide2.QtLocation.QPlaceAttribute.isEmpty": (),
30303    "PySide2.QtLocation.QPlaceAttribute.label": (),
30304    "PySide2.QtLocation.QPlaceAttribute.setLabel": ('str',),
30305    "PySide2.QtLocation.QPlaceAttribute.setText": ('str',),
30306    "PySide2.QtLocation.QPlaceAttribute.text": (),
30307# class PySide2.QtLocation.QPlaceCategory:
30308    "PySide2.QtLocation.QPlaceCategory.__init__": [(), ('PySide2.QtLocation.QPlaceCategory',)],
30309    "PySide2.QtLocation.QPlaceCategory.__copy__": (),
30310    "PySide2.QtLocation.QPlaceCategory.categoryId": (),
30311    "PySide2.QtLocation.QPlaceCategory.icon": (),
30312    "PySide2.QtLocation.QPlaceCategory.isEmpty": (),
30313    "PySide2.QtLocation.QPlaceCategory.name": (),
30314    "PySide2.QtLocation.QPlaceCategory.setCategoryId": ('str',),
30315    "PySide2.QtLocation.QPlaceCategory.setIcon": ('PySide2.QtLocation.QPlaceIcon',),
30316    "PySide2.QtLocation.QPlaceCategory.setName": ('str',),
30317# class PySide2.QtLocation.QPlaceContactDetail:
30318    "PySide2.QtLocation.QPlaceContactDetail.__init__": [(), ('PySide2.QtLocation.QPlaceContactDetail',)],
30319    "PySide2.QtLocation.QPlaceContactDetail.__copy__": (),
30320    "PySide2.QtLocation.QPlaceContactDetail.clear": (),
30321    "PySide2.QtLocation.QPlaceContactDetail.label": (),
30322    "PySide2.QtLocation.QPlaceContactDetail.setLabel": ('str',),
30323    "PySide2.QtLocation.QPlaceContactDetail.setValue": ('str',),
30324    "PySide2.QtLocation.QPlaceContactDetail.value": (),
30325# class PySide2.QtLocation.QPlaceContent:
30326# class PySide2.QtLocation.QPlaceContent.Type:
30327    "PySide2.QtLocation.QPlaceContent.__init__": [(), ('PySide2.QtLocation.QPlaceContent',)],
30328    "PySide2.QtLocation.QPlaceContent.__copy__": (),
30329    "PySide2.QtLocation.QPlaceContent.attribution": (),
30330    "PySide2.QtLocation.QPlaceContent.setAttribution": ('str',),
30331    "PySide2.QtLocation.QPlaceContent.setSupplier": ('PySide2.QtLocation.QPlaceSupplier',),
30332    "PySide2.QtLocation.QPlaceContent.setUser": ('PySide2.QtLocation.QPlaceUser',),
30333    "PySide2.QtLocation.QPlaceContent.supplier": (),
30334    "PySide2.QtLocation.QPlaceContent.type": (),
30335    "PySide2.QtLocation.QPlaceContent.user": (),
30336# class PySide2.QtLocation.QPlaceContentReply:
30337    "PySide2.QtLocation.QPlaceContentReply.__init__": ('PySide2.QtCore.QObject',),
30338    "PySide2.QtLocation.QPlaceContentReply.content": (),
30339    "PySide2.QtLocation.QPlaceContentReply.nextPageRequest": (),
30340    "PySide2.QtLocation.QPlaceContentReply.previousPageRequest": (),
30341    "PySide2.QtLocation.QPlaceContentReply.request": (),
30342    "PySide2.QtLocation.QPlaceContentReply.setContent": ('typing.Dict[int, PySide2.QtLocation.QPlaceContent]',),
30343    "PySide2.QtLocation.QPlaceContentReply.setNextPageRequest": ('PySide2.QtLocation.QPlaceContentRequest',),
30344    "PySide2.QtLocation.QPlaceContentReply.setPreviousPageRequest": ('PySide2.QtLocation.QPlaceContentRequest',),
30345    "PySide2.QtLocation.QPlaceContentReply.setRequest": ('PySide2.QtLocation.QPlaceContentRequest',),
30346    "PySide2.QtLocation.QPlaceContentReply.setTotalCount": ('int',),
30347    "PySide2.QtLocation.QPlaceContentReply.totalCount": (),
30348    "PySide2.QtLocation.QPlaceContentReply.type": (),
30349# class PySide2.QtLocation.QPlaceContentRequest:
30350    "PySide2.QtLocation.QPlaceContentRequest.__init__": [(), ('PySide2.QtLocation.QPlaceContentRequest',)],
30351    "PySide2.QtLocation.QPlaceContentRequest.__copy__": (),
30352    "PySide2.QtLocation.QPlaceContentRequest.clear": (),
30353    "PySide2.QtLocation.QPlaceContentRequest.contentContext": (),
30354    "PySide2.QtLocation.QPlaceContentRequest.contentType": (),
30355    "PySide2.QtLocation.QPlaceContentRequest.limit": (),
30356    "PySide2.QtLocation.QPlaceContentRequest.placeId": (),
30357    "PySide2.QtLocation.QPlaceContentRequest.setContentContext": ('typing.Any',),
30358    "PySide2.QtLocation.QPlaceContentRequest.setContentType": ('PySide2.QtLocation.QPlaceContent.Type',),
30359    "PySide2.QtLocation.QPlaceContentRequest.setLimit": ('int',),
30360    "PySide2.QtLocation.QPlaceContentRequest.setPlaceId": ('str',),
30361# class PySide2.QtLocation.QPlaceDetailsReply:
30362    "PySide2.QtLocation.QPlaceDetailsReply.__init__": ('PySide2.QtCore.QObject',),
30363    "PySide2.QtLocation.QPlaceDetailsReply.place": (),
30364    "PySide2.QtLocation.QPlaceDetailsReply.setPlace": ('PySide2.QtLocation.QPlace',),
30365    "PySide2.QtLocation.QPlaceDetailsReply.type": (),
30366# class PySide2.QtLocation.QPlaceEditorial:
30367    "PySide2.QtLocation.QPlaceEditorial.__init__": [(), ('PySide2.QtLocation.QPlaceContent',)],
30368    "PySide2.QtLocation.QPlaceEditorial.language": (),
30369    "PySide2.QtLocation.QPlaceEditorial.setLanguage": ('str',),
30370    "PySide2.QtLocation.QPlaceEditorial.setText": ('str',),
30371    "PySide2.QtLocation.QPlaceEditorial.setTitle": ('str',),
30372    "PySide2.QtLocation.QPlaceEditorial.text": (),
30373    "PySide2.QtLocation.QPlaceEditorial.title": (),
30374# class PySide2.QtLocation.QPlaceIcon:
30375    "PySide2.QtLocation.QPlaceIcon.__init__": [(), ('PySide2.QtLocation.QPlaceIcon',)],
30376    "PySide2.QtLocation.QPlaceIcon.__copy__": (),
30377    "PySide2.QtLocation.QPlaceIcon.isEmpty": (),
30378    "PySide2.QtLocation.QPlaceIcon.manager": (),
30379    "PySide2.QtLocation.QPlaceIcon.parameters": (),
30380    "PySide2.QtLocation.QPlaceIcon.setManager": ('PySide2.QtLocation.QPlaceManager',),
30381    "PySide2.QtLocation.QPlaceIcon.setParameters": ('typing.Dict[str, typing.Any]',),
30382    "PySide2.QtLocation.QPlaceIcon.url": ('PySide2.QtCore.QSize',),
30383# class PySide2.QtLocation.QPlaceIdReply:
30384# class PySide2.QtLocation.QPlaceIdReply.OperationType:
30385    "PySide2.QtLocation.QPlaceIdReply.__init__": ('PySide2.QtLocation.QPlaceIdReply.OperationType', 'PySide2.QtCore.QObject'),
30386    "PySide2.QtLocation.QPlaceIdReply.id": (),
30387    "PySide2.QtLocation.QPlaceIdReply.operationType": (),
30388    "PySide2.QtLocation.QPlaceIdReply.setId": ('str',),
30389    "PySide2.QtLocation.QPlaceIdReply.type": (),
30390# class PySide2.QtLocation.QPlaceImage:
30391    "PySide2.QtLocation.QPlaceImage.__init__": [(), ('PySide2.QtLocation.QPlaceContent',)],
30392    "PySide2.QtLocation.QPlaceImage.imageId": (),
30393    "PySide2.QtLocation.QPlaceImage.mimeType": (),
30394    "PySide2.QtLocation.QPlaceImage.setImageId": ('str',),
30395    "PySide2.QtLocation.QPlaceImage.setMimeType": ('str',),
30396    "PySide2.QtLocation.QPlaceImage.setUrl": ('PySide2.QtCore.QUrl',),
30397    "PySide2.QtLocation.QPlaceImage.url": (),
30398# class PySide2.QtLocation.QPlaceManager:
30399    "PySide2.QtLocation.QPlaceManager.category": ('str',),
30400    "PySide2.QtLocation.QPlaceManager.childCategories": ('str',),
30401    "PySide2.QtLocation.QPlaceManager.childCategoryIds": ('str',),
30402    "PySide2.QtLocation.QPlaceManager.compatiblePlace": ('PySide2.QtLocation.QPlace',),
30403    "PySide2.QtLocation.QPlaceManager.getPlaceContent": ('PySide2.QtLocation.QPlaceContentRequest',),
30404    "PySide2.QtLocation.QPlaceManager.getPlaceDetails": ('str',),
30405    "PySide2.QtLocation.QPlaceManager.initializeCategories": (),
30406    "PySide2.QtLocation.QPlaceManager.locales": (),
30407    "PySide2.QtLocation.QPlaceManager.managerName": (),
30408    "PySide2.QtLocation.QPlaceManager.managerVersion": (),
30409    "PySide2.QtLocation.QPlaceManager.matchingPlaces": ('PySide2.QtLocation.QPlaceMatchRequest',),
30410    "PySide2.QtLocation.QPlaceManager.parentCategoryId": ('str',),
30411    "PySide2.QtLocation.QPlaceManager.removeCategory": ('str',),
30412    "PySide2.QtLocation.QPlaceManager.removePlace": ('str',),
30413    "PySide2.QtLocation.QPlaceManager.saveCategory": ('PySide2.QtLocation.QPlaceCategory', 'str'),
30414    "PySide2.QtLocation.QPlaceManager.savePlace": ('PySide2.QtLocation.QPlace',),
30415    "PySide2.QtLocation.QPlaceManager.search": ('PySide2.QtLocation.QPlaceSearchRequest',),
30416    "PySide2.QtLocation.QPlaceManager.searchSuggestions": ('PySide2.QtLocation.QPlaceSearchRequest',),
30417    "PySide2.QtLocation.QPlaceManager.setLocale": ('PySide2.QtCore.QLocale',),
30418    "PySide2.QtLocation.QPlaceManager.setLocales": ('typing.Sequence[PySide2.QtCore.QLocale]',),
30419# class PySide2.QtLocation.QPlaceManagerEngine:
30420    "PySide2.QtLocation.QPlaceManagerEngine.__init__": ('typing.Dict[str, typing.Any]', 'PySide2.QtCore.QObject'),
30421    "PySide2.QtLocation.QPlaceManagerEngine.category": ('str',),
30422    "PySide2.QtLocation.QPlaceManagerEngine.childCategories": ('str',),
30423    "PySide2.QtLocation.QPlaceManagerEngine.childCategoryIds": ('str',),
30424    "PySide2.QtLocation.QPlaceManagerEngine.compatiblePlace": ('PySide2.QtLocation.QPlace',),
30425    "PySide2.QtLocation.QPlaceManagerEngine.constructIconUrl": ('PySide2.QtLocation.QPlaceIcon', 'PySide2.QtCore.QSize'),
30426    "PySide2.QtLocation.QPlaceManagerEngine.getPlaceContent": ('PySide2.QtLocation.QPlaceContentRequest',),
30427    "PySide2.QtLocation.QPlaceManagerEngine.getPlaceDetails": ('str',),
30428    "PySide2.QtLocation.QPlaceManagerEngine.initializeCategories": (),
30429    "PySide2.QtLocation.QPlaceManagerEngine.locales": (),
30430    "PySide2.QtLocation.QPlaceManagerEngine.manager": (),
30431    "PySide2.QtLocation.QPlaceManagerEngine.managerName": (),
30432    "PySide2.QtLocation.QPlaceManagerEngine.managerVersion": (),
30433    "PySide2.QtLocation.QPlaceManagerEngine.matchingPlaces": ('PySide2.QtLocation.QPlaceMatchRequest',),
30434    "PySide2.QtLocation.QPlaceManagerEngine.parentCategoryId": ('str',),
30435    "PySide2.QtLocation.QPlaceManagerEngine.removeCategory": ('str',),
30436    "PySide2.QtLocation.QPlaceManagerEngine.removePlace": ('str',),
30437    "PySide2.QtLocation.QPlaceManagerEngine.saveCategory": ('PySide2.QtLocation.QPlaceCategory', 'str'),
30438    "PySide2.QtLocation.QPlaceManagerEngine.savePlace": ('PySide2.QtLocation.QPlace',),
30439    "PySide2.QtLocation.QPlaceManagerEngine.search": ('PySide2.QtLocation.QPlaceSearchRequest',),
30440    "PySide2.QtLocation.QPlaceManagerEngine.searchSuggestions": ('PySide2.QtLocation.QPlaceSearchRequest',),
30441    "PySide2.QtLocation.QPlaceManagerEngine.setLocales": ('typing.Sequence[PySide2.QtCore.QLocale]',),
30442# class PySide2.QtLocation.QPlaceMatchReply:
30443    "PySide2.QtLocation.QPlaceMatchReply.__init__": ('PySide2.QtCore.QObject',),
30444    "PySide2.QtLocation.QPlaceMatchReply.places": (),
30445    "PySide2.QtLocation.QPlaceMatchReply.request": (),
30446    "PySide2.QtLocation.QPlaceMatchReply.setPlaces": ('typing.Sequence[PySide2.QtLocation.QPlace]',),
30447    "PySide2.QtLocation.QPlaceMatchReply.setRequest": ('PySide2.QtLocation.QPlaceMatchRequest',),
30448    "PySide2.QtLocation.QPlaceMatchReply.type": (),
30449# class PySide2.QtLocation.QPlaceMatchRequest:
30450    "PySide2.QtLocation.QPlaceMatchRequest.__init__": [(), ('PySide2.QtLocation.QPlaceMatchRequest',)],
30451    "PySide2.QtLocation.QPlaceMatchRequest.__copy__": (),
30452    "PySide2.QtLocation.QPlaceMatchRequest.clear": (),
30453    "PySide2.QtLocation.QPlaceMatchRequest.parameters": (),
30454    "PySide2.QtLocation.QPlaceMatchRequest.places": (),
30455    "PySide2.QtLocation.QPlaceMatchRequest.setParameters": ('typing.Dict[str, typing.Any]',),
30456    "PySide2.QtLocation.QPlaceMatchRequest.setPlaces": ('typing.Sequence[PySide2.QtLocation.QPlace]',),
30457    "PySide2.QtLocation.QPlaceMatchRequest.setResults": ('typing.Sequence[PySide2.QtLocation.QPlaceSearchResult]',),
30458# class PySide2.QtLocation.QPlaceProposedSearchResult:
30459    "PySide2.QtLocation.QPlaceProposedSearchResult.__init__": [(), ('PySide2.QtLocation.QPlaceSearchResult',)],
30460    "PySide2.QtLocation.QPlaceProposedSearchResult.searchRequest": (),
30461    "PySide2.QtLocation.QPlaceProposedSearchResult.setSearchRequest": ('PySide2.QtLocation.QPlaceSearchRequest',),
30462# class PySide2.QtLocation.QPlaceRatings:
30463    "PySide2.QtLocation.QPlaceRatings.__init__": [(), ('PySide2.QtLocation.QPlaceRatings',)],
30464    "PySide2.QtLocation.QPlaceRatings.__copy__": (),
30465    "PySide2.QtLocation.QPlaceRatings.average": (),
30466    "PySide2.QtLocation.QPlaceRatings.count": (),
30467    "PySide2.QtLocation.QPlaceRatings.isEmpty": (),
30468    "PySide2.QtLocation.QPlaceRatings.maximum": (),
30469    "PySide2.QtLocation.QPlaceRatings.setAverage": ('float',),
30470    "PySide2.QtLocation.QPlaceRatings.setCount": ('int',),
30471    "PySide2.QtLocation.QPlaceRatings.setMaximum": ('float',),
30472# class PySide2.QtLocation.QPlaceReply:
30473# class PySide2.QtLocation.QPlaceReply.Error:
30474# class PySide2.QtLocation.QPlaceReply.Type:
30475    "PySide2.QtLocation.QPlaceReply.__init__": ('PySide2.QtCore.QObject',),
30476    "PySide2.QtLocation.QPlaceReply.abort": (),
30477    "PySide2.QtLocation.QPlaceReply.error": (),
30478    "PySide2.QtLocation.QPlaceReply.errorString": (),
30479    "PySide2.QtLocation.QPlaceReply.isFinished": (),
30480    "PySide2.QtLocation.QPlaceReply.setError": ('PySide2.QtLocation.QPlaceReply.Error', 'str'),
30481    "PySide2.QtLocation.QPlaceReply.setFinished": ('bool',),
30482    "PySide2.QtLocation.QPlaceReply.type": (),
30483# class PySide2.QtLocation.QPlaceResult:
30484    "PySide2.QtLocation.QPlaceResult.__init__": [(), ('PySide2.QtLocation.QPlaceSearchResult',)],
30485    "PySide2.QtLocation.QPlaceResult.distance": (),
30486    "PySide2.QtLocation.QPlaceResult.isSponsored": (),
30487    "PySide2.QtLocation.QPlaceResult.place": (),
30488    "PySide2.QtLocation.QPlaceResult.setDistance": ('float',),
30489    "PySide2.QtLocation.QPlaceResult.setPlace": ('PySide2.QtLocation.QPlace',),
30490    "PySide2.QtLocation.QPlaceResult.setSponsored": ('bool',),
30491# class PySide2.QtLocation.QPlaceReview:
30492    "PySide2.QtLocation.QPlaceReview.__init__": [(), ('PySide2.QtLocation.QPlaceContent',)],
30493    "PySide2.QtLocation.QPlaceReview.dateTime": (),
30494    "PySide2.QtLocation.QPlaceReview.language": (),
30495    "PySide2.QtLocation.QPlaceReview.rating": (),
30496    "PySide2.QtLocation.QPlaceReview.reviewId": (),
30497    "PySide2.QtLocation.QPlaceReview.setDateTime": ('PySide2.QtCore.QDateTime',),
30498    "PySide2.QtLocation.QPlaceReview.setLanguage": ('str',),
30499    "PySide2.QtLocation.QPlaceReview.setRating": ('float',),
30500    "PySide2.QtLocation.QPlaceReview.setReviewId": ('str',),
30501    "PySide2.QtLocation.QPlaceReview.setText": ('str',),
30502    "PySide2.QtLocation.QPlaceReview.setTitle": ('str',),
30503    "PySide2.QtLocation.QPlaceReview.text": (),
30504    "PySide2.QtLocation.QPlaceReview.title": (),
30505# class PySide2.QtLocation.QPlaceSearchReply:
30506    "PySide2.QtLocation.QPlaceSearchReply.__init__": ('PySide2.QtCore.QObject',),
30507    "PySide2.QtLocation.QPlaceSearchReply.nextPageRequest": (),
30508    "PySide2.QtLocation.QPlaceSearchReply.previousPageRequest": (),
30509    "PySide2.QtLocation.QPlaceSearchReply.request": (),
30510    "PySide2.QtLocation.QPlaceSearchReply.results": (),
30511    "PySide2.QtLocation.QPlaceSearchReply.setNextPageRequest": ('PySide2.QtLocation.QPlaceSearchRequest',),
30512    "PySide2.QtLocation.QPlaceSearchReply.setPreviousPageRequest": ('PySide2.QtLocation.QPlaceSearchRequest',),
30513    "PySide2.QtLocation.QPlaceSearchReply.setRequest": ('PySide2.QtLocation.QPlaceSearchRequest',),
30514    "PySide2.QtLocation.QPlaceSearchReply.setResults": ('typing.Sequence[PySide2.QtLocation.QPlaceSearchResult]',),
30515    "PySide2.QtLocation.QPlaceSearchReply.type": (),
30516# class PySide2.QtLocation.QPlaceSearchRequest:
30517# class PySide2.QtLocation.QPlaceSearchRequest.RelevanceHint:
30518    "PySide2.QtLocation.QPlaceSearchRequest.__init__": [(), ('PySide2.QtLocation.QPlaceSearchRequest',)],
30519    "PySide2.QtLocation.QPlaceSearchRequest.categories": (),
30520    "PySide2.QtLocation.QPlaceSearchRequest.clear": (),
30521    "PySide2.QtLocation.QPlaceSearchRequest.limit": (),
30522    "PySide2.QtLocation.QPlaceSearchRequest.recommendationId": (),
30523    "PySide2.QtLocation.QPlaceSearchRequest.relevanceHint": (),
30524    "PySide2.QtLocation.QPlaceSearchRequest.searchArea": (),
30525    "PySide2.QtLocation.QPlaceSearchRequest.searchContext": (),
30526    "PySide2.QtLocation.QPlaceSearchRequest.searchTerm": (),
30527    "PySide2.QtLocation.QPlaceSearchRequest.setCategories": ('typing.Sequence[PySide2.QtLocation.QPlaceCategory]',),
30528    "PySide2.QtLocation.QPlaceSearchRequest.setCategory": ('PySide2.QtLocation.QPlaceCategory',),
30529    "PySide2.QtLocation.QPlaceSearchRequest.setLimit": ('int',),
30530    "PySide2.QtLocation.QPlaceSearchRequest.setRecommendationId": ('str',),
30531    "PySide2.QtLocation.QPlaceSearchRequest.setRelevanceHint": ('PySide2.QtLocation.QPlaceSearchRequest.RelevanceHint',),
30532    "PySide2.QtLocation.QPlaceSearchRequest.setSearchArea": ('PySide2.QtPositioning.QGeoShape',),
30533    "PySide2.QtLocation.QPlaceSearchRequest.setSearchContext": ('typing.Any',),
30534    "PySide2.QtLocation.QPlaceSearchRequest.setSearchTerm": ('str',),
30535# class PySide2.QtLocation.QPlaceSearchResult:
30536# class PySide2.QtLocation.QPlaceSearchResult.SearchResultType:
30537    "PySide2.QtLocation.QPlaceSearchResult.__init__": [(), ('PySide2.QtLocation.QPlaceSearchResult',)],
30538    "PySide2.QtLocation.QPlaceSearchResult.icon": (),
30539    "PySide2.QtLocation.QPlaceSearchResult.setIcon": ('PySide2.QtLocation.QPlaceIcon',),
30540    "PySide2.QtLocation.QPlaceSearchResult.setTitle": ('str',),
30541    "PySide2.QtLocation.QPlaceSearchResult.title": (),
30542    "PySide2.QtLocation.QPlaceSearchResult.type": (),
30543# class PySide2.QtLocation.QPlaceSearchSuggestionReply:
30544    "PySide2.QtLocation.QPlaceSearchSuggestionReply.__init__": ('PySide2.QtCore.QObject',),
30545    "PySide2.QtLocation.QPlaceSearchSuggestionReply.setSuggestions": ('typing.Sequence[str]',),
30546    "PySide2.QtLocation.QPlaceSearchSuggestionReply.suggestions": (),
30547    "PySide2.QtLocation.QPlaceSearchSuggestionReply.type": (),
30548# class PySide2.QtLocation.QPlaceSupplier:
30549    "PySide2.QtLocation.QPlaceSupplier.__init__": [(), ('PySide2.QtLocation.QPlaceSupplier',)],
30550    "PySide2.QtLocation.QPlaceSupplier.__copy__": (),
30551    "PySide2.QtLocation.QPlaceSupplier.icon": (),
30552    "PySide2.QtLocation.QPlaceSupplier.isEmpty": (),
30553    "PySide2.QtLocation.QPlaceSupplier.name": (),
30554    "PySide2.QtLocation.QPlaceSupplier.setIcon": ('PySide2.QtLocation.QPlaceIcon',),
30555    "PySide2.QtLocation.QPlaceSupplier.setName": ('str',),
30556    "PySide2.QtLocation.QPlaceSupplier.setSupplierId": ('str',),
30557    "PySide2.QtLocation.QPlaceSupplier.setUrl": ('PySide2.QtCore.QUrl',),
30558    "PySide2.QtLocation.QPlaceSupplier.supplierId": (),
30559    "PySide2.QtLocation.QPlaceSupplier.url": (),
30560# class PySide2.QtLocation.QPlaceUser:
30561    "PySide2.QtLocation.QPlaceUser.__init__": [(), ('PySide2.QtLocation.QPlaceUser',)],
30562    "PySide2.QtLocation.QPlaceUser.__copy__": (),
30563    "PySide2.QtLocation.QPlaceUser.name": (),
30564    "PySide2.QtLocation.QPlaceUser.setName": ('str',),
30565    "PySide2.QtLocation.QPlaceUser.setUserId": ('str',),
30566    "PySide2.QtLocation.QPlaceUser.userId": (),
30567    }) if "PySide2.QtLocation" in sys.modules else None
30568# Module PySide2.QtQml
30569sig_dict.update({
30570# class PySide2.QtQml.ListProperty:
30571    "PySide2.QtQml.ListProperty.__init__": ('type', 'typing.Callable', 'typing.Callable', 'typing.Callable', 'typing.Callable'),
30572# class PySide2.QtQml.QJSEngine:
30573# class PySide2.QtQml.QJSEngine.Extension:
30574# class PySide2.QtQml.QJSEngine.Extensions:
30575    "PySide2.QtQml.QJSEngine.__init__": [(), ('PySide2.QtCore.QObject',)],
30576    "PySide2.QtQml.QJSEngine.collectGarbage": (),
30577    "PySide2.QtQml.QJSEngine.evaluate": ('str', 'str', 'int'),
30578    "PySide2.QtQml.QJSEngine.globalObject": (),
30579    "PySide2.QtQml.QJSEngine.importModule": ('str',),
30580    "PySide2.QtQml.QJSEngine.installExtensions": ('PySide2.QtQml.QJSEngine.Extensions', 'PySide2.QtQml.QJSValue'),
30581    "PySide2.QtQml.QJSEngine.installTranslatorFunctions": ('PySide2.QtQml.QJSValue',),
30582    "PySide2.QtQml.QJSEngine.isInterrupted": (),
30583    "PySide2.QtQml.QJSEngine.newArray": ('int',),
30584    "PySide2.QtQml.QJSEngine.newErrorObject": ('PySide2.QtQml.QJSValue.ErrorType', 'str'),
30585    "PySide2.QtQml.QJSEngine.newObject": (),
30586    "PySide2.QtQml.QJSEngine.newQMetaObject": ('PySide2.QtCore.QMetaObject',),
30587    "PySide2.QtQml.QJSEngine.newQObject": ('PySide2.QtCore.QObject',),
30588    "PySide2.QtQml.QJSEngine.setInterrupted": ('bool',),
30589    "PySide2.QtQml.QJSEngine.throwError": [('PySide2.QtQml.QJSValue.ErrorType', 'str'), ('str',)],
30590    "PySide2.QtQml.QJSEngine.toScriptValue": ('typing.Any',),
30591# class PySide2.QtQml.QJSValue:
30592# class PySide2.QtQml.QJSValue.ErrorType:
30593# class PySide2.QtQml.QJSValue.SpecialValue:
30594    "PySide2.QtQml.QJSValue.__init__": [('PySide2.QtQml.QJSValue',), ('PySide2.QtQml.QJSValue.SpecialValue',), ('bool',), ('float',), ('int',), ('str',)],
30595    "PySide2.QtQml.QJSValue.__copy__": (),
30596    "PySide2.QtQml.QJSValue.call": ('typing.Sequence[PySide2.QtQml.QJSValue]',),
30597    "PySide2.QtQml.QJSValue.callAsConstructor": ('typing.Sequence[PySide2.QtQml.QJSValue]',),
30598    "PySide2.QtQml.QJSValue.callWithInstance": ('PySide2.QtQml.QJSValue', 'typing.Sequence[PySide2.QtQml.QJSValue]'),
30599    "PySide2.QtQml.QJSValue.deleteProperty": ('str',),
30600    "PySide2.QtQml.QJSValue.engine": (),
30601    "PySide2.QtQml.QJSValue.equals": ('PySide2.QtQml.QJSValue',),
30602    "PySide2.QtQml.QJSValue.errorType": (),
30603    "PySide2.QtQml.QJSValue.hasOwnProperty": ('str',),
30604    "PySide2.QtQml.QJSValue.hasProperty": ('str',),
30605    "PySide2.QtQml.QJSValue.isArray": (),
30606    "PySide2.QtQml.QJSValue.isBool": (),
30607    "PySide2.QtQml.QJSValue.isCallable": (),
30608    "PySide2.QtQml.QJSValue.isDate": (),
30609    "PySide2.QtQml.QJSValue.isError": (),
30610    "PySide2.QtQml.QJSValue.isNull": (),
30611    "PySide2.QtQml.QJSValue.isNumber": (),
30612    "PySide2.QtQml.QJSValue.isObject": (),
30613    "PySide2.QtQml.QJSValue.isQMetaObject": (),
30614    "PySide2.QtQml.QJSValue.isQObject": (),
30615    "PySide2.QtQml.QJSValue.isRegExp": (),
30616    "PySide2.QtQml.QJSValue.isString": (),
30617    "PySide2.QtQml.QJSValue.isUndefined": (),
30618    "PySide2.QtQml.QJSValue.isVariant": (),
30619    "PySide2.QtQml.QJSValue.property": [('int',), ('str',)],
30620    "PySide2.QtQml.QJSValue.prototype": (),
30621    "PySide2.QtQml.QJSValue.setProperty": [('int', 'PySide2.QtQml.QJSValue'), ('str', 'PySide2.QtQml.QJSValue')],
30622    "PySide2.QtQml.QJSValue.setPrototype": ('PySide2.QtQml.QJSValue',),
30623    "PySide2.QtQml.QJSValue.strictlyEquals": ('PySide2.QtQml.QJSValue',),
30624    "PySide2.QtQml.QJSValue.toBool": (),
30625    "PySide2.QtQml.QJSValue.toDateTime": (),
30626    "PySide2.QtQml.QJSValue.toInt": (),
30627    "PySide2.QtQml.QJSValue.toNumber": (),
30628    "PySide2.QtQml.QJSValue.toQMetaObject": (),
30629    "PySide2.QtQml.QJSValue.toQObject": (),
30630    "PySide2.QtQml.QJSValue.toString": (),
30631    "PySide2.QtQml.QJSValue.toUInt": (),
30632    "PySide2.QtQml.QJSValue.toVariant": (),
30633# class PySide2.QtQml.QJSValueIterator:
30634    "PySide2.QtQml.QJSValueIterator.__init__": ('PySide2.QtQml.QJSValue',),
30635    "PySide2.QtQml.QJSValueIterator.hasNext": (),
30636    "PySide2.QtQml.QJSValueIterator.name": (),
30637    "PySide2.QtQml.QJSValueIterator.value": (),
30638# class PySide2.QtQml.QQmlAbstractUrlInterceptor:
30639# class PySide2.QtQml.QQmlAbstractUrlInterceptor.DataType:
30640    "PySide2.QtQml.QQmlAbstractUrlInterceptor.__init__": (),
30641    "PySide2.QtQml.QQmlAbstractUrlInterceptor.intercept": ('PySide2.QtCore.QUrl', 'PySide2.QtQml.QQmlAbstractUrlInterceptor.DataType'),
30642# class PySide2.QtQml.QQmlApplicationEngine:
30643    "PySide2.QtQml.QQmlApplicationEngine.__init__": [('PySide2.QtCore.QObject',), ('PySide2.QtCore.QUrl', 'PySide2.QtCore.QObject'), ('str', 'PySide2.QtCore.QObject')],
30644    "PySide2.QtQml.QQmlApplicationEngine.load": [('PySide2.QtCore.QUrl',), ('str',)],
30645    "PySide2.QtQml.QQmlApplicationEngine.loadData": ('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QUrl'),
30646    "PySide2.QtQml.QQmlApplicationEngine.rootObjects": (),
30647    "PySide2.QtQml.QQmlApplicationEngine.setInitialProperties": ('typing.Dict[str, typing.Any]',),
30648# class PySide2.QtQml.QQmlComponent:
30649# class PySide2.QtQml.QQmlComponent.CompilationMode:
30650# class PySide2.QtQml.QQmlComponent.Status:
30651    "PySide2.QtQml.QQmlComponent.__init__": [('PySide2.QtCore.QObject',), ('PySide2.QtQml.QQmlEngine', 'PySide2.QtCore.QObject'), ('PySide2.QtQml.QQmlEngine', 'PySide2.QtCore.QUrl', 'PySide2.QtCore.QObject'), ('PySide2.QtQml.QQmlEngine', 'PySide2.QtCore.QUrl', 'PySide2.QtQml.QQmlComponent.CompilationMode', 'PySide2.QtCore.QObject'), ('PySide2.QtQml.QQmlEngine', 'str', 'PySide2.QtCore.QObject'), ('PySide2.QtQml.QQmlEngine', 'str', 'PySide2.QtQml.QQmlComponent.CompilationMode', 'PySide2.QtCore.QObject')],
30652    "PySide2.QtQml.QQmlComponent.beginCreate": ('PySide2.QtQml.QQmlContext',),
30653    "PySide2.QtQml.QQmlComponent.completeCreate": (),
30654    "PySide2.QtQml.QQmlComponent.create": [('PySide2.QtQml.QQmlContext',), ('PySide2.QtQml.QQmlIncubator', 'PySide2.QtQml.QQmlContext', 'PySide2.QtQml.QQmlContext')],
30655    "PySide2.QtQml.QQmlComponent.createWithInitialProperties": ('typing.Dict[str, typing.Any]', 'PySide2.QtQml.QQmlContext'),
30656    "PySide2.QtQml.QQmlComponent.creationContext": (),
30657    "PySide2.QtQml.QQmlComponent.engine": (),
30658    "PySide2.QtQml.QQmlComponent.errorString": (),
30659    "PySide2.QtQml.QQmlComponent.errors": (),
30660    "PySide2.QtQml.QQmlComponent.isError": (),
30661    "PySide2.QtQml.QQmlComponent.isLoading": (),
30662    "PySide2.QtQml.QQmlComponent.isNull": (),
30663    "PySide2.QtQml.QQmlComponent.isReady": (),
30664    "PySide2.QtQml.QQmlComponent.loadUrl": [('PySide2.QtCore.QUrl',), ('PySide2.QtCore.QUrl', 'PySide2.QtQml.QQmlComponent.CompilationMode')],
30665    "PySide2.QtQml.QQmlComponent.progress": (),
30666    "PySide2.QtQml.QQmlComponent.setData": ('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QUrl'),
30667    "PySide2.QtQml.QQmlComponent.setInitialProperties": ('PySide2.QtCore.QObject', 'typing.Dict[str, typing.Any]'),
30668    "PySide2.QtQml.QQmlComponent.status": (),
30669    "PySide2.QtQml.QQmlComponent.url": (),
30670# class PySide2.QtQml.QQmlContext:
30671    "PySide2.QtQml.QQmlContext.__init__": [('PySide2.QtQml.QQmlContext', 'PySide2.QtCore.QObject'), ('PySide2.QtQml.QQmlEngine', 'PySide2.QtCore.QObject')],
30672    "PySide2.QtQml.QQmlContext.baseUrl": (),
30673    "PySide2.QtQml.QQmlContext.contextObject": (),
30674    "PySide2.QtQml.QQmlContext.contextProperty": ('str',),
30675    "PySide2.QtQml.QQmlContext.engine": (),
30676    "PySide2.QtQml.QQmlContext.isValid": (),
30677    "PySide2.QtQml.QQmlContext.nameForObject": ('PySide2.QtCore.QObject',),
30678    "PySide2.QtQml.QQmlContext.parentContext": (),
30679    "PySide2.QtQml.QQmlContext.resolvedUrl": ('PySide2.QtCore.QUrl',),
30680    "PySide2.QtQml.QQmlContext.setBaseUrl": ('PySide2.QtCore.QUrl',),
30681    "PySide2.QtQml.QQmlContext.setContextObject": ('PySide2.QtCore.QObject',),
30682    "PySide2.QtQml.QQmlContext.setContextProperty": [('str', 'PySide2.QtCore.QObject'), ('str', 'typing.Any')],
30683# class PySide2.QtQml.QQmlDebuggingEnabler:
30684# class PySide2.QtQml.QQmlDebuggingEnabler.StartMode:
30685    "PySide2.QtQml.QQmlDebuggingEnabler.__init__": ('bool',),
30686    "PySide2.QtQml.QQmlDebuggingEnabler.connectToLocalDebugger": ('str', 'PySide2.QtQml.QQmlDebuggingEnabler.StartMode'),
30687    "PySide2.QtQml.QQmlDebuggingEnabler.debuggerServices": (),
30688    "PySide2.QtQml.QQmlDebuggingEnabler.inspectorServices": (),
30689    "PySide2.QtQml.QQmlDebuggingEnabler.nativeDebuggerServices": (),
30690    "PySide2.QtQml.QQmlDebuggingEnabler.profilerServices": (),
30691    "PySide2.QtQml.QQmlDebuggingEnabler.setServices": ('typing.Sequence[str]',),
30692    "PySide2.QtQml.QQmlDebuggingEnabler.startDebugConnector": ('str', 'typing.Dict[str, typing.Any]'),
30693    "PySide2.QtQml.QQmlDebuggingEnabler.startTcpDebugServer": ('int', 'PySide2.QtQml.QQmlDebuggingEnabler.StartMode', 'str'),
30694# class PySide2.QtQml.QQmlEngine:
30695# class PySide2.QtQml.QQmlEngine.ObjectOwnership:
30696    "PySide2.QtQml.QQmlEngine.__init__": ('PySide2.QtCore.QObject',),
30697    "PySide2.QtQml.QQmlEngine.addImageProvider": ('str', 'PySide2.QtQml.QQmlImageProviderBase'),
30698    "PySide2.QtQml.QQmlEngine.addImportPath": ('str',),
30699    "PySide2.QtQml.QQmlEngine.addNamedBundle": ('str', 'str'),
30700    "PySide2.QtQml.QQmlEngine.addPluginPath": ('str',),
30701    "PySide2.QtQml.QQmlEngine.baseUrl": (),
30702    "PySide2.QtQml.QQmlEngine.clearComponentCache": (),
30703    "PySide2.QtQml.QQmlEngine.contextForObject": ('PySide2.QtCore.QObject',),
30704    "PySide2.QtQml.QQmlEngine.event": ('PySide2.QtCore.QEvent',),
30705    "PySide2.QtQml.QQmlEngine.imageProvider": ('str',),
30706    "PySide2.QtQml.QQmlEngine.importPathList": (),
30707    "PySide2.QtQml.QQmlEngine.importPlugin": ('str', 'str', 'typing.Sequence[PySide2.QtQml.QQmlError]'),
30708    "PySide2.QtQml.QQmlEngine.incubationController": (),
30709    "PySide2.QtQml.QQmlEngine.networkAccessManager": (),
30710    "PySide2.QtQml.QQmlEngine.networkAccessManagerFactory": (),
30711    "PySide2.QtQml.QQmlEngine.objectOwnership": ('PySide2.QtCore.QObject',),
30712    "PySide2.QtQml.QQmlEngine.offlineStorageDatabaseFilePath": ('str',),
30713    "PySide2.QtQml.QQmlEngine.offlineStoragePath": (),
30714    "PySide2.QtQml.QQmlEngine.outputWarningsToStandardError": (),
30715    "PySide2.QtQml.QQmlEngine.pluginPathList": (),
30716    "PySide2.QtQml.QQmlEngine.removeImageProvider": ('str',),
30717    "PySide2.QtQml.QQmlEngine.retranslate": (),
30718    "PySide2.QtQml.QQmlEngine.rootContext": (),
30719    "PySide2.QtQml.QQmlEngine.setBaseUrl": ('PySide2.QtCore.QUrl',),
30720    "PySide2.QtQml.QQmlEngine.setContextForObject": ('PySide2.QtCore.QObject', 'PySide2.QtQml.QQmlContext'),
30721    "PySide2.QtQml.QQmlEngine.setImportPathList": ('typing.Sequence[str]',),
30722    "PySide2.QtQml.QQmlEngine.setIncubationController": ('PySide2.QtQml.QQmlIncubationController',),
30723    "PySide2.QtQml.QQmlEngine.setNetworkAccessManagerFactory": ('PySide2.QtQml.QQmlNetworkAccessManagerFactory',),
30724    "PySide2.QtQml.QQmlEngine.setObjectOwnership": ('PySide2.QtCore.QObject', 'PySide2.QtQml.QQmlEngine.ObjectOwnership'),
30725    "PySide2.QtQml.QQmlEngine.setOfflineStoragePath": ('str',),
30726    "PySide2.QtQml.QQmlEngine.setOutputWarningsToStandardError": ('bool',),
30727    "PySide2.QtQml.QQmlEngine.setPluginPathList": ('typing.Sequence[str]',),
30728    "PySide2.QtQml.QQmlEngine.setUrlInterceptor": ('PySide2.QtQml.QQmlAbstractUrlInterceptor',),
30729    "PySide2.QtQml.QQmlEngine.trimComponentCache": (),
30730    "PySide2.QtQml.QQmlEngine.urlInterceptor": (),
30731# class PySide2.QtQml.QQmlError:
30732    "PySide2.QtQml.QQmlError.__init__": [(), ('PySide2.QtQml.QQmlError',)],
30733    "PySide2.QtQml.QQmlError.__copy__": (),
30734    "PySide2.QtQml.QQmlError.column": (),
30735    "PySide2.QtQml.QQmlError.description": (),
30736    "PySide2.QtQml.QQmlError.isValid": (),
30737    "PySide2.QtQml.QQmlError.line": (),
30738    "PySide2.QtQml.QQmlError.messageType": (),
30739    "PySide2.QtQml.QQmlError.object": (),
30740    "PySide2.QtQml.QQmlError.setColumn": ('int',),
30741    "PySide2.QtQml.QQmlError.setDescription": ('str',),
30742    "PySide2.QtQml.QQmlError.setLine": ('int',),
30743    "PySide2.QtQml.QQmlError.setMessageType": ('PySide2.QtCore.QtMsgType',),
30744    "PySide2.QtQml.QQmlError.setObject": ('PySide2.QtCore.QObject',),
30745    "PySide2.QtQml.QQmlError.setUrl": ('PySide2.QtCore.QUrl',),
30746    "PySide2.QtQml.QQmlError.toString": (),
30747    "PySide2.QtQml.QQmlError.url": (),
30748# class PySide2.QtQml.QQmlExpression:
30749    "PySide2.QtQml.QQmlExpression.__init__": [(), ('PySide2.QtQml.QQmlContext', 'PySide2.QtCore.QObject', 'str', 'PySide2.QtCore.QObject'), ('PySide2.QtQml.QQmlScriptString', 'PySide2.QtQml.QQmlContext', 'PySide2.QtCore.QObject', 'PySide2.QtCore.QObject')],
30750    "PySide2.QtQml.QQmlExpression.clearError": (),
30751    "PySide2.QtQml.QQmlExpression.columnNumber": (),
30752    "PySide2.QtQml.QQmlExpression.context": (),
30753    "PySide2.QtQml.QQmlExpression.engine": (),
30754    "PySide2.QtQml.QQmlExpression.error": (),
30755    "PySide2.QtQml.QQmlExpression.evaluate": (),
30756    "PySide2.QtQml.QQmlExpression.expression": (),
30757    "PySide2.QtQml.QQmlExpression.hasError": (),
30758    "PySide2.QtQml.QQmlExpression.lineNumber": (),
30759    "PySide2.QtQml.QQmlExpression.notifyOnValueChanged": (),
30760    "PySide2.QtQml.QQmlExpression.scopeObject": (),
30761    "PySide2.QtQml.QQmlExpression.setExpression": ('str',),
30762    "PySide2.QtQml.QQmlExpression.setNotifyOnValueChanged": ('bool',),
30763    "PySide2.QtQml.QQmlExpression.setSourceLocation": ('str', 'int', 'int'),
30764    "PySide2.QtQml.QQmlExpression.sourceFile": (),
30765# class PySide2.QtQml.QQmlExtensionInterface:
30766    "PySide2.QtQml.QQmlExtensionInterface.__init__": (),
30767    "PySide2.QtQml.QQmlExtensionInterface.initializeEngine": ('PySide2.QtQml.QQmlEngine', 'str'),
30768# class PySide2.QtQml.QQmlExtensionPlugin:
30769    "PySide2.QtQml.QQmlExtensionPlugin.__init__": ('PySide2.QtCore.QObject',),
30770    "PySide2.QtQml.QQmlExtensionPlugin.baseUrl": (),
30771    "PySide2.QtQml.QQmlExtensionPlugin.initializeEngine": ('PySide2.QtQml.QQmlEngine', 'str'),
30772    "PySide2.QtQml.QQmlExtensionPlugin.registerTypes": ('str',),
30773# class PySide2.QtQml.QQmlFile:
30774# class PySide2.QtQml.QQmlFile.Status:
30775    "PySide2.QtQml.QQmlFile.__init__": [(), ('PySide2.QtQml.QQmlEngine', 'PySide2.QtCore.QUrl'), ('PySide2.QtQml.QQmlEngine', 'str')],
30776    "PySide2.QtQml.QQmlFile.clear": [(), ('PySide2.QtCore.QObject',)],
30777    "PySide2.QtQml.QQmlFile.connectDownloadProgress": [('PySide2.QtCore.QObject', 'int'), ('PySide2.QtCore.QObject', 'str')],
30778    "PySide2.QtQml.QQmlFile.connectFinished": [('PySide2.QtCore.QObject', 'int'), ('PySide2.QtCore.QObject', 'str')],
30779    "PySide2.QtQml.QQmlFile.data": (),
30780    "PySide2.QtQml.QQmlFile.dataByteArray": (),
30781    "PySide2.QtQml.QQmlFile.error": (),
30782    "PySide2.QtQml.QQmlFile.isError": (),
30783    "PySide2.QtQml.QQmlFile.isLoading": (),
30784    "PySide2.QtQml.QQmlFile.isLocalFile": [('PySide2.QtCore.QUrl',), ('str',)],
30785    "PySide2.QtQml.QQmlFile.isNull": (),
30786    "PySide2.QtQml.QQmlFile.isReady": (),
30787    "PySide2.QtQml.QQmlFile.isSynchronous": [('PySide2.QtCore.QUrl',), ('str',)],
30788    "PySide2.QtQml.QQmlFile.load": [('PySide2.QtQml.QQmlEngine', 'PySide2.QtCore.QUrl'), ('PySide2.QtQml.QQmlEngine', 'str')],
30789    "PySide2.QtQml.QQmlFile.size": (),
30790    "PySide2.QtQml.QQmlFile.status": (),
30791    "PySide2.QtQml.QQmlFile.url": (),
30792    "PySide2.QtQml.QQmlFile.urlToLocalFileOrQrc": [('PySide2.QtCore.QUrl',), ('str',)],
30793# class PySide2.QtQml.QQmlFileSelector:
30794    "PySide2.QtQml.QQmlFileSelector.__init__": ('PySide2.QtQml.QQmlEngine', 'PySide2.QtCore.QObject'),
30795    "PySide2.QtQml.QQmlFileSelector.get": ('PySide2.QtQml.QQmlEngine',),
30796    "PySide2.QtQml.QQmlFileSelector.selector": (),
30797    "PySide2.QtQml.QQmlFileSelector.setExtraSelectors": ('typing.Sequence[str]',),
30798    "PySide2.QtQml.QQmlFileSelector.setSelector": ('PySide2.QtCore.QFileSelector',),
30799# class PySide2.QtQml.QQmlImageProviderBase:
30800# class PySide2.QtQml.QQmlImageProviderBase.Flag:
30801# class PySide2.QtQml.QQmlImageProviderBase.Flags:
30802# class PySide2.QtQml.QQmlImageProviderBase.ImageType:
30803    "PySide2.QtQml.QQmlImageProviderBase.flags": (),
30804    "PySide2.QtQml.QQmlImageProviderBase.imageType": (),
30805# class PySide2.QtQml.QQmlIncubationController:
30806    "PySide2.QtQml.QQmlIncubationController.__init__": (),
30807    "PySide2.QtQml.QQmlIncubationController.engine": (),
30808    "PySide2.QtQml.QQmlIncubationController.incubateFor": ('int',),
30809    "PySide2.QtQml.QQmlIncubationController.incubateWhile": ('int',),
30810    "PySide2.QtQml.QQmlIncubationController.incubatingObjectCount": (),
30811    "PySide2.QtQml.QQmlIncubationController.incubatingObjectCountChanged": ('int',),
30812# class PySide2.QtQml.QQmlIncubator:
30813# class PySide2.QtQml.QQmlIncubator.IncubationMode:
30814# class PySide2.QtQml.QQmlIncubator.Status:
30815    "PySide2.QtQml.QQmlIncubator.__init__": ('PySide2.QtQml.QQmlIncubator.IncubationMode',),
30816    "PySide2.QtQml.QQmlIncubator.clear": (),
30817    "PySide2.QtQml.QQmlIncubator.errors": (),
30818    "PySide2.QtQml.QQmlIncubator.forceCompletion": (),
30819    "PySide2.QtQml.QQmlIncubator.incubationMode": (),
30820    "PySide2.QtQml.QQmlIncubator.isError": (),
30821    "PySide2.QtQml.QQmlIncubator.isLoading": (),
30822    "PySide2.QtQml.QQmlIncubator.isNull": (),
30823    "PySide2.QtQml.QQmlIncubator.isReady": (),
30824    "PySide2.QtQml.QQmlIncubator.object": (),
30825    "PySide2.QtQml.QQmlIncubator.setInitialState": ('PySide2.QtCore.QObject',),
30826    "PySide2.QtQml.QQmlIncubator.status": (),
30827    "PySide2.QtQml.QQmlIncubator.statusChanged": ('PySide2.QtQml.QQmlIncubator.Status',),
30828# class PySide2.QtQml.QQmlListReference:
30829    "PySide2.QtQml.QQmlListReference.__init__": [(), ('PySide2.QtCore.QObject', 'str', 'PySide2.QtQml.QQmlEngine'), ('PySide2.QtQml.QQmlListReference',)],
30830    "PySide2.QtQml.QQmlListReference.__copy__": (),
30831    "PySide2.QtQml.QQmlListReference.append": ('PySide2.QtCore.QObject',),
30832    "PySide2.QtQml.QQmlListReference.at": ('int',),
30833    "PySide2.QtQml.QQmlListReference.canAppend": (),
30834    "PySide2.QtQml.QQmlListReference.canAt": (),
30835    "PySide2.QtQml.QQmlListReference.canClear": (),
30836    "PySide2.QtQml.QQmlListReference.canCount": (),
30837    "PySide2.QtQml.QQmlListReference.clear": (),
30838    "PySide2.QtQml.QQmlListReference.count": (),
30839    "PySide2.QtQml.QQmlListReference.isManipulable": (),
30840    "PySide2.QtQml.QQmlListReference.isReadable": (),
30841    "PySide2.QtQml.QQmlListReference.isValid": (),
30842    "PySide2.QtQml.QQmlListReference.listElementType": (),
30843    "PySide2.QtQml.QQmlListReference.object": (),
30844# class PySide2.QtQml.QQmlNetworkAccessManagerFactory:
30845    "PySide2.QtQml.QQmlNetworkAccessManagerFactory.__init__": (),
30846    "PySide2.QtQml.QQmlNetworkAccessManagerFactory.create": ('PySide2.QtCore.QObject',),
30847# class PySide2.QtQml.QQmlParserStatus:
30848    "PySide2.QtQml.QQmlParserStatus.__init__": (),
30849    "PySide2.QtQml.QQmlParserStatus.classBegin": (),
30850    "PySide2.QtQml.QQmlParserStatus.componentComplete": (),
30851# class PySide2.QtQml.QQmlProperty:
30852# class PySide2.QtQml.QQmlProperty.PropertyTypeCategory:
30853# class PySide2.QtQml.QQmlProperty.Type:
30854    "PySide2.QtQml.QQmlProperty.__init__": [(), ('PySide2.QtCore.QObject',), ('PySide2.QtCore.QObject', 'PySide2.QtQml.QQmlContext'), ('PySide2.QtCore.QObject', 'PySide2.QtQml.QQmlEngine'), ('PySide2.QtCore.QObject', 'str'), ('PySide2.QtCore.QObject', 'str', 'PySide2.QtQml.QQmlContext'), ('PySide2.QtCore.QObject', 'str', 'PySide2.QtQml.QQmlEngine'), ('PySide2.QtQml.QQmlProperty',)],
30855    "PySide2.QtQml.QQmlProperty.__copy__": (),
30856    "PySide2.QtQml.QQmlProperty.connectNotifySignal": [('PySide2.QtCore.QObject', 'int'), ('PySide2.QtCore.QObject', 'str')],
30857    "PySide2.QtQml.QQmlProperty.hasNotifySignal": (),
30858    "PySide2.QtQml.QQmlProperty.index": (),
30859    "PySide2.QtQml.QQmlProperty.isDesignable": (),
30860    "PySide2.QtQml.QQmlProperty.isProperty": (),
30861    "PySide2.QtQml.QQmlProperty.isResettable": (),
30862    "PySide2.QtQml.QQmlProperty.isSignalProperty": (),
30863    "PySide2.QtQml.QQmlProperty.isValid": (),
30864    "PySide2.QtQml.QQmlProperty.isWritable": (),
30865    "PySide2.QtQml.QQmlProperty.method": (),
30866    "PySide2.QtQml.QQmlProperty.name": (),
30867    "PySide2.QtQml.QQmlProperty.needsNotifySignal": (),
30868    "PySide2.QtQml.QQmlProperty.object": (),
30869    "PySide2.QtQml.QQmlProperty.property": (),
30870    "PySide2.QtQml.QQmlProperty.propertyType": (),
30871    "PySide2.QtQml.QQmlProperty.propertyTypeCategory": (),
30872    "PySide2.QtQml.QQmlProperty.propertyTypeName": (),
30873    "PySide2.QtQml.QQmlProperty.read": [(), ('PySide2.QtCore.QObject', 'str'), ('PySide2.QtCore.QObject', 'str', 'PySide2.QtQml.QQmlContext'), ('PySide2.QtCore.QObject', 'str', 'PySide2.QtQml.QQmlEngine')],
30874    "PySide2.QtQml.QQmlProperty.reset": (),
30875    "PySide2.QtQml.QQmlProperty.type": (),
30876    "PySide2.QtQml.QQmlProperty.write": [('PySide2.QtCore.QObject', 'str', 'typing.Any'), ('PySide2.QtCore.QObject', 'str', 'typing.Any', 'PySide2.QtQml.QQmlContext'), ('PySide2.QtCore.QObject', 'str', 'typing.Any', 'PySide2.QtQml.QQmlEngine'), ('typing.Any',)],
30877# class PySide2.QtQml.QQmlPropertyMap:
30878    "PySide2.QtQml.QQmlPropertyMap.__init__": ('PySide2.QtCore.QObject',),
30879    "PySide2.QtQml.QQmlPropertyMap.clear": ('str',),
30880    "PySide2.QtQml.QQmlPropertyMap.contains": ('str',),
30881    "PySide2.QtQml.QQmlPropertyMap.count": (),
30882    "PySide2.QtQml.QQmlPropertyMap.insert": ('str', 'typing.Any'),
30883    "PySide2.QtQml.QQmlPropertyMap.isEmpty": (),
30884    "PySide2.QtQml.QQmlPropertyMap.keys": (),
30885    "PySide2.QtQml.QQmlPropertyMap.size": (),
30886    "PySide2.QtQml.QQmlPropertyMap.updateValue": ('str', 'typing.Any'),
30887    "PySide2.QtQml.QQmlPropertyMap.value": ('str',),
30888# class PySide2.QtQml.QQmlPropertyValueSource:
30889    "PySide2.QtQml.QQmlPropertyValueSource.__init__": (),
30890    "PySide2.QtQml.QQmlPropertyValueSource.setTarget": ('PySide2.QtQml.QQmlProperty',),
30891# class PySide2.QtQml.QQmlScriptString:
30892    "PySide2.QtQml.QQmlScriptString.__init__": [(), ('PySide2.QtQml.QQmlScriptString',)],
30893    "PySide2.QtQml.QQmlScriptString.__copy__": (),
30894    "PySide2.QtQml.QQmlScriptString.booleanLiteral": (),
30895    "PySide2.QtQml.QQmlScriptString.isEmpty": (),
30896    "PySide2.QtQml.QQmlScriptString.isNullLiteral": (),
30897    "PySide2.QtQml.QQmlScriptString.isUndefinedLiteral": (),
30898    "PySide2.QtQml.QQmlScriptString.numberLiteral": (),
30899    "PySide2.QtQml.QQmlScriptString.stringLiteral": (),
30900# class PySide2.QtQml.QQmlTypesExtensionInterface:
30901    "PySide2.QtQml.QQmlTypesExtensionInterface.__init__": (),
30902    "PySide2.QtQml.QQmlTypesExtensionInterface.registerTypes": ('str',),
30903# class PySide2.QtQml.QtQml:
30904    "PySide2.QtQml.QtQml.qmlAttachedPropertiesObject": ('PySide2.QtCore.QObject', 'PySide2.QtCore.QMetaObject', 'bool'),
30905    "PySide2.QtQml.QtQml.qmlAttachedPropertiesObjectById": ('int', 'PySide2.QtCore.QObject', 'bool'),
30906    "PySide2.QtQml.QtQml.qmlContext": ('PySide2.QtCore.QObject',),
30907    "PySide2.QtQml.QtQml.qmlEngine": ('PySide2.QtCore.QObject',),
30908    "PySide2.QtQml.QtQml.qmlExecuteDeferred": ('PySide2.QtCore.QObject',),
30909# class PySide2.QtQml.VolatileBool:
30910    "PySide2.QtQml.VolatileBool.get": (),
30911    "PySide2.QtQml.VolatileBool.set": ('object',),
30912    "PySide2.QtQml.VolatileBool.qmlRegisterType": ('type', 'str', 'int', 'int', 'str'),
30913    }) if "PySide2.QtQml" in sys.modules else None
30914# Module PySide2.QtQuick
30915sig_dict.update({
30916# class PySide2.QtQuick.QQuickAsyncImageProvider:
30917    "PySide2.QtQuick.QQuickAsyncImageProvider.__init__": (),
30918    "PySide2.QtQuick.QQuickAsyncImageProvider.requestImageResponse": ('str', 'PySide2.QtCore.QSize'),
30919# class PySide2.QtQuick.QQuickFramebufferObject:
30920# class PySide2.QtQuick.QQuickFramebufferObject.Renderer:
30921    "PySide2.QtQuick.QQuickFramebufferObject.Renderer.__init__": (),
30922    "PySide2.QtQuick.QQuickFramebufferObject.Renderer.createFramebufferObject": ('PySide2.QtCore.QSize',),
30923    "PySide2.QtQuick.QQuickFramebufferObject.Renderer.framebufferObject": (),
30924    "PySide2.QtQuick.QQuickFramebufferObject.Renderer.invalidateFramebufferObject": (),
30925    "PySide2.QtQuick.QQuickFramebufferObject.Renderer.render": (),
30926    "PySide2.QtQuick.QQuickFramebufferObject.Renderer.synchronize": ('PySide2.QtQuick.QQuickFramebufferObject',),
30927    "PySide2.QtQuick.QQuickFramebufferObject.Renderer.update": (),
30928    "PySide2.QtQuick.QQuickFramebufferObject.__init__": ('PySide2.QtQuick.QQuickItem',),
30929    "PySide2.QtQuick.QQuickFramebufferObject.createRenderer": (),
30930    "PySide2.QtQuick.QQuickFramebufferObject.geometryChanged": ('PySide2.QtCore.QRectF', 'PySide2.QtCore.QRectF'),
30931    "PySide2.QtQuick.QQuickFramebufferObject.isTextureProvider": (),
30932    "PySide2.QtQuick.QQuickFramebufferObject.mirrorVertically": (),
30933    "PySide2.QtQuick.QQuickFramebufferObject.releaseResources": (),
30934    "PySide2.QtQuick.QQuickFramebufferObject.setMirrorVertically": ('bool',),
30935    "PySide2.QtQuick.QQuickFramebufferObject.setTextureFollowsItemSize": ('bool',),
30936    "PySide2.QtQuick.QQuickFramebufferObject.textureFollowsItemSize": (),
30937    "PySide2.QtQuick.QQuickFramebufferObject.textureProvider": (),
30938    "PySide2.QtQuick.QQuickFramebufferObject.updatePaintNode": ('PySide2.QtQuick.QSGNode', 'PySide2.QtQuick.QQuickItem.UpdatePaintNodeData'),
30939# class PySide2.QtQuick.QQuickImageProvider:
30940    "PySide2.QtQuick.QQuickImageProvider.__init__": ('PySide2.QtQml.QQmlImageProviderBase.ImageType', 'PySide2.QtQml.QQmlImageProviderBase.Flags'),
30941    "PySide2.QtQuick.QQuickImageProvider.flags": (),
30942    "PySide2.QtQuick.QQuickImageProvider.imageType": (),
30943    "PySide2.QtQuick.QQuickImageProvider.requestImage": ('str', 'PySide2.QtCore.QSize', 'PySide2.QtCore.QSize'),
30944    "PySide2.QtQuick.QQuickImageProvider.requestPixmap": ('str', 'PySide2.QtCore.QSize', 'PySide2.QtCore.QSize'),
30945    "PySide2.QtQuick.QQuickImageProvider.requestTexture": ('str', 'PySide2.QtCore.QSize', 'PySide2.QtCore.QSize'),
30946# class PySide2.QtQuick.QQuickImageResponse:
30947    "PySide2.QtQuick.QQuickImageResponse.__init__": (),
30948    "PySide2.QtQuick.QQuickImageResponse.cancel": (),
30949    "PySide2.QtQuick.QQuickImageResponse.errorString": (),
30950    "PySide2.QtQuick.QQuickImageResponse.textureFactory": (),
30951# class PySide2.QtQuick.QQuickItem:
30952# class PySide2.QtQuick.QQuickItem.Flag:
30953# class PySide2.QtQuick.QQuickItem.Flags:
30954# class PySide2.QtQuick.QQuickItem.ItemChange:
30955# class PySide2.QtQuick.QQuickItem.TransformOrigin:
30956# class PySide2.QtQuick.QQuickItem.UpdatePaintNodeData:
30957    "PySide2.QtQuick.QQuickItem.UpdatePaintNodeData.__copy__": (),
30958    "PySide2.QtQuick.QQuickItem.__init__": ('PySide2.QtQuick.QQuickItem',),
30959    "PySide2.QtQuick.QQuickItem.acceptHoverEvents": (),
30960    "PySide2.QtQuick.QQuickItem.acceptTouchEvents": (),
30961    "PySide2.QtQuick.QQuickItem.acceptedMouseButtons": (),
30962    "PySide2.QtQuick.QQuickItem.activeFocusOnTab": (),
30963    "PySide2.QtQuick.QQuickItem.antialiasing": (),
30964    "PySide2.QtQuick.QQuickItem.baselineOffset": (),
30965    "PySide2.QtQuick.QQuickItem.boundingRect": (),
30966    "PySide2.QtQuick.QQuickItem.childAt": ('float', 'float'),
30967    "PySide2.QtQuick.QQuickItem.childItems": (),
30968    "PySide2.QtQuick.QQuickItem.childMouseEventFilter": ('PySide2.QtQuick.QQuickItem', 'PySide2.QtCore.QEvent'),
30969    "PySide2.QtQuick.QQuickItem.childrenRect": (),
30970    "PySide2.QtQuick.QQuickItem.classBegin": (),
30971    "PySide2.QtQuick.QQuickItem.clip": (),
30972    "PySide2.QtQuick.QQuickItem.clipRect": (),
30973    "PySide2.QtQuick.QQuickItem.componentComplete": (),
30974    "PySide2.QtQuick.QQuickItem.containmentMask": (),
30975    "PySide2.QtQuick.QQuickItem.contains": ('PySide2.QtCore.QPointF',),
30976    "PySide2.QtQuick.QQuickItem.cursor": (),
30977    "PySide2.QtQuick.QQuickItem.dragEnterEvent": ('PySide2.QtGui.QDragEnterEvent',),
30978    "PySide2.QtQuick.QQuickItem.dragLeaveEvent": ('PySide2.QtGui.QDragLeaveEvent',),
30979    "PySide2.QtQuick.QQuickItem.dragMoveEvent": ('PySide2.QtGui.QDragMoveEvent',),
30980    "PySide2.QtQuick.QQuickItem.dropEvent": ('PySide2.QtGui.QDropEvent',),
30981    "PySide2.QtQuick.QQuickItem.event": ('PySide2.QtCore.QEvent',),
30982    "PySide2.QtQuick.QQuickItem.filtersChildMouseEvents": (),
30983    "PySide2.QtQuick.QQuickItem.flags": (),
30984    "PySide2.QtQuick.QQuickItem.focusInEvent": ('PySide2.QtGui.QFocusEvent',),
30985    "PySide2.QtQuick.QQuickItem.focusOutEvent": ('PySide2.QtGui.QFocusEvent',),
30986    "PySide2.QtQuick.QQuickItem.forceActiveFocus": [(), ('PySide2.QtCore.Qt.FocusReason',)],
30987    "PySide2.QtQuick.QQuickItem.geometryChanged": ('PySide2.QtCore.QRectF', 'PySide2.QtCore.QRectF'),
30988    "PySide2.QtQuick.QQuickItem.grabMouse": (),
30989    "PySide2.QtQuick.QQuickItem.grabToImage": [('PySide2.QtCore.QSize',), ('PySide2.QtQml.QJSValue', 'PySide2.QtCore.QSize')],
30990    "PySide2.QtQuick.QQuickItem.grabTouchPoints": ('typing.List[int]',),
30991    "PySide2.QtQuick.QQuickItem.hasActiveFocus": (),
30992    "PySide2.QtQuick.QQuickItem.hasFocus": (),
30993    "PySide2.QtQuick.QQuickItem.height": (),
30994    "PySide2.QtQuick.QQuickItem.heightValid": (),
30995    "PySide2.QtQuick.QQuickItem.hoverEnterEvent": ('PySide2.QtGui.QHoverEvent',),
30996    "PySide2.QtQuick.QQuickItem.hoverLeaveEvent": ('PySide2.QtGui.QHoverEvent',),
30997    "PySide2.QtQuick.QQuickItem.hoverMoveEvent": ('PySide2.QtGui.QHoverEvent',),
30998    "PySide2.QtQuick.QQuickItem.implicitHeight": (),
30999    "PySide2.QtQuick.QQuickItem.implicitWidth": (),
31000    "PySide2.QtQuick.QQuickItem.inputMethodEvent": ('PySide2.QtGui.QInputMethodEvent',),
31001    "PySide2.QtQuick.QQuickItem.inputMethodQuery": ('PySide2.QtCore.Qt.InputMethodQuery',),
31002    "PySide2.QtQuick.QQuickItem.isAncestorOf": ('PySide2.QtQuick.QQuickItem',),
31003    "PySide2.QtQuick.QQuickItem.isComponentComplete": (),
31004    "PySide2.QtQuick.QQuickItem.isEnabled": (),
31005    "PySide2.QtQuick.QQuickItem.isFocusScope": (),
31006    "PySide2.QtQuick.QQuickItem.isTextureProvider": (),
31007    "PySide2.QtQuick.QQuickItem.isUnderMouse": (),
31008    "PySide2.QtQuick.QQuickItem.isVisible": (),
31009    "PySide2.QtQuick.QQuickItem.itemTransform": ('PySide2.QtQuick.QQuickItem',),
31010    "PySide2.QtQuick.QQuickItem.keepMouseGrab": (),
31011    "PySide2.QtQuick.QQuickItem.keepTouchGrab": (),
31012    "PySide2.QtQuick.QQuickItem.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
31013    "PySide2.QtQuick.QQuickItem.keyReleaseEvent": ('PySide2.QtGui.QKeyEvent',),
31014    "PySide2.QtQuick.QQuickItem.mapFromGlobal": ('PySide2.QtCore.QPointF',),
31015    "PySide2.QtQuick.QQuickItem.mapFromItem": ('PySide2.QtQuick.QQuickItem', 'PySide2.QtCore.QPointF'),
31016    "PySide2.QtQuick.QQuickItem.mapFromScene": ('PySide2.QtCore.QPointF',),
31017    "PySide2.QtQuick.QQuickItem.mapRectFromItem": ('PySide2.QtQuick.QQuickItem', 'PySide2.QtCore.QRectF'),
31018    "PySide2.QtQuick.QQuickItem.mapRectFromScene": ('PySide2.QtCore.QRectF',),
31019    "PySide2.QtQuick.QQuickItem.mapRectToItem": ('PySide2.QtQuick.QQuickItem', 'PySide2.QtCore.QRectF'),
31020    "PySide2.QtQuick.QQuickItem.mapRectToScene": ('PySide2.QtCore.QRectF',),
31021    "PySide2.QtQuick.QQuickItem.mapToGlobal": ('PySide2.QtCore.QPointF',),
31022    "PySide2.QtQuick.QQuickItem.mapToItem": ('PySide2.QtQuick.QQuickItem', 'PySide2.QtCore.QPointF'),
31023    "PySide2.QtQuick.QQuickItem.mapToScene": ('PySide2.QtCore.QPointF',),
31024    "PySide2.QtQuick.QQuickItem.mouseDoubleClickEvent": ('PySide2.QtGui.QMouseEvent',),
31025    "PySide2.QtQuick.QQuickItem.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
31026    "PySide2.QtQuick.QQuickItem.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
31027    "PySide2.QtQuick.QQuickItem.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
31028    "PySide2.QtQuick.QQuickItem.mouseUngrabEvent": (),
31029    "PySide2.QtQuick.QQuickItem.nextItemInFocusChain": ('bool',),
31030    "PySide2.QtQuick.QQuickItem.opacity": (),
31031    "PySide2.QtQuick.QQuickItem.parentItem": (),
31032    "PySide2.QtQuick.QQuickItem.polish": (),
31033    "PySide2.QtQuick.QQuickItem.position": (),
31034    "PySide2.QtQuick.QQuickItem.releaseResources": (),
31035    "PySide2.QtQuick.QQuickItem.resetAntialiasing": (),
31036    "PySide2.QtQuick.QQuickItem.resetHeight": (),
31037    "PySide2.QtQuick.QQuickItem.resetWidth": (),
31038    "PySide2.QtQuick.QQuickItem.rotation": (),
31039    "PySide2.QtQuick.QQuickItem.scale": (),
31040    "PySide2.QtQuick.QQuickItem.scopedFocusItem": (),
31041    "PySide2.QtQuick.QQuickItem.setAcceptHoverEvents": ('bool',),
31042    "PySide2.QtQuick.QQuickItem.setAcceptTouchEvents": ('bool',),
31043    "PySide2.QtQuick.QQuickItem.setAcceptedMouseButtons": ('PySide2.QtCore.Qt.MouseButtons',),
31044    "PySide2.QtQuick.QQuickItem.setActiveFocusOnTab": ('bool',),
31045    "PySide2.QtQuick.QQuickItem.setAntialiasing": ('bool',),
31046    "PySide2.QtQuick.QQuickItem.setBaselineOffset": ('float',),
31047    "PySide2.QtQuick.QQuickItem.setClip": ('bool',),
31048    "PySide2.QtQuick.QQuickItem.setContainmentMask": ('PySide2.QtCore.QObject',),
31049    "PySide2.QtQuick.QQuickItem.setCursor": ('PySide2.QtGui.QCursor',),
31050    "PySide2.QtQuick.QQuickItem.setEnabled": ('bool',),
31051    "PySide2.QtQuick.QQuickItem.setFiltersChildMouseEvents": ('bool',),
31052    "PySide2.QtQuick.QQuickItem.setFlag": ('PySide2.QtQuick.QQuickItem.Flag', 'bool'),
31053    "PySide2.QtQuick.QQuickItem.setFlags": ('PySide2.QtQuick.QQuickItem.Flags',),
31054    "PySide2.QtQuick.QQuickItem.setFocus": [('bool',), ('bool', 'PySide2.QtCore.Qt.FocusReason')],
31055    "PySide2.QtQuick.QQuickItem.setHeight": ('float',),
31056    "PySide2.QtQuick.QQuickItem.setImplicitHeight": ('float',),
31057    "PySide2.QtQuick.QQuickItem.setImplicitSize": ('float', 'float'),
31058    "PySide2.QtQuick.QQuickItem.setImplicitWidth": ('float',),
31059    "PySide2.QtQuick.QQuickItem.setKeepMouseGrab": ('bool',),
31060    "PySide2.QtQuick.QQuickItem.setKeepTouchGrab": ('bool',),
31061    "PySide2.QtQuick.QQuickItem.setOpacity": ('float',),
31062    "PySide2.QtQuick.QQuickItem.setParentItem": ('PySide2.QtQuick.QQuickItem',),
31063    "PySide2.QtQuick.QQuickItem.setPosition": ('PySide2.QtCore.QPointF',),
31064    "PySide2.QtQuick.QQuickItem.setRotation": ('float',),
31065    "PySide2.QtQuick.QQuickItem.setScale": ('float',),
31066    "PySide2.QtQuick.QQuickItem.setSize": ('PySide2.QtCore.QSizeF',),
31067    "PySide2.QtQuick.QQuickItem.setSmooth": ('bool',),
31068    "PySide2.QtQuick.QQuickItem.setState": ('str',),
31069    "PySide2.QtQuick.QQuickItem.setTransformOrigin": ('PySide2.QtQuick.QQuickItem.TransformOrigin',),
31070    "PySide2.QtQuick.QQuickItem.setTransformOriginPoint": ('PySide2.QtCore.QPointF',),
31071    "PySide2.QtQuick.QQuickItem.setVisible": ('bool',),
31072    "PySide2.QtQuick.QQuickItem.setWidth": ('float',),
31073    "PySide2.QtQuick.QQuickItem.setX": ('float',),
31074    "PySide2.QtQuick.QQuickItem.setY": ('float',),
31075    "PySide2.QtQuick.QQuickItem.setZ": ('float',),
31076    "PySide2.QtQuick.QQuickItem.size": (),
31077    "PySide2.QtQuick.QQuickItem.smooth": (),
31078    "PySide2.QtQuick.QQuickItem.stackAfter": ('PySide2.QtQuick.QQuickItem',),
31079    "PySide2.QtQuick.QQuickItem.stackBefore": ('PySide2.QtQuick.QQuickItem',),
31080    "PySide2.QtQuick.QQuickItem.state": (),
31081    "PySide2.QtQuick.QQuickItem.textureProvider": (),
31082    "PySide2.QtQuick.QQuickItem.touchEvent": ('PySide2.QtGui.QTouchEvent',),
31083    "PySide2.QtQuick.QQuickItem.touchUngrabEvent": (),
31084    "PySide2.QtQuick.QQuickItem.transformOrigin": (),
31085    "PySide2.QtQuick.QQuickItem.transformOriginPoint": (),
31086    "PySide2.QtQuick.QQuickItem.ungrabMouse": (),
31087    "PySide2.QtQuick.QQuickItem.ungrabTouchPoints": (),
31088    "PySide2.QtQuick.QQuickItem.unsetCursor": (),
31089    "PySide2.QtQuick.QQuickItem.update": (),
31090    "PySide2.QtQuick.QQuickItem.updateInputMethod": ('PySide2.QtCore.Qt.InputMethodQueries',),
31091    "PySide2.QtQuick.QQuickItem.updatePaintNode": ('PySide2.QtQuick.QSGNode', 'PySide2.QtQuick.QQuickItem.UpdatePaintNodeData'),
31092    "PySide2.QtQuick.QQuickItem.updatePolish": (),
31093    "PySide2.QtQuick.QQuickItem.wheelEvent": ('PySide2.QtGui.QWheelEvent',),
31094    "PySide2.QtQuick.QQuickItem.width": (),
31095    "PySide2.QtQuick.QQuickItem.widthValid": (),
31096    "PySide2.QtQuick.QQuickItem.window": (),
31097    "PySide2.QtQuick.QQuickItem.windowDeactivateEvent": (),
31098    "PySide2.QtQuick.QQuickItem.x": (),
31099    "PySide2.QtQuick.QQuickItem.y": (),
31100    "PySide2.QtQuick.QQuickItem.z": (),
31101# class PySide2.QtQuick.QQuickItemGrabResult:
31102    "PySide2.QtQuick.QQuickItemGrabResult.event": ('PySide2.QtCore.QEvent',),
31103    "PySide2.QtQuick.QQuickItemGrabResult.image": (),
31104    "PySide2.QtQuick.QQuickItemGrabResult.saveToFile": ('str',),
31105    "PySide2.QtQuick.QQuickItemGrabResult.url": (),
31106# class PySide2.QtQuick.QQuickPaintedItem:
31107# class PySide2.QtQuick.QQuickPaintedItem.PerformanceHint:
31108# class PySide2.QtQuick.QQuickPaintedItem.PerformanceHints:
31109# class PySide2.QtQuick.QQuickPaintedItem.RenderTarget:
31110    "PySide2.QtQuick.QQuickPaintedItem.__init__": ('PySide2.QtQuick.QQuickItem',),
31111    "PySide2.QtQuick.QQuickPaintedItem.antialiasing": (),
31112    "PySide2.QtQuick.QQuickPaintedItem.contentsBoundingRect": (),
31113    "PySide2.QtQuick.QQuickPaintedItem.contentsScale": (),
31114    "PySide2.QtQuick.QQuickPaintedItem.contentsSize": (),
31115    "PySide2.QtQuick.QQuickPaintedItem.fillColor": (),
31116    "PySide2.QtQuick.QQuickPaintedItem.isTextureProvider": (),
31117    "PySide2.QtQuick.QQuickPaintedItem.mipmap": (),
31118    "PySide2.QtQuick.QQuickPaintedItem.opaquePainting": (),
31119    "PySide2.QtQuick.QQuickPaintedItem.paint": ('PySide2.QtGui.QPainter',),
31120    "PySide2.QtQuick.QQuickPaintedItem.performanceHints": (),
31121    "PySide2.QtQuick.QQuickPaintedItem.releaseResources": (),
31122    "PySide2.QtQuick.QQuickPaintedItem.renderTarget": (),
31123    "PySide2.QtQuick.QQuickPaintedItem.resetContentsSize": (),
31124    "PySide2.QtQuick.QQuickPaintedItem.setAntialiasing": ('bool',),
31125    "PySide2.QtQuick.QQuickPaintedItem.setContentsScale": ('float',),
31126    "PySide2.QtQuick.QQuickPaintedItem.setContentsSize": ('PySide2.QtCore.QSize',),
31127    "PySide2.QtQuick.QQuickPaintedItem.setFillColor": ('PySide2.QtGui.QColor',),
31128    "PySide2.QtQuick.QQuickPaintedItem.setMipmap": ('bool',),
31129    "PySide2.QtQuick.QQuickPaintedItem.setOpaquePainting": ('bool',),
31130    "PySide2.QtQuick.QQuickPaintedItem.setPerformanceHint": ('PySide2.QtQuick.QQuickPaintedItem.PerformanceHint', 'bool'),
31131    "PySide2.QtQuick.QQuickPaintedItem.setPerformanceHints": ('PySide2.QtQuick.QQuickPaintedItem.PerformanceHints',),
31132    "PySide2.QtQuick.QQuickPaintedItem.setRenderTarget": ('PySide2.QtQuick.QQuickPaintedItem.RenderTarget',),
31133    "PySide2.QtQuick.QQuickPaintedItem.setTextureSize": ('PySide2.QtCore.QSize',),
31134    "PySide2.QtQuick.QQuickPaintedItem.textureProvider": (),
31135    "PySide2.QtQuick.QQuickPaintedItem.textureSize": (),
31136    "PySide2.QtQuick.QQuickPaintedItem.update": [(), ('PySide2.QtCore.QRect',)],
31137    "PySide2.QtQuick.QQuickPaintedItem.updatePaintNode": ('PySide2.QtQuick.QSGNode', 'PySide2.QtQuick.QQuickItem.UpdatePaintNodeData'),
31138# class PySide2.QtQuick.QQuickRenderControl:
31139    "PySide2.QtQuick.QQuickRenderControl.__init__": ('PySide2.QtCore.QObject',),
31140    "PySide2.QtQuick.QQuickRenderControl.grab": (),
31141    "PySide2.QtQuick.QQuickRenderControl.initialize": ('PySide2.QtGui.QOpenGLContext',),
31142    "PySide2.QtQuick.QQuickRenderControl.invalidate": (),
31143    "PySide2.QtQuick.QQuickRenderControl.polishItems": (),
31144    "PySide2.QtQuick.QQuickRenderControl.prepareThread": ('PySide2.QtCore.QThread',),
31145    "PySide2.QtQuick.QQuickRenderControl.render": (),
31146    "PySide2.QtQuick.QQuickRenderControl.renderWindow": ('PySide2.QtCore.QPoint',),
31147    "PySide2.QtQuick.QQuickRenderControl.renderWindowFor": ('PySide2.QtQuick.QQuickWindow', 'PySide2.QtCore.QPoint'),
31148    "PySide2.QtQuick.QQuickRenderControl.sync": (),
31149# class PySide2.QtQuick.QQuickTextDocument:
31150    "PySide2.QtQuick.QQuickTextDocument.__init__": ('PySide2.QtQuick.QQuickItem',),
31151    "PySide2.QtQuick.QQuickTextDocument.textDocument": (),
31152# class PySide2.QtQuick.QQuickTextureFactory:
31153    "PySide2.QtQuick.QQuickTextureFactory.__init__": (),
31154    "PySide2.QtQuick.QQuickTextureFactory.createTexture": ('PySide2.QtQuick.QQuickWindow',),
31155    "PySide2.QtQuick.QQuickTextureFactory.image": (),
31156    "PySide2.QtQuick.QQuickTextureFactory.textureByteCount": (),
31157    "PySide2.QtQuick.QQuickTextureFactory.textureFactoryForImage": ('PySide2.QtGui.QImage',),
31158    "PySide2.QtQuick.QQuickTextureFactory.textureSize": (),
31159# class PySide2.QtQuick.QQuickTransform:
31160    "PySide2.QtQuick.QQuickTransform.__init__": ('PySide2.QtCore.QObject',),
31161    "PySide2.QtQuick.QQuickTransform.appendToItem": ('PySide2.QtQuick.QQuickItem',),
31162    "PySide2.QtQuick.QQuickTransform.applyTo": ('PySide2.QtGui.QMatrix4x4',),
31163    "PySide2.QtQuick.QQuickTransform.prependToItem": ('PySide2.QtQuick.QQuickItem',),
31164    "PySide2.QtQuick.QQuickTransform.update": (),
31165# class PySide2.QtQuick.QQuickView:
31166# class PySide2.QtQuick.QQuickView.ResizeMode:
31167# class PySide2.QtQuick.QQuickView.Status:
31168    "PySide2.QtQuick.QQuickView.__init__": [('PySide2.QtCore.QUrl', 'PySide2.QtGui.QWindow'), ('PySide2.QtCore.QUrl', 'PySide2.QtQuick.QQuickRenderControl'), ('PySide2.QtGui.QWindow',), ('PySide2.QtQml.QQmlEngine', 'PySide2.QtGui.QWindow')],
31169    "PySide2.QtQuick.QQuickView.engine": (),
31170    "PySide2.QtQuick.QQuickView.errors": (),
31171    "PySide2.QtQuick.QQuickView.initialSize": (),
31172    "PySide2.QtQuick.QQuickView.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
31173    "PySide2.QtQuick.QQuickView.keyReleaseEvent": ('PySide2.QtGui.QKeyEvent',),
31174    "PySide2.QtQuick.QQuickView.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
31175    "PySide2.QtQuick.QQuickView.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
31176    "PySide2.QtQuick.QQuickView.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
31177    "PySide2.QtQuick.QQuickView.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
31178    "PySide2.QtQuick.QQuickView.resizeMode": (),
31179    "PySide2.QtQuick.QQuickView.rootContext": (),
31180    "PySide2.QtQuick.QQuickView.rootObject": (),
31181    "PySide2.QtQuick.QQuickView.setContent": ('PySide2.QtCore.QUrl', 'PySide2.QtQml.QQmlComponent', 'PySide2.QtCore.QObject'),
31182    "PySide2.QtQuick.QQuickView.setInitialProperties": ('typing.Dict[str, typing.Any]',),
31183    "PySide2.QtQuick.QQuickView.setResizeMode": ('PySide2.QtQuick.QQuickView.ResizeMode',),
31184    "PySide2.QtQuick.QQuickView.setSource": ('PySide2.QtCore.QUrl',),
31185    "PySide2.QtQuick.QQuickView.sizeHint": (),
31186    "PySide2.QtQuick.QQuickView.source": (),
31187    "PySide2.QtQuick.QQuickView.status": (),
31188    "PySide2.QtQuick.QQuickView.timerEvent": ('PySide2.QtCore.QTimerEvent',),
31189# class PySide2.QtQuick.QQuickWindow:
31190# class PySide2.QtQuick.QQuickWindow.CreateTextureOption:
31191# class PySide2.QtQuick.QQuickWindow.CreateTextureOptions:
31192# class PySide2.QtQuick.QQuickWindow.NativeObjectType:
31193# class PySide2.QtQuick.QQuickWindow.RenderStage:
31194# class PySide2.QtQuick.QQuickWindow.SceneGraphError:
31195# class PySide2.QtQuick.QQuickWindow.TextRenderType:
31196    "PySide2.QtQuick.QQuickWindow.__init__": [('PySide2.QtGui.QWindow',), ('PySide2.QtQuick.QQuickRenderControl',)],
31197    "PySide2.QtQuick.QQuickWindow.accessibleRoot": (),
31198    "PySide2.QtQuick.QQuickWindow.activeFocusItem": (),
31199    "PySide2.QtQuick.QQuickWindow.beginExternalCommands": (),
31200    "PySide2.QtQuick.QQuickWindow.clearBeforeRendering": (),
31201    "PySide2.QtQuick.QQuickWindow.color": (),
31202    "PySide2.QtQuick.QQuickWindow.contentItem": (),
31203    "PySide2.QtQuick.QQuickWindow.createTextureFromId": ('int', 'PySide2.QtCore.QSize', 'PySide2.QtQuick.QQuickWindow.CreateTextureOptions'),
31204    "PySide2.QtQuick.QQuickWindow.createTextureFromImage": [('PySide2.QtGui.QImage',), ('PySide2.QtGui.QImage', 'PySide2.QtQuick.QQuickWindow.CreateTextureOptions')],
31205    "PySide2.QtQuick.QQuickWindow.createTextureFromNativeObject": ('PySide2.QtQuick.QQuickWindow.NativeObjectType', 'int', 'int', 'PySide2.QtCore.QSize', 'PySide2.QtQuick.QQuickWindow.CreateTextureOptions'),
31206    "PySide2.QtQuick.QQuickWindow.effectiveDevicePixelRatio": (),
31207    "PySide2.QtQuick.QQuickWindow.endExternalCommands": (),
31208    "PySide2.QtQuick.QQuickWindow.event": ('PySide2.QtCore.QEvent',),
31209    "PySide2.QtQuick.QQuickWindow.exposeEvent": ('PySide2.QtGui.QExposeEvent',),
31210    "PySide2.QtQuick.QQuickWindow.focusInEvent": ('PySide2.QtGui.QFocusEvent',),
31211    "PySide2.QtQuick.QQuickWindow.focusObject": (),
31212    "PySide2.QtQuick.QQuickWindow.focusOutEvent": ('PySide2.QtGui.QFocusEvent',),
31213    "PySide2.QtQuick.QQuickWindow.grabWindow": (),
31214    "PySide2.QtQuick.QQuickWindow.hasDefaultAlphaBuffer": (),
31215    "PySide2.QtQuick.QQuickWindow.hideEvent": ('PySide2.QtGui.QHideEvent',),
31216    "PySide2.QtQuick.QQuickWindow.incubationController": (),
31217    "PySide2.QtQuick.QQuickWindow.isPersistentOpenGLContext": (),
31218    "PySide2.QtQuick.QQuickWindow.isPersistentSceneGraph": (),
31219    "PySide2.QtQuick.QQuickWindow.isSceneGraphInitialized": (),
31220    "PySide2.QtQuick.QQuickWindow.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
31221    "PySide2.QtQuick.QQuickWindow.keyReleaseEvent": ('PySide2.QtGui.QKeyEvent',),
31222    "PySide2.QtQuick.QQuickWindow.mouseDoubleClickEvent": ('PySide2.QtGui.QMouseEvent',),
31223    "PySide2.QtQuick.QQuickWindow.mouseGrabberItem": (),
31224    "PySide2.QtQuick.QQuickWindow.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
31225    "PySide2.QtQuick.QQuickWindow.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
31226    "PySide2.QtQuick.QQuickWindow.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
31227    "PySide2.QtQuick.QQuickWindow.openglContext": (),
31228    "PySide2.QtQuick.QQuickWindow.releaseResources": (),
31229    "PySide2.QtQuick.QQuickWindow.renderTarget": (),
31230    "PySide2.QtQuick.QQuickWindow.renderTargetId": (),
31231    "PySide2.QtQuick.QQuickWindow.renderTargetSize": (),
31232    "PySide2.QtQuick.QQuickWindow.resetOpenGLState": (),
31233    "PySide2.QtQuick.QQuickWindow.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
31234    "PySide2.QtQuick.QQuickWindow.sceneGraphBackend": (),
31235    "PySide2.QtQuick.QQuickWindow.scheduleRenderJob": ('PySide2.QtCore.QRunnable', 'PySide2.QtQuick.QQuickWindow.RenderStage'),
31236    "PySide2.QtQuick.QQuickWindow.sendEvent": ('PySide2.QtQuick.QQuickItem', 'PySide2.QtCore.QEvent'),
31237    "PySide2.QtQuick.QQuickWindow.setClearBeforeRendering": ('bool',),
31238    "PySide2.QtQuick.QQuickWindow.setColor": ('PySide2.QtGui.QColor',),
31239    "PySide2.QtQuick.QQuickWindow.setDefaultAlphaBuffer": ('bool',),
31240    "PySide2.QtQuick.QQuickWindow.setPersistentOpenGLContext": ('bool',),
31241    "PySide2.QtQuick.QQuickWindow.setPersistentSceneGraph": ('bool',),
31242    "PySide2.QtQuick.QQuickWindow.setRenderTarget": [('PySide2.QtGui.QOpenGLFramebufferObject',), ('int', 'PySide2.QtCore.QSize')],
31243    "PySide2.QtQuick.QQuickWindow.setSceneGraphBackend": ('str',),
31244    "PySide2.QtQuick.QQuickWindow.setTextRenderType": ('PySide2.QtQuick.QQuickWindow.TextRenderType',),
31245    "PySide2.QtQuick.QQuickWindow.showEvent": ('PySide2.QtGui.QShowEvent',),
31246    "PySide2.QtQuick.QQuickWindow.textRenderType": (),
31247    "PySide2.QtQuick.QQuickWindow.update": (),
31248    "PySide2.QtQuick.QQuickWindow.wheelEvent": ('PySide2.QtGui.QWheelEvent',),
31249# class PySide2.QtQuick.QSGAbstractRenderer:
31250# class PySide2.QtQuick.QSGAbstractRenderer.ClearMode:
31251# class PySide2.QtQuick.QSGAbstractRenderer.ClearModeBit:
31252# class PySide2.QtQuick.QSGAbstractRenderer.MatrixTransformFlag:
31253# class PySide2.QtQuick.QSGAbstractRenderer.MatrixTransformFlags:
31254    "PySide2.QtQuick.QSGAbstractRenderer.__init__": ('PySide2.QtCore.QObject',),
31255    "PySide2.QtQuick.QSGAbstractRenderer.clearColor": (),
31256    "PySide2.QtQuick.QSGAbstractRenderer.clearMode": (),
31257    "PySide2.QtQuick.QSGAbstractRenderer.deviceRect": (),
31258    "PySide2.QtQuick.QSGAbstractRenderer.nodeChanged": ('PySide2.QtQuick.QSGNode', 'PySide2.QtQuick.QSGNode.DirtyState'),
31259    "PySide2.QtQuick.QSGAbstractRenderer.projectionMatrix": (),
31260    "PySide2.QtQuick.QSGAbstractRenderer.projectionMatrixWithNativeNDC": (),
31261    "PySide2.QtQuick.QSGAbstractRenderer.renderScene": ('int',),
31262    "PySide2.QtQuick.QSGAbstractRenderer.setClearColor": ('PySide2.QtGui.QColor',),
31263    "PySide2.QtQuick.QSGAbstractRenderer.setClearMode": ('PySide2.QtQuick.QSGAbstractRenderer.ClearMode',),
31264    "PySide2.QtQuick.QSGAbstractRenderer.setDeviceRect": [('PySide2.QtCore.QRect',), ('PySide2.QtCore.QSize',)],
31265    "PySide2.QtQuick.QSGAbstractRenderer.setProjectionMatrix": ('PySide2.QtGui.QMatrix4x4',),
31266    "PySide2.QtQuick.QSGAbstractRenderer.setProjectionMatrixToRect": [('PySide2.QtCore.QRectF',), ('PySide2.QtCore.QRectF', 'PySide2.QtQuick.QSGAbstractRenderer.MatrixTransformFlags')],
31267    "PySide2.QtQuick.QSGAbstractRenderer.setProjectionMatrixWithNativeNDC": ('PySide2.QtGui.QMatrix4x4',),
31268    "PySide2.QtQuick.QSGAbstractRenderer.setViewportRect": [('PySide2.QtCore.QRect',), ('PySide2.QtCore.QSize',)],
31269    "PySide2.QtQuick.QSGAbstractRenderer.viewportRect": (),
31270# class PySide2.QtQuick.QSGBasicGeometryNode:
31271    "PySide2.QtQuick.QSGBasicGeometryNode.__init__": ('PySide2.QtQuick.QSGNode.NodeType',),
31272    "PySide2.QtQuick.QSGBasicGeometryNode.clipList": (),
31273    "PySide2.QtQuick.QSGBasicGeometryNode.geometry": (),
31274    "PySide2.QtQuick.QSGBasicGeometryNode.matrix": (),
31275    "PySide2.QtQuick.QSGBasicGeometryNode.setGeometry": ('PySide2.QtQuick.QSGGeometry',),
31276    "PySide2.QtQuick.QSGBasicGeometryNode.setRendererClipList": ('PySide2.QtQuick.QSGClipNode',),
31277    "PySide2.QtQuick.QSGBasicGeometryNode.setRendererMatrix": ('PySide2.QtGui.QMatrix4x4',),
31278# class PySide2.QtQuick.QSGClipNode:
31279    "PySide2.QtQuick.QSGClipNode.__init__": (),
31280    "PySide2.QtQuick.QSGClipNode.clipRect": (),
31281    "PySide2.QtQuick.QSGClipNode.isRectangular": (),
31282    "PySide2.QtQuick.QSGClipNode.setClipRect": ('PySide2.QtCore.QRectF',),
31283    "PySide2.QtQuick.QSGClipNode.setIsRectangular": ('bool',),
31284# class PySide2.QtQuick.QSGDynamicTexture:
31285    "PySide2.QtQuick.QSGDynamicTexture.__init__": (),
31286    "PySide2.QtQuick.QSGDynamicTexture.updateTexture": (),
31287# class PySide2.QtQuick.QSGEngine:
31288# class PySide2.QtQuick.QSGEngine.CreateTextureOption:
31289# class PySide2.QtQuick.QSGEngine.CreateTextureOptions:
31290    "PySide2.QtQuick.QSGEngine.__init__": ('PySide2.QtCore.QObject',),
31291    "PySide2.QtQuick.QSGEngine.createRenderer": (),
31292    "PySide2.QtQuick.QSGEngine.createTextureFromId": ('int', 'PySide2.QtCore.QSize', 'PySide2.QtQuick.QSGEngine.CreateTextureOptions'),
31293    "PySide2.QtQuick.QSGEngine.createTextureFromImage": ('PySide2.QtGui.QImage', 'PySide2.QtQuick.QSGEngine.CreateTextureOptions'),
31294    "PySide2.QtQuick.QSGEngine.initialize": ('PySide2.QtGui.QOpenGLContext',),
31295    "PySide2.QtQuick.QSGEngine.invalidate": (),
31296# class PySide2.QtQuick.QSGGeometry:
31297# class PySide2.QtQuick.QSGGeometry.Attribute:
31298    "PySide2.QtQuick.QSGGeometry.Attribute.__init__": [(), ('PySide2.QtQuick.QSGGeometry.Attribute',)],
31299    "PySide2.QtQuick.QSGGeometry.Attribute.__copy__": (),
31300    "PySide2.QtQuick.QSGGeometry.Attribute.create": ('int', 'int', 'int', 'bool'),
31301    "PySide2.QtQuick.QSGGeometry.Attribute.createWithAttributeType": ('int', 'int', 'int', 'PySide2.QtQuick.QSGGeometry.AttributeType'),
31302# class PySide2.QtQuick.QSGGeometry.AttributeSet:
31303    "PySide2.QtQuick.QSGGeometry.AttributeSet.__init__": [(), ('PySide2.QtQuick.QSGGeometry.AttributeSet',)],
31304    "PySide2.QtQuick.QSGGeometry.AttributeSet.__copy__": (),
31305# class PySide2.QtQuick.QSGGeometry.AttributeType:
31306# class PySide2.QtQuick.QSGGeometry.ColoredPoint2D:
31307    "PySide2.QtQuick.QSGGeometry.ColoredPoint2D.__init__": [(), ('PySide2.QtQuick.QSGGeometry.ColoredPoint2D',)],
31308    "PySide2.QtQuick.QSGGeometry.ColoredPoint2D.__copy__": (),
31309    "PySide2.QtQuick.QSGGeometry.ColoredPoint2D.set": ('float', 'float', 'int', 'int', 'int', 'int'),
31310# class PySide2.QtQuick.QSGGeometry.DataPattern:
31311# class PySide2.QtQuick.QSGGeometry.DrawingMode:
31312# class PySide2.QtQuick.QSGGeometry.Point2D:
31313    "PySide2.QtQuick.QSGGeometry.Point2D.__init__": [(), ('PySide2.QtQuick.QSGGeometry.Point2D',)],
31314    "PySide2.QtQuick.QSGGeometry.Point2D.__copy__": (),
31315    "PySide2.QtQuick.QSGGeometry.Point2D.set": ('float', 'float'),
31316# class PySide2.QtQuick.QSGGeometry.TexturedPoint2D:
31317    "PySide2.QtQuick.QSGGeometry.TexturedPoint2D.__init__": [(), ('PySide2.QtQuick.QSGGeometry.TexturedPoint2D',)],
31318    "PySide2.QtQuick.QSGGeometry.TexturedPoint2D.__copy__": (),
31319    "PySide2.QtQuick.QSGGeometry.TexturedPoint2D.set": ('float', 'float', 'float', 'float'),
31320# class PySide2.QtQuick.QSGGeometry.Type:
31321    "PySide2.QtQuick.QSGGeometry.__init__": ('PySide2.QtQuick.QSGGeometry.AttributeSet', 'int', 'int', 'int'),
31322    "PySide2.QtQuick.QSGGeometry.allocate": ('int', 'int'),
31323    "PySide2.QtQuick.QSGGeometry.attributeCount": (),
31324    "PySide2.QtQuick.QSGGeometry.attributes": (),
31325    "PySide2.QtQuick.QSGGeometry.defaultAttributes_ColoredPoint2D": (),
31326    "PySide2.QtQuick.QSGGeometry.defaultAttributes_Point2D": (),
31327    "PySide2.QtQuick.QSGGeometry.defaultAttributes_TexturedPoint2D": (),
31328    "PySide2.QtQuick.QSGGeometry.drawingMode": (),
31329    "PySide2.QtQuick.QSGGeometry.indexCount": (),
31330    "PySide2.QtQuick.QSGGeometry.indexData": (),
31331    "PySide2.QtQuick.QSGGeometry.indexDataAsUInt": (),
31332    "PySide2.QtQuick.QSGGeometry.indexDataAsUShort": (),
31333    "PySide2.QtQuick.QSGGeometry.indexDataPattern": (),
31334    "PySide2.QtQuick.QSGGeometry.indexType": (),
31335    "PySide2.QtQuick.QSGGeometry.lineWidth": (),
31336    "PySide2.QtQuick.QSGGeometry.markIndexDataDirty": (),
31337    "PySide2.QtQuick.QSGGeometry.markVertexDataDirty": (),
31338    "PySide2.QtQuick.QSGGeometry.setDrawingMode": ('int',),
31339    "PySide2.QtQuick.QSGGeometry.setIndexDataPattern": ('PySide2.QtQuick.QSGGeometry.DataPattern',),
31340    "PySide2.QtQuick.QSGGeometry.setLineWidth": ('float',),
31341    "PySide2.QtQuick.QSGGeometry.setVertexDataPattern": ('PySide2.QtQuick.QSGGeometry.DataPattern',),
31342    "PySide2.QtQuick.QSGGeometry.sizeOfIndex": (),
31343    "PySide2.QtQuick.QSGGeometry.sizeOfVertex": (),
31344    "PySide2.QtQuick.QSGGeometry.updateColoredRectGeometry": ('PySide2.QtQuick.QSGGeometry', 'PySide2.QtCore.QRectF'),
31345    "PySide2.QtQuick.QSGGeometry.updateRectGeometry": ('PySide2.QtQuick.QSGGeometry', 'PySide2.QtCore.QRectF'),
31346    "PySide2.QtQuick.QSGGeometry.updateTexturedRectGeometry": ('PySide2.QtQuick.QSGGeometry', 'PySide2.QtCore.QRectF', 'PySide2.QtCore.QRectF'),
31347    "PySide2.QtQuick.QSGGeometry.vertexCount": (),
31348    "PySide2.QtQuick.QSGGeometry.vertexData": (),
31349    "PySide2.QtQuick.QSGGeometry.vertexDataAsColoredPoint2D": (),
31350    "PySide2.QtQuick.QSGGeometry.vertexDataAsPoint2D": (),
31351    "PySide2.QtQuick.QSGGeometry.vertexDataAsTexturedPoint2D": (),
31352    "PySide2.QtQuick.QSGGeometry.vertexDataPattern": (),
31353# class PySide2.QtQuick.QSGGeometryNode:
31354    "PySide2.QtQuick.QSGGeometryNode.__init__": (),
31355    "PySide2.QtQuick.QSGGeometryNode.inheritedOpacity": (),
31356    "PySide2.QtQuick.QSGGeometryNode.renderOrder": (),
31357    "PySide2.QtQuick.QSGGeometryNode.setInheritedOpacity": ('float',),
31358    "PySide2.QtQuick.QSGGeometryNode.setRenderOrder": ('int',),
31359# class PySide2.QtQuick.QSGMaterialType:
31360    "PySide2.QtQuick.QSGMaterialType.__init__": (),
31361# class PySide2.QtQuick.QSGNode:
31362# class PySide2.QtQuick.QSGNode.DirtyState:
31363# class PySide2.QtQuick.QSGNode.DirtyStateBit:
31364# class PySide2.QtQuick.QSGNode.Flag:
31365# class PySide2.QtQuick.QSGNode.Flags:
31366# class PySide2.QtQuick.QSGNode.NodeType:
31367    "PySide2.QtQuick.QSGNode.__init__": [(), ('PySide2.QtQuick.QSGNode.NodeType',)],
31368    "PySide2.QtQuick.QSGNode.appendChildNode": ('PySide2.QtQuick.QSGNode',),
31369    "PySide2.QtQuick.QSGNode.childAtIndex": ('int',),
31370    "PySide2.QtQuick.QSGNode.childCount": (),
31371    "PySide2.QtQuick.QSGNode.clearDirty": (),
31372    "PySide2.QtQuick.QSGNode.dirtyState": (),
31373    "PySide2.QtQuick.QSGNode.firstChild": (),
31374    "PySide2.QtQuick.QSGNode.flags": (),
31375    "PySide2.QtQuick.QSGNode.insertChildNodeAfter": ('PySide2.QtQuick.QSGNode', 'PySide2.QtQuick.QSGNode'),
31376    "PySide2.QtQuick.QSGNode.insertChildNodeBefore": ('PySide2.QtQuick.QSGNode', 'PySide2.QtQuick.QSGNode'),
31377    "PySide2.QtQuick.QSGNode.isSubtreeBlocked": (),
31378    "PySide2.QtQuick.QSGNode.lastChild": (),
31379    "PySide2.QtQuick.QSGNode.markDirty": ('PySide2.QtQuick.QSGNode.DirtyState',),
31380    "PySide2.QtQuick.QSGNode.nextSibling": (),
31381    "PySide2.QtQuick.QSGNode.parent": (),
31382    "PySide2.QtQuick.QSGNode.prependChildNode": ('PySide2.QtQuick.QSGNode',),
31383    "PySide2.QtQuick.QSGNode.preprocess": (),
31384    "PySide2.QtQuick.QSGNode.previousSibling": (),
31385    "PySide2.QtQuick.QSGNode.removeAllChildNodes": (),
31386    "PySide2.QtQuick.QSGNode.removeChildNode": ('PySide2.QtQuick.QSGNode',),
31387    "PySide2.QtQuick.QSGNode.reparentChildNodesTo": ('PySide2.QtQuick.QSGNode',),
31388    "PySide2.QtQuick.QSGNode.setFlag": ('PySide2.QtQuick.QSGNode.Flag', 'bool'),
31389    "PySide2.QtQuick.QSGNode.setFlags": ('PySide2.QtQuick.QSGNode.Flags', 'bool'),
31390    "PySide2.QtQuick.QSGNode.type": (),
31391# class PySide2.QtQuick.QSGOpacityNode:
31392    "PySide2.QtQuick.QSGOpacityNode.__init__": (),
31393    "PySide2.QtQuick.QSGOpacityNode.combinedOpacity": (),
31394    "PySide2.QtQuick.QSGOpacityNode.isSubtreeBlocked": (),
31395    "PySide2.QtQuick.QSGOpacityNode.opacity": (),
31396    "PySide2.QtQuick.QSGOpacityNode.setCombinedOpacity": ('float',),
31397    "PySide2.QtQuick.QSGOpacityNode.setOpacity": ('float',),
31398# class PySide2.QtQuick.QSGSimpleRectNode:
31399    "PySide2.QtQuick.QSGSimpleRectNode.__init__": [(), ('PySide2.QtCore.QRectF', 'PySide2.QtGui.QColor')],
31400    "PySide2.QtQuick.QSGSimpleRectNode.color": (),
31401    "PySide2.QtQuick.QSGSimpleRectNode.rect": (),
31402    "PySide2.QtQuick.QSGSimpleRectNode.setColor": ('PySide2.QtGui.QColor',),
31403    "PySide2.QtQuick.QSGSimpleRectNode.setRect": [('PySide2.QtCore.QRectF',), ('float', 'float', 'float', 'float')],
31404# class PySide2.QtQuick.QSGSimpleTextureNode:
31405# class PySide2.QtQuick.QSGSimpleTextureNode.TextureCoordinatesTransformFlag:
31406# class PySide2.QtQuick.QSGSimpleTextureNode.TextureCoordinatesTransformMode:
31407    "PySide2.QtQuick.QSGSimpleTextureNode.__init__": (),
31408    "PySide2.QtQuick.QSGSimpleTextureNode.filtering": (),
31409    "PySide2.QtQuick.QSGSimpleTextureNode.ownsTexture": (),
31410    "PySide2.QtQuick.QSGSimpleTextureNode.rect": (),
31411    "PySide2.QtQuick.QSGSimpleTextureNode.setFiltering": ('PySide2.QtQuick.QSGTexture.Filtering',),
31412    "PySide2.QtQuick.QSGSimpleTextureNode.setOwnsTexture": ('bool',),
31413    "PySide2.QtQuick.QSGSimpleTextureNode.setRect": [('PySide2.QtCore.QRectF',), ('float', 'float', 'float', 'float')],
31414    "PySide2.QtQuick.QSGSimpleTextureNode.setSourceRect": [('PySide2.QtCore.QRectF',), ('float', 'float', 'float', 'float')],
31415    "PySide2.QtQuick.QSGSimpleTextureNode.setTexture": ('PySide2.QtQuick.QSGTexture',),
31416    "PySide2.QtQuick.QSGSimpleTextureNode.setTextureCoordinatesTransform": ('PySide2.QtQuick.QSGSimpleTextureNode.TextureCoordinatesTransformMode',),
31417    "PySide2.QtQuick.QSGSimpleTextureNode.sourceRect": (),
31418    "PySide2.QtQuick.QSGSimpleTextureNode.texture": (),
31419    "PySide2.QtQuick.QSGSimpleTextureNode.textureCoordinatesTransform": (),
31420# class PySide2.QtQuick.QSGTexture:
31421# class PySide2.QtQuick.QSGTexture.AnisotropyLevel:
31422# class PySide2.QtQuick.QSGTexture.Filtering:
31423# class PySide2.QtQuick.QSGTexture.WrapMode:
31424    "PySide2.QtQuick.QSGTexture.__init__": (),
31425    "PySide2.QtQuick.QSGTexture.anisotropyLevel": (),
31426    "PySide2.QtQuick.QSGTexture.bind": (),
31427    "PySide2.QtQuick.QSGTexture.comparisonKey": (),
31428    "PySide2.QtQuick.QSGTexture.convertToNormalizedSourceRect": ('PySide2.QtCore.QRectF',),
31429    "PySide2.QtQuick.QSGTexture.filtering": (),
31430    "PySide2.QtQuick.QSGTexture.hasAlphaChannel": (),
31431    "PySide2.QtQuick.QSGTexture.hasMipmaps": (),
31432    "PySide2.QtQuick.QSGTexture.horizontalWrapMode": (),
31433    "PySide2.QtQuick.QSGTexture.isAtlasTexture": (),
31434    "PySide2.QtQuick.QSGTexture.mipmapFiltering": (),
31435    "PySide2.QtQuick.QSGTexture.normalizedTextureSubRect": (),
31436    "PySide2.QtQuick.QSGTexture.removedFromAtlas": (),
31437    "PySide2.QtQuick.QSGTexture.setAnisotropyLevel": ('PySide2.QtQuick.QSGTexture.AnisotropyLevel',),
31438    "PySide2.QtQuick.QSGTexture.setFiltering": ('PySide2.QtQuick.QSGTexture.Filtering',),
31439    "PySide2.QtQuick.QSGTexture.setHorizontalWrapMode": ('PySide2.QtQuick.QSGTexture.WrapMode',),
31440    "PySide2.QtQuick.QSGTexture.setMipmapFiltering": ('PySide2.QtQuick.QSGTexture.Filtering',),
31441    "PySide2.QtQuick.QSGTexture.setVerticalWrapMode": ('PySide2.QtQuick.QSGTexture.WrapMode',),
31442    "PySide2.QtQuick.QSGTexture.textureId": (),
31443    "PySide2.QtQuick.QSGTexture.textureSize": (),
31444    "PySide2.QtQuick.QSGTexture.updateBindOptions": ('bool',),
31445    "PySide2.QtQuick.QSGTexture.verticalWrapMode": (),
31446# class PySide2.QtQuick.QSGTextureProvider:
31447    "PySide2.QtQuick.QSGTextureProvider.__init__": (),
31448    "PySide2.QtQuick.QSGTextureProvider.texture": (),
31449# class PySide2.QtQuick.QSGTransformNode:
31450    "PySide2.QtQuick.QSGTransformNode.__init__": (),
31451    "PySide2.QtQuick.QSGTransformNode.combinedMatrix": (),
31452    "PySide2.QtQuick.QSGTransformNode.matrix": (),
31453    "PySide2.QtQuick.QSGTransformNode.setCombinedMatrix": ('PySide2.QtGui.QMatrix4x4',),
31454    "PySide2.QtQuick.QSGTransformNode.setMatrix": ('PySide2.QtGui.QMatrix4x4',),
31455# class PySide2.QtQuick.QSharedPointer<QQuickItemGrabResult >:
31456    "PySide2.QtQuick.QSharedPointer<QQuickItemGrabResult >.__copy__": (),
31457    "PySide2.QtQuick.QSharedPointer<QQuickItemGrabResult >.data": (),
31458    }) if "PySide2.QtQuick" in sys.modules else None
31459# Module PySide2.QtQuickWidgets
31460sig_dict.update({
31461# class PySide2.QtQuickWidgets.QQuickWidget:
31462# class PySide2.QtQuickWidgets.QQuickWidget.ResizeMode:
31463# class PySide2.QtQuickWidgets.QQuickWidget.Status:
31464    "PySide2.QtQuickWidgets.QQuickWidget.__init__": [('PySide2.QtCore.QUrl', 'PySide2.QtWidgets.QWidget'), ('PySide2.QtQml.QQmlEngine', 'PySide2.QtWidgets.QWidget'), ('PySide2.QtWidgets.QWidget',)],
31465    "PySide2.QtQuickWidgets.QQuickWidget.dragEnterEvent": ('PySide2.QtGui.QDragEnterEvent',),
31466    "PySide2.QtQuickWidgets.QQuickWidget.dragLeaveEvent": ('PySide2.QtGui.QDragLeaveEvent',),
31467    "PySide2.QtQuickWidgets.QQuickWidget.dragMoveEvent": ('PySide2.QtGui.QDragMoveEvent',),
31468    "PySide2.QtQuickWidgets.QQuickWidget.dropEvent": ('PySide2.QtGui.QDropEvent',),
31469    "PySide2.QtQuickWidgets.QQuickWidget.engine": (),
31470    "PySide2.QtQuickWidgets.QQuickWidget.errors": (),
31471    "PySide2.QtQuickWidgets.QQuickWidget.event": ('PySide2.QtCore.QEvent',),
31472    "PySide2.QtQuickWidgets.QQuickWidget.focusInEvent": ('PySide2.QtGui.QFocusEvent',),
31473    "PySide2.QtQuickWidgets.QQuickWidget.focusNextPrevChild": ('bool',),
31474    "PySide2.QtQuickWidgets.QQuickWidget.focusOutEvent": ('PySide2.QtGui.QFocusEvent',),
31475    "PySide2.QtQuickWidgets.QQuickWidget.format": (),
31476    "PySide2.QtQuickWidgets.QQuickWidget.grabFramebuffer": (),
31477    "PySide2.QtQuickWidgets.QQuickWidget.hideEvent": ('PySide2.QtGui.QHideEvent',),
31478    "PySide2.QtQuickWidgets.QQuickWidget.initialSize": (),
31479    "PySide2.QtQuickWidgets.QQuickWidget.keyPressEvent": ('PySide2.QtGui.QKeyEvent',),
31480    "PySide2.QtQuickWidgets.QQuickWidget.keyReleaseEvent": ('PySide2.QtGui.QKeyEvent',),
31481    "PySide2.QtQuickWidgets.QQuickWidget.mouseDoubleClickEvent": ('PySide2.QtGui.QMouseEvent',),
31482    "PySide2.QtQuickWidgets.QQuickWidget.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
31483    "PySide2.QtQuickWidgets.QQuickWidget.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
31484    "PySide2.QtQuickWidgets.QQuickWidget.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
31485    "PySide2.QtQuickWidgets.QQuickWidget.paintEvent": ('PySide2.QtGui.QPaintEvent',),
31486    "PySide2.QtQuickWidgets.QQuickWidget.quickWindow": (),
31487    "PySide2.QtQuickWidgets.QQuickWidget.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
31488    "PySide2.QtQuickWidgets.QQuickWidget.resizeMode": (),
31489    "PySide2.QtQuickWidgets.QQuickWidget.rootContext": (),
31490    "PySide2.QtQuickWidgets.QQuickWidget.rootObject": (),
31491    "PySide2.QtQuickWidgets.QQuickWidget.setClearColor": ('PySide2.QtGui.QColor',),
31492    "PySide2.QtQuickWidgets.QQuickWidget.setContent": ('PySide2.QtCore.QUrl', 'PySide2.QtQml.QQmlComponent', 'PySide2.QtCore.QObject'),
31493    "PySide2.QtQuickWidgets.QQuickWidget.setFormat": ('PySide2.QtGui.QSurfaceFormat',),
31494    "PySide2.QtQuickWidgets.QQuickWidget.setResizeMode": ('PySide2.QtQuickWidgets.QQuickWidget.ResizeMode',),
31495    "PySide2.QtQuickWidgets.QQuickWidget.setSource": ('PySide2.QtCore.QUrl',),
31496    "PySide2.QtQuickWidgets.QQuickWidget.showEvent": ('PySide2.QtGui.QShowEvent',),
31497    "PySide2.QtQuickWidgets.QQuickWidget.sizeHint": (),
31498    "PySide2.QtQuickWidgets.QQuickWidget.source": (),
31499    "PySide2.QtQuickWidgets.QQuickWidget.status": (),
31500    "PySide2.QtQuickWidgets.QQuickWidget.timerEvent": ('PySide2.QtCore.QTimerEvent',),
31501    "PySide2.QtQuickWidgets.QQuickWidget.wheelEvent": ('PySide2.QtGui.QWheelEvent',),
31502    }) if "PySide2.QtQuickWidgets" in sys.modules else None
31503# Module PySide2.QtRemoteObjects
31504sig_dict.update({
31505# class PySide2.QtRemoteObjects.QAbstractItemModelReplica:
31506    "PySide2.QtRemoteObjects.QAbstractItemModelReplica.availableRoles": (),
31507    "PySide2.QtRemoteObjects.QAbstractItemModelReplica.columnCount": ('PySide2.QtCore.QModelIndex',),
31508    "PySide2.QtRemoteObjects.QAbstractItemModelReplica.data": ('PySide2.QtCore.QModelIndex', 'int'),
31509    "PySide2.QtRemoteObjects.QAbstractItemModelReplica.flags": ('PySide2.QtCore.QModelIndex',),
31510    "PySide2.QtRemoteObjects.QAbstractItemModelReplica.hasChildren": ('PySide2.QtCore.QModelIndex',),
31511    "PySide2.QtRemoteObjects.QAbstractItemModelReplica.hasData": ('PySide2.QtCore.QModelIndex', 'int'),
31512    "PySide2.QtRemoteObjects.QAbstractItemModelReplica.headerData": ('int', 'PySide2.QtCore.Qt.Orientation', 'int'),
31513    "PySide2.QtRemoteObjects.QAbstractItemModelReplica.index": ('int', 'int', 'PySide2.QtCore.QModelIndex'),
31514    "PySide2.QtRemoteObjects.QAbstractItemModelReplica.isInitialized": (),
31515    "PySide2.QtRemoteObjects.QAbstractItemModelReplica.parent": [(), ('PySide2.QtCore.QModelIndex',)],
31516    "PySide2.QtRemoteObjects.QAbstractItemModelReplica.roleNames": (),
31517    "PySide2.QtRemoteObjects.QAbstractItemModelReplica.rowCount": ('PySide2.QtCore.QModelIndex',),
31518    "PySide2.QtRemoteObjects.QAbstractItemModelReplica.selectionModel": (),
31519    "PySide2.QtRemoteObjects.QAbstractItemModelReplica.setData": ('PySide2.QtCore.QModelIndex', 'typing.Any', 'int'),
31520# class PySide2.QtRemoteObjects.QRemoteObjectAbstractPersistedStore:
31521    "PySide2.QtRemoteObjects.QRemoteObjectAbstractPersistedStore.__init__": ('PySide2.QtCore.QObject',),
31522    "PySide2.QtRemoteObjects.QRemoteObjectAbstractPersistedStore.restoreProperties": ('str', 'PySide2.QtCore.QByteArray'),
31523    "PySide2.QtRemoteObjects.QRemoteObjectAbstractPersistedStore.saveProperties": ('str', 'PySide2.QtCore.QByteArray', 'typing.Sequence[typing.Any]'),
31524# class PySide2.QtRemoteObjects.QRemoteObjectDynamicReplica:
31525# class PySide2.QtRemoteObjects.QRemoteObjectHost:
31526    "PySide2.QtRemoteObjects.QRemoteObjectHost.__init__": [('PySide2.QtCore.QObject',), ('PySide2.QtCore.QUrl', 'PySide2.QtCore.QObject'), ('PySide2.QtCore.QUrl', 'PySide2.QtCore.QUrl', 'PySide2.QtRemoteObjects.QRemoteObjectHostBase.AllowedSchemas', 'PySide2.QtCore.QObject')],
31527    "PySide2.QtRemoteObjects.QRemoteObjectHost.hostUrl": (),
31528    "PySide2.QtRemoteObjects.QRemoteObjectHost.setHostUrl": ('PySide2.QtCore.QUrl', 'PySide2.QtRemoteObjects.QRemoteObjectHostBase.AllowedSchemas'),
31529# class PySide2.QtRemoteObjects.QRemoteObjectHostBase:
31530# class PySide2.QtRemoteObjects.QRemoteObjectHostBase.AllowedSchemas:
31531    "PySide2.QtRemoteObjects.QRemoteObjectHostBase.addHostSideConnection": ('PySide2.QtCore.QIODevice',),
31532    "PySide2.QtRemoteObjects.QRemoteObjectHostBase.disableRemoting": ('PySide2.QtCore.QObject',),
31533    "PySide2.QtRemoteObjects.QRemoteObjectHostBase.enableRemoting": [('PySide2.QtCore.QAbstractItemModel', 'str', 'typing.List[int]', 'PySide2.QtCore.QItemSelectionModel'), ('PySide2.QtCore.QObject', 'str')],
31534    "PySide2.QtRemoteObjects.QRemoteObjectHostBase.hostUrl": (),
31535    "PySide2.QtRemoteObjects.QRemoteObjectHostBase.proxy": ('PySide2.QtCore.QUrl', 'PySide2.QtCore.QUrl'),
31536    "PySide2.QtRemoteObjects.QRemoteObjectHostBase.reverseProxy": (),
31537    "PySide2.QtRemoteObjects.QRemoteObjectHostBase.setHostUrl": ('PySide2.QtCore.QUrl', 'PySide2.QtRemoteObjects.QRemoteObjectHostBase.AllowedSchemas'),
31538    "PySide2.QtRemoteObjects.QRemoteObjectHostBase.setName": ('str',),
31539# class PySide2.QtRemoteObjects.QRemoteObjectNode:
31540# class PySide2.QtRemoteObjects.QRemoteObjectNode.ErrorCode:
31541    "PySide2.QtRemoteObjects.QRemoteObjectNode.__init__": [('PySide2.QtCore.QObject',), ('PySide2.QtCore.QUrl', 'PySide2.QtCore.QObject')],
31542    "PySide2.QtRemoteObjects.QRemoteObjectNode.acquireDynamic": ('str',),
31543    "PySide2.QtRemoteObjects.QRemoteObjectNode.acquireModel": ('str',),
31544    "PySide2.QtRemoteObjects.QRemoteObjectNode.addClientSideConnection": ('PySide2.QtCore.QIODevice',),
31545    "PySide2.QtRemoteObjects.QRemoteObjectNode.connectToNode": ('PySide2.QtCore.QUrl',),
31546    "PySide2.QtRemoteObjects.QRemoteObjectNode.heartbeatInterval": (),
31547    "PySide2.QtRemoteObjects.QRemoteObjectNode.instances": ('str',),
31548    "PySide2.QtRemoteObjects.QRemoteObjectNode.lastError": (),
31549    "PySide2.QtRemoteObjects.QRemoteObjectNode.persistedStore": (),
31550    "PySide2.QtRemoteObjects.QRemoteObjectNode.registry": (),
31551    "PySide2.QtRemoteObjects.QRemoteObjectNode.registryUrl": (),
31552    "PySide2.QtRemoteObjects.QRemoteObjectNode.setHeartbeatInterval": ('int',),
31553    "PySide2.QtRemoteObjects.QRemoteObjectNode.setName": ('str',),
31554    "PySide2.QtRemoteObjects.QRemoteObjectNode.setPersistedStore": ('PySide2.QtRemoteObjects.QRemoteObjectAbstractPersistedStore',),
31555    "PySide2.QtRemoteObjects.QRemoteObjectNode.setRegistryUrl": ('PySide2.QtCore.QUrl',),
31556    "PySide2.QtRemoteObjects.QRemoteObjectNode.timerEvent": ('PySide2.QtCore.QTimerEvent',),
31557    "PySide2.QtRemoteObjects.QRemoteObjectNode.waitForRegistry": ('int',),
31558# class PySide2.QtRemoteObjects.QRemoteObjectPendingCall:
31559# class PySide2.QtRemoteObjects.QRemoteObjectPendingCall.Error:
31560    "PySide2.QtRemoteObjects.QRemoteObjectPendingCall.__init__": [(), ('PySide2.QtRemoteObjects.QRemoteObjectPendingCall',)],
31561    "PySide2.QtRemoteObjects.QRemoteObjectPendingCall.error": (),
31562    "PySide2.QtRemoteObjects.QRemoteObjectPendingCall.fromCompletedCall": ('typing.Any',),
31563    "PySide2.QtRemoteObjects.QRemoteObjectPendingCall.isFinished": (),
31564    "PySide2.QtRemoteObjects.QRemoteObjectPendingCall.returnValue": (),
31565    "PySide2.QtRemoteObjects.QRemoteObjectPendingCall.waitForFinished": ('int',),
31566# class PySide2.QtRemoteObjects.QRemoteObjectPendingCallWatcher:
31567    "PySide2.QtRemoteObjects.QRemoteObjectPendingCallWatcher.__init__": ('PySide2.QtRemoteObjects.QRemoteObjectPendingCall', 'PySide2.QtCore.QObject'),
31568    "PySide2.QtRemoteObjects.QRemoteObjectPendingCallWatcher.isFinished": (),
31569    "PySide2.QtRemoteObjects.QRemoteObjectPendingCallWatcher.waitForFinished": [(), ('int',)],
31570# class PySide2.QtRemoteObjects.QRemoteObjectRegistry:
31571    "PySide2.QtRemoteObjects.QRemoteObjectRegistry.initialize": (),
31572    "PySide2.QtRemoteObjects.QRemoteObjectRegistry.pushToRegistryIfNeeded": (),
31573    "PySide2.QtRemoteObjects.QRemoteObjectRegistry.registerMetatypes": (),
31574# class PySide2.QtRemoteObjects.QRemoteObjectRegistryHost:
31575    "PySide2.QtRemoteObjects.QRemoteObjectRegistryHost.__init__": ('PySide2.QtCore.QUrl', 'PySide2.QtCore.QObject'),
31576    "PySide2.QtRemoteObjects.QRemoteObjectRegistryHost.setRegistryUrl": ('PySide2.QtCore.QUrl',),
31577# class PySide2.QtRemoteObjects.QRemoteObjectReplica:
31578# class PySide2.QtRemoteObjects.QRemoteObjectReplica.State:
31579    "PySide2.QtRemoteObjects.QRemoteObjectReplica.__init__": (),
31580    "PySide2.QtRemoteObjects.QRemoteObjectReplica.initialize": (),
31581    "PySide2.QtRemoteObjects.QRemoteObjectReplica.initializeNode": ('PySide2.QtRemoteObjects.QRemoteObjectNode', 'str'),
31582    "PySide2.QtRemoteObjects.QRemoteObjectReplica.isInitialized": (),
31583    "PySide2.QtRemoteObjects.QRemoteObjectReplica.isReplicaValid": (),
31584    "PySide2.QtRemoteObjects.QRemoteObjectReplica.node": (),
31585    "PySide2.QtRemoteObjects.QRemoteObjectReplica.persistProperties": ('str', 'PySide2.QtCore.QByteArray', 'typing.Sequence[typing.Any]'),
31586    "PySide2.QtRemoteObjects.QRemoteObjectReplica.propAsVariant": ('int',),
31587    "PySide2.QtRemoteObjects.QRemoteObjectReplica.retrieveProperties": ('str', 'PySide2.QtCore.QByteArray'),
31588    "PySide2.QtRemoteObjects.QRemoteObjectReplica.send": ('PySide2.QtCore.QMetaObject.Call', 'int', 'typing.Sequence[typing.Any]'),
31589    "PySide2.QtRemoteObjects.QRemoteObjectReplica.sendWithReply": ('PySide2.QtCore.QMetaObject.Call', 'int', 'typing.Sequence[typing.Any]'),
31590    "PySide2.QtRemoteObjects.QRemoteObjectReplica.setChild": ('int', 'typing.Any'),
31591    "PySide2.QtRemoteObjects.QRemoteObjectReplica.setNode": ('PySide2.QtRemoteObjects.QRemoteObjectNode',),
31592    "PySide2.QtRemoteObjects.QRemoteObjectReplica.setProperties": ('typing.Sequence[typing.Any]',),
31593    "PySide2.QtRemoteObjects.QRemoteObjectReplica.state": (),
31594    "PySide2.QtRemoteObjects.QRemoteObjectReplica.waitForSource": ('int',),
31595# class PySide2.QtRemoteObjects.QRemoteObjectSettingsStore:
31596    "PySide2.QtRemoteObjects.QRemoteObjectSettingsStore.__init__": ('PySide2.QtCore.QObject',),
31597    "PySide2.QtRemoteObjects.QRemoteObjectSettingsStore.restoreProperties": ('str', 'PySide2.QtCore.QByteArray'),
31598    "PySide2.QtRemoteObjects.QRemoteObjectSettingsStore.saveProperties": ('str', 'PySide2.QtCore.QByteArray', 'typing.Sequence[typing.Any]'),
31599    }) if "PySide2.QtRemoteObjects" in sys.modules else None
31600# Module PySide2.QtScxml
31601sig_dict.update({
31602# class PySide2.QtScxml.QScxmlCompiler:
31603# class PySide2.QtScxml.QScxmlCompiler.Loader:
31604    "PySide2.QtScxml.QScxmlCompiler.Loader.__init__": (),
31605    "PySide2.QtScxml.QScxmlCompiler.Loader.load": ('str', 'str'),
31606    "PySide2.QtScxml.QScxmlCompiler.__init__": ('PySide2.QtCore.QXmlStreamReader',),
31607    "PySide2.QtScxml.QScxmlCompiler.compile": (),
31608    "PySide2.QtScxml.QScxmlCompiler.errors": (),
31609    "PySide2.QtScxml.QScxmlCompiler.fileName": (),
31610    "PySide2.QtScxml.QScxmlCompiler.loader": (),
31611    "PySide2.QtScxml.QScxmlCompiler.setFileName": ('str',),
31612    "PySide2.QtScxml.QScxmlCompiler.setLoader": ('PySide2.QtScxml.QScxmlCompiler.Loader',),
31613# class PySide2.QtScxml.QScxmlCppDataModel:
31614    "PySide2.QtScxml.QScxmlCppDataModel.__init__": ('PySide2.QtCore.QObject',),
31615    "PySide2.QtScxml.QScxmlCppDataModel.evaluateAssignment": ('int',),
31616    "PySide2.QtScxml.QScxmlCppDataModel.evaluateForeach": ('int', 'PySide2.QtScxml.QScxmlDataModel.ForeachLoopBody'),
31617    "PySide2.QtScxml.QScxmlCppDataModel.evaluateInitialization": ('int',),
31618    "PySide2.QtScxml.QScxmlCppDataModel.hasScxmlProperty": ('str',),
31619    "PySide2.QtScxml.QScxmlCppDataModel.inState": ('str',),
31620    "PySide2.QtScxml.QScxmlCppDataModel.scxmlEvent": (),
31621    "PySide2.QtScxml.QScxmlCppDataModel.scxmlProperty": ('str',),
31622    "PySide2.QtScxml.QScxmlCppDataModel.setScxmlEvent": ('PySide2.QtScxml.QScxmlEvent',),
31623    "PySide2.QtScxml.QScxmlCppDataModel.setScxmlProperty": ('str', 'typing.Any', 'str'),
31624    "PySide2.QtScxml.QScxmlCppDataModel.setup": ('typing.Dict[str, typing.Any]',),
31625# class PySide2.QtScxml.QScxmlDataModel:
31626# class PySide2.QtScxml.QScxmlDataModel.ForeachLoopBody:
31627    "PySide2.QtScxml.QScxmlDataModel.ForeachLoopBody.__init__": (),
31628    "PySide2.QtScxml.QScxmlDataModel.ForeachLoopBody.run": (),
31629    "PySide2.QtScxml.QScxmlDataModel.__init__": ('PySide2.QtCore.QObject',),
31630    "PySide2.QtScxml.QScxmlDataModel.evaluateAssignment": ('int',),
31631    "PySide2.QtScxml.QScxmlDataModel.evaluateForeach": ('int', 'PySide2.QtScxml.QScxmlDataModel.ForeachLoopBody'),
31632    "PySide2.QtScxml.QScxmlDataModel.evaluateInitialization": ('int',),
31633    "PySide2.QtScxml.QScxmlDataModel.evaluateToBool": ('int',),
31634    "PySide2.QtScxml.QScxmlDataModel.evaluateToString": ('int',),
31635    "PySide2.QtScxml.QScxmlDataModel.evaluateToVariant": ('int',),
31636    "PySide2.QtScxml.QScxmlDataModel.evaluateToVoid": ('int',),
31637    "PySide2.QtScxml.QScxmlDataModel.hasScxmlProperty": ('str',),
31638    "PySide2.QtScxml.QScxmlDataModel.scxmlProperty": ('str',),
31639    "PySide2.QtScxml.QScxmlDataModel.setScxmlEvent": ('PySide2.QtScxml.QScxmlEvent',),
31640    "PySide2.QtScxml.QScxmlDataModel.setScxmlProperty": ('str', 'typing.Any', 'str'),
31641    "PySide2.QtScxml.QScxmlDataModel.setStateMachine": ('PySide2.QtScxml.QScxmlStateMachine',),
31642    "PySide2.QtScxml.QScxmlDataModel.setup": ('typing.Dict[str, typing.Any]',),
31643    "PySide2.QtScxml.QScxmlDataModel.stateMachine": (),
31644# class PySide2.QtScxml.QScxmlDynamicScxmlServiceFactory:
31645    "PySide2.QtScxml.QScxmlDynamicScxmlServiceFactory.__init__": ('PySide2.QtScxml.QScxmlExecutableContent.InvokeInfo', 'typing.List[int]', 'typing.List[PySide2.QtScxml.QScxmlExecutableContent.ParameterInfo]', 'PySide2.QtCore.QObject'),
31646    "PySide2.QtScxml.QScxmlDynamicScxmlServiceFactory.invoke": ('PySide2.QtScxml.QScxmlStateMachine',),
31647# class PySide2.QtScxml.QScxmlEcmaScriptDataModel:
31648    "PySide2.QtScxml.QScxmlEcmaScriptDataModel.__init__": ('PySide2.QtCore.QObject',),
31649    "PySide2.QtScxml.QScxmlEcmaScriptDataModel.evaluateAssignment": ('int',),
31650    "PySide2.QtScxml.QScxmlEcmaScriptDataModel.evaluateForeach": ('int', 'PySide2.QtScxml.QScxmlDataModel.ForeachLoopBody'),
31651    "PySide2.QtScxml.QScxmlEcmaScriptDataModel.evaluateInitialization": ('int',),
31652    "PySide2.QtScxml.QScxmlEcmaScriptDataModel.evaluateToBool": ('int',),
31653    "PySide2.QtScxml.QScxmlEcmaScriptDataModel.evaluateToString": ('int',),
31654    "PySide2.QtScxml.QScxmlEcmaScriptDataModel.evaluateToVariant": ('int',),
31655    "PySide2.QtScxml.QScxmlEcmaScriptDataModel.evaluateToVoid": ('int',),
31656    "PySide2.QtScxml.QScxmlEcmaScriptDataModel.hasScxmlProperty": ('str',),
31657    "PySide2.QtScxml.QScxmlEcmaScriptDataModel.scxmlProperty": ('str',),
31658    "PySide2.QtScxml.QScxmlEcmaScriptDataModel.setScxmlEvent": ('PySide2.QtScxml.QScxmlEvent',),
31659    "PySide2.QtScxml.QScxmlEcmaScriptDataModel.setScxmlProperty": ('str', 'typing.Any', 'str'),
31660    "PySide2.QtScxml.QScxmlEcmaScriptDataModel.setup": ('typing.Dict[str, typing.Any]',),
31661# class PySide2.QtScxml.QScxmlError:
31662    "PySide2.QtScxml.QScxmlError.__init__": [(), ('PySide2.QtScxml.QScxmlError',), ('str', 'int', 'int', 'str')],
31663    "PySide2.QtScxml.QScxmlError.__copy__": (),
31664    "PySide2.QtScxml.QScxmlError.column": (),
31665    "PySide2.QtScxml.QScxmlError.description": (),
31666    "PySide2.QtScxml.QScxmlError.fileName": (),
31667    "PySide2.QtScxml.QScxmlError.isValid": (),
31668    "PySide2.QtScxml.QScxmlError.line": (),
31669    "PySide2.QtScxml.QScxmlError.toString": (),
31670# class PySide2.QtScxml.QScxmlEvent:
31671# class PySide2.QtScxml.QScxmlEvent.EventType:
31672    "PySide2.QtScxml.QScxmlEvent.__init__": [(), ('PySide2.QtScxml.QScxmlEvent',)],
31673    "PySide2.QtScxml.QScxmlEvent.clear": (),
31674    "PySide2.QtScxml.QScxmlEvent.data": (),
31675    "PySide2.QtScxml.QScxmlEvent.delay": (),
31676    "PySide2.QtScxml.QScxmlEvent.errorMessage": (),
31677    "PySide2.QtScxml.QScxmlEvent.eventType": (),
31678    "PySide2.QtScxml.QScxmlEvent.invokeId": (),
31679    "PySide2.QtScxml.QScxmlEvent.isErrorEvent": (),
31680    "PySide2.QtScxml.QScxmlEvent.name": (),
31681    "PySide2.QtScxml.QScxmlEvent.origin": (),
31682    "PySide2.QtScxml.QScxmlEvent.originType": (),
31683    "PySide2.QtScxml.QScxmlEvent.scxmlType": (),
31684    "PySide2.QtScxml.QScxmlEvent.sendId": (),
31685    "PySide2.QtScxml.QScxmlEvent.setData": ('typing.Any',),
31686    "PySide2.QtScxml.QScxmlEvent.setDelay": ('int',),
31687    "PySide2.QtScxml.QScxmlEvent.setErrorMessage": ('str',),
31688    "PySide2.QtScxml.QScxmlEvent.setEventType": ('PySide2.QtScxml.QScxmlEvent.EventType',),
31689    "PySide2.QtScxml.QScxmlEvent.setInvokeId": ('str',),
31690    "PySide2.QtScxml.QScxmlEvent.setName": ('str',),
31691    "PySide2.QtScxml.QScxmlEvent.setOrigin": ('str',),
31692    "PySide2.QtScxml.QScxmlEvent.setOriginType": ('str',),
31693    "PySide2.QtScxml.QScxmlEvent.setSendId": ('str',),
31694# class PySide2.QtScxml.QScxmlExecutableContent:
31695# class PySide2.QtScxml.QScxmlExecutableContent.AssignmentInfo:
31696    "PySide2.QtScxml.QScxmlExecutableContent.AssignmentInfo.__init__": [(), ('PySide2.QtScxml.QScxmlExecutableContent.AssignmentInfo',)],
31697    "PySide2.QtScxml.QScxmlExecutableContent.AssignmentInfo.__copy__": (),
31698# class PySide2.QtScxml.QScxmlExecutableContent.EvaluatorInfo:
31699    "PySide2.QtScxml.QScxmlExecutableContent.EvaluatorInfo.__init__": [(), ('PySide2.QtScxml.QScxmlExecutableContent.EvaluatorInfo',)],
31700    "PySide2.QtScxml.QScxmlExecutableContent.EvaluatorInfo.__copy__": (),
31701# class PySide2.QtScxml.QScxmlExecutableContent.ForeachInfo:
31702    "PySide2.QtScxml.QScxmlExecutableContent.ForeachInfo.__init__": [(), ('PySide2.QtScxml.QScxmlExecutableContent.ForeachInfo',)],
31703    "PySide2.QtScxml.QScxmlExecutableContent.ForeachInfo.__copy__": (),
31704# class PySide2.QtScxml.QScxmlExecutableContent.InvokeInfo:
31705    "PySide2.QtScxml.QScxmlExecutableContent.InvokeInfo.__init__": [(), ('PySide2.QtScxml.QScxmlExecutableContent.InvokeInfo',)],
31706    "PySide2.QtScxml.QScxmlExecutableContent.InvokeInfo.__copy__": (),
31707# class PySide2.QtScxml.QScxmlExecutableContent.ParameterInfo:
31708    "PySide2.QtScxml.QScxmlExecutableContent.ParameterInfo.__init__": [(), ('PySide2.QtScxml.QScxmlExecutableContent.ParameterInfo',)],
31709    "PySide2.QtScxml.QScxmlExecutableContent.ParameterInfo.__copy__": (),
31710# class PySide2.QtScxml.QScxmlInvokableService:
31711    "PySide2.QtScxml.QScxmlInvokableService.__init__": ('PySide2.QtScxml.QScxmlStateMachine', 'PySide2.QtScxml.QScxmlInvokableServiceFactory'),
31712    "PySide2.QtScxml.QScxmlInvokableService.id": (),
31713    "PySide2.QtScxml.QScxmlInvokableService.name": (),
31714    "PySide2.QtScxml.QScxmlInvokableService.parentStateMachine": (),
31715    "PySide2.QtScxml.QScxmlInvokableService.postEvent": ('PySide2.QtScxml.QScxmlEvent',),
31716    "PySide2.QtScxml.QScxmlInvokableService.start": (),
31717# class PySide2.QtScxml.QScxmlInvokableServiceFactory:
31718    "PySide2.QtScxml.QScxmlInvokableServiceFactory.__init__": ('PySide2.QtScxml.QScxmlExecutableContent.InvokeInfo', 'typing.List[int]', 'typing.List[PySide2.QtScxml.QScxmlExecutableContent.ParameterInfo]', 'PySide2.QtCore.QObject'),
31719    "PySide2.QtScxml.QScxmlInvokableServiceFactory.invoke": ('PySide2.QtScxml.QScxmlStateMachine',),
31720    "PySide2.QtScxml.QScxmlInvokableServiceFactory.invokeInfo": (),
31721    "PySide2.QtScxml.QScxmlInvokableServiceFactory.names": (),
31722    "PySide2.QtScxml.QScxmlInvokableServiceFactory.parameters": (),
31723# class PySide2.QtScxml.QScxmlNullDataModel:
31724    "PySide2.QtScxml.QScxmlNullDataModel.__init__": ('PySide2.QtCore.QObject',),
31725    "PySide2.QtScxml.QScxmlNullDataModel.evaluateAssignment": ('int',),
31726    "PySide2.QtScxml.QScxmlNullDataModel.evaluateForeach": ('int', 'PySide2.QtScxml.QScxmlDataModel.ForeachLoopBody'),
31727    "PySide2.QtScxml.QScxmlNullDataModel.evaluateInitialization": ('int',),
31728    "PySide2.QtScxml.QScxmlNullDataModel.evaluateToBool": ('int',),
31729    "PySide2.QtScxml.QScxmlNullDataModel.evaluateToString": ('int',),
31730    "PySide2.QtScxml.QScxmlNullDataModel.evaluateToVariant": ('int',),
31731    "PySide2.QtScxml.QScxmlNullDataModel.evaluateToVoid": ('int',),
31732    "PySide2.QtScxml.QScxmlNullDataModel.hasScxmlProperty": ('str',),
31733    "PySide2.QtScxml.QScxmlNullDataModel.scxmlProperty": ('str',),
31734    "PySide2.QtScxml.QScxmlNullDataModel.setScxmlEvent": ('PySide2.QtScxml.QScxmlEvent',),
31735    "PySide2.QtScxml.QScxmlNullDataModel.setScxmlProperty": ('str', 'typing.Any', 'str'),
31736    "PySide2.QtScxml.QScxmlNullDataModel.setup": ('typing.Dict[str, typing.Any]',),
31737# class PySide2.QtScxml.QScxmlStateMachine:
31738    "PySide2.QtScxml.QScxmlStateMachine.__init__": ('PySide2.QtCore.QMetaObject', 'PySide2.QtCore.QObject'),
31739    "PySide2.QtScxml.QScxmlStateMachine.activeStateNames": ('bool',),
31740    "PySide2.QtScxml.QScxmlStateMachine.cancelDelayedEvent": ('str',),
31741    "PySide2.QtScxml.QScxmlStateMachine.connectToEvent": ('str', 'PySide2.QtCore.QObject', 'str', 'PySide2.QtCore.Qt.ConnectionType'),
31742    "PySide2.QtScxml.QScxmlStateMachine.connectToState": ('str', 'PySide2.QtCore.QObject', 'str', 'PySide2.QtCore.Qt.ConnectionType'),
31743    "PySide2.QtScxml.QScxmlStateMachine.dataModel": (),
31744    "PySide2.QtScxml.QScxmlStateMachine.fromData": ('PySide2.QtCore.QIODevice', 'str'),
31745    "PySide2.QtScxml.QScxmlStateMachine.fromFile": ('str',),
31746    "PySide2.QtScxml.QScxmlStateMachine.init": (),
31747    "PySide2.QtScxml.QScxmlStateMachine.initialValues": (),
31748    "PySide2.QtScxml.QScxmlStateMachine.invokedServices": (),
31749    "PySide2.QtScxml.QScxmlStateMachine.isActive": [('int',), ('str',)],
31750    "PySide2.QtScxml.QScxmlStateMachine.isDispatchableTarget": ('str',),
31751    "PySide2.QtScxml.QScxmlStateMachine.isInitialized": (),
31752    "PySide2.QtScxml.QScxmlStateMachine.isInvoked": (),
31753    "PySide2.QtScxml.QScxmlStateMachine.isRunning": (),
31754    "PySide2.QtScxml.QScxmlStateMachine.loader": (),
31755    "PySide2.QtScxml.QScxmlStateMachine.name": (),
31756    "PySide2.QtScxml.QScxmlStateMachine.parseErrors": (),
31757    "PySide2.QtScxml.QScxmlStateMachine.sessionId": (),
31758    "PySide2.QtScxml.QScxmlStateMachine.setDataModel": ('PySide2.QtScxml.QScxmlDataModel',),
31759    "PySide2.QtScxml.QScxmlStateMachine.setInitialValues": ('typing.Dict[str, typing.Any]',),
31760    "PySide2.QtScxml.QScxmlStateMachine.setLoader": ('PySide2.QtScxml.QScxmlCompiler.Loader',),
31761    "PySide2.QtScxml.QScxmlStateMachine.setRunning": ('bool',),
31762    "PySide2.QtScxml.QScxmlStateMachine.setTableData": ('PySide2.QtScxml.QScxmlTableData',),
31763    "PySide2.QtScxml.QScxmlStateMachine.start": (),
31764    "PySide2.QtScxml.QScxmlStateMachine.stateNames": ('bool',),
31765    "PySide2.QtScxml.QScxmlStateMachine.stop": (),
31766    "PySide2.QtScxml.QScxmlStateMachine.submitEvent": [('PySide2.QtScxml.QScxmlEvent',), ('str',), ('str', 'typing.Any')],
31767    "PySide2.QtScxml.QScxmlStateMachine.tableData": (),
31768# class PySide2.QtScxml.QScxmlStaticScxmlServiceFactory:
31769    "PySide2.QtScxml.QScxmlStaticScxmlServiceFactory.__init__": ('PySide2.QtCore.QMetaObject', 'PySide2.QtScxml.QScxmlExecutableContent.InvokeInfo', 'typing.List[int]', 'typing.List[PySide2.QtScxml.QScxmlExecutableContent.ParameterInfo]', 'PySide2.QtCore.QObject'),
31770    "PySide2.QtScxml.QScxmlStaticScxmlServiceFactory.invoke": ('PySide2.QtScxml.QScxmlStateMachine',),
31771# class PySide2.QtScxml.QScxmlTableData:
31772    "PySide2.QtScxml.QScxmlTableData.__init__": (),
31773    "PySide2.QtScxml.QScxmlTableData.assignmentInfo": ('int',),
31774    "PySide2.QtScxml.QScxmlTableData.dataNames": (),
31775    "PySide2.QtScxml.QScxmlTableData.evaluatorInfo": ('int',),
31776    "PySide2.QtScxml.QScxmlTableData.foreachInfo": ('int',),
31777    "PySide2.QtScxml.QScxmlTableData.initialSetup": (),
31778    "PySide2.QtScxml.QScxmlTableData.instructions": (),
31779    "PySide2.QtScxml.QScxmlTableData.name": (),
31780    "PySide2.QtScxml.QScxmlTableData.serviceFactory": ('int',),
31781    "PySide2.QtScxml.QScxmlTableData.stateMachineTable": (),
31782    "PySide2.QtScxml.QScxmlTableData.string": ('int',),
31783    }) if "PySide2.QtScxml" in sys.modules else None
31784# Module PySide2.QtScript
31785sig_dict.update({
31786# class PySide2.QtScript.QScriptClass:
31787# class PySide2.QtScript.QScriptClass.Extension:
31788# class PySide2.QtScript.QScriptClass.QueryFlag:
31789    "PySide2.QtScript.QScriptClass.__init__": ('PySide2.QtScript.QScriptEngine',),
31790    "PySide2.QtScript.QScriptClass.engine": (),
31791    "PySide2.QtScript.QScriptClass.extension": ('PySide2.QtScript.QScriptClass.Extension', 'typing.Any'),
31792    "PySide2.QtScript.QScriptClass.name": (),
31793    "PySide2.QtScript.QScriptClass.newIterator": ('PySide2.QtScript.QScriptValue',),
31794    "PySide2.QtScript.QScriptClass.property": ('PySide2.QtScript.QScriptValue', 'PySide2.QtScript.QScriptString', 'int'),
31795    "PySide2.QtScript.QScriptClass.propertyFlags": ('PySide2.QtScript.QScriptValue', 'PySide2.QtScript.QScriptString', 'int'),
31796    "PySide2.QtScript.QScriptClass.prototype": (),
31797    "PySide2.QtScript.QScriptClass.setProperty": ('PySide2.QtScript.QScriptValue', 'PySide2.QtScript.QScriptString', 'int', 'PySide2.QtScript.QScriptValue'),
31798    "PySide2.QtScript.QScriptClass.supportsExtension": ('PySide2.QtScript.QScriptClass.Extension',),
31799# class PySide2.QtScript.QScriptClassPropertyIterator:
31800    "PySide2.QtScript.QScriptClassPropertyIterator.__init__": ('PySide2.QtScript.QScriptValue',),
31801    "PySide2.QtScript.QScriptClassPropertyIterator.flags": (),
31802    "PySide2.QtScript.QScriptClassPropertyIterator.hasNext": (),
31803    "PySide2.QtScript.QScriptClassPropertyIterator.hasPrevious": (),
31804    "PySide2.QtScript.QScriptClassPropertyIterator.id": (),
31805    "PySide2.QtScript.QScriptClassPropertyIterator.name": (),
31806    "PySide2.QtScript.QScriptClassPropertyIterator.object": (),
31807    "PySide2.QtScript.QScriptClassPropertyIterator.previous": (),
31808    "PySide2.QtScript.QScriptClassPropertyIterator.toBack": (),
31809    "PySide2.QtScript.QScriptClassPropertyIterator.toFront": (),
31810# class PySide2.QtScript.QScriptContext:
31811# class PySide2.QtScript.QScriptContext.Error:
31812# class PySide2.QtScript.QScriptContext.ExecutionState:
31813    "PySide2.QtScript.QScriptContext.activationObject": (),
31814    "PySide2.QtScript.QScriptContext.argument": ('int',),
31815    "PySide2.QtScript.QScriptContext.argumentCount": (),
31816    "PySide2.QtScript.QScriptContext.argumentsObject": (),
31817    "PySide2.QtScript.QScriptContext.backtrace": (),
31818    "PySide2.QtScript.QScriptContext.callee": (),
31819    "PySide2.QtScript.QScriptContext.engine": (),
31820    "PySide2.QtScript.QScriptContext.isCalledAsConstructor": (),
31821    "PySide2.QtScript.QScriptContext.parentContext": (),
31822    "PySide2.QtScript.QScriptContext.popScope": (),
31823    "PySide2.QtScript.QScriptContext.pushScope": ('PySide2.QtScript.QScriptValue',),
31824    "PySide2.QtScript.QScriptContext.returnValue": (),
31825    "PySide2.QtScript.QScriptContext.scopeChain": (),
31826    "PySide2.QtScript.QScriptContext.setActivationObject": ('PySide2.QtScript.QScriptValue',),
31827    "PySide2.QtScript.QScriptContext.setReturnValue": ('PySide2.QtScript.QScriptValue',),
31828    "PySide2.QtScript.QScriptContext.setThisObject": ('PySide2.QtScript.QScriptValue',),
31829    "PySide2.QtScript.QScriptContext.state": (),
31830    "PySide2.QtScript.QScriptContext.thisObject": (),
31831    "PySide2.QtScript.QScriptContext.throwError": [('PySide2.QtScript.QScriptContext.Error', 'str'), ('str',)],
31832    "PySide2.QtScript.QScriptContext.throwValue": ('PySide2.QtScript.QScriptValue',),
31833    "PySide2.QtScript.QScriptContext.toString": (),
31834# class PySide2.QtScript.QScriptContextInfo:
31835# class PySide2.QtScript.QScriptContextInfo.FunctionType:
31836    "PySide2.QtScript.QScriptContextInfo.__init__": [(), ('PySide2.QtScript.QScriptContext',), ('PySide2.QtScript.QScriptContextInfo',)],
31837    "PySide2.QtScript.QScriptContextInfo.__copy__": (),
31838    "PySide2.QtScript.QScriptContextInfo.__lshift__": ('PySide2.QtCore.QDataStream',),
31839    "PySide2.QtScript.QScriptContextInfo.__rshift__": ('PySide2.QtCore.QDataStream',),
31840    "PySide2.QtScript.QScriptContextInfo.columnNumber": (),
31841    "PySide2.QtScript.QScriptContextInfo.fileName": (),
31842    "PySide2.QtScript.QScriptContextInfo.functionEndLineNumber": (),
31843    "PySide2.QtScript.QScriptContextInfo.functionMetaIndex": (),
31844    "PySide2.QtScript.QScriptContextInfo.functionName": (),
31845    "PySide2.QtScript.QScriptContextInfo.functionParameterNames": (),
31846    "PySide2.QtScript.QScriptContextInfo.functionStartLineNumber": (),
31847    "PySide2.QtScript.QScriptContextInfo.functionType": (),
31848    "PySide2.QtScript.QScriptContextInfo.isNull": (),
31849    "PySide2.QtScript.QScriptContextInfo.lineNumber": (),
31850    "PySide2.QtScript.QScriptContextInfo.scriptId": (),
31851# class PySide2.QtScript.QScriptEngine:
31852# class PySide2.QtScript.QScriptEngine.QObjectWrapOption:
31853# class PySide2.QtScript.QScriptEngine.QObjectWrapOptions:
31854# class PySide2.QtScript.QScriptEngine.ValueOwnership:
31855    "PySide2.QtScript.QScriptEngine.__init__": [(), ('PySide2.QtCore.QObject',)],
31856    "PySide2.QtScript.QScriptEngine.abortEvaluation": ('PySide2.QtScript.QScriptValue',),
31857    "PySide2.QtScript.QScriptEngine.agent": (),
31858    "PySide2.QtScript.QScriptEngine.availableExtensions": (),
31859    "PySide2.QtScript.QScriptEngine.canEvaluate": ('str',),
31860    "PySide2.QtScript.QScriptEngine.clearExceptions": (),
31861    "PySide2.QtScript.QScriptEngine.collectGarbage": (),
31862    "PySide2.QtScript.QScriptEngine.currentContext": (),
31863    "PySide2.QtScript.QScriptEngine.defaultPrototype": ('int',),
31864    "PySide2.QtScript.QScriptEngine.evaluate": [('PySide2.QtScript.QScriptProgram',), ('str', 'str', 'int')],
31865    "PySide2.QtScript.QScriptEngine.globalObject": (),
31866    "PySide2.QtScript.QScriptEngine.hasUncaughtException": (),
31867    "PySide2.QtScript.QScriptEngine.importExtension": ('str',),
31868    "PySide2.QtScript.QScriptEngine.importedExtensions": (),
31869    "PySide2.QtScript.QScriptEngine.installTranslatorFunctions": ('PySide2.QtScript.QScriptValue',),
31870    "PySide2.QtScript.QScriptEngine.isEvaluating": (),
31871    "PySide2.QtScript.QScriptEngine.newActivationObject": (),
31872    "PySide2.QtScript.QScriptEngine.newArray": ('int',),
31873    "PySide2.QtScript.QScriptEngine.newDate": [('PySide2.QtCore.QDateTime',), ('float',)],
31874    "PySide2.QtScript.QScriptEngine.newObject": [(), ('PySide2.QtScript.QScriptClass', 'PySide2.QtScript.QScriptValue')],
31875    "PySide2.QtScript.QScriptEngine.newQMetaObject": ('PySide2.QtCore.QMetaObject', 'PySide2.QtScript.QScriptValue'),
31876    "PySide2.QtScript.QScriptEngine.newQObject": [('PySide2.QtCore.QObject', 'PySide2.QtScript.QScriptEngine.ValueOwnership', 'PySide2.QtScript.QScriptEngine.QObjectWrapOptions'), ('PySide2.QtScript.QScriptValue', 'PySide2.QtCore.QObject', 'PySide2.QtScript.QScriptEngine.ValueOwnership', 'PySide2.QtScript.QScriptEngine.QObjectWrapOptions')],
31877    "PySide2.QtScript.QScriptEngine.newRegExp": [('PySide2.QtCore.QRegExp',), ('str', 'str')],
31878    "PySide2.QtScript.QScriptEngine.newVariant": [('PySide2.QtScript.QScriptValue', 'typing.Any'), ('typing.Any',)],
31879    "PySide2.QtScript.QScriptEngine.nullValue": (),
31880    "PySide2.QtScript.QScriptEngine.objectById": ('int',),
31881    "PySide2.QtScript.QScriptEngine.popContext": (),
31882    "PySide2.QtScript.QScriptEngine.processEventsInterval": (),
31883    "PySide2.QtScript.QScriptEngine.pushContext": (),
31884    "PySide2.QtScript.QScriptEngine.reportAdditionalMemoryCost": ('int',),
31885    "PySide2.QtScript.QScriptEngine.setAgent": ('PySide2.QtScript.QScriptEngineAgent',),
31886    "PySide2.QtScript.QScriptEngine.setDefaultPrototype": ('int', 'PySide2.QtScript.QScriptValue'),
31887    "PySide2.QtScript.QScriptEngine.setGlobalObject": ('PySide2.QtScript.QScriptValue',),
31888    "PySide2.QtScript.QScriptEngine.setProcessEventsInterval": ('int',),
31889    "PySide2.QtScript.QScriptEngine.toObject": ('PySide2.QtScript.QScriptValue',),
31890    "PySide2.QtScript.QScriptEngine.toStringHandle": ('str',),
31891    "PySide2.QtScript.QScriptEngine.uncaughtException": (),
31892    "PySide2.QtScript.QScriptEngine.uncaughtExceptionBacktrace": (),
31893    "PySide2.QtScript.QScriptEngine.uncaughtExceptionLineNumber": (),
31894    "PySide2.QtScript.QScriptEngine.undefinedValue": (),
31895# class PySide2.QtScript.QScriptEngineAgent:
31896# class PySide2.QtScript.QScriptEngineAgent.Extension:
31897    "PySide2.QtScript.QScriptEngineAgent.__init__": ('PySide2.QtScript.QScriptEngine',),
31898    "PySide2.QtScript.QScriptEngineAgent.contextPop": (),
31899    "PySide2.QtScript.QScriptEngineAgent.contextPush": (),
31900    "PySide2.QtScript.QScriptEngineAgent.engine": (),
31901    "PySide2.QtScript.QScriptEngineAgent.exceptionCatch": ('int', 'PySide2.QtScript.QScriptValue'),
31902    "PySide2.QtScript.QScriptEngineAgent.exceptionThrow": ('int', 'PySide2.QtScript.QScriptValue', 'bool'),
31903    "PySide2.QtScript.QScriptEngineAgent.extension": ('PySide2.QtScript.QScriptEngineAgent.Extension', 'typing.Any'),
31904    "PySide2.QtScript.QScriptEngineAgent.functionEntry": ('int',),
31905    "PySide2.QtScript.QScriptEngineAgent.functionExit": ('int', 'PySide2.QtScript.QScriptValue'),
31906    "PySide2.QtScript.QScriptEngineAgent.positionChange": ('int', 'int', 'int'),
31907    "PySide2.QtScript.QScriptEngineAgent.scriptLoad": ('int', 'str', 'str', 'int'),
31908    "PySide2.QtScript.QScriptEngineAgent.scriptUnload": ('int',),
31909    "PySide2.QtScript.QScriptEngineAgent.supportsExtension": ('PySide2.QtScript.QScriptEngineAgent.Extension',),
31910# class PySide2.QtScript.QScriptExtensionInterface:
31911    "PySide2.QtScript.QScriptExtensionInterface.__init__": (),
31912    "PySide2.QtScript.QScriptExtensionInterface.initialize": ('str', 'PySide2.QtScript.QScriptEngine'),
31913# class PySide2.QtScript.QScriptExtensionPlugin:
31914    "PySide2.QtScript.QScriptExtensionPlugin.__init__": ('PySide2.QtCore.QObject',),
31915    "PySide2.QtScript.QScriptExtensionPlugin.initialize": ('str', 'PySide2.QtScript.QScriptEngine'),
31916    "PySide2.QtScript.QScriptExtensionPlugin.keys": (),
31917    "PySide2.QtScript.QScriptExtensionPlugin.setupPackage": ('str', 'PySide2.QtScript.QScriptEngine'),
31918# class PySide2.QtScript.QScriptProgram:
31919    "PySide2.QtScript.QScriptProgram.__init__": [(), ('PySide2.QtScript.QScriptProgram',), ('str', 'str', 'int')],
31920    "PySide2.QtScript.QScriptProgram.__copy__": (),
31921    "PySide2.QtScript.QScriptProgram.fileName": (),
31922    "PySide2.QtScript.QScriptProgram.firstLineNumber": (),
31923    "PySide2.QtScript.QScriptProgram.isNull": (),
31924    "PySide2.QtScript.QScriptProgram.sourceCode": (),
31925# class PySide2.QtScript.QScriptString:
31926    "PySide2.QtScript.QScriptString.__init__": [(), ('PySide2.QtScript.QScriptString',)],
31927    "PySide2.QtScript.QScriptString.__copy__": (),
31928    "PySide2.QtScript.QScriptString.isValid": (),
31929    "PySide2.QtScript.QScriptString.toArrayIndex": (),
31930    "PySide2.QtScript.QScriptString.toString": (),
31931# class PySide2.QtScript.QScriptValue:
31932# class PySide2.QtScript.QScriptValue.PropertyFlag:
31933# class PySide2.QtScript.QScriptValue.PropertyFlags:
31934# class PySide2.QtScript.QScriptValue.ResolveFlag:
31935# class PySide2.QtScript.QScriptValue.ResolveFlags:
31936# class PySide2.QtScript.QScriptValue.SpecialValue:
31937    "PySide2.QtScript.QScriptValue.__init__": [(), ('PySide2.QtScript.QScriptEngine', 'PySide2.QtScript.QScriptValue.SpecialValue'), ('PySide2.QtScript.QScriptEngine', 'bool'), ('PySide2.QtScript.QScriptEngine', 'float'), ('PySide2.QtScript.QScriptEngine', 'int'), ('PySide2.QtScript.QScriptEngine', 'str'), ('PySide2.QtScript.QScriptValue',), ('PySide2.QtScript.QScriptValue.SpecialValue',), ('bool',), ('float',), ('int',), ('str',)],
31938    "PySide2.QtScript.QScriptValue.__copy__": (),
31939    "PySide2.QtScript.QScriptValue.__iter__": (),
31940    "PySide2.QtScript.QScriptValue.__repr__": (),
31941    "PySide2.QtScript.QScriptValue.call": [('PySide2.QtScript.QScriptValue', 'PySide2.QtScript.QScriptValue'), ('PySide2.QtScript.QScriptValue', 'typing.Sequence[PySide2.QtScript.QScriptValue]')],
31942    "PySide2.QtScript.QScriptValue.construct": [('PySide2.QtScript.QScriptValue',), ('typing.Sequence[PySide2.QtScript.QScriptValue]',)],
31943    "PySide2.QtScript.QScriptValue.data": (),
31944    "PySide2.QtScript.QScriptValue.engine": (),
31945    "PySide2.QtScript.QScriptValue.equals": ('PySide2.QtScript.QScriptValue',),
31946    "PySide2.QtScript.QScriptValue.instanceOf": ('PySide2.QtScript.QScriptValue',),
31947    "PySide2.QtScript.QScriptValue.isArray": (),
31948    "PySide2.QtScript.QScriptValue.isBool": (),
31949    "PySide2.QtScript.QScriptValue.isBoolean": (),
31950    "PySide2.QtScript.QScriptValue.isDate": (),
31951    "PySide2.QtScript.QScriptValue.isError": (),
31952    "PySide2.QtScript.QScriptValue.isFunction": (),
31953    "PySide2.QtScript.QScriptValue.isNull": (),
31954    "PySide2.QtScript.QScriptValue.isNumber": (),
31955    "PySide2.QtScript.QScriptValue.isObject": (),
31956    "PySide2.QtScript.QScriptValue.isQMetaObject": (),
31957    "PySide2.QtScript.QScriptValue.isQObject": (),
31958    "PySide2.QtScript.QScriptValue.isRegExp": (),
31959    "PySide2.QtScript.QScriptValue.isString": (),
31960    "PySide2.QtScript.QScriptValue.isUndefined": (),
31961    "PySide2.QtScript.QScriptValue.isValid": (),
31962    "PySide2.QtScript.QScriptValue.isVariant": (),
31963    "PySide2.QtScript.QScriptValue.lessThan": ('PySide2.QtScript.QScriptValue',),
31964    "PySide2.QtScript.QScriptValue.objectId": (),
31965    "PySide2.QtScript.QScriptValue.property": [('PySide2.QtScript.QScriptString', 'PySide2.QtScript.QScriptValue.ResolveFlags'), ('int', 'PySide2.QtScript.QScriptValue.ResolveFlags'), ('str', 'PySide2.QtScript.QScriptValue.ResolveFlags')],
31966    "PySide2.QtScript.QScriptValue.propertyFlags": [('PySide2.QtScript.QScriptString', 'PySide2.QtScript.QScriptValue.ResolveFlags'), ('str', 'PySide2.QtScript.QScriptValue.ResolveFlags')],
31967    "PySide2.QtScript.QScriptValue.prototype": (),
31968    "PySide2.QtScript.QScriptValue.scope": (),
31969    "PySide2.QtScript.QScriptValue.scriptClass": (),
31970    "PySide2.QtScript.QScriptValue.setData": ('PySide2.QtScript.QScriptValue',),
31971    "PySide2.QtScript.QScriptValue.setProperty": [('PySide2.QtScript.QScriptString', 'PySide2.QtScript.QScriptValue', 'PySide2.QtScript.QScriptValue.PropertyFlags'), ('int', 'PySide2.QtScript.QScriptValue', 'PySide2.QtScript.QScriptValue.PropertyFlags'), ('str', 'PySide2.QtScript.QScriptValue', 'PySide2.QtScript.QScriptValue.PropertyFlags')],
31972    "PySide2.QtScript.QScriptValue.setPrototype": ('PySide2.QtScript.QScriptValue',),
31973    "PySide2.QtScript.QScriptValue.setScope": ('PySide2.QtScript.QScriptValue',),
31974    "PySide2.QtScript.QScriptValue.setScriptClass": ('PySide2.QtScript.QScriptClass',),
31975    "PySide2.QtScript.QScriptValue.strictlyEquals": ('PySide2.QtScript.QScriptValue',),
31976    "PySide2.QtScript.QScriptValue.toBool": (),
31977    "PySide2.QtScript.QScriptValue.toBoolean": (),
31978    "PySide2.QtScript.QScriptValue.toDateTime": (),
31979    "PySide2.QtScript.QScriptValue.toInt32": (),
31980    "PySide2.QtScript.QScriptValue.toInteger": (),
31981    "PySide2.QtScript.QScriptValue.toNumber": (),
31982    "PySide2.QtScript.QScriptValue.toObject": (),
31983    "PySide2.QtScript.QScriptValue.toQMetaObject": (),
31984    "PySide2.QtScript.QScriptValue.toQObject": (),
31985    "PySide2.QtScript.QScriptValue.toRegExp": (),
31986    "PySide2.QtScript.QScriptValue.toString": (),
31987    "PySide2.QtScript.QScriptValue.toUInt16": (),
31988    "PySide2.QtScript.QScriptValue.toUInt32": (),
31989    "PySide2.QtScript.QScriptValue.toVariant": (),
31990# class PySide2.QtScript.QScriptValueIterator:
31991    "PySide2.QtScript.QScriptValueIterator.__init__": ('PySide2.QtScript.QScriptValue',),
31992    "PySide2.QtScript.QScriptValueIterator.__iter__": (),
31993    "PySide2.QtScript.QScriptValueIterator.flags": (),
31994    "PySide2.QtScript.QScriptValueIterator.hasNext": (),
31995    "PySide2.QtScript.QScriptValueIterator.hasPrevious": (),
31996    "PySide2.QtScript.QScriptValueIterator.name": (),
31997    "PySide2.QtScript.QScriptValueIterator.previous": (),
31998    "PySide2.QtScript.QScriptValueIterator.remove": (),
31999    "PySide2.QtScript.QScriptValueIterator.scriptName": (),
32000    "PySide2.QtScript.QScriptValueIterator.setValue": ('PySide2.QtScript.QScriptValue',),
32001    "PySide2.QtScript.QScriptValueIterator.toBack": (),
32002    "PySide2.QtScript.QScriptValueIterator.toFront": (),
32003    "PySide2.QtScript.QScriptValueIterator.value": (),
32004# class PySide2.QtScript.QScriptable:
32005    "PySide2.QtScript.QScriptable.__init__": (),
32006    "PySide2.QtScript.QScriptable.argument": ('int',),
32007    "PySide2.QtScript.QScriptable.argumentCount": (),
32008    "PySide2.QtScript.QScriptable.context": (),
32009    "PySide2.QtScript.QScriptable.engine": (),
32010    "PySide2.QtScript.QScriptable.thisObject": (),
32011    }) if "PySide2.QtScript" in sys.modules else None
32012# Module PySide2.QtScriptTools
32013sig_dict.update({
32014# class PySide2.QtScriptTools.QScriptEngineDebugger:
32015# class PySide2.QtScriptTools.QScriptEngineDebugger.DebuggerAction:
32016# class PySide2.QtScriptTools.QScriptEngineDebugger.DebuggerState:
32017# class PySide2.QtScriptTools.QScriptEngineDebugger.DebuggerWidget:
32018    "PySide2.QtScriptTools.QScriptEngineDebugger.__init__": ('PySide2.QtCore.QObject',),
32019    "PySide2.QtScriptTools.QScriptEngineDebugger.action": ('PySide2.QtScriptTools.QScriptEngineDebugger.DebuggerAction',),
32020    "PySide2.QtScriptTools.QScriptEngineDebugger.attachTo": ('PySide2.QtScript.QScriptEngine',),
32021    "PySide2.QtScriptTools.QScriptEngineDebugger.autoShowStandardWindow": (),
32022    "PySide2.QtScriptTools.QScriptEngineDebugger.createStandardMenu": ('PySide2.QtWidgets.QWidget',),
32023    "PySide2.QtScriptTools.QScriptEngineDebugger.createStandardToolBar": ('PySide2.QtWidgets.QWidget',),
32024    "PySide2.QtScriptTools.QScriptEngineDebugger.setAutoShowStandardWindow": ('bool',),
32025    "PySide2.QtScriptTools.QScriptEngineDebugger.standardWindow": (),
32026    "PySide2.QtScriptTools.QScriptEngineDebugger.state": (),
32027    "PySide2.QtScriptTools.QScriptEngineDebugger.widget": ('PySide2.QtScriptTools.QScriptEngineDebugger.DebuggerWidget',),
32028    }) if "PySide2.QtScriptTools" in sys.modules else None
32029# Module PySide2.QtSensors
32030sig_dict.update({
32031# class PySide2.QtSensors.QAccelerometer:
32032# class PySide2.QtSensors.QAccelerometer.AccelerationMode:
32033    "PySide2.QtSensors.QAccelerometer.__init__": ('PySide2.QtCore.QObject',),
32034    "PySide2.QtSensors.QAccelerometer.accelerationMode": (),
32035    "PySide2.QtSensors.QAccelerometer.reading": (),
32036    "PySide2.QtSensors.QAccelerometer.setAccelerationMode": ('PySide2.QtSensors.QAccelerometer.AccelerationMode',),
32037# class PySide2.QtSensors.QAccelerometerFilter:
32038    "PySide2.QtSensors.QAccelerometerFilter.__init__": (),
32039    "PySide2.QtSensors.QAccelerometerFilter.filter": [('PySide2.QtSensors.QAccelerometerReading',), ('PySide2.QtSensors.QSensorReading',)],
32040# class PySide2.QtSensors.QAccelerometerReading:
32041    "PySide2.QtSensors.QAccelerometerReading.__init__": ('PySide2.QtCore.QObject',),
32042    "PySide2.QtSensors.QAccelerometerReading.copyValuesFrom": ('PySide2.QtSensors.QSensorReading',),
32043    "PySide2.QtSensors.QAccelerometerReading.setX": ('float',),
32044    "PySide2.QtSensors.QAccelerometerReading.setY": ('float',),
32045    "PySide2.QtSensors.QAccelerometerReading.setZ": ('float',),
32046    "PySide2.QtSensors.QAccelerometerReading.x": (),
32047    "PySide2.QtSensors.QAccelerometerReading.y": (),
32048    "PySide2.QtSensors.QAccelerometerReading.z": (),
32049# class PySide2.QtSensors.QAltimeter:
32050    "PySide2.QtSensors.QAltimeter.__init__": ('PySide2.QtCore.QObject',),
32051    "PySide2.QtSensors.QAltimeter.reading": (),
32052# class PySide2.QtSensors.QAltimeterFilter:
32053    "PySide2.QtSensors.QAltimeterFilter.__init__": (),
32054    "PySide2.QtSensors.QAltimeterFilter.filter": [('PySide2.QtSensors.QAltimeterReading',), ('PySide2.QtSensors.QSensorReading',)],
32055# class PySide2.QtSensors.QAltimeterReading:
32056    "PySide2.QtSensors.QAltimeterReading.__init__": ('PySide2.QtCore.QObject',),
32057    "PySide2.QtSensors.QAltimeterReading.altitude": (),
32058    "PySide2.QtSensors.QAltimeterReading.copyValuesFrom": ('PySide2.QtSensors.QSensorReading',),
32059    "PySide2.QtSensors.QAltimeterReading.setAltitude": ('float',),
32060# class PySide2.QtSensors.QAmbientLightFilter:
32061    "PySide2.QtSensors.QAmbientLightFilter.__init__": (),
32062    "PySide2.QtSensors.QAmbientLightFilter.filter": [('PySide2.QtSensors.QAmbientLightReading',), ('PySide2.QtSensors.QSensorReading',)],
32063# class PySide2.QtSensors.QAmbientLightReading:
32064# class PySide2.QtSensors.QAmbientLightReading.LightLevel:
32065    "PySide2.QtSensors.QAmbientLightReading.__init__": ('PySide2.QtCore.QObject',),
32066    "PySide2.QtSensors.QAmbientLightReading.copyValuesFrom": ('PySide2.QtSensors.QSensorReading',),
32067    "PySide2.QtSensors.QAmbientLightReading.lightLevel": (),
32068    "PySide2.QtSensors.QAmbientLightReading.setLightLevel": ('PySide2.QtSensors.QAmbientLightReading.LightLevel',),
32069# class PySide2.QtSensors.QAmbientLightSensor:
32070    "PySide2.QtSensors.QAmbientLightSensor.__init__": ('PySide2.QtCore.QObject',),
32071    "PySide2.QtSensors.QAmbientLightSensor.reading": (),
32072# class PySide2.QtSensors.QAmbientTemperatureFilter:
32073    "PySide2.QtSensors.QAmbientTemperatureFilter.__init__": (),
32074    "PySide2.QtSensors.QAmbientTemperatureFilter.filter": [('PySide2.QtSensors.QAmbientTemperatureReading',), ('PySide2.QtSensors.QSensorReading',)],
32075# class PySide2.QtSensors.QAmbientTemperatureReading:
32076    "PySide2.QtSensors.QAmbientTemperatureReading.__init__": ('PySide2.QtCore.QObject',),
32077    "PySide2.QtSensors.QAmbientTemperatureReading.copyValuesFrom": ('PySide2.QtSensors.QSensorReading',),
32078    "PySide2.QtSensors.QAmbientTemperatureReading.setTemperature": ('float',),
32079    "PySide2.QtSensors.QAmbientTemperatureReading.temperature": (),
32080# class PySide2.QtSensors.QAmbientTemperatureSensor:
32081    "PySide2.QtSensors.QAmbientTemperatureSensor.__init__": ('PySide2.QtCore.QObject',),
32082    "PySide2.QtSensors.QAmbientTemperatureSensor.reading": (),
32083# class PySide2.QtSensors.QCompass:
32084    "PySide2.QtSensors.QCompass.__init__": ('PySide2.QtCore.QObject',),
32085    "PySide2.QtSensors.QCompass.reading": (),
32086# class PySide2.QtSensors.QCompassFilter:
32087    "PySide2.QtSensors.QCompassFilter.__init__": (),
32088    "PySide2.QtSensors.QCompassFilter.filter": [('PySide2.QtSensors.QCompassReading',), ('PySide2.QtSensors.QSensorReading',)],
32089# class PySide2.QtSensors.QCompassReading:
32090    "PySide2.QtSensors.QCompassReading.__init__": ('PySide2.QtCore.QObject',),
32091    "PySide2.QtSensors.QCompassReading.azimuth": (),
32092    "PySide2.QtSensors.QCompassReading.calibrationLevel": (),
32093    "PySide2.QtSensors.QCompassReading.copyValuesFrom": ('PySide2.QtSensors.QSensorReading',),
32094    "PySide2.QtSensors.QCompassReading.setAzimuth": ('float',),
32095    "PySide2.QtSensors.QCompassReading.setCalibrationLevel": ('float',),
32096# class PySide2.QtSensors.QDistanceFilter:
32097    "PySide2.QtSensors.QDistanceFilter.__init__": (),
32098    "PySide2.QtSensors.QDistanceFilter.filter": [('PySide2.QtSensors.QDistanceReading',), ('PySide2.QtSensors.QSensorReading',)],
32099# class PySide2.QtSensors.QDistanceReading:
32100    "PySide2.QtSensors.QDistanceReading.__init__": ('PySide2.QtCore.QObject',),
32101    "PySide2.QtSensors.QDistanceReading.copyValuesFrom": ('PySide2.QtSensors.QSensorReading',),
32102    "PySide2.QtSensors.QDistanceReading.distance": (),
32103    "PySide2.QtSensors.QDistanceReading.setDistance": ('float',),
32104# class PySide2.QtSensors.QDistanceSensor:
32105    "PySide2.QtSensors.QDistanceSensor.__init__": ('PySide2.QtCore.QObject',),
32106    "PySide2.QtSensors.QDistanceSensor.reading": (),
32107# class PySide2.QtSensors.QGyroscope:
32108    "PySide2.QtSensors.QGyroscope.__init__": ('PySide2.QtCore.QObject',),
32109    "PySide2.QtSensors.QGyroscope.reading": (),
32110# class PySide2.QtSensors.QGyroscopeFilter:
32111    "PySide2.QtSensors.QGyroscopeFilter.__init__": (),
32112    "PySide2.QtSensors.QGyroscopeFilter.filter": [('PySide2.QtSensors.QGyroscopeReading',), ('PySide2.QtSensors.QSensorReading',)],
32113# class PySide2.QtSensors.QGyroscopeReading:
32114    "PySide2.QtSensors.QGyroscopeReading.__init__": ('PySide2.QtCore.QObject',),
32115    "PySide2.QtSensors.QGyroscopeReading.copyValuesFrom": ('PySide2.QtSensors.QSensorReading',),
32116    "PySide2.QtSensors.QGyroscopeReading.setX": ('float',),
32117    "PySide2.QtSensors.QGyroscopeReading.setY": ('float',),
32118    "PySide2.QtSensors.QGyroscopeReading.setZ": ('float',),
32119    "PySide2.QtSensors.QGyroscopeReading.x": (),
32120    "PySide2.QtSensors.QGyroscopeReading.y": (),
32121    "PySide2.QtSensors.QGyroscopeReading.z": (),
32122# class PySide2.QtSensors.QHolsterFilter:
32123    "PySide2.QtSensors.QHolsterFilter.__init__": (),
32124    "PySide2.QtSensors.QHolsterFilter.filter": [('PySide2.QtSensors.QHolsterReading',), ('PySide2.QtSensors.QSensorReading',)],
32125# class PySide2.QtSensors.QHolsterReading:
32126    "PySide2.QtSensors.QHolsterReading.__init__": ('PySide2.QtCore.QObject',),
32127    "PySide2.QtSensors.QHolsterReading.copyValuesFrom": ('PySide2.QtSensors.QSensorReading',),
32128    "PySide2.QtSensors.QHolsterReading.holstered": (),
32129    "PySide2.QtSensors.QHolsterReading.setHolstered": ('bool',),
32130# class PySide2.QtSensors.QHolsterSensor:
32131    "PySide2.QtSensors.QHolsterSensor.__init__": ('PySide2.QtCore.QObject',),
32132    "PySide2.QtSensors.QHolsterSensor.reading": (),
32133# class PySide2.QtSensors.QHumidityFilter:
32134    "PySide2.QtSensors.QHumidityFilter.__init__": (),
32135    "PySide2.QtSensors.QHumidityFilter.filter": [('PySide2.QtSensors.QHumidityReading',), ('PySide2.QtSensors.QSensorReading',)],
32136# class PySide2.QtSensors.QHumidityReading:
32137    "PySide2.QtSensors.QHumidityReading.__init__": ('PySide2.QtCore.QObject',),
32138    "PySide2.QtSensors.QHumidityReading.absoluteHumidity": (),
32139    "PySide2.QtSensors.QHumidityReading.copyValuesFrom": ('PySide2.QtSensors.QSensorReading',),
32140    "PySide2.QtSensors.QHumidityReading.relativeHumidity": (),
32141    "PySide2.QtSensors.QHumidityReading.setAbsoluteHumidity": ('float',),
32142    "PySide2.QtSensors.QHumidityReading.setRelativeHumidity": ('float',),
32143# class PySide2.QtSensors.QHumiditySensor:
32144    "PySide2.QtSensors.QHumiditySensor.__init__": ('PySide2.QtCore.QObject',),
32145    "PySide2.QtSensors.QHumiditySensor.reading": (),
32146# class PySide2.QtSensors.QIRProximityFilter:
32147    "PySide2.QtSensors.QIRProximityFilter.__init__": (),
32148    "PySide2.QtSensors.QIRProximityFilter.filter": [('PySide2.QtSensors.QIRProximityReading',), ('PySide2.QtSensors.QSensorReading',)],
32149# class PySide2.QtSensors.QIRProximityReading:
32150    "PySide2.QtSensors.QIRProximityReading.__init__": ('PySide2.QtCore.QObject',),
32151    "PySide2.QtSensors.QIRProximityReading.copyValuesFrom": ('PySide2.QtSensors.QSensorReading',),
32152    "PySide2.QtSensors.QIRProximityReading.reflectance": (),
32153    "PySide2.QtSensors.QIRProximityReading.setReflectance": ('float',),
32154# class PySide2.QtSensors.QIRProximitySensor:
32155    "PySide2.QtSensors.QIRProximitySensor.__init__": ('PySide2.QtCore.QObject',),
32156    "PySide2.QtSensors.QIRProximitySensor.reading": (),
32157# class PySide2.QtSensors.QLidFilter:
32158    "PySide2.QtSensors.QLidFilter.__init__": (),
32159    "PySide2.QtSensors.QLidFilter.filter": [('PySide2.QtSensors.QLidReading',), ('PySide2.QtSensors.QSensorReading',)],
32160# class PySide2.QtSensors.QLidReading:
32161    "PySide2.QtSensors.QLidReading.__init__": ('PySide2.QtCore.QObject',),
32162    "PySide2.QtSensors.QLidReading.backLidClosed": (),
32163    "PySide2.QtSensors.QLidReading.copyValuesFrom": ('PySide2.QtSensors.QSensorReading',),
32164    "PySide2.QtSensors.QLidReading.frontLidClosed": (),
32165    "PySide2.QtSensors.QLidReading.setBackLidClosed": ('bool',),
32166    "PySide2.QtSensors.QLidReading.setFrontLidClosed": ('bool',),
32167# class PySide2.QtSensors.QLidSensor:
32168    "PySide2.QtSensors.QLidSensor.__init__": ('PySide2.QtCore.QObject',),
32169    "PySide2.QtSensors.QLidSensor.reading": (),
32170# class PySide2.QtSensors.QLightFilter:
32171    "PySide2.QtSensors.QLightFilter.__init__": (),
32172    "PySide2.QtSensors.QLightFilter.filter": [('PySide2.QtSensors.QLightReading',), ('PySide2.QtSensors.QSensorReading',)],
32173# class PySide2.QtSensors.QLightReading:
32174    "PySide2.QtSensors.QLightReading.__init__": ('PySide2.QtCore.QObject',),
32175    "PySide2.QtSensors.QLightReading.copyValuesFrom": ('PySide2.QtSensors.QSensorReading',),
32176    "PySide2.QtSensors.QLightReading.lux": (),
32177    "PySide2.QtSensors.QLightReading.setLux": ('float',),
32178# class PySide2.QtSensors.QLightSensor:
32179    "PySide2.QtSensors.QLightSensor.__init__": ('PySide2.QtCore.QObject',),
32180    "PySide2.QtSensors.QLightSensor.fieldOfView": (),
32181    "PySide2.QtSensors.QLightSensor.reading": (),
32182    "PySide2.QtSensors.QLightSensor.setFieldOfView": ('float',),
32183# class PySide2.QtSensors.QMagnetometer:
32184    "PySide2.QtSensors.QMagnetometer.__init__": ('PySide2.QtCore.QObject',),
32185    "PySide2.QtSensors.QMagnetometer.reading": (),
32186    "PySide2.QtSensors.QMagnetometer.returnGeoValues": (),
32187    "PySide2.QtSensors.QMagnetometer.setReturnGeoValues": ('bool',),
32188# class PySide2.QtSensors.QMagnetometerFilter:
32189    "PySide2.QtSensors.QMagnetometerFilter.__init__": (),
32190    "PySide2.QtSensors.QMagnetometerFilter.filter": [('PySide2.QtSensors.QMagnetometerReading',), ('PySide2.QtSensors.QSensorReading',)],
32191# class PySide2.QtSensors.QMagnetometerReading:
32192    "PySide2.QtSensors.QMagnetometerReading.__init__": ('PySide2.QtCore.QObject',),
32193    "PySide2.QtSensors.QMagnetometerReading.calibrationLevel": (),
32194    "PySide2.QtSensors.QMagnetometerReading.copyValuesFrom": ('PySide2.QtSensors.QSensorReading',),
32195    "PySide2.QtSensors.QMagnetometerReading.setCalibrationLevel": ('float',),
32196    "PySide2.QtSensors.QMagnetometerReading.setX": ('float',),
32197    "PySide2.QtSensors.QMagnetometerReading.setY": ('float',),
32198    "PySide2.QtSensors.QMagnetometerReading.setZ": ('float',),
32199    "PySide2.QtSensors.QMagnetometerReading.x": (),
32200    "PySide2.QtSensors.QMagnetometerReading.y": (),
32201    "PySide2.QtSensors.QMagnetometerReading.z": (),
32202# class PySide2.QtSensors.QOrientationFilter:
32203    "PySide2.QtSensors.QOrientationFilter.__init__": (),
32204    "PySide2.QtSensors.QOrientationFilter.filter": [('PySide2.QtSensors.QOrientationReading',), ('PySide2.QtSensors.QSensorReading',)],
32205# class PySide2.QtSensors.QOrientationReading:
32206# class PySide2.QtSensors.QOrientationReading.Orientation:
32207    "PySide2.QtSensors.QOrientationReading.__init__": ('PySide2.QtCore.QObject',),
32208    "PySide2.QtSensors.QOrientationReading.copyValuesFrom": ('PySide2.QtSensors.QSensorReading',),
32209    "PySide2.QtSensors.QOrientationReading.orientation": (),
32210    "PySide2.QtSensors.QOrientationReading.setOrientation": ('PySide2.QtSensors.QOrientationReading.Orientation',),
32211# class PySide2.QtSensors.QOrientationSensor:
32212    "PySide2.QtSensors.QOrientationSensor.__init__": ('PySide2.QtCore.QObject',),
32213    "PySide2.QtSensors.QOrientationSensor.reading": (),
32214# class PySide2.QtSensors.QPressureFilter:
32215    "PySide2.QtSensors.QPressureFilter.__init__": (),
32216    "PySide2.QtSensors.QPressureFilter.filter": [('PySide2.QtSensors.QPressureReading',), ('PySide2.QtSensors.QSensorReading',)],
32217# class PySide2.QtSensors.QPressureReading:
32218    "PySide2.QtSensors.QPressureReading.__init__": ('PySide2.QtCore.QObject',),
32219    "PySide2.QtSensors.QPressureReading.copyValuesFrom": ('PySide2.QtSensors.QSensorReading',),
32220    "PySide2.QtSensors.QPressureReading.pressure": (),
32221    "PySide2.QtSensors.QPressureReading.setPressure": ('float',),
32222    "PySide2.QtSensors.QPressureReading.setTemperature": ('float',),
32223    "PySide2.QtSensors.QPressureReading.temperature": (),
32224# class PySide2.QtSensors.QPressureSensor:
32225    "PySide2.QtSensors.QPressureSensor.__init__": ('PySide2.QtCore.QObject',),
32226    "PySide2.QtSensors.QPressureSensor.reading": (),
32227# class PySide2.QtSensors.QProximityFilter:
32228    "PySide2.QtSensors.QProximityFilter.__init__": (),
32229    "PySide2.QtSensors.QProximityFilter.filter": [('PySide2.QtSensors.QProximityReading',), ('PySide2.QtSensors.QSensorReading',)],
32230# class PySide2.QtSensors.QProximityReading:
32231    "PySide2.QtSensors.QProximityReading.__init__": ('PySide2.QtCore.QObject',),
32232    "PySide2.QtSensors.QProximityReading.close": (),
32233    "PySide2.QtSensors.QProximityReading.copyValuesFrom": ('PySide2.QtSensors.QSensorReading',),
32234    "PySide2.QtSensors.QProximityReading.setClose": ('bool',),
32235# class PySide2.QtSensors.QProximitySensor:
32236    "PySide2.QtSensors.QProximitySensor.__init__": ('PySide2.QtCore.QObject',),
32237    "PySide2.QtSensors.QProximitySensor.reading": (),
32238# class PySide2.QtSensors.QRotationFilter:
32239    "PySide2.QtSensors.QRotationFilter.__init__": (),
32240    "PySide2.QtSensors.QRotationFilter.filter": [('PySide2.QtSensors.QRotationReading',), ('PySide2.QtSensors.QSensorReading',)],
32241# class PySide2.QtSensors.QRotationReading:
32242    "PySide2.QtSensors.QRotationReading.__init__": ('PySide2.QtCore.QObject',),
32243    "PySide2.QtSensors.QRotationReading.copyValuesFrom": ('PySide2.QtSensors.QSensorReading',),
32244    "PySide2.QtSensors.QRotationReading.setFromEuler": ('float', 'float', 'float'),
32245    "PySide2.QtSensors.QRotationReading.x": (),
32246    "PySide2.QtSensors.QRotationReading.y": (),
32247    "PySide2.QtSensors.QRotationReading.z": (),
32248# class PySide2.QtSensors.QRotationSensor:
32249    "PySide2.QtSensors.QRotationSensor.__init__": ('PySide2.QtCore.QObject',),
32250    "PySide2.QtSensors.QRotationSensor.hasZ": (),
32251    "PySide2.QtSensors.QRotationSensor.reading": (),
32252    "PySide2.QtSensors.QRotationSensor.setHasZ": ('bool',),
32253# class PySide2.QtSensors.QSensor:
32254# class PySide2.QtSensors.QSensor.AxesOrientationMode:
32255# class PySide2.QtSensors.QSensor.Feature:
32256    "PySide2.QtSensors.QSensor.__init__": ('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QObject'),
32257    "PySide2.QtSensors.QSensor.addFilter": ('PySide2.QtSensors.QSensorFilter',),
32258    "PySide2.QtSensors.QSensor.availableDataRates": (),
32259    "PySide2.QtSensors.QSensor.axesOrientationMode": (),
32260    "PySide2.QtSensors.QSensor.backend": (),
32261    "PySide2.QtSensors.QSensor.bufferSize": (),
32262    "PySide2.QtSensors.QSensor.connectToBackend": (),
32263    "PySide2.QtSensors.QSensor.currentOrientation": (),
32264    "PySide2.QtSensors.QSensor.dataRate": (),
32265    "PySide2.QtSensors.QSensor.defaultSensorForType": ('PySide2.QtCore.QByteArray',),
32266    "PySide2.QtSensors.QSensor.description": (),
32267    "PySide2.QtSensors.QSensor.efficientBufferSize": (),
32268    "PySide2.QtSensors.QSensor.error": (),
32269    "PySide2.QtSensors.QSensor.filters": (),
32270    "PySide2.QtSensors.QSensor.identifier": (),
32271    "PySide2.QtSensors.QSensor.isActive": (),
32272    "PySide2.QtSensors.QSensor.isAlwaysOn": (),
32273    "PySide2.QtSensors.QSensor.isBusy": (),
32274    "PySide2.QtSensors.QSensor.isConnectedToBackend": (),
32275    "PySide2.QtSensors.QSensor.isFeatureSupported": ('PySide2.QtSensors.QSensor.Feature',),
32276    "PySide2.QtSensors.QSensor.maxBufferSize": (),
32277    "PySide2.QtSensors.QSensor.outputRange": (),
32278    "PySide2.QtSensors.QSensor.outputRanges": (),
32279    "PySide2.QtSensors.QSensor.reading": (),
32280    "PySide2.QtSensors.QSensor.removeFilter": ('PySide2.QtSensors.QSensorFilter',),
32281    "PySide2.QtSensors.QSensor.sensorTypes": (),
32282    "PySide2.QtSensors.QSensor.sensorsForType": ('PySide2.QtCore.QByteArray',),
32283    "PySide2.QtSensors.QSensor.setActive": ('bool',),
32284    "PySide2.QtSensors.QSensor.setAlwaysOn": ('bool',),
32285    "PySide2.QtSensors.QSensor.setAxesOrientationMode": ('PySide2.QtSensors.QSensor.AxesOrientationMode',),
32286    "PySide2.QtSensors.QSensor.setBufferSize": ('int',),
32287    "PySide2.QtSensors.QSensor.setCurrentOrientation": ('int',),
32288    "PySide2.QtSensors.QSensor.setDataRate": ('int',),
32289    "PySide2.QtSensors.QSensor.setEfficientBufferSize": ('int',),
32290    "PySide2.QtSensors.QSensor.setIdentifier": ('PySide2.QtCore.QByteArray',),
32291    "PySide2.QtSensors.QSensor.setMaxBufferSize": ('int',),
32292    "PySide2.QtSensors.QSensor.setOutputRange": ('int',),
32293    "PySide2.QtSensors.QSensor.setSkipDuplicates": ('bool',),
32294    "PySide2.QtSensors.QSensor.setUserOrientation": ('int',),
32295    "PySide2.QtSensors.QSensor.skipDuplicates": (),
32296    "PySide2.QtSensors.QSensor.start": (),
32297    "PySide2.QtSensors.QSensor.stop": (),
32298    "PySide2.QtSensors.QSensor.type": (),
32299    "PySide2.QtSensors.QSensor.userOrientation": (),
32300# class PySide2.QtSensors.QSensorBackend:
32301    "PySide2.QtSensors.QSensorBackend.__init__": ('PySide2.QtSensors.QSensor', 'PySide2.QtCore.QObject'),
32302    "PySide2.QtSensors.QSensorBackend.addDataRate": ('float', 'float'),
32303    "PySide2.QtSensors.QSensorBackend.addOutputRange": ('float', 'float', 'float'),
32304    "PySide2.QtSensors.QSensorBackend.isFeatureSupported": ('PySide2.QtSensors.QSensor.Feature',),
32305    "PySide2.QtSensors.QSensorBackend.newReadingAvailable": (),
32306    "PySide2.QtSensors.QSensorBackend.reading": (),
32307    "PySide2.QtSensors.QSensorBackend.sensor": (),
32308    "PySide2.QtSensors.QSensorBackend.sensorBusy": (),
32309    "PySide2.QtSensors.QSensorBackend.sensorError": ('int',),
32310    "PySide2.QtSensors.QSensorBackend.sensorStopped": (),
32311    "PySide2.QtSensors.QSensorBackend.setDataRates": ('PySide2.QtSensors.QSensor',),
32312    "PySide2.QtSensors.QSensorBackend.setDescription": ('str',),
32313    "PySide2.QtSensors.QSensorBackend.start": (),
32314    "PySide2.QtSensors.QSensorBackend.stop": (),
32315# class PySide2.QtSensors.QSensorBackendFactory:
32316    "PySide2.QtSensors.QSensorBackendFactory.__init__": (),
32317    "PySide2.QtSensors.QSensorBackendFactory.createBackend": ('PySide2.QtSensors.QSensor',),
32318# class PySide2.QtSensors.QSensorChangesInterface:
32319    "PySide2.QtSensors.QSensorChangesInterface.__init__": (),
32320    "PySide2.QtSensors.QSensorChangesInterface.sensorsChanged": (),
32321# class PySide2.QtSensors.QSensorFilter:
32322    "PySide2.QtSensors.QSensorFilter.__init__": (),
32323    "PySide2.QtSensors.QSensorFilter.filter": ('PySide2.QtSensors.QSensorReading',),
32324    "PySide2.QtSensors.QSensorFilter.setSensor": ('PySide2.QtSensors.QSensor',),
32325# class PySide2.QtSensors.QSensorGestureManager:
32326    "PySide2.QtSensors.QSensorGestureManager.__init__": ('PySide2.QtCore.QObject',),
32327    "PySide2.QtSensors.QSensorGestureManager.gestureIds": (),
32328    "PySide2.QtSensors.QSensorGestureManager.recognizerSignals": ('str',),
32329    "PySide2.QtSensors.QSensorGestureManager.registerSensorGestureRecognizer": ('PySide2.QtSensors.QSensorGestureRecognizer',),
32330    "PySide2.QtSensors.QSensorGestureManager.sensorGestureRecognizer": ('str',),
32331# class PySide2.QtSensors.QSensorGesturePluginInterface:
32332    "PySide2.QtSensors.QSensorGesturePluginInterface.__init__": (),
32333    "PySide2.QtSensors.QSensorGesturePluginInterface.createRecognizers": (),
32334    "PySide2.QtSensors.QSensorGesturePluginInterface.name": (),
32335    "PySide2.QtSensors.QSensorGesturePluginInterface.supportedIds": (),
32336# class PySide2.QtSensors.QSensorGestureRecognizer:
32337    "PySide2.QtSensors.QSensorGestureRecognizer.__init__": ('PySide2.QtCore.QObject',),
32338    "PySide2.QtSensors.QSensorGestureRecognizer.create": (),
32339    "PySide2.QtSensors.QSensorGestureRecognizer.createBackend": (),
32340    "PySide2.QtSensors.QSensorGestureRecognizer.gestureSignals": (),
32341    "PySide2.QtSensors.QSensorGestureRecognizer.id": (),
32342    "PySide2.QtSensors.QSensorGestureRecognizer.isActive": (),
32343    "PySide2.QtSensors.QSensorGestureRecognizer.start": (),
32344    "PySide2.QtSensors.QSensorGestureRecognizer.startBackend": (),
32345    "PySide2.QtSensors.QSensorGestureRecognizer.stop": (),
32346    "PySide2.QtSensors.QSensorGestureRecognizer.stopBackend": (),
32347# class PySide2.QtSensors.QSensorManager:
32348    "PySide2.QtSensors.QSensorManager.__init__": (),
32349    "PySide2.QtSensors.QSensorManager.createBackend": ('PySide2.QtSensors.QSensor',),
32350    "PySide2.QtSensors.QSensorManager.isBackendRegistered": ('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QByteArray'),
32351    "PySide2.QtSensors.QSensorManager.registerBackend": ('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QByteArray', 'PySide2.QtSensors.QSensorBackendFactory'),
32352    "PySide2.QtSensors.QSensorManager.setDefaultBackend": ('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QByteArray'),
32353    "PySide2.QtSensors.QSensorManager.unregisterBackend": ('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QByteArray'),
32354# class PySide2.QtSensors.QSensorPluginInterface:
32355    "PySide2.QtSensors.QSensorPluginInterface.__init__": (),
32356    "PySide2.QtSensors.QSensorPluginInterface.registerSensors": (),
32357# class PySide2.QtSensors.QSensorReading:
32358    "PySide2.QtSensors.QSensorReading.copyValuesFrom": ('PySide2.QtSensors.QSensorReading',),
32359    "PySide2.QtSensors.QSensorReading.setTimestamp": ('int',),
32360    "PySide2.QtSensors.QSensorReading.timestamp": (),
32361    "PySide2.QtSensors.QSensorReading.value": ('int',),
32362    "PySide2.QtSensors.QSensorReading.valueCount": (),
32363# class PySide2.QtSensors.QTapFilter:
32364    "PySide2.QtSensors.QTapFilter.__init__": (),
32365    "PySide2.QtSensors.QTapFilter.filter": [('PySide2.QtSensors.QSensorReading',), ('PySide2.QtSensors.QTapReading',)],
32366# class PySide2.QtSensors.QTapReading:
32367# class PySide2.QtSensors.QTapReading.TapDirection:
32368    "PySide2.QtSensors.QTapReading.__init__": ('PySide2.QtCore.QObject',),
32369    "PySide2.QtSensors.QTapReading.copyValuesFrom": ('PySide2.QtSensors.QSensorReading',),
32370    "PySide2.QtSensors.QTapReading.isDoubleTap": (),
32371    "PySide2.QtSensors.QTapReading.setDoubleTap": ('bool',),
32372    "PySide2.QtSensors.QTapReading.setTapDirection": ('PySide2.QtSensors.QTapReading.TapDirection',),
32373    "PySide2.QtSensors.QTapReading.tapDirection": (),
32374# class PySide2.QtSensors.QTapSensor:
32375    "PySide2.QtSensors.QTapSensor.__init__": ('PySide2.QtCore.QObject',),
32376    "PySide2.QtSensors.QTapSensor.reading": (),
32377    "PySide2.QtSensors.QTapSensor.returnDoubleTapEvents": (),
32378    "PySide2.QtSensors.QTapSensor.setReturnDoubleTapEvents": ('bool',),
32379# class PySide2.QtSensors.QTiltFilter:
32380    "PySide2.QtSensors.QTiltFilter.__init__": (),
32381    "PySide2.QtSensors.QTiltFilter.filter": [('PySide2.QtSensors.QSensorReading',), ('PySide2.QtSensors.QTiltReading',)],
32382# class PySide2.QtSensors.QTiltReading:
32383    "PySide2.QtSensors.QTiltReading.__init__": ('PySide2.QtCore.QObject',),
32384    "PySide2.QtSensors.QTiltReading.copyValuesFrom": ('PySide2.QtSensors.QSensorReading',),
32385    "PySide2.QtSensors.QTiltReading.setXRotation": ('float',),
32386    "PySide2.QtSensors.QTiltReading.setYRotation": ('float',),
32387    "PySide2.QtSensors.QTiltReading.xRotation": (),
32388    "PySide2.QtSensors.QTiltReading.yRotation": (),
32389# class PySide2.QtSensors.QTiltSensor:
32390    "PySide2.QtSensors.QTiltSensor.__init__": ('PySide2.QtCore.QObject',),
32391    "PySide2.QtSensors.QTiltSensor.calibrate": (),
32392    "PySide2.QtSensors.QTiltSensor.reading": (),
32393# class PySide2.QtSensors.qoutputrange:
32394    "PySide2.QtSensors.qoutputrange.__init__": [(), ('PySide2.QtSensors.qoutputrange',)],
32395    "PySide2.QtSensors.qoutputrange.__copy__": (),
32396    }) if "PySide2.QtSensors" in sys.modules else None
32397# Module PySide2.QtTextToSpeech
32398sig_dict.update({
32399# class PySide2.QtTextToSpeech.QTextToSpeech:
32400# class PySide2.QtTextToSpeech.QTextToSpeech.State:
32401    "PySide2.QtTextToSpeech.QTextToSpeech.__init__": [('PySide2.QtCore.QObject',), ('str', 'PySide2.QtCore.QObject')],
32402    "PySide2.QtTextToSpeech.QTextToSpeech.availableEngines": (),
32403    "PySide2.QtTextToSpeech.QTextToSpeech.availableLocales": (),
32404    "PySide2.QtTextToSpeech.QTextToSpeech.availableVoices": (),
32405    "PySide2.QtTextToSpeech.QTextToSpeech.locale": (),
32406    "PySide2.QtTextToSpeech.QTextToSpeech.pause": (),
32407    "PySide2.QtTextToSpeech.QTextToSpeech.pitch": (),
32408    "PySide2.QtTextToSpeech.QTextToSpeech.rate": (),
32409    "PySide2.QtTextToSpeech.QTextToSpeech.resume": (),
32410    "PySide2.QtTextToSpeech.QTextToSpeech.say": ('str',),
32411    "PySide2.QtTextToSpeech.QTextToSpeech.setLocale": ('PySide2.QtCore.QLocale',),
32412    "PySide2.QtTextToSpeech.QTextToSpeech.setPitch": ('float',),
32413    "PySide2.QtTextToSpeech.QTextToSpeech.setRate": ('float',),
32414    "PySide2.QtTextToSpeech.QTextToSpeech.setVoice": ('PySide2.QtTextToSpeech.QVoice',),
32415    "PySide2.QtTextToSpeech.QTextToSpeech.setVolume": ('float',),
32416    "PySide2.QtTextToSpeech.QTextToSpeech.state": (),
32417    "PySide2.QtTextToSpeech.QTextToSpeech.stop": (),
32418    "PySide2.QtTextToSpeech.QTextToSpeech.voice": (),
32419    "PySide2.QtTextToSpeech.QTextToSpeech.volume": (),
32420# class PySide2.QtTextToSpeech.QTextToSpeechEngine:
32421    "PySide2.QtTextToSpeech.QTextToSpeechEngine.__init__": ('PySide2.QtCore.QObject',),
32422    "PySide2.QtTextToSpeech.QTextToSpeechEngine.availableLocales": (),
32423    "PySide2.QtTextToSpeech.QTextToSpeechEngine.availableVoices": (),
32424    "PySide2.QtTextToSpeech.QTextToSpeechEngine.createVoice": ('str', 'PySide2.QtTextToSpeech.QVoice.Gender', 'PySide2.QtTextToSpeech.QVoice.Age', 'typing.Any'),
32425    "PySide2.QtTextToSpeech.QTextToSpeechEngine.locale": (),
32426    "PySide2.QtTextToSpeech.QTextToSpeechEngine.pause": (),
32427    "PySide2.QtTextToSpeech.QTextToSpeechEngine.pitch": (),
32428    "PySide2.QtTextToSpeech.QTextToSpeechEngine.rate": (),
32429    "PySide2.QtTextToSpeech.QTextToSpeechEngine.resume": (),
32430    "PySide2.QtTextToSpeech.QTextToSpeechEngine.say": ('str',),
32431    "PySide2.QtTextToSpeech.QTextToSpeechEngine.setLocale": ('PySide2.QtCore.QLocale',),
32432    "PySide2.QtTextToSpeech.QTextToSpeechEngine.setPitch": ('float',),
32433    "PySide2.QtTextToSpeech.QTextToSpeechEngine.setRate": ('float',),
32434    "PySide2.QtTextToSpeech.QTextToSpeechEngine.setVoice": ('PySide2.QtTextToSpeech.QVoice',),
32435    "PySide2.QtTextToSpeech.QTextToSpeechEngine.setVolume": ('float',),
32436    "PySide2.QtTextToSpeech.QTextToSpeechEngine.state": (),
32437    "PySide2.QtTextToSpeech.QTextToSpeechEngine.stop": (),
32438    "PySide2.QtTextToSpeech.QTextToSpeechEngine.voice": (),
32439    "PySide2.QtTextToSpeech.QTextToSpeechEngine.voiceData": ('PySide2.QtTextToSpeech.QVoice',),
32440    "PySide2.QtTextToSpeech.QTextToSpeechEngine.volume": (),
32441# class PySide2.QtTextToSpeech.QVoice:
32442# class PySide2.QtTextToSpeech.QVoice.Age:
32443# class PySide2.QtTextToSpeech.QVoice.Gender:
32444    "PySide2.QtTextToSpeech.QVoice.__init__": [(), ('PySide2.QtTextToSpeech.QVoice',)],
32445    "PySide2.QtTextToSpeech.QVoice.__copy__": (),
32446    "PySide2.QtTextToSpeech.QVoice.age": (),
32447    "PySide2.QtTextToSpeech.QVoice.ageName": ('PySide2.QtTextToSpeech.QVoice.Age',),
32448    "PySide2.QtTextToSpeech.QVoice.gender": (),
32449    "PySide2.QtTextToSpeech.QVoice.genderName": ('PySide2.QtTextToSpeech.QVoice.Gender',),
32450    "PySide2.QtTextToSpeech.QVoice.name": (),
32451    }) if "PySide2.QtTextToSpeech" in sys.modules else None
32452# Module PySide2.QtCharts
32453sig_dict.update({
32454# class PySide2.QtCharts.QtCharts:
32455# class PySide2.QtCharts.QtCharts.QAbstractAxis:
32456# class PySide2.QtCharts.QtCharts.QAbstractAxis.AxisType:
32457    "PySide2.QtCharts.QtCharts.QAbstractAxis.alignment": (),
32458    "PySide2.QtCharts.QtCharts.QAbstractAxis.gridLineColor": (),
32459    "PySide2.QtCharts.QtCharts.QAbstractAxis.gridLinePen": (),
32460    "PySide2.QtCharts.QtCharts.QAbstractAxis.hide": (),
32461    "PySide2.QtCharts.QtCharts.QAbstractAxis.isGridLineVisible": (),
32462    "PySide2.QtCharts.QtCharts.QAbstractAxis.isLineVisible": (),
32463    "PySide2.QtCharts.QtCharts.QAbstractAxis.isMinorGridLineVisible": (),
32464    "PySide2.QtCharts.QtCharts.QAbstractAxis.isReverse": (),
32465    "PySide2.QtCharts.QtCharts.QAbstractAxis.isTitleVisible": (),
32466    "PySide2.QtCharts.QtCharts.QAbstractAxis.isVisible": (),
32467    "PySide2.QtCharts.QtCharts.QAbstractAxis.labelsAngle": (),
32468    "PySide2.QtCharts.QtCharts.QAbstractAxis.labelsBrush": (),
32469    "PySide2.QtCharts.QtCharts.QAbstractAxis.labelsColor": (),
32470    "PySide2.QtCharts.QtCharts.QAbstractAxis.labelsEditable": (),
32471    "PySide2.QtCharts.QtCharts.QAbstractAxis.labelsFont": (),
32472    "PySide2.QtCharts.QtCharts.QAbstractAxis.labelsVisible": (),
32473    "PySide2.QtCharts.QtCharts.QAbstractAxis.linePen": (),
32474    "PySide2.QtCharts.QtCharts.QAbstractAxis.linePenColor": (),
32475    "PySide2.QtCharts.QtCharts.QAbstractAxis.minorGridLineColor": (),
32476    "PySide2.QtCharts.QtCharts.QAbstractAxis.minorGridLinePen": (),
32477    "PySide2.QtCharts.QtCharts.QAbstractAxis.orientation": (),
32478    "PySide2.QtCharts.QtCharts.QAbstractAxis.setGridLineColor": ('PySide2.QtGui.QColor',),
32479    "PySide2.QtCharts.QtCharts.QAbstractAxis.setGridLinePen": ('PySide2.QtGui.QPen',),
32480    "PySide2.QtCharts.QtCharts.QAbstractAxis.setGridLineVisible": ('bool',),
32481    "PySide2.QtCharts.QtCharts.QAbstractAxis.setLabelsAngle": ('int',),
32482    "PySide2.QtCharts.QtCharts.QAbstractAxis.setLabelsBrush": ('PySide2.QtGui.QBrush',),
32483    "PySide2.QtCharts.QtCharts.QAbstractAxis.setLabelsColor": ('PySide2.QtGui.QColor',),
32484    "PySide2.QtCharts.QtCharts.QAbstractAxis.setLabelsEditable": ('bool',),
32485    "PySide2.QtCharts.QtCharts.QAbstractAxis.setLabelsFont": ('PySide2.QtGui.QFont',),
32486    "PySide2.QtCharts.QtCharts.QAbstractAxis.setLabelsVisible": ('bool',),
32487    "PySide2.QtCharts.QtCharts.QAbstractAxis.setLinePen": ('PySide2.QtGui.QPen',),
32488    "PySide2.QtCharts.QtCharts.QAbstractAxis.setLinePenColor": ('PySide2.QtGui.QColor',),
32489    "PySide2.QtCharts.QtCharts.QAbstractAxis.setLineVisible": ('bool',),
32490    "PySide2.QtCharts.QtCharts.QAbstractAxis.setMax": ('typing.Any',),
32491    "PySide2.QtCharts.QtCharts.QAbstractAxis.setMin": ('typing.Any',),
32492    "PySide2.QtCharts.QtCharts.QAbstractAxis.setMinorGridLineColor": ('PySide2.QtGui.QColor',),
32493    "PySide2.QtCharts.QtCharts.QAbstractAxis.setMinorGridLinePen": ('PySide2.QtGui.QPen',),
32494    "PySide2.QtCharts.QtCharts.QAbstractAxis.setMinorGridLineVisible": ('bool',),
32495    "PySide2.QtCharts.QtCharts.QAbstractAxis.setRange": ('typing.Any', 'typing.Any'),
32496    "PySide2.QtCharts.QtCharts.QAbstractAxis.setReverse": ('bool',),
32497    "PySide2.QtCharts.QtCharts.QAbstractAxis.setShadesBorderColor": ('PySide2.QtGui.QColor',),
32498    "PySide2.QtCharts.QtCharts.QAbstractAxis.setShadesBrush": ('PySide2.QtGui.QBrush',),
32499    "PySide2.QtCharts.QtCharts.QAbstractAxis.setShadesColor": ('PySide2.QtGui.QColor',),
32500    "PySide2.QtCharts.QtCharts.QAbstractAxis.setShadesPen": ('PySide2.QtGui.QPen',),
32501    "PySide2.QtCharts.QtCharts.QAbstractAxis.setShadesVisible": ('bool',),
32502    "PySide2.QtCharts.QtCharts.QAbstractAxis.setTitleBrush": ('PySide2.QtGui.QBrush',),
32503    "PySide2.QtCharts.QtCharts.QAbstractAxis.setTitleFont": ('PySide2.QtGui.QFont',),
32504    "PySide2.QtCharts.QtCharts.QAbstractAxis.setTitleText": ('str',),
32505    "PySide2.QtCharts.QtCharts.QAbstractAxis.setTitleVisible": ('bool',),
32506    "PySide2.QtCharts.QtCharts.QAbstractAxis.setVisible": ('bool',),
32507    "PySide2.QtCharts.QtCharts.QAbstractAxis.shadesBorderColor": (),
32508    "PySide2.QtCharts.QtCharts.QAbstractAxis.shadesBrush": (),
32509    "PySide2.QtCharts.QtCharts.QAbstractAxis.shadesColor": (),
32510    "PySide2.QtCharts.QtCharts.QAbstractAxis.shadesPen": (),
32511    "PySide2.QtCharts.QtCharts.QAbstractAxis.shadesVisible": (),
32512    "PySide2.QtCharts.QtCharts.QAbstractAxis.show": (),
32513    "PySide2.QtCharts.QtCharts.QAbstractAxis.titleBrush": (),
32514    "PySide2.QtCharts.QtCharts.QAbstractAxis.titleFont": (),
32515    "PySide2.QtCharts.QtCharts.QAbstractAxis.titleText": (),
32516    "PySide2.QtCharts.QtCharts.QAbstractAxis.type": (),
32517# class PySide2.QtCharts.QtCharts.QAbstractBarSeries:
32518# class PySide2.QtCharts.QtCharts.QAbstractBarSeries.LabelsPosition:
32519    "PySide2.QtCharts.QtCharts.QAbstractBarSeries.append": [('PySide2.QtCharts.QtCharts.QBarSet',), ('typing.Sequence[PySide2.QtCharts.QtCharts.QBarSet]',)],
32520    "PySide2.QtCharts.QtCharts.QAbstractBarSeries.barSets": (),
32521    "PySide2.QtCharts.QtCharts.QAbstractBarSeries.barWidth": (),
32522    "PySide2.QtCharts.QtCharts.QAbstractBarSeries.clear": (),
32523    "PySide2.QtCharts.QtCharts.QAbstractBarSeries.count": (),
32524    "PySide2.QtCharts.QtCharts.QAbstractBarSeries.insert": ('int', 'PySide2.QtCharts.QtCharts.QBarSet'),
32525    "PySide2.QtCharts.QtCharts.QAbstractBarSeries.isLabelsVisible": (),
32526    "PySide2.QtCharts.QtCharts.QAbstractBarSeries.labelsAngle": (),
32527    "PySide2.QtCharts.QtCharts.QAbstractBarSeries.labelsFormat": (),
32528    "PySide2.QtCharts.QtCharts.QAbstractBarSeries.labelsPosition": (),
32529    "PySide2.QtCharts.QtCharts.QAbstractBarSeries.labelsPrecision": (),
32530    "PySide2.QtCharts.QtCharts.QAbstractBarSeries.remove": ('PySide2.QtCharts.QtCharts.QBarSet',),
32531    "PySide2.QtCharts.QtCharts.QAbstractBarSeries.setBarWidth": ('float',),
32532    "PySide2.QtCharts.QtCharts.QAbstractBarSeries.setLabelsAngle": ('float',),
32533    "PySide2.QtCharts.QtCharts.QAbstractBarSeries.setLabelsFormat": ('str',),
32534    "PySide2.QtCharts.QtCharts.QAbstractBarSeries.setLabelsPosition": ('PySide2.QtCharts.QtCharts.QAbstractBarSeries.LabelsPosition',),
32535    "PySide2.QtCharts.QtCharts.QAbstractBarSeries.setLabelsPrecision": ('int',),
32536    "PySide2.QtCharts.QtCharts.QAbstractBarSeries.setLabelsVisible": ('bool',),
32537    "PySide2.QtCharts.QtCharts.QAbstractBarSeries.take": ('PySide2.QtCharts.QtCharts.QBarSet',),
32538# class PySide2.QtCharts.QtCharts.QAbstractSeries:
32539# class PySide2.QtCharts.QtCharts.QAbstractSeries.SeriesType:
32540    "PySide2.QtCharts.QtCharts.QAbstractSeries.attachAxis": ('PySide2.QtCharts.QtCharts.QAbstractAxis',),
32541    "PySide2.QtCharts.QtCharts.QAbstractSeries.attachedAxes": (),
32542    "PySide2.QtCharts.QtCharts.QAbstractSeries.chart": (),
32543    "PySide2.QtCharts.QtCharts.QAbstractSeries.detachAxis": ('PySide2.QtCharts.QtCharts.QAbstractAxis',),
32544    "PySide2.QtCharts.QtCharts.QAbstractSeries.hide": (),
32545    "PySide2.QtCharts.QtCharts.QAbstractSeries.isVisible": (),
32546    "PySide2.QtCharts.QtCharts.QAbstractSeries.name": (),
32547    "PySide2.QtCharts.QtCharts.QAbstractSeries.opacity": (),
32548    "PySide2.QtCharts.QtCharts.QAbstractSeries.setName": ('str',),
32549    "PySide2.QtCharts.QtCharts.QAbstractSeries.setOpacity": ('float',),
32550    "PySide2.QtCharts.QtCharts.QAbstractSeries.setUseOpenGL": ('bool',),
32551    "PySide2.QtCharts.QtCharts.QAbstractSeries.setVisible": ('bool',),
32552    "PySide2.QtCharts.QtCharts.QAbstractSeries.show": (),
32553    "PySide2.QtCharts.QtCharts.QAbstractSeries.type": (),
32554    "PySide2.QtCharts.QtCharts.QAbstractSeries.useOpenGL": (),
32555# class PySide2.QtCharts.QtCharts.QAreaLegendMarker:
32556    "PySide2.QtCharts.QtCharts.QAreaLegendMarker.__init__": ('PySide2.QtCharts.QtCharts.QAreaSeries', 'PySide2.QtCharts.QtCharts.QLegend', 'PySide2.QtCore.QObject'),
32557    "PySide2.QtCharts.QtCharts.QAreaLegendMarker.series": (),
32558    "PySide2.QtCharts.QtCharts.QAreaLegendMarker.type": (),
32559# class PySide2.QtCharts.QtCharts.QAreaSeries:
32560    "PySide2.QtCharts.QtCharts.QAreaSeries.__init__": [('PySide2.QtCharts.QtCharts.QLineSeries', 'PySide2.QtCharts.QtCharts.QLineSeries'), ('PySide2.QtCore.QObject',)],
32561    "PySide2.QtCharts.QtCharts.QAreaSeries.borderColor": (),
32562    "PySide2.QtCharts.QtCharts.QAreaSeries.brush": (),
32563    "PySide2.QtCharts.QtCharts.QAreaSeries.color": (),
32564    "PySide2.QtCharts.QtCharts.QAreaSeries.lowerSeries": (),
32565    "PySide2.QtCharts.QtCharts.QAreaSeries.pen": (),
32566    "PySide2.QtCharts.QtCharts.QAreaSeries.pointLabelsClipping": (),
32567    "PySide2.QtCharts.QtCharts.QAreaSeries.pointLabelsColor": (),
32568    "PySide2.QtCharts.QtCharts.QAreaSeries.pointLabelsFont": (),
32569    "PySide2.QtCharts.QtCharts.QAreaSeries.pointLabelsFormat": (),
32570    "PySide2.QtCharts.QtCharts.QAreaSeries.pointLabelsVisible": (),
32571    "PySide2.QtCharts.QtCharts.QAreaSeries.pointsVisible": (),
32572    "PySide2.QtCharts.QtCharts.QAreaSeries.setBorderColor": ('PySide2.QtGui.QColor',),
32573    "PySide2.QtCharts.QtCharts.QAreaSeries.setBrush": ('PySide2.QtGui.QBrush',),
32574    "PySide2.QtCharts.QtCharts.QAreaSeries.setColor": ('PySide2.QtGui.QColor',),
32575    "PySide2.QtCharts.QtCharts.QAreaSeries.setLowerSeries": ('PySide2.QtCharts.QtCharts.QLineSeries',),
32576    "PySide2.QtCharts.QtCharts.QAreaSeries.setPen": ('PySide2.QtGui.QPen',),
32577    "PySide2.QtCharts.QtCharts.QAreaSeries.setPointLabelsClipping": ('bool',),
32578    "PySide2.QtCharts.QtCharts.QAreaSeries.setPointLabelsColor": ('PySide2.QtGui.QColor',),
32579    "PySide2.QtCharts.QtCharts.QAreaSeries.setPointLabelsFont": ('PySide2.QtGui.QFont',),
32580    "PySide2.QtCharts.QtCharts.QAreaSeries.setPointLabelsFormat": ('str',),
32581    "PySide2.QtCharts.QtCharts.QAreaSeries.setPointLabelsVisible": ('bool',),
32582    "PySide2.QtCharts.QtCharts.QAreaSeries.setPointsVisible": ('bool',),
32583    "PySide2.QtCharts.QtCharts.QAreaSeries.setUpperSeries": ('PySide2.QtCharts.QtCharts.QLineSeries',),
32584    "PySide2.QtCharts.QtCharts.QAreaSeries.type": (),
32585    "PySide2.QtCharts.QtCharts.QAreaSeries.upperSeries": (),
32586# class PySide2.QtCharts.QtCharts.QBarCategoryAxis:
32587    "PySide2.QtCharts.QtCharts.QBarCategoryAxis.__init__": ('PySide2.QtCore.QObject',),
32588    "PySide2.QtCharts.QtCharts.QBarCategoryAxis.append": [('str',), ('typing.Sequence[str]',)],
32589    "PySide2.QtCharts.QtCharts.QBarCategoryAxis.at": ('int',),
32590    "PySide2.QtCharts.QtCharts.QBarCategoryAxis.categories": (),
32591    "PySide2.QtCharts.QtCharts.QBarCategoryAxis.clear": (),
32592    "PySide2.QtCharts.QtCharts.QBarCategoryAxis.count": (),
32593    "PySide2.QtCharts.QtCharts.QBarCategoryAxis.insert": ('int', 'str'),
32594    "PySide2.QtCharts.QtCharts.QBarCategoryAxis.max": (),
32595    "PySide2.QtCharts.QtCharts.QBarCategoryAxis.min": (),
32596    "PySide2.QtCharts.QtCharts.QBarCategoryAxis.remove": ('str',),
32597    "PySide2.QtCharts.QtCharts.QBarCategoryAxis.replace": ('str', 'str'),
32598    "PySide2.QtCharts.QtCharts.QBarCategoryAxis.setCategories": ('typing.Sequence[str]',),
32599    "PySide2.QtCharts.QtCharts.QBarCategoryAxis.setMax": [('str',), ('typing.Any',)],
32600    "PySide2.QtCharts.QtCharts.QBarCategoryAxis.setMin": [('str',), ('typing.Any',)],
32601    "PySide2.QtCharts.QtCharts.QBarCategoryAxis.setRange": [('str', 'str'), ('typing.Any', 'typing.Any')],
32602    "PySide2.QtCharts.QtCharts.QBarCategoryAxis.type": (),
32603# class PySide2.QtCharts.QtCharts.QBarLegendMarker:
32604    "PySide2.QtCharts.QtCharts.QBarLegendMarker.__init__": ('PySide2.QtCharts.QtCharts.QAbstractBarSeries', 'PySide2.QtCharts.QtCharts.QBarSet', 'PySide2.QtCharts.QtCharts.QLegend', 'PySide2.QtCore.QObject'),
32605    "PySide2.QtCharts.QtCharts.QBarLegendMarker.barset": (),
32606    "PySide2.QtCharts.QtCharts.QBarLegendMarker.series": (),
32607    "PySide2.QtCharts.QtCharts.QBarLegendMarker.type": (),
32608# class PySide2.QtCharts.QtCharts.QBarModelMapper:
32609    "PySide2.QtCharts.QtCharts.QBarModelMapper.__init__": ('PySide2.QtCore.QObject',),
32610    "PySide2.QtCharts.QtCharts.QBarModelMapper.count": (),
32611    "PySide2.QtCharts.QtCharts.QBarModelMapper.first": (),
32612    "PySide2.QtCharts.QtCharts.QBarModelMapper.firstBarSetSection": (),
32613    "PySide2.QtCharts.QtCharts.QBarModelMapper.lastBarSetSection": (),
32614    "PySide2.QtCharts.QtCharts.QBarModelMapper.model": (),
32615    "PySide2.QtCharts.QtCharts.QBarModelMapper.orientation": (),
32616    "PySide2.QtCharts.QtCharts.QBarModelMapper.series": (),
32617    "PySide2.QtCharts.QtCharts.QBarModelMapper.setCount": ('int',),
32618    "PySide2.QtCharts.QtCharts.QBarModelMapper.setFirst": ('int',),
32619    "PySide2.QtCharts.QtCharts.QBarModelMapper.setFirstBarSetSection": ('int',),
32620    "PySide2.QtCharts.QtCharts.QBarModelMapper.setLastBarSetSection": ('int',),
32621    "PySide2.QtCharts.QtCharts.QBarModelMapper.setModel": ('PySide2.QtCore.QAbstractItemModel',),
32622    "PySide2.QtCharts.QtCharts.QBarModelMapper.setOrientation": ('PySide2.QtCore.Qt.Orientation',),
32623    "PySide2.QtCharts.QtCharts.QBarModelMapper.setSeries": ('PySide2.QtCharts.QtCharts.QAbstractBarSeries',),
32624# class PySide2.QtCharts.QtCharts.QBarSeries:
32625    "PySide2.QtCharts.QtCharts.QBarSeries.__init__": ('PySide2.QtCore.QObject',),
32626    "PySide2.QtCharts.QtCharts.QBarSeries.type": (),
32627# class PySide2.QtCharts.QtCharts.QBarSet:
32628    "PySide2.QtCharts.QtCharts.QBarSet.__init__": ('str', 'PySide2.QtCore.QObject'),
32629    "PySide2.QtCharts.QtCharts.QBarSet.__lshift__": ('float',),
32630    "PySide2.QtCharts.QtCharts.QBarSet.append": [('float',), ('typing.Sequence[float]',)],
32631    "PySide2.QtCharts.QtCharts.QBarSet.at": ('int',),
32632    "PySide2.QtCharts.QtCharts.QBarSet.borderColor": (),
32633    "PySide2.QtCharts.QtCharts.QBarSet.brush": (),
32634    "PySide2.QtCharts.QtCharts.QBarSet.color": (),
32635    "PySide2.QtCharts.QtCharts.QBarSet.count": (),
32636    "PySide2.QtCharts.QtCharts.QBarSet.insert": ('int', 'float'),
32637    "PySide2.QtCharts.QtCharts.QBarSet.label": (),
32638    "PySide2.QtCharts.QtCharts.QBarSet.labelBrush": (),
32639    "PySide2.QtCharts.QtCharts.QBarSet.labelColor": (),
32640    "PySide2.QtCharts.QtCharts.QBarSet.labelFont": (),
32641    "PySide2.QtCharts.QtCharts.QBarSet.pen": (),
32642    "PySide2.QtCharts.QtCharts.QBarSet.remove": ('int', 'int'),
32643    "PySide2.QtCharts.QtCharts.QBarSet.replace": ('int', 'float'),
32644    "PySide2.QtCharts.QtCharts.QBarSet.setBorderColor": ('PySide2.QtGui.QColor',),
32645    "PySide2.QtCharts.QtCharts.QBarSet.setBrush": ('PySide2.QtGui.QBrush',),
32646    "PySide2.QtCharts.QtCharts.QBarSet.setColor": ('PySide2.QtGui.QColor',),
32647    "PySide2.QtCharts.QtCharts.QBarSet.setLabel": ('str',),
32648    "PySide2.QtCharts.QtCharts.QBarSet.setLabelBrush": ('PySide2.QtGui.QBrush',),
32649    "PySide2.QtCharts.QtCharts.QBarSet.setLabelColor": ('PySide2.QtGui.QColor',),
32650    "PySide2.QtCharts.QtCharts.QBarSet.setLabelFont": ('PySide2.QtGui.QFont',),
32651    "PySide2.QtCharts.QtCharts.QBarSet.setPen": ('PySide2.QtGui.QPen',),
32652    "PySide2.QtCharts.QtCharts.QBarSet.sum": (),
32653# class PySide2.QtCharts.QtCharts.QBoxPlotLegendMarker:
32654    "PySide2.QtCharts.QtCharts.QBoxPlotLegendMarker.__init__": ('PySide2.QtCharts.QtCharts.QBoxPlotSeries', 'PySide2.QtCharts.QtCharts.QLegend', 'PySide2.QtCore.QObject'),
32655    "PySide2.QtCharts.QtCharts.QBoxPlotLegendMarker.series": (),
32656    "PySide2.QtCharts.QtCharts.QBoxPlotLegendMarker.type": (),
32657# class PySide2.QtCharts.QtCharts.QBoxPlotModelMapper:
32658    "PySide2.QtCharts.QtCharts.QBoxPlotModelMapper.__init__": ('PySide2.QtCore.QObject',),
32659    "PySide2.QtCharts.QtCharts.QBoxPlotModelMapper.count": (),
32660    "PySide2.QtCharts.QtCharts.QBoxPlotModelMapper.first": (),
32661    "PySide2.QtCharts.QtCharts.QBoxPlotModelMapper.firstBoxSetSection": (),
32662    "PySide2.QtCharts.QtCharts.QBoxPlotModelMapper.lastBoxSetSection": (),
32663    "PySide2.QtCharts.QtCharts.QBoxPlotModelMapper.model": (),
32664    "PySide2.QtCharts.QtCharts.QBoxPlotModelMapper.orientation": (),
32665    "PySide2.QtCharts.QtCharts.QBoxPlotModelMapper.series": (),
32666    "PySide2.QtCharts.QtCharts.QBoxPlotModelMapper.setCount": ('int',),
32667    "PySide2.QtCharts.QtCharts.QBoxPlotModelMapper.setFirst": ('int',),
32668    "PySide2.QtCharts.QtCharts.QBoxPlotModelMapper.setFirstBoxSetSection": ('int',),
32669    "PySide2.QtCharts.QtCharts.QBoxPlotModelMapper.setLastBoxSetSection": ('int',),
32670    "PySide2.QtCharts.QtCharts.QBoxPlotModelMapper.setModel": ('PySide2.QtCore.QAbstractItemModel',),
32671    "PySide2.QtCharts.QtCharts.QBoxPlotModelMapper.setOrientation": ('PySide2.QtCore.Qt.Orientation',),
32672    "PySide2.QtCharts.QtCharts.QBoxPlotModelMapper.setSeries": ('PySide2.QtCharts.QtCharts.QBoxPlotSeries',),
32673# class PySide2.QtCharts.QtCharts.QBoxPlotSeries:
32674    "PySide2.QtCharts.QtCharts.QBoxPlotSeries.__init__": ('PySide2.QtCore.QObject',),
32675    "PySide2.QtCharts.QtCharts.QBoxPlotSeries.append": [('PySide2.QtCharts.QtCharts.QBoxSet',), ('typing.Sequence[PySide2.QtCharts.QtCharts.QBoxSet]',)],
32676    "PySide2.QtCharts.QtCharts.QBoxPlotSeries.boxOutlineVisible": (),
32677    "PySide2.QtCharts.QtCharts.QBoxPlotSeries.boxSets": (),
32678    "PySide2.QtCharts.QtCharts.QBoxPlotSeries.boxWidth": (),
32679    "PySide2.QtCharts.QtCharts.QBoxPlotSeries.brush": (),
32680    "PySide2.QtCharts.QtCharts.QBoxPlotSeries.clear": (),
32681    "PySide2.QtCharts.QtCharts.QBoxPlotSeries.count": (),
32682    "PySide2.QtCharts.QtCharts.QBoxPlotSeries.insert": ('int', 'PySide2.QtCharts.QtCharts.QBoxSet'),
32683    "PySide2.QtCharts.QtCharts.QBoxPlotSeries.pen": (),
32684    "PySide2.QtCharts.QtCharts.QBoxPlotSeries.remove": ('PySide2.QtCharts.QtCharts.QBoxSet',),
32685    "PySide2.QtCharts.QtCharts.QBoxPlotSeries.setBoxOutlineVisible": ('bool',),
32686    "PySide2.QtCharts.QtCharts.QBoxPlotSeries.setBoxWidth": ('float',),
32687    "PySide2.QtCharts.QtCharts.QBoxPlotSeries.setBrush": ('PySide2.QtGui.QBrush',),
32688    "PySide2.QtCharts.QtCharts.QBoxPlotSeries.setPen": ('PySide2.QtGui.QPen',),
32689    "PySide2.QtCharts.QtCharts.QBoxPlotSeries.take": ('PySide2.QtCharts.QtCharts.QBoxSet',),
32690    "PySide2.QtCharts.QtCharts.QBoxPlotSeries.type": (),
32691# class PySide2.QtCharts.QtCharts.QBoxSet:
32692# class PySide2.QtCharts.QtCharts.QBoxSet.ValuePositions:
32693    "PySide2.QtCharts.QtCharts.QBoxSet.__init__": [('float', 'float', 'float', 'float', 'float', 'str', 'PySide2.QtCore.QObject'), ('str', 'PySide2.QtCore.QObject')],
32694    "PySide2.QtCharts.QtCharts.QBoxSet.__lshift__": ('float',),
32695    "PySide2.QtCharts.QtCharts.QBoxSet.append": [('float',), ('typing.Sequence[float]',)],
32696    "PySide2.QtCharts.QtCharts.QBoxSet.at": ('int',),
32697    "PySide2.QtCharts.QtCharts.QBoxSet.brush": (),
32698    "PySide2.QtCharts.QtCharts.QBoxSet.clear": (),
32699    "PySide2.QtCharts.QtCharts.QBoxSet.count": (),
32700    "PySide2.QtCharts.QtCharts.QBoxSet.label": (),
32701    "PySide2.QtCharts.QtCharts.QBoxSet.pen": (),
32702    "PySide2.QtCharts.QtCharts.QBoxSet.setBrush": ('PySide2.QtGui.QBrush',),
32703    "PySide2.QtCharts.QtCharts.QBoxSet.setLabel": ('str',),
32704    "PySide2.QtCharts.QtCharts.QBoxSet.setPen": ('PySide2.QtGui.QPen',),
32705    "PySide2.QtCharts.QtCharts.QBoxSet.setValue": ('int', 'float'),
32706# class PySide2.QtCharts.QtCharts.QCandlestickLegendMarker:
32707    "PySide2.QtCharts.QtCharts.QCandlestickLegendMarker.__init__": ('PySide2.QtCharts.QtCharts.QCandlestickSeries', 'PySide2.QtCharts.QtCharts.QLegend', 'PySide2.QtCore.QObject'),
32708    "PySide2.QtCharts.QtCharts.QCandlestickLegendMarker.series": (),
32709    "PySide2.QtCharts.QtCharts.QCandlestickLegendMarker.type": (),
32710# class PySide2.QtCharts.QtCharts.QCandlestickModelMapper:
32711    "PySide2.QtCharts.QtCharts.QCandlestickModelMapper.__init__": ('PySide2.QtCore.QObject',),
32712    "PySide2.QtCharts.QtCharts.QCandlestickModelMapper.close": (),
32713    "PySide2.QtCharts.QtCharts.QCandlestickModelMapper.firstSetSection": (),
32714    "PySide2.QtCharts.QtCharts.QCandlestickModelMapper.high": (),
32715    "PySide2.QtCharts.QtCharts.QCandlestickModelMapper.lastSetSection": (),
32716    "PySide2.QtCharts.QtCharts.QCandlestickModelMapper.low": (),
32717    "PySide2.QtCharts.QtCharts.QCandlestickModelMapper.model": (),
32718    "PySide2.QtCharts.QtCharts.QCandlestickModelMapper.open": (),
32719    "PySide2.QtCharts.QtCharts.QCandlestickModelMapper.orientation": (),
32720    "PySide2.QtCharts.QtCharts.QCandlestickModelMapper.series": (),
32721    "PySide2.QtCharts.QtCharts.QCandlestickModelMapper.setClose": ('int',),
32722    "PySide2.QtCharts.QtCharts.QCandlestickModelMapper.setFirstSetSection": ('int',),
32723    "PySide2.QtCharts.QtCharts.QCandlestickModelMapper.setHigh": ('int',),
32724    "PySide2.QtCharts.QtCharts.QCandlestickModelMapper.setLastSetSection": ('int',),
32725    "PySide2.QtCharts.QtCharts.QCandlestickModelMapper.setLow": ('int',),
32726    "PySide2.QtCharts.QtCharts.QCandlestickModelMapper.setModel": ('PySide2.QtCore.QAbstractItemModel',),
32727    "PySide2.QtCharts.QtCharts.QCandlestickModelMapper.setOpen": ('int',),
32728    "PySide2.QtCharts.QtCharts.QCandlestickModelMapper.setSeries": ('PySide2.QtCharts.QtCharts.QCandlestickSeries',),
32729    "PySide2.QtCharts.QtCharts.QCandlestickModelMapper.setTimestamp": ('int',),
32730    "PySide2.QtCharts.QtCharts.QCandlestickModelMapper.timestamp": (),
32731# class PySide2.QtCharts.QtCharts.QCandlestickSeries:
32732    "PySide2.QtCharts.QtCharts.QCandlestickSeries.__init__": ('PySide2.QtCore.QObject',),
32733    "PySide2.QtCharts.QtCharts.QCandlestickSeries.append": [('PySide2.QtCharts.QtCharts.QCandlestickSet',), ('typing.Sequence[PySide2.QtCharts.QtCharts.QCandlestickSet]',)],
32734    "PySide2.QtCharts.QtCharts.QCandlestickSeries.bodyOutlineVisible": (),
32735    "PySide2.QtCharts.QtCharts.QCandlestickSeries.bodyWidth": (),
32736    "PySide2.QtCharts.QtCharts.QCandlestickSeries.brush": (),
32737    "PySide2.QtCharts.QtCharts.QCandlestickSeries.capsVisible": (),
32738    "PySide2.QtCharts.QtCharts.QCandlestickSeries.capsWidth": (),
32739    "PySide2.QtCharts.QtCharts.QCandlestickSeries.clear": (),
32740    "PySide2.QtCharts.QtCharts.QCandlestickSeries.count": (),
32741    "PySide2.QtCharts.QtCharts.QCandlestickSeries.decreasingColor": (),
32742    "PySide2.QtCharts.QtCharts.QCandlestickSeries.increasingColor": (),
32743    "PySide2.QtCharts.QtCharts.QCandlestickSeries.insert": ('int', 'PySide2.QtCharts.QtCharts.QCandlestickSet'),
32744    "PySide2.QtCharts.QtCharts.QCandlestickSeries.maximumColumnWidth": (),
32745    "PySide2.QtCharts.QtCharts.QCandlestickSeries.minimumColumnWidth": (),
32746    "PySide2.QtCharts.QtCharts.QCandlestickSeries.pen": (),
32747    "PySide2.QtCharts.QtCharts.QCandlestickSeries.remove": [('PySide2.QtCharts.QtCharts.QCandlestickSet',), ('typing.Sequence[PySide2.QtCharts.QtCharts.QCandlestickSet]',)],
32748    "PySide2.QtCharts.QtCharts.QCandlestickSeries.setBodyOutlineVisible": ('bool',),
32749    "PySide2.QtCharts.QtCharts.QCandlestickSeries.setBodyWidth": ('float',),
32750    "PySide2.QtCharts.QtCharts.QCandlestickSeries.setBrush": ('PySide2.QtGui.QBrush',),
32751    "PySide2.QtCharts.QtCharts.QCandlestickSeries.setCapsVisible": ('bool',),
32752    "PySide2.QtCharts.QtCharts.QCandlestickSeries.setCapsWidth": ('float',),
32753    "PySide2.QtCharts.QtCharts.QCandlestickSeries.setDecreasingColor": ('PySide2.QtGui.QColor',),
32754    "PySide2.QtCharts.QtCharts.QCandlestickSeries.setIncreasingColor": ('PySide2.QtGui.QColor',),
32755    "PySide2.QtCharts.QtCharts.QCandlestickSeries.setMaximumColumnWidth": ('float',),
32756    "PySide2.QtCharts.QtCharts.QCandlestickSeries.setMinimumColumnWidth": ('float',),
32757    "PySide2.QtCharts.QtCharts.QCandlestickSeries.setPen": ('PySide2.QtGui.QPen',),
32758    "PySide2.QtCharts.QtCharts.QCandlestickSeries.sets": (),
32759    "PySide2.QtCharts.QtCharts.QCandlestickSeries.take": ('PySide2.QtCharts.QtCharts.QCandlestickSet',),
32760    "PySide2.QtCharts.QtCharts.QCandlestickSeries.type": (),
32761# class PySide2.QtCharts.QtCharts.QCandlestickSet:
32762    "PySide2.QtCharts.QtCharts.QCandlestickSet.__init__": [('float', 'PySide2.QtCore.QObject'), ('float', 'float', 'float', 'float', 'float', 'PySide2.QtCore.QObject')],
32763    "PySide2.QtCharts.QtCharts.QCandlestickSet.brush": (),
32764    "PySide2.QtCharts.QtCharts.QCandlestickSet.close": (),
32765    "PySide2.QtCharts.QtCharts.QCandlestickSet.high": (),
32766    "PySide2.QtCharts.QtCharts.QCandlestickSet.low": (),
32767    "PySide2.QtCharts.QtCharts.QCandlestickSet.open": (),
32768    "PySide2.QtCharts.QtCharts.QCandlestickSet.pen": (),
32769    "PySide2.QtCharts.QtCharts.QCandlestickSet.setBrush": ('PySide2.QtGui.QBrush',),
32770    "PySide2.QtCharts.QtCharts.QCandlestickSet.setClose": ('float',),
32771    "PySide2.QtCharts.QtCharts.QCandlestickSet.setHigh": ('float',),
32772    "PySide2.QtCharts.QtCharts.QCandlestickSet.setLow": ('float',),
32773    "PySide2.QtCharts.QtCharts.QCandlestickSet.setOpen": ('float',),
32774    "PySide2.QtCharts.QtCharts.QCandlestickSet.setPen": ('PySide2.QtGui.QPen',),
32775    "PySide2.QtCharts.QtCharts.QCandlestickSet.setTimestamp": ('float',),
32776    "PySide2.QtCharts.QtCharts.QCandlestickSet.timestamp": (),
32777# class PySide2.QtCharts.QtCharts.QCategoryAxis:
32778# class PySide2.QtCharts.QtCharts.QCategoryAxis.AxisLabelsPosition:
32779    "PySide2.QtCharts.QtCharts.QCategoryAxis.__init__": ('PySide2.QtCore.QObject',),
32780    "PySide2.QtCharts.QtCharts.QCategoryAxis.append": ('str', 'float'),
32781    "PySide2.QtCharts.QtCharts.QCategoryAxis.categoriesLabels": (),
32782    "PySide2.QtCharts.QtCharts.QCategoryAxis.count": (),
32783    "PySide2.QtCharts.QtCharts.QCategoryAxis.endValue": ('str',),
32784    "PySide2.QtCharts.QtCharts.QCategoryAxis.labelsPosition": (),
32785    "PySide2.QtCharts.QtCharts.QCategoryAxis.remove": ('str',),
32786    "PySide2.QtCharts.QtCharts.QCategoryAxis.replaceLabel": ('str', 'str'),
32787    "PySide2.QtCharts.QtCharts.QCategoryAxis.setLabelsPosition": ('PySide2.QtCharts.QtCharts.QCategoryAxis.AxisLabelsPosition',),
32788    "PySide2.QtCharts.QtCharts.QCategoryAxis.setStartValue": ('float',),
32789    "PySide2.QtCharts.QtCharts.QCategoryAxis.startValue": ('str',),
32790    "PySide2.QtCharts.QtCharts.QCategoryAxis.type": (),
32791# class PySide2.QtCharts.QtCharts.QChart:
32792# class PySide2.QtCharts.QtCharts.QChart.AnimationOption:
32793# class PySide2.QtCharts.QtCharts.QChart.AnimationOptions:
32794# class PySide2.QtCharts.QtCharts.QChart.ChartTheme:
32795# class PySide2.QtCharts.QtCharts.QChart.ChartType:
32796    "PySide2.QtCharts.QtCharts.QChart.__init__": [('PySide2.QtCharts.QtCharts.QChart.ChartType', 'PySide2.QtWidgets.QGraphicsItem', 'PySide2.QtCore.Qt.WindowFlags'), ('PySide2.QtWidgets.QGraphicsItem', 'PySide2.QtCore.Qt.WindowFlags')],
32797    "PySide2.QtCharts.QtCharts.QChart.addAxis": ('PySide2.QtCharts.QtCharts.QAbstractAxis', 'PySide2.QtCore.Qt.Alignment'),
32798    "PySide2.QtCharts.QtCharts.QChart.addSeries": ('PySide2.QtCharts.QtCharts.QAbstractSeries',),
32799    "PySide2.QtCharts.QtCharts.QChart.animationDuration": (),
32800    "PySide2.QtCharts.QtCharts.QChart.animationEasingCurve": (),
32801    "PySide2.QtCharts.QtCharts.QChart.animationOptions": (),
32802    "PySide2.QtCharts.QtCharts.QChart.axes": ('PySide2.QtCore.Qt.Orientations', 'PySide2.QtCharts.QtCharts.QAbstractSeries'),
32803    "PySide2.QtCharts.QtCharts.QChart.axisX": ('PySide2.QtCharts.QtCharts.QAbstractSeries',),
32804    "PySide2.QtCharts.QtCharts.QChart.axisY": ('PySide2.QtCharts.QtCharts.QAbstractSeries',),
32805    "PySide2.QtCharts.QtCharts.QChart.backgroundBrush": (),
32806    "PySide2.QtCharts.QtCharts.QChart.backgroundPen": (),
32807    "PySide2.QtCharts.QtCharts.QChart.backgroundRoundness": (),
32808    "PySide2.QtCharts.QtCharts.QChart.chartType": (),
32809    "PySide2.QtCharts.QtCharts.QChart.createDefaultAxes": (),
32810    "PySide2.QtCharts.QtCharts.QChart.isBackgroundVisible": (),
32811    "PySide2.QtCharts.QtCharts.QChart.isDropShadowEnabled": (),
32812    "PySide2.QtCharts.QtCharts.QChart.isPlotAreaBackgroundVisible": (),
32813    "PySide2.QtCharts.QtCharts.QChart.isZoomed": (),
32814    "PySide2.QtCharts.QtCharts.QChart.legend": (),
32815    "PySide2.QtCharts.QtCharts.QChart.locale": (),
32816    "PySide2.QtCharts.QtCharts.QChart.localizeNumbers": (),
32817    "PySide2.QtCharts.QtCharts.QChart.mapToPosition": ('PySide2.QtCore.QPointF', 'PySide2.QtCharts.QtCharts.QAbstractSeries'),
32818    "PySide2.QtCharts.QtCharts.QChart.mapToValue": ('PySide2.QtCore.QPointF', 'PySide2.QtCharts.QtCharts.QAbstractSeries'),
32819    "PySide2.QtCharts.QtCharts.QChart.margins": (),
32820    "PySide2.QtCharts.QtCharts.QChart.plotArea": (),
32821    "PySide2.QtCharts.QtCharts.QChart.plotAreaBackgroundBrush": (),
32822    "PySide2.QtCharts.QtCharts.QChart.plotAreaBackgroundPen": (),
32823    "PySide2.QtCharts.QtCharts.QChart.removeAllSeries": (),
32824    "PySide2.QtCharts.QtCharts.QChart.removeAxis": ('PySide2.QtCharts.QtCharts.QAbstractAxis',),
32825    "PySide2.QtCharts.QtCharts.QChart.removeSeries": ('PySide2.QtCharts.QtCharts.QAbstractSeries',),
32826    "PySide2.QtCharts.QtCharts.QChart.scroll": ('float', 'float'),
32827    "PySide2.QtCharts.QtCharts.QChart.series": (),
32828    "PySide2.QtCharts.QtCharts.QChart.setAnimationDuration": ('int',),
32829    "PySide2.QtCharts.QtCharts.QChart.setAnimationEasingCurve": ('PySide2.QtCore.QEasingCurve',),
32830    "PySide2.QtCharts.QtCharts.QChart.setAnimationOptions": ('PySide2.QtCharts.QtCharts.QChart.AnimationOptions',),
32831    "PySide2.QtCharts.QtCharts.QChart.setAxisX": ('PySide2.QtCharts.QtCharts.QAbstractAxis', 'PySide2.QtCharts.QtCharts.QAbstractSeries'),
32832    "PySide2.QtCharts.QtCharts.QChart.setAxisY": ('PySide2.QtCharts.QtCharts.QAbstractAxis', 'PySide2.QtCharts.QtCharts.QAbstractSeries'),
32833    "PySide2.QtCharts.QtCharts.QChart.setBackgroundBrush": ('PySide2.QtGui.QBrush',),
32834    "PySide2.QtCharts.QtCharts.QChart.setBackgroundPen": ('PySide2.QtGui.QPen',),
32835    "PySide2.QtCharts.QtCharts.QChart.setBackgroundRoundness": ('float',),
32836    "PySide2.QtCharts.QtCharts.QChart.setBackgroundVisible": ('bool',),
32837    "PySide2.QtCharts.QtCharts.QChart.setDropShadowEnabled": ('bool',),
32838    "PySide2.QtCharts.QtCharts.QChart.setLocale": ('PySide2.QtCore.QLocale',),
32839    "PySide2.QtCharts.QtCharts.QChart.setLocalizeNumbers": ('bool',),
32840    "PySide2.QtCharts.QtCharts.QChart.setMargins": ('PySide2.QtCore.QMargins',),
32841    "PySide2.QtCharts.QtCharts.QChart.setPlotArea": ('PySide2.QtCore.QRectF',),
32842    "PySide2.QtCharts.QtCharts.QChart.setPlotAreaBackgroundBrush": ('PySide2.QtGui.QBrush',),
32843    "PySide2.QtCharts.QtCharts.QChart.setPlotAreaBackgroundPen": ('PySide2.QtGui.QPen',),
32844    "PySide2.QtCharts.QtCharts.QChart.setPlotAreaBackgroundVisible": ('bool',),
32845    "PySide2.QtCharts.QtCharts.QChart.setTheme": ('PySide2.QtCharts.QtCharts.QChart.ChartTheme',),
32846    "PySide2.QtCharts.QtCharts.QChart.setTitle": ('str',),
32847    "PySide2.QtCharts.QtCharts.QChart.setTitleBrush": ('PySide2.QtGui.QBrush',),
32848    "PySide2.QtCharts.QtCharts.QChart.setTitleFont": ('PySide2.QtGui.QFont',),
32849    "PySide2.QtCharts.QtCharts.QChart.theme": (),
32850    "PySide2.QtCharts.QtCharts.QChart.title": (),
32851    "PySide2.QtCharts.QtCharts.QChart.titleBrush": (),
32852    "PySide2.QtCharts.QtCharts.QChart.titleFont": (),
32853    "PySide2.QtCharts.QtCharts.QChart.zoom": ('float',),
32854    "PySide2.QtCharts.QtCharts.QChart.zoomIn": [(), ('PySide2.QtCore.QRectF',)],
32855    "PySide2.QtCharts.QtCharts.QChart.zoomOut": (),
32856    "PySide2.QtCharts.QtCharts.QChart.zoomReset": (),
32857# class PySide2.QtCharts.QtCharts.QChartView:
32858# class PySide2.QtCharts.QtCharts.QChartView.RubberBand:
32859# class PySide2.QtCharts.QtCharts.QChartView.RubberBands:
32860    "PySide2.QtCharts.QtCharts.QChartView.__init__": [('PySide2.QtCharts.QtCharts.QChart', 'PySide2.QtWidgets.QWidget'), ('PySide2.QtWidgets.QWidget',)],
32861    "PySide2.QtCharts.QtCharts.QChartView.chart": (),
32862    "PySide2.QtCharts.QtCharts.QChartView.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
32863    "PySide2.QtCharts.QtCharts.QChartView.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
32864    "PySide2.QtCharts.QtCharts.QChartView.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
32865    "PySide2.QtCharts.QtCharts.QChartView.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
32866    "PySide2.QtCharts.QtCharts.QChartView.rubberBand": (),
32867    "PySide2.QtCharts.QtCharts.QChartView.setChart": ('PySide2.QtCharts.QtCharts.QChart',),
32868    "PySide2.QtCharts.QtCharts.QChartView.setRubberBand": ('PySide2.QtCharts.QtCharts.QChartView.RubberBands',),
32869# class PySide2.QtCharts.QtCharts.QDateTimeAxis:
32870    "PySide2.QtCharts.QtCharts.QDateTimeAxis.__init__": ('PySide2.QtCore.QObject',),
32871    "PySide2.QtCharts.QtCharts.QDateTimeAxis.format": (),
32872    "PySide2.QtCharts.QtCharts.QDateTimeAxis.max": (),
32873    "PySide2.QtCharts.QtCharts.QDateTimeAxis.min": (),
32874    "PySide2.QtCharts.QtCharts.QDateTimeAxis.setFormat": ('str',),
32875    "PySide2.QtCharts.QtCharts.QDateTimeAxis.setMax": [('PySide2.QtCore.QDateTime',), ('typing.Any',)],
32876    "PySide2.QtCharts.QtCharts.QDateTimeAxis.setMin": [('PySide2.QtCore.QDateTime',), ('typing.Any',)],
32877    "PySide2.QtCharts.QtCharts.QDateTimeAxis.setRange": [('PySide2.QtCore.QDateTime', 'PySide2.QtCore.QDateTime'), ('typing.Any', 'typing.Any')],
32878    "PySide2.QtCharts.QtCharts.QDateTimeAxis.setTickCount": ('int',),
32879    "PySide2.QtCharts.QtCharts.QDateTimeAxis.tickCount": (),
32880    "PySide2.QtCharts.QtCharts.QDateTimeAxis.type": (),
32881# class PySide2.QtCharts.QtCharts.QHBarModelMapper:
32882    "PySide2.QtCharts.QtCharts.QHBarModelMapper.__init__": ('PySide2.QtCore.QObject',),
32883    "PySide2.QtCharts.QtCharts.QHBarModelMapper.columnCount": (),
32884    "PySide2.QtCharts.QtCharts.QHBarModelMapper.firstBarSetRow": (),
32885    "PySide2.QtCharts.QtCharts.QHBarModelMapper.firstColumn": (),
32886    "PySide2.QtCharts.QtCharts.QHBarModelMapper.lastBarSetRow": (),
32887    "PySide2.QtCharts.QtCharts.QHBarModelMapper.model": (),
32888    "PySide2.QtCharts.QtCharts.QHBarModelMapper.series": (),
32889    "PySide2.QtCharts.QtCharts.QHBarModelMapper.setColumnCount": ('int',),
32890    "PySide2.QtCharts.QtCharts.QHBarModelMapper.setFirstBarSetRow": ('int',),
32891    "PySide2.QtCharts.QtCharts.QHBarModelMapper.setFirstColumn": ('int',),
32892    "PySide2.QtCharts.QtCharts.QHBarModelMapper.setLastBarSetRow": ('int',),
32893    "PySide2.QtCharts.QtCharts.QHBarModelMapper.setModel": ('PySide2.QtCore.QAbstractItemModel',),
32894    "PySide2.QtCharts.QtCharts.QHBarModelMapper.setSeries": ('PySide2.QtCharts.QtCharts.QAbstractBarSeries',),
32895# class PySide2.QtCharts.QtCharts.QHBoxPlotModelMapper:
32896    "PySide2.QtCharts.QtCharts.QHBoxPlotModelMapper.__init__": ('PySide2.QtCore.QObject',),
32897    "PySide2.QtCharts.QtCharts.QHBoxPlotModelMapper.columnCount": (),
32898    "PySide2.QtCharts.QtCharts.QHBoxPlotModelMapper.firstBoxSetRow": (),
32899    "PySide2.QtCharts.QtCharts.QHBoxPlotModelMapper.firstColumn": (),
32900    "PySide2.QtCharts.QtCharts.QHBoxPlotModelMapper.lastBoxSetRow": (),
32901    "PySide2.QtCharts.QtCharts.QHBoxPlotModelMapper.model": (),
32902    "PySide2.QtCharts.QtCharts.QHBoxPlotModelMapper.series": (),
32903    "PySide2.QtCharts.QtCharts.QHBoxPlotModelMapper.setColumnCount": ('int',),
32904    "PySide2.QtCharts.QtCharts.QHBoxPlotModelMapper.setFirstBoxSetRow": ('int',),
32905    "PySide2.QtCharts.QtCharts.QHBoxPlotModelMapper.setFirstColumn": ('int',),
32906    "PySide2.QtCharts.QtCharts.QHBoxPlotModelMapper.setLastBoxSetRow": ('int',),
32907    "PySide2.QtCharts.QtCharts.QHBoxPlotModelMapper.setModel": ('PySide2.QtCore.QAbstractItemModel',),
32908    "PySide2.QtCharts.QtCharts.QHBoxPlotModelMapper.setSeries": ('PySide2.QtCharts.QtCharts.QBoxPlotSeries',),
32909# class PySide2.QtCharts.QtCharts.QHCandlestickModelMapper:
32910    "PySide2.QtCharts.QtCharts.QHCandlestickModelMapper.__init__": ('PySide2.QtCore.QObject',),
32911    "PySide2.QtCharts.QtCharts.QHCandlestickModelMapper.closeColumn": (),
32912    "PySide2.QtCharts.QtCharts.QHCandlestickModelMapper.firstSetRow": (),
32913    "PySide2.QtCharts.QtCharts.QHCandlestickModelMapper.highColumn": (),
32914    "PySide2.QtCharts.QtCharts.QHCandlestickModelMapper.lastSetRow": (),
32915    "PySide2.QtCharts.QtCharts.QHCandlestickModelMapper.lowColumn": (),
32916    "PySide2.QtCharts.QtCharts.QHCandlestickModelMapper.openColumn": (),
32917    "PySide2.QtCharts.QtCharts.QHCandlestickModelMapper.orientation": (),
32918    "PySide2.QtCharts.QtCharts.QHCandlestickModelMapper.setCloseColumn": ('int',),
32919    "PySide2.QtCharts.QtCharts.QHCandlestickModelMapper.setFirstSetRow": ('int',),
32920    "PySide2.QtCharts.QtCharts.QHCandlestickModelMapper.setHighColumn": ('int',),
32921    "PySide2.QtCharts.QtCharts.QHCandlestickModelMapper.setLastSetRow": ('int',),
32922    "PySide2.QtCharts.QtCharts.QHCandlestickModelMapper.setLowColumn": ('int',),
32923    "PySide2.QtCharts.QtCharts.QHCandlestickModelMapper.setOpenColumn": ('int',),
32924    "PySide2.QtCharts.QtCharts.QHCandlestickModelMapper.setTimestampColumn": ('int',),
32925    "PySide2.QtCharts.QtCharts.QHCandlestickModelMapper.timestampColumn": (),
32926# class PySide2.QtCharts.QtCharts.QHPieModelMapper:
32927    "PySide2.QtCharts.QtCharts.QHPieModelMapper.__init__": ('PySide2.QtCore.QObject',),
32928    "PySide2.QtCharts.QtCharts.QHPieModelMapper.columnCount": (),
32929    "PySide2.QtCharts.QtCharts.QHPieModelMapper.firstColumn": (),
32930    "PySide2.QtCharts.QtCharts.QHPieModelMapper.labelsRow": (),
32931    "PySide2.QtCharts.QtCharts.QHPieModelMapper.model": (),
32932    "PySide2.QtCharts.QtCharts.QHPieModelMapper.series": (),
32933    "PySide2.QtCharts.QtCharts.QHPieModelMapper.setColumnCount": ('int',),
32934    "PySide2.QtCharts.QtCharts.QHPieModelMapper.setFirstColumn": ('int',),
32935    "PySide2.QtCharts.QtCharts.QHPieModelMapper.setLabelsRow": ('int',),
32936    "PySide2.QtCharts.QtCharts.QHPieModelMapper.setModel": ('PySide2.QtCore.QAbstractItemModel',),
32937    "PySide2.QtCharts.QtCharts.QHPieModelMapper.setSeries": ('PySide2.QtCharts.QtCharts.QPieSeries',),
32938    "PySide2.QtCharts.QtCharts.QHPieModelMapper.setValuesRow": ('int',),
32939    "PySide2.QtCharts.QtCharts.QHPieModelMapper.valuesRow": (),
32940# class PySide2.QtCharts.QtCharts.QHXYModelMapper:
32941    "PySide2.QtCharts.QtCharts.QHXYModelMapper.__init__": ('PySide2.QtCore.QObject',),
32942    "PySide2.QtCharts.QtCharts.QHXYModelMapper.columnCount": (),
32943    "PySide2.QtCharts.QtCharts.QHXYModelMapper.firstColumn": (),
32944    "PySide2.QtCharts.QtCharts.QHXYModelMapper.model": (),
32945    "PySide2.QtCharts.QtCharts.QHXYModelMapper.series": (),
32946    "PySide2.QtCharts.QtCharts.QHXYModelMapper.setColumnCount": ('int',),
32947    "PySide2.QtCharts.QtCharts.QHXYModelMapper.setFirstColumn": ('int',),
32948    "PySide2.QtCharts.QtCharts.QHXYModelMapper.setModel": ('PySide2.QtCore.QAbstractItemModel',),
32949    "PySide2.QtCharts.QtCharts.QHXYModelMapper.setSeries": ('PySide2.QtCharts.QtCharts.QXYSeries',),
32950    "PySide2.QtCharts.QtCharts.QHXYModelMapper.setXRow": ('int',),
32951    "PySide2.QtCharts.QtCharts.QHXYModelMapper.setYRow": ('int',),
32952    "PySide2.QtCharts.QtCharts.QHXYModelMapper.xRow": (),
32953    "PySide2.QtCharts.QtCharts.QHXYModelMapper.yRow": (),
32954# class PySide2.QtCharts.QtCharts.QHorizontalBarSeries:
32955    "PySide2.QtCharts.QtCharts.QHorizontalBarSeries.__init__": ('PySide2.QtCore.QObject',),
32956    "PySide2.QtCharts.QtCharts.QHorizontalBarSeries.type": (),
32957# class PySide2.QtCharts.QtCharts.QHorizontalPercentBarSeries:
32958    "PySide2.QtCharts.QtCharts.QHorizontalPercentBarSeries.__init__": ('PySide2.QtCore.QObject',),
32959    "PySide2.QtCharts.QtCharts.QHorizontalPercentBarSeries.type": (),
32960# class PySide2.QtCharts.QtCharts.QHorizontalStackedBarSeries:
32961    "PySide2.QtCharts.QtCharts.QHorizontalStackedBarSeries.__init__": ('PySide2.QtCore.QObject',),
32962    "PySide2.QtCharts.QtCharts.QHorizontalStackedBarSeries.type": (),
32963# class PySide2.QtCharts.QtCharts.QLegend:
32964# class PySide2.QtCharts.QtCharts.QLegend.MarkerShape:
32965    "PySide2.QtCharts.QtCharts.QLegend.alignment": (),
32966    "PySide2.QtCharts.QtCharts.QLegend.attachToChart": (),
32967    "PySide2.QtCharts.QtCharts.QLegend.borderColor": (),
32968    "PySide2.QtCharts.QtCharts.QLegend.brush": (),
32969    "PySide2.QtCharts.QtCharts.QLegend.color": (),
32970    "PySide2.QtCharts.QtCharts.QLegend.detachFromChart": (),
32971    "PySide2.QtCharts.QtCharts.QLegend.font": (),
32972    "PySide2.QtCharts.QtCharts.QLegend.hideEvent": ('PySide2.QtGui.QHideEvent',),
32973    "PySide2.QtCharts.QtCharts.QLegend.isAttachedToChart": (),
32974    "PySide2.QtCharts.QtCharts.QLegend.isBackgroundVisible": (),
32975    "PySide2.QtCharts.QtCharts.QLegend.labelBrush": (),
32976    "PySide2.QtCharts.QtCharts.QLegend.labelColor": (),
32977    "PySide2.QtCharts.QtCharts.QLegend.markerShape": (),
32978    "PySide2.QtCharts.QtCharts.QLegend.markers": ('PySide2.QtCharts.QtCharts.QAbstractSeries',),
32979    "PySide2.QtCharts.QtCharts.QLegend.paint": ('PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QStyleOptionGraphicsItem', 'PySide2.QtWidgets.QWidget'),
32980    "PySide2.QtCharts.QtCharts.QLegend.pen": (),
32981    "PySide2.QtCharts.QtCharts.QLegend.reverseMarkers": (),
32982    "PySide2.QtCharts.QtCharts.QLegend.setAlignment": ('PySide2.QtCore.Qt.Alignment',),
32983    "PySide2.QtCharts.QtCharts.QLegend.setBackgroundVisible": ('bool',),
32984    "PySide2.QtCharts.QtCharts.QLegend.setBorderColor": ('PySide2.QtGui.QColor',),
32985    "PySide2.QtCharts.QtCharts.QLegend.setBrush": ('PySide2.QtGui.QBrush',),
32986    "PySide2.QtCharts.QtCharts.QLegend.setColor": ('PySide2.QtGui.QColor',),
32987    "PySide2.QtCharts.QtCharts.QLegend.setFont": ('PySide2.QtGui.QFont',),
32988    "PySide2.QtCharts.QtCharts.QLegend.setLabelBrush": ('PySide2.QtGui.QBrush',),
32989    "PySide2.QtCharts.QtCharts.QLegend.setLabelColor": ('PySide2.QtGui.QColor',),
32990    "PySide2.QtCharts.QtCharts.QLegend.setMarkerShape": ('PySide2.QtCharts.QtCharts.QLegend.MarkerShape',),
32991    "PySide2.QtCharts.QtCharts.QLegend.setPen": ('PySide2.QtGui.QPen',),
32992    "PySide2.QtCharts.QtCharts.QLegend.setReverseMarkers": ('bool',),
32993    "PySide2.QtCharts.QtCharts.QLegend.setShowToolTips": ('bool',),
32994    "PySide2.QtCharts.QtCharts.QLegend.showEvent": ('PySide2.QtGui.QShowEvent',),
32995    "PySide2.QtCharts.QtCharts.QLegend.showToolTips": (),
32996# class PySide2.QtCharts.QtCharts.QLegendMarker:
32997# class PySide2.QtCharts.QtCharts.QLegendMarker.LegendMarkerType:
32998    "PySide2.QtCharts.QtCharts.QLegendMarker.brush": (),
32999    "PySide2.QtCharts.QtCharts.QLegendMarker.font": (),
33000    "PySide2.QtCharts.QtCharts.QLegendMarker.isVisible": (),
33001    "PySide2.QtCharts.QtCharts.QLegendMarker.label": (),
33002    "PySide2.QtCharts.QtCharts.QLegendMarker.labelBrush": (),
33003    "PySide2.QtCharts.QtCharts.QLegendMarker.pen": (),
33004    "PySide2.QtCharts.QtCharts.QLegendMarker.series": (),
33005    "PySide2.QtCharts.QtCharts.QLegendMarker.setBrush": ('PySide2.QtGui.QBrush',),
33006    "PySide2.QtCharts.QtCharts.QLegendMarker.setFont": ('PySide2.QtGui.QFont',),
33007    "PySide2.QtCharts.QtCharts.QLegendMarker.setLabel": ('str',),
33008    "PySide2.QtCharts.QtCharts.QLegendMarker.setLabelBrush": ('PySide2.QtGui.QBrush',),
33009    "PySide2.QtCharts.QtCharts.QLegendMarker.setPen": ('PySide2.QtGui.QPen',),
33010    "PySide2.QtCharts.QtCharts.QLegendMarker.setShape": ('PySide2.QtCharts.QtCharts.QLegend.MarkerShape',),
33011    "PySide2.QtCharts.QtCharts.QLegendMarker.setVisible": ('bool',),
33012    "PySide2.QtCharts.QtCharts.QLegendMarker.shape": (),
33013    "PySide2.QtCharts.QtCharts.QLegendMarker.type": (),
33014# class PySide2.QtCharts.QtCharts.QLineSeries:
33015    "PySide2.QtCharts.QtCharts.QLineSeries.__init__": ('PySide2.QtCore.QObject',),
33016    "PySide2.QtCharts.QtCharts.QLineSeries.type": (),
33017# class PySide2.QtCharts.QtCharts.QLogValueAxis:
33018    "PySide2.QtCharts.QtCharts.QLogValueAxis.__init__": ('PySide2.QtCore.QObject',),
33019    "PySide2.QtCharts.QtCharts.QLogValueAxis.base": (),
33020    "PySide2.QtCharts.QtCharts.QLogValueAxis.labelFormat": (),
33021    "PySide2.QtCharts.QtCharts.QLogValueAxis.max": (),
33022    "PySide2.QtCharts.QtCharts.QLogValueAxis.min": (),
33023    "PySide2.QtCharts.QtCharts.QLogValueAxis.minorTickCount": (),
33024    "PySide2.QtCharts.QtCharts.QLogValueAxis.setBase": ('float',),
33025    "PySide2.QtCharts.QtCharts.QLogValueAxis.setLabelFormat": ('str',),
33026    "PySide2.QtCharts.QtCharts.QLogValueAxis.setMax": [('float',), ('typing.Any',)],
33027    "PySide2.QtCharts.QtCharts.QLogValueAxis.setMin": [('float',), ('typing.Any',)],
33028    "PySide2.QtCharts.QtCharts.QLogValueAxis.setMinorTickCount": ('int',),
33029    "PySide2.QtCharts.QtCharts.QLogValueAxis.setRange": [('float', 'float'), ('typing.Any', 'typing.Any')],
33030    "PySide2.QtCharts.QtCharts.QLogValueAxis.tickCount": (),
33031    "PySide2.QtCharts.QtCharts.QLogValueAxis.type": (),
33032# class PySide2.QtCharts.QtCharts.QPercentBarSeries:
33033    "PySide2.QtCharts.QtCharts.QPercentBarSeries.__init__": ('PySide2.QtCore.QObject',),
33034    "PySide2.QtCharts.QtCharts.QPercentBarSeries.type": (),
33035# class PySide2.QtCharts.QtCharts.QPieLegendMarker:
33036    "PySide2.QtCharts.QtCharts.QPieLegendMarker.__init__": ('PySide2.QtCharts.QtCharts.QPieSeries', 'PySide2.QtCharts.QtCharts.QPieSlice', 'PySide2.QtCharts.QtCharts.QLegend', 'PySide2.QtCore.QObject'),
33037    "PySide2.QtCharts.QtCharts.QPieLegendMarker.series": (),
33038    "PySide2.QtCharts.QtCharts.QPieLegendMarker.slice": (),
33039    "PySide2.QtCharts.QtCharts.QPieLegendMarker.type": (),
33040# class PySide2.QtCharts.QtCharts.QPieModelMapper:
33041    "PySide2.QtCharts.QtCharts.QPieModelMapper.__init__": ('PySide2.QtCore.QObject',),
33042    "PySide2.QtCharts.QtCharts.QPieModelMapper.count": (),
33043    "PySide2.QtCharts.QtCharts.QPieModelMapper.first": (),
33044    "PySide2.QtCharts.QtCharts.QPieModelMapper.labelsSection": (),
33045    "PySide2.QtCharts.QtCharts.QPieModelMapper.model": (),
33046    "PySide2.QtCharts.QtCharts.QPieModelMapper.orientation": (),
33047    "PySide2.QtCharts.QtCharts.QPieModelMapper.series": (),
33048    "PySide2.QtCharts.QtCharts.QPieModelMapper.setCount": ('int',),
33049    "PySide2.QtCharts.QtCharts.QPieModelMapper.setFirst": ('int',),
33050    "PySide2.QtCharts.QtCharts.QPieModelMapper.setLabelsSection": ('int',),
33051    "PySide2.QtCharts.QtCharts.QPieModelMapper.setModel": ('PySide2.QtCore.QAbstractItemModel',),
33052    "PySide2.QtCharts.QtCharts.QPieModelMapper.setOrientation": ('PySide2.QtCore.Qt.Orientation',),
33053    "PySide2.QtCharts.QtCharts.QPieModelMapper.setSeries": ('PySide2.QtCharts.QtCharts.QPieSeries',),
33054    "PySide2.QtCharts.QtCharts.QPieModelMapper.setValuesSection": ('int',),
33055    "PySide2.QtCharts.QtCharts.QPieModelMapper.valuesSection": (),
33056# class PySide2.QtCharts.QtCharts.QPieSeries:
33057    "PySide2.QtCharts.QtCharts.QPieSeries.__init__": ('PySide2.QtCore.QObject',),
33058    "PySide2.QtCharts.QtCharts.QPieSeries.__lshift__": ('PySide2.QtCharts.QtCharts.QPieSlice',),
33059    "PySide2.QtCharts.QtCharts.QPieSeries.append": [('PySide2.QtCharts.QtCharts.QPieSlice',), ('str', 'float'), ('typing.Sequence[PySide2.QtCharts.QtCharts.QPieSlice]',)],
33060    "PySide2.QtCharts.QtCharts.QPieSeries.clear": (),
33061    "PySide2.QtCharts.QtCharts.QPieSeries.count": (),
33062    "PySide2.QtCharts.QtCharts.QPieSeries.holeSize": (),
33063    "PySide2.QtCharts.QtCharts.QPieSeries.horizontalPosition": (),
33064    "PySide2.QtCharts.QtCharts.QPieSeries.insert": ('int', 'PySide2.QtCharts.QtCharts.QPieSlice'),
33065    "PySide2.QtCharts.QtCharts.QPieSeries.isEmpty": (),
33066    "PySide2.QtCharts.QtCharts.QPieSeries.pieEndAngle": (),
33067    "PySide2.QtCharts.QtCharts.QPieSeries.pieSize": (),
33068    "PySide2.QtCharts.QtCharts.QPieSeries.pieStartAngle": (),
33069    "PySide2.QtCharts.QtCharts.QPieSeries.remove": ('PySide2.QtCharts.QtCharts.QPieSlice',),
33070    "PySide2.QtCharts.QtCharts.QPieSeries.setHoleSize": ('float',),
33071    "PySide2.QtCharts.QtCharts.QPieSeries.setHorizontalPosition": ('float',),
33072    "PySide2.QtCharts.QtCharts.QPieSeries.setLabelsPosition": ('PySide2.QtCharts.QtCharts.QPieSlice.LabelPosition',),
33073    "PySide2.QtCharts.QtCharts.QPieSeries.setLabelsVisible": ('bool',),
33074    "PySide2.QtCharts.QtCharts.QPieSeries.setPieEndAngle": ('float',),
33075    "PySide2.QtCharts.QtCharts.QPieSeries.setPieSize": ('float',),
33076    "PySide2.QtCharts.QtCharts.QPieSeries.setPieStartAngle": ('float',),
33077    "PySide2.QtCharts.QtCharts.QPieSeries.setVerticalPosition": ('float',),
33078    "PySide2.QtCharts.QtCharts.QPieSeries.slices": (),
33079    "PySide2.QtCharts.QtCharts.QPieSeries.sum": (),
33080    "PySide2.QtCharts.QtCharts.QPieSeries.take": ('PySide2.QtCharts.QtCharts.QPieSlice',),
33081    "PySide2.QtCharts.QtCharts.QPieSeries.type": (),
33082    "PySide2.QtCharts.QtCharts.QPieSeries.verticalPosition": (),
33083# class PySide2.QtCharts.QtCharts.QPieSlice:
33084# class PySide2.QtCharts.QtCharts.QPieSlice.LabelPosition:
33085    "PySide2.QtCharts.QtCharts.QPieSlice.__init__": [('PySide2.QtCore.QObject',), ('str', 'float', 'PySide2.QtCore.QObject')],
33086    "PySide2.QtCharts.QtCharts.QPieSlice.angleSpan": (),
33087    "PySide2.QtCharts.QtCharts.QPieSlice.borderColor": (),
33088    "PySide2.QtCharts.QtCharts.QPieSlice.borderWidth": (),
33089    "PySide2.QtCharts.QtCharts.QPieSlice.brush": (),
33090    "PySide2.QtCharts.QtCharts.QPieSlice.color": (),
33091    "PySide2.QtCharts.QtCharts.QPieSlice.explodeDistanceFactor": (),
33092    "PySide2.QtCharts.QtCharts.QPieSlice.isExploded": (),
33093    "PySide2.QtCharts.QtCharts.QPieSlice.isLabelVisible": (),
33094    "PySide2.QtCharts.QtCharts.QPieSlice.label": (),
33095    "PySide2.QtCharts.QtCharts.QPieSlice.labelArmLengthFactor": (),
33096    "PySide2.QtCharts.QtCharts.QPieSlice.labelBrush": (),
33097    "PySide2.QtCharts.QtCharts.QPieSlice.labelColor": (),
33098    "PySide2.QtCharts.QtCharts.QPieSlice.labelFont": (),
33099    "PySide2.QtCharts.QtCharts.QPieSlice.labelPosition": (),
33100    "PySide2.QtCharts.QtCharts.QPieSlice.pen": (),
33101    "PySide2.QtCharts.QtCharts.QPieSlice.percentage": (),
33102    "PySide2.QtCharts.QtCharts.QPieSlice.series": (),
33103    "PySide2.QtCharts.QtCharts.QPieSlice.setBorderColor": ('PySide2.QtGui.QColor',),
33104    "PySide2.QtCharts.QtCharts.QPieSlice.setBorderWidth": ('int',),
33105    "PySide2.QtCharts.QtCharts.QPieSlice.setBrush": ('PySide2.QtGui.QBrush',),
33106    "PySide2.QtCharts.QtCharts.QPieSlice.setColor": ('PySide2.QtGui.QColor',),
33107    "PySide2.QtCharts.QtCharts.QPieSlice.setExplodeDistanceFactor": ('float',),
33108    "PySide2.QtCharts.QtCharts.QPieSlice.setExploded": ('bool',),
33109    "PySide2.QtCharts.QtCharts.QPieSlice.setLabel": ('str',),
33110    "PySide2.QtCharts.QtCharts.QPieSlice.setLabelArmLengthFactor": ('float',),
33111    "PySide2.QtCharts.QtCharts.QPieSlice.setLabelBrush": ('PySide2.QtGui.QBrush',),
33112    "PySide2.QtCharts.QtCharts.QPieSlice.setLabelColor": ('PySide2.QtGui.QColor',),
33113    "PySide2.QtCharts.QtCharts.QPieSlice.setLabelFont": ('PySide2.QtGui.QFont',),
33114    "PySide2.QtCharts.QtCharts.QPieSlice.setLabelPosition": ('PySide2.QtCharts.QtCharts.QPieSlice.LabelPosition',),
33115    "PySide2.QtCharts.QtCharts.QPieSlice.setLabelVisible": ('bool',),
33116    "PySide2.QtCharts.QtCharts.QPieSlice.setPen": ('PySide2.QtGui.QPen',),
33117    "PySide2.QtCharts.QtCharts.QPieSlice.setValue": ('float',),
33118    "PySide2.QtCharts.QtCharts.QPieSlice.startAngle": (),
33119    "PySide2.QtCharts.QtCharts.QPieSlice.value": (),
33120# class PySide2.QtCharts.QtCharts.QPolarChart:
33121# class PySide2.QtCharts.QtCharts.QPolarChart.PolarOrientation:
33122# class PySide2.QtCharts.QtCharts.QPolarChart.PolarOrientations:
33123    "PySide2.QtCharts.QtCharts.QPolarChart.__init__": ('PySide2.QtWidgets.QGraphicsItem', 'PySide2.QtCore.Qt.WindowFlags'),
33124    "PySide2.QtCharts.QtCharts.QPolarChart.addAxis": [('PySide2.QtCharts.QtCharts.QAbstractAxis', 'PySide2.QtCharts.QtCharts.QPolarChart.PolarOrientation'), ('PySide2.QtCharts.QtCharts.QAbstractAxis', 'PySide2.QtCore.Qt.Alignment')],
33125    "PySide2.QtCharts.QtCharts.QPolarChart.axisPolarOrientation": ('PySide2.QtCharts.QtCharts.QAbstractAxis',),
33126# class PySide2.QtCharts.QtCharts.QScatterSeries:
33127# class PySide2.QtCharts.QtCharts.QScatterSeries.MarkerShape:
33128    "PySide2.QtCharts.QtCharts.QScatterSeries.__init__": ('PySide2.QtCore.QObject',),
33129    "PySide2.QtCharts.QtCharts.QScatterSeries.borderColor": (),
33130    "PySide2.QtCharts.QtCharts.QScatterSeries.brush": (),
33131    "PySide2.QtCharts.QtCharts.QScatterSeries.color": (),
33132    "PySide2.QtCharts.QtCharts.QScatterSeries.markerShape": (),
33133    "PySide2.QtCharts.QtCharts.QScatterSeries.markerSize": (),
33134    "PySide2.QtCharts.QtCharts.QScatterSeries.setBorderColor": ('PySide2.QtGui.QColor',),
33135    "PySide2.QtCharts.QtCharts.QScatterSeries.setBrush": ('PySide2.QtGui.QBrush',),
33136    "PySide2.QtCharts.QtCharts.QScatterSeries.setColor": ('PySide2.QtGui.QColor',),
33137    "PySide2.QtCharts.QtCharts.QScatterSeries.setMarkerShape": ('PySide2.QtCharts.QtCharts.QScatterSeries.MarkerShape',),
33138    "PySide2.QtCharts.QtCharts.QScatterSeries.setMarkerSize": ('float',),
33139    "PySide2.QtCharts.QtCharts.QScatterSeries.setPen": ('PySide2.QtGui.QPen',),
33140    "PySide2.QtCharts.QtCharts.QScatterSeries.type": (),
33141# class PySide2.QtCharts.QtCharts.QSplineSeries:
33142    "PySide2.QtCharts.QtCharts.QSplineSeries.__init__": ('PySide2.QtCore.QObject',),
33143    "PySide2.QtCharts.QtCharts.QSplineSeries.type": (),
33144# class PySide2.QtCharts.QtCharts.QStackedBarSeries:
33145    "PySide2.QtCharts.QtCharts.QStackedBarSeries.__init__": ('PySide2.QtCore.QObject',),
33146    "PySide2.QtCharts.QtCharts.QStackedBarSeries.type": (),
33147# class PySide2.QtCharts.QtCharts.QVBarModelMapper:
33148    "PySide2.QtCharts.QtCharts.QVBarModelMapper.__init__": ('PySide2.QtCore.QObject',),
33149    "PySide2.QtCharts.QtCharts.QVBarModelMapper.firstBarSetColumn": (),
33150    "PySide2.QtCharts.QtCharts.QVBarModelMapper.firstRow": (),
33151    "PySide2.QtCharts.QtCharts.QVBarModelMapper.lastBarSetColumn": (),
33152    "PySide2.QtCharts.QtCharts.QVBarModelMapper.model": (),
33153    "PySide2.QtCharts.QtCharts.QVBarModelMapper.rowCount": (),
33154    "PySide2.QtCharts.QtCharts.QVBarModelMapper.series": (),
33155    "PySide2.QtCharts.QtCharts.QVBarModelMapper.setFirstBarSetColumn": ('int',),
33156    "PySide2.QtCharts.QtCharts.QVBarModelMapper.setFirstRow": ('int',),
33157    "PySide2.QtCharts.QtCharts.QVBarModelMapper.setLastBarSetColumn": ('int',),
33158    "PySide2.QtCharts.QtCharts.QVBarModelMapper.setModel": ('PySide2.QtCore.QAbstractItemModel',),
33159    "PySide2.QtCharts.QtCharts.QVBarModelMapper.setRowCount": ('int',),
33160    "PySide2.QtCharts.QtCharts.QVBarModelMapper.setSeries": ('PySide2.QtCharts.QtCharts.QAbstractBarSeries',),
33161# class PySide2.QtCharts.QtCharts.QVBoxPlotModelMapper:
33162    "PySide2.QtCharts.QtCharts.QVBoxPlotModelMapper.__init__": ('PySide2.QtCore.QObject',),
33163    "PySide2.QtCharts.QtCharts.QVBoxPlotModelMapper.firstBoxSetColumn": (),
33164    "PySide2.QtCharts.QtCharts.QVBoxPlotModelMapper.firstRow": (),
33165    "PySide2.QtCharts.QtCharts.QVBoxPlotModelMapper.lastBoxSetColumn": (),
33166    "PySide2.QtCharts.QtCharts.QVBoxPlotModelMapper.model": (),
33167    "PySide2.QtCharts.QtCharts.QVBoxPlotModelMapper.rowCount": (),
33168    "PySide2.QtCharts.QtCharts.QVBoxPlotModelMapper.series": (),
33169    "PySide2.QtCharts.QtCharts.QVBoxPlotModelMapper.setFirstBoxSetColumn": ('int',),
33170    "PySide2.QtCharts.QtCharts.QVBoxPlotModelMapper.setFirstRow": ('int',),
33171    "PySide2.QtCharts.QtCharts.QVBoxPlotModelMapper.setLastBoxSetColumn": ('int',),
33172    "PySide2.QtCharts.QtCharts.QVBoxPlotModelMapper.setModel": ('PySide2.QtCore.QAbstractItemModel',),
33173    "PySide2.QtCharts.QtCharts.QVBoxPlotModelMapper.setRowCount": ('int',),
33174    "PySide2.QtCharts.QtCharts.QVBoxPlotModelMapper.setSeries": ('PySide2.QtCharts.QtCharts.QBoxPlotSeries',),
33175# class PySide2.QtCharts.QtCharts.QVCandlestickModelMapper:
33176    "PySide2.QtCharts.QtCharts.QVCandlestickModelMapper.__init__": ('PySide2.QtCore.QObject',),
33177    "PySide2.QtCharts.QtCharts.QVCandlestickModelMapper.closeRow": (),
33178    "PySide2.QtCharts.QtCharts.QVCandlestickModelMapper.firstSetColumn": (),
33179    "PySide2.QtCharts.QtCharts.QVCandlestickModelMapper.highRow": (),
33180    "PySide2.QtCharts.QtCharts.QVCandlestickModelMapper.lastSetColumn": (),
33181    "PySide2.QtCharts.QtCharts.QVCandlestickModelMapper.lowRow": (),
33182    "PySide2.QtCharts.QtCharts.QVCandlestickModelMapper.openRow": (),
33183    "PySide2.QtCharts.QtCharts.QVCandlestickModelMapper.orientation": (),
33184    "PySide2.QtCharts.QtCharts.QVCandlestickModelMapper.setCloseRow": ('int',),
33185    "PySide2.QtCharts.QtCharts.QVCandlestickModelMapper.setFirstSetColumn": ('int',),
33186    "PySide2.QtCharts.QtCharts.QVCandlestickModelMapper.setHighRow": ('int',),
33187    "PySide2.QtCharts.QtCharts.QVCandlestickModelMapper.setLastSetColumn": ('int',),
33188    "PySide2.QtCharts.QtCharts.QVCandlestickModelMapper.setLowRow": ('int',),
33189    "PySide2.QtCharts.QtCharts.QVCandlestickModelMapper.setOpenRow": ('int',),
33190    "PySide2.QtCharts.QtCharts.QVCandlestickModelMapper.setTimestampRow": ('int',),
33191    "PySide2.QtCharts.QtCharts.QVCandlestickModelMapper.timestampRow": (),
33192# class PySide2.QtCharts.QtCharts.QVPieModelMapper:
33193    "PySide2.QtCharts.QtCharts.QVPieModelMapper.__init__": ('PySide2.QtCore.QObject',),
33194    "PySide2.QtCharts.QtCharts.QVPieModelMapper.firstRow": (),
33195    "PySide2.QtCharts.QtCharts.QVPieModelMapper.labelsColumn": (),
33196    "PySide2.QtCharts.QtCharts.QVPieModelMapper.model": (),
33197    "PySide2.QtCharts.QtCharts.QVPieModelMapper.rowCount": (),
33198    "PySide2.QtCharts.QtCharts.QVPieModelMapper.series": (),
33199    "PySide2.QtCharts.QtCharts.QVPieModelMapper.setFirstRow": ('int',),
33200    "PySide2.QtCharts.QtCharts.QVPieModelMapper.setLabelsColumn": ('int',),
33201    "PySide2.QtCharts.QtCharts.QVPieModelMapper.setModel": ('PySide2.QtCore.QAbstractItemModel',),
33202    "PySide2.QtCharts.QtCharts.QVPieModelMapper.setRowCount": ('int',),
33203    "PySide2.QtCharts.QtCharts.QVPieModelMapper.setSeries": ('PySide2.QtCharts.QtCharts.QPieSeries',),
33204    "PySide2.QtCharts.QtCharts.QVPieModelMapper.setValuesColumn": ('int',),
33205    "PySide2.QtCharts.QtCharts.QVPieModelMapper.valuesColumn": (),
33206# class PySide2.QtCharts.QtCharts.QVXYModelMapper:
33207    "PySide2.QtCharts.QtCharts.QVXYModelMapper.__init__": ('PySide2.QtCore.QObject',),
33208    "PySide2.QtCharts.QtCharts.QVXYModelMapper.firstRow": (),
33209    "PySide2.QtCharts.QtCharts.QVXYModelMapper.model": (),
33210    "PySide2.QtCharts.QtCharts.QVXYModelMapper.rowCount": (),
33211    "PySide2.QtCharts.QtCharts.QVXYModelMapper.series": (),
33212    "PySide2.QtCharts.QtCharts.QVXYModelMapper.setFirstRow": ('int',),
33213    "PySide2.QtCharts.QtCharts.QVXYModelMapper.setModel": ('PySide2.QtCore.QAbstractItemModel',),
33214    "PySide2.QtCharts.QtCharts.QVXYModelMapper.setRowCount": ('int',),
33215    "PySide2.QtCharts.QtCharts.QVXYModelMapper.setSeries": ('PySide2.QtCharts.QtCharts.QXYSeries',),
33216    "PySide2.QtCharts.QtCharts.QVXYModelMapper.setXColumn": ('int',),
33217    "PySide2.QtCharts.QtCharts.QVXYModelMapper.setYColumn": ('int',),
33218    "PySide2.QtCharts.QtCharts.QVXYModelMapper.xColumn": (),
33219    "PySide2.QtCharts.QtCharts.QVXYModelMapper.yColumn": (),
33220# class PySide2.QtCharts.QtCharts.QValueAxis:
33221    "PySide2.QtCharts.QtCharts.QValueAxis.__init__": ('PySide2.QtCore.QObject',),
33222    "PySide2.QtCharts.QtCharts.QValueAxis.applyNiceNumbers": (),
33223    "PySide2.QtCharts.QtCharts.QValueAxis.labelFormat": (),
33224    "PySide2.QtCharts.QtCharts.QValueAxis.max": (),
33225    "PySide2.QtCharts.QtCharts.QValueAxis.min": (),
33226    "PySide2.QtCharts.QtCharts.QValueAxis.minorTickCount": (),
33227    "PySide2.QtCharts.QtCharts.QValueAxis.setLabelFormat": ('str',),
33228    "PySide2.QtCharts.QtCharts.QValueAxis.setMax": [('float',), ('typing.Any',)],
33229    "PySide2.QtCharts.QtCharts.QValueAxis.setMin": [('float',), ('typing.Any',)],
33230    "PySide2.QtCharts.QtCharts.QValueAxis.setMinorTickCount": ('int',),
33231    "PySide2.QtCharts.QtCharts.QValueAxis.setRange": [('float', 'float'), ('typing.Any', 'typing.Any')],
33232    "PySide2.QtCharts.QtCharts.QValueAxis.setTickAnchor": ('float',),
33233    "PySide2.QtCharts.QtCharts.QValueAxis.setTickCount": ('int',),
33234    "PySide2.QtCharts.QtCharts.QValueAxis.setTickInterval": ('float',),
33235    "PySide2.QtCharts.QtCharts.QValueAxis.tickAnchor": (),
33236    "PySide2.QtCharts.QtCharts.QValueAxis.tickCount": (),
33237    "PySide2.QtCharts.QtCharts.QValueAxis.tickInterval": (),
33238    "PySide2.QtCharts.QtCharts.QValueAxis.type": (),
33239# class PySide2.QtCharts.QtCharts.QXYLegendMarker:
33240    "PySide2.QtCharts.QtCharts.QXYLegendMarker.__init__": ('PySide2.QtCharts.QtCharts.QXYSeries', 'PySide2.QtCharts.QtCharts.QLegend', 'PySide2.QtCore.QObject'),
33241    "PySide2.QtCharts.QtCharts.QXYLegendMarker.series": (),
33242    "PySide2.QtCharts.QtCharts.QXYLegendMarker.type": (),
33243# class PySide2.QtCharts.QtCharts.QXYModelMapper:
33244    "PySide2.QtCharts.QtCharts.QXYModelMapper.__init__": ('PySide2.QtCore.QObject',),
33245    "PySide2.QtCharts.QtCharts.QXYModelMapper.count": (),
33246    "PySide2.QtCharts.QtCharts.QXYModelMapper.first": (),
33247    "PySide2.QtCharts.QtCharts.QXYModelMapper.model": (),
33248    "PySide2.QtCharts.QtCharts.QXYModelMapper.orientation": (),
33249    "PySide2.QtCharts.QtCharts.QXYModelMapper.series": (),
33250    "PySide2.QtCharts.QtCharts.QXYModelMapper.setCount": ('int',),
33251    "PySide2.QtCharts.QtCharts.QXYModelMapper.setFirst": ('int',),
33252    "PySide2.QtCharts.QtCharts.QXYModelMapper.setModel": ('PySide2.QtCore.QAbstractItemModel',),
33253    "PySide2.QtCharts.QtCharts.QXYModelMapper.setOrientation": ('PySide2.QtCore.Qt.Orientation',),
33254    "PySide2.QtCharts.QtCharts.QXYModelMapper.setSeries": ('PySide2.QtCharts.QtCharts.QXYSeries',),
33255    "PySide2.QtCharts.QtCharts.QXYModelMapper.setXSection": ('int',),
33256    "PySide2.QtCharts.QtCharts.QXYModelMapper.setYSection": ('int',),
33257    "PySide2.QtCharts.QtCharts.QXYModelMapper.xSection": (),
33258    "PySide2.QtCharts.QtCharts.QXYModelMapper.ySection": (),
33259# class PySide2.QtCharts.QtCharts.QXYSeries:
33260    "PySide2.QtCharts.QtCharts.QXYSeries.__lshift__": [('PySide2.QtCore.QPointF',), ('typing.Sequence[PySide2.QtCore.QPointF]',)],
33261    "PySide2.QtCharts.QtCharts.QXYSeries.append": [('PySide2.QtCore.QPointF',), ('float', 'float'), ('typing.Sequence[PySide2.QtCore.QPointF]',)],
33262    "PySide2.QtCharts.QtCharts.QXYSeries.at": ('int',),
33263    "PySide2.QtCharts.QtCharts.QXYSeries.brush": (),
33264    "PySide2.QtCharts.QtCharts.QXYSeries.clear": (),
33265    "PySide2.QtCharts.QtCharts.QXYSeries.color": (),
33266    "PySide2.QtCharts.QtCharts.QXYSeries.count": (),
33267    "PySide2.QtCharts.QtCharts.QXYSeries.insert": ('int', 'PySide2.QtCore.QPointF'),
33268    "PySide2.QtCharts.QtCharts.QXYSeries.pen": (),
33269    "PySide2.QtCharts.QtCharts.QXYSeries.pointLabelsClipping": (),
33270    "PySide2.QtCharts.QtCharts.QXYSeries.pointLabelsColor": (),
33271    "PySide2.QtCharts.QtCharts.QXYSeries.pointLabelsFont": (),
33272    "PySide2.QtCharts.QtCharts.QXYSeries.pointLabelsFormat": (),
33273    "PySide2.QtCharts.QtCharts.QXYSeries.pointLabelsVisible": (),
33274    "PySide2.QtCharts.QtCharts.QXYSeries.points": (),
33275    "PySide2.QtCharts.QtCharts.QXYSeries.pointsVector": (),
33276    "PySide2.QtCharts.QtCharts.QXYSeries.pointsVisible": (),
33277    "PySide2.QtCharts.QtCharts.QXYSeries.remove": [('PySide2.QtCore.QPointF',), ('float', 'float'), ('int',)],
33278    "PySide2.QtCharts.QtCharts.QXYSeries.removePoints": ('int', 'int'),
33279    "PySide2.QtCharts.QtCharts.QXYSeries.replace": [('PySide2.QtCore.QPointF', 'PySide2.QtCore.QPointF'), ('float', 'float', 'float', 'float'), ('int', 'PySide2.QtCore.QPointF'), ('int', 'float', 'float'), ('typing.List[PySide2.QtCore.QPointF]',), ('typing.Sequence[PySide2.QtCore.QPointF]',)],
33280    "PySide2.QtCharts.QtCharts.QXYSeries.setBrush": ('PySide2.QtGui.QBrush',),
33281    "PySide2.QtCharts.QtCharts.QXYSeries.setColor": ('PySide2.QtGui.QColor',),
33282    "PySide2.QtCharts.QtCharts.QXYSeries.setPen": ('PySide2.QtGui.QPen',),
33283    "PySide2.QtCharts.QtCharts.QXYSeries.setPointLabelsClipping": ('bool',),
33284    "PySide2.QtCharts.QtCharts.QXYSeries.setPointLabelsColor": ('PySide2.QtGui.QColor',),
33285    "PySide2.QtCharts.QtCharts.QXYSeries.setPointLabelsFont": ('PySide2.QtGui.QFont',),
33286    "PySide2.QtCharts.QtCharts.QXYSeries.setPointLabelsFormat": ('str',),
33287    "PySide2.QtCharts.QtCharts.QXYSeries.setPointLabelsVisible": ('bool',),
33288    "PySide2.QtCharts.QtCharts.QXYSeries.setPointsVisible": ('bool',),
33289    }) if "PySide2.QtCharts" in sys.modules else None
33290# Module PySide2.QtSvg
33291sig_dict.update({
33292# class PySide2.QtSvg.QGraphicsSvgItem:
33293    "PySide2.QtSvg.QGraphicsSvgItem.__init__": [('PySide2.QtWidgets.QGraphicsItem',), ('str', 'PySide2.QtWidgets.QGraphicsItem')],
33294    "PySide2.QtSvg.QGraphicsSvgItem.boundingRect": (),
33295    "PySide2.QtSvg.QGraphicsSvgItem.elementId": (),
33296    "PySide2.QtSvg.QGraphicsSvgItem.isCachingEnabled": (),
33297    "PySide2.QtSvg.QGraphicsSvgItem.maximumCacheSize": (),
33298    "PySide2.QtSvg.QGraphicsSvgItem.paint": ('PySide2.QtGui.QPainter', 'PySide2.QtWidgets.QStyleOptionGraphicsItem', 'PySide2.QtWidgets.QWidget'),
33299    "PySide2.QtSvg.QGraphicsSvgItem.renderer": (),
33300    "PySide2.QtSvg.QGraphicsSvgItem.setCachingEnabled": ('bool',),
33301    "PySide2.QtSvg.QGraphicsSvgItem.setElementId": ('str',),
33302    "PySide2.QtSvg.QGraphicsSvgItem.setMaximumCacheSize": ('PySide2.QtCore.QSize',),
33303    "PySide2.QtSvg.QGraphicsSvgItem.setSharedRenderer": ('PySide2.QtSvg.QSvgRenderer',),
33304    "PySide2.QtSvg.QGraphicsSvgItem.type": (),
33305# class PySide2.QtSvg.QSvgGenerator:
33306    "PySide2.QtSvg.QSvgGenerator.__init__": (),
33307    "PySide2.QtSvg.QSvgGenerator.description": (),
33308    "PySide2.QtSvg.QSvgGenerator.fileName": (),
33309    "PySide2.QtSvg.QSvgGenerator.metric": ('PySide2.QtGui.QPaintDevice.PaintDeviceMetric',),
33310    "PySide2.QtSvg.QSvgGenerator.outputDevice": (),
33311    "PySide2.QtSvg.QSvgGenerator.paintEngine": (),
33312    "PySide2.QtSvg.QSvgGenerator.resolution": (),
33313    "PySide2.QtSvg.QSvgGenerator.setDescription": ('str',),
33314    "PySide2.QtSvg.QSvgGenerator.setFileName": ('str',),
33315    "PySide2.QtSvg.QSvgGenerator.setOutputDevice": ('PySide2.QtCore.QIODevice',),
33316    "PySide2.QtSvg.QSvgGenerator.setResolution": ('int',),
33317    "PySide2.QtSvg.QSvgGenerator.setSize": ('PySide2.QtCore.QSize',),
33318    "PySide2.QtSvg.QSvgGenerator.setTitle": ('str',),
33319    "PySide2.QtSvg.QSvgGenerator.setViewBox": [('PySide2.QtCore.QRect',), ('PySide2.QtCore.QRectF',)],
33320    "PySide2.QtSvg.QSvgGenerator.size": (),
33321    "PySide2.QtSvg.QSvgGenerator.title": (),
33322    "PySide2.QtSvg.QSvgGenerator.viewBox": (),
33323    "PySide2.QtSvg.QSvgGenerator.viewBoxF": (),
33324# class PySide2.QtSvg.QSvgRenderer:
33325    "PySide2.QtSvg.QSvgRenderer.__init__": [('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QObject'), ('PySide2.QtCore.QObject',), ('PySide2.QtCore.QXmlStreamReader', 'PySide2.QtCore.QObject'), ('str', 'PySide2.QtCore.QObject')],
33326    "PySide2.QtSvg.QSvgRenderer.animated": (),
33327    "PySide2.QtSvg.QSvgRenderer.animationDuration": (),
33328    "PySide2.QtSvg.QSvgRenderer.boundsOnElement": ('str',),
33329    "PySide2.QtSvg.QSvgRenderer.currentFrame": (),
33330    "PySide2.QtSvg.QSvgRenderer.defaultSize": (),
33331    "PySide2.QtSvg.QSvgRenderer.elementExists": ('str',),
33332    "PySide2.QtSvg.QSvgRenderer.framesPerSecond": (),
33333    "PySide2.QtSvg.QSvgRenderer.isValid": (),
33334    "PySide2.QtSvg.QSvgRenderer.load": [('PySide2.QtCore.QByteArray',), ('PySide2.QtCore.QXmlStreamReader',), ('str',)],
33335    "PySide2.QtSvg.QSvgRenderer.matrixForElement": ('str',),
33336    "PySide2.QtSvg.QSvgRenderer.render": [('PySide2.QtGui.QPainter',), ('PySide2.QtGui.QPainter', 'PySide2.QtCore.QRectF'), ('PySide2.QtGui.QPainter', 'str', 'PySide2.QtCore.QRectF')],
33337    "PySide2.QtSvg.QSvgRenderer.setCurrentFrame": ('int',),
33338    "PySide2.QtSvg.QSvgRenderer.setFramesPerSecond": ('int',),
33339    "PySide2.QtSvg.QSvgRenderer.setViewBox": [('PySide2.QtCore.QRect',), ('PySide2.QtCore.QRectF',)],
33340    "PySide2.QtSvg.QSvgRenderer.viewBox": (),
33341    "PySide2.QtSvg.QSvgRenderer.viewBoxF": (),
33342# class PySide2.QtSvg.QSvgWidget:
33343    "PySide2.QtSvg.QSvgWidget.__init__": [('PySide2.QtWidgets.QWidget',), ('str', 'PySide2.QtWidgets.QWidget')],
33344    "PySide2.QtSvg.QSvgWidget.load": [('PySide2.QtCore.QByteArray',), ('str',)],
33345    "PySide2.QtSvg.QSvgWidget.paintEvent": ('PySide2.QtGui.QPaintEvent',),
33346    "PySide2.QtSvg.QSvgWidget.renderer": (),
33347    "PySide2.QtSvg.QSvgWidget.sizeHint": (),
33348    }) if "PySide2.QtSvg" in sys.modules else None
33349# Module PySide2.QtDataVisualization
33350sig_dict.update({
33351# class PySide2.QtDataVisualization.QtDataVisualization:
33352# class PySide2.QtDataVisualization.QtDataVisualization.Q3DBars:
33353    "PySide2.QtDataVisualization.QtDataVisualization.Q3DBars.__init__": ('PySide2.QtGui.QSurfaceFormat', 'PySide2.QtGui.QWindow'),
33354    "PySide2.QtDataVisualization.QtDataVisualization.Q3DBars.addAxis": ('PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DAxis',),
33355    "PySide2.QtDataVisualization.QtDataVisualization.Q3DBars.addSeries": ('PySide2.QtDataVisualization.QtDataVisualization.QBar3DSeries',),
33356    "PySide2.QtDataVisualization.QtDataVisualization.Q3DBars.axes": (),
33357    "PySide2.QtDataVisualization.QtDataVisualization.Q3DBars.barSpacing": (),
33358    "PySide2.QtDataVisualization.QtDataVisualization.Q3DBars.barThickness": (),
33359    "PySide2.QtDataVisualization.QtDataVisualization.Q3DBars.columnAxis": (),
33360    "PySide2.QtDataVisualization.QtDataVisualization.Q3DBars.floorLevel": (),
33361    "PySide2.QtDataVisualization.QtDataVisualization.Q3DBars.insertSeries": ('int', 'PySide2.QtDataVisualization.QtDataVisualization.QBar3DSeries'),
33362    "PySide2.QtDataVisualization.QtDataVisualization.Q3DBars.isBarSpacingRelative": (),
33363    "PySide2.QtDataVisualization.QtDataVisualization.Q3DBars.isMultiSeriesUniform": (),
33364    "PySide2.QtDataVisualization.QtDataVisualization.Q3DBars.primarySeries": (),
33365    "PySide2.QtDataVisualization.QtDataVisualization.Q3DBars.releaseAxis": ('PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DAxis',),
33366    "PySide2.QtDataVisualization.QtDataVisualization.Q3DBars.removeSeries": ('PySide2.QtDataVisualization.QtDataVisualization.QBar3DSeries',),
33367    "PySide2.QtDataVisualization.QtDataVisualization.Q3DBars.rowAxis": (),
33368    "PySide2.QtDataVisualization.QtDataVisualization.Q3DBars.selectedSeries": (),
33369    "PySide2.QtDataVisualization.QtDataVisualization.Q3DBars.seriesList": (),
33370    "PySide2.QtDataVisualization.QtDataVisualization.Q3DBars.setBarSpacing": ('PySide2.QtCore.QSizeF',),
33371    "PySide2.QtDataVisualization.QtDataVisualization.Q3DBars.setBarSpacingRelative": ('bool',),
33372    "PySide2.QtDataVisualization.QtDataVisualization.Q3DBars.setBarThickness": ('float',),
33373    "PySide2.QtDataVisualization.QtDataVisualization.Q3DBars.setColumnAxis": ('PySide2.QtDataVisualization.QtDataVisualization.QCategory3DAxis',),
33374    "PySide2.QtDataVisualization.QtDataVisualization.Q3DBars.setFloorLevel": ('float',),
33375    "PySide2.QtDataVisualization.QtDataVisualization.Q3DBars.setMultiSeriesUniform": ('bool',),
33376    "PySide2.QtDataVisualization.QtDataVisualization.Q3DBars.setPrimarySeries": ('PySide2.QtDataVisualization.QtDataVisualization.QBar3DSeries',),
33377    "PySide2.QtDataVisualization.QtDataVisualization.Q3DBars.setRowAxis": ('PySide2.QtDataVisualization.QtDataVisualization.QCategory3DAxis',),
33378    "PySide2.QtDataVisualization.QtDataVisualization.Q3DBars.setValueAxis": ('PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxis',),
33379    "PySide2.QtDataVisualization.QtDataVisualization.Q3DBars.valueAxis": (),
33380# class PySide2.QtDataVisualization.QtDataVisualization.Q3DCamera:
33381# class PySide2.QtDataVisualization.QtDataVisualization.Q3DCamera.CameraPreset:
33382    "PySide2.QtDataVisualization.QtDataVisualization.Q3DCamera.__init__": ('PySide2.QtCore.QObject',),
33383    "PySide2.QtDataVisualization.QtDataVisualization.Q3DCamera.cameraPreset": (),
33384    "PySide2.QtDataVisualization.QtDataVisualization.Q3DCamera.copyValuesFrom": ('PySide2.QtDataVisualization.QtDataVisualization.Q3DObject',),
33385    "PySide2.QtDataVisualization.QtDataVisualization.Q3DCamera.maxZoomLevel": (),
33386    "PySide2.QtDataVisualization.QtDataVisualization.Q3DCamera.minZoomLevel": (),
33387    "PySide2.QtDataVisualization.QtDataVisualization.Q3DCamera.setCameraPosition": ('float', 'float', 'float'),
33388    "PySide2.QtDataVisualization.QtDataVisualization.Q3DCamera.setCameraPreset": ('PySide2.QtDataVisualization.QtDataVisualization.Q3DCamera.CameraPreset',),
33389    "PySide2.QtDataVisualization.QtDataVisualization.Q3DCamera.setMaxZoomLevel": ('float',),
33390    "PySide2.QtDataVisualization.QtDataVisualization.Q3DCamera.setMinZoomLevel": ('float',),
33391    "PySide2.QtDataVisualization.QtDataVisualization.Q3DCamera.setTarget": ('PySide2.QtGui.QVector3D',),
33392    "PySide2.QtDataVisualization.QtDataVisualization.Q3DCamera.setWrapXRotation": ('bool',),
33393    "PySide2.QtDataVisualization.QtDataVisualization.Q3DCamera.setWrapYRotation": ('bool',),
33394    "PySide2.QtDataVisualization.QtDataVisualization.Q3DCamera.setXRotation": ('float',),
33395    "PySide2.QtDataVisualization.QtDataVisualization.Q3DCamera.setYRotation": ('float',),
33396    "PySide2.QtDataVisualization.QtDataVisualization.Q3DCamera.setZoomLevel": ('float',),
33397    "PySide2.QtDataVisualization.QtDataVisualization.Q3DCamera.target": (),
33398    "PySide2.QtDataVisualization.QtDataVisualization.Q3DCamera.wrapXRotation": (),
33399    "PySide2.QtDataVisualization.QtDataVisualization.Q3DCamera.wrapYRotation": (),
33400    "PySide2.QtDataVisualization.QtDataVisualization.Q3DCamera.xRotation": (),
33401    "PySide2.QtDataVisualization.QtDataVisualization.Q3DCamera.yRotation": (),
33402    "PySide2.QtDataVisualization.QtDataVisualization.Q3DCamera.zoomLevel": (),
33403# class PySide2.QtDataVisualization.QtDataVisualization.Q3DInputHandler:
33404    "PySide2.QtDataVisualization.QtDataVisualization.Q3DInputHandler.__init__": ('PySide2.QtCore.QObject',),
33405    "PySide2.QtDataVisualization.QtDataVisualization.Q3DInputHandler.isRotationEnabled": (),
33406    "PySide2.QtDataVisualization.QtDataVisualization.Q3DInputHandler.isSelectionEnabled": (),
33407    "PySide2.QtDataVisualization.QtDataVisualization.Q3DInputHandler.isZoomAtTargetEnabled": (),
33408    "PySide2.QtDataVisualization.QtDataVisualization.Q3DInputHandler.isZoomEnabled": (),
33409    "PySide2.QtDataVisualization.QtDataVisualization.Q3DInputHandler.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent', 'PySide2.QtCore.QPoint'),
33410    "PySide2.QtDataVisualization.QtDataVisualization.Q3DInputHandler.mousePressEvent": ('PySide2.QtGui.QMouseEvent', 'PySide2.QtCore.QPoint'),
33411    "PySide2.QtDataVisualization.QtDataVisualization.Q3DInputHandler.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent', 'PySide2.QtCore.QPoint'),
33412    "PySide2.QtDataVisualization.QtDataVisualization.Q3DInputHandler.setRotationEnabled": ('bool',),
33413    "PySide2.QtDataVisualization.QtDataVisualization.Q3DInputHandler.setSelectionEnabled": ('bool',),
33414    "PySide2.QtDataVisualization.QtDataVisualization.Q3DInputHandler.setZoomAtTargetEnabled": ('bool',),
33415    "PySide2.QtDataVisualization.QtDataVisualization.Q3DInputHandler.setZoomEnabled": ('bool',),
33416    "PySide2.QtDataVisualization.QtDataVisualization.Q3DInputHandler.wheelEvent": ('PySide2.QtGui.QWheelEvent',),
33417# class PySide2.QtDataVisualization.QtDataVisualization.Q3DLight:
33418    "PySide2.QtDataVisualization.QtDataVisualization.Q3DLight.__init__": ('PySide2.QtCore.QObject',),
33419    "PySide2.QtDataVisualization.QtDataVisualization.Q3DLight.isAutoPosition": (),
33420    "PySide2.QtDataVisualization.QtDataVisualization.Q3DLight.setAutoPosition": ('bool',),
33421# class PySide2.QtDataVisualization.QtDataVisualization.Q3DObject:
33422    "PySide2.QtDataVisualization.QtDataVisualization.Q3DObject.__init__": ('PySide2.QtCore.QObject',),
33423    "PySide2.QtDataVisualization.QtDataVisualization.Q3DObject.copyValuesFrom": ('PySide2.QtDataVisualization.QtDataVisualization.Q3DObject',),
33424    "PySide2.QtDataVisualization.QtDataVisualization.Q3DObject.isDirty": (),
33425    "PySide2.QtDataVisualization.QtDataVisualization.Q3DObject.parentScene": (),
33426    "PySide2.QtDataVisualization.QtDataVisualization.Q3DObject.position": (),
33427    "PySide2.QtDataVisualization.QtDataVisualization.Q3DObject.setDirty": ('bool',),
33428    "PySide2.QtDataVisualization.QtDataVisualization.Q3DObject.setPosition": ('PySide2.QtGui.QVector3D',),
33429# class PySide2.QtDataVisualization.QtDataVisualization.Q3DScatter:
33430    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScatter.__init__": ('PySide2.QtGui.QSurfaceFormat', 'PySide2.QtGui.QWindow'),
33431    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScatter.addAxis": ('PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxis',),
33432    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScatter.addSeries": ('PySide2.QtDataVisualization.QtDataVisualization.QScatter3DSeries',),
33433    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScatter.axes": (),
33434    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScatter.axisX": (),
33435    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScatter.axisY": (),
33436    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScatter.axisZ": (),
33437    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScatter.releaseAxis": ('PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxis',),
33438    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScatter.removeSeries": ('PySide2.QtDataVisualization.QtDataVisualization.QScatter3DSeries',),
33439    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScatter.selectedSeries": (),
33440    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScatter.seriesList": (),
33441    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScatter.setAxisX": ('PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxis',),
33442    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScatter.setAxisY": ('PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxis',),
33443    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScatter.setAxisZ": ('PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxis',),
33444# class PySide2.QtDataVisualization.QtDataVisualization.Q3DScene:
33445    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScene.__init__": ('PySide2.QtCore.QObject',),
33446    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScene.activeCamera": (),
33447    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScene.activeLight": (),
33448    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScene.devicePixelRatio": (),
33449    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScene.graphPositionQuery": (),
33450    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScene.invalidSelectionPoint": (),
33451    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScene.isPointInPrimarySubView": ('PySide2.QtCore.QPoint',),
33452    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScene.isPointInSecondarySubView": ('PySide2.QtCore.QPoint',),
33453    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScene.isSecondarySubviewOnTop": (),
33454    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScene.isSlicingActive": (),
33455    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScene.primarySubViewport": (),
33456    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScene.secondarySubViewport": (),
33457    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScene.selectionQueryPosition": (),
33458    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScene.setActiveCamera": ('PySide2.QtDataVisualization.QtDataVisualization.Q3DCamera',),
33459    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScene.setActiveLight": ('PySide2.QtDataVisualization.QtDataVisualization.Q3DLight',),
33460    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScene.setDevicePixelRatio": ('float',),
33461    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScene.setGraphPositionQuery": ('PySide2.QtCore.QPoint',),
33462    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScene.setPrimarySubViewport": ('PySide2.QtCore.QRect',),
33463    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScene.setSecondarySubViewport": ('PySide2.QtCore.QRect',),
33464    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScene.setSecondarySubviewOnTop": ('bool',),
33465    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScene.setSelectionQueryPosition": ('PySide2.QtCore.QPoint',),
33466    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScene.setSlicingActive": ('bool',),
33467    "PySide2.QtDataVisualization.QtDataVisualization.Q3DScene.viewport": (),
33468# class PySide2.QtDataVisualization.QtDataVisualization.Q3DSurface:
33469    "PySide2.QtDataVisualization.QtDataVisualization.Q3DSurface.__init__": ('PySide2.QtGui.QSurfaceFormat', 'PySide2.QtGui.QWindow'),
33470    "PySide2.QtDataVisualization.QtDataVisualization.Q3DSurface.addAxis": ('PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxis',),
33471    "PySide2.QtDataVisualization.QtDataVisualization.Q3DSurface.addSeries": ('PySide2.QtDataVisualization.QtDataVisualization.QSurface3DSeries',),
33472    "PySide2.QtDataVisualization.QtDataVisualization.Q3DSurface.axes": (),
33473    "PySide2.QtDataVisualization.QtDataVisualization.Q3DSurface.axisX": (),
33474    "PySide2.QtDataVisualization.QtDataVisualization.Q3DSurface.axisY": (),
33475    "PySide2.QtDataVisualization.QtDataVisualization.Q3DSurface.axisZ": (),
33476    "PySide2.QtDataVisualization.QtDataVisualization.Q3DSurface.flipHorizontalGrid": (),
33477    "PySide2.QtDataVisualization.QtDataVisualization.Q3DSurface.releaseAxis": ('PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxis',),
33478    "PySide2.QtDataVisualization.QtDataVisualization.Q3DSurface.removeSeries": ('PySide2.QtDataVisualization.QtDataVisualization.QSurface3DSeries',),
33479    "PySide2.QtDataVisualization.QtDataVisualization.Q3DSurface.selectedSeries": (),
33480    "PySide2.QtDataVisualization.QtDataVisualization.Q3DSurface.seriesList": (),
33481    "PySide2.QtDataVisualization.QtDataVisualization.Q3DSurface.setAxisX": ('PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxis',),
33482    "PySide2.QtDataVisualization.QtDataVisualization.Q3DSurface.setAxisY": ('PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxis',),
33483    "PySide2.QtDataVisualization.QtDataVisualization.Q3DSurface.setAxisZ": ('PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxis',),
33484    "PySide2.QtDataVisualization.QtDataVisualization.Q3DSurface.setFlipHorizontalGrid": ('bool',),
33485# class PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme:
33486# class PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.ColorStyle:
33487# class PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.Theme:
33488    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.__init__": [('PySide2.QtCore.QObject',), ('PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.Theme', 'PySide2.QtCore.QObject')],
33489    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.ambientLightStrength": (),
33490    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.backgroundColor": (),
33491    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.baseColors": (),
33492    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.baseGradients": (),
33493    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.colorStyle": (),
33494    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.font": (),
33495    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.gridLineColor": (),
33496    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.highlightLightStrength": (),
33497    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.isBackgroundEnabled": (),
33498    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.isGridEnabled": (),
33499    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.isLabelBackgroundEnabled": (),
33500    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.isLabelBorderEnabled": (),
33501    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.labelBackgroundColor": (),
33502    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.labelTextColor": (),
33503    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.lightColor": (),
33504    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.lightStrength": (),
33505    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.multiHighlightColor": (),
33506    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.multiHighlightGradient": (),
33507    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.setAmbientLightStrength": ('float',),
33508    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.setBackgroundColor": ('PySide2.QtGui.QColor',),
33509    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.setBackgroundEnabled": ('bool',),
33510    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.setBaseColors": ('typing.Sequence[PySide2.QtGui.QColor]',),
33511    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.setBaseGradients": ('typing.Sequence[PySide2.QtGui.QLinearGradient]',),
33512    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.setColorStyle": ('PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.ColorStyle',),
33513    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.setFont": ('PySide2.QtGui.QFont',),
33514    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.setGridEnabled": ('bool',),
33515    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.setGridLineColor": ('PySide2.QtGui.QColor',),
33516    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.setHighlightLightStrength": ('float',),
33517    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.setLabelBackgroundColor": ('PySide2.QtGui.QColor',),
33518    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.setLabelBackgroundEnabled": ('bool',),
33519    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.setLabelBorderEnabled": ('bool',),
33520    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.setLabelTextColor": ('PySide2.QtGui.QColor',),
33521    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.setLightColor": ('PySide2.QtGui.QColor',),
33522    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.setLightStrength": ('float',),
33523    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.setMultiHighlightColor": ('PySide2.QtGui.QColor',),
33524    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.setMultiHighlightGradient": ('PySide2.QtGui.QLinearGradient',),
33525    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.setSingleHighlightColor": ('PySide2.QtGui.QColor',),
33526    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.setSingleHighlightGradient": ('PySide2.QtGui.QLinearGradient',),
33527    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.setType": ('PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.Theme',),
33528    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.setWindowColor": ('PySide2.QtGui.QColor',),
33529    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.singleHighlightColor": (),
33530    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.singleHighlightGradient": (),
33531    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.type": (),
33532    "PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.windowColor": (),
33533# class PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DAxis:
33534# class PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DAxis.AxisOrientation:
33535# class PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DAxis.AxisType:
33536    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DAxis.isAutoAdjustRange": (),
33537    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DAxis.isTitleFixed": (),
33538    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DAxis.isTitleVisible": (),
33539    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DAxis.labelAutoRotation": (),
33540    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DAxis.labels": (),
33541    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DAxis.max": (),
33542    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DAxis.min": (),
33543    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DAxis.orientation": (),
33544    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DAxis.setAutoAdjustRange": ('bool',),
33545    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DAxis.setLabelAutoRotation": ('float',),
33546    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DAxis.setLabels": ('typing.Sequence[str]',),
33547    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DAxis.setMax": ('float',),
33548    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DAxis.setMin": ('float',),
33549    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DAxis.setRange": ('float', 'float'),
33550    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DAxis.setTitle": ('str',),
33551    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DAxis.setTitleFixed": ('bool',),
33552    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DAxis.setTitleVisible": ('bool',),
33553    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DAxis.title": (),
33554    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DAxis.type": (),
33555# class PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph:
33556# class PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.ElementType:
33557# class PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.OptimizationHint:
33558# class PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.OptimizationHints:
33559# class PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.SelectionFlag:
33560# class PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.SelectionFlags:
33561# class PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.ShadowQuality:
33562    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.activeInputHandler": (),
33563    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.activeTheme": (),
33564    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.addCustomItem": ('PySide2.QtDataVisualization.QtDataVisualization.QCustom3DItem',),
33565    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.addInputHandler": ('PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DInputHandler',),
33566    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.addTheme": ('PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme',),
33567    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.aspectRatio": (),
33568    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.clearSelection": (),
33569    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.currentFps": (),
33570    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.customItems": (),
33571    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.event": ('PySide2.QtCore.QEvent',),
33572    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.exposeEvent": ('PySide2.QtGui.QExposeEvent',),
33573    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.hasContext": (),
33574    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.horizontalAspectRatio": (),
33575    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.inputHandlers": (),
33576    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.isOrthoProjection": (),
33577    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.isPolar": (),
33578    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.isReflection": (),
33579    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.locale": (),
33580    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.margin": (),
33581    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.measureFps": (),
33582    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.mouseDoubleClickEvent": ('PySide2.QtGui.QMouseEvent',),
33583    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent',),
33584    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.mousePressEvent": ('PySide2.QtGui.QMouseEvent',),
33585    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent',),
33586    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.optimizationHints": (),
33587    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.queriedGraphPosition": (),
33588    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.radialLabelOffset": (),
33589    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.reflectivity": (),
33590    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.releaseCustomItem": ('PySide2.QtDataVisualization.QtDataVisualization.QCustom3DItem',),
33591    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.releaseInputHandler": ('PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DInputHandler',),
33592    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.releaseTheme": ('PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme',),
33593    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.removeCustomItem": ('PySide2.QtDataVisualization.QtDataVisualization.QCustom3DItem',),
33594    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.removeCustomItemAt": ('PySide2.QtGui.QVector3D',),
33595    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.removeCustomItems": (),
33596    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.renderToImage": ('int', 'PySide2.QtCore.QSize'),
33597    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
33598    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.scene": (),
33599    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.selectedAxis": (),
33600    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.selectedCustomItem": (),
33601    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.selectedCustomItemIndex": (),
33602    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.selectedElement": (),
33603    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.selectedLabelIndex": (),
33604    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.selectionMode": (),
33605    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.setActiveInputHandler": ('PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DInputHandler',),
33606    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.setActiveTheme": ('PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme',),
33607    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.setAspectRatio": ('float',),
33608    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.setHorizontalAspectRatio": ('float',),
33609    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.setLocale": ('PySide2.QtCore.QLocale',),
33610    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.setMargin": ('float',),
33611    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.setMeasureFps": ('bool',),
33612    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.setOptimizationHints": ('PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.OptimizationHints',),
33613    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.setOrthoProjection": ('bool',),
33614    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.setPolar": ('bool',),
33615    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.setRadialLabelOffset": ('float',),
33616    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.setReflection": ('bool',),
33617    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.setReflectivity": ('float',),
33618    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.setSelectionMode": ('PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.SelectionFlags',),
33619    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.setShadowQuality": ('PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.ShadowQuality',),
33620    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.shadowQuality": (),
33621    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.shadowsSupported": (),
33622    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.themes": (),
33623    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.touchEvent": ('PySide2.QtGui.QTouchEvent',),
33624    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DGraph.wheelEvent": ('PySide2.QtGui.QWheelEvent',),
33625# class PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DInputHandler:
33626# class PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DInputHandler.InputView:
33627    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DInputHandler.__init__": ('PySide2.QtCore.QObject',),
33628    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DInputHandler.inputPosition": (),
33629    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DInputHandler.inputView": (),
33630    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DInputHandler.mouseDoubleClickEvent": ('PySide2.QtGui.QMouseEvent',),
33631    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DInputHandler.mouseMoveEvent": ('PySide2.QtGui.QMouseEvent', 'PySide2.QtCore.QPoint'),
33632    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DInputHandler.mousePressEvent": ('PySide2.QtGui.QMouseEvent', 'PySide2.QtCore.QPoint'),
33633    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DInputHandler.mouseReleaseEvent": ('PySide2.QtGui.QMouseEvent', 'PySide2.QtCore.QPoint'),
33634    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DInputHandler.prevDistance": (),
33635    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DInputHandler.previousInputPos": (),
33636    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DInputHandler.scene": (),
33637    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DInputHandler.setInputPosition": ('PySide2.QtCore.QPoint',),
33638    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DInputHandler.setInputView": ('PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DInputHandler.InputView',),
33639    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DInputHandler.setPrevDistance": ('int',),
33640    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DInputHandler.setPreviousInputPos": ('PySide2.QtCore.QPoint',),
33641    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DInputHandler.setScene": ('PySide2.QtDataVisualization.QtDataVisualization.Q3DScene',),
33642    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DInputHandler.touchEvent": ('PySide2.QtGui.QTouchEvent',),
33643    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DInputHandler.wheelEvent": ('PySide2.QtGui.QWheelEvent',),
33644# class PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries:
33645# class PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.Mesh:
33646# class PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.SeriesType:
33647    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.baseColor": (),
33648    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.baseGradient": (),
33649    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.colorStyle": (),
33650    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.isItemLabelVisible": (),
33651    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.isMeshSmooth": (),
33652    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.isVisible": (),
33653    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.itemLabel": (),
33654    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.itemLabelFormat": (),
33655    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.mesh": (),
33656    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.meshRotation": (),
33657    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.multiHighlightColor": (),
33658    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.multiHighlightGradient": (),
33659    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.name": (),
33660    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.setBaseColor": ('PySide2.QtGui.QColor',),
33661    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.setBaseGradient": ('PySide2.QtGui.QLinearGradient',),
33662    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.setColorStyle": ('PySide2.QtDataVisualization.QtDataVisualization.Q3DTheme.ColorStyle',),
33663    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.setItemLabelFormat": ('str',),
33664    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.setItemLabelVisible": ('bool',),
33665    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.setMesh": ('PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.Mesh',),
33666    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.setMeshAxisAndAngle": ('PySide2.QtGui.QVector3D', 'float'),
33667    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.setMeshRotation": ('PySide2.QtGui.QQuaternion',),
33668    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.setMeshSmooth": ('bool',),
33669    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.setMultiHighlightColor": ('PySide2.QtGui.QColor',),
33670    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.setMultiHighlightGradient": ('PySide2.QtGui.QLinearGradient',),
33671    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.setName": ('str',),
33672    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.setSingleHighlightColor": ('PySide2.QtGui.QColor',),
33673    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.setSingleHighlightGradient": ('PySide2.QtGui.QLinearGradient',),
33674    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.setUserDefinedMesh": ('str',),
33675    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.setVisible": ('bool',),
33676    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.singleHighlightColor": (),
33677    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.singleHighlightGradient": (),
33678    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.type": (),
33679    "PySide2.QtDataVisualization.QtDataVisualization.QAbstract3DSeries.userDefinedMesh": (),
33680# class PySide2.QtDataVisualization.QtDataVisualization.QAbstractDataProxy:
33681# class PySide2.QtDataVisualization.QtDataVisualization.QAbstractDataProxy.DataType:
33682    "PySide2.QtDataVisualization.QtDataVisualization.QAbstractDataProxy.type": (),
33683# class PySide2.QtDataVisualization.QtDataVisualization.QBar3DSeries:
33684    "PySide2.QtDataVisualization.QtDataVisualization.QBar3DSeries.__init__": [('PySide2.QtCore.QObject',), ('PySide2.QtDataVisualization.QtDataVisualization.QBarDataProxy', 'PySide2.QtCore.QObject')],
33685    "PySide2.QtDataVisualization.QtDataVisualization.QBar3DSeries.dataProxy": (),
33686    "PySide2.QtDataVisualization.QtDataVisualization.QBar3DSeries.invalidSelectionPosition": (),
33687    "PySide2.QtDataVisualization.QtDataVisualization.QBar3DSeries.meshAngle": (),
33688    "PySide2.QtDataVisualization.QtDataVisualization.QBar3DSeries.selectedBar": (),
33689    "PySide2.QtDataVisualization.QtDataVisualization.QBar3DSeries.setDataProxy": ('PySide2.QtDataVisualization.QtDataVisualization.QBarDataProxy',),
33690    "PySide2.QtDataVisualization.QtDataVisualization.QBar3DSeries.setMeshAngle": ('float',),
33691    "PySide2.QtDataVisualization.QtDataVisualization.QBar3DSeries.setSelectedBar": ('PySide2.QtCore.QPoint',),
33692# class PySide2.QtDataVisualization.QtDataVisualization.QBarDataArray:
33693# class PySide2.QtDataVisualization.QtDataVisualization.QBarDataArray.__extra__:
33694# class PySide2.QtDataVisualization.QtDataVisualization.QBarDataArray.__next_in_mro__:
33695# class PySide2.QtDataVisualization.QtDataVisualization.QBarDataArray.__origin__:
33696# class PySide2.QtDataVisualization.QtDataVisualization.QBarDataArray.__origin__.__extra__:
33697# class PySide2.QtDataVisualization.QtDataVisualization.QBarDataArray.__origin__.__next_in_mro__:
33698# class PySide2.QtDataVisualization.QtDataVisualization.QBarDataArray._gorg:
33699# class PySide2.QtDataVisualization.QtDataVisualization.QBarDataArray._gorg.__extra__:
33700# class PySide2.QtDataVisualization.QtDataVisualization.QBarDataArray._gorg.__next_in_mro__:
33701# class PySide2.QtDataVisualization.QtDataVisualization.QBarDataItem:
33702    "PySide2.QtDataVisualization.QtDataVisualization.QBarDataItem.__init__": [(), ('PySide2.QtDataVisualization.QtDataVisualization.QBarDataItem',), ('float',), ('float', 'float')],
33703    "PySide2.QtDataVisualization.QtDataVisualization.QBarDataItem.__copy__": (),
33704    "PySide2.QtDataVisualization.QtDataVisualization.QBarDataItem.createExtraData": (),
33705    "PySide2.QtDataVisualization.QtDataVisualization.QBarDataItem.rotation": (),
33706    "PySide2.QtDataVisualization.QtDataVisualization.QBarDataItem.setRotation": ('float',),
33707    "PySide2.QtDataVisualization.QtDataVisualization.QBarDataItem.setValue": ('float',),
33708    "PySide2.QtDataVisualization.QtDataVisualization.QBarDataItem.value": (),
33709# class PySide2.QtDataVisualization.QtDataVisualization.QBarDataProxy:
33710    "PySide2.QtDataVisualization.QtDataVisualization.QBarDataProxy.__init__": ('PySide2.QtCore.QObject',),
33711    "PySide2.QtDataVisualization.QtDataVisualization.QBarDataProxy.addRow": [('typing.List[PySide2.QtDataVisualization.QtDataVisualization.QBarDataItem]',), ('typing.List[PySide2.QtDataVisualization.QtDataVisualization.QBarDataItem]', 'str')],
33712    "PySide2.QtDataVisualization.QtDataVisualization.QBarDataProxy.addRows": [('typing.List[typing.List[PySide2.QtDataVisualization.QtDataVisualization.QBarDataItem]]',), ('typing.List[typing.List[PySide2.QtDataVisualization.QtDataVisualization.QBarDataItem]]', 'typing.Sequence[str]')],
33713    "PySide2.QtDataVisualization.QtDataVisualization.QBarDataProxy.array": (),
33714    "PySide2.QtDataVisualization.QtDataVisualization.QBarDataProxy.columnLabels": (),
33715    "PySide2.QtDataVisualization.QtDataVisualization.QBarDataProxy.insertRow": [('int', 'typing.List[PySide2.QtDataVisualization.QtDataVisualization.QBarDataItem]'), ('int', 'typing.List[PySide2.QtDataVisualization.QtDataVisualization.QBarDataItem]', 'str')],
33716    "PySide2.QtDataVisualization.QtDataVisualization.QBarDataProxy.insertRows": [('int', 'typing.List[typing.List[PySide2.QtDataVisualization.QtDataVisualization.QBarDataItem]]'), ('int', 'typing.List[typing.List[PySide2.QtDataVisualization.QtDataVisualization.QBarDataItem]]', 'typing.Sequence[str]')],
33717    "PySide2.QtDataVisualization.QtDataVisualization.QBarDataProxy.itemAt": [('PySide2.QtCore.QPoint',), ('int', 'int')],
33718    "PySide2.QtDataVisualization.QtDataVisualization.QBarDataProxy.removeRows": ('int', 'int', 'bool'),
33719    "PySide2.QtDataVisualization.QtDataVisualization.QBarDataProxy.resetArray": [(), ('typing.List[typing.List[PySide2.QtDataVisualization.QtDataVisualization.QBarDataItem]]',), ('typing.List[typing.List[PySide2.QtDataVisualization.QtDataVisualization.QBarDataItem]]', 'typing.Sequence[str]', 'typing.Sequence[str]')],
33720    "PySide2.QtDataVisualization.QtDataVisualization.QBarDataProxy.rowAt": ('int',),
33721    "PySide2.QtDataVisualization.QtDataVisualization.QBarDataProxy.rowCount": (),
33722    "PySide2.QtDataVisualization.QtDataVisualization.QBarDataProxy.rowLabels": (),
33723    "PySide2.QtDataVisualization.QtDataVisualization.QBarDataProxy.series": (),
33724    "PySide2.QtDataVisualization.QtDataVisualization.QBarDataProxy.setColumnLabels": ('typing.Sequence[str]',),
33725    "PySide2.QtDataVisualization.QtDataVisualization.QBarDataProxy.setItem": [('PySide2.QtCore.QPoint', 'PySide2.QtDataVisualization.QtDataVisualization.QBarDataItem'), ('int', 'int', 'PySide2.QtDataVisualization.QtDataVisualization.QBarDataItem')],
33726    "PySide2.QtDataVisualization.QtDataVisualization.QBarDataProxy.setRow": [('int', 'typing.List[PySide2.QtDataVisualization.QtDataVisualization.QBarDataItem]'), ('int', 'typing.List[PySide2.QtDataVisualization.QtDataVisualization.QBarDataItem]', 'str')],
33727    "PySide2.QtDataVisualization.QtDataVisualization.QBarDataProxy.setRowLabels": ('typing.Sequence[str]',),
33728    "PySide2.QtDataVisualization.QtDataVisualization.QBarDataProxy.setRows": [('int', 'typing.List[typing.List[PySide2.QtDataVisualization.QtDataVisualization.QBarDataItem]]'), ('int', 'typing.List[typing.List[PySide2.QtDataVisualization.QtDataVisualization.QBarDataItem]]', 'typing.Sequence[str]')],
33729# class PySide2.QtDataVisualization.QtDataVisualization.QBarDataRow:
33730# class PySide2.QtDataVisualization.QtDataVisualization.QBarDataRow.__extra__:
33731# class PySide2.QtDataVisualization.QtDataVisualization.QBarDataRow.__next_in_mro__:
33732# class PySide2.QtDataVisualization.QtDataVisualization.QBarDataRow.__origin__:
33733# class PySide2.QtDataVisualization.QtDataVisualization.QBarDataRow.__origin__.__extra__:
33734# class PySide2.QtDataVisualization.QtDataVisualization.QBarDataRow.__origin__.__next_in_mro__:
33735# class PySide2.QtDataVisualization.QtDataVisualization.QBarDataRow._gorg:
33736# class PySide2.QtDataVisualization.QtDataVisualization.QBarDataRow._gorg.__extra__:
33737# class PySide2.QtDataVisualization.QtDataVisualization.QBarDataRow._gorg.__next_in_mro__:
33738# class PySide2.QtDataVisualization.QtDataVisualization.QCategory3DAxis:
33739    "PySide2.QtDataVisualization.QtDataVisualization.QCategory3DAxis.__init__": ('PySide2.QtCore.QObject',),
33740    "PySide2.QtDataVisualization.QtDataVisualization.QCategory3DAxis.labels": (),
33741    "PySide2.QtDataVisualization.QtDataVisualization.QCategory3DAxis.setLabels": ('typing.Sequence[str]',),
33742# class PySide2.QtDataVisualization.QtDataVisualization.QCustom3DItem:
33743    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DItem.__init__": [('PySide2.QtCore.QObject',), ('str', 'PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D', 'PySide2.QtGui.QQuaternion', 'PySide2.QtGui.QImage', 'PySide2.QtCore.QObject')],
33744    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DItem.isPositionAbsolute": (),
33745    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DItem.isScalingAbsolute": (),
33746    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DItem.isShadowCasting": (),
33747    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DItem.isVisible": (),
33748    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DItem.meshFile": (),
33749    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DItem.position": (),
33750    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DItem.rotation": (),
33751    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DItem.scaling": (),
33752    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DItem.setMeshFile": ('str',),
33753    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DItem.setPosition": ('PySide2.QtGui.QVector3D',),
33754    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DItem.setPositionAbsolute": ('bool',),
33755    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DItem.setRotation": ('PySide2.QtGui.QQuaternion',),
33756    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DItem.setRotationAxisAndAngle": ('PySide2.QtGui.QVector3D', 'float'),
33757    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DItem.setScaling": ('PySide2.QtGui.QVector3D',),
33758    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DItem.setScalingAbsolute": ('bool',),
33759    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DItem.setShadowCasting": ('bool',),
33760    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DItem.setTextureFile": ('str',),
33761    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DItem.setTextureImage": ('PySide2.QtGui.QImage',),
33762    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DItem.setVisible": ('bool',),
33763    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DItem.textureFile": (),
33764# class PySide2.QtDataVisualization.QtDataVisualization.QCustom3DLabel:
33765    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DLabel.__init__": [('PySide2.QtCore.QObject',), ('str', 'PySide2.QtGui.QFont', 'PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D', 'PySide2.QtGui.QQuaternion', 'PySide2.QtCore.QObject')],
33766    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DLabel.backgroundColor": (),
33767    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DLabel.font": (),
33768    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DLabel.isBackgroundEnabled": (),
33769    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DLabel.isBorderEnabled": (),
33770    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DLabel.isFacingCamera": (),
33771    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DLabel.setBackgroundColor": ('PySide2.QtGui.QColor',),
33772    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DLabel.setBackgroundEnabled": ('bool',),
33773    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DLabel.setBorderEnabled": ('bool',),
33774    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DLabel.setFacingCamera": ('bool',),
33775    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DLabel.setFont": ('PySide2.QtGui.QFont',),
33776    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DLabel.setText": ('str',),
33777    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DLabel.setTextColor": ('PySide2.QtGui.QColor',),
33778    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DLabel.text": (),
33779    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DLabel.textColor": (),
33780# class PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume:
33781    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.__init__": [('PySide2.QtCore.QObject',), ('PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D', 'PySide2.QtGui.QQuaternion', 'int', 'int', 'int', 'typing.List[int]', 'PySide2.QtGui.QImage.Format', 'typing.List[int]', 'PySide2.QtCore.QObject')],
33782    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.alphaMultiplier": (),
33783    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.colorTable": (),
33784    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.createTextureData": ('typing.List[PySide2.QtGui.QImage]',),
33785    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.drawSliceFrames": (),
33786    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.drawSlices": (),
33787    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.preserveOpacity": (),
33788    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.renderSlice": ('PySide2.QtCore.Qt.Axis', 'int'),
33789    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.setAlphaMultiplier": ('float',),
33790    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.setColorTable": ('typing.List[int]',),
33791    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.setDrawSliceFrames": ('bool',),
33792    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.setDrawSlices": ('bool',),
33793    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.setPreserveOpacity": ('bool',),
33794    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.setSliceFrameColor": ('PySide2.QtGui.QColor',),
33795    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.setSliceFrameGaps": ('PySide2.QtGui.QVector3D',),
33796    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.setSliceFrameThicknesses": ('PySide2.QtGui.QVector3D',),
33797    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.setSliceFrameWidths": ('PySide2.QtGui.QVector3D',),
33798    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.setSliceIndexX": ('int',),
33799    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.setSliceIndexY": ('int',),
33800    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.setSliceIndexZ": ('int',),
33801    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.setSliceIndices": ('int', 'int', 'int'),
33802    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.setSubTextureData": [('PySide2.QtCore.Qt.Axis', 'int', 'PySide2.QtGui.QImage'), ('PySide2.QtCore.Qt.Axis', 'int', 'str')],
33803    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.setTextureData": ('typing.List[int]',),
33804    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.setTextureDepth": ('int',),
33805    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.setTextureDimensions": ('int', 'int', 'int'),
33806    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.setTextureFormat": ('PySide2.QtGui.QImage.Format',),
33807    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.setTextureHeight": ('int',),
33808    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.setTextureWidth": ('int',),
33809    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.setUseHighDefShader": ('bool',),
33810    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.sliceFrameColor": (),
33811    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.sliceFrameGaps": (),
33812    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.sliceFrameThicknesses": (),
33813    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.sliceFrameWidths": (),
33814    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.sliceIndexX": (),
33815    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.sliceIndexY": (),
33816    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.sliceIndexZ": (),
33817    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.textureData": (),
33818    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.textureDataWidth": (),
33819    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.textureDepth": (),
33820    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.textureFormat": (),
33821    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.textureHeight": (),
33822    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.textureWidth": (),
33823    "PySide2.QtDataVisualization.QtDataVisualization.QCustom3DVolume.useHighDefShader": (),
33824# class PySide2.QtDataVisualization.QtDataVisualization.QHeightMapSurfaceDataProxy:
33825    "PySide2.QtDataVisualization.QtDataVisualization.QHeightMapSurfaceDataProxy.__init__": [('PySide2.QtCore.QObject',), ('PySide2.QtGui.QImage', 'PySide2.QtCore.QObject'), ('str', 'PySide2.QtCore.QObject')],
33826    "PySide2.QtDataVisualization.QtDataVisualization.QHeightMapSurfaceDataProxy.heightMap": (),
33827    "PySide2.QtDataVisualization.QtDataVisualization.QHeightMapSurfaceDataProxy.heightMapFile": (),
33828    "PySide2.QtDataVisualization.QtDataVisualization.QHeightMapSurfaceDataProxy.maxXValue": (),
33829    "PySide2.QtDataVisualization.QtDataVisualization.QHeightMapSurfaceDataProxy.maxZValue": (),
33830    "PySide2.QtDataVisualization.QtDataVisualization.QHeightMapSurfaceDataProxy.minXValue": (),
33831    "PySide2.QtDataVisualization.QtDataVisualization.QHeightMapSurfaceDataProxy.minZValue": (),
33832    "PySide2.QtDataVisualization.QtDataVisualization.QHeightMapSurfaceDataProxy.setHeightMap": ('PySide2.QtGui.QImage',),
33833    "PySide2.QtDataVisualization.QtDataVisualization.QHeightMapSurfaceDataProxy.setHeightMapFile": ('str',),
33834    "PySide2.QtDataVisualization.QtDataVisualization.QHeightMapSurfaceDataProxy.setMaxXValue": ('float',),
33835    "PySide2.QtDataVisualization.QtDataVisualization.QHeightMapSurfaceDataProxy.setMaxZValue": ('float',),
33836    "PySide2.QtDataVisualization.QtDataVisualization.QHeightMapSurfaceDataProxy.setMinXValue": ('float',),
33837    "PySide2.QtDataVisualization.QtDataVisualization.QHeightMapSurfaceDataProxy.setMinZValue": ('float',),
33838    "PySide2.QtDataVisualization.QtDataVisualization.QHeightMapSurfaceDataProxy.setValueRanges": ('float', 'float', 'float', 'float'),
33839# class PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy:
33840# class PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.MultiMatchBehavior:
33841    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.__init__": [('PySide2.QtCore.QAbstractItemModel', 'PySide2.QtCore.QObject'), ('PySide2.QtCore.QAbstractItemModel', 'str', 'PySide2.QtCore.QObject'), ('PySide2.QtCore.QAbstractItemModel', 'str', 'str', 'str', 'PySide2.QtCore.QObject'), ('PySide2.QtCore.QAbstractItemModel', 'str', 'str', 'str', 'str', 'PySide2.QtCore.QObject'), ('PySide2.QtCore.QAbstractItemModel', 'str', 'str', 'str', 'str', 'typing.Sequence[str]', 'typing.Sequence[str]', 'PySide2.QtCore.QObject'), ('PySide2.QtCore.QAbstractItemModel', 'str', 'str', 'str', 'typing.Sequence[str]', 'typing.Sequence[str]', 'PySide2.QtCore.QObject'), ('PySide2.QtCore.QObject',)],
33842    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.autoColumnCategories": (),
33843    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.autoRowCategories": (),
33844    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.columnCategories": (),
33845    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.columnCategoryIndex": ('str',),
33846    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.columnRole": (),
33847    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.columnRolePattern": (),
33848    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.columnRoleReplace": (),
33849    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.itemModel": (),
33850    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.multiMatchBehavior": (),
33851    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.remap": ('str', 'str', 'str', 'str', 'typing.Sequence[str]', 'typing.Sequence[str]'),
33852    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.rotationRole": (),
33853    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.rotationRolePattern": (),
33854    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.rotationRoleReplace": (),
33855    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.rowCategories": (),
33856    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.rowCategoryIndex": ('str',),
33857    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.rowRole": (),
33858    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.rowRolePattern": (),
33859    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.rowRoleReplace": (),
33860    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.setAutoColumnCategories": ('bool',),
33861    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.setAutoRowCategories": ('bool',),
33862    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.setColumnCategories": ('typing.Sequence[str]',),
33863    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.setColumnRole": ('str',),
33864    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.setColumnRolePattern": ('PySide2.QtCore.QRegExp',),
33865    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.setColumnRoleReplace": ('str',),
33866    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.setItemModel": ('PySide2.QtCore.QAbstractItemModel',),
33867    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.setMultiMatchBehavior": ('PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.MultiMatchBehavior',),
33868    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.setRotationRole": ('str',),
33869    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.setRotationRolePattern": ('PySide2.QtCore.QRegExp',),
33870    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.setRotationRoleReplace": ('str',),
33871    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.setRowCategories": ('typing.Sequence[str]',),
33872    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.setRowRole": ('str',),
33873    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.setRowRolePattern": ('PySide2.QtCore.QRegExp',),
33874    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.setRowRoleReplace": ('str',),
33875    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.setUseModelCategories": ('bool',),
33876    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.setValueRole": ('str',),
33877    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.setValueRolePattern": ('PySide2.QtCore.QRegExp',),
33878    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.setValueRoleReplace": ('str',),
33879    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.useModelCategories": (),
33880    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.valueRole": (),
33881    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.valueRolePattern": (),
33882    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelBarDataProxy.valueRoleReplace": (),
33883# class PySide2.QtDataVisualization.QtDataVisualization.QItemModelScatterDataProxy:
33884    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelScatterDataProxy.__init__": [('PySide2.QtCore.QAbstractItemModel', 'PySide2.QtCore.QObject'), ('PySide2.QtCore.QAbstractItemModel', 'str', 'str', 'str', 'PySide2.QtCore.QObject'), ('PySide2.QtCore.QAbstractItemModel', 'str', 'str', 'str', 'str', 'PySide2.QtCore.QObject'), ('PySide2.QtCore.QObject',)],
33885    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelScatterDataProxy.itemModel": (),
33886    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelScatterDataProxy.remap": ('str', 'str', 'str', 'str'),
33887    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelScatterDataProxy.rotationRole": (),
33888    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelScatterDataProxy.rotationRolePattern": (),
33889    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelScatterDataProxy.rotationRoleReplace": (),
33890    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelScatterDataProxy.setItemModel": ('PySide2.QtCore.QAbstractItemModel',),
33891    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelScatterDataProxy.setRotationRole": ('str',),
33892    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelScatterDataProxy.setRotationRolePattern": ('PySide2.QtCore.QRegExp',),
33893    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelScatterDataProxy.setRotationRoleReplace": ('str',),
33894    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelScatterDataProxy.setXPosRole": ('str',),
33895    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelScatterDataProxy.setXPosRolePattern": ('PySide2.QtCore.QRegExp',),
33896    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelScatterDataProxy.setXPosRoleReplace": ('str',),
33897    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelScatterDataProxy.setYPosRole": ('str',),
33898    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelScatterDataProxy.setYPosRolePattern": ('PySide2.QtCore.QRegExp',),
33899    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelScatterDataProxy.setYPosRoleReplace": ('str',),
33900    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelScatterDataProxy.setZPosRole": ('str',),
33901    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelScatterDataProxy.setZPosRolePattern": ('PySide2.QtCore.QRegExp',),
33902    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelScatterDataProxy.setZPosRoleReplace": ('str',),
33903    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelScatterDataProxy.xPosRole": (),
33904    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelScatterDataProxy.xPosRolePattern": (),
33905    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelScatterDataProxy.xPosRoleReplace": (),
33906    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelScatterDataProxy.yPosRole": (),
33907    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelScatterDataProxy.yPosRolePattern": (),
33908    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelScatterDataProxy.yPosRoleReplace": (),
33909    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelScatterDataProxy.zPosRole": (),
33910    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelScatterDataProxy.zPosRolePattern": (),
33911    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelScatterDataProxy.zPosRoleReplace": (),
33912# class PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy:
33913# class PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.MultiMatchBehavior:
33914    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.__init__": [('PySide2.QtCore.QAbstractItemModel', 'PySide2.QtCore.QObject'), ('PySide2.QtCore.QAbstractItemModel', 'str', 'PySide2.QtCore.QObject'), ('PySide2.QtCore.QAbstractItemModel', 'str', 'str', 'str', 'PySide2.QtCore.QObject'), ('PySide2.QtCore.QAbstractItemModel', 'str', 'str', 'str', 'str', 'str', 'PySide2.QtCore.QObject'), ('PySide2.QtCore.QAbstractItemModel', 'str', 'str', 'str', 'str', 'str', 'typing.Sequence[str]', 'typing.Sequence[str]', 'PySide2.QtCore.QObject'), ('PySide2.QtCore.QAbstractItemModel', 'str', 'str', 'str', 'typing.Sequence[str]', 'typing.Sequence[str]', 'PySide2.QtCore.QObject'), ('PySide2.QtCore.QObject',)],
33915    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.autoColumnCategories": (),
33916    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.autoRowCategories": (),
33917    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.columnCategories": (),
33918    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.columnCategoryIndex": ('str',),
33919    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.columnRole": (),
33920    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.columnRolePattern": (),
33921    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.columnRoleReplace": (),
33922    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.itemModel": (),
33923    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.multiMatchBehavior": (),
33924    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.remap": ('str', 'str', 'str', 'str', 'str', 'typing.Sequence[str]', 'typing.Sequence[str]'),
33925    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.rowCategories": (),
33926    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.rowCategoryIndex": ('str',),
33927    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.rowRole": (),
33928    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.rowRolePattern": (),
33929    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.rowRoleReplace": (),
33930    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.setAutoColumnCategories": ('bool',),
33931    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.setAutoRowCategories": ('bool',),
33932    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.setColumnCategories": ('typing.Sequence[str]',),
33933    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.setColumnRole": ('str',),
33934    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.setColumnRolePattern": ('PySide2.QtCore.QRegExp',),
33935    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.setColumnRoleReplace": ('str',),
33936    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.setItemModel": ('PySide2.QtCore.QAbstractItemModel',),
33937    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.setMultiMatchBehavior": ('PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.MultiMatchBehavior',),
33938    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.setRowCategories": ('typing.Sequence[str]',),
33939    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.setRowRole": ('str',),
33940    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.setRowRolePattern": ('PySide2.QtCore.QRegExp',),
33941    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.setRowRoleReplace": ('str',),
33942    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.setUseModelCategories": ('bool',),
33943    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.setXPosRole": ('str',),
33944    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.setXPosRolePattern": ('PySide2.QtCore.QRegExp',),
33945    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.setXPosRoleReplace": ('str',),
33946    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.setYPosRole": ('str',),
33947    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.setYPosRolePattern": ('PySide2.QtCore.QRegExp',),
33948    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.setYPosRoleReplace": ('str',),
33949    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.setZPosRole": ('str',),
33950    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.setZPosRolePattern": ('PySide2.QtCore.QRegExp',),
33951    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.setZPosRoleReplace": ('str',),
33952    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.useModelCategories": (),
33953    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.xPosRole": (),
33954    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.xPosRolePattern": (),
33955    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.xPosRoleReplace": (),
33956    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.yPosRole": (),
33957    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.yPosRolePattern": (),
33958    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.yPosRoleReplace": (),
33959    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.zPosRole": (),
33960    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.zPosRolePattern": (),
33961    "PySide2.QtDataVisualization.QtDataVisualization.QItemModelSurfaceDataProxy.zPosRoleReplace": (),
33962# class PySide2.QtDataVisualization.QtDataVisualization.QLogValue3DAxisFormatter:
33963    "PySide2.QtDataVisualization.QtDataVisualization.QLogValue3DAxisFormatter.__init__": ('PySide2.QtCore.QObject',),
33964    "PySide2.QtDataVisualization.QtDataVisualization.QLogValue3DAxisFormatter.autoSubGrid": (),
33965    "PySide2.QtDataVisualization.QtDataVisualization.QLogValue3DAxisFormatter.base": (),
33966    "PySide2.QtDataVisualization.QtDataVisualization.QLogValue3DAxisFormatter.createNewInstance": (),
33967    "PySide2.QtDataVisualization.QtDataVisualization.QLogValue3DAxisFormatter.populateCopy": ('PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxisFormatter',),
33968    "PySide2.QtDataVisualization.QtDataVisualization.QLogValue3DAxisFormatter.positionAt": ('float',),
33969    "PySide2.QtDataVisualization.QtDataVisualization.QLogValue3DAxisFormatter.recalculate": (),
33970    "PySide2.QtDataVisualization.QtDataVisualization.QLogValue3DAxisFormatter.setAutoSubGrid": ('bool',),
33971    "PySide2.QtDataVisualization.QtDataVisualization.QLogValue3DAxisFormatter.setBase": ('float',),
33972    "PySide2.QtDataVisualization.QtDataVisualization.QLogValue3DAxisFormatter.setShowEdgeLabels": ('bool',),
33973    "PySide2.QtDataVisualization.QtDataVisualization.QLogValue3DAxisFormatter.showEdgeLabels": (),
33974    "PySide2.QtDataVisualization.QtDataVisualization.QLogValue3DAxisFormatter.valueAt": ('float',),
33975# class PySide2.QtDataVisualization.QtDataVisualization.QScatter3DSeries:
33976    "PySide2.QtDataVisualization.QtDataVisualization.QScatter3DSeries.__init__": [('PySide2.QtCore.QObject',), ('PySide2.QtDataVisualization.QtDataVisualization.QScatterDataProxy', 'PySide2.QtCore.QObject')],
33977    "PySide2.QtDataVisualization.QtDataVisualization.QScatter3DSeries.dataProxy": (),
33978    "PySide2.QtDataVisualization.QtDataVisualization.QScatter3DSeries.invalidSelectionIndex": (),
33979    "PySide2.QtDataVisualization.QtDataVisualization.QScatter3DSeries.itemSize": (),
33980    "PySide2.QtDataVisualization.QtDataVisualization.QScatter3DSeries.selectedItem": (),
33981    "PySide2.QtDataVisualization.QtDataVisualization.QScatter3DSeries.setDataProxy": ('PySide2.QtDataVisualization.QtDataVisualization.QScatterDataProxy',),
33982    "PySide2.QtDataVisualization.QtDataVisualization.QScatter3DSeries.setItemSize": ('float',),
33983    "PySide2.QtDataVisualization.QtDataVisualization.QScatter3DSeries.setSelectedItem": ('int',),
33984# class PySide2.QtDataVisualization.QtDataVisualization.QScatterDataItem:
33985    "PySide2.QtDataVisualization.QtDataVisualization.QScatterDataItem.__init__": [(), ('PySide2.QtDataVisualization.QtDataVisualization.QScatterDataItem',), ('PySide2.QtGui.QVector3D',), ('PySide2.QtGui.QVector3D', 'PySide2.QtGui.QQuaternion')],
33986    "PySide2.QtDataVisualization.QtDataVisualization.QScatterDataItem.__copy__": (),
33987    "PySide2.QtDataVisualization.QtDataVisualization.QScatterDataItem.createExtraData": (),
33988    "PySide2.QtDataVisualization.QtDataVisualization.QScatterDataItem.position": (),
33989    "PySide2.QtDataVisualization.QtDataVisualization.QScatterDataItem.rotation": (),
33990    "PySide2.QtDataVisualization.QtDataVisualization.QScatterDataItem.setPosition": ('PySide2.QtGui.QVector3D',),
33991    "PySide2.QtDataVisualization.QtDataVisualization.QScatterDataItem.setRotation": ('PySide2.QtGui.QQuaternion',),
33992    "PySide2.QtDataVisualization.QtDataVisualization.QScatterDataItem.setX": ('float',),
33993    "PySide2.QtDataVisualization.QtDataVisualization.QScatterDataItem.setY": ('float',),
33994    "PySide2.QtDataVisualization.QtDataVisualization.QScatterDataItem.setZ": ('float',),
33995    "PySide2.QtDataVisualization.QtDataVisualization.QScatterDataItem.x": (),
33996    "PySide2.QtDataVisualization.QtDataVisualization.QScatterDataItem.y": (),
33997    "PySide2.QtDataVisualization.QtDataVisualization.QScatterDataItem.z": (),
33998# class PySide2.QtDataVisualization.QtDataVisualization.QScatterDataProxy:
33999    "PySide2.QtDataVisualization.QtDataVisualization.QScatterDataProxy.__init__": ('PySide2.QtCore.QObject',),
34000    "PySide2.QtDataVisualization.QtDataVisualization.QScatterDataProxy.addItem": ('PySide2.QtDataVisualization.QtDataVisualization.QScatterDataItem',),
34001    "PySide2.QtDataVisualization.QtDataVisualization.QScatterDataProxy.addItems": ('typing.List[PySide2.QtDataVisualization.QtDataVisualization.QScatterDataItem]',),
34002    "PySide2.QtDataVisualization.QtDataVisualization.QScatterDataProxy.array": (),
34003    "PySide2.QtDataVisualization.QtDataVisualization.QScatterDataProxy.insertItem": ('int', 'PySide2.QtDataVisualization.QtDataVisualization.QScatterDataItem'),
34004    "PySide2.QtDataVisualization.QtDataVisualization.QScatterDataProxy.insertItems": ('int', 'typing.List[PySide2.QtDataVisualization.QtDataVisualization.QScatterDataItem]'),
34005    "PySide2.QtDataVisualization.QtDataVisualization.QScatterDataProxy.itemAt": ('int',),
34006    "PySide2.QtDataVisualization.QtDataVisualization.QScatterDataProxy.itemCount": (),
34007    "PySide2.QtDataVisualization.QtDataVisualization.QScatterDataProxy.removeItems": ('int', 'int'),
34008    "PySide2.QtDataVisualization.QtDataVisualization.QScatterDataProxy.resetArray": ('typing.List[PySide2.QtDataVisualization.QtDataVisualization.QScatterDataItem]',),
34009    "PySide2.QtDataVisualization.QtDataVisualization.QScatterDataProxy.series": (),
34010    "PySide2.QtDataVisualization.QtDataVisualization.QScatterDataProxy.setItem": ('int', 'PySide2.QtDataVisualization.QtDataVisualization.QScatterDataItem'),
34011    "PySide2.QtDataVisualization.QtDataVisualization.QScatterDataProxy.setItems": ('int', 'typing.List[PySide2.QtDataVisualization.QtDataVisualization.QScatterDataItem]'),
34012# class PySide2.QtDataVisualization.QtDataVisualization.QSurface3DSeries:
34013# class PySide2.QtDataVisualization.QtDataVisualization.QSurface3DSeries.DrawFlag:
34014# class PySide2.QtDataVisualization.QtDataVisualization.QSurface3DSeries.DrawFlags:
34015    "PySide2.QtDataVisualization.QtDataVisualization.QSurface3DSeries.__init__": [('PySide2.QtCore.QObject',), ('PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataProxy', 'PySide2.QtCore.QObject')],
34016    "PySide2.QtDataVisualization.QtDataVisualization.QSurface3DSeries.dataProxy": (),
34017    "PySide2.QtDataVisualization.QtDataVisualization.QSurface3DSeries.drawMode": (),
34018    "PySide2.QtDataVisualization.QtDataVisualization.QSurface3DSeries.invalidSelectionPosition": (),
34019    "PySide2.QtDataVisualization.QtDataVisualization.QSurface3DSeries.isFlatShadingEnabled": (),
34020    "PySide2.QtDataVisualization.QtDataVisualization.QSurface3DSeries.isFlatShadingSupported": (),
34021    "PySide2.QtDataVisualization.QtDataVisualization.QSurface3DSeries.selectedPoint": (),
34022    "PySide2.QtDataVisualization.QtDataVisualization.QSurface3DSeries.setDataProxy": ('PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataProxy',),
34023    "PySide2.QtDataVisualization.QtDataVisualization.QSurface3DSeries.setDrawMode": ('PySide2.QtDataVisualization.QtDataVisualization.QSurface3DSeries.DrawFlags',),
34024    "PySide2.QtDataVisualization.QtDataVisualization.QSurface3DSeries.setFlatShadingEnabled": ('bool',),
34025    "PySide2.QtDataVisualization.QtDataVisualization.QSurface3DSeries.setSelectedPoint": ('PySide2.QtCore.QPoint',),
34026    "PySide2.QtDataVisualization.QtDataVisualization.QSurface3DSeries.setTexture": ('PySide2.QtGui.QImage',),
34027    "PySide2.QtDataVisualization.QtDataVisualization.QSurface3DSeries.setTextureFile": ('str',),
34028    "PySide2.QtDataVisualization.QtDataVisualization.QSurface3DSeries.texture": (),
34029    "PySide2.QtDataVisualization.QtDataVisualization.QSurface3DSeries.textureFile": (),
34030# class PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataArray:
34031# class PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataArray.__extra__:
34032# class PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataArray.__next_in_mro__:
34033# class PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataArray.__origin__:
34034# class PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataArray.__origin__.__extra__:
34035# class PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataArray.__origin__.__next_in_mro__:
34036# class PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataArray._gorg:
34037# class PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataArray._gorg.__extra__:
34038# class PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataArray._gorg.__next_in_mro__:
34039# class PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataItem:
34040    "PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataItem.__init__": [(), ('PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataItem',), ('PySide2.QtGui.QVector3D',)],
34041    "PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataItem.__copy__": (),
34042    "PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataItem.createExtraData": (),
34043    "PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataItem.position": (),
34044    "PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataItem.setPosition": ('PySide2.QtGui.QVector3D',),
34045    "PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataItem.setX": ('float',),
34046    "PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataItem.setY": ('float',),
34047    "PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataItem.setZ": ('float',),
34048    "PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataItem.x": (),
34049    "PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataItem.y": (),
34050    "PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataItem.z": (),
34051# class PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataProxy:
34052    "PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataProxy.__init__": ('PySide2.QtCore.QObject',),
34053    "PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataProxy.addRow": ('typing.List[PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataItem]',),
34054    "PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataProxy.addRows": ('typing.List[typing.List[PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataItem]]',),
34055    "PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataProxy.array": (),
34056    "PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataProxy.columnCount": (),
34057    "PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataProxy.insertRow": ('int', 'typing.List[PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataItem]'),
34058    "PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataProxy.insertRows": ('int', 'typing.List[typing.List[PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataItem]]'),
34059    "PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataProxy.itemAt": [('PySide2.QtCore.QPoint',), ('int', 'int')],
34060    "PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataProxy.removeRows": ('int', 'int'),
34061    "PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataProxy.resetArray": ('typing.List[typing.List[PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataItem]]',),
34062    "PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataProxy.rowCount": (),
34063    "PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataProxy.series": (),
34064    "PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataProxy.setItem": [('PySide2.QtCore.QPoint', 'PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataItem'), ('int', 'int', 'PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataItem')],
34065    "PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataProxy.setRow": ('int', 'typing.List[PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataItem]'),
34066    "PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataProxy.setRows": ('int', 'typing.List[typing.List[PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataItem]]'),
34067# class PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataRow:
34068# class PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataRow.__extra__:
34069# class PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataRow.__next_in_mro__:
34070# class PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataRow.__origin__:
34071# class PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataRow.__origin__.__extra__:
34072# class PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataRow.__origin__.__next_in_mro__:
34073# class PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataRow._gorg:
34074# class PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataRow._gorg.__extra__:
34075# class PySide2.QtDataVisualization.QtDataVisualization.QSurfaceDataRow._gorg.__next_in_mro__:
34076# class PySide2.QtDataVisualization.QtDataVisualization.QTouch3DInputHandler:
34077    "PySide2.QtDataVisualization.QtDataVisualization.QTouch3DInputHandler.__init__": ('PySide2.QtCore.QObject',),
34078    "PySide2.QtDataVisualization.QtDataVisualization.QTouch3DInputHandler.touchEvent": ('PySide2.QtGui.QTouchEvent',),
34079# class PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxis:
34080    "PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxis.__init__": ('PySide2.QtCore.QObject',),
34081    "PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxis.formatter": (),
34082    "PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxis.labelFormat": (),
34083    "PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxis.reversed": (),
34084    "PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxis.segmentCount": (),
34085    "PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxis.setFormatter": ('PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxisFormatter',),
34086    "PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxis.setLabelFormat": ('str',),
34087    "PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxis.setReversed": ('bool',),
34088    "PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxis.setSegmentCount": ('int',),
34089    "PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxis.setSubSegmentCount": ('int',),
34090    "PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxis.subSegmentCount": (),
34091# class PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxisFormatter:
34092    "PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxisFormatter.__init__": ('PySide2.QtCore.QObject',),
34093    "PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxisFormatter.allowNegatives": (),
34094    "PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxisFormatter.allowZero": (),
34095    "PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxisFormatter.axis": (),
34096    "PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxisFormatter.createNewInstance": (),
34097    "PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxisFormatter.gridPositions": (),
34098    "PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxisFormatter.labelPositions": (),
34099    "PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxisFormatter.labelStrings": (),
34100    "PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxisFormatter.locale": (),
34101    "PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxisFormatter.markDirty": ('bool',),
34102    "PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxisFormatter.populateCopy": ('PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxisFormatter',),
34103    "PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxisFormatter.positionAt": ('float',),
34104    "PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxisFormatter.recalculate": (),
34105    "PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxisFormatter.setAllowNegatives": ('bool',),
34106    "PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxisFormatter.setAllowZero": ('bool',),
34107    "PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxisFormatter.setLocale": ('PySide2.QtCore.QLocale',),
34108    "PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxisFormatter.stringForValue": ('float', 'str'),
34109    "PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxisFormatter.subGridPositions": (),
34110    "PySide2.QtDataVisualization.QtDataVisualization.QValue3DAxisFormatter.valueAt": ('float',),
34111    "PySide2.QtDataVisualization.QtDataVisualization.qDefaultSurfaceFormat": ('bool',),
34112    }) if "PySide2.QtDataVisualization" in sys.modules else None
34113# Module PySide2.QtUiTools
34114sig_dict.update({
34115# class PySide2.QtUiTools.QUiLoader:
34116    "PySide2.QtUiTools.QUiLoader.__init__": ('PySide2.QtCore.QObject',),
34117    "PySide2.QtUiTools.QUiLoader.addPluginPath": ('str',),
34118    "PySide2.QtUiTools.QUiLoader.availableLayouts": (),
34119    "PySide2.QtUiTools.QUiLoader.availableWidgets": (),
34120    "PySide2.QtUiTools.QUiLoader.clearPluginPaths": (),
34121    "PySide2.QtUiTools.QUiLoader.createAction": ('PySide2.QtCore.QObject', 'str'),
34122    "PySide2.QtUiTools.QUiLoader.createActionGroup": ('PySide2.QtCore.QObject', 'str'),
34123    "PySide2.QtUiTools.QUiLoader.createLayout": ('str', 'PySide2.QtCore.QObject', 'str'),
34124    "PySide2.QtUiTools.QUiLoader.createWidget": ('str', 'PySide2.QtWidgets.QWidget', 'str'),
34125    "PySide2.QtUiTools.QUiLoader.errorString": (),
34126    "PySide2.QtUiTools.QUiLoader.isLanguageChangeEnabled": (),
34127    "PySide2.QtUiTools.QUiLoader.isTranslationEnabled": (),
34128    "PySide2.QtUiTools.QUiLoader.load": [('PySide2.QtCore.QIODevice', 'PySide2.QtWidgets.QWidget'), ('str', 'PySide2.QtWidgets.QWidget')],
34129    "PySide2.QtUiTools.QUiLoader.pluginPaths": (),
34130    "PySide2.QtUiTools.QUiLoader.registerCustomWidget": ('object',),
34131    "PySide2.QtUiTools.QUiLoader.setLanguageChangeEnabled": ('bool',),
34132    "PySide2.QtUiTools.QUiLoader.setTranslationEnabled": ('bool',),
34133    "PySide2.QtUiTools.QUiLoader.setWorkingDirectory": ('PySide2.QtCore.QDir',),
34134    "PySide2.QtUiTools.QUiLoader.workingDirectory": (),
34135    }) if "PySide2.QtUiTools" in sys.modules else None
34136# Module PySide2.QtWebChannel
34137sig_dict.update({
34138# class PySide2.QtWebChannel.QWebChannel:
34139    "PySide2.QtWebChannel.QWebChannel.__init__": ('PySide2.QtCore.QObject',),
34140    "PySide2.QtWebChannel.QWebChannel.blockUpdates": (),
34141    "PySide2.QtWebChannel.QWebChannel.connectTo": ('PySide2.QtWebChannel.QWebChannelAbstractTransport',),
34142    "PySide2.QtWebChannel.QWebChannel.deregisterObject": ('PySide2.QtCore.QObject',),
34143    "PySide2.QtWebChannel.QWebChannel.disconnectFrom": ('PySide2.QtWebChannel.QWebChannelAbstractTransport',),
34144    "PySide2.QtWebChannel.QWebChannel.registerObject": ('str', 'PySide2.QtCore.QObject'),
34145    "PySide2.QtWebChannel.QWebChannel.registerObjects": ('typing.Dict[str, PySide2.QtCore.QObject]',),
34146    "PySide2.QtWebChannel.QWebChannel.registeredObjects": (),
34147    "PySide2.QtWebChannel.QWebChannel.setBlockUpdates": ('bool',),
34148# class PySide2.QtWebChannel.QWebChannelAbstractTransport:
34149    "PySide2.QtWebChannel.QWebChannelAbstractTransport.__init__": ('PySide2.QtCore.QObject',),
34150    "PySide2.QtWebChannel.QWebChannelAbstractTransport.sendMessage": ('typing.Dict[str, PySide2.QtCore.QJsonValue]',),
34151    }) if "PySide2.QtWebChannel" in sys.modules else None
34152# Module PySide2.QtWebEngineCore
34153sig_dict.update({
34154# class PySide2.QtWebEngineCore.QWebEngineCookieStore:
34155    "PySide2.QtWebEngineCore.QWebEngineCookieStore.deleteAllCookies": (),
34156    "PySide2.QtWebEngineCore.QWebEngineCookieStore.deleteSessionCookies": (),
34157    "PySide2.QtWebEngineCore.QWebEngineCookieStore.loadAllCookies": (),
34158# class PySide2.QtWebEngineCore.QWebEngineHttpRequest:
34159# class PySide2.QtWebEngineCore.QWebEngineHttpRequest.Method:
34160    "PySide2.QtWebEngineCore.QWebEngineHttpRequest.__init__": [('PySide2.QtCore.QUrl', 'PySide2.QtWebEngineCore.QWebEngineHttpRequest.Method'), ('PySide2.QtWebEngineCore.QWebEngineHttpRequest',)],
34161    "PySide2.QtWebEngineCore.QWebEngineHttpRequest.hasHeader": ('PySide2.QtCore.QByteArray',),
34162    "PySide2.QtWebEngineCore.QWebEngineHttpRequest.header": ('PySide2.QtCore.QByteArray',),
34163    "PySide2.QtWebEngineCore.QWebEngineHttpRequest.headers": (),
34164    "PySide2.QtWebEngineCore.QWebEngineHttpRequest.method": (),
34165    "PySide2.QtWebEngineCore.QWebEngineHttpRequest.postData": (),
34166    "PySide2.QtWebEngineCore.QWebEngineHttpRequest.postRequest": ('PySide2.QtCore.QUrl', 'typing.Dict[str, str]'),
34167    "PySide2.QtWebEngineCore.QWebEngineHttpRequest.setHeader": ('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QByteArray'),
34168    "PySide2.QtWebEngineCore.QWebEngineHttpRequest.setMethod": ('PySide2.QtWebEngineCore.QWebEngineHttpRequest.Method',),
34169    "PySide2.QtWebEngineCore.QWebEngineHttpRequest.setPostData": ('PySide2.QtCore.QByteArray',),
34170    "PySide2.QtWebEngineCore.QWebEngineHttpRequest.setUrl": ('PySide2.QtCore.QUrl',),
34171    "PySide2.QtWebEngineCore.QWebEngineHttpRequest.swap": ('PySide2.QtWebEngineCore.QWebEngineHttpRequest',),
34172    "PySide2.QtWebEngineCore.QWebEngineHttpRequest.unsetHeader": ('PySide2.QtCore.QByteArray',),
34173    "PySide2.QtWebEngineCore.QWebEngineHttpRequest.url": (),
34174# class PySide2.QtWebEngineCore.QWebEngineUrlRequestInfo:
34175# class PySide2.QtWebEngineCore.QWebEngineUrlRequestInfo.NavigationType:
34176# class PySide2.QtWebEngineCore.QWebEngineUrlRequestInfo.ResourceType:
34177    "PySide2.QtWebEngineCore.QWebEngineUrlRequestInfo.block": ('bool',),
34178    "PySide2.QtWebEngineCore.QWebEngineUrlRequestInfo.changed": (),
34179    "PySide2.QtWebEngineCore.QWebEngineUrlRequestInfo.firstPartyUrl": (),
34180    "PySide2.QtWebEngineCore.QWebEngineUrlRequestInfo.initiator": (),
34181    "PySide2.QtWebEngineCore.QWebEngineUrlRequestInfo.navigationType": (),
34182    "PySide2.QtWebEngineCore.QWebEngineUrlRequestInfo.redirect": ('PySide2.QtCore.QUrl',),
34183    "PySide2.QtWebEngineCore.QWebEngineUrlRequestInfo.requestMethod": (),
34184    "PySide2.QtWebEngineCore.QWebEngineUrlRequestInfo.requestUrl": (),
34185    "PySide2.QtWebEngineCore.QWebEngineUrlRequestInfo.resourceType": (),
34186    "PySide2.QtWebEngineCore.QWebEngineUrlRequestInfo.setHttpHeader": ('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QByteArray'),
34187# class PySide2.QtWebEngineCore.QWebEngineUrlRequestInterceptor:
34188    "PySide2.QtWebEngineCore.QWebEngineUrlRequestInterceptor.__init__": ('PySide2.QtCore.QObject',),
34189    "PySide2.QtWebEngineCore.QWebEngineUrlRequestInterceptor.interceptRequest": ('PySide2.QtWebEngineCore.QWebEngineUrlRequestInfo',),
34190# class PySide2.QtWebEngineCore.QWebEngineUrlRequestJob:
34191# class PySide2.QtWebEngineCore.QWebEngineUrlRequestJob.Error:
34192    "PySide2.QtWebEngineCore.QWebEngineUrlRequestJob.fail": ('PySide2.QtWebEngineCore.QWebEngineUrlRequestJob.Error',),
34193    "PySide2.QtWebEngineCore.QWebEngineUrlRequestJob.initiator": (),
34194    "PySide2.QtWebEngineCore.QWebEngineUrlRequestJob.redirect": ('PySide2.QtCore.QUrl',),
34195    "PySide2.QtWebEngineCore.QWebEngineUrlRequestJob.reply": ('PySide2.QtCore.QByteArray', 'PySide2.QtCore.QIODevice'),
34196    "PySide2.QtWebEngineCore.QWebEngineUrlRequestJob.requestHeaders": (),
34197    "PySide2.QtWebEngineCore.QWebEngineUrlRequestJob.requestMethod": (),
34198    "PySide2.QtWebEngineCore.QWebEngineUrlRequestJob.requestUrl": (),
34199# class PySide2.QtWebEngineCore.QWebEngineUrlScheme:
34200# class PySide2.QtWebEngineCore.QWebEngineUrlScheme.Flag:
34201# class PySide2.QtWebEngineCore.QWebEngineUrlScheme.Flags:
34202# class PySide2.QtWebEngineCore.QWebEngineUrlScheme.SpecialPort:
34203# class PySide2.QtWebEngineCore.QWebEngineUrlScheme.Syntax:
34204    "PySide2.QtWebEngineCore.QWebEngineUrlScheme.__init__": [(), ('PySide2.QtCore.QByteArray',), ('PySide2.QtWebEngineCore.QWebEngineUrlScheme',)],
34205    "PySide2.QtWebEngineCore.QWebEngineUrlScheme.__copy__": (),
34206    "PySide2.QtWebEngineCore.QWebEngineUrlScheme.defaultPort": (),
34207    "PySide2.QtWebEngineCore.QWebEngineUrlScheme.flags": (),
34208    "PySide2.QtWebEngineCore.QWebEngineUrlScheme.name": (),
34209    "PySide2.QtWebEngineCore.QWebEngineUrlScheme.registerScheme": ('PySide2.QtWebEngineCore.QWebEngineUrlScheme',),
34210    "PySide2.QtWebEngineCore.QWebEngineUrlScheme.schemeByName": ('PySide2.QtCore.QByteArray',),
34211    "PySide2.QtWebEngineCore.QWebEngineUrlScheme.setDefaultPort": ('int',),
34212    "PySide2.QtWebEngineCore.QWebEngineUrlScheme.setFlags": ('PySide2.QtWebEngineCore.QWebEngineUrlScheme.Flags',),
34213    "PySide2.QtWebEngineCore.QWebEngineUrlScheme.setName": ('PySide2.QtCore.QByteArray',),
34214    "PySide2.QtWebEngineCore.QWebEngineUrlScheme.setSyntax": ('PySide2.QtWebEngineCore.QWebEngineUrlScheme.Syntax',),
34215    "PySide2.QtWebEngineCore.QWebEngineUrlScheme.syntax": (),
34216# class PySide2.QtWebEngineCore.QWebEngineUrlSchemeHandler:
34217    "PySide2.QtWebEngineCore.QWebEngineUrlSchemeHandler.__init__": ('PySide2.QtCore.QObject',),
34218    "PySide2.QtWebEngineCore.QWebEngineUrlSchemeHandler.requestStarted": ('PySide2.QtWebEngineCore.QWebEngineUrlRequestJob',),
34219    }) if "PySide2.QtWebEngineCore" in sys.modules else None
34220# Module PySide2.QtWebEngine
34221sig_dict.update({
34222# class PySide2.QtWebEngine.QtWebEngine:
34223    "PySide2.QtWebEngine.QtWebEngine.initialize": (),
34224    }) if "PySide2.QtWebEngine" in sys.modules else None
34225# Module PySide2.QtWebEngineWidgets
34226sig_dict.update({
34227# class PySide2.QtWebEngineWidgets.QWebEngineCertificateError:
34228# class PySide2.QtWebEngineWidgets.QWebEngineCertificateError.Error:
34229    "PySide2.QtWebEngineWidgets.QWebEngineCertificateError.__init__": [('PySide2.QtWebEngineWidgets.QWebEngineCertificateError',), ('int', 'PySide2.QtCore.QUrl', 'bool', 'str')],
34230    "PySide2.QtWebEngineWidgets.QWebEngineCertificateError.answered": (),
34231    "PySide2.QtWebEngineWidgets.QWebEngineCertificateError.certificateChain": (),
34232    "PySide2.QtWebEngineWidgets.QWebEngineCertificateError.defer": (),
34233    "PySide2.QtWebEngineWidgets.QWebEngineCertificateError.deferred": (),
34234    "PySide2.QtWebEngineWidgets.QWebEngineCertificateError.error": (),
34235    "PySide2.QtWebEngineWidgets.QWebEngineCertificateError.errorDescription": (),
34236    "PySide2.QtWebEngineWidgets.QWebEngineCertificateError.ignoreCertificateError": (),
34237    "PySide2.QtWebEngineWidgets.QWebEngineCertificateError.isOverridable": (),
34238    "PySide2.QtWebEngineWidgets.QWebEngineCertificateError.rejectCertificate": (),
34239    "PySide2.QtWebEngineWidgets.QWebEngineCertificateError.url": (),
34240# class PySide2.QtWebEngineWidgets.QWebEngineContextMenuData:
34241# class PySide2.QtWebEngineWidgets.QWebEngineContextMenuData.EditFlag:
34242# class PySide2.QtWebEngineWidgets.QWebEngineContextMenuData.EditFlags:
34243# class PySide2.QtWebEngineWidgets.QWebEngineContextMenuData.MediaFlag:
34244# class PySide2.QtWebEngineWidgets.QWebEngineContextMenuData.MediaFlags:
34245# class PySide2.QtWebEngineWidgets.QWebEngineContextMenuData.MediaType:
34246    "PySide2.QtWebEngineWidgets.QWebEngineContextMenuData.__init__": [(), ('PySide2.QtWebEngineWidgets.QWebEngineContextMenuData',)],
34247    "PySide2.QtWebEngineWidgets.QWebEngineContextMenuData.__copy__": (),
34248    "PySide2.QtWebEngineWidgets.QWebEngineContextMenuData.editFlags": (),
34249    "PySide2.QtWebEngineWidgets.QWebEngineContextMenuData.isContentEditable": (),
34250    "PySide2.QtWebEngineWidgets.QWebEngineContextMenuData.isValid": (),
34251    "PySide2.QtWebEngineWidgets.QWebEngineContextMenuData.linkText": (),
34252    "PySide2.QtWebEngineWidgets.QWebEngineContextMenuData.linkUrl": (),
34253    "PySide2.QtWebEngineWidgets.QWebEngineContextMenuData.mediaFlags": (),
34254    "PySide2.QtWebEngineWidgets.QWebEngineContextMenuData.mediaType": (),
34255    "PySide2.QtWebEngineWidgets.QWebEngineContextMenuData.mediaUrl": (),
34256    "PySide2.QtWebEngineWidgets.QWebEngineContextMenuData.misspelledWord": (),
34257    "PySide2.QtWebEngineWidgets.QWebEngineContextMenuData.position": (),
34258    "PySide2.QtWebEngineWidgets.QWebEngineContextMenuData.selectedText": (),
34259    "PySide2.QtWebEngineWidgets.QWebEngineContextMenuData.spellCheckerSuggestions": (),
34260# class PySide2.QtWebEngineWidgets.QWebEngineDownloadItem:
34261# class PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.DownloadInterruptReason:
34262# class PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.DownloadState:
34263# class PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.DownloadType:
34264# class PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.SavePageFormat:
34265    "PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.accept": (),
34266    "PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.cancel": (),
34267    "PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.downloadDirectory": (),
34268    "PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.downloadFileName": (),
34269    "PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.id": (),
34270    "PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.interruptReason": (),
34271    "PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.interruptReasonString": (),
34272    "PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.isFinished": (),
34273    "PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.isPaused": (),
34274    "PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.isSavePageDownload": (),
34275    "PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.mimeType": (),
34276    "PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.page": (),
34277    "PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.path": (),
34278    "PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.pause": (),
34279    "PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.receivedBytes": (),
34280    "PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.resume": (),
34281    "PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.savePageFormat": (),
34282    "PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.setDownloadDirectory": ('str',),
34283    "PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.setDownloadFileName": ('str',),
34284    "PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.setPath": ('str',),
34285    "PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.setSavePageFormat": ('PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.SavePageFormat',),
34286    "PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.state": (),
34287    "PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.suggestedFileName": (),
34288    "PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.totalBytes": (),
34289    "PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.type": (),
34290    "PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.url": (),
34291# class PySide2.QtWebEngineWidgets.QWebEngineFullScreenRequest:
34292    "PySide2.QtWebEngineWidgets.QWebEngineFullScreenRequest.accept": (),
34293    "PySide2.QtWebEngineWidgets.QWebEngineFullScreenRequest.origin": (),
34294    "PySide2.QtWebEngineWidgets.QWebEngineFullScreenRequest.reject": (),
34295    "PySide2.QtWebEngineWidgets.QWebEngineFullScreenRequest.toggleOn": (),
34296# class PySide2.QtWebEngineWidgets.QWebEngineHistory:
34297    "PySide2.QtWebEngineWidgets.QWebEngineHistory.__lshift__": ('PySide2.QtCore.QDataStream',),
34298    "PySide2.QtWebEngineWidgets.QWebEngineHistory.__rshift__": ('PySide2.QtCore.QDataStream',),
34299    "PySide2.QtWebEngineWidgets.QWebEngineHistory.back": (),
34300    "PySide2.QtWebEngineWidgets.QWebEngineHistory.backItem": (),
34301    "PySide2.QtWebEngineWidgets.QWebEngineHistory.backItems": ('int',),
34302    "PySide2.QtWebEngineWidgets.QWebEngineHistory.canGoBack": (),
34303    "PySide2.QtWebEngineWidgets.QWebEngineHistory.canGoForward": (),
34304    "PySide2.QtWebEngineWidgets.QWebEngineHistory.clear": (),
34305    "PySide2.QtWebEngineWidgets.QWebEngineHistory.count": (),
34306    "PySide2.QtWebEngineWidgets.QWebEngineHistory.currentItem": (),
34307    "PySide2.QtWebEngineWidgets.QWebEngineHistory.currentItemIndex": (),
34308    "PySide2.QtWebEngineWidgets.QWebEngineHistory.forward": (),
34309    "PySide2.QtWebEngineWidgets.QWebEngineHistory.forwardItem": (),
34310    "PySide2.QtWebEngineWidgets.QWebEngineHistory.forwardItems": ('int',),
34311    "PySide2.QtWebEngineWidgets.QWebEngineHistory.goToItem": ('PySide2.QtWebEngineWidgets.QWebEngineHistoryItem',),
34312    "PySide2.QtWebEngineWidgets.QWebEngineHistory.itemAt": ('int',),
34313    "PySide2.QtWebEngineWidgets.QWebEngineHistory.items": (),
34314# class PySide2.QtWebEngineWidgets.QWebEngineHistoryItem:
34315    "PySide2.QtWebEngineWidgets.QWebEngineHistoryItem.__init__": ('PySide2.QtWebEngineWidgets.QWebEngineHistoryItem',),
34316    "PySide2.QtWebEngineWidgets.QWebEngineHistoryItem.__copy__": (),
34317    "PySide2.QtWebEngineWidgets.QWebEngineHistoryItem.iconUrl": (),
34318    "PySide2.QtWebEngineWidgets.QWebEngineHistoryItem.isValid": (),
34319    "PySide2.QtWebEngineWidgets.QWebEngineHistoryItem.lastVisited": (),
34320    "PySide2.QtWebEngineWidgets.QWebEngineHistoryItem.originalUrl": (),
34321    "PySide2.QtWebEngineWidgets.QWebEngineHistoryItem.swap": ('PySide2.QtWebEngineWidgets.QWebEngineHistoryItem',),
34322    "PySide2.QtWebEngineWidgets.QWebEngineHistoryItem.title": (),
34323    "PySide2.QtWebEngineWidgets.QWebEngineHistoryItem.url": (),
34324# class PySide2.QtWebEngineWidgets.QWebEnginePage:
34325# class PySide2.QtWebEngineWidgets.QWebEnginePage.Feature:
34326# class PySide2.QtWebEngineWidgets.QWebEnginePage.FileSelectionMode:
34327# class PySide2.QtWebEngineWidgets.QWebEnginePage.FindFlag:
34328# class PySide2.QtWebEngineWidgets.QWebEnginePage.FindFlags:
34329# class PySide2.QtWebEngineWidgets.QWebEnginePage.JavaScriptConsoleMessageLevel:
34330# class PySide2.QtWebEngineWidgets.QWebEnginePage.NavigationType:
34331# class PySide2.QtWebEngineWidgets.QWebEnginePage.PermissionPolicy:
34332# class PySide2.QtWebEngineWidgets.QWebEnginePage.RenderProcessTerminationStatus:
34333# class PySide2.QtWebEngineWidgets.QWebEnginePage.WebAction:
34334# class PySide2.QtWebEngineWidgets.QWebEnginePage.WebWindowType:
34335    "PySide2.QtWebEngineWidgets.QWebEnginePage.__init__": [('PySide2.QtCore.QObject',), ('PySide2.QtWebEngineWidgets.QWebEngineProfile', 'PySide2.QtCore.QObject')],
34336    "PySide2.QtWebEngineWidgets.QWebEnginePage.acceptNavigationRequest": ('PySide2.QtCore.QUrl', 'PySide2.QtWebEngineWidgets.QWebEnginePage.NavigationType', 'bool'),
34337    "PySide2.QtWebEngineWidgets.QWebEnginePage.action": ('PySide2.QtWebEngineWidgets.QWebEnginePage.WebAction',),
34338    "PySide2.QtWebEngineWidgets.QWebEnginePage.backgroundColor": (),
34339    "PySide2.QtWebEngineWidgets.QWebEnginePage.certificateError": ('PySide2.QtWebEngineWidgets.QWebEngineCertificateError',),
34340    "PySide2.QtWebEngineWidgets.QWebEnginePage.chooseFiles": ('PySide2.QtWebEngineWidgets.QWebEnginePage.FileSelectionMode', 'typing.Sequence[str]', 'typing.Sequence[str]'),
34341    "PySide2.QtWebEngineWidgets.QWebEnginePage.contentsSize": (),
34342    "PySide2.QtWebEngineWidgets.QWebEnginePage.contextMenuData": (),
34343    "PySide2.QtWebEngineWidgets.QWebEnginePage.createStandardContextMenu": (),
34344    "PySide2.QtWebEngineWidgets.QWebEnginePage.createWindow": ('PySide2.QtWebEngineWidgets.QWebEnginePage.WebWindowType',),
34345    "PySide2.QtWebEngineWidgets.QWebEnginePage.devToolsPage": (),
34346    "PySide2.QtWebEngineWidgets.QWebEnginePage.download": ('PySide2.QtCore.QUrl', 'str'),
34347    "PySide2.QtWebEngineWidgets.QWebEnginePage.event": ('PySide2.QtCore.QEvent',),
34348    "PySide2.QtWebEngineWidgets.QWebEnginePage.findText": [('str', 'PySide2.QtWebEngineWidgets.QWebEnginePage.FindFlags'), ('str', 'PySide2.QtWebEngineWidgets.QWebEnginePage.FindFlags', 'object')],
34349    "PySide2.QtWebEngineWidgets.QWebEnginePage.hasSelection": (),
34350    "PySide2.QtWebEngineWidgets.QWebEnginePage.history": (),
34351    "PySide2.QtWebEngineWidgets.QWebEnginePage.icon": (),
34352    "PySide2.QtWebEngineWidgets.QWebEnginePage.iconUrl": (),
34353    "PySide2.QtWebEngineWidgets.QWebEnginePage.inspectedPage": (),
34354    "PySide2.QtWebEngineWidgets.QWebEnginePage.isAudioMuted": (),
34355    "PySide2.QtWebEngineWidgets.QWebEnginePage.isVisible": (),
34356    "PySide2.QtWebEngineWidgets.QWebEnginePage.javaScriptAlert": ('PySide2.QtCore.QUrl', 'str'),
34357    "PySide2.QtWebEngineWidgets.QWebEnginePage.javaScriptConfirm": ('PySide2.QtCore.QUrl', 'str'),
34358    "PySide2.QtWebEngineWidgets.QWebEnginePage.javaScriptConsoleMessage": ('PySide2.QtWebEngineWidgets.QWebEnginePage.JavaScriptConsoleMessageLevel', 'str', 'int', 'str'),
34359    "PySide2.QtWebEngineWidgets.QWebEnginePage.javaScriptPrompt": ('PySide2.QtCore.QUrl', 'str', 'str'),
34360    "PySide2.QtWebEngineWidgets.QWebEnginePage.load": [('PySide2.QtCore.QUrl',), ('PySide2.QtWebEngineCore.QWebEngineHttpRequest',)],
34361    "PySide2.QtWebEngineWidgets.QWebEnginePage.printToPdf": [('object', 'PySide2.QtGui.QPageLayout'), ('str', 'PySide2.QtGui.QPageLayout')],
34362    "PySide2.QtWebEngineWidgets.QWebEnginePage.profile": (),
34363    "PySide2.QtWebEngineWidgets.QWebEnginePage.recentlyAudible": (),
34364    "PySide2.QtWebEngineWidgets.QWebEnginePage.replaceMisspelledWord": ('str',),
34365    "PySide2.QtWebEngineWidgets.QWebEnginePage.requestedUrl": (),
34366    "PySide2.QtWebEngineWidgets.QWebEnginePage.runJavaScript": [('str',), ('str', 'int'), ('str', 'int', 'object')],
34367    "PySide2.QtWebEngineWidgets.QWebEnginePage.save": ('str', 'PySide2.QtWebEngineWidgets.QWebEngineDownloadItem.SavePageFormat'),
34368    "PySide2.QtWebEngineWidgets.QWebEnginePage.scripts": (),
34369    "PySide2.QtWebEngineWidgets.QWebEnginePage.scrollPosition": (),
34370    "PySide2.QtWebEngineWidgets.QWebEnginePage.selectedText": (),
34371    "PySide2.QtWebEngineWidgets.QWebEnginePage.setAudioMuted": ('bool',),
34372    "PySide2.QtWebEngineWidgets.QWebEnginePage.setBackgroundColor": ('PySide2.QtGui.QColor',),
34373    "PySide2.QtWebEngineWidgets.QWebEnginePage.setContent": ('PySide2.QtCore.QByteArray', 'str', 'PySide2.QtCore.QUrl'),
34374    "PySide2.QtWebEngineWidgets.QWebEnginePage.setDevToolsPage": ('PySide2.QtWebEngineWidgets.QWebEnginePage',),
34375    "PySide2.QtWebEngineWidgets.QWebEnginePage.setFeaturePermission": ('PySide2.QtCore.QUrl', 'PySide2.QtWebEngineWidgets.QWebEnginePage.Feature', 'PySide2.QtWebEngineWidgets.QWebEnginePage.PermissionPolicy'),
34376    "PySide2.QtWebEngineWidgets.QWebEnginePage.setHtml": ('str', 'PySide2.QtCore.QUrl'),
34377    "PySide2.QtWebEngineWidgets.QWebEnginePage.setInspectedPage": ('PySide2.QtWebEngineWidgets.QWebEnginePage',),
34378    "PySide2.QtWebEngineWidgets.QWebEnginePage.setUrl": ('PySide2.QtCore.QUrl',),
34379    "PySide2.QtWebEngineWidgets.QWebEnginePage.setUrlRequestInterceptor": ('PySide2.QtWebEngineCore.QWebEngineUrlRequestInterceptor',),
34380    "PySide2.QtWebEngineWidgets.QWebEnginePage.setView": ('PySide2.QtWidgets.QWidget',),
34381    "PySide2.QtWebEngineWidgets.QWebEnginePage.setVisible": ('bool',),
34382    "PySide2.QtWebEngineWidgets.QWebEnginePage.setWebChannel": [('PySide2.QtWebChannel.QWebChannel',), ('PySide2.QtWebChannel.QWebChannel', 'int')],
34383    "PySide2.QtWebEngineWidgets.QWebEnginePage.setZoomFactor": ('float',),
34384    "PySide2.QtWebEngineWidgets.QWebEnginePage.settings": (),
34385    "PySide2.QtWebEngineWidgets.QWebEnginePage.title": (),
34386    "PySide2.QtWebEngineWidgets.QWebEnginePage.toHtml": ('object',),
34387    "PySide2.QtWebEngineWidgets.QWebEnginePage.toPlainText": ('object',),
34388    "PySide2.QtWebEngineWidgets.QWebEnginePage.triggerAction": ('PySide2.QtWebEngineWidgets.QWebEnginePage.WebAction', 'bool'),
34389    "PySide2.QtWebEngineWidgets.QWebEnginePage.url": (),
34390    "PySide2.QtWebEngineWidgets.QWebEnginePage.view": (),
34391    "PySide2.QtWebEngineWidgets.QWebEnginePage.webChannel": (),
34392    "PySide2.QtWebEngineWidgets.QWebEnginePage.zoomFactor": (),
34393# class PySide2.QtWebEngineWidgets.QWebEngineProfile:
34394# class PySide2.QtWebEngineWidgets.QWebEngineProfile.HttpCacheType:
34395# class PySide2.QtWebEngineWidgets.QWebEngineProfile.PersistentCookiesPolicy:
34396    "PySide2.QtWebEngineWidgets.QWebEngineProfile.__init__": [('PySide2.QtCore.QObject',), ('str', 'PySide2.QtCore.QObject')],
34397    "PySide2.QtWebEngineWidgets.QWebEngineProfile.cachePath": (),
34398    "PySide2.QtWebEngineWidgets.QWebEngineProfile.clearAllVisitedLinks": (),
34399    "PySide2.QtWebEngineWidgets.QWebEngineProfile.clearHttpCache": (),
34400    "PySide2.QtWebEngineWidgets.QWebEngineProfile.clearVisitedLinks": ('typing.Sequence[PySide2.QtCore.QUrl]',),
34401    "PySide2.QtWebEngineWidgets.QWebEngineProfile.cookieStore": (),
34402    "PySide2.QtWebEngineWidgets.QWebEngineProfile.defaultProfile": (),
34403    "PySide2.QtWebEngineWidgets.QWebEngineProfile.downloadPath": (),
34404    "PySide2.QtWebEngineWidgets.QWebEngineProfile.httpAcceptLanguage": (),
34405    "PySide2.QtWebEngineWidgets.QWebEngineProfile.httpCacheMaximumSize": (),
34406    "PySide2.QtWebEngineWidgets.QWebEngineProfile.httpCacheType": (),
34407    "PySide2.QtWebEngineWidgets.QWebEngineProfile.httpUserAgent": (),
34408    "PySide2.QtWebEngineWidgets.QWebEngineProfile.installUrlSchemeHandler": ('PySide2.QtCore.QByteArray', 'PySide2.QtWebEngineCore.QWebEngineUrlSchemeHandler'),
34409    "PySide2.QtWebEngineWidgets.QWebEngineProfile.isOffTheRecord": (),
34410    "PySide2.QtWebEngineWidgets.QWebEngineProfile.isSpellCheckEnabled": (),
34411    "PySide2.QtWebEngineWidgets.QWebEngineProfile.isUsedForGlobalCertificateVerification": (),
34412    "PySide2.QtWebEngineWidgets.QWebEngineProfile.persistentCookiesPolicy": (),
34413    "PySide2.QtWebEngineWidgets.QWebEngineProfile.persistentStoragePath": (),
34414    "PySide2.QtWebEngineWidgets.QWebEngineProfile.removeAllUrlSchemeHandlers": (),
34415    "PySide2.QtWebEngineWidgets.QWebEngineProfile.removeUrlScheme": ('PySide2.QtCore.QByteArray',),
34416    "PySide2.QtWebEngineWidgets.QWebEngineProfile.removeUrlSchemeHandler": ('PySide2.QtWebEngineCore.QWebEngineUrlSchemeHandler',),
34417    "PySide2.QtWebEngineWidgets.QWebEngineProfile.scripts": (),
34418    "PySide2.QtWebEngineWidgets.QWebEngineProfile.setCachePath": ('str',),
34419    "PySide2.QtWebEngineWidgets.QWebEngineProfile.setDownloadPath": ('str',),
34420    "PySide2.QtWebEngineWidgets.QWebEngineProfile.setHttpAcceptLanguage": ('str',),
34421    "PySide2.QtWebEngineWidgets.QWebEngineProfile.setHttpCacheMaximumSize": ('int',),
34422    "PySide2.QtWebEngineWidgets.QWebEngineProfile.setHttpCacheType": ('PySide2.QtWebEngineWidgets.QWebEngineProfile.HttpCacheType',),
34423    "PySide2.QtWebEngineWidgets.QWebEngineProfile.setHttpUserAgent": ('str',),
34424    "PySide2.QtWebEngineWidgets.QWebEngineProfile.setPersistentCookiesPolicy": ('PySide2.QtWebEngineWidgets.QWebEngineProfile.PersistentCookiesPolicy',),
34425    "PySide2.QtWebEngineWidgets.QWebEngineProfile.setPersistentStoragePath": ('str',),
34426    "PySide2.QtWebEngineWidgets.QWebEngineProfile.setRequestInterceptor": ('PySide2.QtWebEngineCore.QWebEngineUrlRequestInterceptor',),
34427    "PySide2.QtWebEngineWidgets.QWebEngineProfile.setSpellCheckEnabled": ('bool',),
34428    "PySide2.QtWebEngineWidgets.QWebEngineProfile.setSpellCheckLanguages": ('typing.Sequence[str]',),
34429    "PySide2.QtWebEngineWidgets.QWebEngineProfile.setUrlRequestInterceptor": ('PySide2.QtWebEngineCore.QWebEngineUrlRequestInterceptor',),
34430    "PySide2.QtWebEngineWidgets.QWebEngineProfile.setUseForGlobalCertificateVerification": ('bool',),
34431    "PySide2.QtWebEngineWidgets.QWebEngineProfile.settings": (),
34432    "PySide2.QtWebEngineWidgets.QWebEngineProfile.spellCheckLanguages": (),
34433    "PySide2.QtWebEngineWidgets.QWebEngineProfile.storageName": (),
34434    "PySide2.QtWebEngineWidgets.QWebEngineProfile.urlSchemeHandler": ('PySide2.QtCore.QByteArray',),
34435    "PySide2.QtWebEngineWidgets.QWebEngineProfile.visitedLinksContainsUrl": ('PySide2.QtCore.QUrl',),
34436# class PySide2.QtWebEngineWidgets.QWebEngineScript:
34437# class PySide2.QtWebEngineWidgets.QWebEngineScript.InjectionPoint:
34438# class PySide2.QtWebEngineWidgets.QWebEngineScript.ScriptWorldId:
34439    "PySide2.QtWebEngineWidgets.QWebEngineScript.__init__": [(), ('PySide2.QtWebEngineWidgets.QWebEngineScript',)],
34440    "PySide2.QtWebEngineWidgets.QWebEngineScript.__copy__": (),
34441    "PySide2.QtWebEngineWidgets.QWebEngineScript.injectionPoint": (),
34442    "PySide2.QtWebEngineWidgets.QWebEngineScript.isNull": (),
34443    "PySide2.QtWebEngineWidgets.QWebEngineScript.name": (),
34444    "PySide2.QtWebEngineWidgets.QWebEngineScript.runsOnSubFrames": (),
34445    "PySide2.QtWebEngineWidgets.QWebEngineScript.setInjectionPoint": ('PySide2.QtWebEngineWidgets.QWebEngineScript.InjectionPoint',),
34446    "PySide2.QtWebEngineWidgets.QWebEngineScript.setName": ('str',),
34447    "PySide2.QtWebEngineWidgets.QWebEngineScript.setRunsOnSubFrames": ('bool',),
34448    "PySide2.QtWebEngineWidgets.QWebEngineScript.setSourceCode": ('str',),
34449    "PySide2.QtWebEngineWidgets.QWebEngineScript.setWorldId": ('int',),
34450    "PySide2.QtWebEngineWidgets.QWebEngineScript.sourceCode": (),
34451    "PySide2.QtWebEngineWidgets.QWebEngineScript.swap": ('PySide2.QtWebEngineWidgets.QWebEngineScript',),
34452    "PySide2.QtWebEngineWidgets.QWebEngineScript.worldId": (),
34453# class PySide2.QtWebEngineWidgets.QWebEngineScriptCollection:
34454    "PySide2.QtWebEngineWidgets.QWebEngineScriptCollection.clear": (),
34455    "PySide2.QtWebEngineWidgets.QWebEngineScriptCollection.contains": ('PySide2.QtWebEngineWidgets.QWebEngineScript',),
34456    "PySide2.QtWebEngineWidgets.QWebEngineScriptCollection.count": (),
34457    "PySide2.QtWebEngineWidgets.QWebEngineScriptCollection.findScript": ('str',),
34458    "PySide2.QtWebEngineWidgets.QWebEngineScriptCollection.findScripts": ('str',),
34459    "PySide2.QtWebEngineWidgets.QWebEngineScriptCollection.insert": [('PySide2.QtWebEngineWidgets.QWebEngineScript',), ('typing.Sequence[PySide2.QtWebEngineWidgets.QWebEngineScript]',)],
34460    "PySide2.QtWebEngineWidgets.QWebEngineScriptCollection.isEmpty": (),
34461    "PySide2.QtWebEngineWidgets.QWebEngineScriptCollection.remove": ('PySide2.QtWebEngineWidgets.QWebEngineScript',),
34462    "PySide2.QtWebEngineWidgets.QWebEngineScriptCollection.size": (),
34463    "PySide2.QtWebEngineWidgets.QWebEngineScriptCollection.toList": (),
34464# class PySide2.QtWebEngineWidgets.QWebEngineSettings:
34465# class PySide2.QtWebEngineWidgets.QWebEngineSettings.FontFamily:
34466# class PySide2.QtWebEngineWidgets.QWebEngineSettings.FontSize:
34467# class PySide2.QtWebEngineWidgets.QWebEngineSettings.UnknownUrlSchemePolicy:
34468# class PySide2.QtWebEngineWidgets.QWebEngineSettings.WebAttribute:
34469    "PySide2.QtWebEngineWidgets.QWebEngineSettings.defaultSettings": (),
34470    "PySide2.QtWebEngineWidgets.QWebEngineSettings.defaultTextEncoding": (),
34471    "PySide2.QtWebEngineWidgets.QWebEngineSettings.fontFamily": ('PySide2.QtWebEngineWidgets.QWebEngineSettings.FontFamily',),
34472    "PySide2.QtWebEngineWidgets.QWebEngineSettings.fontSize": ('PySide2.QtWebEngineWidgets.QWebEngineSettings.FontSize',),
34473    "PySide2.QtWebEngineWidgets.QWebEngineSettings.globalSettings": (),
34474    "PySide2.QtWebEngineWidgets.QWebEngineSettings.resetAttribute": ('PySide2.QtWebEngineWidgets.QWebEngineSettings.WebAttribute',),
34475    "PySide2.QtWebEngineWidgets.QWebEngineSettings.resetFontFamily": ('PySide2.QtWebEngineWidgets.QWebEngineSettings.FontFamily',),
34476    "PySide2.QtWebEngineWidgets.QWebEngineSettings.resetFontSize": ('PySide2.QtWebEngineWidgets.QWebEngineSettings.FontSize',),
34477    "PySide2.QtWebEngineWidgets.QWebEngineSettings.resetUnknownUrlSchemePolicy": (),
34478    "PySide2.QtWebEngineWidgets.QWebEngineSettings.setAttribute": ('PySide2.QtWebEngineWidgets.QWebEngineSettings.WebAttribute', 'bool'),
34479    "PySide2.QtWebEngineWidgets.QWebEngineSettings.setDefaultTextEncoding": ('str',),
34480    "PySide2.QtWebEngineWidgets.QWebEngineSettings.setFontFamily": ('PySide2.QtWebEngineWidgets.QWebEngineSettings.FontFamily', 'str'),
34481    "PySide2.QtWebEngineWidgets.QWebEngineSettings.setFontSize": ('PySide2.QtWebEngineWidgets.QWebEngineSettings.FontSize', 'int'),
34482    "PySide2.QtWebEngineWidgets.QWebEngineSettings.setUnknownUrlSchemePolicy": ('PySide2.QtWebEngineWidgets.QWebEngineSettings.UnknownUrlSchemePolicy',),
34483    "PySide2.QtWebEngineWidgets.QWebEngineSettings.testAttribute": ('PySide2.QtWebEngineWidgets.QWebEngineSettings.WebAttribute',),
34484    "PySide2.QtWebEngineWidgets.QWebEngineSettings.unknownUrlSchemePolicy": (),
34485# class PySide2.QtWebEngineWidgets.QWebEngineView:
34486    "PySide2.QtWebEngineWidgets.QWebEngineView.__init__": ('PySide2.QtWidgets.QWidget',),
34487    "PySide2.QtWebEngineWidgets.QWebEngineView.back": (),
34488    "PySide2.QtWebEngineWidgets.QWebEngineView.closeEvent": ('PySide2.QtGui.QCloseEvent',),
34489    "PySide2.QtWebEngineWidgets.QWebEngineView.contextMenuEvent": ('PySide2.QtGui.QContextMenuEvent',),
34490    "PySide2.QtWebEngineWidgets.QWebEngineView.createWindow": ('PySide2.QtWebEngineWidgets.QWebEnginePage.WebWindowType',),
34491    "PySide2.QtWebEngineWidgets.QWebEngineView.dragEnterEvent": ('PySide2.QtGui.QDragEnterEvent',),
34492    "PySide2.QtWebEngineWidgets.QWebEngineView.dragLeaveEvent": ('PySide2.QtGui.QDragLeaveEvent',),
34493    "PySide2.QtWebEngineWidgets.QWebEngineView.dragMoveEvent": ('PySide2.QtGui.QDragMoveEvent',),
34494    "PySide2.QtWebEngineWidgets.QWebEngineView.dropEvent": ('PySide2.QtGui.QDropEvent',),
34495    "PySide2.QtWebEngineWidgets.QWebEngineView.event": ('PySide2.QtCore.QEvent',),
34496    "PySide2.QtWebEngineWidgets.QWebEngineView.findText": [('str', 'PySide2.QtWebEngineWidgets.QWebEnginePage.FindFlags'), ('str', 'PySide2.QtWebEngineWidgets.QWebEnginePage.FindFlags', 'object')],
34497    "PySide2.QtWebEngineWidgets.QWebEngineView.forward": (),
34498    "PySide2.QtWebEngineWidgets.QWebEngineView.hasSelection": (),
34499    "PySide2.QtWebEngineWidgets.QWebEngineView.hideEvent": ('PySide2.QtGui.QHideEvent',),
34500    "PySide2.QtWebEngineWidgets.QWebEngineView.history": (),
34501    "PySide2.QtWebEngineWidgets.QWebEngineView.icon": (),
34502    "PySide2.QtWebEngineWidgets.QWebEngineView.iconUrl": (),
34503    "PySide2.QtWebEngineWidgets.QWebEngineView.load": [('PySide2.QtCore.QUrl',), ('PySide2.QtWebEngineCore.QWebEngineHttpRequest',)],
34504    "PySide2.QtWebEngineWidgets.QWebEngineView.page": (),
34505    "PySide2.QtWebEngineWidgets.QWebEngineView.pageAction": ('PySide2.QtWebEngineWidgets.QWebEnginePage.WebAction',),
34506    "PySide2.QtWebEngineWidgets.QWebEngineView.reload": (),
34507    "PySide2.QtWebEngineWidgets.QWebEngineView.selectedText": (),
34508    "PySide2.QtWebEngineWidgets.QWebEngineView.setContent": ('PySide2.QtCore.QByteArray', 'str', 'PySide2.QtCore.QUrl'),
34509    "PySide2.QtWebEngineWidgets.QWebEngineView.setHtml": ('str', 'PySide2.QtCore.QUrl'),
34510    "PySide2.QtWebEngineWidgets.QWebEngineView.setPage": ('PySide2.QtWebEngineWidgets.QWebEnginePage',),
34511    "PySide2.QtWebEngineWidgets.QWebEngineView.setUrl": ('PySide2.QtCore.QUrl',),
34512    "PySide2.QtWebEngineWidgets.QWebEngineView.setZoomFactor": ('float',),
34513    "PySide2.QtWebEngineWidgets.QWebEngineView.settings": (),
34514    "PySide2.QtWebEngineWidgets.QWebEngineView.showEvent": ('PySide2.QtGui.QShowEvent',),
34515    "PySide2.QtWebEngineWidgets.QWebEngineView.sizeHint": (),
34516    "PySide2.QtWebEngineWidgets.QWebEngineView.stop": (),
34517    "PySide2.QtWebEngineWidgets.QWebEngineView.title": (),
34518    "PySide2.QtWebEngineWidgets.QWebEngineView.triggerPageAction": ('PySide2.QtWebEngineWidgets.QWebEnginePage.WebAction', 'bool'),
34519    "PySide2.QtWebEngineWidgets.QWebEngineView.url": (),
34520    "PySide2.QtWebEngineWidgets.QWebEngineView.zoomFactor": (),
34521    }) if "PySide2.QtWebEngineWidgets" in sys.modules else None
34522# Module PySide2.QtWebSockets
34523sig_dict.update({
34524# class PySide2.QtWebSockets.QMaskGenerator:
34525    "PySide2.QtWebSockets.QMaskGenerator.__init__": ('PySide2.QtCore.QObject',),
34526    "PySide2.QtWebSockets.QMaskGenerator.nextMask": (),
34527    "PySide2.QtWebSockets.QMaskGenerator.seed": (),
34528# class PySide2.QtWebSockets.QWebSocket:
34529    "PySide2.QtWebSockets.QWebSocket.__init__": ('str', 'PySide2.QtWebSockets.QWebSocketProtocol.Version', 'PySide2.QtCore.QObject'),
34530    "PySide2.QtWebSockets.QWebSocket.abort": (),
34531    "PySide2.QtWebSockets.QWebSocket.bytesToWrite": (),
34532    "PySide2.QtWebSockets.QWebSocket.close": ('PySide2.QtWebSockets.QWebSocketProtocol.CloseCode', 'str'),
34533    "PySide2.QtWebSockets.QWebSocket.closeCode": (),
34534    "PySide2.QtWebSockets.QWebSocket.closeReason": (),
34535    "PySide2.QtWebSockets.QWebSocket.error": (),
34536    "PySide2.QtWebSockets.QWebSocket.errorString": (),
34537    "PySide2.QtWebSockets.QWebSocket.flush": (),
34538    "PySide2.QtWebSockets.QWebSocket.isValid": (),
34539    "PySide2.QtWebSockets.QWebSocket.localAddress": (),
34540    "PySide2.QtWebSockets.QWebSocket.localPort": (),
34541    "PySide2.QtWebSockets.QWebSocket.maskGenerator": (),
34542    "PySide2.QtWebSockets.QWebSocket.open": [('PySide2.QtCore.QUrl',), ('PySide2.QtNetwork.QNetworkRequest',)],
34543    "PySide2.QtWebSockets.QWebSocket.origin": (),
34544    "PySide2.QtWebSockets.QWebSocket.pauseMode": (),
34545    "PySide2.QtWebSockets.QWebSocket.peerAddress": (),
34546    "PySide2.QtWebSockets.QWebSocket.peerName": (),
34547    "PySide2.QtWebSockets.QWebSocket.peerPort": (),
34548    "PySide2.QtWebSockets.QWebSocket.ping": ('PySide2.QtCore.QByteArray',),
34549    "PySide2.QtWebSockets.QWebSocket.proxy": (),
34550    "PySide2.QtWebSockets.QWebSocket.readBufferSize": (),
34551    "PySide2.QtWebSockets.QWebSocket.request": (),
34552    "PySide2.QtWebSockets.QWebSocket.requestUrl": (),
34553    "PySide2.QtWebSockets.QWebSocket.resourceName": (),
34554    "PySide2.QtWebSockets.QWebSocket.resume": (),
34555    "PySide2.QtWebSockets.QWebSocket.sendBinaryMessage": ('PySide2.QtCore.QByteArray',),
34556    "PySide2.QtWebSockets.QWebSocket.sendTextMessage": ('str',),
34557    "PySide2.QtWebSockets.QWebSocket.setMaskGenerator": ('PySide2.QtWebSockets.QMaskGenerator',),
34558    "PySide2.QtWebSockets.QWebSocket.setPauseMode": ('PySide2.QtNetwork.QAbstractSocket.PauseModes',),
34559    "PySide2.QtWebSockets.QWebSocket.setProxy": ('PySide2.QtNetwork.QNetworkProxy',),
34560    "PySide2.QtWebSockets.QWebSocket.setReadBufferSize": ('int',),
34561    "PySide2.QtWebSockets.QWebSocket.state": (),
34562    "PySide2.QtWebSockets.QWebSocket.version": (),
34563# class PySide2.QtWebSockets.QWebSocketCorsAuthenticator:
34564    "PySide2.QtWebSockets.QWebSocketCorsAuthenticator.__init__": [('PySide2.QtWebSockets.QWebSocketCorsAuthenticator',), ('str',)],
34565    "PySide2.QtWebSockets.QWebSocketCorsAuthenticator.allowed": (),
34566    "PySide2.QtWebSockets.QWebSocketCorsAuthenticator.origin": (),
34567    "PySide2.QtWebSockets.QWebSocketCorsAuthenticator.setAllowed": ('bool',),
34568    "PySide2.QtWebSockets.QWebSocketCorsAuthenticator.swap": ('PySide2.QtWebSockets.QWebSocketCorsAuthenticator',),
34569# class PySide2.QtWebSockets.QWebSocketProtocol:
34570# class PySide2.QtWebSockets.QWebSocketProtocol.CloseCode:
34571# class PySide2.QtWebSockets.QWebSocketProtocol.Version:
34572# class PySide2.QtWebSockets.QWebSocketServer:
34573# class PySide2.QtWebSockets.QWebSocketServer.SslMode:
34574    "PySide2.QtWebSockets.QWebSocketServer.__init__": ('str', 'PySide2.QtWebSockets.QWebSocketServer.SslMode', 'PySide2.QtCore.QObject'),
34575    "PySide2.QtWebSockets.QWebSocketServer.close": (),
34576    "PySide2.QtWebSockets.QWebSocketServer.error": (),
34577    "PySide2.QtWebSockets.QWebSocketServer.errorString": (),
34578    "PySide2.QtWebSockets.QWebSocketServer.handleConnection": ('PySide2.QtNetwork.QTcpSocket',),
34579    "PySide2.QtWebSockets.QWebSocketServer.handshakeTimeoutMS": (),
34580    "PySide2.QtWebSockets.QWebSocketServer.hasPendingConnections": (),
34581    "PySide2.QtWebSockets.QWebSocketServer.isListening": (),
34582    "PySide2.QtWebSockets.QWebSocketServer.listen": ('PySide2.QtNetwork.QHostAddress', 'int'),
34583    "PySide2.QtWebSockets.QWebSocketServer.maxPendingConnections": (),
34584    "PySide2.QtWebSockets.QWebSocketServer.nativeDescriptor": (),
34585    "PySide2.QtWebSockets.QWebSocketServer.nextPendingConnection": (),
34586    "PySide2.QtWebSockets.QWebSocketServer.pauseAccepting": (),
34587    "PySide2.QtWebSockets.QWebSocketServer.proxy": (),
34588    "PySide2.QtWebSockets.QWebSocketServer.resumeAccepting": (),
34589    "PySide2.QtWebSockets.QWebSocketServer.secureMode": (),
34590    "PySide2.QtWebSockets.QWebSocketServer.serverAddress": (),
34591    "PySide2.QtWebSockets.QWebSocketServer.serverName": (),
34592    "PySide2.QtWebSockets.QWebSocketServer.serverPort": (),
34593    "PySide2.QtWebSockets.QWebSocketServer.serverUrl": (),
34594    "PySide2.QtWebSockets.QWebSocketServer.setHandshakeTimeout": ('int',),
34595    "PySide2.QtWebSockets.QWebSocketServer.setMaxPendingConnections": ('int',),
34596    "PySide2.QtWebSockets.QWebSocketServer.setNativeDescriptor": ('int',),
34597    "PySide2.QtWebSockets.QWebSocketServer.setProxy": ('PySide2.QtNetwork.QNetworkProxy',),
34598    "PySide2.QtWebSockets.QWebSocketServer.setServerName": ('str',),
34599    "PySide2.QtWebSockets.QWebSocketServer.setSocketDescriptor": ('int',),
34600    "PySide2.QtWebSockets.QWebSocketServer.socketDescriptor": (),
34601    "PySide2.QtWebSockets.QWebSocketServer.supportedVersions": (),
34602    }) if "PySide2.QtWebSockets" in sys.modules else None
34603# Module PySide2.Qt3DCore
34604sig_dict.update({
34605# class PySide2.Qt3DCore.Qt3DCore:
34606# class PySide2.Qt3DCore.Qt3DCore.ChangeFlag:
34607# class PySide2.Qt3DCore.Qt3DCore.ChangeFlags:
34608# class PySide2.Qt3DCore.Qt3DCore.QAbstractAspect:
34609    "PySide2.Qt3DCore.Qt3DCore.QAbstractAspect.__init__": ('PySide2.QtCore.QObject',),
34610    "PySide2.Qt3DCore.Qt3DCore.QAbstractAspect.rootEntityId": (),
34611    "PySide2.Qt3DCore.Qt3DCore.QAbstractAspect.unregisterBackendType": ('PySide2.QtCore.QMetaObject',),
34612# class PySide2.Qt3DCore.Qt3DCore.QAbstractSkeleton:
34613    "PySide2.Qt3DCore.Qt3DCore.QAbstractSkeleton.jointCount": (),
34614# class PySide2.Qt3DCore.Qt3DCore.QArmature:
34615    "PySide2.Qt3DCore.Qt3DCore.QArmature.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
34616    "PySide2.Qt3DCore.Qt3DCore.QArmature.setSkeleton": ('PySide2.Qt3DCore.Qt3DCore.QAbstractSkeleton',),
34617    "PySide2.Qt3DCore.Qt3DCore.QArmature.skeleton": (),
34618# class PySide2.Qt3DCore.Qt3DCore.QAspectEngine:
34619# class PySide2.Qt3DCore.Qt3DCore.QAspectEngine.RunMode:
34620    "PySide2.Qt3DCore.Qt3DCore.QAspectEngine.__init__": ('PySide2.QtCore.QObject',),
34621    "PySide2.Qt3DCore.Qt3DCore.QAspectEngine.aspects": (),
34622    "PySide2.Qt3DCore.Qt3DCore.QAspectEngine.executeCommand": ('str',),
34623    "PySide2.Qt3DCore.Qt3DCore.QAspectEngine.processFrame": (),
34624    "PySide2.Qt3DCore.Qt3DCore.QAspectEngine.registerAspect": [('PySide2.Qt3DCore.Qt3DCore.QAbstractAspect',), ('str',)],
34625    "PySide2.Qt3DCore.Qt3DCore.QAspectEngine.runMode": (),
34626    "PySide2.Qt3DCore.Qt3DCore.QAspectEngine.setRunMode": ('PySide2.Qt3DCore.Qt3DCore.QAspectEngine.RunMode',),
34627    "PySide2.Qt3DCore.Qt3DCore.QAspectEngine.unregisterAspect": [('PySide2.Qt3DCore.Qt3DCore.QAbstractAspect',), ('str',)],
34628# class PySide2.Qt3DCore.Qt3DCore.QAspectJob:
34629    "PySide2.Qt3DCore.Qt3DCore.QAspectJob.__init__": (),
34630    "PySide2.Qt3DCore.Qt3DCore.QAspectJob.run": (),
34631# class PySide2.Qt3DCore.Qt3DCore.QBackendNode:
34632# class PySide2.Qt3DCore.Qt3DCore.QBackendNode.Mode:
34633    "PySide2.Qt3DCore.Qt3DCore.QBackendNode.__init__": ('PySide2.Qt3DCore.Qt3DCore.QBackendNode.Mode',),
34634    "PySide2.Qt3DCore.Qt3DCore.QBackendNode.isEnabled": (),
34635    "PySide2.Qt3DCore.Qt3DCore.QBackendNode.mode": (),
34636    "PySide2.Qt3DCore.Qt3DCore.QBackendNode.peerId": (),
34637    "PySide2.Qt3DCore.Qt3DCore.QBackendNode.setEnabled": ('bool',),
34638# class PySide2.Qt3DCore.Qt3DCore.QComponent:
34639    "PySide2.Qt3DCore.Qt3DCore.QComponent.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
34640    "PySide2.Qt3DCore.Qt3DCore.QComponent.entities": (),
34641    "PySide2.Qt3DCore.Qt3DCore.QComponent.isShareable": (),
34642    "PySide2.Qt3DCore.Qt3DCore.QComponent.setShareable": ('bool',),
34643# class PySide2.Qt3DCore.Qt3DCore.QComponentAddedChange:
34644    "PySide2.Qt3DCore.Qt3DCore.QComponentAddedChange.__init__": [('PySide2.Qt3DCore.Qt3DCore.QComponent', 'PySide2.Qt3DCore.Qt3DCore.QEntity'), ('PySide2.Qt3DCore.Qt3DCore.QEntity', 'PySide2.Qt3DCore.Qt3DCore.QComponent')],
34645    "PySide2.Qt3DCore.Qt3DCore.QComponentAddedChange.componentId": (),
34646    "PySide2.Qt3DCore.Qt3DCore.QComponentAddedChange.componentMetaObject": (),
34647    "PySide2.Qt3DCore.Qt3DCore.QComponentAddedChange.entityId": (),
34648# class PySide2.Qt3DCore.Qt3DCore.QComponentRemovedChange:
34649    "PySide2.Qt3DCore.Qt3DCore.QComponentRemovedChange.__init__": [('PySide2.Qt3DCore.Qt3DCore.QComponent', 'PySide2.Qt3DCore.Qt3DCore.QEntity'), ('PySide2.Qt3DCore.Qt3DCore.QEntity', 'PySide2.Qt3DCore.Qt3DCore.QComponent')],
34650    "PySide2.Qt3DCore.Qt3DCore.QComponentRemovedChange.componentId": (),
34651    "PySide2.Qt3DCore.Qt3DCore.QComponentRemovedChange.componentMetaObject": (),
34652    "PySide2.Qt3DCore.Qt3DCore.QComponentRemovedChange.entityId": (),
34653# class PySide2.Qt3DCore.Qt3DCore.QDynamicPropertyUpdatedChange:
34654    "PySide2.Qt3DCore.Qt3DCore.QDynamicPropertyUpdatedChange.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNodeId',),
34655    "PySide2.Qt3DCore.Qt3DCore.QDynamicPropertyUpdatedChange.propertyName": (),
34656    "PySide2.Qt3DCore.Qt3DCore.QDynamicPropertyUpdatedChange.setPropertyName": ('PySide2.QtCore.QByteArray',),
34657    "PySide2.Qt3DCore.Qt3DCore.QDynamicPropertyUpdatedChange.setValue": ('typing.Any',),
34658    "PySide2.Qt3DCore.Qt3DCore.QDynamicPropertyUpdatedChange.value": (),
34659# class PySide2.Qt3DCore.Qt3DCore.QEntity:
34660    "PySide2.Qt3DCore.Qt3DCore.QEntity.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
34661    "PySide2.Qt3DCore.Qt3DCore.QEntity.addComponent": ('PySide2.Qt3DCore.Qt3DCore.QComponent',),
34662    "PySide2.Qt3DCore.Qt3DCore.QEntity.components": (),
34663    "PySide2.Qt3DCore.Qt3DCore.QEntity.parentEntity": (),
34664    "PySide2.Qt3DCore.Qt3DCore.QEntity.removeComponent": ('PySide2.Qt3DCore.Qt3DCore.QComponent',),
34665# class PySide2.Qt3DCore.Qt3DCore.QJoint:
34666    "PySide2.Qt3DCore.Qt3DCore.QJoint.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
34667    "PySide2.Qt3DCore.Qt3DCore.QJoint.addChildJoint": ('PySide2.Qt3DCore.Qt3DCore.QJoint',),
34668    "PySide2.Qt3DCore.Qt3DCore.QJoint.childJoints": (),
34669    "PySide2.Qt3DCore.Qt3DCore.QJoint.inverseBindMatrix": (),
34670    "PySide2.Qt3DCore.Qt3DCore.QJoint.name": (),
34671    "PySide2.Qt3DCore.Qt3DCore.QJoint.removeChildJoint": ('PySide2.Qt3DCore.Qt3DCore.QJoint',),
34672    "PySide2.Qt3DCore.Qt3DCore.QJoint.rotation": (),
34673    "PySide2.Qt3DCore.Qt3DCore.QJoint.rotationX": (),
34674    "PySide2.Qt3DCore.Qt3DCore.QJoint.rotationY": (),
34675    "PySide2.Qt3DCore.Qt3DCore.QJoint.rotationZ": (),
34676    "PySide2.Qt3DCore.Qt3DCore.QJoint.scale": (),
34677    "PySide2.Qt3DCore.Qt3DCore.QJoint.setInverseBindMatrix": ('PySide2.QtGui.QMatrix4x4',),
34678    "PySide2.Qt3DCore.Qt3DCore.QJoint.setName": ('str',),
34679    "PySide2.Qt3DCore.Qt3DCore.QJoint.setRotation": ('PySide2.QtGui.QQuaternion',),
34680    "PySide2.Qt3DCore.Qt3DCore.QJoint.setRotationX": ('float',),
34681    "PySide2.Qt3DCore.Qt3DCore.QJoint.setRotationY": ('float',),
34682    "PySide2.Qt3DCore.Qt3DCore.QJoint.setRotationZ": ('float',),
34683    "PySide2.Qt3DCore.Qt3DCore.QJoint.setScale": ('PySide2.QtGui.QVector3D',),
34684    "PySide2.Qt3DCore.Qt3DCore.QJoint.setToIdentity": (),
34685    "PySide2.Qt3DCore.Qt3DCore.QJoint.setTranslation": ('PySide2.QtGui.QVector3D',),
34686    "PySide2.Qt3DCore.Qt3DCore.QJoint.translation": (),
34687# class PySide2.Qt3DCore.Qt3DCore.QNode:
34688# class PySide2.Qt3DCore.Qt3DCore.QNode.PropertyTrackingMode:
34689    "PySide2.Qt3DCore.Qt3DCore.QNode.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
34690    "PySide2.Qt3DCore.Qt3DCore.QNode.blockNotifications": ('bool',),
34691    "PySide2.Qt3DCore.Qt3DCore.QNode.childNodes": (),
34692    "PySide2.Qt3DCore.Qt3DCore.QNode.clearPropertyTracking": ('str',),
34693    "PySide2.Qt3DCore.Qt3DCore.QNode.clearPropertyTrackings": (),
34694    "PySide2.Qt3DCore.Qt3DCore.QNode.defaultPropertyTrackingMode": (),
34695    "PySide2.Qt3DCore.Qt3DCore.QNode.id": (),
34696    "PySide2.Qt3DCore.Qt3DCore.QNode.isEnabled": (),
34697    "PySide2.Qt3DCore.Qt3DCore.QNode.notificationsBlocked": (),
34698    "PySide2.Qt3DCore.Qt3DCore.QNode.parentNode": (),
34699    "PySide2.Qt3DCore.Qt3DCore.QNode.propertyTracking": ('str',),
34700    "PySide2.Qt3DCore.Qt3DCore.QNode.setDefaultPropertyTrackingMode": ('PySide2.Qt3DCore.Qt3DCore.QNode.PropertyTrackingMode',),
34701    "PySide2.Qt3DCore.Qt3DCore.QNode.setEnabled": ('bool',),
34702    "PySide2.Qt3DCore.Qt3DCore.QNode.setParent": [('PySide2.Qt3DCore.Qt3DCore.QNode',), ('PySide2.QtCore.QObject',)],
34703    "PySide2.Qt3DCore.Qt3DCore.QNode.setPropertyTracking": ('str', 'PySide2.Qt3DCore.Qt3DCore.QNode.PropertyTrackingMode'),
34704# class PySide2.Qt3DCore.Qt3DCore.QNodeCommand:
34705    "PySide2.Qt3DCore.Qt3DCore.QNodeCommand.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNodeId',),
34706    "PySide2.Qt3DCore.Qt3DCore.QNodeCommand.commandId": (),
34707    "PySide2.Qt3DCore.Qt3DCore.QNodeCommand.data": (),
34708    "PySide2.Qt3DCore.Qt3DCore.QNodeCommand.inReplyTo": (),
34709    "PySide2.Qt3DCore.Qt3DCore.QNodeCommand.name": (),
34710    "PySide2.Qt3DCore.Qt3DCore.QNodeCommand.setData": ('typing.Any',),
34711    "PySide2.Qt3DCore.Qt3DCore.QNodeCommand.setName": ('str',),
34712    "PySide2.Qt3DCore.Qt3DCore.QNodeCommand.setReplyToCommandId": ('int',),
34713# class PySide2.Qt3DCore.Qt3DCore.QNodeCreatedChangeBase:
34714    "PySide2.Qt3DCore.Qt3DCore.QNodeCreatedChangeBase.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
34715    "PySide2.Qt3DCore.Qt3DCore.QNodeCreatedChangeBase.isNodeEnabled": (),
34716    "PySide2.Qt3DCore.Qt3DCore.QNodeCreatedChangeBase.parentId": (),
34717# class PySide2.Qt3DCore.Qt3DCore.QNodeDestroyedChange:
34718    "PySide2.Qt3DCore.Qt3DCore.QNodeDestroyedChange.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode', 'typing.List[PySide2.Qt3DCore.Qt3DCore.QNodeIdTypePair]'),
34719    "PySide2.Qt3DCore.Qt3DCore.QNodeDestroyedChange.subtreeIdsAndTypes": (),
34720# class PySide2.Qt3DCore.Qt3DCore.QNodeId:
34721    "PySide2.Qt3DCore.Qt3DCore.QNodeId.__init__": [(), ('PySide2.Qt3DCore.Qt3DCore.QNodeId',)],
34722    "PySide2.Qt3DCore.Qt3DCore.QNodeId.__copy__": (),
34723    "PySide2.Qt3DCore.Qt3DCore.QNodeId.createId": (),
34724    "PySide2.Qt3DCore.Qt3DCore.QNodeId.id": (),
34725    "PySide2.Qt3DCore.Qt3DCore.QNodeId.isNull": (),
34726# class PySide2.Qt3DCore.Qt3DCore.QNodeIdTypePair:
34727    "PySide2.Qt3DCore.Qt3DCore.QNodeIdTypePair.__init__": [(), ('PySide2.Qt3DCore.Qt3DCore.QNodeId', 'PySide2.QtCore.QMetaObject'), ('PySide2.Qt3DCore.Qt3DCore.QNodeIdTypePair',)],
34728    "PySide2.Qt3DCore.Qt3DCore.QNodeIdTypePair.__copy__": (),
34729# class PySide2.Qt3DCore.Qt3DCore.QPropertyNodeAddedChange:
34730    "PySide2.Qt3DCore.Qt3DCore.QPropertyNodeAddedChange.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNodeId', 'PySide2.Qt3DCore.Qt3DCore.QNode'),
34731    "PySide2.Qt3DCore.Qt3DCore.QPropertyNodeAddedChange.addedNodeId": (),
34732# class PySide2.Qt3DCore.Qt3DCore.QPropertyNodeRemovedChange:
34733    "PySide2.Qt3DCore.Qt3DCore.QPropertyNodeRemovedChange.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNodeId', 'PySide2.Qt3DCore.Qt3DCore.QNode'),
34734    "PySide2.Qt3DCore.Qt3DCore.QPropertyNodeRemovedChange.removedNodeId": (),
34735# class PySide2.Qt3DCore.Qt3DCore.QPropertyUpdatedChange:
34736    "PySide2.Qt3DCore.Qt3DCore.QPropertyUpdatedChange.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNodeId',),
34737    "PySide2.Qt3DCore.Qt3DCore.QPropertyUpdatedChange.setValue": ('typing.Any',),
34738    "PySide2.Qt3DCore.Qt3DCore.QPropertyUpdatedChange.value": (),
34739# class PySide2.Qt3DCore.Qt3DCore.QPropertyUpdatedChangeBase:
34740    "PySide2.Qt3DCore.Qt3DCore.QPropertyUpdatedChangeBase.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNodeId',),
34741# class PySide2.Qt3DCore.Qt3DCore.QPropertyValueAddedChange:
34742    "PySide2.Qt3DCore.Qt3DCore.QPropertyValueAddedChange.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNodeId',),
34743    "PySide2.Qt3DCore.Qt3DCore.QPropertyValueAddedChange.addedValue": (),
34744    "PySide2.Qt3DCore.Qt3DCore.QPropertyValueAddedChange.setAddedValue": ('typing.Any',),
34745# class PySide2.Qt3DCore.Qt3DCore.QPropertyValueAddedChangeBase:
34746    "PySide2.Qt3DCore.Qt3DCore.QPropertyValueAddedChangeBase.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNodeId',),
34747# class PySide2.Qt3DCore.Qt3DCore.QPropertyValueRemovedChange:
34748    "PySide2.Qt3DCore.Qt3DCore.QPropertyValueRemovedChange.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNodeId',),
34749    "PySide2.Qt3DCore.Qt3DCore.QPropertyValueRemovedChange.removedValue": (),
34750    "PySide2.Qt3DCore.Qt3DCore.QPropertyValueRemovedChange.setRemovedValue": ('typing.Any',),
34751# class PySide2.Qt3DCore.Qt3DCore.QPropertyValueRemovedChangeBase:
34752    "PySide2.Qt3DCore.Qt3DCore.QPropertyValueRemovedChangeBase.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNodeId',),
34753# class PySide2.Qt3DCore.Qt3DCore.QSceneChange:
34754# class PySide2.Qt3DCore.Qt3DCore.QSceneChange.DeliveryFlag:
34755# class PySide2.Qt3DCore.Qt3DCore.QSceneChange.DeliveryFlags:
34756    "PySide2.Qt3DCore.Qt3DCore.QSceneChange.__init__": ('PySide2.Qt3DCore.Qt3DCore.ChangeFlag', 'PySide2.Qt3DCore.Qt3DCore.QNodeId'),
34757    "PySide2.Qt3DCore.Qt3DCore.QSceneChange.deliveryFlags": (),
34758    "PySide2.Qt3DCore.Qt3DCore.QSceneChange.setDeliveryFlags": ('PySide2.Qt3DCore.Qt3DCore.QSceneChange.DeliveryFlags',),
34759    "PySide2.Qt3DCore.Qt3DCore.QSceneChange.subjectId": (),
34760    "PySide2.Qt3DCore.Qt3DCore.QSceneChange.type": (),
34761# class PySide2.Qt3DCore.Qt3DCore.QSkeleton:
34762    "PySide2.Qt3DCore.Qt3DCore.QSkeleton.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
34763    "PySide2.Qt3DCore.Qt3DCore.QSkeleton.rootJoint": (),
34764    "PySide2.Qt3DCore.Qt3DCore.QSkeleton.setRootJoint": ('PySide2.Qt3DCore.Qt3DCore.QJoint',),
34765# class PySide2.Qt3DCore.Qt3DCore.QSkeletonLoader:
34766# class PySide2.Qt3DCore.Qt3DCore.QSkeletonLoader.Status:
34767    "PySide2.Qt3DCore.Qt3DCore.QSkeletonLoader.__init__": [('PySide2.Qt3DCore.Qt3DCore.QNode',), ('PySide2.QtCore.QUrl', 'PySide2.Qt3DCore.Qt3DCore.QNode')],
34768    "PySide2.Qt3DCore.Qt3DCore.QSkeletonLoader.isCreateJointsEnabled": (),
34769    "PySide2.Qt3DCore.Qt3DCore.QSkeletonLoader.rootJoint": (),
34770    "PySide2.Qt3DCore.Qt3DCore.QSkeletonLoader.setCreateJointsEnabled": ('bool',),
34771    "PySide2.Qt3DCore.Qt3DCore.QSkeletonLoader.setSource": ('PySide2.QtCore.QUrl',),
34772    "PySide2.Qt3DCore.Qt3DCore.QSkeletonLoader.source": (),
34773    "PySide2.Qt3DCore.Qt3DCore.QSkeletonLoader.status": (),
34774# class PySide2.Qt3DCore.Qt3DCore.QStaticPropertyUpdatedChangeBase:
34775    "PySide2.Qt3DCore.Qt3DCore.QStaticPropertyUpdatedChangeBase.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNodeId',),
34776    "PySide2.Qt3DCore.Qt3DCore.QStaticPropertyUpdatedChangeBase.propertyName": (),
34777    "PySide2.Qt3DCore.Qt3DCore.QStaticPropertyUpdatedChangeBase.setPropertyName": ('str',),
34778# class PySide2.Qt3DCore.Qt3DCore.QStaticPropertyValueAddedChangeBase:
34779    "PySide2.Qt3DCore.Qt3DCore.QStaticPropertyValueAddedChangeBase.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNodeId',),
34780    "PySide2.Qt3DCore.Qt3DCore.QStaticPropertyValueAddedChangeBase.propertyName": (),
34781    "PySide2.Qt3DCore.Qt3DCore.QStaticPropertyValueAddedChangeBase.setPropertyName": ('str',),
34782# class PySide2.Qt3DCore.Qt3DCore.QStaticPropertyValueRemovedChangeBase:
34783    "PySide2.Qt3DCore.Qt3DCore.QStaticPropertyValueRemovedChangeBase.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNodeId',),
34784    "PySide2.Qt3DCore.Qt3DCore.QStaticPropertyValueRemovedChangeBase.propertyName": (),
34785    "PySide2.Qt3DCore.Qt3DCore.QStaticPropertyValueRemovedChangeBase.setPropertyName": ('str',),
34786# class PySide2.Qt3DCore.Qt3DCore.QTransform:
34787    "PySide2.Qt3DCore.Qt3DCore.QTransform.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
34788    "PySide2.Qt3DCore.Qt3DCore.QTransform.fromAxes": ('PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D'),
34789    "PySide2.Qt3DCore.Qt3DCore.QTransform.fromAxesAndAngles": [('PySide2.QtGui.QVector3D', 'float', 'PySide2.QtGui.QVector3D', 'float'), ('PySide2.QtGui.QVector3D', 'float', 'PySide2.QtGui.QVector3D', 'float', 'PySide2.QtGui.QVector3D', 'float')],
34790    "PySide2.Qt3DCore.Qt3DCore.QTransform.fromAxisAndAngle": [('PySide2.QtGui.QVector3D', 'float'), ('float', 'float', 'float', 'float')],
34791    "PySide2.Qt3DCore.Qt3DCore.QTransform.fromEulerAngles": [('PySide2.QtGui.QVector3D',), ('float', 'float', 'float')],
34792    "PySide2.Qt3DCore.Qt3DCore.QTransform.matrix": (),
34793    "PySide2.Qt3DCore.Qt3DCore.QTransform.rotateAround": ('PySide2.QtGui.QVector3D', 'float', 'PySide2.QtGui.QVector3D'),
34794    "PySide2.Qt3DCore.Qt3DCore.QTransform.rotateFromAxes": ('PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D'),
34795    "PySide2.Qt3DCore.Qt3DCore.QTransform.rotation": (),
34796    "PySide2.Qt3DCore.Qt3DCore.QTransform.rotationX": (),
34797    "PySide2.Qt3DCore.Qt3DCore.QTransform.rotationY": (),
34798    "PySide2.Qt3DCore.Qt3DCore.QTransform.rotationZ": (),
34799    "PySide2.Qt3DCore.Qt3DCore.QTransform.scale": (),
34800    "PySide2.Qt3DCore.Qt3DCore.QTransform.scale3D": (),
34801    "PySide2.Qt3DCore.Qt3DCore.QTransform.setMatrix": ('PySide2.QtGui.QMatrix4x4',),
34802    "PySide2.Qt3DCore.Qt3DCore.QTransform.setRotation": ('PySide2.QtGui.QQuaternion',),
34803    "PySide2.Qt3DCore.Qt3DCore.QTransform.setRotationX": ('float',),
34804    "PySide2.Qt3DCore.Qt3DCore.QTransform.setRotationY": ('float',),
34805    "PySide2.Qt3DCore.Qt3DCore.QTransform.setRotationZ": ('float',),
34806    "PySide2.Qt3DCore.Qt3DCore.QTransform.setScale": ('float',),
34807    "PySide2.Qt3DCore.Qt3DCore.QTransform.setScale3D": ('PySide2.QtGui.QVector3D',),
34808    "PySide2.Qt3DCore.Qt3DCore.QTransform.setTranslation": ('PySide2.QtGui.QVector3D',),
34809    "PySide2.Qt3DCore.Qt3DCore.QTransform.translation": (),
34810    "PySide2.Qt3DCore.Qt3DCore.QTransform.worldMatrix": (),
34811    "PySide2.Qt3DCore.Qt3DCore.qHash": ('PySide2.Qt3DCore.Qt3DCore.QNodeId', 'int'),
34812    "PySide2.Qt3DCore.Qt3DCore.qIdForNode": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
34813    }) if "PySide2.Qt3DCore" in sys.modules else None
34814# Module PySide2.Qt3DRender
34815sig_dict.update({
34816# class PySide2.Qt3DRender.Qt3DRender:
34817# class PySide2.Qt3DRender.Qt3DRender.PropertyReaderInterface:
34818    "PySide2.Qt3DRender.Qt3DRender.PropertyReaderInterface.__init__": (),
34819    "PySide2.Qt3DRender.Qt3DRender.PropertyReaderInterface.readProperty": ('typing.Any',),
34820# class PySide2.Qt3DRender.Qt3DRender.QAbstractFunctor:
34821    "PySide2.Qt3DRender.Qt3DRender.QAbstractFunctor.__init__": (),
34822    "PySide2.Qt3DRender.Qt3DRender.QAbstractFunctor.id": (),
34823# class PySide2.Qt3DRender.Qt3DRender.QAbstractLight:
34824# class PySide2.Qt3DRender.Qt3DRender.QAbstractLight.Type:
34825    "PySide2.Qt3DRender.Qt3DRender.QAbstractLight.color": (),
34826    "PySide2.Qt3DRender.Qt3DRender.QAbstractLight.intensity": (),
34827    "PySide2.Qt3DRender.Qt3DRender.QAbstractLight.setColor": ('PySide2.QtGui.QColor',),
34828    "PySide2.Qt3DRender.Qt3DRender.QAbstractLight.setIntensity": ('float',),
34829    "PySide2.Qt3DRender.Qt3DRender.QAbstractLight.type": (),
34830# class PySide2.Qt3DRender.Qt3DRender.QAbstractRayCaster:
34831# class PySide2.Qt3DRender.Qt3DRender.QAbstractRayCaster.FilterMode:
34832# class PySide2.Qt3DRender.Qt3DRender.QAbstractRayCaster.RunMode:
34833    "PySide2.Qt3DRender.Qt3DRender.QAbstractRayCaster.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
34834    "PySide2.Qt3DRender.Qt3DRender.QAbstractRayCaster.addLayer": ('PySide2.Qt3DRender.Qt3DRender.QLayer',),
34835    "PySide2.Qt3DRender.Qt3DRender.QAbstractRayCaster.filterMode": (),
34836    "PySide2.Qt3DRender.Qt3DRender.QAbstractRayCaster.hits": (),
34837    "PySide2.Qt3DRender.Qt3DRender.QAbstractRayCaster.layers": (),
34838    "PySide2.Qt3DRender.Qt3DRender.QAbstractRayCaster.removeLayer": ('PySide2.Qt3DRender.Qt3DRender.QLayer',),
34839    "PySide2.Qt3DRender.Qt3DRender.QAbstractRayCaster.runMode": (),
34840    "PySide2.Qt3DRender.Qt3DRender.QAbstractRayCaster.setFilterMode": ('PySide2.Qt3DRender.Qt3DRender.QAbstractRayCaster.FilterMode',),
34841    "PySide2.Qt3DRender.Qt3DRender.QAbstractRayCaster.setRunMode": ('PySide2.Qt3DRender.Qt3DRender.QAbstractRayCaster.RunMode',),
34842# class PySide2.Qt3DRender.Qt3DRender.QAbstractTexture:
34843# class PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.ComparisonFunction:
34844# class PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.ComparisonMode:
34845# class PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.CubeMapFace:
34846# class PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.Filter:
34847# class PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.HandleType:
34848# class PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.Status:
34849# class PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.Target:
34850# class PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.TextureFormat:
34851    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.__init__": [('PySide2.Qt3DCore.Qt3DCore.QNode',), ('PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.Target', 'PySide2.Qt3DCore.Qt3DCore.QNode')],
34852    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.addTextureImage": ('PySide2.Qt3DRender.Qt3DRender.QAbstractTextureImage',),
34853    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.comparisonFunction": (),
34854    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.comparisonMode": (),
34855    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.depth": (),
34856    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.format": (),
34857    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.generateMipMaps": (),
34858    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.handle": (),
34859    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.handleType": (),
34860    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.height": (),
34861    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.layers": (),
34862    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.magnificationFilter": (),
34863    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.maximumAnisotropy": (),
34864    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.minificationFilter": (),
34865    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.removeTextureImage": ('PySide2.Qt3DRender.Qt3DRender.QAbstractTextureImage',),
34866    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.samples": (),
34867    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.setComparisonFunction": ('PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.ComparisonFunction',),
34868    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.setComparisonMode": ('PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.ComparisonMode',),
34869    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.setDepth": ('int',),
34870    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.setFormat": ('PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.TextureFormat',),
34871    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.setGenerateMipMaps": ('bool',),
34872    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.setHandle": ('typing.Any',),
34873    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.setHandleType": ('PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.HandleType',),
34874    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.setHeight": ('int',),
34875    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.setLayers": ('int',),
34876    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.setMagnificationFilter": ('PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.Filter',),
34877    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.setMaximumAnisotropy": ('float',),
34878    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.setMinificationFilter": ('PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.Filter',),
34879    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.setSamples": ('int',),
34880    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.setSize": ('int', 'int', 'int'),
34881    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.setStatus": ('PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.Status',),
34882    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.setWidth": ('int',),
34883    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.setWrapMode": ('PySide2.Qt3DRender.Qt3DRender.QTextureWrapMode',),
34884    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.status": (),
34885    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.target": (),
34886    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.textureImages": (),
34887    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.width": (),
34888    "PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.wrapMode": (),
34889# class PySide2.Qt3DRender.Qt3DRender.QAbstractTextureImage:
34890    "PySide2.Qt3DRender.Qt3DRender.QAbstractTextureImage.face": (),
34891    "PySide2.Qt3DRender.Qt3DRender.QAbstractTextureImage.layer": (),
34892    "PySide2.Qt3DRender.Qt3DRender.QAbstractTextureImage.mipLevel": (),
34893    "PySide2.Qt3DRender.Qt3DRender.QAbstractTextureImage.notifyDataGeneratorChanged": (),
34894    "PySide2.Qt3DRender.Qt3DRender.QAbstractTextureImage.setFace": ('PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.CubeMapFace',),
34895    "PySide2.Qt3DRender.Qt3DRender.QAbstractTextureImage.setLayer": ('int',),
34896    "PySide2.Qt3DRender.Qt3DRender.QAbstractTextureImage.setMipLevel": ('int',),
34897# class PySide2.Qt3DRender.Qt3DRender.QAlphaCoverage:
34898    "PySide2.Qt3DRender.Qt3DRender.QAlphaCoverage.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
34899# class PySide2.Qt3DRender.Qt3DRender.QAlphaTest:
34900# class PySide2.Qt3DRender.Qt3DRender.QAlphaTest.AlphaFunction:
34901    "PySide2.Qt3DRender.Qt3DRender.QAlphaTest.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
34902    "PySide2.Qt3DRender.Qt3DRender.QAlphaTest.alphaFunction": (),
34903    "PySide2.Qt3DRender.Qt3DRender.QAlphaTest.referenceValue": (),
34904    "PySide2.Qt3DRender.Qt3DRender.QAlphaTest.setAlphaFunction": ('PySide2.Qt3DRender.Qt3DRender.QAlphaTest.AlphaFunction',),
34905    "PySide2.Qt3DRender.Qt3DRender.QAlphaTest.setReferenceValue": ('float',),
34906# class PySide2.Qt3DRender.Qt3DRender.QAttribute:
34907# class PySide2.Qt3DRender.Qt3DRender.QAttribute.AttributeType:
34908# class PySide2.Qt3DRender.Qt3DRender.QAttribute.VertexBaseType:
34909    "PySide2.Qt3DRender.Qt3DRender.QAttribute.__init__": [('PySide2.Qt3DCore.Qt3DCore.QNode',), ('PySide2.Qt3DRender.Qt3DRender.QBuffer', 'PySide2.Qt3DRender.Qt3DRender.QAttribute.VertexBaseType', 'int', 'int', 'int', 'int', 'PySide2.Qt3DCore.Qt3DCore.QNode'), ('PySide2.Qt3DRender.Qt3DRender.QBuffer', 'str', 'PySide2.Qt3DRender.Qt3DRender.QAttribute.VertexBaseType', 'int', 'int', 'int', 'int', 'PySide2.Qt3DCore.Qt3DCore.QNode')],
34910    "PySide2.Qt3DRender.Qt3DRender.QAttribute.attributeType": (),
34911    "PySide2.Qt3DRender.Qt3DRender.QAttribute.buffer": (),
34912    "PySide2.Qt3DRender.Qt3DRender.QAttribute.byteOffset": (),
34913    "PySide2.Qt3DRender.Qt3DRender.QAttribute.byteStride": (),
34914    "PySide2.Qt3DRender.Qt3DRender.QAttribute.count": (),
34915    "PySide2.Qt3DRender.Qt3DRender.QAttribute.defaultColorAttributeName": (),
34916    "PySide2.Qt3DRender.Qt3DRender.QAttribute.defaultJointIndicesAttributeName": (),
34917    "PySide2.Qt3DRender.Qt3DRender.QAttribute.defaultJointWeightsAttributeName": (),
34918    "PySide2.Qt3DRender.Qt3DRender.QAttribute.defaultNormalAttributeName": (),
34919    "PySide2.Qt3DRender.Qt3DRender.QAttribute.defaultPositionAttributeName": (),
34920    "PySide2.Qt3DRender.Qt3DRender.QAttribute.defaultTangentAttributeName": (),
34921    "PySide2.Qt3DRender.Qt3DRender.QAttribute.defaultTextureCoordinate1AttributeName": (),
34922    "PySide2.Qt3DRender.Qt3DRender.QAttribute.defaultTextureCoordinate2AttributeName": (),
34923    "PySide2.Qt3DRender.Qt3DRender.QAttribute.defaultTextureCoordinateAttributeName": (),
34924    "PySide2.Qt3DRender.Qt3DRender.QAttribute.divisor": (),
34925    "PySide2.Qt3DRender.Qt3DRender.QAttribute.name": (),
34926    "PySide2.Qt3DRender.Qt3DRender.QAttribute.setAttributeType": ('PySide2.Qt3DRender.Qt3DRender.QAttribute.AttributeType',),
34927    "PySide2.Qt3DRender.Qt3DRender.QAttribute.setBuffer": ('PySide2.Qt3DRender.Qt3DRender.QBuffer',),
34928    "PySide2.Qt3DRender.Qt3DRender.QAttribute.setByteOffset": ('int',),
34929    "PySide2.Qt3DRender.Qt3DRender.QAttribute.setByteStride": ('int',),
34930    "PySide2.Qt3DRender.Qt3DRender.QAttribute.setCount": ('int',),
34931    "PySide2.Qt3DRender.Qt3DRender.QAttribute.setDataSize": ('int',),
34932    "PySide2.Qt3DRender.Qt3DRender.QAttribute.setDataType": ('PySide2.Qt3DRender.Qt3DRender.QAttribute.VertexBaseType',),
34933    "PySide2.Qt3DRender.Qt3DRender.QAttribute.setDivisor": ('int',),
34934    "PySide2.Qt3DRender.Qt3DRender.QAttribute.setName": ('str',),
34935    "PySide2.Qt3DRender.Qt3DRender.QAttribute.setVertexBaseType": ('PySide2.Qt3DRender.Qt3DRender.QAttribute.VertexBaseType',),
34936    "PySide2.Qt3DRender.Qt3DRender.QAttribute.setVertexSize": ('int',),
34937    "PySide2.Qt3DRender.Qt3DRender.QAttribute.vertexBaseType": (),
34938    "PySide2.Qt3DRender.Qt3DRender.QAttribute.vertexSize": (),
34939# class PySide2.Qt3DRender.Qt3DRender.QBlendEquation:
34940# class PySide2.Qt3DRender.Qt3DRender.QBlendEquation.BlendFunction:
34941    "PySide2.Qt3DRender.Qt3DRender.QBlendEquation.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
34942    "PySide2.Qt3DRender.Qt3DRender.QBlendEquation.blendFunction": (),
34943    "PySide2.Qt3DRender.Qt3DRender.QBlendEquation.setBlendFunction": ('PySide2.Qt3DRender.Qt3DRender.QBlendEquation.BlendFunction',),
34944# class PySide2.Qt3DRender.Qt3DRender.QBlendEquationArguments:
34945# class PySide2.Qt3DRender.Qt3DRender.QBlendEquationArguments.Blending:
34946    "PySide2.Qt3DRender.Qt3DRender.QBlendEquationArguments.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
34947    "PySide2.Qt3DRender.Qt3DRender.QBlendEquationArguments.bufferIndex": (),
34948    "PySide2.Qt3DRender.Qt3DRender.QBlendEquationArguments.destinationAlpha": (),
34949    "PySide2.Qt3DRender.Qt3DRender.QBlendEquationArguments.destinationRgb": (),
34950    "PySide2.Qt3DRender.Qt3DRender.QBlendEquationArguments.setBufferIndex": ('int',),
34951    "PySide2.Qt3DRender.Qt3DRender.QBlendEquationArguments.setDestinationAlpha": ('PySide2.Qt3DRender.Qt3DRender.QBlendEquationArguments.Blending',),
34952    "PySide2.Qt3DRender.Qt3DRender.QBlendEquationArguments.setDestinationRgb": ('PySide2.Qt3DRender.Qt3DRender.QBlendEquationArguments.Blending',),
34953    "PySide2.Qt3DRender.Qt3DRender.QBlendEquationArguments.setDestinationRgba": ('PySide2.Qt3DRender.Qt3DRender.QBlendEquationArguments.Blending',),
34954    "PySide2.Qt3DRender.Qt3DRender.QBlendEquationArguments.setSourceAlpha": ('PySide2.Qt3DRender.Qt3DRender.QBlendEquationArguments.Blending',),
34955    "PySide2.Qt3DRender.Qt3DRender.QBlendEquationArguments.setSourceRgb": ('PySide2.Qt3DRender.Qt3DRender.QBlendEquationArguments.Blending',),
34956    "PySide2.Qt3DRender.Qt3DRender.QBlendEquationArguments.setSourceRgba": ('PySide2.Qt3DRender.Qt3DRender.QBlendEquationArguments.Blending',),
34957    "PySide2.Qt3DRender.Qt3DRender.QBlendEquationArguments.sourceAlpha": (),
34958    "PySide2.Qt3DRender.Qt3DRender.QBlendEquationArguments.sourceRgb": (),
34959# class PySide2.Qt3DRender.Qt3DRender.QBlitFramebuffer:
34960# class PySide2.Qt3DRender.Qt3DRender.QBlitFramebuffer.InterpolationMethod:
34961    "PySide2.Qt3DRender.Qt3DRender.QBlitFramebuffer.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
34962    "PySide2.Qt3DRender.Qt3DRender.QBlitFramebuffer.destination": (),
34963    "PySide2.Qt3DRender.Qt3DRender.QBlitFramebuffer.destinationAttachmentPoint": (),
34964    "PySide2.Qt3DRender.Qt3DRender.QBlitFramebuffer.destinationRect": (),
34965    "PySide2.Qt3DRender.Qt3DRender.QBlitFramebuffer.interpolationMethod": (),
34966    "PySide2.Qt3DRender.Qt3DRender.QBlitFramebuffer.setDestination": ('PySide2.Qt3DRender.Qt3DRender.QRenderTarget',),
34967    "PySide2.Qt3DRender.Qt3DRender.QBlitFramebuffer.setDestinationAttachmentPoint": ('PySide2.Qt3DRender.Qt3DRender.QRenderTargetOutput.AttachmentPoint',),
34968    "PySide2.Qt3DRender.Qt3DRender.QBlitFramebuffer.setDestinationRect": ('PySide2.QtCore.QRectF',),
34969    "PySide2.Qt3DRender.Qt3DRender.QBlitFramebuffer.setInterpolationMethod": ('PySide2.Qt3DRender.Qt3DRender.QBlitFramebuffer.InterpolationMethod',),
34970    "PySide2.Qt3DRender.Qt3DRender.QBlitFramebuffer.setSource": ('PySide2.Qt3DRender.Qt3DRender.QRenderTarget',),
34971    "PySide2.Qt3DRender.Qt3DRender.QBlitFramebuffer.setSourceAttachmentPoint": ('PySide2.Qt3DRender.Qt3DRender.QRenderTargetOutput.AttachmentPoint',),
34972    "PySide2.Qt3DRender.Qt3DRender.QBlitFramebuffer.setSourceRect": ('PySide2.QtCore.QRectF',),
34973    "PySide2.Qt3DRender.Qt3DRender.QBlitFramebuffer.source": (),
34974    "PySide2.Qt3DRender.Qt3DRender.QBlitFramebuffer.sourceAttachmentPoint": (),
34975    "PySide2.Qt3DRender.Qt3DRender.QBlitFramebuffer.sourceRect": (),
34976# class PySide2.Qt3DRender.Qt3DRender.QBuffer:
34977# class PySide2.Qt3DRender.Qt3DRender.QBuffer.AccessType:
34978# class PySide2.Qt3DRender.Qt3DRender.QBuffer.BufferType:
34979# class PySide2.Qt3DRender.Qt3DRender.QBuffer.UsageType:
34980    "PySide2.Qt3DRender.Qt3DRender.QBuffer.__init__": [('PySide2.Qt3DCore.Qt3DCore.QNode',), ('PySide2.Qt3DRender.Qt3DRender.QBuffer.BufferType', 'PySide2.Qt3DCore.Qt3DCore.QNode')],
34981    "PySide2.Qt3DRender.Qt3DRender.QBuffer.accessType": (),
34982    "PySide2.Qt3DRender.Qt3DRender.QBuffer.data": (),
34983    "PySide2.Qt3DRender.Qt3DRender.QBuffer.isSyncData": (),
34984    "PySide2.Qt3DRender.Qt3DRender.QBuffer.setAccessType": ('PySide2.Qt3DRender.Qt3DRender.QBuffer.AccessType',),
34985    "PySide2.Qt3DRender.Qt3DRender.QBuffer.setData": ('PySide2.QtCore.QByteArray',),
34986    "PySide2.Qt3DRender.Qt3DRender.QBuffer.setSyncData": ('bool',),
34987    "PySide2.Qt3DRender.Qt3DRender.QBuffer.setType": ('PySide2.Qt3DRender.Qt3DRender.QBuffer.BufferType',),
34988    "PySide2.Qt3DRender.Qt3DRender.QBuffer.setUsage": ('PySide2.Qt3DRender.Qt3DRender.QBuffer.UsageType',),
34989    "PySide2.Qt3DRender.Qt3DRender.QBuffer.type": (),
34990    "PySide2.Qt3DRender.Qt3DRender.QBuffer.updateData": ('int', 'PySide2.QtCore.QByteArray'),
34991    "PySide2.Qt3DRender.Qt3DRender.QBuffer.usage": (),
34992# class PySide2.Qt3DRender.Qt3DRender.QBufferCapture:
34993    "PySide2.Qt3DRender.Qt3DRender.QBufferCapture.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
34994# class PySide2.Qt3DRender.Qt3DRender.QBufferDataGenerator:
34995    "PySide2.Qt3DRender.Qt3DRender.QBufferDataGenerator.__init__": (),
34996# class PySide2.Qt3DRender.Qt3DRender.QCamera:
34997# class PySide2.Qt3DRender.Qt3DRender.QCamera.CameraTranslationOption:
34998    "PySide2.Qt3DRender.Qt3DRender.QCamera.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
34999    "PySide2.Qt3DRender.Qt3DRender.QCamera.aspectRatio": (),
35000    "PySide2.Qt3DRender.Qt3DRender.QCamera.bottom": (),
35001    "PySide2.Qt3DRender.Qt3DRender.QCamera.exposure": (),
35002    "PySide2.Qt3DRender.Qt3DRender.QCamera.farPlane": (),
35003    "PySide2.Qt3DRender.Qt3DRender.QCamera.fieldOfView": (),
35004    "PySide2.Qt3DRender.Qt3DRender.QCamera.left": (),
35005    "PySide2.Qt3DRender.Qt3DRender.QCamera.lens": (),
35006    "PySide2.Qt3DRender.Qt3DRender.QCamera.nearPlane": (),
35007    "PySide2.Qt3DRender.Qt3DRender.QCamera.pan": [('float',), ('float', 'PySide2.QtGui.QVector3D')],
35008    "PySide2.Qt3DRender.Qt3DRender.QCamera.panAboutViewCenter": [('float',), ('float', 'PySide2.QtGui.QVector3D')],
35009    "PySide2.Qt3DRender.Qt3DRender.QCamera.panRotation": ('float',),
35010    "PySide2.Qt3DRender.Qt3DRender.QCamera.position": (),
35011    "PySide2.Qt3DRender.Qt3DRender.QCamera.projectionMatrix": (),
35012    "PySide2.Qt3DRender.Qt3DRender.QCamera.projectionType": (),
35013    "PySide2.Qt3DRender.Qt3DRender.QCamera.right": (),
35014    "PySide2.Qt3DRender.Qt3DRender.QCamera.roll": ('float',),
35015    "PySide2.Qt3DRender.Qt3DRender.QCamera.rollAboutViewCenter": ('float',),
35016    "PySide2.Qt3DRender.Qt3DRender.QCamera.rollRotation": ('float',),
35017    "PySide2.Qt3DRender.Qt3DRender.QCamera.rotate": ('PySide2.QtGui.QQuaternion',),
35018    "PySide2.Qt3DRender.Qt3DRender.QCamera.rotateAboutViewCenter": ('PySide2.QtGui.QQuaternion',),
35019    "PySide2.Qt3DRender.Qt3DRender.QCamera.rotation": ('float', 'PySide2.QtGui.QVector3D'),
35020    "PySide2.Qt3DRender.Qt3DRender.QCamera.setAspectRatio": ('float',),
35021    "PySide2.Qt3DRender.Qt3DRender.QCamera.setBottom": ('float',),
35022    "PySide2.Qt3DRender.Qt3DRender.QCamera.setExposure": ('float',),
35023    "PySide2.Qt3DRender.Qt3DRender.QCamera.setFarPlane": ('float',),
35024    "PySide2.Qt3DRender.Qt3DRender.QCamera.setFieldOfView": ('float',),
35025    "PySide2.Qt3DRender.Qt3DRender.QCamera.setLeft": ('float',),
35026    "PySide2.Qt3DRender.Qt3DRender.QCamera.setNearPlane": ('float',),
35027    "PySide2.Qt3DRender.Qt3DRender.QCamera.setPosition": ('PySide2.QtGui.QVector3D',),
35028    "PySide2.Qt3DRender.Qt3DRender.QCamera.setProjectionMatrix": ('PySide2.QtGui.QMatrix4x4',),
35029    "PySide2.Qt3DRender.Qt3DRender.QCamera.setProjectionType": ('PySide2.Qt3DRender.Qt3DRender.QCameraLens.ProjectionType',),
35030    "PySide2.Qt3DRender.Qt3DRender.QCamera.setRight": ('float',),
35031    "PySide2.Qt3DRender.Qt3DRender.QCamera.setTop": ('float',),
35032    "PySide2.Qt3DRender.Qt3DRender.QCamera.setUpVector": ('PySide2.QtGui.QVector3D',),
35033    "PySide2.Qt3DRender.Qt3DRender.QCamera.setViewCenter": ('PySide2.QtGui.QVector3D',),
35034    "PySide2.Qt3DRender.Qt3DRender.QCamera.tilt": ('float',),
35035    "PySide2.Qt3DRender.Qt3DRender.QCamera.tiltAboutViewCenter": ('float',),
35036    "PySide2.Qt3DRender.Qt3DRender.QCamera.tiltRotation": ('float',),
35037    "PySide2.Qt3DRender.Qt3DRender.QCamera.top": (),
35038    "PySide2.Qt3DRender.Qt3DRender.QCamera.transform": (),
35039    "PySide2.Qt3DRender.Qt3DRender.QCamera.translate": ('PySide2.QtGui.QVector3D', 'PySide2.Qt3DRender.Qt3DRender.QCamera.CameraTranslationOption'),
35040    "PySide2.Qt3DRender.Qt3DRender.QCamera.translateWorld": ('PySide2.QtGui.QVector3D', 'PySide2.Qt3DRender.Qt3DRender.QCamera.CameraTranslationOption'),
35041    "PySide2.Qt3DRender.Qt3DRender.QCamera.upVector": (),
35042    "PySide2.Qt3DRender.Qt3DRender.QCamera.viewAll": (),
35043    "PySide2.Qt3DRender.Qt3DRender.QCamera.viewCenter": (),
35044    "PySide2.Qt3DRender.Qt3DRender.QCamera.viewEntity": ('PySide2.Qt3DCore.Qt3DCore.QEntity',),
35045    "PySide2.Qt3DRender.Qt3DRender.QCamera.viewMatrix": (),
35046    "PySide2.Qt3DRender.Qt3DRender.QCamera.viewSphere": ('PySide2.QtGui.QVector3D', 'float'),
35047    "PySide2.Qt3DRender.Qt3DRender.QCamera.viewVector": (),
35048# class PySide2.Qt3DRender.Qt3DRender.QCameraLens:
35049# class PySide2.Qt3DRender.Qt3DRender.QCameraLens.ProjectionType:
35050    "PySide2.Qt3DRender.Qt3DRender.QCameraLens.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35051    "PySide2.Qt3DRender.Qt3DRender.QCameraLens.aspectRatio": (),
35052    "PySide2.Qt3DRender.Qt3DRender.QCameraLens.bottom": (),
35053    "PySide2.Qt3DRender.Qt3DRender.QCameraLens.exposure": (),
35054    "PySide2.Qt3DRender.Qt3DRender.QCameraLens.farPlane": (),
35055    "PySide2.Qt3DRender.Qt3DRender.QCameraLens.fieldOfView": (),
35056    "PySide2.Qt3DRender.Qt3DRender.QCameraLens.left": (),
35057    "PySide2.Qt3DRender.Qt3DRender.QCameraLens.nearPlane": (),
35058    "PySide2.Qt3DRender.Qt3DRender.QCameraLens.projectionMatrix": (),
35059    "PySide2.Qt3DRender.Qt3DRender.QCameraLens.projectionType": (),
35060    "PySide2.Qt3DRender.Qt3DRender.QCameraLens.right": (),
35061    "PySide2.Qt3DRender.Qt3DRender.QCameraLens.setAspectRatio": ('float',),
35062    "PySide2.Qt3DRender.Qt3DRender.QCameraLens.setBottom": ('float',),
35063    "PySide2.Qt3DRender.Qt3DRender.QCameraLens.setExposure": ('float',),
35064    "PySide2.Qt3DRender.Qt3DRender.QCameraLens.setFarPlane": ('float',),
35065    "PySide2.Qt3DRender.Qt3DRender.QCameraLens.setFieldOfView": ('float',),
35066    "PySide2.Qt3DRender.Qt3DRender.QCameraLens.setFrustumProjection": ('float', 'float', 'float', 'float', 'float', 'float'),
35067    "PySide2.Qt3DRender.Qt3DRender.QCameraLens.setLeft": ('float',),
35068    "PySide2.Qt3DRender.Qt3DRender.QCameraLens.setNearPlane": ('float',),
35069    "PySide2.Qt3DRender.Qt3DRender.QCameraLens.setOrthographicProjection": ('float', 'float', 'float', 'float', 'float', 'float'),
35070    "PySide2.Qt3DRender.Qt3DRender.QCameraLens.setPerspectiveProjection": ('float', 'float', 'float', 'float'),
35071    "PySide2.Qt3DRender.Qt3DRender.QCameraLens.setProjectionMatrix": ('PySide2.QtGui.QMatrix4x4',),
35072    "PySide2.Qt3DRender.Qt3DRender.QCameraLens.setProjectionType": ('PySide2.Qt3DRender.Qt3DRender.QCameraLens.ProjectionType',),
35073    "PySide2.Qt3DRender.Qt3DRender.QCameraLens.setRight": ('float',),
35074    "PySide2.Qt3DRender.Qt3DRender.QCameraLens.setTop": ('float',),
35075    "PySide2.Qt3DRender.Qt3DRender.QCameraLens.top": (),
35076    "PySide2.Qt3DRender.Qt3DRender.QCameraLens.viewAll": ('PySide2.Qt3DCore.Qt3DCore.QNodeId',),
35077    "PySide2.Qt3DRender.Qt3DRender.QCameraLens.viewEntity": ('PySide2.Qt3DCore.Qt3DCore.QNodeId', 'PySide2.Qt3DCore.Qt3DCore.QNodeId'),
35078# class PySide2.Qt3DRender.Qt3DRender.QCameraSelector:
35079    "PySide2.Qt3DRender.Qt3DRender.QCameraSelector.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35080    "PySide2.Qt3DRender.Qt3DRender.QCameraSelector.camera": (),
35081    "PySide2.Qt3DRender.Qt3DRender.QCameraSelector.setCamera": ('PySide2.Qt3DCore.Qt3DCore.QEntity',),
35082# class PySide2.Qt3DRender.Qt3DRender.QClearBuffers:
35083# class PySide2.Qt3DRender.Qt3DRender.QClearBuffers.BufferType:
35084# class PySide2.Qt3DRender.Qt3DRender.QClearBuffers.BufferTypeFlags:
35085    "PySide2.Qt3DRender.Qt3DRender.QClearBuffers.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35086    "PySide2.Qt3DRender.Qt3DRender.QClearBuffers.buffers": (),
35087    "PySide2.Qt3DRender.Qt3DRender.QClearBuffers.clearColor": (),
35088    "PySide2.Qt3DRender.Qt3DRender.QClearBuffers.clearDepthValue": (),
35089    "PySide2.Qt3DRender.Qt3DRender.QClearBuffers.clearStencilValue": (),
35090    "PySide2.Qt3DRender.Qt3DRender.QClearBuffers.colorBuffer": (),
35091    "PySide2.Qt3DRender.Qt3DRender.QClearBuffers.setBuffers": ('PySide2.Qt3DRender.Qt3DRender.QClearBuffers.BufferType',),
35092    "PySide2.Qt3DRender.Qt3DRender.QClearBuffers.setClearColor": ('PySide2.QtGui.QColor',),
35093    "PySide2.Qt3DRender.Qt3DRender.QClearBuffers.setClearDepthValue": ('float',),
35094    "PySide2.Qt3DRender.Qt3DRender.QClearBuffers.setClearStencilValue": ('int',),
35095    "PySide2.Qt3DRender.Qt3DRender.QClearBuffers.setColorBuffer": ('PySide2.Qt3DRender.Qt3DRender.QRenderTargetOutput',),
35096# class PySide2.Qt3DRender.Qt3DRender.QClipPlane:
35097    "PySide2.Qt3DRender.Qt3DRender.QClipPlane.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35098    "PySide2.Qt3DRender.Qt3DRender.QClipPlane.distance": (),
35099    "PySide2.Qt3DRender.Qt3DRender.QClipPlane.normal": (),
35100    "PySide2.Qt3DRender.Qt3DRender.QClipPlane.planeIndex": (),
35101    "PySide2.Qt3DRender.Qt3DRender.QClipPlane.setDistance": ('float',),
35102    "PySide2.Qt3DRender.Qt3DRender.QClipPlane.setNormal": ('PySide2.QtGui.QVector3D',),
35103    "PySide2.Qt3DRender.Qt3DRender.QClipPlane.setPlaneIndex": ('int',),
35104# class PySide2.Qt3DRender.Qt3DRender.QColorMask:
35105    "PySide2.Qt3DRender.Qt3DRender.QColorMask.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35106    "PySide2.Qt3DRender.Qt3DRender.QColorMask.isAlphaMasked": (),
35107    "PySide2.Qt3DRender.Qt3DRender.QColorMask.isBlueMasked": (),
35108    "PySide2.Qt3DRender.Qt3DRender.QColorMask.isGreenMasked": (),
35109    "PySide2.Qt3DRender.Qt3DRender.QColorMask.isRedMasked": (),
35110    "PySide2.Qt3DRender.Qt3DRender.QColorMask.setAlphaMasked": ('bool',),
35111    "PySide2.Qt3DRender.Qt3DRender.QColorMask.setBlueMasked": ('bool',),
35112    "PySide2.Qt3DRender.Qt3DRender.QColorMask.setGreenMasked": ('bool',),
35113    "PySide2.Qt3DRender.Qt3DRender.QColorMask.setRedMasked": ('bool',),
35114# class PySide2.Qt3DRender.Qt3DRender.QComputeCommand:
35115# class PySide2.Qt3DRender.Qt3DRender.QComputeCommand.RunType:
35116    "PySide2.Qt3DRender.Qt3DRender.QComputeCommand.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35117    "PySide2.Qt3DRender.Qt3DRender.QComputeCommand.runType": (),
35118    "PySide2.Qt3DRender.Qt3DRender.QComputeCommand.setRunType": ('PySide2.Qt3DRender.Qt3DRender.QComputeCommand.RunType',),
35119    "PySide2.Qt3DRender.Qt3DRender.QComputeCommand.setWorkGroupX": ('int',),
35120    "PySide2.Qt3DRender.Qt3DRender.QComputeCommand.setWorkGroupY": ('int',),
35121    "PySide2.Qt3DRender.Qt3DRender.QComputeCommand.setWorkGroupZ": ('int',),
35122    "PySide2.Qt3DRender.Qt3DRender.QComputeCommand.trigger": [('int',), ('int', 'int', 'int', 'int')],
35123    "PySide2.Qt3DRender.Qt3DRender.QComputeCommand.workGroupX": (),
35124    "PySide2.Qt3DRender.Qt3DRender.QComputeCommand.workGroupY": (),
35125    "PySide2.Qt3DRender.Qt3DRender.QComputeCommand.workGroupZ": (),
35126# class PySide2.Qt3DRender.Qt3DRender.QCullFace:
35127# class PySide2.Qt3DRender.Qt3DRender.QCullFace.CullingMode:
35128    "PySide2.Qt3DRender.Qt3DRender.QCullFace.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35129    "PySide2.Qt3DRender.Qt3DRender.QCullFace.mode": (),
35130    "PySide2.Qt3DRender.Qt3DRender.QCullFace.setMode": ('PySide2.Qt3DRender.Qt3DRender.QCullFace.CullingMode',),
35131# class PySide2.Qt3DRender.Qt3DRender.QDepthTest:
35132# class PySide2.Qt3DRender.Qt3DRender.QDepthTest.DepthFunction:
35133    "PySide2.Qt3DRender.Qt3DRender.QDepthTest.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35134    "PySide2.Qt3DRender.Qt3DRender.QDepthTest.depthFunction": (),
35135    "PySide2.Qt3DRender.Qt3DRender.QDepthTest.setDepthFunction": ('PySide2.Qt3DRender.Qt3DRender.QDepthTest.DepthFunction',),
35136# class PySide2.Qt3DRender.Qt3DRender.QDirectionalLight:
35137    "PySide2.Qt3DRender.Qt3DRender.QDirectionalLight.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35138    "PySide2.Qt3DRender.Qt3DRender.QDirectionalLight.setWorldDirection": ('PySide2.QtGui.QVector3D',),
35139    "PySide2.Qt3DRender.Qt3DRender.QDirectionalLight.worldDirection": (),
35140# class PySide2.Qt3DRender.Qt3DRender.QDispatchCompute:
35141    "PySide2.Qt3DRender.Qt3DRender.QDispatchCompute.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35142    "PySide2.Qt3DRender.Qt3DRender.QDispatchCompute.setWorkGroupX": ('int',),
35143    "PySide2.Qt3DRender.Qt3DRender.QDispatchCompute.setWorkGroupY": ('int',),
35144    "PySide2.Qt3DRender.Qt3DRender.QDispatchCompute.setWorkGroupZ": ('int',),
35145    "PySide2.Qt3DRender.Qt3DRender.QDispatchCompute.workGroupX": (),
35146    "PySide2.Qt3DRender.Qt3DRender.QDispatchCompute.workGroupY": (),
35147    "PySide2.Qt3DRender.Qt3DRender.QDispatchCompute.workGroupZ": (),
35148# class PySide2.Qt3DRender.Qt3DRender.QDithering:
35149    "PySide2.Qt3DRender.Qt3DRender.QDithering.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35150# class PySide2.Qt3DRender.Qt3DRender.QEffect:
35151    "PySide2.Qt3DRender.Qt3DRender.QEffect.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35152    "PySide2.Qt3DRender.Qt3DRender.QEffect.addParameter": ('PySide2.Qt3DRender.Qt3DRender.QParameter',),
35153    "PySide2.Qt3DRender.Qt3DRender.QEffect.addTechnique": ('PySide2.Qt3DRender.Qt3DRender.QTechnique',),
35154    "PySide2.Qt3DRender.Qt3DRender.QEffect.parameters": (),
35155    "PySide2.Qt3DRender.Qt3DRender.QEffect.removeParameter": ('PySide2.Qt3DRender.Qt3DRender.QParameter',),
35156    "PySide2.Qt3DRender.Qt3DRender.QEffect.removeTechnique": ('PySide2.Qt3DRender.Qt3DRender.QTechnique',),
35157    "PySide2.Qt3DRender.Qt3DRender.QEffect.techniques": (),
35158# class PySide2.Qt3DRender.Qt3DRender.QEnvironmentLight:
35159    "PySide2.Qt3DRender.Qt3DRender.QEnvironmentLight.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35160    "PySide2.Qt3DRender.Qt3DRender.QEnvironmentLight.irradiance": (),
35161    "PySide2.Qt3DRender.Qt3DRender.QEnvironmentLight.setIrradiance": ('PySide2.Qt3DRender.Qt3DRender.QAbstractTexture',),
35162    "PySide2.Qt3DRender.Qt3DRender.QEnvironmentLight.setSpecular": ('PySide2.Qt3DRender.Qt3DRender.QAbstractTexture',),
35163    "PySide2.Qt3DRender.Qt3DRender.QEnvironmentLight.specular": (),
35164# class PySide2.Qt3DRender.Qt3DRender.QFilterKey:
35165    "PySide2.Qt3DRender.Qt3DRender.QFilterKey.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35166    "PySide2.Qt3DRender.Qt3DRender.QFilterKey.name": (),
35167    "PySide2.Qt3DRender.Qt3DRender.QFilterKey.setName": ('str',),
35168    "PySide2.Qt3DRender.Qt3DRender.QFilterKey.setValue": ('typing.Any',),
35169    "PySide2.Qt3DRender.Qt3DRender.QFilterKey.value": (),
35170# class PySide2.Qt3DRender.Qt3DRender.QFrameGraphNode:
35171    "PySide2.Qt3DRender.Qt3DRender.QFrameGraphNode.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35172    "PySide2.Qt3DRender.Qt3DRender.QFrameGraphNode.parentFrameGraphNode": (),
35173# class PySide2.Qt3DRender.Qt3DRender.QFrameGraphNodeCreatedChangeBase:
35174    "PySide2.Qt3DRender.Qt3DRender.QFrameGraphNodeCreatedChangeBase.__init__": ('PySide2.Qt3DRender.Qt3DRender.QFrameGraphNode',),
35175    "PySide2.Qt3DRender.Qt3DRender.QFrameGraphNodeCreatedChangeBase.parentFrameGraphNodeId": (),
35176# class PySide2.Qt3DRender.Qt3DRender.QFrontFace:
35177# class PySide2.Qt3DRender.Qt3DRender.QFrontFace.WindingDirection:
35178    "PySide2.Qt3DRender.Qt3DRender.QFrontFace.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35179    "PySide2.Qt3DRender.Qt3DRender.QFrontFace.direction": (),
35180    "PySide2.Qt3DRender.Qt3DRender.QFrontFace.setDirection": ('PySide2.Qt3DRender.Qt3DRender.QFrontFace.WindingDirection',),
35181# class PySide2.Qt3DRender.Qt3DRender.QFrustumCulling:
35182    "PySide2.Qt3DRender.Qt3DRender.QFrustumCulling.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35183# class PySide2.Qt3DRender.Qt3DRender.QGeometry:
35184    "PySide2.Qt3DRender.Qt3DRender.QGeometry.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35185    "PySide2.Qt3DRender.Qt3DRender.QGeometry.addAttribute": ('PySide2.Qt3DRender.Qt3DRender.QAttribute',),
35186    "PySide2.Qt3DRender.Qt3DRender.QGeometry.attributes": (),
35187    "PySide2.Qt3DRender.Qt3DRender.QGeometry.boundingVolumePositionAttribute": (),
35188    "PySide2.Qt3DRender.Qt3DRender.QGeometry.maxExtent": (),
35189    "PySide2.Qt3DRender.Qt3DRender.QGeometry.minExtent": (),
35190    "PySide2.Qt3DRender.Qt3DRender.QGeometry.removeAttribute": ('PySide2.Qt3DRender.Qt3DRender.QAttribute',),
35191    "PySide2.Qt3DRender.Qt3DRender.QGeometry.setBoundingVolumePositionAttribute": ('PySide2.Qt3DRender.Qt3DRender.QAttribute',),
35192# class PySide2.Qt3DRender.Qt3DRender.QGeometryFactory:
35193    "PySide2.Qt3DRender.Qt3DRender.QGeometryFactory.__init__": (),
35194# class PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer:
35195# class PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer.PrimitiveType:
35196    "PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35197    "PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer.firstInstance": (),
35198    "PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer.firstVertex": (),
35199    "PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer.geometry": (),
35200    "PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer.indexBufferByteOffset": (),
35201    "PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer.indexOffset": (),
35202    "PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer.instanceCount": (),
35203    "PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer.primitiveRestartEnabled": (),
35204    "PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer.primitiveType": (),
35205    "PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer.restartIndexValue": (),
35206    "PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer.setFirstInstance": ('int',),
35207    "PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer.setFirstVertex": ('int',),
35208    "PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer.setGeometry": ('PySide2.Qt3DRender.Qt3DRender.QGeometry',),
35209    "PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer.setIndexBufferByteOffset": ('int',),
35210    "PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer.setIndexOffset": ('int',),
35211    "PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer.setInstanceCount": ('int',),
35212    "PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer.setPrimitiveRestartEnabled": ('bool',),
35213    "PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer.setPrimitiveType": ('PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer.PrimitiveType',),
35214    "PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer.setRestartIndexValue": ('int',),
35215    "PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer.setVertexCount": ('int',),
35216    "PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer.setVerticesPerPatch": ('int',),
35217    "PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer.vertexCount": (),
35218    "PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer.verticesPerPatch": (),
35219# class PySide2.Qt3DRender.Qt3DRender.QGraphicsApiFilter:
35220# class PySide2.Qt3DRender.Qt3DRender.QGraphicsApiFilter.Api:
35221# class PySide2.Qt3DRender.Qt3DRender.QGraphicsApiFilter.OpenGLProfile:
35222    "PySide2.Qt3DRender.Qt3DRender.QGraphicsApiFilter.__init__": ('PySide2.QtCore.QObject',),
35223    "PySide2.Qt3DRender.Qt3DRender.QGraphicsApiFilter.api": (),
35224    "PySide2.Qt3DRender.Qt3DRender.QGraphicsApiFilter.extensions": (),
35225    "PySide2.Qt3DRender.Qt3DRender.QGraphicsApiFilter.majorVersion": (),
35226    "PySide2.Qt3DRender.Qt3DRender.QGraphicsApiFilter.minorVersion": (),
35227    "PySide2.Qt3DRender.Qt3DRender.QGraphicsApiFilter.profile": (),
35228    "PySide2.Qt3DRender.Qt3DRender.QGraphicsApiFilter.setApi": ('PySide2.Qt3DRender.Qt3DRender.QGraphicsApiFilter.Api',),
35229    "PySide2.Qt3DRender.Qt3DRender.QGraphicsApiFilter.setExtensions": ('typing.Sequence[str]',),
35230    "PySide2.Qt3DRender.Qt3DRender.QGraphicsApiFilter.setMajorVersion": ('int',),
35231    "PySide2.Qt3DRender.Qt3DRender.QGraphicsApiFilter.setMinorVersion": ('int',),
35232    "PySide2.Qt3DRender.Qt3DRender.QGraphicsApiFilter.setProfile": ('PySide2.Qt3DRender.Qt3DRender.QGraphicsApiFilter.OpenGLProfile',),
35233    "PySide2.Qt3DRender.Qt3DRender.QGraphicsApiFilter.setVendor": ('str',),
35234    "PySide2.Qt3DRender.Qt3DRender.QGraphicsApiFilter.vendor": (),
35235# class PySide2.Qt3DRender.Qt3DRender.QLayer:
35236    "PySide2.Qt3DRender.Qt3DRender.QLayer.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35237    "PySide2.Qt3DRender.Qt3DRender.QLayer.recursive": (),
35238    "PySide2.Qt3DRender.Qt3DRender.QLayer.setRecursive": ('bool',),
35239# class PySide2.Qt3DRender.Qt3DRender.QLayerFilter:
35240# class PySide2.Qt3DRender.Qt3DRender.QLayerFilter.FilterMode:
35241    "PySide2.Qt3DRender.Qt3DRender.QLayerFilter.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35242    "PySide2.Qt3DRender.Qt3DRender.QLayerFilter.addLayer": ('PySide2.Qt3DRender.Qt3DRender.QLayer',),
35243    "PySide2.Qt3DRender.Qt3DRender.QLayerFilter.filterMode": (),
35244    "PySide2.Qt3DRender.Qt3DRender.QLayerFilter.layers": (),
35245    "PySide2.Qt3DRender.Qt3DRender.QLayerFilter.removeLayer": ('PySide2.Qt3DRender.Qt3DRender.QLayer',),
35246    "PySide2.Qt3DRender.Qt3DRender.QLayerFilter.setFilterMode": ('PySide2.Qt3DRender.Qt3DRender.QLayerFilter.FilterMode',),
35247# class PySide2.Qt3DRender.Qt3DRender.QLevelOfDetail:
35248# class PySide2.Qt3DRender.Qt3DRender.QLevelOfDetail.ThresholdType:
35249    "PySide2.Qt3DRender.Qt3DRender.QLevelOfDetail.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35250    "PySide2.Qt3DRender.Qt3DRender.QLevelOfDetail.camera": (),
35251    "PySide2.Qt3DRender.Qt3DRender.QLevelOfDetail.createBoundingSphere": ('PySide2.QtGui.QVector3D', 'float'),
35252    "PySide2.Qt3DRender.Qt3DRender.QLevelOfDetail.currentIndex": (),
35253    "PySide2.Qt3DRender.Qt3DRender.QLevelOfDetail.setCamera": ('PySide2.Qt3DRender.Qt3DRender.QCamera',),
35254    "PySide2.Qt3DRender.Qt3DRender.QLevelOfDetail.setCurrentIndex": ('int',),
35255    "PySide2.Qt3DRender.Qt3DRender.QLevelOfDetail.setThresholdType": ('PySide2.Qt3DRender.Qt3DRender.QLevelOfDetail.ThresholdType',),
35256    "PySide2.Qt3DRender.Qt3DRender.QLevelOfDetail.setThresholds": ('typing.List[float]',),
35257    "PySide2.Qt3DRender.Qt3DRender.QLevelOfDetail.setVolumeOverride": ('PySide2.Qt3DRender.Qt3DRender.QLevelOfDetailBoundingSphere',),
35258    "PySide2.Qt3DRender.Qt3DRender.QLevelOfDetail.thresholdType": (),
35259    "PySide2.Qt3DRender.Qt3DRender.QLevelOfDetail.thresholds": (),
35260    "PySide2.Qt3DRender.Qt3DRender.QLevelOfDetail.volumeOverride": (),
35261# class PySide2.Qt3DRender.Qt3DRender.QLevelOfDetailBoundingSphere:
35262    "PySide2.Qt3DRender.Qt3DRender.QLevelOfDetailBoundingSphere.__init__": [('PySide2.Qt3DRender.Qt3DRender.QLevelOfDetailBoundingSphere',), ('PySide2.QtGui.QVector3D', 'float')],
35263    "PySide2.Qt3DRender.Qt3DRender.QLevelOfDetailBoundingSphere.center": (),
35264    "PySide2.Qt3DRender.Qt3DRender.QLevelOfDetailBoundingSphere.isEmpty": (),
35265    "PySide2.Qt3DRender.Qt3DRender.QLevelOfDetailBoundingSphere.radius": (),
35266# class PySide2.Qt3DRender.Qt3DRender.QLevelOfDetailSwitch:
35267    "PySide2.Qt3DRender.Qt3DRender.QLevelOfDetailSwitch.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35268# class PySide2.Qt3DRender.Qt3DRender.QLineWidth:
35269    "PySide2.Qt3DRender.Qt3DRender.QLineWidth.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35270    "PySide2.Qt3DRender.Qt3DRender.QLineWidth.setSmooth": ('bool',),
35271    "PySide2.Qt3DRender.Qt3DRender.QLineWidth.setValue": ('float',),
35272    "PySide2.Qt3DRender.Qt3DRender.QLineWidth.smooth": (),
35273    "PySide2.Qt3DRender.Qt3DRender.QLineWidth.value": (),
35274# class PySide2.Qt3DRender.Qt3DRender.QMaterial:
35275    "PySide2.Qt3DRender.Qt3DRender.QMaterial.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35276    "PySide2.Qt3DRender.Qt3DRender.QMaterial.addParameter": ('PySide2.Qt3DRender.Qt3DRender.QParameter',),
35277    "PySide2.Qt3DRender.Qt3DRender.QMaterial.effect": (),
35278    "PySide2.Qt3DRender.Qt3DRender.QMaterial.parameters": (),
35279    "PySide2.Qt3DRender.Qt3DRender.QMaterial.removeParameter": ('PySide2.Qt3DRender.Qt3DRender.QParameter',),
35280    "PySide2.Qt3DRender.Qt3DRender.QMaterial.setEffect": ('PySide2.Qt3DRender.Qt3DRender.QEffect',),
35281# class PySide2.Qt3DRender.Qt3DRender.QMemoryBarrier:
35282# class PySide2.Qt3DRender.Qt3DRender.QMemoryBarrier.Operation:
35283# class PySide2.Qt3DRender.Qt3DRender.QMemoryBarrier.Operations:
35284    "PySide2.Qt3DRender.Qt3DRender.QMemoryBarrier.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35285    "PySide2.Qt3DRender.Qt3DRender.QMemoryBarrier.setWaitOperations": ('PySide2.Qt3DRender.Qt3DRender.QMemoryBarrier.Operations',),
35286    "PySide2.Qt3DRender.Qt3DRender.QMemoryBarrier.waitOperations": (),
35287# class PySide2.Qt3DRender.Qt3DRender.QMesh:
35288# class PySide2.Qt3DRender.Qt3DRender.QMesh.Status:
35289    "PySide2.Qt3DRender.Qt3DRender.QMesh.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35290    "PySide2.Qt3DRender.Qt3DRender.QMesh.meshName": (),
35291    "PySide2.Qt3DRender.Qt3DRender.QMesh.setMeshName": ('str',),
35292    "PySide2.Qt3DRender.Qt3DRender.QMesh.setSource": ('PySide2.QtCore.QUrl',),
35293    "PySide2.Qt3DRender.Qt3DRender.QMesh.source": (),
35294    "PySide2.Qt3DRender.Qt3DRender.QMesh.status": (),
35295# class PySide2.Qt3DRender.Qt3DRender.QMultiSampleAntiAliasing:
35296    "PySide2.Qt3DRender.Qt3DRender.QMultiSampleAntiAliasing.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35297# class PySide2.Qt3DRender.Qt3DRender.QNoDepthMask:
35298    "PySide2.Qt3DRender.Qt3DRender.QNoDepthMask.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35299# class PySide2.Qt3DRender.Qt3DRender.QNoDraw:
35300    "PySide2.Qt3DRender.Qt3DRender.QNoDraw.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35301# class PySide2.Qt3DRender.Qt3DRender.QNoPicking:
35302    "PySide2.Qt3DRender.Qt3DRender.QNoPicking.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35303# class PySide2.Qt3DRender.Qt3DRender.QObjectPicker:
35304    "PySide2.Qt3DRender.Qt3DRender.QObjectPicker.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35305    "PySide2.Qt3DRender.Qt3DRender.QObjectPicker.containsMouse": (),
35306    "PySide2.Qt3DRender.Qt3DRender.QObjectPicker.isDragEnabled": (),
35307    "PySide2.Qt3DRender.Qt3DRender.QObjectPicker.isHoverEnabled": (),
35308    "PySide2.Qt3DRender.Qt3DRender.QObjectPicker.isPressed": (),
35309    "PySide2.Qt3DRender.Qt3DRender.QObjectPicker.priority": (),
35310    "PySide2.Qt3DRender.Qt3DRender.QObjectPicker.setDragEnabled": ('bool',),
35311    "PySide2.Qt3DRender.Qt3DRender.QObjectPicker.setHoverEnabled": ('bool',),
35312    "PySide2.Qt3DRender.Qt3DRender.QObjectPicker.setPriority": ('int',),
35313# class PySide2.Qt3DRender.Qt3DRender.QPaintedTextureImage:
35314    "PySide2.Qt3DRender.Qt3DRender.QPaintedTextureImage.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35315    "PySide2.Qt3DRender.Qt3DRender.QPaintedTextureImage.height": (),
35316    "PySide2.Qt3DRender.Qt3DRender.QPaintedTextureImage.paint": ('PySide2.QtGui.QPainter',),
35317    "PySide2.Qt3DRender.Qt3DRender.QPaintedTextureImage.setHeight": ('int',),
35318    "PySide2.Qt3DRender.Qt3DRender.QPaintedTextureImage.setSize": ('PySide2.QtCore.QSize',),
35319    "PySide2.Qt3DRender.Qt3DRender.QPaintedTextureImage.setWidth": ('int',),
35320    "PySide2.Qt3DRender.Qt3DRender.QPaintedTextureImage.size": (),
35321    "PySide2.Qt3DRender.Qt3DRender.QPaintedTextureImage.update": ('PySide2.QtCore.QRect',),
35322    "PySide2.Qt3DRender.Qt3DRender.QPaintedTextureImage.width": (),
35323# class PySide2.Qt3DRender.Qt3DRender.QParameter:
35324    "PySide2.Qt3DRender.Qt3DRender.QParameter.__init__": [('PySide2.Qt3DCore.Qt3DCore.QNode',), ('str', 'PySide2.Qt3DRender.Qt3DRender.QAbstractTexture', 'PySide2.Qt3DCore.Qt3DCore.QNode'), ('str', 'typing.Any', 'PySide2.Qt3DCore.Qt3DCore.QNode')],
35325    "PySide2.Qt3DRender.Qt3DRender.QParameter.name": (),
35326    "PySide2.Qt3DRender.Qt3DRender.QParameter.setName": ('str',),
35327    "PySide2.Qt3DRender.Qt3DRender.QParameter.setValue": ('typing.Any',),
35328    "PySide2.Qt3DRender.Qt3DRender.QParameter.value": (),
35329# class PySide2.Qt3DRender.Qt3DRender.QPickEvent:
35330# class PySide2.Qt3DRender.Qt3DRender.QPickEvent.Buttons:
35331# class PySide2.Qt3DRender.Qt3DRender.QPickEvent.Modifiers:
35332    "PySide2.Qt3DRender.Qt3DRender.QPickEvent.__init__": [(), ('PySide2.QtCore.QPointF', 'PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D', 'float'), ('PySide2.QtCore.QPointF', 'PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D', 'float', 'PySide2.Qt3DRender.Qt3DRender.QPickEvent.Buttons', 'int', 'int')],
35333    "PySide2.Qt3DRender.Qt3DRender.QPickEvent.button": (),
35334    "PySide2.Qt3DRender.Qt3DRender.QPickEvent.buttons": (),
35335    "PySide2.Qt3DRender.Qt3DRender.QPickEvent.distance": (),
35336    "PySide2.Qt3DRender.Qt3DRender.QPickEvent.entity": (),
35337    "PySide2.Qt3DRender.Qt3DRender.QPickEvent.isAccepted": (),
35338    "PySide2.Qt3DRender.Qt3DRender.QPickEvent.localIntersection": (),
35339    "PySide2.Qt3DRender.Qt3DRender.QPickEvent.modifiers": (),
35340    "PySide2.Qt3DRender.Qt3DRender.QPickEvent.position": (),
35341    "PySide2.Qt3DRender.Qt3DRender.QPickEvent.setAccepted": ('bool',),
35342    "PySide2.Qt3DRender.Qt3DRender.QPickEvent.viewport": (),
35343    "PySide2.Qt3DRender.Qt3DRender.QPickEvent.worldIntersection": (),
35344# class PySide2.Qt3DRender.Qt3DRender.QPickLineEvent:
35345    "PySide2.Qt3DRender.Qt3DRender.QPickLineEvent.__init__": [(), ('PySide2.QtCore.QPointF', 'PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D', 'float', 'int', 'int', 'int', 'PySide2.Qt3DRender.Qt3DRender.QPickEvent.Buttons', 'int', 'int')],
35346    "PySide2.Qt3DRender.Qt3DRender.QPickLineEvent.edgeIndex": (),
35347    "PySide2.Qt3DRender.Qt3DRender.QPickLineEvent.vertex1Index": (),
35348    "PySide2.Qt3DRender.Qt3DRender.QPickLineEvent.vertex2Index": (),
35349# class PySide2.Qt3DRender.Qt3DRender.QPickPointEvent:
35350    "PySide2.Qt3DRender.Qt3DRender.QPickPointEvent.__init__": [(), ('PySide2.QtCore.QPointF', 'PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D', 'float', 'int', 'PySide2.Qt3DRender.Qt3DRender.QPickEvent.Buttons', 'int', 'int')],
35351    "PySide2.Qt3DRender.Qt3DRender.QPickPointEvent.pointIndex": (),
35352# class PySide2.Qt3DRender.Qt3DRender.QPickTriangleEvent:
35353    "PySide2.Qt3DRender.Qt3DRender.QPickTriangleEvent.__init__": [(), ('PySide2.QtCore.QPointF', 'PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D', 'float', 'int', 'int', 'int', 'int'), ('PySide2.QtCore.QPointF', 'PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D', 'float', 'int', 'int', 'int', 'int', 'PySide2.Qt3DRender.Qt3DRender.QPickEvent.Buttons', 'int', 'int', 'PySide2.QtGui.QVector3D')],
35354    "PySide2.Qt3DRender.Qt3DRender.QPickTriangleEvent.triangleIndex": (),
35355    "PySide2.Qt3DRender.Qt3DRender.QPickTriangleEvent.uvw": (),
35356    "PySide2.Qt3DRender.Qt3DRender.QPickTriangleEvent.vertex1Index": (),
35357    "PySide2.Qt3DRender.Qt3DRender.QPickTriangleEvent.vertex2Index": (),
35358    "PySide2.Qt3DRender.Qt3DRender.QPickTriangleEvent.vertex3Index": (),
35359# class PySide2.Qt3DRender.Qt3DRender.QPickingSettings:
35360# class PySide2.Qt3DRender.Qt3DRender.QPickingSettings.FaceOrientationPickingMode:
35361# class PySide2.Qt3DRender.Qt3DRender.QPickingSettings.PickMethod:
35362# class PySide2.Qt3DRender.Qt3DRender.QPickingSettings.PickResultMode:
35363    "PySide2.Qt3DRender.Qt3DRender.QPickingSettings.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35364    "PySide2.Qt3DRender.Qt3DRender.QPickingSettings.faceOrientationPickingMode": (),
35365    "PySide2.Qt3DRender.Qt3DRender.QPickingSettings.pickMethod": (),
35366    "PySide2.Qt3DRender.Qt3DRender.QPickingSettings.pickResultMode": (),
35367    "PySide2.Qt3DRender.Qt3DRender.QPickingSettings.setFaceOrientationPickingMode": ('PySide2.Qt3DRender.Qt3DRender.QPickingSettings.FaceOrientationPickingMode',),
35368    "PySide2.Qt3DRender.Qt3DRender.QPickingSettings.setPickMethod": ('PySide2.Qt3DRender.Qt3DRender.QPickingSettings.PickMethod',),
35369    "PySide2.Qt3DRender.Qt3DRender.QPickingSettings.setPickResultMode": ('PySide2.Qt3DRender.Qt3DRender.QPickingSettings.PickResultMode',),
35370    "PySide2.Qt3DRender.Qt3DRender.QPickingSettings.setWorldSpaceTolerance": ('float',),
35371    "PySide2.Qt3DRender.Qt3DRender.QPickingSettings.worldSpaceTolerance": (),
35372# class PySide2.Qt3DRender.Qt3DRender.QPointLight:
35373    "PySide2.Qt3DRender.Qt3DRender.QPointLight.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35374    "PySide2.Qt3DRender.Qt3DRender.QPointLight.constantAttenuation": (),
35375    "PySide2.Qt3DRender.Qt3DRender.QPointLight.linearAttenuation": (),
35376    "PySide2.Qt3DRender.Qt3DRender.QPointLight.quadraticAttenuation": (),
35377    "PySide2.Qt3DRender.Qt3DRender.QPointLight.setConstantAttenuation": ('float',),
35378    "PySide2.Qt3DRender.Qt3DRender.QPointLight.setLinearAttenuation": ('float',),
35379    "PySide2.Qt3DRender.Qt3DRender.QPointLight.setQuadraticAttenuation": ('float',),
35380# class PySide2.Qt3DRender.Qt3DRender.QPointSize:
35381# class PySide2.Qt3DRender.Qt3DRender.QPointSize.SizeMode:
35382    "PySide2.Qt3DRender.Qt3DRender.QPointSize.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35383    "PySide2.Qt3DRender.Qt3DRender.QPointSize.setSizeMode": ('PySide2.Qt3DRender.Qt3DRender.QPointSize.SizeMode',),
35384    "PySide2.Qt3DRender.Qt3DRender.QPointSize.setValue": ('float',),
35385    "PySide2.Qt3DRender.Qt3DRender.QPointSize.sizeMode": (),
35386    "PySide2.Qt3DRender.Qt3DRender.QPointSize.value": (),
35387# class PySide2.Qt3DRender.Qt3DRender.QPolygonOffset:
35388    "PySide2.Qt3DRender.Qt3DRender.QPolygonOffset.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35389    "PySide2.Qt3DRender.Qt3DRender.QPolygonOffset.depthSteps": (),
35390    "PySide2.Qt3DRender.Qt3DRender.QPolygonOffset.scaleFactor": (),
35391    "PySide2.Qt3DRender.Qt3DRender.QPolygonOffset.setDepthSteps": ('float',),
35392    "PySide2.Qt3DRender.Qt3DRender.QPolygonOffset.setScaleFactor": ('float',),
35393# class PySide2.Qt3DRender.Qt3DRender.QProximityFilter:
35394    "PySide2.Qt3DRender.Qt3DRender.QProximityFilter.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35395    "PySide2.Qt3DRender.Qt3DRender.QProximityFilter.distanceThreshold": (),
35396    "PySide2.Qt3DRender.Qt3DRender.QProximityFilter.entity": (),
35397    "PySide2.Qt3DRender.Qt3DRender.QProximityFilter.setDistanceThreshold": ('float',),
35398    "PySide2.Qt3DRender.Qt3DRender.QProximityFilter.setEntity": ('PySide2.Qt3DCore.Qt3DCore.QEntity',),
35399# class PySide2.Qt3DRender.Qt3DRender.QRayCaster:
35400    "PySide2.Qt3DRender.Qt3DRender.QRayCaster.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35401    "PySide2.Qt3DRender.Qt3DRender.QRayCaster.direction": (),
35402    "PySide2.Qt3DRender.Qt3DRender.QRayCaster.length": (),
35403    "PySide2.Qt3DRender.Qt3DRender.QRayCaster.origin": (),
35404    "PySide2.Qt3DRender.Qt3DRender.QRayCaster.setDirection": ('PySide2.QtGui.QVector3D',),
35405    "PySide2.Qt3DRender.Qt3DRender.QRayCaster.setLength": ('float',),
35406    "PySide2.Qt3DRender.Qt3DRender.QRayCaster.setOrigin": ('PySide2.QtGui.QVector3D',),
35407    "PySide2.Qt3DRender.Qt3DRender.QRayCaster.trigger": [(), ('PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D', 'float')],
35408# class PySide2.Qt3DRender.Qt3DRender.QRayCasterHit:
35409# class PySide2.Qt3DRender.Qt3DRender.QRayCasterHit.HitType:
35410    "PySide2.Qt3DRender.Qt3DRender.QRayCasterHit.__init__": [(), ('PySide2.Qt3DRender.Qt3DRender.QRayCasterHit',), ('PySide2.Qt3DRender.Qt3DRender.QRayCasterHit.HitType', 'PySide2.Qt3DCore.Qt3DCore.QNodeId', 'float', 'PySide2.QtGui.QVector3D', 'PySide2.QtGui.QVector3D', 'int', 'int', 'int', 'int')],
35411    "PySide2.Qt3DRender.Qt3DRender.QRayCasterHit.__copy__": (),
35412    "PySide2.Qt3DRender.Qt3DRender.QRayCasterHit.distance": (),
35413    "PySide2.Qt3DRender.Qt3DRender.QRayCasterHit.entity": (),
35414    "PySide2.Qt3DRender.Qt3DRender.QRayCasterHit.entityId": (),
35415    "PySide2.Qt3DRender.Qt3DRender.QRayCasterHit.localIntersection": (),
35416    "PySide2.Qt3DRender.Qt3DRender.QRayCasterHit.primitiveIndex": (),
35417    "PySide2.Qt3DRender.Qt3DRender.QRayCasterHit.type": (),
35418    "PySide2.Qt3DRender.Qt3DRender.QRayCasterHit.vertex1Index": (),
35419    "PySide2.Qt3DRender.Qt3DRender.QRayCasterHit.vertex2Index": (),
35420    "PySide2.Qt3DRender.Qt3DRender.QRayCasterHit.vertex3Index": (),
35421    "PySide2.Qt3DRender.Qt3DRender.QRayCasterHit.worldIntersection": (),
35422# class PySide2.Qt3DRender.Qt3DRender.QRenderAspect:
35423# class PySide2.Qt3DRender.Qt3DRender.QRenderAspect.RenderType:
35424    "PySide2.Qt3DRender.Qt3DRender.QRenderAspect.__init__": [('PySide2.Qt3DRender.Qt3DRender.QRenderAspect.RenderType', 'PySide2.QtCore.QObject'), ('PySide2.QtCore.QObject',)],
35425# class PySide2.Qt3DRender.Qt3DRender.QRenderCapture:
35426    "PySide2.Qt3DRender.Qt3DRender.QRenderCapture.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35427    "PySide2.Qt3DRender.Qt3DRender.QRenderCapture.requestCapture": [(), ('PySide2.QtCore.QRect',), ('int',)],
35428# class PySide2.Qt3DRender.Qt3DRender.QRenderCaptureReply:
35429    "PySide2.Qt3DRender.Qt3DRender.QRenderCaptureReply.captureId": (),
35430    "PySide2.Qt3DRender.Qt3DRender.QRenderCaptureReply.image": (),
35431    "PySide2.Qt3DRender.Qt3DRender.QRenderCaptureReply.isComplete": (),
35432    "PySide2.Qt3DRender.Qt3DRender.QRenderCaptureReply.saveImage": ('str',),
35433    "PySide2.Qt3DRender.Qt3DRender.QRenderCaptureReply.saveToFile": ('str',),
35434# class PySide2.Qt3DRender.Qt3DRender.QRenderPass:
35435    "PySide2.Qt3DRender.Qt3DRender.QRenderPass.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35436    "PySide2.Qt3DRender.Qt3DRender.QRenderPass.addFilterKey": ('PySide2.Qt3DRender.Qt3DRender.QFilterKey',),
35437    "PySide2.Qt3DRender.Qt3DRender.QRenderPass.addParameter": ('PySide2.Qt3DRender.Qt3DRender.QParameter',),
35438    "PySide2.Qt3DRender.Qt3DRender.QRenderPass.addRenderState": ('PySide2.Qt3DRender.Qt3DRender.QRenderState',),
35439    "PySide2.Qt3DRender.Qt3DRender.QRenderPass.filterKeys": (),
35440    "PySide2.Qt3DRender.Qt3DRender.QRenderPass.parameters": (),
35441    "PySide2.Qt3DRender.Qt3DRender.QRenderPass.removeFilterKey": ('PySide2.Qt3DRender.Qt3DRender.QFilterKey',),
35442    "PySide2.Qt3DRender.Qt3DRender.QRenderPass.removeParameter": ('PySide2.Qt3DRender.Qt3DRender.QParameter',),
35443    "PySide2.Qt3DRender.Qt3DRender.QRenderPass.removeRenderState": ('PySide2.Qt3DRender.Qt3DRender.QRenderState',),
35444    "PySide2.Qt3DRender.Qt3DRender.QRenderPass.renderStates": (),
35445    "PySide2.Qt3DRender.Qt3DRender.QRenderPass.setShaderProgram": ('PySide2.Qt3DRender.Qt3DRender.QShaderProgram',),
35446    "PySide2.Qt3DRender.Qt3DRender.QRenderPass.shaderProgram": (),
35447# class PySide2.Qt3DRender.Qt3DRender.QRenderPassFilter:
35448    "PySide2.Qt3DRender.Qt3DRender.QRenderPassFilter.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35449    "PySide2.Qt3DRender.Qt3DRender.QRenderPassFilter.addMatch": ('PySide2.Qt3DRender.Qt3DRender.QFilterKey',),
35450    "PySide2.Qt3DRender.Qt3DRender.QRenderPassFilter.addParameter": ('PySide2.Qt3DRender.Qt3DRender.QParameter',),
35451    "PySide2.Qt3DRender.Qt3DRender.QRenderPassFilter.matchAny": (),
35452    "PySide2.Qt3DRender.Qt3DRender.QRenderPassFilter.parameters": (),
35453    "PySide2.Qt3DRender.Qt3DRender.QRenderPassFilter.removeMatch": ('PySide2.Qt3DRender.Qt3DRender.QFilterKey',),
35454    "PySide2.Qt3DRender.Qt3DRender.QRenderPassFilter.removeParameter": ('PySide2.Qt3DRender.Qt3DRender.QParameter',),
35455# class PySide2.Qt3DRender.Qt3DRender.QRenderSettings:
35456# class PySide2.Qt3DRender.Qt3DRender.QRenderSettings.RenderPolicy:
35457    "PySide2.Qt3DRender.Qt3DRender.QRenderSettings.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35458    "PySide2.Qt3DRender.Qt3DRender.QRenderSettings.activeFrameGraph": (),
35459    "PySide2.Qt3DRender.Qt3DRender.QRenderSettings.pickingSettings": (),
35460    "PySide2.Qt3DRender.Qt3DRender.QRenderSettings.renderPolicy": (),
35461    "PySide2.Qt3DRender.Qt3DRender.QRenderSettings.setActiveFrameGraph": ('PySide2.Qt3DRender.Qt3DRender.QFrameGraphNode',),
35462    "PySide2.Qt3DRender.Qt3DRender.QRenderSettings.setRenderPolicy": ('PySide2.Qt3DRender.Qt3DRender.QRenderSettings.RenderPolicy',),
35463# class PySide2.Qt3DRender.Qt3DRender.QRenderState:
35464# class PySide2.Qt3DRender.Qt3DRender.QRenderStateSet:
35465    "PySide2.Qt3DRender.Qt3DRender.QRenderStateSet.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35466    "PySide2.Qt3DRender.Qt3DRender.QRenderStateSet.addRenderState": ('PySide2.Qt3DRender.Qt3DRender.QRenderState',),
35467    "PySide2.Qt3DRender.Qt3DRender.QRenderStateSet.removeRenderState": ('PySide2.Qt3DRender.Qt3DRender.QRenderState',),
35468    "PySide2.Qt3DRender.Qt3DRender.QRenderStateSet.renderStates": (),
35469# class PySide2.Qt3DRender.Qt3DRender.QRenderSurfaceSelector:
35470    "PySide2.Qt3DRender.Qt3DRender.QRenderSurfaceSelector.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35471    "PySide2.Qt3DRender.Qt3DRender.QRenderSurfaceSelector.externalRenderTargetSize": (),
35472    "PySide2.Qt3DRender.Qt3DRender.QRenderSurfaceSelector.setExternalRenderTargetSize": ('PySide2.QtCore.QSize',),
35473    "PySide2.Qt3DRender.Qt3DRender.QRenderSurfaceSelector.setSurface": ('PySide2.QtCore.QObject',),
35474    "PySide2.Qt3DRender.Qt3DRender.QRenderSurfaceSelector.setSurfacePixelRatio": ('float',),
35475    "PySide2.Qt3DRender.Qt3DRender.QRenderSurfaceSelector.surface": (),
35476    "PySide2.Qt3DRender.Qt3DRender.QRenderSurfaceSelector.surfacePixelRatio": (),
35477# class PySide2.Qt3DRender.Qt3DRender.QRenderTarget:
35478    "PySide2.Qt3DRender.Qt3DRender.QRenderTarget.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35479    "PySide2.Qt3DRender.Qt3DRender.QRenderTarget.addOutput": ('PySide2.Qt3DRender.Qt3DRender.QRenderTargetOutput',),
35480    "PySide2.Qt3DRender.Qt3DRender.QRenderTarget.outputs": (),
35481    "PySide2.Qt3DRender.Qt3DRender.QRenderTarget.removeOutput": ('PySide2.Qt3DRender.Qt3DRender.QRenderTargetOutput',),
35482# class PySide2.Qt3DRender.Qt3DRender.QRenderTargetOutput:
35483# class PySide2.Qt3DRender.Qt3DRender.QRenderTargetOutput.AttachmentPoint:
35484    "PySide2.Qt3DRender.Qt3DRender.QRenderTargetOutput.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35485    "PySide2.Qt3DRender.Qt3DRender.QRenderTargetOutput.attachmentPoint": (),
35486    "PySide2.Qt3DRender.Qt3DRender.QRenderTargetOutput.face": (),
35487    "PySide2.Qt3DRender.Qt3DRender.QRenderTargetOutput.layer": (),
35488    "PySide2.Qt3DRender.Qt3DRender.QRenderTargetOutput.mipLevel": (),
35489    "PySide2.Qt3DRender.Qt3DRender.QRenderTargetOutput.setAttachmentPoint": ('PySide2.Qt3DRender.Qt3DRender.QRenderTargetOutput.AttachmentPoint',),
35490    "PySide2.Qt3DRender.Qt3DRender.QRenderTargetOutput.setFace": ('PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.CubeMapFace',),
35491    "PySide2.Qt3DRender.Qt3DRender.QRenderTargetOutput.setLayer": ('int',),
35492    "PySide2.Qt3DRender.Qt3DRender.QRenderTargetOutput.setMipLevel": ('int',),
35493    "PySide2.Qt3DRender.Qt3DRender.QRenderTargetOutput.setTexture": ('PySide2.Qt3DRender.Qt3DRender.QAbstractTexture',),
35494    "PySide2.Qt3DRender.Qt3DRender.QRenderTargetOutput.texture": (),
35495# class PySide2.Qt3DRender.Qt3DRender.QRenderTargetSelector:
35496    "PySide2.Qt3DRender.Qt3DRender.QRenderTargetSelector.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35497    "PySide2.Qt3DRender.Qt3DRender.QRenderTargetSelector.outputs": (),
35498    "PySide2.Qt3DRender.Qt3DRender.QRenderTargetSelector.setOutputs": ('typing.List[PySide2.Qt3DRender.Qt3DRender.QRenderTargetOutput.AttachmentPoint]',),
35499    "PySide2.Qt3DRender.Qt3DRender.QRenderTargetSelector.setTarget": ('PySide2.Qt3DRender.Qt3DRender.QRenderTarget',),
35500    "PySide2.Qt3DRender.Qt3DRender.QRenderTargetSelector.target": (),
35501# class PySide2.Qt3DRender.Qt3DRender.QSceneLoader:
35502# class PySide2.Qt3DRender.Qt3DRender.QSceneLoader.ComponentType:
35503# class PySide2.Qt3DRender.Qt3DRender.QSceneLoader.Status:
35504    "PySide2.Qt3DRender.Qt3DRender.QSceneLoader.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35505    "PySide2.Qt3DRender.Qt3DRender.QSceneLoader.component": ('str', 'PySide2.Qt3DRender.Qt3DRender.QSceneLoader.ComponentType'),
35506    "PySide2.Qt3DRender.Qt3DRender.QSceneLoader.entity": ('str',),
35507    "PySide2.Qt3DRender.Qt3DRender.QSceneLoader.entityNames": (),
35508    "PySide2.Qt3DRender.Qt3DRender.QSceneLoader.setSource": ('PySide2.QtCore.QUrl',),
35509    "PySide2.Qt3DRender.Qt3DRender.QSceneLoader.setStatus": ('PySide2.Qt3DRender.Qt3DRender.QSceneLoader.Status',),
35510    "PySide2.Qt3DRender.Qt3DRender.QSceneLoader.source": (),
35511    "PySide2.Qt3DRender.Qt3DRender.QSceneLoader.status": (),
35512# class PySide2.Qt3DRender.Qt3DRender.QScissorTest:
35513    "PySide2.Qt3DRender.Qt3DRender.QScissorTest.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35514    "PySide2.Qt3DRender.Qt3DRender.QScissorTest.bottom": (),
35515    "PySide2.Qt3DRender.Qt3DRender.QScissorTest.height": (),
35516    "PySide2.Qt3DRender.Qt3DRender.QScissorTest.left": (),
35517    "PySide2.Qt3DRender.Qt3DRender.QScissorTest.setBottom": ('int',),
35518    "PySide2.Qt3DRender.Qt3DRender.QScissorTest.setHeight": ('int',),
35519    "PySide2.Qt3DRender.Qt3DRender.QScissorTest.setLeft": ('int',),
35520    "PySide2.Qt3DRender.Qt3DRender.QScissorTest.setWidth": ('int',),
35521    "PySide2.Qt3DRender.Qt3DRender.QScissorTest.width": (),
35522# class PySide2.Qt3DRender.Qt3DRender.QScreenRayCaster:
35523    "PySide2.Qt3DRender.Qt3DRender.QScreenRayCaster.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35524    "PySide2.Qt3DRender.Qt3DRender.QScreenRayCaster.position": (),
35525    "PySide2.Qt3DRender.Qt3DRender.QScreenRayCaster.setPosition": ('PySide2.QtCore.QPoint',),
35526    "PySide2.Qt3DRender.Qt3DRender.QScreenRayCaster.trigger": [(), ('PySide2.QtCore.QPoint',)],
35527# class PySide2.Qt3DRender.Qt3DRender.QSeamlessCubemap:
35528    "PySide2.Qt3DRender.Qt3DRender.QSeamlessCubemap.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35529# class PySide2.Qt3DRender.Qt3DRender.QSetFence:
35530# class PySide2.Qt3DRender.Qt3DRender.QSetFence.HandleType:
35531    "PySide2.Qt3DRender.Qt3DRender.QSetFence.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35532    "PySide2.Qt3DRender.Qt3DRender.QSetFence.handle": (),
35533    "PySide2.Qt3DRender.Qt3DRender.QSetFence.handleType": (),
35534# class PySide2.Qt3DRender.Qt3DRender.QShaderData:
35535    "PySide2.Qt3DRender.Qt3DRender.QShaderData.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35536    "PySide2.Qt3DRender.Qt3DRender.QShaderData.event": ('PySide2.QtCore.QEvent',),
35537# class PySide2.Qt3DRender.Qt3DRender.QShaderImage:
35538# class PySide2.Qt3DRender.Qt3DRender.QShaderImage.Access:
35539# class PySide2.Qt3DRender.Qt3DRender.QShaderImage.ImageFormat:
35540    "PySide2.Qt3DRender.Qt3DRender.QShaderImage.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35541    "PySide2.Qt3DRender.Qt3DRender.QShaderImage.access": (),
35542    "PySide2.Qt3DRender.Qt3DRender.QShaderImage.format": (),
35543    "PySide2.Qt3DRender.Qt3DRender.QShaderImage.layer": (),
35544    "PySide2.Qt3DRender.Qt3DRender.QShaderImage.layered": (),
35545    "PySide2.Qt3DRender.Qt3DRender.QShaderImage.mipLevel": (),
35546    "PySide2.Qt3DRender.Qt3DRender.QShaderImage.setAccess": ('PySide2.Qt3DRender.Qt3DRender.QShaderImage.Access',),
35547    "PySide2.Qt3DRender.Qt3DRender.QShaderImage.setFormat": ('PySide2.Qt3DRender.Qt3DRender.QShaderImage.ImageFormat',),
35548    "PySide2.Qt3DRender.Qt3DRender.QShaderImage.setLayer": ('int',),
35549    "PySide2.Qt3DRender.Qt3DRender.QShaderImage.setLayered": ('bool',),
35550    "PySide2.Qt3DRender.Qt3DRender.QShaderImage.setMipLevel": ('int',),
35551    "PySide2.Qt3DRender.Qt3DRender.QShaderImage.setTexture": ('PySide2.Qt3DRender.Qt3DRender.QAbstractTexture',),
35552    "PySide2.Qt3DRender.Qt3DRender.QShaderImage.texture": (),
35553# class PySide2.Qt3DRender.Qt3DRender.QShaderProgram:
35554# class PySide2.Qt3DRender.Qt3DRender.QShaderProgram.ShaderType:
35555# class PySide2.Qt3DRender.Qt3DRender.QShaderProgram.Status:
35556    "PySide2.Qt3DRender.Qt3DRender.QShaderProgram.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35557    "PySide2.Qt3DRender.Qt3DRender.QShaderProgram.computeShaderCode": (),
35558    "PySide2.Qt3DRender.Qt3DRender.QShaderProgram.fragmentShaderCode": (),
35559    "PySide2.Qt3DRender.Qt3DRender.QShaderProgram.geometryShaderCode": (),
35560    "PySide2.Qt3DRender.Qt3DRender.QShaderProgram.loadSource": ('PySide2.QtCore.QUrl',),
35561    "PySide2.Qt3DRender.Qt3DRender.QShaderProgram.log": (),
35562    "PySide2.Qt3DRender.Qt3DRender.QShaderProgram.setComputeShaderCode": ('PySide2.QtCore.QByteArray',),
35563    "PySide2.Qt3DRender.Qt3DRender.QShaderProgram.setFragmentShaderCode": ('PySide2.QtCore.QByteArray',),
35564    "PySide2.Qt3DRender.Qt3DRender.QShaderProgram.setGeometryShaderCode": ('PySide2.QtCore.QByteArray',),
35565    "PySide2.Qt3DRender.Qt3DRender.QShaderProgram.setShaderCode": ('PySide2.Qt3DRender.Qt3DRender.QShaderProgram.ShaderType', 'PySide2.QtCore.QByteArray'),
35566    "PySide2.Qt3DRender.Qt3DRender.QShaderProgram.setTessellationControlShaderCode": ('PySide2.QtCore.QByteArray',),
35567    "PySide2.Qt3DRender.Qt3DRender.QShaderProgram.setTessellationEvaluationShaderCode": ('PySide2.QtCore.QByteArray',),
35568    "PySide2.Qt3DRender.Qt3DRender.QShaderProgram.setVertexShaderCode": ('PySide2.QtCore.QByteArray',),
35569    "PySide2.Qt3DRender.Qt3DRender.QShaderProgram.shaderCode": ('PySide2.Qt3DRender.Qt3DRender.QShaderProgram.ShaderType',),
35570    "PySide2.Qt3DRender.Qt3DRender.QShaderProgram.status": (),
35571    "PySide2.Qt3DRender.Qt3DRender.QShaderProgram.tessellationControlShaderCode": (),
35572    "PySide2.Qt3DRender.Qt3DRender.QShaderProgram.tessellationEvaluationShaderCode": (),
35573    "PySide2.Qt3DRender.Qt3DRender.QShaderProgram.vertexShaderCode": (),
35574# class PySide2.Qt3DRender.Qt3DRender.QShaderProgramBuilder:
35575    "PySide2.Qt3DRender.Qt3DRender.QShaderProgramBuilder.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35576    "PySide2.Qt3DRender.Qt3DRender.QShaderProgramBuilder.computeShaderCode": (),
35577    "PySide2.Qt3DRender.Qt3DRender.QShaderProgramBuilder.computeShaderGraph": (),
35578    "PySide2.Qt3DRender.Qt3DRender.QShaderProgramBuilder.enabledLayers": (),
35579    "PySide2.Qt3DRender.Qt3DRender.QShaderProgramBuilder.fragmentShaderCode": (),
35580    "PySide2.Qt3DRender.Qt3DRender.QShaderProgramBuilder.fragmentShaderGraph": (),
35581    "PySide2.Qt3DRender.Qt3DRender.QShaderProgramBuilder.geometryShaderCode": (),
35582    "PySide2.Qt3DRender.Qt3DRender.QShaderProgramBuilder.geometryShaderGraph": (),
35583    "PySide2.Qt3DRender.Qt3DRender.QShaderProgramBuilder.setComputeShaderGraph": ('PySide2.QtCore.QUrl',),
35584    "PySide2.Qt3DRender.Qt3DRender.QShaderProgramBuilder.setEnabledLayers": ('typing.Sequence[str]',),
35585    "PySide2.Qt3DRender.Qt3DRender.QShaderProgramBuilder.setFragmentShaderGraph": ('PySide2.QtCore.QUrl',),
35586    "PySide2.Qt3DRender.Qt3DRender.QShaderProgramBuilder.setGeometryShaderGraph": ('PySide2.QtCore.QUrl',),
35587    "PySide2.Qt3DRender.Qt3DRender.QShaderProgramBuilder.setShaderProgram": ('PySide2.Qt3DRender.Qt3DRender.QShaderProgram',),
35588    "PySide2.Qt3DRender.Qt3DRender.QShaderProgramBuilder.setTessellationControlShaderGraph": ('PySide2.QtCore.QUrl',),
35589    "PySide2.Qt3DRender.Qt3DRender.QShaderProgramBuilder.setTessellationEvaluationShaderGraph": ('PySide2.QtCore.QUrl',),
35590    "PySide2.Qt3DRender.Qt3DRender.QShaderProgramBuilder.setVertexShaderGraph": ('PySide2.QtCore.QUrl',),
35591    "PySide2.Qt3DRender.Qt3DRender.QShaderProgramBuilder.shaderProgram": (),
35592    "PySide2.Qt3DRender.Qt3DRender.QShaderProgramBuilder.tessellationControlShaderCode": (),
35593    "PySide2.Qt3DRender.Qt3DRender.QShaderProgramBuilder.tessellationControlShaderGraph": (),
35594    "PySide2.Qt3DRender.Qt3DRender.QShaderProgramBuilder.tessellationEvaluationShaderCode": (),
35595    "PySide2.Qt3DRender.Qt3DRender.QShaderProgramBuilder.tessellationEvaluationShaderGraph": (),
35596    "PySide2.Qt3DRender.Qt3DRender.QShaderProgramBuilder.vertexShaderCode": (),
35597    "PySide2.Qt3DRender.Qt3DRender.QShaderProgramBuilder.vertexShaderGraph": (),
35598# class PySide2.Qt3DRender.Qt3DRender.QSharedGLTexture:
35599    "PySide2.Qt3DRender.Qt3DRender.QSharedGLTexture.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35600    "PySide2.Qt3DRender.Qt3DRender.QSharedGLTexture.setTextureId": ('int',),
35601    "PySide2.Qt3DRender.Qt3DRender.QSharedGLTexture.textureId": (),
35602# class PySide2.Qt3DRender.Qt3DRender.QSortPolicy:
35603# class PySide2.Qt3DRender.Qt3DRender.QSortPolicy.SortType:
35604    "PySide2.Qt3DRender.Qt3DRender.QSortPolicy.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35605    "PySide2.Qt3DRender.Qt3DRender.QSortPolicy.setSortTypes": [('typing.List[PySide2.Qt3DRender.Qt3DRender.QSortPolicy.SortType]',), ('typing.List[int]',)],
35606    "PySide2.Qt3DRender.Qt3DRender.QSortPolicy.sortTypes": (),
35607    "PySide2.Qt3DRender.Qt3DRender.QSortPolicy.sortTypesInt": (),
35608# class PySide2.Qt3DRender.Qt3DRender.QSpotLight:
35609    "PySide2.Qt3DRender.Qt3DRender.QSpotLight.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35610    "PySide2.Qt3DRender.Qt3DRender.QSpotLight.constantAttenuation": (),
35611    "PySide2.Qt3DRender.Qt3DRender.QSpotLight.cutOffAngle": (),
35612    "PySide2.Qt3DRender.Qt3DRender.QSpotLight.linearAttenuation": (),
35613    "PySide2.Qt3DRender.Qt3DRender.QSpotLight.localDirection": (),
35614    "PySide2.Qt3DRender.Qt3DRender.QSpotLight.quadraticAttenuation": (),
35615    "PySide2.Qt3DRender.Qt3DRender.QSpotLight.setConstantAttenuation": ('float',),
35616    "PySide2.Qt3DRender.Qt3DRender.QSpotLight.setCutOffAngle": ('float',),
35617    "PySide2.Qt3DRender.Qt3DRender.QSpotLight.setLinearAttenuation": ('float',),
35618    "PySide2.Qt3DRender.Qt3DRender.QSpotLight.setLocalDirection": ('PySide2.QtGui.QVector3D',),
35619    "PySide2.Qt3DRender.Qt3DRender.QSpotLight.setQuadraticAttenuation": ('float',),
35620# class PySide2.Qt3DRender.Qt3DRender.QStencilMask:
35621    "PySide2.Qt3DRender.Qt3DRender.QStencilMask.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35622    "PySide2.Qt3DRender.Qt3DRender.QStencilMask.backOutputMask": (),
35623    "PySide2.Qt3DRender.Qt3DRender.QStencilMask.frontOutputMask": (),
35624    "PySide2.Qt3DRender.Qt3DRender.QStencilMask.setBackOutputMask": ('int',),
35625    "PySide2.Qt3DRender.Qt3DRender.QStencilMask.setFrontOutputMask": ('int',),
35626# class PySide2.Qt3DRender.Qt3DRender.QStencilOperation:
35627    "PySide2.Qt3DRender.Qt3DRender.QStencilOperation.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35628    "PySide2.Qt3DRender.Qt3DRender.QStencilOperation.back": (),
35629    "PySide2.Qt3DRender.Qt3DRender.QStencilOperation.front": (),
35630# class PySide2.Qt3DRender.Qt3DRender.QStencilOperationArguments:
35631# class PySide2.Qt3DRender.Qt3DRender.QStencilOperationArguments.FaceMode:
35632# class PySide2.Qt3DRender.Qt3DRender.QStencilOperationArguments.Operation:
35633    "PySide2.Qt3DRender.Qt3DRender.QStencilOperationArguments.allTestsPassOperation": (),
35634    "PySide2.Qt3DRender.Qt3DRender.QStencilOperationArguments.depthTestFailureOperation": (),
35635    "PySide2.Qt3DRender.Qt3DRender.QStencilOperationArguments.faceMode": (),
35636    "PySide2.Qt3DRender.Qt3DRender.QStencilOperationArguments.setAllTestsPassOperation": ('PySide2.Qt3DRender.Qt3DRender.QStencilOperationArguments.Operation',),
35637    "PySide2.Qt3DRender.Qt3DRender.QStencilOperationArguments.setDepthTestFailureOperation": ('PySide2.Qt3DRender.Qt3DRender.QStencilOperationArguments.Operation',),
35638    "PySide2.Qt3DRender.Qt3DRender.QStencilOperationArguments.setStencilTestFailureOperation": ('PySide2.Qt3DRender.Qt3DRender.QStencilOperationArguments.Operation',),
35639    "PySide2.Qt3DRender.Qt3DRender.QStencilOperationArguments.stencilTestFailureOperation": (),
35640# class PySide2.Qt3DRender.Qt3DRender.QStencilTest:
35641    "PySide2.Qt3DRender.Qt3DRender.QStencilTest.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35642    "PySide2.Qt3DRender.Qt3DRender.QStencilTest.back": (),
35643    "PySide2.Qt3DRender.Qt3DRender.QStencilTest.front": (),
35644# class PySide2.Qt3DRender.Qt3DRender.QStencilTestArguments:
35645# class PySide2.Qt3DRender.Qt3DRender.QStencilTestArguments.StencilFaceMode:
35646# class PySide2.Qt3DRender.Qt3DRender.QStencilTestArguments.StencilFunction:
35647    "PySide2.Qt3DRender.Qt3DRender.QStencilTestArguments.comparisonMask": (),
35648    "PySide2.Qt3DRender.Qt3DRender.QStencilTestArguments.faceMode": (),
35649    "PySide2.Qt3DRender.Qt3DRender.QStencilTestArguments.referenceValue": (),
35650    "PySide2.Qt3DRender.Qt3DRender.QStencilTestArguments.setComparisonMask": ('int',),
35651    "PySide2.Qt3DRender.Qt3DRender.QStencilTestArguments.setReferenceValue": ('int',),
35652    "PySide2.Qt3DRender.Qt3DRender.QStencilTestArguments.setStencilFunction": ('PySide2.Qt3DRender.Qt3DRender.QStencilTestArguments.StencilFunction',),
35653    "PySide2.Qt3DRender.Qt3DRender.QStencilTestArguments.stencilFunction": (),
35654# class PySide2.Qt3DRender.Qt3DRender.QTechnique:
35655    "PySide2.Qt3DRender.Qt3DRender.QTechnique.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35656    "PySide2.Qt3DRender.Qt3DRender.QTechnique.addFilterKey": ('PySide2.Qt3DRender.Qt3DRender.QFilterKey',),
35657    "PySide2.Qt3DRender.Qt3DRender.QTechnique.addParameter": ('PySide2.Qt3DRender.Qt3DRender.QParameter',),
35658    "PySide2.Qt3DRender.Qt3DRender.QTechnique.addRenderPass": ('PySide2.Qt3DRender.Qt3DRender.QRenderPass',),
35659    "PySide2.Qt3DRender.Qt3DRender.QTechnique.filterKeys": (),
35660    "PySide2.Qt3DRender.Qt3DRender.QTechnique.graphicsApiFilter": (),
35661    "PySide2.Qt3DRender.Qt3DRender.QTechnique.parameters": (),
35662    "PySide2.Qt3DRender.Qt3DRender.QTechnique.removeFilterKey": ('PySide2.Qt3DRender.Qt3DRender.QFilterKey',),
35663    "PySide2.Qt3DRender.Qt3DRender.QTechnique.removeParameter": ('PySide2.Qt3DRender.Qt3DRender.QParameter',),
35664    "PySide2.Qt3DRender.Qt3DRender.QTechnique.removeRenderPass": ('PySide2.Qt3DRender.Qt3DRender.QRenderPass',),
35665    "PySide2.Qt3DRender.Qt3DRender.QTechnique.renderPasses": (),
35666# class PySide2.Qt3DRender.Qt3DRender.QTechniqueFilter:
35667    "PySide2.Qt3DRender.Qt3DRender.QTechniqueFilter.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35668    "PySide2.Qt3DRender.Qt3DRender.QTechniqueFilter.addMatch": ('PySide2.Qt3DRender.Qt3DRender.QFilterKey',),
35669    "PySide2.Qt3DRender.Qt3DRender.QTechniqueFilter.addParameter": ('PySide2.Qt3DRender.Qt3DRender.QParameter',),
35670    "PySide2.Qt3DRender.Qt3DRender.QTechniqueFilter.matchAll": (),
35671    "PySide2.Qt3DRender.Qt3DRender.QTechniqueFilter.parameters": (),
35672    "PySide2.Qt3DRender.Qt3DRender.QTechniqueFilter.removeMatch": ('PySide2.Qt3DRender.Qt3DRender.QFilterKey',),
35673    "PySide2.Qt3DRender.Qt3DRender.QTechniqueFilter.removeParameter": ('PySide2.Qt3DRender.Qt3DRender.QParameter',),
35674# class PySide2.Qt3DRender.Qt3DRender.QTexture1D:
35675    "PySide2.Qt3DRender.Qt3DRender.QTexture1D.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35676# class PySide2.Qt3DRender.Qt3DRender.QTexture1DArray:
35677    "PySide2.Qt3DRender.Qt3DRender.QTexture1DArray.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35678# class PySide2.Qt3DRender.Qt3DRender.QTexture2D:
35679    "PySide2.Qt3DRender.Qt3DRender.QTexture2D.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35680# class PySide2.Qt3DRender.Qt3DRender.QTexture2DArray:
35681    "PySide2.Qt3DRender.Qt3DRender.QTexture2DArray.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35682# class PySide2.Qt3DRender.Qt3DRender.QTexture2DMultisample:
35683    "PySide2.Qt3DRender.Qt3DRender.QTexture2DMultisample.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35684# class PySide2.Qt3DRender.Qt3DRender.QTexture2DMultisampleArray:
35685    "PySide2.Qt3DRender.Qt3DRender.QTexture2DMultisampleArray.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35686# class PySide2.Qt3DRender.Qt3DRender.QTexture3D:
35687    "PySide2.Qt3DRender.Qt3DRender.QTexture3D.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35688# class PySide2.Qt3DRender.Qt3DRender.QTextureBuffer:
35689    "PySide2.Qt3DRender.Qt3DRender.QTextureBuffer.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35690# class PySide2.Qt3DRender.Qt3DRender.QTextureCubeMap:
35691    "PySide2.Qt3DRender.Qt3DRender.QTextureCubeMap.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35692# class PySide2.Qt3DRender.Qt3DRender.QTextureCubeMapArray:
35693    "PySide2.Qt3DRender.Qt3DRender.QTextureCubeMapArray.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35694# class PySide2.Qt3DRender.Qt3DRender.QTextureData:
35695    "PySide2.Qt3DRender.Qt3DRender.QTextureData.__init__": (),
35696    "PySide2.Qt3DRender.Qt3DRender.QTextureData.comparisonFunction": (),
35697    "PySide2.Qt3DRender.Qt3DRender.QTextureData.comparisonMode": (),
35698    "PySide2.Qt3DRender.Qt3DRender.QTextureData.depth": (),
35699    "PySide2.Qt3DRender.Qt3DRender.QTextureData.format": (),
35700    "PySide2.Qt3DRender.Qt3DRender.QTextureData.height": (),
35701    "PySide2.Qt3DRender.Qt3DRender.QTextureData.isAutoMipMapGenerationEnabled": (),
35702    "PySide2.Qt3DRender.Qt3DRender.QTextureData.layers": (),
35703    "PySide2.Qt3DRender.Qt3DRender.QTextureData.magnificationFilter": (),
35704    "PySide2.Qt3DRender.Qt3DRender.QTextureData.maximumAnisotropy": (),
35705    "PySide2.Qt3DRender.Qt3DRender.QTextureData.minificationFilter": (),
35706    "PySide2.Qt3DRender.Qt3DRender.QTextureData.setAutoMipMapGenerationEnabled": ('bool',),
35707    "PySide2.Qt3DRender.Qt3DRender.QTextureData.setComparisonFunction": ('PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.ComparisonFunction',),
35708    "PySide2.Qt3DRender.Qt3DRender.QTextureData.setComparisonMode": ('PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.ComparisonMode',),
35709    "PySide2.Qt3DRender.Qt3DRender.QTextureData.setDepth": ('int',),
35710    "PySide2.Qt3DRender.Qt3DRender.QTextureData.setFormat": ('PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.TextureFormat',),
35711    "PySide2.Qt3DRender.Qt3DRender.QTextureData.setHeight": ('int',),
35712    "PySide2.Qt3DRender.Qt3DRender.QTextureData.setLayers": ('int',),
35713    "PySide2.Qt3DRender.Qt3DRender.QTextureData.setMagnificationFilter": ('PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.Filter',),
35714    "PySide2.Qt3DRender.Qt3DRender.QTextureData.setMaximumAnisotropy": ('float',),
35715    "PySide2.Qt3DRender.Qt3DRender.QTextureData.setMinificationFilter": ('PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.Filter',),
35716    "PySide2.Qt3DRender.Qt3DRender.QTextureData.setTarget": ('PySide2.Qt3DRender.Qt3DRender.QAbstractTexture.Target',),
35717    "PySide2.Qt3DRender.Qt3DRender.QTextureData.setWidth": ('int',),
35718    "PySide2.Qt3DRender.Qt3DRender.QTextureData.setWrapModeX": ('PySide2.Qt3DRender.Qt3DRender.QTextureWrapMode.WrapMode',),
35719    "PySide2.Qt3DRender.Qt3DRender.QTextureData.setWrapModeY": ('PySide2.Qt3DRender.Qt3DRender.QTextureWrapMode.WrapMode',),
35720    "PySide2.Qt3DRender.Qt3DRender.QTextureData.setWrapModeZ": ('PySide2.Qt3DRender.Qt3DRender.QTextureWrapMode.WrapMode',),
35721    "PySide2.Qt3DRender.Qt3DRender.QTextureData.target": (),
35722    "PySide2.Qt3DRender.Qt3DRender.QTextureData.width": (),
35723    "PySide2.Qt3DRender.Qt3DRender.QTextureData.wrapModeX": (),
35724    "PySide2.Qt3DRender.Qt3DRender.QTextureData.wrapModeY": (),
35725    "PySide2.Qt3DRender.Qt3DRender.QTextureData.wrapModeZ": (),
35726# class PySide2.Qt3DRender.Qt3DRender.QTextureGenerator:
35727# class PySide2.Qt3DRender.Qt3DRender.QTextureImage:
35728# class PySide2.Qt3DRender.Qt3DRender.QTextureImage.Status:
35729    "PySide2.Qt3DRender.Qt3DRender.QTextureImage.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35730    "PySide2.Qt3DRender.Qt3DRender.QTextureImage.isMirrored": (),
35731    "PySide2.Qt3DRender.Qt3DRender.QTextureImage.setMirrored": ('bool',),
35732    "PySide2.Qt3DRender.Qt3DRender.QTextureImage.setSource": ('PySide2.QtCore.QUrl',),
35733    "PySide2.Qt3DRender.Qt3DRender.QTextureImage.setStatus": ('PySide2.Qt3DRender.Qt3DRender.QTextureImage.Status',),
35734    "PySide2.Qt3DRender.Qt3DRender.QTextureImage.source": (),
35735    "PySide2.Qt3DRender.Qt3DRender.QTextureImage.status": (),
35736# class PySide2.Qt3DRender.Qt3DRender.QTextureImageData:
35737    "PySide2.Qt3DRender.Qt3DRender.QTextureImageData.__init__": (),
35738    "PySide2.Qt3DRender.Qt3DRender.QTextureImageData.cleanup": (),
35739    "PySide2.Qt3DRender.Qt3DRender.QTextureImageData.data": ('int', 'int', 'int'),
35740    "PySide2.Qt3DRender.Qt3DRender.QTextureImageData.depth": (),
35741    "PySide2.Qt3DRender.Qt3DRender.QTextureImageData.faces": (),
35742    "PySide2.Qt3DRender.Qt3DRender.QTextureImageData.format": (),
35743    "PySide2.Qt3DRender.Qt3DRender.QTextureImageData.height": (),
35744    "PySide2.Qt3DRender.Qt3DRender.QTextureImageData.isCompressed": (),
35745    "PySide2.Qt3DRender.Qt3DRender.QTextureImageData.layers": (),
35746    "PySide2.Qt3DRender.Qt3DRender.QTextureImageData.mipLevels": (),
35747    "PySide2.Qt3DRender.Qt3DRender.QTextureImageData.pixelFormat": (),
35748    "PySide2.Qt3DRender.Qt3DRender.QTextureImageData.pixelType": (),
35749    "PySide2.Qt3DRender.Qt3DRender.QTextureImageData.setData": ('PySide2.QtCore.QByteArray', 'int', 'bool'),
35750    "PySide2.Qt3DRender.Qt3DRender.QTextureImageData.setDepth": ('int',),
35751    "PySide2.Qt3DRender.Qt3DRender.QTextureImageData.setFaces": ('int',),
35752    "PySide2.Qt3DRender.Qt3DRender.QTextureImageData.setFormat": ('PySide2.QtGui.QOpenGLTexture.TextureFormat',),
35753    "PySide2.Qt3DRender.Qt3DRender.QTextureImageData.setHeight": ('int',),
35754    "PySide2.Qt3DRender.Qt3DRender.QTextureImageData.setImage": ('PySide2.QtGui.QImage',),
35755    "PySide2.Qt3DRender.Qt3DRender.QTextureImageData.setLayers": ('int',),
35756    "PySide2.Qt3DRender.Qt3DRender.QTextureImageData.setMipLevels": ('int',),
35757    "PySide2.Qt3DRender.Qt3DRender.QTextureImageData.setPixelFormat": ('PySide2.QtGui.QOpenGLTexture.PixelFormat',),
35758    "PySide2.Qt3DRender.Qt3DRender.QTextureImageData.setPixelType": ('PySide2.QtGui.QOpenGLTexture.PixelType',),
35759    "PySide2.Qt3DRender.Qt3DRender.QTextureImageData.setTarget": ('PySide2.QtGui.QOpenGLTexture.Target',),
35760    "PySide2.Qt3DRender.Qt3DRender.QTextureImageData.setWidth": ('int',),
35761    "PySide2.Qt3DRender.Qt3DRender.QTextureImageData.target": (),
35762    "PySide2.Qt3DRender.Qt3DRender.QTextureImageData.width": (),
35763# class PySide2.Qt3DRender.Qt3DRender.QTextureImageDataGenerator:
35764# class PySide2.Qt3DRender.Qt3DRender.QTextureLoader:
35765    "PySide2.Qt3DRender.Qt3DRender.QTextureLoader.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35766    "PySide2.Qt3DRender.Qt3DRender.QTextureLoader.isMirrored": (),
35767    "PySide2.Qt3DRender.Qt3DRender.QTextureLoader.setMirrored": ('bool',),
35768    "PySide2.Qt3DRender.Qt3DRender.QTextureLoader.setSource": ('PySide2.QtCore.QUrl',),
35769    "PySide2.Qt3DRender.Qt3DRender.QTextureLoader.source": (),
35770# class PySide2.Qt3DRender.Qt3DRender.QTextureRectangle:
35771    "PySide2.Qt3DRender.Qt3DRender.QTextureRectangle.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35772# class PySide2.Qt3DRender.Qt3DRender.QTextureWrapMode:
35773# class PySide2.Qt3DRender.Qt3DRender.QTextureWrapMode.WrapMode:
35774    "PySide2.Qt3DRender.Qt3DRender.QTextureWrapMode.__init__": [('PySide2.Qt3DRender.Qt3DRender.QTextureWrapMode.WrapMode', 'PySide2.Qt3DRender.Qt3DRender.QTextureWrapMode.WrapMode', 'PySide2.Qt3DRender.Qt3DRender.QTextureWrapMode.WrapMode', 'PySide2.QtCore.QObject'), ('PySide2.Qt3DRender.Qt3DRender.QTextureWrapMode.WrapMode', 'PySide2.QtCore.QObject')],
35775    "PySide2.Qt3DRender.Qt3DRender.QTextureWrapMode.setX": ('PySide2.Qt3DRender.Qt3DRender.QTextureWrapMode.WrapMode',),
35776    "PySide2.Qt3DRender.Qt3DRender.QTextureWrapMode.setY": ('PySide2.Qt3DRender.Qt3DRender.QTextureWrapMode.WrapMode',),
35777    "PySide2.Qt3DRender.Qt3DRender.QTextureWrapMode.setZ": ('PySide2.Qt3DRender.Qt3DRender.QTextureWrapMode.WrapMode',),
35778    "PySide2.Qt3DRender.Qt3DRender.QTextureWrapMode.x": (),
35779    "PySide2.Qt3DRender.Qt3DRender.QTextureWrapMode.y": (),
35780    "PySide2.Qt3DRender.Qt3DRender.QTextureWrapMode.z": (),
35781# class PySide2.Qt3DRender.Qt3DRender.QViewport:
35782    "PySide2.Qt3DRender.Qt3DRender.QViewport.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35783    "PySide2.Qt3DRender.Qt3DRender.QViewport.gamma": (),
35784    "PySide2.Qt3DRender.Qt3DRender.QViewport.normalizedRect": (),
35785    "PySide2.Qt3DRender.Qt3DRender.QViewport.setGamma": ('float',),
35786    "PySide2.Qt3DRender.Qt3DRender.QViewport.setNormalizedRect": ('PySide2.QtCore.QRectF',),
35787# class PySide2.Qt3DRender.Qt3DRender.QWaitFence:
35788# class PySide2.Qt3DRender.Qt3DRender.QWaitFence.HandleType:
35789    "PySide2.Qt3DRender.Qt3DRender.QWaitFence.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35790    "PySide2.Qt3DRender.Qt3DRender.QWaitFence.handle": (),
35791    "PySide2.Qt3DRender.Qt3DRender.QWaitFence.handleType": (),
35792    "PySide2.Qt3DRender.Qt3DRender.QWaitFence.setHandle": ('typing.Any',),
35793    "PySide2.Qt3DRender.Qt3DRender.QWaitFence.setHandleType": ('PySide2.Qt3DRender.Qt3DRender.QWaitFence.HandleType',),
35794    "PySide2.Qt3DRender.Qt3DRender.QWaitFence.setTimeout": ('int',),
35795    "PySide2.Qt3DRender.Qt3DRender.QWaitFence.setWaitOnCPU": ('bool',),
35796    "PySide2.Qt3DRender.Qt3DRender.QWaitFence.timeout": (),
35797    "PySide2.Qt3DRender.Qt3DRender.QWaitFence.waitOnCPU": (),
35798    }) if "PySide2.Qt3DRender" in sys.modules else None
35799# Module PySide2.Qt3DInput
35800sig_dict.update({
35801# class PySide2.Qt3DInput.Qt3DInput:
35802# class PySide2.Qt3DInput.Qt3DInput.QAbstractActionInput:
35803# class PySide2.Qt3DInput.Qt3DInput.QAbstractAxisInput:
35804    "PySide2.Qt3DInput.Qt3DInput.QAbstractAxisInput.setSourceDevice": ('PySide2.Qt3DInput.Qt3DInput.QAbstractPhysicalDevice',),
35805    "PySide2.Qt3DInput.Qt3DInput.QAbstractAxisInput.sourceDevice": (),
35806# class PySide2.Qt3DInput.Qt3DInput.QAbstractPhysicalDevice:
35807    "PySide2.Qt3DInput.Qt3DInput.QAbstractPhysicalDevice.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35808    "PySide2.Qt3DInput.Qt3DInput.QAbstractPhysicalDevice.addAxisSetting": ('PySide2.Qt3DInput.Qt3DInput.QAxisSetting',),
35809    "PySide2.Qt3DInput.Qt3DInput.QAbstractPhysicalDevice.axisCount": (),
35810    "PySide2.Qt3DInput.Qt3DInput.QAbstractPhysicalDevice.axisIdentifier": ('str',),
35811    "PySide2.Qt3DInput.Qt3DInput.QAbstractPhysicalDevice.axisNames": (),
35812    "PySide2.Qt3DInput.Qt3DInput.QAbstractPhysicalDevice.axisSettings": (),
35813    "PySide2.Qt3DInput.Qt3DInput.QAbstractPhysicalDevice.buttonCount": (),
35814    "PySide2.Qt3DInput.Qt3DInput.QAbstractPhysicalDevice.buttonIdentifier": ('str',),
35815    "PySide2.Qt3DInput.Qt3DInput.QAbstractPhysicalDevice.buttonNames": (),
35816    "PySide2.Qt3DInput.Qt3DInput.QAbstractPhysicalDevice.removeAxisSetting": ('PySide2.Qt3DInput.Qt3DInput.QAxisSetting',),
35817# class PySide2.Qt3DInput.Qt3DInput.QAction:
35818    "PySide2.Qt3DInput.Qt3DInput.QAction.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35819    "PySide2.Qt3DInput.Qt3DInput.QAction.addInput": ('PySide2.Qt3DInput.Qt3DInput.QAbstractActionInput',),
35820    "PySide2.Qt3DInput.Qt3DInput.QAction.inputs": (),
35821    "PySide2.Qt3DInput.Qt3DInput.QAction.isActive": (),
35822    "PySide2.Qt3DInput.Qt3DInput.QAction.removeInput": ('PySide2.Qt3DInput.Qt3DInput.QAbstractActionInput',),
35823# class PySide2.Qt3DInput.Qt3DInput.QActionInput:
35824    "PySide2.Qt3DInput.Qt3DInput.QActionInput.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35825    "PySide2.Qt3DInput.Qt3DInput.QActionInput.buttons": (),
35826    "PySide2.Qt3DInput.Qt3DInput.QActionInput.setButtons": ('typing.List[int]',),
35827    "PySide2.Qt3DInput.Qt3DInput.QActionInput.setSourceDevice": ('PySide2.Qt3DInput.Qt3DInput.QAbstractPhysicalDevice',),
35828    "PySide2.Qt3DInput.Qt3DInput.QActionInput.sourceDevice": (),
35829# class PySide2.Qt3DInput.Qt3DInput.QAnalogAxisInput:
35830    "PySide2.Qt3DInput.Qt3DInput.QAnalogAxisInput.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35831    "PySide2.Qt3DInput.Qt3DInput.QAnalogAxisInput.axis": (),
35832    "PySide2.Qt3DInput.Qt3DInput.QAnalogAxisInput.setAxis": ('int',),
35833# class PySide2.Qt3DInput.Qt3DInput.QAxis:
35834    "PySide2.Qt3DInput.Qt3DInput.QAxis.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35835    "PySide2.Qt3DInput.Qt3DInput.QAxis.addInput": ('PySide2.Qt3DInput.Qt3DInput.QAbstractAxisInput',),
35836    "PySide2.Qt3DInput.Qt3DInput.QAxis.inputs": (),
35837    "PySide2.Qt3DInput.Qt3DInput.QAxis.removeInput": ('PySide2.Qt3DInput.Qt3DInput.QAbstractAxisInput',),
35838    "PySide2.Qt3DInput.Qt3DInput.QAxis.value": (),
35839# class PySide2.Qt3DInput.Qt3DInput.QAxisAccumulator:
35840# class PySide2.Qt3DInput.Qt3DInput.QAxisAccumulator.SourceAxisType:
35841    "PySide2.Qt3DInput.Qt3DInput.QAxisAccumulator.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35842    "PySide2.Qt3DInput.Qt3DInput.QAxisAccumulator.scale": (),
35843    "PySide2.Qt3DInput.Qt3DInput.QAxisAccumulator.setScale": ('float',),
35844    "PySide2.Qt3DInput.Qt3DInput.QAxisAccumulator.setSourceAxis": ('PySide2.Qt3DInput.Qt3DInput.QAxis',),
35845    "PySide2.Qt3DInput.Qt3DInput.QAxisAccumulator.setSourceAxisType": ('PySide2.Qt3DInput.Qt3DInput.QAxisAccumulator.SourceAxisType',),
35846    "PySide2.Qt3DInput.Qt3DInput.QAxisAccumulator.sourceAxis": (),
35847    "PySide2.Qt3DInput.Qt3DInput.QAxisAccumulator.sourceAxisType": (),
35848    "PySide2.Qt3DInput.Qt3DInput.QAxisAccumulator.value": (),
35849    "PySide2.Qt3DInput.Qt3DInput.QAxisAccumulator.velocity": (),
35850# class PySide2.Qt3DInput.Qt3DInput.QAxisSetting:
35851    "PySide2.Qt3DInput.Qt3DInput.QAxisSetting.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35852    "PySide2.Qt3DInput.Qt3DInput.QAxisSetting.axes": (),
35853    "PySide2.Qt3DInput.Qt3DInput.QAxisSetting.deadZoneRadius": (),
35854    "PySide2.Qt3DInput.Qt3DInput.QAxisSetting.isSmoothEnabled": (),
35855    "PySide2.Qt3DInput.Qt3DInput.QAxisSetting.setAxes": ('typing.List[int]',),
35856    "PySide2.Qt3DInput.Qt3DInput.QAxisSetting.setDeadZoneRadius": ('float',),
35857    "PySide2.Qt3DInput.Qt3DInput.QAxisSetting.setSmoothEnabled": ('bool',),
35858# class PySide2.Qt3DInput.Qt3DInput.QButtonAxisInput:
35859    "PySide2.Qt3DInput.Qt3DInput.QButtonAxisInput.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35860    "PySide2.Qt3DInput.Qt3DInput.QButtonAxisInput.acceleration": (),
35861    "PySide2.Qt3DInput.Qt3DInput.QButtonAxisInput.buttons": (),
35862    "PySide2.Qt3DInput.Qt3DInput.QButtonAxisInput.deceleration": (),
35863    "PySide2.Qt3DInput.Qt3DInput.QButtonAxisInput.scale": (),
35864    "PySide2.Qt3DInput.Qt3DInput.QButtonAxisInput.setAcceleration": ('float',),
35865    "PySide2.Qt3DInput.Qt3DInput.QButtonAxisInput.setButtons": ('typing.List[int]',),
35866    "PySide2.Qt3DInput.Qt3DInput.QButtonAxisInput.setDeceleration": ('float',),
35867    "PySide2.Qt3DInput.Qt3DInput.QButtonAxisInput.setScale": ('float',),
35868# class PySide2.Qt3DInput.Qt3DInput.QInputAspect:
35869    "PySide2.Qt3DInput.Qt3DInput.QInputAspect.__init__": ('PySide2.QtCore.QObject',),
35870    "PySide2.Qt3DInput.Qt3DInput.QInputAspect.availablePhysicalDevices": (),
35871    "PySide2.Qt3DInput.Qt3DInput.QInputAspect.createPhysicalDevice": ('str',),
35872# class PySide2.Qt3DInput.Qt3DInput.QInputChord:
35873    "PySide2.Qt3DInput.Qt3DInput.QInputChord.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35874    "PySide2.Qt3DInput.Qt3DInput.QInputChord.addChord": ('PySide2.Qt3DInput.Qt3DInput.QAbstractActionInput',),
35875    "PySide2.Qt3DInput.Qt3DInput.QInputChord.chords": (),
35876    "PySide2.Qt3DInput.Qt3DInput.QInputChord.removeChord": ('PySide2.Qt3DInput.Qt3DInput.QAbstractActionInput',),
35877    "PySide2.Qt3DInput.Qt3DInput.QInputChord.setTimeout": ('int',),
35878    "PySide2.Qt3DInput.Qt3DInput.QInputChord.timeout": (),
35879# class PySide2.Qt3DInput.Qt3DInput.QInputSequence:
35880    "PySide2.Qt3DInput.Qt3DInput.QInputSequence.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35881    "PySide2.Qt3DInput.Qt3DInput.QInputSequence.addSequence": ('PySide2.Qt3DInput.Qt3DInput.QAbstractActionInput',),
35882    "PySide2.Qt3DInput.Qt3DInput.QInputSequence.buttonInterval": (),
35883    "PySide2.Qt3DInput.Qt3DInput.QInputSequence.removeSequence": ('PySide2.Qt3DInput.Qt3DInput.QAbstractActionInput',),
35884    "PySide2.Qt3DInput.Qt3DInput.QInputSequence.sequences": (),
35885    "PySide2.Qt3DInput.Qt3DInput.QInputSequence.setButtonInterval": ('int',),
35886    "PySide2.Qt3DInput.Qt3DInput.QInputSequence.setTimeout": ('int',),
35887    "PySide2.Qt3DInput.Qt3DInput.QInputSequence.timeout": (),
35888# class PySide2.Qt3DInput.Qt3DInput.QInputSettings:
35889    "PySide2.Qt3DInput.Qt3DInput.QInputSettings.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35890    "PySide2.Qt3DInput.Qt3DInput.QInputSettings.eventSource": (),
35891    "PySide2.Qt3DInput.Qt3DInput.QInputSettings.setEventSource": ('PySide2.QtCore.QObject',),
35892# class PySide2.Qt3DInput.Qt3DInput.QKeyEvent:
35893    "PySide2.Qt3DInput.Qt3DInput.QKeyEvent.__init__": ('PySide2.QtCore.QEvent.Type', 'int', 'PySide2.QtCore.Qt.KeyboardModifiers', 'str', 'bool', 'int'),
35894    "PySide2.Qt3DInput.Qt3DInput.QKeyEvent.count": (),
35895    "PySide2.Qt3DInput.Qt3DInput.QKeyEvent.isAccepted": (),
35896    "PySide2.Qt3DInput.Qt3DInput.QKeyEvent.isAutoRepeat": (),
35897    "PySide2.Qt3DInput.Qt3DInput.QKeyEvent.key": (),
35898    "PySide2.Qt3DInput.Qt3DInput.QKeyEvent.matches": ('PySide2.QtGui.QKeySequence.StandardKey',),
35899    "PySide2.Qt3DInput.Qt3DInput.QKeyEvent.modifiers": (),
35900    "PySide2.Qt3DInput.Qt3DInput.QKeyEvent.nativeScanCode": (),
35901    "PySide2.Qt3DInput.Qt3DInput.QKeyEvent.setAccepted": ('bool',),
35902    "PySide2.Qt3DInput.Qt3DInput.QKeyEvent.text": (),
35903    "PySide2.Qt3DInput.Qt3DInput.QKeyEvent.type": (),
35904# class PySide2.Qt3DInput.Qt3DInput.QKeyboardDevice:
35905    "PySide2.Qt3DInput.Qt3DInput.QKeyboardDevice.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35906    "PySide2.Qt3DInput.Qt3DInput.QKeyboardDevice.activeInput": (),
35907    "PySide2.Qt3DInput.Qt3DInput.QKeyboardDevice.axisCount": (),
35908    "PySide2.Qt3DInput.Qt3DInput.QKeyboardDevice.axisIdentifier": ('str',),
35909    "PySide2.Qt3DInput.Qt3DInput.QKeyboardDevice.axisNames": (),
35910    "PySide2.Qt3DInput.Qt3DInput.QKeyboardDevice.buttonCount": (),
35911    "PySide2.Qt3DInput.Qt3DInput.QKeyboardDevice.buttonIdentifier": ('str',),
35912    "PySide2.Qt3DInput.Qt3DInput.QKeyboardDevice.buttonNames": (),
35913# class PySide2.Qt3DInput.Qt3DInput.QKeyboardHandler:
35914    "PySide2.Qt3DInput.Qt3DInput.QKeyboardHandler.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35915    "PySide2.Qt3DInput.Qt3DInput.QKeyboardHandler.focus": (),
35916    "PySide2.Qt3DInput.Qt3DInput.QKeyboardHandler.setFocus": ('bool',),
35917    "PySide2.Qt3DInput.Qt3DInput.QKeyboardHandler.setSourceDevice": ('PySide2.Qt3DInput.Qt3DInput.QKeyboardDevice',),
35918    "PySide2.Qt3DInput.Qt3DInput.QKeyboardHandler.sourceDevice": (),
35919# class PySide2.Qt3DInput.Qt3DInput.QLogicalDevice:
35920    "PySide2.Qt3DInput.Qt3DInput.QLogicalDevice.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35921    "PySide2.Qt3DInput.Qt3DInput.QLogicalDevice.actions": (),
35922    "PySide2.Qt3DInput.Qt3DInput.QLogicalDevice.addAction": ('PySide2.Qt3DInput.Qt3DInput.QAction',),
35923    "PySide2.Qt3DInput.Qt3DInput.QLogicalDevice.addAxis": ('PySide2.Qt3DInput.Qt3DInput.QAxis',),
35924    "PySide2.Qt3DInput.Qt3DInput.QLogicalDevice.axes": (),
35925    "PySide2.Qt3DInput.Qt3DInput.QLogicalDevice.removeAction": ('PySide2.Qt3DInput.Qt3DInput.QAction',),
35926    "PySide2.Qt3DInput.Qt3DInput.QLogicalDevice.removeAxis": ('PySide2.Qt3DInput.Qt3DInput.QAxis',),
35927# class PySide2.Qt3DInput.Qt3DInput.QMouseDevice:
35928# class PySide2.Qt3DInput.Qt3DInput.QMouseDevice.Axis:
35929    "PySide2.Qt3DInput.Qt3DInput.QMouseDevice.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35930    "PySide2.Qt3DInput.Qt3DInput.QMouseDevice.axisCount": (),
35931    "PySide2.Qt3DInput.Qt3DInput.QMouseDevice.axisIdentifier": ('str',),
35932    "PySide2.Qt3DInput.Qt3DInput.QMouseDevice.axisNames": (),
35933    "PySide2.Qt3DInput.Qt3DInput.QMouseDevice.buttonCount": (),
35934    "PySide2.Qt3DInput.Qt3DInput.QMouseDevice.buttonIdentifier": ('str',),
35935    "PySide2.Qt3DInput.Qt3DInput.QMouseDevice.buttonNames": (),
35936    "PySide2.Qt3DInput.Qt3DInput.QMouseDevice.sensitivity": (),
35937    "PySide2.Qt3DInput.Qt3DInput.QMouseDevice.setSensitivity": ('float',),
35938# class PySide2.Qt3DInput.Qt3DInput.QMouseEvent:
35939# class PySide2.Qt3DInput.Qt3DInput.QMouseEvent.Buttons:
35940# class PySide2.Qt3DInput.Qt3DInput.QMouseEvent.Modifiers:
35941    "PySide2.Qt3DInput.Qt3DInput.QMouseEvent.button": (),
35942    "PySide2.Qt3DInput.Qt3DInput.QMouseEvent.buttons": (),
35943    "PySide2.Qt3DInput.Qt3DInput.QMouseEvent.isAccepted": (),
35944    "PySide2.Qt3DInput.Qt3DInput.QMouseEvent.modifiers": (),
35945    "PySide2.Qt3DInput.Qt3DInput.QMouseEvent.setAccepted": ('bool',),
35946    "PySide2.Qt3DInput.Qt3DInput.QMouseEvent.type": (),
35947    "PySide2.Qt3DInput.Qt3DInput.QMouseEvent.wasHeld": (),
35948    "PySide2.Qt3DInput.Qt3DInput.QMouseEvent.x": (),
35949    "PySide2.Qt3DInput.Qt3DInput.QMouseEvent.y": (),
35950# class PySide2.Qt3DInput.Qt3DInput.QMouseHandler:
35951    "PySide2.Qt3DInput.Qt3DInput.QMouseHandler.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35952    "PySide2.Qt3DInput.Qt3DInput.QMouseHandler.containsMouse": (),
35953    "PySide2.Qt3DInput.Qt3DInput.QMouseHandler.setContainsMouse": ('bool',),
35954    "PySide2.Qt3DInput.Qt3DInput.QMouseHandler.setSourceDevice": ('PySide2.Qt3DInput.Qt3DInput.QMouseDevice',),
35955    "PySide2.Qt3DInput.Qt3DInput.QMouseHandler.sourceDevice": (),
35956# class PySide2.Qt3DInput.Qt3DInput.QWheelEvent:
35957# class PySide2.Qt3DInput.Qt3DInput.QWheelEvent.Buttons:
35958# class PySide2.Qt3DInput.Qt3DInput.QWheelEvent.Modifiers:
35959    "PySide2.Qt3DInput.Qt3DInput.QWheelEvent.angleDelta": (),
35960    "PySide2.Qt3DInput.Qt3DInput.QWheelEvent.buttons": (),
35961    "PySide2.Qt3DInput.Qt3DInput.QWheelEvent.isAccepted": (),
35962    "PySide2.Qt3DInput.Qt3DInput.QWheelEvent.modifiers": (),
35963    "PySide2.Qt3DInput.Qt3DInput.QWheelEvent.setAccepted": ('bool',),
35964    "PySide2.Qt3DInput.Qt3DInput.QWheelEvent.type": (),
35965    "PySide2.Qt3DInput.Qt3DInput.QWheelEvent.x": (),
35966    "PySide2.Qt3DInput.Qt3DInput.QWheelEvent.y": (),
35967    }) if "PySide2.Qt3DInput" in sys.modules else None
35968# Module PySide2.Qt3DLogic
35969sig_dict.update({
35970# class PySide2.Qt3DLogic.Qt3DLogic:
35971# class PySide2.Qt3DLogic.Qt3DLogic.QFrameAction:
35972    "PySide2.Qt3DLogic.Qt3DLogic.QFrameAction.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35973# class PySide2.Qt3DLogic.Qt3DLogic.QLogicAspect:
35974    "PySide2.Qt3DLogic.Qt3DLogic.QLogicAspect.__init__": ('PySide2.QtCore.QObject',),
35975    }) if "PySide2.Qt3DLogic" in sys.modules else None
35976# Module PySide2.Qt3DAnimation
35977sig_dict.update({
35978# class PySide2.Qt3DAnimation.Qt3DAnimation:
35979# class PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractAnimation:
35980# class PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractAnimation.AnimationType:
35981    "PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractAnimation.animationName": (),
35982    "PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractAnimation.animationType": (),
35983    "PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractAnimation.duration": (),
35984    "PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractAnimation.position": (),
35985    "PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractAnimation.setAnimationName": ('str',),
35986    "PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractAnimation.setDuration": ('float',),
35987    "PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractAnimation.setPosition": ('float',),
35988# class PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractAnimationClip:
35989    "PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractAnimationClip.duration": (),
35990# class PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractChannelMapping:
35991# class PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractClipAnimator:
35992# class PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractClipAnimator.Loops:
35993    "PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractClipAnimator.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
35994    "PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractClipAnimator.clock": (),
35995    "PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractClipAnimator.isRunning": (),
35996    "PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractClipAnimator.loopCount": (),
35997    "PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractClipAnimator.normalizedTime": (),
35998    "PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractClipAnimator.setClock": ('PySide2.Qt3DAnimation.Qt3DAnimation.QClock',),
35999    "PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractClipAnimator.setLoopCount": ('int',),
36000    "PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractClipAnimator.setNormalizedTime": ('float',),
36001    "PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractClipAnimator.setRunning": ('bool',),
36002    "PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractClipAnimator.start": (),
36003    "PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractClipAnimator.stop": (),
36004# class PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractClipBlendNode:
36005    "PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractClipBlendNode.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36006# class PySide2.Qt3DAnimation.Qt3DAnimation.QAdditiveClipBlend:
36007    "PySide2.Qt3DAnimation.Qt3DAnimation.QAdditiveClipBlend.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36008    "PySide2.Qt3DAnimation.Qt3DAnimation.QAdditiveClipBlend.additiveClip": (),
36009    "PySide2.Qt3DAnimation.Qt3DAnimation.QAdditiveClipBlend.additiveFactor": (),
36010    "PySide2.Qt3DAnimation.Qt3DAnimation.QAdditiveClipBlend.baseClip": (),
36011    "PySide2.Qt3DAnimation.Qt3DAnimation.QAdditiveClipBlend.setAdditiveClip": ('PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractClipBlendNode',),
36012    "PySide2.Qt3DAnimation.Qt3DAnimation.QAdditiveClipBlend.setAdditiveFactor": ('float',),
36013    "PySide2.Qt3DAnimation.Qt3DAnimation.QAdditiveClipBlend.setBaseClip": ('PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractClipBlendNode',),
36014# class PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationAspect:
36015    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationAspect.__init__": ('PySide2.QtCore.QObject',),
36016# class PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationCallback:
36017# class PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationCallback.Flag:
36018    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationCallback.__init__": (),
36019    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationCallback.valueChanged": ('typing.Any',),
36020# class PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationClip:
36021    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationClip.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36022# class PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationClipLoader:
36023# class PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationClipLoader.Status:
36024    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationClipLoader.__init__": [('PySide2.Qt3DCore.Qt3DCore.QNode',), ('PySide2.QtCore.QUrl', 'PySide2.Qt3DCore.Qt3DCore.QNode')],
36025    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationClipLoader.setSource": ('PySide2.QtCore.QUrl',),
36026    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationClipLoader.source": (),
36027    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationClipLoader.status": (),
36028# class PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationController:
36029    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationController.__init__": ('PySide2.QtCore.QObject',),
36030    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationController.activeAnimationGroup": (),
36031    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationController.addAnimationGroup": ('PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationGroup',),
36032    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationController.animationGroupList": (),
36033    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationController.entity": (),
36034    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationController.getAnimationIndex": ('str',),
36035    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationController.getGroup": ('int',),
36036    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationController.position": (),
36037    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationController.positionOffset": (),
36038    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationController.positionScale": (),
36039    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationController.recursive": (),
36040    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationController.removeAnimationGroup": ('PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationGroup',),
36041    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationController.setActiveAnimationGroup": ('int',),
36042    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationController.setAnimationGroups": ('typing.List[PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationGroup]',),
36043    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationController.setEntity": ('PySide2.Qt3DCore.Qt3DCore.QEntity',),
36044    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationController.setPosition": ('float',),
36045    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationController.setPositionOffset": ('float',),
36046    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationController.setPositionScale": ('float',),
36047    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationController.setRecursive": ('bool',),
36048# class PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationGroup:
36049    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationGroup.__init__": ('PySide2.QtCore.QObject',),
36050    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationGroup.addAnimation": ('PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractAnimation',),
36051    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationGroup.animationList": (),
36052    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationGroup.duration": (),
36053    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationGroup.name": (),
36054    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationGroup.position": (),
36055    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationGroup.removeAnimation": ('PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractAnimation',),
36056    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationGroup.setAnimations": ('typing.List[PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractAnimation]',),
36057    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationGroup.setName": ('str',),
36058    "PySide2.Qt3DAnimation.Qt3DAnimation.QAnimationGroup.setPosition": ('float',),
36059# class PySide2.Qt3DAnimation.Qt3DAnimation.QBlendedClipAnimator:
36060    "PySide2.Qt3DAnimation.Qt3DAnimation.QBlendedClipAnimator.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36061    "PySide2.Qt3DAnimation.Qt3DAnimation.QBlendedClipAnimator.blendTree": (),
36062    "PySide2.Qt3DAnimation.Qt3DAnimation.QBlendedClipAnimator.setBlendTree": ('PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractClipBlendNode',),
36063# class PySide2.Qt3DAnimation.Qt3DAnimation.QClipAnimator:
36064    "PySide2.Qt3DAnimation.Qt3DAnimation.QClipAnimator.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36065    "PySide2.Qt3DAnimation.Qt3DAnimation.QClipAnimator.clip": (),
36066    "PySide2.Qt3DAnimation.Qt3DAnimation.QClipAnimator.setClip": ('PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractAnimationClip',),
36067# class PySide2.Qt3DAnimation.Qt3DAnimation.QClock:
36068    "PySide2.Qt3DAnimation.Qt3DAnimation.QClock.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36069    "PySide2.Qt3DAnimation.Qt3DAnimation.QClock.playbackRate": (),
36070    "PySide2.Qt3DAnimation.Qt3DAnimation.QClock.setPlaybackRate": ('float',),
36071# class PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame:
36072# class PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame.InterpolationType:
36073    "PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame.__init__": [(), ('PySide2.QtGui.QVector2D',), ('PySide2.QtGui.QVector2D', 'PySide2.QtGui.QVector2D', 'PySide2.QtGui.QVector2D')],
36074    "PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame.coordinates": (),
36075    "PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame.interpolationType": (),
36076    "PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame.leftControlPoint": (),
36077    "PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame.rightControlPoint": (),
36078    "PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame.setCoordinates": ('PySide2.QtGui.QVector2D',),
36079    "PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame.setInterpolationType": ('PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame.InterpolationType',),
36080    "PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame.setLeftControlPoint": ('PySide2.QtGui.QVector2D',),
36081    "PySide2.Qt3DAnimation.Qt3DAnimation.QKeyFrame.setRightControlPoint": ('PySide2.QtGui.QVector2D',),
36082# class PySide2.Qt3DAnimation.Qt3DAnimation.QKeyframeAnimation:
36083# class PySide2.Qt3DAnimation.Qt3DAnimation.QKeyframeAnimation.RepeatMode:
36084    "PySide2.Qt3DAnimation.Qt3DAnimation.QKeyframeAnimation.__init__": ('PySide2.QtCore.QObject',),
36085    "PySide2.Qt3DAnimation.Qt3DAnimation.QKeyframeAnimation.addKeyframe": ('PySide2.Qt3DCore.Qt3DCore.QTransform',),
36086    "PySide2.Qt3DAnimation.Qt3DAnimation.QKeyframeAnimation.easing": (),
36087    "PySide2.Qt3DAnimation.Qt3DAnimation.QKeyframeAnimation.endMode": (),
36088    "PySide2.Qt3DAnimation.Qt3DAnimation.QKeyframeAnimation.framePositions": (),
36089    "PySide2.Qt3DAnimation.Qt3DAnimation.QKeyframeAnimation.keyframeList": (),
36090    "PySide2.Qt3DAnimation.Qt3DAnimation.QKeyframeAnimation.removeKeyframe": ('PySide2.Qt3DCore.Qt3DCore.QTransform',),
36091    "PySide2.Qt3DAnimation.Qt3DAnimation.QKeyframeAnimation.setEasing": ('PySide2.QtCore.QEasingCurve',),
36092    "PySide2.Qt3DAnimation.Qt3DAnimation.QKeyframeAnimation.setEndMode": ('PySide2.Qt3DAnimation.Qt3DAnimation.QKeyframeAnimation.RepeatMode',),
36093    "PySide2.Qt3DAnimation.Qt3DAnimation.QKeyframeAnimation.setFramePositions": ('typing.List[float]',),
36094    "PySide2.Qt3DAnimation.Qt3DAnimation.QKeyframeAnimation.setKeyframes": ('typing.List[PySide2.Qt3DCore.Qt3DCore.QTransform]',),
36095    "PySide2.Qt3DAnimation.Qt3DAnimation.QKeyframeAnimation.setStartMode": ('PySide2.Qt3DAnimation.Qt3DAnimation.QKeyframeAnimation.RepeatMode',),
36096    "PySide2.Qt3DAnimation.Qt3DAnimation.QKeyframeAnimation.setTarget": ('PySide2.Qt3DCore.Qt3DCore.QTransform',),
36097    "PySide2.Qt3DAnimation.Qt3DAnimation.QKeyframeAnimation.setTargetName": ('str',),
36098    "PySide2.Qt3DAnimation.Qt3DAnimation.QKeyframeAnimation.startMode": (),
36099    "PySide2.Qt3DAnimation.Qt3DAnimation.QKeyframeAnimation.target": (),
36100    "PySide2.Qt3DAnimation.Qt3DAnimation.QKeyframeAnimation.targetName": (),
36101# class PySide2.Qt3DAnimation.Qt3DAnimation.QLerpClipBlend:
36102    "PySide2.Qt3DAnimation.Qt3DAnimation.QLerpClipBlend.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36103    "PySide2.Qt3DAnimation.Qt3DAnimation.QLerpClipBlend.blendFactor": (),
36104    "PySide2.Qt3DAnimation.Qt3DAnimation.QLerpClipBlend.endClip": (),
36105    "PySide2.Qt3DAnimation.Qt3DAnimation.QLerpClipBlend.setBlendFactor": ('float',),
36106    "PySide2.Qt3DAnimation.Qt3DAnimation.QLerpClipBlend.setEndClip": ('PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractClipBlendNode',),
36107    "PySide2.Qt3DAnimation.Qt3DAnimation.QLerpClipBlend.setStartClip": ('PySide2.Qt3DAnimation.Qt3DAnimation.QAbstractClipBlendNode',),
36108    "PySide2.Qt3DAnimation.Qt3DAnimation.QLerpClipBlend.startClip": (),
36109# class PySide2.Qt3DAnimation.Qt3DAnimation.QMorphTarget:
36110    "PySide2.Qt3DAnimation.Qt3DAnimation.QMorphTarget.__init__": ('PySide2.QtCore.QObject',),
36111    "PySide2.Qt3DAnimation.Qt3DAnimation.QMorphTarget.addAttribute": ('PySide2.Qt3DRender.Qt3DRender.QAttribute',),
36112    "PySide2.Qt3DAnimation.Qt3DAnimation.QMorphTarget.attributeList": (),
36113    "PySide2.Qt3DAnimation.Qt3DAnimation.QMorphTarget.attributeNames": (),
36114    "PySide2.Qt3DAnimation.Qt3DAnimation.QMorphTarget.fromGeometry": ('PySide2.Qt3DRender.Qt3DRender.QGeometry', 'typing.Sequence[str]'),
36115    "PySide2.Qt3DAnimation.Qt3DAnimation.QMorphTarget.removeAttribute": ('PySide2.Qt3DRender.Qt3DRender.QAttribute',),
36116    "PySide2.Qt3DAnimation.Qt3DAnimation.QMorphTarget.setAttributes": ('typing.List[PySide2.Qt3DRender.Qt3DRender.QAttribute]',),
36117# class PySide2.Qt3DAnimation.Qt3DAnimation.QMorphingAnimation:
36118# class PySide2.Qt3DAnimation.Qt3DAnimation.QMorphingAnimation.Method:
36119    "PySide2.Qt3DAnimation.Qt3DAnimation.QMorphingAnimation.__init__": ('PySide2.QtCore.QObject',),
36120    "PySide2.Qt3DAnimation.Qt3DAnimation.QMorphingAnimation.addMorphTarget": ('PySide2.Qt3DAnimation.Qt3DAnimation.QMorphTarget',),
36121    "PySide2.Qt3DAnimation.Qt3DAnimation.QMorphingAnimation.easing": (),
36122    "PySide2.Qt3DAnimation.Qt3DAnimation.QMorphingAnimation.getWeights": ('int',),
36123    "PySide2.Qt3DAnimation.Qt3DAnimation.QMorphingAnimation.interpolator": (),
36124    "PySide2.Qt3DAnimation.Qt3DAnimation.QMorphingAnimation.method": (),
36125    "PySide2.Qt3DAnimation.Qt3DAnimation.QMorphingAnimation.morphTargetList": (),
36126    "PySide2.Qt3DAnimation.Qt3DAnimation.QMorphingAnimation.removeMorphTarget": ('PySide2.Qt3DAnimation.Qt3DAnimation.QMorphTarget',),
36127    "PySide2.Qt3DAnimation.Qt3DAnimation.QMorphingAnimation.setEasing": ('PySide2.QtCore.QEasingCurve',),
36128    "PySide2.Qt3DAnimation.Qt3DAnimation.QMorphingAnimation.setMethod": ('PySide2.Qt3DAnimation.Qt3DAnimation.QMorphingAnimation.Method',),
36129    "PySide2.Qt3DAnimation.Qt3DAnimation.QMorphingAnimation.setMorphTargets": ('typing.List[PySide2.Qt3DAnimation.Qt3DAnimation.QMorphTarget]',),
36130    "PySide2.Qt3DAnimation.Qt3DAnimation.QMorphingAnimation.setTarget": ('PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer',),
36131    "PySide2.Qt3DAnimation.Qt3DAnimation.QMorphingAnimation.setTargetName": ('str',),
36132    "PySide2.Qt3DAnimation.Qt3DAnimation.QMorphingAnimation.setTargetPositions": ('typing.List[float]',),
36133    "PySide2.Qt3DAnimation.Qt3DAnimation.QMorphingAnimation.setWeights": ('int', 'typing.List[float]'),
36134    "PySide2.Qt3DAnimation.Qt3DAnimation.QMorphingAnimation.target": (),
36135    "PySide2.Qt3DAnimation.Qt3DAnimation.QMorphingAnimation.targetName": (),
36136    "PySide2.Qt3DAnimation.Qt3DAnimation.QMorphingAnimation.targetPositions": (),
36137# class PySide2.Qt3DAnimation.Qt3DAnimation.QSkeletonMapping:
36138    "PySide2.Qt3DAnimation.Qt3DAnimation.QSkeletonMapping.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36139    "PySide2.Qt3DAnimation.Qt3DAnimation.QSkeletonMapping.setSkeleton": ('PySide2.Qt3DCore.Qt3DCore.QAbstractSkeleton',),
36140    "PySide2.Qt3DAnimation.Qt3DAnimation.QSkeletonMapping.skeleton": (),
36141# class PySide2.Qt3DAnimation.Qt3DAnimation.QVertexBlendAnimation:
36142    "PySide2.Qt3DAnimation.Qt3DAnimation.QVertexBlendAnimation.__init__": ('PySide2.QtCore.QObject',),
36143    "PySide2.Qt3DAnimation.Qt3DAnimation.QVertexBlendAnimation.addMorphTarget": ('PySide2.Qt3DAnimation.Qt3DAnimation.QMorphTarget',),
36144    "PySide2.Qt3DAnimation.Qt3DAnimation.QVertexBlendAnimation.interpolator": (),
36145    "PySide2.Qt3DAnimation.Qt3DAnimation.QVertexBlendAnimation.morphTargetList": (),
36146    "PySide2.Qt3DAnimation.Qt3DAnimation.QVertexBlendAnimation.removeMorphTarget": ('PySide2.Qt3DAnimation.Qt3DAnimation.QMorphTarget',),
36147    "PySide2.Qt3DAnimation.Qt3DAnimation.QVertexBlendAnimation.setMorphTargets": ('typing.List[PySide2.Qt3DAnimation.Qt3DAnimation.QMorphTarget]',),
36148    "PySide2.Qt3DAnimation.Qt3DAnimation.QVertexBlendAnimation.setTarget": ('PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer',),
36149    "PySide2.Qt3DAnimation.Qt3DAnimation.QVertexBlendAnimation.setTargetName": ('str',),
36150    "PySide2.Qt3DAnimation.Qt3DAnimation.QVertexBlendAnimation.setTargetPositions": ('typing.List[float]',),
36151    "PySide2.Qt3DAnimation.Qt3DAnimation.QVertexBlendAnimation.target": (),
36152    "PySide2.Qt3DAnimation.Qt3DAnimation.QVertexBlendAnimation.targetName": (),
36153    "PySide2.Qt3DAnimation.Qt3DAnimation.QVertexBlendAnimation.targetPositions": (),
36154    }) if "PySide2.Qt3DAnimation" in sys.modules else None
36155# Module PySide2.Qt3DExtras
36156sig_dict.update({
36157# class PySide2.Qt3DExtras.Qt3DExtras:
36158# class PySide2.Qt3DExtras.Qt3DExtras.QAbstractCameraController:
36159# class PySide2.Qt3DExtras.Qt3DExtras.QAbstractCameraController.InputState:
36160    "PySide2.Qt3DExtras.Qt3DExtras.QAbstractCameraController.InputState.__init__": [(), ('PySide2.Qt3DExtras.Qt3DExtras.QAbstractCameraController.InputState',)],
36161    "PySide2.Qt3DExtras.Qt3DExtras.QAbstractCameraController.InputState.__copy__": (),
36162    "PySide2.Qt3DExtras.Qt3DExtras.QAbstractCameraController.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36163    "PySide2.Qt3DExtras.Qt3DExtras.QAbstractCameraController.acceleration": (),
36164    "PySide2.Qt3DExtras.Qt3DExtras.QAbstractCameraController.camera": (),
36165    "PySide2.Qt3DExtras.Qt3DExtras.QAbstractCameraController.deceleration": (),
36166    "PySide2.Qt3DExtras.Qt3DExtras.QAbstractCameraController.linearSpeed": (),
36167    "PySide2.Qt3DExtras.Qt3DExtras.QAbstractCameraController.lookSpeed": (),
36168    "PySide2.Qt3DExtras.Qt3DExtras.QAbstractCameraController.setAcceleration": ('float',),
36169    "PySide2.Qt3DExtras.Qt3DExtras.QAbstractCameraController.setCamera": ('PySide2.Qt3DRender.Qt3DRender.QCamera',),
36170    "PySide2.Qt3DExtras.Qt3DExtras.QAbstractCameraController.setDeceleration": ('float',),
36171    "PySide2.Qt3DExtras.Qt3DExtras.QAbstractCameraController.setLinearSpeed": ('float',),
36172    "PySide2.Qt3DExtras.Qt3DExtras.QAbstractCameraController.setLookSpeed": ('float',),
36173# class PySide2.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet:
36174    "PySide2.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet.currentIndex": (),
36175    "PySide2.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet.setCurrentIndex": ('int',),
36176    "PySide2.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet.setTexture": ('PySide2.Qt3DRender.Qt3DRender.QAbstractTexture',),
36177    "PySide2.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet.texture": (),
36178    "PySide2.Qt3DExtras.Qt3DExtras.QAbstractSpriteSheet.textureTransform": (),
36179# class PySide2.Qt3DExtras.Qt3DExtras.QConeGeometry:
36180    "PySide2.Qt3DExtras.Qt3DExtras.QConeGeometry.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36181    "PySide2.Qt3DExtras.Qt3DExtras.QConeGeometry.bottomRadius": (),
36182    "PySide2.Qt3DExtras.Qt3DExtras.QConeGeometry.hasBottomEndcap": (),
36183    "PySide2.Qt3DExtras.Qt3DExtras.QConeGeometry.hasTopEndcap": (),
36184    "PySide2.Qt3DExtras.Qt3DExtras.QConeGeometry.indexAttribute": (),
36185    "PySide2.Qt3DExtras.Qt3DExtras.QConeGeometry.length": (),
36186    "PySide2.Qt3DExtras.Qt3DExtras.QConeGeometry.normalAttribute": (),
36187    "PySide2.Qt3DExtras.Qt3DExtras.QConeGeometry.positionAttribute": (),
36188    "PySide2.Qt3DExtras.Qt3DExtras.QConeGeometry.rings": (),
36189    "PySide2.Qt3DExtras.Qt3DExtras.QConeGeometry.setBottomRadius": ('float',),
36190    "PySide2.Qt3DExtras.Qt3DExtras.QConeGeometry.setHasBottomEndcap": ('bool',),
36191    "PySide2.Qt3DExtras.Qt3DExtras.QConeGeometry.setHasTopEndcap": ('bool',),
36192    "PySide2.Qt3DExtras.Qt3DExtras.QConeGeometry.setLength": ('float',),
36193    "PySide2.Qt3DExtras.Qt3DExtras.QConeGeometry.setRings": ('int',),
36194    "PySide2.Qt3DExtras.Qt3DExtras.QConeGeometry.setSlices": ('int',),
36195    "PySide2.Qt3DExtras.Qt3DExtras.QConeGeometry.setTopRadius": ('float',),
36196    "PySide2.Qt3DExtras.Qt3DExtras.QConeGeometry.slices": (),
36197    "PySide2.Qt3DExtras.Qt3DExtras.QConeGeometry.texCoordAttribute": (),
36198    "PySide2.Qt3DExtras.Qt3DExtras.QConeGeometry.topRadius": (),
36199    "PySide2.Qt3DExtras.Qt3DExtras.QConeGeometry.updateIndices": (),
36200    "PySide2.Qt3DExtras.Qt3DExtras.QConeGeometry.updateVertices": (),
36201# class PySide2.Qt3DExtras.Qt3DExtras.QConeMesh:
36202    "PySide2.Qt3DExtras.Qt3DExtras.QConeMesh.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36203    "PySide2.Qt3DExtras.Qt3DExtras.QConeMesh.bottomRadius": (),
36204    "PySide2.Qt3DExtras.Qt3DExtras.QConeMesh.hasBottomEndcap": (),
36205    "PySide2.Qt3DExtras.Qt3DExtras.QConeMesh.hasTopEndcap": (),
36206    "PySide2.Qt3DExtras.Qt3DExtras.QConeMesh.length": (),
36207    "PySide2.Qt3DExtras.Qt3DExtras.QConeMesh.rings": (),
36208    "PySide2.Qt3DExtras.Qt3DExtras.QConeMesh.setBottomRadius": ('float',),
36209    "PySide2.Qt3DExtras.Qt3DExtras.QConeMesh.setFirstInstance": ('int',),
36210    "PySide2.Qt3DExtras.Qt3DExtras.QConeMesh.setGeometry": ('PySide2.Qt3DRender.Qt3DRender.QGeometry',),
36211    "PySide2.Qt3DExtras.Qt3DExtras.QConeMesh.setHasBottomEndcap": ('bool',),
36212    "PySide2.Qt3DExtras.Qt3DExtras.QConeMesh.setHasTopEndcap": ('bool',),
36213    "PySide2.Qt3DExtras.Qt3DExtras.QConeMesh.setIndexOffset": ('int',),
36214    "PySide2.Qt3DExtras.Qt3DExtras.QConeMesh.setInstanceCount": ('int',),
36215    "PySide2.Qt3DExtras.Qt3DExtras.QConeMesh.setLength": ('float',),
36216    "PySide2.Qt3DExtras.Qt3DExtras.QConeMesh.setPrimitiveRestartEnabled": ('bool',),
36217    "PySide2.Qt3DExtras.Qt3DExtras.QConeMesh.setPrimitiveType": ('PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer.PrimitiveType',),
36218    "PySide2.Qt3DExtras.Qt3DExtras.QConeMesh.setRestartIndexValue": ('int',),
36219    "PySide2.Qt3DExtras.Qt3DExtras.QConeMesh.setRings": ('int',),
36220    "PySide2.Qt3DExtras.Qt3DExtras.QConeMesh.setSlices": ('int',),
36221    "PySide2.Qt3DExtras.Qt3DExtras.QConeMesh.setTopRadius": ('float',),
36222    "PySide2.Qt3DExtras.Qt3DExtras.QConeMesh.setVertexCount": ('int',),
36223    "PySide2.Qt3DExtras.Qt3DExtras.QConeMesh.slices": (),
36224    "PySide2.Qt3DExtras.Qt3DExtras.QConeMesh.topRadius": (),
36225# class PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry:
36226    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36227    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.indexAttribute": (),
36228    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.normalAttribute": (),
36229    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.positionAttribute": (),
36230    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.setXExtent": ('float',),
36231    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.setXYMeshResolution": ('PySide2.QtCore.QSize',),
36232    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.setXZMeshResolution": ('PySide2.QtCore.QSize',),
36233    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.setYExtent": ('float',),
36234    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.setYZMeshResolution": ('PySide2.QtCore.QSize',),
36235    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.setZExtent": ('float',),
36236    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.tangentAttribute": (),
36237    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.texCoordAttribute": (),
36238    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.updateIndices": (),
36239    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.updateVertices": (),
36240    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.xExtent": (),
36241    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.xyMeshResolution": (),
36242    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.xzMeshResolution": (),
36243    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.yExtent": (),
36244    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.yzMeshResolution": (),
36245    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidGeometry.zExtent": (),
36246# class PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh:
36247    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36248    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.setFirstInstance": ('int',),
36249    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.setGeometry": ('PySide2.Qt3DRender.Qt3DRender.QGeometry',),
36250    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.setIndexOffset": ('int',),
36251    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.setInstanceCount": ('int',),
36252    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.setPrimitiveRestartEnabled": ('bool',),
36253    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.setPrimitiveType": ('PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer.PrimitiveType',),
36254    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.setRestartIndexValue": ('int',),
36255    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.setVertexCount": ('int',),
36256    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.setXExtent": ('float',),
36257    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.setXYMeshResolution": ('PySide2.QtCore.QSize',),
36258    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.setXZMeshResolution": ('PySide2.QtCore.QSize',),
36259    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.setYExtent": ('float',),
36260    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.setYZMeshResolution": ('PySide2.QtCore.QSize',),
36261    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.setZExtent": ('float',),
36262    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.xExtent": (),
36263    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.xyMeshResolution": (),
36264    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.xzMeshResolution": (),
36265    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.yExtent": (),
36266    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.yzMeshResolution": (),
36267    "PySide2.Qt3DExtras.Qt3DExtras.QCuboidMesh.zExtent": (),
36268# class PySide2.Qt3DExtras.Qt3DExtras.QCylinderGeometry:
36269    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderGeometry.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36270    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderGeometry.indexAttribute": (),
36271    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderGeometry.length": (),
36272    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderGeometry.normalAttribute": (),
36273    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderGeometry.positionAttribute": (),
36274    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderGeometry.radius": (),
36275    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderGeometry.rings": (),
36276    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderGeometry.setLength": ('float',),
36277    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderGeometry.setRadius": ('float',),
36278    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderGeometry.setRings": ('int',),
36279    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderGeometry.setSlices": ('int',),
36280    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderGeometry.slices": (),
36281    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderGeometry.texCoordAttribute": (),
36282    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderGeometry.updateIndices": (),
36283    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderGeometry.updateVertices": (),
36284# class PySide2.Qt3DExtras.Qt3DExtras.QCylinderMesh:
36285    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderMesh.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36286    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderMesh.length": (),
36287    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderMesh.radius": (),
36288    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderMesh.rings": (),
36289    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderMesh.setFirstInstance": ('int',),
36290    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderMesh.setGeometry": ('PySide2.Qt3DRender.Qt3DRender.QGeometry',),
36291    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderMesh.setIndexOffset": ('int',),
36292    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderMesh.setInstanceCount": ('int',),
36293    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderMesh.setLength": ('float',),
36294    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderMesh.setPrimitiveRestartEnabled": ('bool',),
36295    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderMesh.setPrimitiveType": ('PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer.PrimitiveType',),
36296    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderMesh.setRadius": ('float',),
36297    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderMesh.setRestartIndexValue": ('int',),
36298    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderMesh.setRings": ('int',),
36299    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderMesh.setSlices": ('int',),
36300    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderMesh.setVertexCount": ('int',),
36301    "PySide2.Qt3DExtras.Qt3DExtras.QCylinderMesh.slices": (),
36302# class PySide2.Qt3DExtras.Qt3DExtras.QDiffuseMapMaterial:
36303    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseMapMaterial.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36304    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseMapMaterial.ambient": (),
36305    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseMapMaterial.diffuse": (),
36306    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseMapMaterial.setAmbient": ('PySide2.QtGui.QColor',),
36307    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseMapMaterial.setDiffuse": ('PySide2.Qt3DRender.Qt3DRender.QAbstractTexture',),
36308    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseMapMaterial.setShininess": ('float',),
36309    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseMapMaterial.setSpecular": ('PySide2.QtGui.QColor',),
36310    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseMapMaterial.setTextureScale": ('float',),
36311    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseMapMaterial.shininess": (),
36312    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseMapMaterial.specular": (),
36313    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseMapMaterial.textureScale": (),
36314# class PySide2.Qt3DExtras.Qt3DExtras.QDiffuseSpecularMapMaterial:
36315    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseSpecularMapMaterial.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36316    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseSpecularMapMaterial.ambient": (),
36317    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseSpecularMapMaterial.diffuse": (),
36318    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseSpecularMapMaterial.setAmbient": ('PySide2.QtGui.QColor',),
36319    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseSpecularMapMaterial.setDiffuse": ('PySide2.Qt3DRender.Qt3DRender.QAbstractTexture',),
36320    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseSpecularMapMaterial.setShininess": ('float',),
36321    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseSpecularMapMaterial.setSpecular": ('PySide2.Qt3DRender.Qt3DRender.QAbstractTexture',),
36322    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseSpecularMapMaterial.setTextureScale": ('float',),
36323    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseSpecularMapMaterial.shininess": (),
36324    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseSpecularMapMaterial.specular": (),
36325    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseSpecularMapMaterial.textureScale": (),
36326# class PySide2.Qt3DExtras.Qt3DExtras.QDiffuseSpecularMaterial:
36327    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseSpecularMaterial.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36328    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseSpecularMaterial.ambient": (),
36329    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseSpecularMaterial.diffuse": (),
36330    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseSpecularMaterial.isAlphaBlendingEnabled": (),
36331    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseSpecularMaterial.normal": (),
36332    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseSpecularMaterial.setAlphaBlendingEnabled": ('bool',),
36333    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseSpecularMaterial.setAmbient": ('PySide2.QtGui.QColor',),
36334    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseSpecularMaterial.setDiffuse": ('typing.Any',),
36335    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseSpecularMaterial.setNormal": ('typing.Any',),
36336    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseSpecularMaterial.setShininess": ('float',),
36337    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseSpecularMaterial.setSpecular": ('typing.Any',),
36338    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseSpecularMaterial.setTextureScale": ('float',),
36339    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseSpecularMaterial.shininess": (),
36340    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseSpecularMaterial.specular": (),
36341    "PySide2.Qt3DExtras.Qt3DExtras.QDiffuseSpecularMaterial.textureScale": (),
36342# class PySide2.Qt3DExtras.Qt3DExtras.QExtrudedTextGeometry:
36343    "PySide2.Qt3DExtras.Qt3DExtras.QExtrudedTextGeometry.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36344    "PySide2.Qt3DExtras.Qt3DExtras.QExtrudedTextGeometry.extrusionLength": (),
36345    "PySide2.Qt3DExtras.Qt3DExtras.QExtrudedTextGeometry.font": (),
36346    "PySide2.Qt3DExtras.Qt3DExtras.QExtrudedTextGeometry.indexAttribute": (),
36347    "PySide2.Qt3DExtras.Qt3DExtras.QExtrudedTextGeometry.normalAttribute": (),
36348    "PySide2.Qt3DExtras.Qt3DExtras.QExtrudedTextGeometry.positionAttribute": (),
36349    "PySide2.Qt3DExtras.Qt3DExtras.QExtrudedTextGeometry.setDepth": ('float',),
36350    "PySide2.Qt3DExtras.Qt3DExtras.QExtrudedTextGeometry.setFont": ('PySide2.QtGui.QFont',),
36351    "PySide2.Qt3DExtras.Qt3DExtras.QExtrudedTextGeometry.setText": ('str',),
36352    "PySide2.Qt3DExtras.Qt3DExtras.QExtrudedTextGeometry.text": (),
36353# class PySide2.Qt3DExtras.Qt3DExtras.QExtrudedTextMesh:
36354    "PySide2.Qt3DExtras.Qt3DExtras.QExtrudedTextMesh.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36355    "PySide2.Qt3DExtras.Qt3DExtras.QExtrudedTextMesh.depth": (),
36356    "PySide2.Qt3DExtras.Qt3DExtras.QExtrudedTextMesh.font": (),
36357    "PySide2.Qt3DExtras.Qt3DExtras.QExtrudedTextMesh.setDepth": ('float',),
36358    "PySide2.Qt3DExtras.Qt3DExtras.QExtrudedTextMesh.setFont": ('PySide2.QtGui.QFont',),
36359    "PySide2.Qt3DExtras.Qt3DExtras.QExtrudedTextMesh.setText": ('str',),
36360    "PySide2.Qt3DExtras.Qt3DExtras.QExtrudedTextMesh.text": (),
36361# class PySide2.Qt3DExtras.Qt3DExtras.QFirstPersonCameraController:
36362    "PySide2.Qt3DExtras.Qt3DExtras.QFirstPersonCameraController.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36363# class PySide2.Qt3DExtras.Qt3DExtras.QForwardRenderer:
36364    "PySide2.Qt3DExtras.Qt3DExtras.QForwardRenderer.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36365    "PySide2.Qt3DExtras.Qt3DExtras.QForwardRenderer.buffersToClear": (),
36366    "PySide2.Qt3DExtras.Qt3DExtras.QForwardRenderer.camera": (),
36367    "PySide2.Qt3DExtras.Qt3DExtras.QForwardRenderer.clearColor": (),
36368    "PySide2.Qt3DExtras.Qt3DExtras.QForwardRenderer.externalRenderTargetSize": (),
36369    "PySide2.Qt3DExtras.Qt3DExtras.QForwardRenderer.gamma": (),
36370    "PySide2.Qt3DExtras.Qt3DExtras.QForwardRenderer.isFrustumCullingEnabled": (),
36371    "PySide2.Qt3DExtras.Qt3DExtras.QForwardRenderer.setBuffersToClear": ('PySide2.Qt3DRender.Qt3DRender.QClearBuffers.BufferType',),
36372    "PySide2.Qt3DExtras.Qt3DExtras.QForwardRenderer.setCamera": ('PySide2.Qt3DCore.Qt3DCore.QEntity',),
36373    "PySide2.Qt3DExtras.Qt3DExtras.QForwardRenderer.setClearColor": ('PySide2.QtGui.QColor',),
36374    "PySide2.Qt3DExtras.Qt3DExtras.QForwardRenderer.setExternalRenderTargetSize": ('PySide2.QtCore.QSize',),
36375    "PySide2.Qt3DExtras.Qt3DExtras.QForwardRenderer.setFrustumCullingEnabled": ('bool',),
36376    "PySide2.Qt3DExtras.Qt3DExtras.QForwardRenderer.setGamma": ('float',),
36377    "PySide2.Qt3DExtras.Qt3DExtras.QForwardRenderer.setSurface": ('PySide2.QtCore.QObject',),
36378    "PySide2.Qt3DExtras.Qt3DExtras.QForwardRenderer.setViewportRect": ('PySide2.QtCore.QRectF',),
36379    "PySide2.Qt3DExtras.Qt3DExtras.QForwardRenderer.surface": (),
36380    "PySide2.Qt3DExtras.Qt3DExtras.QForwardRenderer.viewportRect": (),
36381# class PySide2.Qt3DExtras.Qt3DExtras.QGoochMaterial:
36382    "PySide2.Qt3DExtras.Qt3DExtras.QGoochMaterial.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36383    "PySide2.Qt3DExtras.Qt3DExtras.QGoochMaterial.alpha": (),
36384    "PySide2.Qt3DExtras.Qt3DExtras.QGoochMaterial.beta": (),
36385    "PySide2.Qt3DExtras.Qt3DExtras.QGoochMaterial.cool": (),
36386    "PySide2.Qt3DExtras.Qt3DExtras.QGoochMaterial.diffuse": (),
36387    "PySide2.Qt3DExtras.Qt3DExtras.QGoochMaterial.setAlpha": ('float',),
36388    "PySide2.Qt3DExtras.Qt3DExtras.QGoochMaterial.setBeta": ('float',),
36389    "PySide2.Qt3DExtras.Qt3DExtras.QGoochMaterial.setCool": ('PySide2.QtGui.QColor',),
36390    "PySide2.Qt3DExtras.Qt3DExtras.QGoochMaterial.setDiffuse": ('PySide2.QtGui.QColor',),
36391    "PySide2.Qt3DExtras.Qt3DExtras.QGoochMaterial.setShininess": ('float',),
36392    "PySide2.Qt3DExtras.Qt3DExtras.QGoochMaterial.setSpecular": ('PySide2.QtGui.QColor',),
36393    "PySide2.Qt3DExtras.Qt3DExtras.QGoochMaterial.setWarm": ('PySide2.QtGui.QColor',),
36394    "PySide2.Qt3DExtras.Qt3DExtras.QGoochMaterial.shininess": (),
36395    "PySide2.Qt3DExtras.Qt3DExtras.QGoochMaterial.specular": (),
36396    "PySide2.Qt3DExtras.Qt3DExtras.QGoochMaterial.warm": (),
36397# class PySide2.Qt3DExtras.Qt3DExtras.QMetalRoughMaterial:
36398    "PySide2.Qt3DExtras.Qt3DExtras.QMetalRoughMaterial.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36399    "PySide2.Qt3DExtras.Qt3DExtras.QMetalRoughMaterial.ambientOcclusion": (),
36400    "PySide2.Qt3DExtras.Qt3DExtras.QMetalRoughMaterial.baseColor": (),
36401    "PySide2.Qt3DExtras.Qt3DExtras.QMetalRoughMaterial.metalness": (),
36402    "PySide2.Qt3DExtras.Qt3DExtras.QMetalRoughMaterial.normal": (),
36403    "PySide2.Qt3DExtras.Qt3DExtras.QMetalRoughMaterial.roughness": (),
36404    "PySide2.Qt3DExtras.Qt3DExtras.QMetalRoughMaterial.setAmbientOcclusion": ('typing.Any',),
36405    "PySide2.Qt3DExtras.Qt3DExtras.QMetalRoughMaterial.setBaseColor": ('typing.Any',),
36406    "PySide2.Qt3DExtras.Qt3DExtras.QMetalRoughMaterial.setMetalness": ('typing.Any',),
36407    "PySide2.Qt3DExtras.Qt3DExtras.QMetalRoughMaterial.setNormal": ('typing.Any',),
36408    "PySide2.Qt3DExtras.Qt3DExtras.QMetalRoughMaterial.setRoughness": ('typing.Any',),
36409    "PySide2.Qt3DExtras.Qt3DExtras.QMetalRoughMaterial.setTextureScale": ('float',),
36410    "PySide2.Qt3DExtras.Qt3DExtras.QMetalRoughMaterial.textureScale": (),
36411# class PySide2.Qt3DExtras.Qt3DExtras.QMorphPhongMaterial:
36412    "PySide2.Qt3DExtras.Qt3DExtras.QMorphPhongMaterial.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36413    "PySide2.Qt3DExtras.Qt3DExtras.QMorphPhongMaterial.ambient": (),
36414    "PySide2.Qt3DExtras.Qt3DExtras.QMorphPhongMaterial.diffuse": (),
36415    "PySide2.Qt3DExtras.Qt3DExtras.QMorphPhongMaterial.interpolator": (),
36416    "PySide2.Qt3DExtras.Qt3DExtras.QMorphPhongMaterial.setAmbient": ('PySide2.QtGui.QColor',),
36417    "PySide2.Qt3DExtras.Qt3DExtras.QMorphPhongMaterial.setDiffuse": ('PySide2.QtGui.QColor',),
36418    "PySide2.Qt3DExtras.Qt3DExtras.QMorphPhongMaterial.setInterpolator": ('float',),
36419    "PySide2.Qt3DExtras.Qt3DExtras.QMorphPhongMaterial.setShininess": ('float',),
36420    "PySide2.Qt3DExtras.Qt3DExtras.QMorphPhongMaterial.setSpecular": ('PySide2.QtGui.QColor',),
36421    "PySide2.Qt3DExtras.Qt3DExtras.QMorphPhongMaterial.shininess": (),
36422    "PySide2.Qt3DExtras.Qt3DExtras.QMorphPhongMaterial.specular": (),
36423# class PySide2.Qt3DExtras.Qt3DExtras.QNormalDiffuseMapMaterial:
36424    "PySide2.Qt3DExtras.Qt3DExtras.QNormalDiffuseMapMaterial.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36425    "PySide2.Qt3DExtras.Qt3DExtras.QNormalDiffuseMapMaterial.ambient": (),
36426    "PySide2.Qt3DExtras.Qt3DExtras.QNormalDiffuseMapMaterial.diffuse": (),
36427    "PySide2.Qt3DExtras.Qt3DExtras.QNormalDiffuseMapMaterial.normal": (),
36428    "PySide2.Qt3DExtras.Qt3DExtras.QNormalDiffuseMapMaterial.setAmbient": ('PySide2.QtGui.QColor',),
36429    "PySide2.Qt3DExtras.Qt3DExtras.QNormalDiffuseMapMaterial.setDiffuse": ('PySide2.Qt3DRender.Qt3DRender.QAbstractTexture',),
36430    "PySide2.Qt3DExtras.Qt3DExtras.QNormalDiffuseMapMaterial.setNormal": ('PySide2.Qt3DRender.Qt3DRender.QAbstractTexture',),
36431    "PySide2.Qt3DExtras.Qt3DExtras.QNormalDiffuseMapMaterial.setShininess": ('float',),
36432    "PySide2.Qt3DExtras.Qt3DExtras.QNormalDiffuseMapMaterial.setSpecular": ('PySide2.QtGui.QColor',),
36433    "PySide2.Qt3DExtras.Qt3DExtras.QNormalDiffuseMapMaterial.setTextureScale": ('float',),
36434    "PySide2.Qt3DExtras.Qt3DExtras.QNormalDiffuseMapMaterial.shininess": (),
36435    "PySide2.Qt3DExtras.Qt3DExtras.QNormalDiffuseMapMaterial.specular": (),
36436    "PySide2.Qt3DExtras.Qt3DExtras.QNormalDiffuseMapMaterial.textureScale": (),
36437# class PySide2.Qt3DExtras.Qt3DExtras.QNormalDiffuseSpecularMapMaterial:
36438    "PySide2.Qt3DExtras.Qt3DExtras.QNormalDiffuseSpecularMapMaterial.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36439    "PySide2.Qt3DExtras.Qt3DExtras.QNormalDiffuseSpecularMapMaterial.ambient": (),
36440    "PySide2.Qt3DExtras.Qt3DExtras.QNormalDiffuseSpecularMapMaterial.diffuse": (),
36441    "PySide2.Qt3DExtras.Qt3DExtras.QNormalDiffuseSpecularMapMaterial.normal": (),
36442    "PySide2.Qt3DExtras.Qt3DExtras.QNormalDiffuseSpecularMapMaterial.setAmbient": ('PySide2.QtGui.QColor',),
36443    "PySide2.Qt3DExtras.Qt3DExtras.QNormalDiffuseSpecularMapMaterial.setDiffuse": ('PySide2.Qt3DRender.Qt3DRender.QAbstractTexture',),
36444    "PySide2.Qt3DExtras.Qt3DExtras.QNormalDiffuseSpecularMapMaterial.setNormal": ('PySide2.Qt3DRender.Qt3DRender.QAbstractTexture',),
36445    "PySide2.Qt3DExtras.Qt3DExtras.QNormalDiffuseSpecularMapMaterial.setShininess": ('float',),
36446    "PySide2.Qt3DExtras.Qt3DExtras.QNormalDiffuseSpecularMapMaterial.setSpecular": ('PySide2.Qt3DRender.Qt3DRender.QAbstractTexture',),
36447    "PySide2.Qt3DExtras.Qt3DExtras.QNormalDiffuseSpecularMapMaterial.setTextureScale": ('float',),
36448    "PySide2.Qt3DExtras.Qt3DExtras.QNormalDiffuseSpecularMapMaterial.shininess": (),
36449    "PySide2.Qt3DExtras.Qt3DExtras.QNormalDiffuseSpecularMapMaterial.specular": (),
36450    "PySide2.Qt3DExtras.Qt3DExtras.QNormalDiffuseSpecularMapMaterial.textureScale": (),
36451# class PySide2.Qt3DExtras.Qt3DExtras.QOrbitCameraController:
36452    "PySide2.Qt3DExtras.Qt3DExtras.QOrbitCameraController.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36453    "PySide2.Qt3DExtras.Qt3DExtras.QOrbitCameraController.setZoomInLimit": ('float',),
36454    "PySide2.Qt3DExtras.Qt3DExtras.QOrbitCameraController.zoomInLimit": (),
36455# class PySide2.Qt3DExtras.Qt3DExtras.QPerVertexColorMaterial:
36456    "PySide2.Qt3DExtras.Qt3DExtras.QPerVertexColorMaterial.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36457# class PySide2.Qt3DExtras.Qt3DExtras.QPhongAlphaMaterial:
36458    "PySide2.Qt3DExtras.Qt3DExtras.QPhongAlphaMaterial.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36459    "PySide2.Qt3DExtras.Qt3DExtras.QPhongAlphaMaterial.alpha": (),
36460    "PySide2.Qt3DExtras.Qt3DExtras.QPhongAlphaMaterial.ambient": (),
36461    "PySide2.Qt3DExtras.Qt3DExtras.QPhongAlphaMaterial.blendFunctionArg": (),
36462    "PySide2.Qt3DExtras.Qt3DExtras.QPhongAlphaMaterial.destinationAlphaArg": (),
36463    "PySide2.Qt3DExtras.Qt3DExtras.QPhongAlphaMaterial.destinationRgbArg": (),
36464    "PySide2.Qt3DExtras.Qt3DExtras.QPhongAlphaMaterial.diffuse": (),
36465    "PySide2.Qt3DExtras.Qt3DExtras.QPhongAlphaMaterial.setAlpha": ('float',),
36466    "PySide2.Qt3DExtras.Qt3DExtras.QPhongAlphaMaterial.setAmbient": ('PySide2.QtGui.QColor',),
36467    "PySide2.Qt3DExtras.Qt3DExtras.QPhongAlphaMaterial.setBlendFunctionArg": ('PySide2.Qt3DRender.Qt3DRender.QBlendEquation.BlendFunction',),
36468    "PySide2.Qt3DExtras.Qt3DExtras.QPhongAlphaMaterial.setDestinationAlphaArg": ('PySide2.Qt3DRender.Qt3DRender.QBlendEquationArguments.Blending',),
36469    "PySide2.Qt3DExtras.Qt3DExtras.QPhongAlphaMaterial.setDestinationRgbArg": ('PySide2.Qt3DRender.Qt3DRender.QBlendEquationArguments.Blending',),
36470    "PySide2.Qt3DExtras.Qt3DExtras.QPhongAlphaMaterial.setDiffuse": ('PySide2.QtGui.QColor',),
36471    "PySide2.Qt3DExtras.Qt3DExtras.QPhongAlphaMaterial.setShininess": ('float',),
36472    "PySide2.Qt3DExtras.Qt3DExtras.QPhongAlphaMaterial.setSourceAlphaArg": ('PySide2.Qt3DRender.Qt3DRender.QBlendEquationArguments.Blending',),
36473    "PySide2.Qt3DExtras.Qt3DExtras.QPhongAlphaMaterial.setSourceRgbArg": ('PySide2.Qt3DRender.Qt3DRender.QBlendEquationArguments.Blending',),
36474    "PySide2.Qt3DExtras.Qt3DExtras.QPhongAlphaMaterial.setSpecular": ('PySide2.QtGui.QColor',),
36475    "PySide2.Qt3DExtras.Qt3DExtras.QPhongAlphaMaterial.shininess": (),
36476    "PySide2.Qt3DExtras.Qt3DExtras.QPhongAlphaMaterial.sourceAlphaArg": (),
36477    "PySide2.Qt3DExtras.Qt3DExtras.QPhongAlphaMaterial.sourceRgbArg": (),
36478    "PySide2.Qt3DExtras.Qt3DExtras.QPhongAlphaMaterial.specular": (),
36479# class PySide2.Qt3DExtras.Qt3DExtras.QPhongMaterial:
36480    "PySide2.Qt3DExtras.Qt3DExtras.QPhongMaterial.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36481    "PySide2.Qt3DExtras.Qt3DExtras.QPhongMaterial.ambient": (),
36482    "PySide2.Qt3DExtras.Qt3DExtras.QPhongMaterial.diffuse": (),
36483    "PySide2.Qt3DExtras.Qt3DExtras.QPhongMaterial.setAmbient": ('PySide2.QtGui.QColor',),
36484    "PySide2.Qt3DExtras.Qt3DExtras.QPhongMaterial.setDiffuse": ('PySide2.QtGui.QColor',),
36485    "PySide2.Qt3DExtras.Qt3DExtras.QPhongMaterial.setShininess": ('float',),
36486    "PySide2.Qt3DExtras.Qt3DExtras.QPhongMaterial.setSpecular": ('PySide2.QtGui.QColor',),
36487    "PySide2.Qt3DExtras.Qt3DExtras.QPhongMaterial.shininess": (),
36488    "PySide2.Qt3DExtras.Qt3DExtras.QPhongMaterial.specular": (),
36489# class PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry:
36490    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36491    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.height": (),
36492    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.indexAttribute": (),
36493    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.mirrored": (),
36494    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.normalAttribute": (),
36495    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.positionAttribute": (),
36496    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.resolution": (),
36497    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.setHeight": ('float',),
36498    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.setMirrored": ('bool',),
36499    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.setResolution": ('PySide2.QtCore.QSize',),
36500    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.setWidth": ('float',),
36501    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.tangentAttribute": (),
36502    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.texCoordAttribute": (),
36503    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.updateIndices": (),
36504    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.updateVertices": (),
36505    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneGeometry.width": (),
36506# class PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh:
36507    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36508    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.height": (),
36509    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.meshResolution": (),
36510    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.mirrored": (),
36511    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.setFirstInstance": ('int',),
36512    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.setGeometry": ('PySide2.Qt3DRender.Qt3DRender.QGeometry',),
36513    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.setHeight": ('float',),
36514    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.setIndexOffset": ('int',),
36515    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.setInstanceCount": ('int',),
36516    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.setMeshResolution": ('PySide2.QtCore.QSize',),
36517    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.setMirrored": ('bool',),
36518    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.setPrimitiveRestartEnabled": ('bool',),
36519    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.setPrimitiveType": ('PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer.PrimitiveType',),
36520    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.setRestartIndexValue": ('int',),
36521    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.setVertexCount": ('int',),
36522    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.setWidth": ('float',),
36523    "PySide2.Qt3DExtras.Qt3DExtras.QPlaneMesh.width": (),
36524# class PySide2.Qt3DExtras.Qt3DExtras.QSkyboxEntity:
36525    "PySide2.Qt3DExtras.Qt3DExtras.QSkyboxEntity.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36526    "PySide2.Qt3DExtras.Qt3DExtras.QSkyboxEntity.baseName": (),
36527    "PySide2.Qt3DExtras.Qt3DExtras.QSkyboxEntity.extension": (),
36528    "PySide2.Qt3DExtras.Qt3DExtras.QSkyboxEntity.isGammaCorrectEnabled": (),
36529    "PySide2.Qt3DExtras.Qt3DExtras.QSkyboxEntity.setBaseName": ('str',),
36530    "PySide2.Qt3DExtras.Qt3DExtras.QSkyboxEntity.setExtension": ('str',),
36531    "PySide2.Qt3DExtras.Qt3DExtras.QSkyboxEntity.setGammaCorrectEnabled": ('bool',),
36532# class PySide2.Qt3DExtras.Qt3DExtras.QSphereGeometry:
36533    "PySide2.Qt3DExtras.Qt3DExtras.QSphereGeometry.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36534    "PySide2.Qt3DExtras.Qt3DExtras.QSphereGeometry.generateTangents": (),
36535    "PySide2.Qt3DExtras.Qt3DExtras.QSphereGeometry.indexAttribute": (),
36536    "PySide2.Qt3DExtras.Qt3DExtras.QSphereGeometry.normalAttribute": (),
36537    "PySide2.Qt3DExtras.Qt3DExtras.QSphereGeometry.positionAttribute": (),
36538    "PySide2.Qt3DExtras.Qt3DExtras.QSphereGeometry.radius": (),
36539    "PySide2.Qt3DExtras.Qt3DExtras.QSphereGeometry.rings": (),
36540    "PySide2.Qt3DExtras.Qt3DExtras.QSphereGeometry.setGenerateTangents": ('bool',),
36541    "PySide2.Qt3DExtras.Qt3DExtras.QSphereGeometry.setRadius": ('float',),
36542    "PySide2.Qt3DExtras.Qt3DExtras.QSphereGeometry.setRings": ('int',),
36543    "PySide2.Qt3DExtras.Qt3DExtras.QSphereGeometry.setSlices": ('int',),
36544    "PySide2.Qt3DExtras.Qt3DExtras.QSphereGeometry.slices": (),
36545    "PySide2.Qt3DExtras.Qt3DExtras.QSphereGeometry.tangentAttribute": (),
36546    "PySide2.Qt3DExtras.Qt3DExtras.QSphereGeometry.texCoordAttribute": (),
36547    "PySide2.Qt3DExtras.Qt3DExtras.QSphereGeometry.updateIndices": (),
36548    "PySide2.Qt3DExtras.Qt3DExtras.QSphereGeometry.updateVertices": (),
36549# class PySide2.Qt3DExtras.Qt3DExtras.QSphereMesh:
36550    "PySide2.Qt3DExtras.Qt3DExtras.QSphereMesh.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36551    "PySide2.Qt3DExtras.Qt3DExtras.QSphereMesh.generateTangents": (),
36552    "PySide2.Qt3DExtras.Qt3DExtras.QSphereMesh.radius": (),
36553    "PySide2.Qt3DExtras.Qt3DExtras.QSphereMesh.rings": (),
36554    "PySide2.Qt3DExtras.Qt3DExtras.QSphereMesh.setFirstInstance": ('int',),
36555    "PySide2.Qt3DExtras.Qt3DExtras.QSphereMesh.setGenerateTangents": ('bool',),
36556    "PySide2.Qt3DExtras.Qt3DExtras.QSphereMesh.setGeometry": ('PySide2.Qt3DRender.Qt3DRender.QGeometry',),
36557    "PySide2.Qt3DExtras.Qt3DExtras.QSphereMesh.setIndexOffset": ('int',),
36558    "PySide2.Qt3DExtras.Qt3DExtras.QSphereMesh.setPrimitiveRestartEnabled": ('bool',),
36559    "PySide2.Qt3DExtras.Qt3DExtras.QSphereMesh.setPrimitiveType": ('PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer.PrimitiveType',),
36560    "PySide2.Qt3DExtras.Qt3DExtras.QSphereMesh.setRadius": ('float',),
36561    "PySide2.Qt3DExtras.Qt3DExtras.QSphereMesh.setRestartIndexValue": ('int',),
36562    "PySide2.Qt3DExtras.Qt3DExtras.QSphereMesh.setRings": ('int',),
36563    "PySide2.Qt3DExtras.Qt3DExtras.QSphereMesh.setSlices": ('int',),
36564    "PySide2.Qt3DExtras.Qt3DExtras.QSphereMesh.setVertexCount": ('int',),
36565    "PySide2.Qt3DExtras.Qt3DExtras.QSphereMesh.slices": (),
36566# class PySide2.Qt3DExtras.Qt3DExtras.QSpriteGrid:
36567    "PySide2.Qt3DExtras.Qt3DExtras.QSpriteGrid.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36568    "PySide2.Qt3DExtras.Qt3DExtras.QSpriteGrid.columns": (),
36569    "PySide2.Qt3DExtras.Qt3DExtras.QSpriteGrid.rows": (),
36570    "PySide2.Qt3DExtras.Qt3DExtras.QSpriteGrid.setColumns": ('int',),
36571    "PySide2.Qt3DExtras.Qt3DExtras.QSpriteGrid.setRows": ('int',),
36572# class PySide2.Qt3DExtras.Qt3DExtras.QSpriteSheet:
36573    "PySide2.Qt3DExtras.Qt3DExtras.QSpriteSheet.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36574    "PySide2.Qt3DExtras.Qt3DExtras.QSpriteSheet.addSprite": [('PySide2.Qt3DExtras.Qt3DExtras.QSpriteSheetItem',), ('int', 'int', 'int', 'int')],
36575    "PySide2.Qt3DExtras.Qt3DExtras.QSpriteSheet.removeSprite": ('PySide2.Qt3DExtras.Qt3DExtras.QSpriteSheetItem',),
36576    "PySide2.Qt3DExtras.Qt3DExtras.QSpriteSheet.setSprites": ('typing.List[PySide2.Qt3DExtras.Qt3DExtras.QSpriteSheetItem]',),
36577    "PySide2.Qt3DExtras.Qt3DExtras.QSpriteSheet.sprites": (),
36578# class PySide2.Qt3DExtras.Qt3DExtras.QSpriteSheetItem:
36579    "PySide2.Qt3DExtras.Qt3DExtras.QSpriteSheetItem.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36580    "PySide2.Qt3DExtras.Qt3DExtras.QSpriteSheetItem.height": (),
36581    "PySide2.Qt3DExtras.Qt3DExtras.QSpriteSheetItem.setHeight": ('int',),
36582    "PySide2.Qt3DExtras.Qt3DExtras.QSpriteSheetItem.setWidth": ('int',),
36583    "PySide2.Qt3DExtras.Qt3DExtras.QSpriteSheetItem.setX": ('int',),
36584    "PySide2.Qt3DExtras.Qt3DExtras.QSpriteSheetItem.setY": ('int',),
36585    "PySide2.Qt3DExtras.Qt3DExtras.QSpriteSheetItem.width": (),
36586    "PySide2.Qt3DExtras.Qt3DExtras.QSpriteSheetItem.x": (),
36587    "PySide2.Qt3DExtras.Qt3DExtras.QSpriteSheetItem.y": (),
36588# class PySide2.Qt3DExtras.Qt3DExtras.QText2DEntity:
36589    "PySide2.Qt3DExtras.Qt3DExtras.QText2DEntity.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36590    "PySide2.Qt3DExtras.Qt3DExtras.QText2DEntity.color": (),
36591    "PySide2.Qt3DExtras.Qt3DExtras.QText2DEntity.font": (),
36592    "PySide2.Qt3DExtras.Qt3DExtras.QText2DEntity.height": (),
36593    "PySide2.Qt3DExtras.Qt3DExtras.QText2DEntity.setColor": ('PySide2.QtGui.QColor',),
36594    "PySide2.Qt3DExtras.Qt3DExtras.QText2DEntity.setFont": ('PySide2.QtGui.QFont',),
36595    "PySide2.Qt3DExtras.Qt3DExtras.QText2DEntity.setHeight": ('float',),
36596    "PySide2.Qt3DExtras.Qt3DExtras.QText2DEntity.setText": ('str',),
36597    "PySide2.Qt3DExtras.Qt3DExtras.QText2DEntity.setWidth": ('float',),
36598    "PySide2.Qt3DExtras.Qt3DExtras.QText2DEntity.text": (),
36599    "PySide2.Qt3DExtras.Qt3DExtras.QText2DEntity.width": (),
36600# class PySide2.Qt3DExtras.Qt3DExtras.QTextureMaterial:
36601    "PySide2.Qt3DExtras.Qt3DExtras.QTextureMaterial.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36602    "PySide2.Qt3DExtras.Qt3DExtras.QTextureMaterial.isAlphaBlendingEnabled": (),
36603    "PySide2.Qt3DExtras.Qt3DExtras.QTextureMaterial.setAlphaBlendingEnabled": ('bool',),
36604    "PySide2.Qt3DExtras.Qt3DExtras.QTextureMaterial.setTexture": ('PySide2.Qt3DRender.Qt3DRender.QAbstractTexture',),
36605    "PySide2.Qt3DExtras.Qt3DExtras.QTextureMaterial.setTextureOffset": ('PySide2.QtGui.QVector2D',),
36606    "PySide2.Qt3DExtras.Qt3DExtras.QTextureMaterial.setTextureTransform": ('PySide2.QtGui.QMatrix3x3',),
36607    "PySide2.Qt3DExtras.Qt3DExtras.QTextureMaterial.texture": (),
36608    "PySide2.Qt3DExtras.Qt3DExtras.QTextureMaterial.textureOffset": (),
36609    "PySide2.Qt3DExtras.Qt3DExtras.QTextureMaterial.textureTransform": (),
36610# class PySide2.Qt3DExtras.Qt3DExtras.QTorusGeometry:
36611    "PySide2.Qt3DExtras.Qt3DExtras.QTorusGeometry.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36612    "PySide2.Qt3DExtras.Qt3DExtras.QTorusGeometry.indexAttribute": (),
36613    "PySide2.Qt3DExtras.Qt3DExtras.QTorusGeometry.minorRadius": (),
36614    "PySide2.Qt3DExtras.Qt3DExtras.QTorusGeometry.normalAttribute": (),
36615    "PySide2.Qt3DExtras.Qt3DExtras.QTorusGeometry.positionAttribute": (),
36616    "PySide2.Qt3DExtras.Qt3DExtras.QTorusGeometry.radius": (),
36617    "PySide2.Qt3DExtras.Qt3DExtras.QTorusGeometry.rings": (),
36618    "PySide2.Qt3DExtras.Qt3DExtras.QTorusGeometry.setMinorRadius": ('float',),
36619    "PySide2.Qt3DExtras.Qt3DExtras.QTorusGeometry.setRadius": ('float',),
36620    "PySide2.Qt3DExtras.Qt3DExtras.QTorusGeometry.setRings": ('int',),
36621    "PySide2.Qt3DExtras.Qt3DExtras.QTorusGeometry.setSlices": ('int',),
36622    "PySide2.Qt3DExtras.Qt3DExtras.QTorusGeometry.slices": (),
36623    "PySide2.Qt3DExtras.Qt3DExtras.QTorusGeometry.texCoordAttribute": (),
36624    "PySide2.Qt3DExtras.Qt3DExtras.QTorusGeometry.updateIndices": (),
36625    "PySide2.Qt3DExtras.Qt3DExtras.QTorusGeometry.updateVertices": (),
36626# class PySide2.Qt3DExtras.Qt3DExtras.QTorusMesh:
36627    "PySide2.Qt3DExtras.Qt3DExtras.QTorusMesh.__init__": ('PySide2.Qt3DCore.Qt3DCore.QNode',),
36628    "PySide2.Qt3DExtras.Qt3DExtras.QTorusMesh.minorRadius": (),
36629    "PySide2.Qt3DExtras.Qt3DExtras.QTorusMesh.radius": (),
36630    "PySide2.Qt3DExtras.Qt3DExtras.QTorusMesh.rings": (),
36631    "PySide2.Qt3DExtras.Qt3DExtras.QTorusMesh.setFirstInstance": ('int',),
36632    "PySide2.Qt3DExtras.Qt3DExtras.QTorusMesh.setGeometry": ('PySide2.Qt3DRender.Qt3DRender.QGeometry',),
36633    "PySide2.Qt3DExtras.Qt3DExtras.QTorusMesh.setIndexOffset": ('int',),
36634    "PySide2.Qt3DExtras.Qt3DExtras.QTorusMesh.setInstanceCount": ('int',),
36635    "PySide2.Qt3DExtras.Qt3DExtras.QTorusMesh.setMinorRadius": ('float',),
36636    "PySide2.Qt3DExtras.Qt3DExtras.QTorusMesh.setPrimitiveRestartEnabled": ('bool',),
36637    "PySide2.Qt3DExtras.Qt3DExtras.QTorusMesh.setPrimitiveType": ('PySide2.Qt3DRender.Qt3DRender.QGeometryRenderer.PrimitiveType',),
36638    "PySide2.Qt3DExtras.Qt3DExtras.QTorusMesh.setRadius": ('float',),
36639    "PySide2.Qt3DExtras.Qt3DExtras.QTorusMesh.setRestartIndexValue": ('int',),
36640    "PySide2.Qt3DExtras.Qt3DExtras.QTorusMesh.setRings": ('int',),
36641    "PySide2.Qt3DExtras.Qt3DExtras.QTorusMesh.setSlices": ('int',),
36642    "PySide2.Qt3DExtras.Qt3DExtras.QTorusMesh.setVertexCount": ('int',),
36643    "PySide2.Qt3DExtras.Qt3DExtras.QTorusMesh.slices": (),
36644# class PySide2.Qt3DExtras.Qt3DExtras.Qt3DWindow:
36645    "PySide2.Qt3DExtras.Qt3DExtras.Qt3DWindow.__init__": ('PySide2.QtGui.QScreen',),
36646    "PySide2.Qt3DExtras.Qt3DExtras.Qt3DWindow.activeFrameGraph": (),
36647    "PySide2.Qt3DExtras.Qt3DExtras.Qt3DWindow.camera": (),
36648    "PySide2.Qt3DExtras.Qt3DExtras.Qt3DWindow.defaultFrameGraph": (),
36649    "PySide2.Qt3DExtras.Qt3DExtras.Qt3DWindow.event": ('PySide2.QtCore.QEvent',),
36650    "PySide2.Qt3DExtras.Qt3DExtras.Qt3DWindow.registerAspect": [('PySide2.Qt3DCore.Qt3DCore.QAbstractAspect',), ('str',)],
36651    "PySide2.Qt3DExtras.Qt3DExtras.Qt3DWindow.renderSettings": (),
36652    "PySide2.Qt3DExtras.Qt3DExtras.Qt3DWindow.resizeEvent": ('PySide2.QtGui.QResizeEvent',),
36653    "PySide2.Qt3DExtras.Qt3DExtras.Qt3DWindow.setActiveFrameGraph": ('PySide2.Qt3DRender.Qt3DRender.QFrameGraphNode',),
36654    "PySide2.Qt3DExtras.Qt3DExtras.Qt3DWindow.setRootEntity": ('PySide2.Qt3DCore.Qt3DCore.QEntity',),
36655    "PySide2.Qt3DExtras.Qt3DExtras.Qt3DWindow.showEvent": ('PySide2.QtGui.QShowEvent',),
36656    }) if "PySide2.Qt3DExtras" in sys.modules else None
36657# Module testbinding
36658sig_dict.update({
36659# class testbinding.Enum1:
36660# class testbinding.IntValue:
36661    "testbinding.IntValue.__init__": [(), ('int',), ('testbinding.IntValue',)],
36662    "testbinding.IntValue.__copy__": (),
36663# class testbinding.PySideCPP:
36664# class testbinding.PySideCPP.TestObject2WithNamespace:
36665    "testbinding.PySideCPP.TestObject2WithNamespace.__init__": ('PySide2.QtCore.QObject',),
36666    "testbinding.PySideCPP.TestObject2WithNamespace.__repr__": (),
36667    "testbinding.PySideCPP.TestObject2WithNamespace.name": (),
36668# class testbinding.PySideCPP.TestObjectWithNamespace:
36669    "testbinding.PySideCPP.TestObjectWithNamespace.__init__": ('PySide2.QtCore.QObject',),
36670    "testbinding.PySideCPP.TestObjectWithNamespace.callSignal": ('testbinding.PySideCPP.TestObjectWithNamespace',),
36671    "testbinding.PySideCPP.TestObjectWithNamespace.callSignalWithNamespace": ('testbinding.PySideCPP.TestObjectWithNamespace',),
36672    "testbinding.PySideCPP.TestObjectWithNamespace.callSignalWithTypedef": ('int',),
36673    "testbinding.PySideCPP.TestObjectWithNamespace.name": (),
36674# class testbinding.TestObject:
36675    "testbinding.TestObject.__init__": ('int', 'PySide2.QtCore.QObject'),
36676    "testbinding.TestObject.addChild": ('PySide2.QtCore.QObject',),
36677    "testbinding.TestObject.checkType": ('typing.Any',),
36678    "testbinding.TestObject.createApp": (),
36679    "testbinding.TestObject.emitIdValueSignal": (),
36680    "testbinding.TestObject.emitSignalWithDefaultValue_bool": (),
36681    "testbinding.TestObject.emitSignalWithDefaultValue_void": (),
36682    "testbinding.TestObject.emitSignalWithTypedefValue": ('int',),
36683    "testbinding.TestObject.emitStaticMethodDoubleSignal": (),
36684    "testbinding.TestObject.idValue": (),
36685    "testbinding.TestObject.staticMethodDouble": ('int',),
36686# class testbinding.TestObjectWithoutNamespace:
36687# class testbinding.TestObjectWithoutNamespace.Enum2:
36688    "testbinding.TestObjectWithoutNamespace.__init__": ('PySide2.QtCore.QObject',),
36689    "testbinding.TestObjectWithoutNamespace.callSignal": ('testbinding.PySideCPP2.TestObjectWithoutNamespace',),
36690    "testbinding.TestObjectWithoutNamespace.callSignalWithNamespace": ('testbinding.PySideCPP2.TestObjectWithoutNamespace',),
36691    "testbinding.TestObjectWithoutNamespace.callSignalWithTypedef": ('int',),
36692    "testbinding.TestObjectWithoutNamespace.name": (),
36693# class testbinding.TestView:
36694    "testbinding.TestView.__init__": ('PySide2.QtCore.QAbstractListModel', 'PySide2.QtCore.QObject'),
36695    "testbinding.TestView.getData": (),
36696    "testbinding.TestView.getEditorWidgetFromItemDelegate": (),
36697    "testbinding.TestView.model": (),
36698    "testbinding.TestView.setItemDelegate": ('PySide2.QtWidgets.QAbstractItemDelegate',),
36699    "testbinding.TestView.getHiddenObject": (),
36700    }) if "testbinding" in sys.modules else None
36701# Module Shiboken
36702sig_dict.update({
36703# class Shiboken.VoidPtr:
36704    }) if "Shiboken" in sys.modules else None
36705# Module minimal
36706sig_dict.update({
36707# class minimal.ListUser:
36708    "minimal.ListUser.__init__": [(), ('minimal.ListUser',)],
36709    "minimal.ListUser.__copy__": (),
36710    "minimal.ListUser.callCreateIntList": ('int',),
36711    "minimal.ListUser.callCreateListOfIntLists": ('int',),
36712    "minimal.ListUser.callCreateMinBoolList": ('bool', 'bool'),
36713    "minimal.ListUser.callCreateObjList": ('minimal.Obj', 'minimal.Obj'),
36714    "minimal.ListUser.callCreateValList": ('int',),
36715    "minimal.ListUser.callOredMinBoolList": ('typing.List[bool]',),
36716    "minimal.ListUser.callSumIntList": ('typing.List[int]',),
36717    "minimal.ListUser.callSumListOfIntLists": ('typing.List[typing.List]',),
36718    "minimal.ListUser.callSumObjList": ('typing.List[minimal.Obj]',),
36719    "minimal.ListUser.callSumValList": ('typing.List[minimal.Val]',),
36720    "minimal.ListUser.createIntList": ('int',),
36721    "minimal.ListUser.createListOfIntLists": ('int',),
36722    "minimal.ListUser.createMinBoolList": ('bool', 'bool'),
36723    "minimal.ListUser.createObjList": ('minimal.Obj', 'minimal.Obj'),
36724    "minimal.ListUser.createValList": ('int',),
36725    "minimal.ListUser.oredMinBoolList": ('typing.List[bool]',),
36726    "minimal.ListUser.sumIntList": ('typing.List[int]',),
36727    "minimal.ListUser.sumListOfIntLists": ('typing.List[typing.List]',),
36728    "minimal.ListUser.sumObjList": ('typing.List[minimal.Obj]',),
36729    "minimal.ListUser.sumValList": ('typing.List[minimal.Val]',),
36730# class minimal.MinBoolUser:
36731    "minimal.MinBoolUser.__init__": [(), ('minimal.MinBoolUser',)],
36732    "minimal.MinBoolUser.__copy__": (),
36733    "minimal.MinBoolUser.callInvertedMinBool": (),
36734    "minimal.MinBoolUser.invertedMinBool": (),
36735    "minimal.MinBoolUser.minBool": (),
36736    "minimal.MinBoolUser.setMinBool": ('bool',),
36737# class minimal.Obj:
36738    "minimal.Obj.__init__": ('int',),
36739    "minimal.Obj.callPassObjectType": ('minimal.Obj',),
36740    "minimal.Obj.callPassObjectTypeReference": ('minimal.Obj',),
36741    "minimal.Obj.callVirtualMethod": ('int',),
36742    "minimal.Obj.objId": (),
36743    "minimal.Obj.passObjectType": ('minimal.Obj',),
36744    "minimal.Obj.passObjectTypeReference": ('minimal.Obj',),
36745    "minimal.Obj.setObjId": ('int',),
36746    "minimal.Obj.virtualMethod": ('int',),
36747# class minimal.Val:
36748# class minimal.Val.ValEnum:
36749    "minimal.Val.__init__": [('int',), ('minimal.Val',)],
36750    "minimal.Val.__copy__": (),
36751    "minimal.Val.callPassValueType": ('minimal.Val',),
36752    "minimal.Val.callPassValueTypePointer": ('minimal.Val',),
36753    "minimal.Val.callPassValueTypeReference": ('minimal.Val',),
36754    "minimal.Val.oneOrTheOtherEnumValue": ('minimal.Val.ValEnum',),
36755    "minimal.Val.passValueType": ('minimal.Val',),
36756    "minimal.Val.passValueTypePointer": ('minimal.Val',),
36757    "minimal.Val.passValueTypeReference": ('minimal.Val',),
36758    "minimal.Val.setValId": ('int',),
36759    "minimal.Val.valId": (),
36760    "minimal.Val.arrayFunc": ('typing.List[int]',),
36761    "minimal.Val.arrayFuncInt": ('typing.List[int]',),
36762    "minimal.Val.arrayFuncIntReturn": ('int',),
36763    "minimal.Val.arrayFuncIntReturnTypedef": ('int',),
36764    "minimal.Val.arrayFuncIntTypedef": ('typing.List[int]',),
36765    "minimal.Val.arrayFuncReturn": ('int',),
36766    "minimal.Val.arrayFuncReturnTypedef": ('int',),
36767    "minimal.Val.arrayFuncTypedef": ('typing.List[int]',),
36768    }) if "minimal" in sys.modules else None
36769# Module sample
36770sig_dict.update({
36771# class sample.Abstract:
36772# class sample.Abstract.PrintFormat:
36773# class sample.Abstract.Type:
36774    "sample.Abstract.__init__": ('int',),
36775    "sample.Abstract.callPureVirtual": (),
36776    "sample.Abstract.callUnpureVirtual": (),
36777    "sample.Abstract.callVirtualGettingEnum": ('sample.Abstract.PrintFormat',),
36778    "sample.Abstract.className": (),
36779    "sample.Abstract.createObject": (),
36780    "sample.Abstract.getObjectId": ('sample.Abstract',),
36781    "sample.Abstract.id_": (),
36782    "sample.Abstract.pureVirtual": (),
36783    "sample.Abstract.pureVirtualReturningVoidPtr": (),
36784    "sample.Abstract.returnAnEnum": (),
36785    "sample.Abstract.show": ('sample.Abstract.PrintFormat',),
36786    "sample.Abstract.type": (),
36787    "sample.Abstract.unpureVirtual": (),
36788    "sample.Abstract.virtualGettingAEnum": ('sample.Abstract.PrintFormat',),
36789# class sample.AbstractModifications:
36790    "sample.AbstractModifications.__init__": (),
36791    "sample.AbstractModifications.invert": ('bool',),
36792    "sample.AbstractModifications.pointlessPureVirtualMethod": (),
36793# class sample.ArrayModifyTest:
36794    "sample.ArrayModifyTest.__init__": [(), ('sample.ArrayModifyTest',)],
36795    "sample.ArrayModifyTest.__copy__": (),
36796    "sample.ArrayModifyTest.sumIntArray": ('int', 'typing.Sequence[int]'),
36797# class sample.Base1:
36798    "sample.Base1.__init__": (),
36799    "sample.Base1.base1Method": (),
36800    "sample.Base1.publicMethod": (),
36801# class sample.Base2:
36802    "sample.Base2.__init__": (),
36803    "sample.Base2.base2Method": (),
36804# class sample.Base3:
36805    "sample.Base3.__init__": ('int',),
36806    "sample.Base3.base3Method": (),
36807# class sample.Base4:
36808    "sample.Base4.__init__": (),
36809    "sample.Base4.base4Method": (),
36810# class sample.Base5:
36811    "sample.Base5.__init__": (),
36812    "sample.Base5.base5Method": (),
36813# class sample.Base6:
36814    "sample.Base6.__init__": (),
36815    "sample.Base6.base6Method": (),
36816# class sample.BlackBox:
36817    "sample.BlackBox.__init__": [(), ('sample.BlackBox',)],
36818    "sample.BlackBox.__copy__": (),
36819    "sample.BlackBox.disposeObjectType": ('int',),
36820    "sample.BlackBox.disposePoint": ('int',),
36821    "sample.BlackBox.keepObjectType": ('object',),
36822    "sample.BlackBox.keepPoint": ('typing.Tuple[float, float]',),
36823    "sample.BlackBox.objects": (),
36824    "sample.BlackBox.points": (),
36825    "sample.BlackBox.referenceToObjectPointer": ('object',),
36826    "sample.BlackBox.referenceToValuePointer": ('typing.Tuple[float, float]',),
36827    "sample.BlackBox.retrieveObjectType": ('int',),
36828    "sample.BlackBox.retrievePoint": ('int',),
36829# class sample.Bucket:
36830    "sample.Bucket.__init__": (),
36831    "sample.Bucket.callVirtualBlockerMethodButYouDontKnowThis": (),
36832    "sample.Bucket.empty": (),
36833    "sample.Bucket.lock": (),
36834    "sample.Bucket.locked": (),
36835    "sample.Bucket.pop": (),
36836    "sample.Bucket.push": ('int',),
36837    "sample.Bucket.unlock": (),
36838    "sample.Bucket.virtualBlockerMethod": (),
36839# class sample.ByteArray:
36840    "sample.ByteArray.__init__": [(), ('int',), ('sample.ByteArray',)],
36841    "sample.ByteArray.__add__": [('int',), ('sample.ByteArray',), ('str',), ('unicode',)],
36842    "sample.ByteArray.__copy__": (),
36843    "sample.ByteArray.__iadd__": [('int',), ('sample.ByteArray',)],
36844    "sample.ByteArray.__repr__": (),
36845    "sample.ByteArray.__str__": (),
36846    "sample.ByteArray.append": [('int',), ('sample.ByteArray',)],
36847    "sample.ByteArray.at": ('int',),
36848    "sample.ByteArray.data": (),
36849    "sample.ByteArray.size": (),
36850# class sample.CVListUser:
36851    "sample.CVListUser.__init__": [(), ('sample.CVListUser',)],
36852    "sample.CVListUser.__copy__": (),
36853    "sample.CVListUser.consume": ('typing.List[sample.CVValueType]',),
36854    "sample.CVListUser.produce": (),
36855# class sample.CVValueType:
36856    "sample.CVValueType.__copy__": (),
36857# class sample.ClassWithFunctionPointer:
36858    "sample.ClassWithFunctionPointer.__init__": [(), ('sample.ClassWithFunctionPointer',)],
36859    "sample.ClassWithFunctionPointer.__copy__": (),
36860    "sample.ClassWithFunctionPointer.doNothing": ('int',),
36861# class sample.Collector:
36862    "sample.Collector.__init__": (),
36863    "sample.Collector.__lshift__": [('Missing("sample.ObjectType.Identifier")',), ('object',), ('sample.IntWrapper',)],
36864    "sample.Collector.clear": (),
36865    "sample.Collector.items": (),
36866    "sample.Collector.size": (),
36867# class sample.Color:
36868    "sample.Color.__init__": [(), ('int',), ('sample.Color',), ('sample.SampleNamespace.InValue',)],
36869    "sample.Color.__copy__": (),
36870    "sample.Color.isNull": (),
36871# class sample.CtorConvRule:
36872    "sample.CtorConvRule.__init__": [('int',), ('sample.CtorConvRule',)],
36873    "sample.CtorConvRule.__copy__": (),
36874    "sample.CtorConvRule.dummyVirtualMethod": (),
36875    "sample.CtorConvRule.value": (),
36876# class sample.Data:
36877# class sample.Data.Field:
36878    "sample.Data.__init__": [('sample.Data',), ('sample.Data.Field', 'str')],
36879    "sample.Data.__and__": ('sample.Union',),
36880    "sample.Data.__copy__": (),
36881    "sample.Data.field": (),
36882    "sample.Data.value": (),
36883# class sample.Derived:
36884# class sample.Derived.OtherOverloadedFuncEnum:
36885# class sample.Derived.SomeInnerClass:
36886    "sample.Derived.SomeInnerClass.__init__": [(), ('sample.Derived.SomeInnerClass',)],
36887    "sample.Derived.SomeInnerClass.__add__": ('sample.Derived.SomeInnerClass',),
36888    "sample.Derived.SomeInnerClass.__copy__": (),
36889    "sample.Derived.SomeInnerClass.uselessMethod": (),
36890    "sample.Derived.__init__": ('int',),
36891    "sample.Derived.className": (),
36892    "sample.Derived.createObject": (),
36893    "sample.Derived.defaultValue": ('int',),
36894    "sample.Derived.getClassName": (),
36895    "sample.Derived.otherOverloaded": [('int', 'float'), ('int', 'int', 'bool', 'float')],
36896    "sample.Derived.overloaded": [('float',), ('int', 'int')],
36897    "sample.Derived.pureVirtual": (),
36898    "sample.Derived.pureVirtualReturningVoidPtr": (),
36899    "sample.Derived.returnAnEnum": (),
36900    "sample.Derived.returnMyParameter": ('sample.Derived.SomeInnerClass',),
36901    "sample.Derived.singleArgument": ('bool',),
36902    "sample.Derived.triggerAnotherImpossibleTypeDiscovery": (),
36903    "sample.Derived.triggerImpossibleTypeDiscovery": (),
36904    "sample.Derived.type": (),
36905    "sample.Derived.unpureVirtual": (),
36906# class sample.Echo:
36907    "sample.Echo.__init__": [(), ('sample.Echo',)],
36908    "sample.Echo.__call__": ('sample.Str', 'int'),
36909    "sample.Echo.__copy__": (),
36910    "sample.Echo.__lshift__": [('int',), ('object',), ('sample.Str',)],
36911    "sample.Echo.doNothingWithConstBool": ('bool',),
36912    "sample.Echo.echo": ('str',),
36913    "sample.Echo.methodWithNamedArg": ('sample.Str',),
36914# class sample.EnumOnNamespace:
36915# class sample.Event:
36916# class sample.Event.EventType:
36917# class sample.Event.EventTypeClass:
36918    "sample.Event.__init__": [('sample.Event',), ('sample.Event.EventType',)],
36919    "sample.Event.__copy__": (),
36920    "sample.Event.eventType": (),
36921    "sample.Event.setEventType": ('sample.Event.EventType',),
36922    "sample.Event.setEventTypeByConstRef": ('sample.Event.EventType',),
36923# class sample.ExceptionTest:
36924    "sample.ExceptionTest.__init__": (),
36925    "sample.ExceptionTest.intThrowInt": ('bool',),
36926    "sample.ExceptionTest.intThrowStdException": ('bool',),
36927    "sample.ExceptionTest.voidThrowInt": ('bool',),
36928    "sample.ExceptionTest.voidThrowStdException": ('bool',),
36929# class sample.Expression:
36930    "sample.Expression.__init__": [('int',), ('sample.Expression',)],
36931    "sample.Expression.__add__": ('sample.Expression',),
36932    "sample.Expression.__copy__": (),
36933    "sample.Expression.__sub__": ('sample.Expression',),
36934    "sample.Expression.toString": (),
36935# class sample.Filter:
36936    "sample.Filter.__init__": [(), ('sample.Filter',)],
36937    "sample.Filter.__copy__": (),
36938# class sample.FriendOfOnlyCopy:
36939    "sample.FriendOfOnlyCopy.__init__": [(), ('sample.FriendOfOnlyCopy',)],
36940    "sample.FriendOfOnlyCopy.__copy__": (),
36941    "sample.FriendOfOnlyCopy.createListOfOnlyCopy": ('int',),
36942    "sample.FriendOfOnlyCopy.createOnlyCopy": ('int',),
36943# class sample.GlobalEnum:
36944# class sample.GlobalOverloadFuncEnum:
36945# class sample.HandleHolder:
36946    "sample.HandleHolder.__init__": ('int',),
36947    "sample.HandleHolder.compare": ('sample.HandleHolder',),
36948    "sample.HandleHolder.compare2": ('sample.HandleHolder',),
36949    "sample.HandleHolder.createHandle": (),
36950    "sample.HandleHolder.handle": (),
36951    "sample.HandleHolder.handle2": (),
36952    "sample.HandleHolder.set": ('int',),
36953# class sample.ImplicitBase:
36954    "sample.ImplicitBase.__init__": [(), ('sample.ImplicitBase',), ('sample.ImplicitTarget',)],
36955    "sample.ImplicitBase.__copy__": (),
36956# class sample.ImplicitConv:
36957# class sample.ImplicitConv.CtorEnum:
36958# class sample.ImplicitConv.ICOverloadedFuncEnum:
36959    "sample.ImplicitConv.__init__": [(), ('None',), ('float', 'bool'), ('int',), ('object',), ('sample.ImplicitConv',), ('sample.ImplicitConv.CtorEnum',)],
36960    "sample.ImplicitConv.__copy__": (),
36961    "sample.ImplicitConv.ctorEnum": (),
36962    "sample.ImplicitConv.implicitConvCommon": ('sample.ImplicitConv',),
36963    "sample.ImplicitConv.implicitConvDefault": ('sample.ImplicitConv',),
36964    "sample.ImplicitConv.implicitConvOverloading": [('int',), ('sample.ImplicitConv', 'bool'), ('sample.ImplicitConv', 'int'), ('sample.ImplicitConv.CtorEnum',)],
36965    "sample.ImplicitConv.objId": (),
36966    "sample.ImplicitConv.value": (),
36967# class sample.ImplicitTarget:
36968    "sample.ImplicitTarget.__init__": [(), ('sample.ImplicitTarget',)],
36969    "sample.ImplicitTarget.__copy__": (),
36970# class sample.InjectCode:
36971    "sample.InjectCode.__init__": [(), ('sample.InjectCode',)],
36972    "sample.InjectCode.__copy__": (),
36973    "sample.InjectCode.arrayMethod": ('int',),
36974    "sample.InjectCode.callArrayMethod": ('int',),
36975    "sample.InjectCode.overloadedMethod": [('int', 'bool'), ('int', 'float'), ('int', 'typing.List[str]')],
36976    "sample.InjectCode.simpleMethod1": ('int', 'int'),
36977    "sample.InjectCode.simpleMethod2": (),
36978    "sample.InjectCode.simpleMethod3": ('int', 'typing.List[str]'),
36979    "sample.InjectCode.sumArrayAndLength": (),
36980    "sample.InjectCode.virtualMethod": ('int',),
36981# class sample.IntArray2:
36982    "sample.IntArray2.__init__": [('int',), ('sample.IntArray2',), ('typing.Sequence[int]',)],
36983    "sample.IntArray2.__copy__": (),
36984    "sample.IntArray2.sum": (),
36985# class sample.IntArray3:
36986    "sample.IntArray3.__init__": [('int',), ('sample.IntArray3',), ('typing.Sequence[int]',)],
36987    "sample.IntArray3.__copy__": (),
36988    "sample.IntArray3.sum": (),
36989# class sample.IntList:
36990# class sample.IntList.CtorEnum:
36991    "sample.IntList.__init__": [(), ('int',), ('sample.IntList',), ('typing.Sequence[int]',)],
36992    "sample.IntList.__copy__": (),
36993    "sample.IntList.append": ('int',),
36994    "sample.IntList.constructorUsed": (),
36995# class sample.IntWrapper:
36996    "sample.IntWrapper.__init__": [('int',), ('sample.IntWrapper',)],
36997    "sample.IntWrapper.__copy__": (),
36998# class sample.Intersection:
36999    "sample.Intersection.__init__": [(), ('sample.Data',), ('sample.Intersection',), ('sample.Union',)],
37000    "sample.Intersection.__and__": ('sample.Intersection',),
37001    "sample.Intersection.__copy__": (),
37002    "sample.Intersection.addFilter": ('sample.Filter',),
37003    "sample.Intersection.filters": (),
37004# class sample.ListUser:
37005# class sample.ListUser.ListOfSomething:
37006    "sample.ListUser.__init__": [(), ('sample.ListUser',)],
37007    "sample.ListUser.__copy__": (),
37008    "sample.ListUser.callCreateList": (),
37009    "sample.ListUser.createComplexList": ('complex', 'complex'),
37010    "sample.ListUser.createList": (),
37011    "sample.ListUser.getList": (),
37012    "sample.ListUser.listOfPoints": [('typing.List[sample.PointF]',), ('typing.List[typing.Tuple]',)],
37013    "sample.ListUser.multiplyPointList": ('typing.List[typing.Tuple]', 'float'),
37014    "sample.ListUser.setList": ('typing.List[int]',),
37015    "sample.ListUser.sumList": [('typing.List[float]',), ('typing.List[int]',)],
37016# class sample.MDerived1:
37017    "sample.MDerived1.__init__": (),
37018    "sample.MDerived1.base1Method": (),
37019    "sample.MDerived1.base2Method": (),
37020    "sample.MDerived1.castToBase1": (),
37021    "sample.MDerived1.castToBase2": (),
37022    "sample.MDerived1.mderived1Method": (),
37023    "sample.MDerived1.publicMethod": (),
37024    "sample.MDerived1.transformFromBase1": ('sample.Base1',),
37025    "sample.MDerived1.transformFromBase2": ('sample.Base2',),
37026# class sample.MDerived2:
37027    "sample.MDerived2.__init__": (),
37028    "sample.MDerived2.base4Method": (),
37029    "sample.MDerived2.castToBase3": (),
37030    "sample.MDerived2.castToBase4": (),
37031    "sample.MDerived2.castToBase5": (),
37032    "sample.MDerived2.castToBase6": (),
37033    "sample.MDerived2.mderived2Method": (),
37034# class sample.MDerived3:
37035    "sample.MDerived3.__init__": (),
37036    "sample.MDerived3.castToBase3": (),
37037    "sample.MDerived3.castToMDerived1": (),
37038    "sample.MDerived3.castToMDerived2": (),
37039    "sample.MDerived3.mderived3Method": (),
37040# class sample.MDerived4:
37041    "sample.MDerived4.__init__": (),
37042    "sample.MDerived4.castToBase3": (),
37043    "sample.MDerived4.castToBase4": (),
37044    "sample.MDerived4.justDummyMethod": (),
37045    "sample.MDerived4.mderived4Method": (),
37046# class sample.MDerived5:
37047    "sample.MDerived5.__init__": (),
37048    "sample.MDerived5.castToBase3": (),
37049    "sample.MDerived5.castToBase4": (),
37050    "sample.MDerived5.mderived5Method": (),
37051# class sample.MapUser:
37052    "sample.MapUser.__init__": [(), ('sample.MapUser',)],
37053    "sample.MapUser.__copy__": (),
37054    "sample.MapUser.callCreateMap": (),
37055    "sample.MapUser.createMap": (),
37056    "sample.MapUser.foo": (),
37057    "sample.MapUser.getMap": (),
37058    "sample.MapUser.passMapIntValueType": ('typing.Dict[int, sample.ByteArray]',),
37059    "sample.MapUser.pointerToMap": ('typing.Dict[str, str]',),
37060    "sample.MapUser.referenceToMap": ('typing.Dict[str, str]',),
37061    "sample.MapUser.setMap": ('typing.Dict[str, typing.List]',),
37062    "sample.MapUser.showMap": ('typing.Dict[str, int]',),
37063# class sample.ModelIndex:
37064    "sample.ModelIndex.__init__": [(), ('sample.ModelIndex',)],
37065    "sample.ModelIndex.__copy__": (),
37066    "sample.ModelIndex.getValue": ('sample.ModelIndex',),
37067    "sample.ModelIndex.setValue": ('int',),
37068    "sample.ModelIndex.value": (),
37069# class sample.Modifications:
37070# class sample.Modifications.OverloadedModFunc:
37071# class sample.Modifications.TestEnum:
37072    "sample.Modifications.__init__": (),
37073    "sample.Modifications.argRemoval0": [('int', 'bool', 'int', 'bool'), ('int', 'bool', 'int', 'int')],
37074    "sample.Modifications.argRemoval1": [('int', 'bool', 'int', 'bool'), ('int', 'bool', 'typing.Tuple[float, float]', 'typing.Tuple[float, float]', 'int')],
37075    "sample.Modifications.argRemoval2": ('int', 'bool', 'typing.Tuple[float, float]', 'typing.Tuple[float, float]', 'int'),
37076    "sample.Modifications.argRemoval3": ('int', 'typing.Tuple[float, float]', 'bool', 'typing.Tuple[float, float]', 'int'),
37077    "sample.Modifications.argRemoval4": ('int', 'typing.Tuple[float, float]', 'bool', 'typing.Tuple[float, float]', 'int'),
37078    "sample.Modifications.argRemoval5": [('int', 'bool', 'int', 'bool'), ('int', 'bool', 'typing.Tuple[float, float]', 'typing.Tuple[float, float]', 'int')],
37079    "sample.Modifications.calculateArea": ('int', 'int'),
37080    "sample.Modifications.callDifferenceOfPointCoordinates": ('typing.Tuple[float, float]',),
37081    "sample.Modifications.defaultEnumValue": (),
37082    "sample.Modifications.differenceOfPointCoordinates": ('typing.Tuple[float, float]',),
37083    "sample.Modifications.doublePlus": ('int', 'int'),
37084    "sample.Modifications.enumValue": (),
37085    "sample.Modifications.getObject": (),
37086    "sample.Modifications.getSize": ('int', 'int'),
37087    "sample.Modifications.increment": ('int',),
37088    "sample.Modifications.invertBoolean": ('bool',),
37089    "sample.Modifications.multiplyPointCoordsPlusValue": ('typing.Tuple[float, float]', 'float'),
37090    "sample.Modifications.name": (),
37091    "sample.Modifications.nonConversionRuleForArgumentWithDefaultValue": ('object',),
37092    "sample.Modifications.over": ('int', 'bool', 'typing.Tuple[float, float]', 'typing.Tuple[float, float]'),
37093    "sample.Modifications.overloaded": [('int', 'bool', 'int', 'bool'), ('int', 'bool', 'int', 'float'), ('int', 'bool', 'int', 'int'), ('int', 'bool', 'int', 'typing.Tuple[float, float]')],
37094    "sample.Modifications.pointToPair": ('typing.Tuple[float, float]',),
37095    "sample.Modifications.power": ('int', 'int'),
37096    "sample.Modifications.setEnumValue": ('sample.Modifications.TestEnum',),
37097    "sample.Modifications.sumPointArray": ('int', 'typing.Sequence[typing.Tuple]'),
37098    "sample.Modifications.sumPointCoordinates": ('typing.Tuple[float, float]',),
37099    "sample.Modifications.timesTen": ('int',),
37100# class sample.ModifiedConstructor:
37101    "sample.ModifiedConstructor.__init__": ('int',),
37102    "sample.ModifiedConstructor.retrieveValue": (),
37103# class sample.NoImplicitConversion:
37104    "sample.NoImplicitConversion.__init__": [('int',), ('sample.NoImplicitConversion',)],
37105    "sample.NoImplicitConversion.__copy__": (),
37106    "sample.NoImplicitConversion.objId": (),
37107    "sample.NoImplicitConversion.receivesNoImplicitConversionByPointer": ('sample.NoImplicitConversion',),
37108    "sample.NoImplicitConversion.receivesNoImplicitConversionByReference": ('sample.NoImplicitConversion',),
37109    "sample.NoImplicitConversion.receivesNoImplicitConversionByValue": ('sample.NoImplicitConversion',),
37110# class sample.NonDefaultCtor:
37111    "sample.NonDefaultCtor.__init__": [('int',), ('sample.NonDefaultCtor',)],
37112    "sample.NonDefaultCtor.__copy__": (),
37113    "sample.NonDefaultCtor.callReturnMyselfVirtual": (),
37114    "sample.NonDefaultCtor.returnMyself": [(), ('int',), ('int', 'sample.NonDefaultCtor')],
37115    "sample.NonDefaultCtor.returnMyselfVirtual": (),
37116    "sample.NonDefaultCtor.value": (),
37117# class sample.ObjTypeReference:
37118    "sample.ObjTypeReference.__init__": [(), ('sample.ObjTypeReference',)],
37119    "sample.ObjTypeReference.justAPureVirtualFunc": ('sample.ObjTypeReference',),
37120    "sample.ObjTypeReference.returnMyFirstArg": ('sample.ObjTypeReference',),
37121    "sample.ObjTypeReference.returnMySecondArg": ('int', 'sample.ObjTypeReference'),
37122# class sample.ObjectModel:
37123# class sample.ObjectModel.MethodCalled:
37124    "sample.ObjectModel.__init__": ('object',),
37125    "sample.ObjectModel.data": (),
37126    "sample.ObjectModel.receivesObjectTypeFamily": [('object',), ('sample.ObjectModel',)],
37127    "sample.ObjectModel.setData": ('object',),
37128# class sample.ObjectType:
37129    "sample.ObjectType.__init__": ('object',),
37130    "sample.ObjectType.callId": (),
37131    "sample.ObjectType.callInvalidateEvent": ('sample.Event',),
37132    "sample.ObjectType.callVirtualCreateChild": (),
37133    "sample.ObjectType.callWithEnum": [('sample.Str', 'int'), ('sample.Str', 'sample.Event.EventType', 'int')],
37134    "sample.ObjectType.causeEvent": ('sample.Event.EventType',),
37135    "sample.ObjectType.children": (),
37136    "sample.ObjectType.create": (),
37137    "sample.ObjectType.createChild": ('object',),
37138    "sample.ObjectType.createObjectType": (),
37139    "sample.ObjectType.createWithChild": (),
37140    "sample.ObjectType.deprecatedFunction": (),
37141    "sample.ObjectType.destroyCppParent": (),
37142    "sample.ObjectType.event": ('sample.Event',),
37143    "sample.ObjectType.findChild": ('sample.Str',),
37144    "sample.ObjectType.getCppParent": (),
37145    "sample.ObjectType.identifier": (),
37146    "sample.ObjectType.invalidateEvent": ('sample.Event',),
37147    "sample.ObjectType.isLayoutType": (),
37148    "sample.ObjectType.isPython": (),
37149    "sample.ObjectType.killChild": ('sample.Str',),
37150    "sample.ObjectType.layout": (),
37151    "sample.ObjectType.nextInFocusChain": (),
37152    "sample.ObjectType.objectName": (),
37153    "sample.ObjectType.parent": (),
37154    "sample.ObjectType.processEvent": ('typing.List[object]', 'sample.Event'),
37155    "sample.ObjectType.removeChild": ('object',),
37156    "sample.ObjectType.setLayout": ('sample.ObjectTypeLayout',),
37157    "sample.ObjectType.setNullObject": ('None',),
37158    "sample.ObjectType.setObject": ('object',),
37159    "sample.ObjectType.setObjectName": ('sample.Str',),
37160    "sample.ObjectType.setObjectNameWithSize": [('sample.Str', 'int'), ('str', 'int', 'sample.Str')],
37161    "sample.ObjectType.setObjectSplittedName": ('str', 'sample.Str', 'sample.Str'),
37162    "sample.ObjectType.setParent": ('object',),
37163    "sample.ObjectType.takeChild": [('object',), ('sample.Str',)],
37164# class sample.ObjectTypeByValue:
37165    "sample.ObjectTypeByValue.__init__": (),
37166    "sample.ObjectTypeByValue.acceptKindOfMeAsValue": ('sample.ObjectTypeByValue',),
37167    "sample.ObjectTypeByValue.acceptListOfObjectTypeByValue": ('typing.List[sample.ObjectTypeByValue]',),
37168    "sample.ObjectTypeByValue.returnSomeKindOfMe": (),
37169# class sample.ObjectTypeDerived:
37170    "sample.ObjectTypeDerived.__init__": (),
37171    "sample.ObjectTypeDerived.event": ('sample.Event',),
37172# class sample.ObjectTypeHolder:
37173    "sample.ObjectTypeHolder.__init__": [('sample.ObjectTypeHolder',), ('str',)],
37174    "sample.ObjectTypeHolder.__copy__": (),
37175    "sample.ObjectTypeHolder.callPassObjectTypeAsReference": (),
37176    "sample.ObjectTypeHolder.getObjecType": (),
37177    "sample.ObjectTypeHolder.passObjectTypeAsReference": ('object',),
37178# class sample.ObjectTypeLayout:
37179    "sample.ObjectTypeLayout.__init__": (),
37180    "sample.ObjectTypeLayout.addObject": ('object',),
37181    "sample.ObjectTypeLayout.create": (),
37182    "sample.ObjectTypeLayout.isLayoutType": (),
37183    "sample.ObjectTypeLayout.objects": (),
37184    "sample.ObjectTypeLayout.takeChild": [('object',), ('sample.Str',)],
37185# class sample.ObjectTypeOperators:
37186    "sample.ObjectTypeOperators.__init__": ('str',),
37187    "sample.ObjectTypeOperators.__add__": ('str',),
37188    "sample.ObjectTypeOperators.key": (),
37189# class sample.ObjectTypePtrList:
37190# class sample.ObjectTypePtrList.CtorEnum:
37191    "sample.ObjectTypePtrList.__init__": [(), ('object',), ('sample.ObjectTypePtrList',), ('typing.Sequence[object]',)],
37192    "sample.ObjectTypePtrList.__copy__": (),
37193    "sample.ObjectTypePtrList.append": ('object',),
37194    "sample.ObjectTypePtrList.constructorUsed": (),
37195# class sample.ObjectView:
37196    "sample.ObjectView.__init__": ('sample.ObjectModel', 'object'),
37197    "sample.ObjectView.displayModelData": (),
37198    "sample.ObjectView.getRawModelData": (),
37199    "sample.ObjectView.model": (),
37200    "sample.ObjectView.modifyModelData": ('sample.Str',),
37201    "sample.ObjectView.setModel": ('sample.ObjectModel',),
37202# class sample.OddBoolUser:
37203    "sample.OddBoolUser.__init__": [(), ('bool',), ('sample.OddBoolUser',)],
37204    "sample.OddBoolUser.__copy__": (),
37205    "sample.OddBoolUser.callInvertedOddBool": (),
37206    "sample.OddBoolUser.getOddBool": ('sample.OddBoolUser',),
37207    "sample.OddBoolUser.invertedOddBool": (),
37208    "sample.OddBoolUser.oddBool": (),
37209    "sample.OddBoolUser.setOddBool": ('bool',),
37210# class sample.OnlyCopy:
37211    "sample.OnlyCopy.__init__": ('sample.OnlyCopy',),
37212    "sample.OnlyCopy.__copy__": (),
37213    "sample.OnlyCopy.getValue": ('sample.OnlyCopy',),
37214    "sample.OnlyCopy.getValueFromReference": ('sample.OnlyCopy',),
37215    "sample.OnlyCopy.value": (),
37216# class sample.OtherBase:
37217    "sample.OtherBase.__init__": (),
37218# class sample.Overload:
37219# class sample.Overload.FunctionEnum:
37220# class sample.Overload.ParamEnum:
37221    "sample.Overload.__init__": (),
37222    "sample.Overload.acceptSequence": [(), ('int',), ('int', 'int'), ('sample.Size',), ('sample.Str', 'sample.Overload.ParamEnum'), ('typing.Sequence[str]',)],
37223    "sample.Overload.differentReturnTypes": [('sample.Overload.ParamEnum',), ('sample.Overload.ParamEnum', 'int')],
37224    "sample.Overload.drawText": [('int', 'int', 'int', 'int', 'int', 'sample.Str'), ('int', 'int', 'sample.Str'), ('sample.PointF', 'sample.Str'), ('sample.Rect', 'int', 'sample.Str'), ('sample.RectF', 'int', 'sample.Str'), ('sample.RectF', 'sample.Str', 'sample.Echo'), ('typing.Tuple[float, float]', 'sample.Str')],
37225    "sample.Overload.drawText2": [('int', 'int', 'int', 'int', 'int', 'sample.Str'), ('int', 'int', 'sample.Str'), ('sample.PointF', 'sample.Str'), ('sample.Rect', 'int', 'sample.Str'), ('sample.RectF', 'int', 'sample.Str'), ('sample.RectF', 'sample.Str', 'sample.Echo'), ('typing.Tuple[float, float]', 'sample.Str')],
37226    "sample.Overload.drawText3": [('int', 'int', 'int', 'int', 'int'), ('sample.Str', 'sample.Str', 'sample.Str')],
37227    "sample.Overload.drawText4": [('int', 'int', 'int'), ('int', 'int', 'int', 'int', 'int')],
37228    "sample.Overload.intDoubleOverloads": [('float', 'float'), ('int', 'int')],
37229    "sample.Overload.intOverloads": [('int', 'int'), ('int', 'int', 'float'), ('typing.Tuple[float, float]', 'float')],
37230    "sample.Overload.overloaded": [(), ('sample.Size',), ('typing.Tuple[float, float]',), ('typing.Tuple[float, float]', 'sample.Overload.ParamEnum')],
37231    "sample.Overload.singleOverload": [(), ('typing.Tuple[float, float]',)],
37232    "sample.Overload.strBufferOverloads": [(), ('sample.Str', 'int'), ('sample.Str', 'str', 'bool'), ('str', 'int')],
37233    "sample.Overload.wrapperIntIntOverloads": [('sample.Polygon', 'int', 'int'), ('typing.Tuple[float, float]', 'int', 'int')],
37234# class sample.Overload2:
37235    "sample.Overload2.__init__": (),
37236    "sample.Overload2.doNothingInPublic": [(), ('int',)],
37237    "sample.Overload2.doNothingInPublic2": [(), ('int',)],
37238    "sample.Overload2.doNothingInPublic3": [(), ('int',)],
37239# class sample.OverloadedFuncEnum:
37240# class sample.PairUser:
37241    "sample.PairUser.__init__": [(), ('sample.PairUser',)],
37242    "sample.PairUser.__copy__": (),
37243    "sample.PairUser.callCreatePair": (),
37244    "sample.PairUser.createComplexPair": ('complex', 'complex'),
37245    "sample.PairUser.createPair": (),
37246    "sample.PairUser.getPair": (),
37247    "sample.PairUser.setPair": ('typing.Tuple[int, int]',),
37248    "sample.PairUser.sumPair": ('typing.Tuple[int, float]',),
37249# class sample.Pen:
37250    "sample.Pen.__init__": [(), ('sample.Color',), ('sample.Pen',), ('sample.SampleNamespace.Option',)],
37251    "sample.Pen.__copy__": (),
37252    "sample.Pen.ctorType": (),
37253# class sample.PersistentModelIndex:
37254    "sample.PersistentModelIndex.__init__": [(), ('sample.ModelIndex',), ('sample.PersistentModelIndex',)],
37255    "sample.PersistentModelIndex.__copy__": (),
37256    "sample.PersistentModelIndex.setValue": ('int',),
37257    "sample.PersistentModelIndex.value": (),
37258# class sample.Photon:
37259# class sample.Photon.Base:
37260    "sample.Photon.Base.__init__": [('int',), ('sample.Photon.Base',)],
37261    "sample.Photon.Base.__copy__": (),
37262    "sample.Photon.Base.isType": ('sample.Photon.ClassType',),
37263    "sample.Photon.Base.setValue": ('int',),
37264    "sample.Photon.Base.type": (),
37265    "sample.Photon.Base.value": (),
37266# class sample.Photon.ClassType:
37267# class sample.Photon.ValueDuplicator:
37268    "sample.Photon.ValueDuplicator.__init__": [('int',), ('sample.Photon.ValueDuplicator',)],
37269    "sample.Photon.ValueDuplicator.__copy__": (),
37270    "sample.Photon.ValueDuplicator.calculate": (),
37271    "sample.Photon.ValueDuplicator.classType": (),
37272    "sample.Photon.ValueDuplicator.getListOfThisTemplateBase": (),
37273    "sample.Photon.ValueDuplicator.multiplicator": (),
37274    "sample.Photon.ValueDuplicator.passPointerThrough": ('sample.Photon.ValueDuplicator',),
37275    "sample.Photon.ValueDuplicator.sumValueUsingPointer": ('sample.Photon.ValueDuplicator',),
37276    "sample.Photon.ValueDuplicator.sumValueUsingReference": ('sample.Photon.ValueDuplicator',),
37277    "sample.Photon.ValueDuplicator.type": (),
37278# class sample.Photon.ValueIdentity:
37279    "sample.Photon.ValueIdentity.__init__": [('int',), ('sample.Photon.ValueIdentity',)],
37280    "sample.Photon.ValueIdentity.__copy__": (),
37281    "sample.Photon.ValueIdentity.calculate": (),
37282    "sample.Photon.ValueIdentity.classType": (),
37283    "sample.Photon.ValueIdentity.getListOfThisTemplateBase": (),
37284    "sample.Photon.ValueIdentity.multiplicator": (),
37285    "sample.Photon.ValueIdentity.passPointerThrough": ('sample.Photon.ValueIdentity',),
37286    "sample.Photon.ValueIdentity.sumValueUsingPointer": ('sample.Photon.ValueIdentity',),
37287    "sample.Photon.ValueIdentity.sumValueUsingReference": ('sample.Photon.ValueIdentity',),
37288    "sample.Photon.ValueIdentity.type": (),
37289    "sample.Photon.callCalculateForValueDuplicatorPointer": ('sample.Photon.ValueDuplicator',),
37290    "sample.Photon.callCalculateForValueDuplicatorReference": ('sample.Photon.ValueDuplicator',),
37291    "sample.Photon.countValueDuplicators": ('typing.List[sample.Photon.ValueDuplicator]',),
37292    "sample.Photon.countValueIdentities": ('typing.List[sample.Photon.ValueIdentity]',),
37293# class sample.Point:
37294    "sample.Point.__init__": [('float', 'float'), ('int', 'int'), ('typing.Tuple[float, float]',)],
37295    "sample.Point.__add__": ('typing.Tuple[float, float]',),
37296    "sample.Point.__copy__": (),
37297    "sample.Point.__iadd__": ('typing.Tuple[float, float]',),
37298    "sample.Point.__isub__": ('typing.Tuple[float, float]',),
37299    "sample.Point.__mul__": [('float',), ('int',)],
37300    "sample.Point.__neg__": (),
37301    "sample.Point.__reduce__": (),
37302    "sample.Point.__repr__": (),
37303    "sample.Point.__str__": (),
37304    "sample.Point.__sub__": [('typing.Tuple[float, float]',), ('unicode',)],
37305    "sample.Point.copy": (),
37306    "sample.Point.getConstReferenceToSelf": (),
37307    "sample.Point.getSelf": (),
37308    "sample.Point.midpoint": ('typing.Tuple[float, float]', 'typing.Tuple[float, float]'),
37309    "sample.Point.setX": ('float',),
37310    "sample.Point.setXAsUint": ('int',),
37311    "sample.Point.setY": ('float',),
37312    "sample.Point.setYAsUint": ('int',),
37313    "sample.Point.show": (),
37314    "sample.Point.x": (),
37315    "sample.Point.y": (),
37316# class sample.PointF:
37317    "sample.PointF.__init__": [('float', 'float'), ('sample.PointF',), ('typing.Tuple[float, float]',)],
37318    "sample.PointF.__add__": ('sample.PointF',),
37319    "sample.PointF.__copy__": (),
37320    "sample.PointF.__iadd__": ('sample.PointF',),
37321    "sample.PointF.__isub__": ('sample.PointF',),
37322    "sample.PointF.__mul__": [('float',), ('int',)],
37323    "sample.PointF.__neg__": (),
37324    "sample.PointF.__reduce__": (),
37325    "sample.PointF.__repr__": (),
37326    "sample.PointF.__str__": (),
37327    "sample.PointF.__sub__": ('sample.PointF',),
37328    "sample.PointF.midpoint": ('sample.PointF', 'sample.PointF'),
37329    "sample.PointF.setX": ('float',),
37330    "sample.PointF.setY": ('float',),
37331    "sample.PointF.show": (),
37332    "sample.PointF.x": (),
37333    "sample.PointF.y": (),
37334# class sample.PointValueList:
37335# class sample.PointValueList.CtorEnum:
37336    "sample.PointValueList.__init__": [(), ('sample.PointValueList',), ('typing.Sequence[typing.Tuple]',), ('typing.Tuple[float, float]',)],
37337    "sample.PointValueList.__copy__": (),
37338    "sample.PointValueList.append": ('typing.Tuple[float, float]',),
37339    "sample.PointValueList.constructorUsed": (),
37340# class sample.PointerHolder:
37341    "sample.PointerHolder.__init__": [('object',), ('sample.PointerHolder',)],
37342    "sample.PointerHolder.__copy__": (),
37343    "sample.PointerHolder.pointer": (),
37344# class sample.Polygon:
37345    "sample.Polygon.__init__": [(), ('float', 'float'), ('sample.Polygon',), ('typing.List[typing.Tuple]',), ('typing.Tuple[float, float]',)],
37346    "sample.Polygon.__copy__": (),
37347    "sample.Polygon.addPoint": ('typing.Tuple[float, float]',),
37348    "sample.Polygon.doublePolygonScale": ('sample.Polygon',),
37349    "sample.Polygon.points": (),
37350    "sample.Polygon.stealOwnershipFromPython": [('sample.Polygon',), ('typing.Tuple[float, float]',)],
37351# class sample.PrimitiveStructPointerHolder:
37352    "sample.PrimitiveStructPointerHolder.__init__": [(), ('sample.PrimitiveStructPointerHolder',)],
37353    "sample.PrimitiveStructPointerHolder.__copy__": (),
37354# class sample.PrivateCtor:
37355    "sample.PrivateCtor.instance": (),
37356    "sample.PrivateCtor.instanceCalls": (),
37357# class sample.PrivateDtor:
37358    "sample.PrivateDtor.instance": (),
37359    "sample.PrivateDtor.instanceCalls": (),
37360    "sample.PrivateDtor.protectedInstanceCalls": (),
37361# class sample.ProtectedEnumClass:
37362# class sample.ProtectedEnumClass.ProtectedEnum:
37363# class sample.ProtectedEnumClass.PublicEnum:
37364    "sample.ProtectedEnumClass.__init__": (),
37365    "sample.ProtectedEnumClass.callProtectedEnumMethod": ('sample.ProtectedEnumClass.ProtectedEnum',),
37366    "sample.ProtectedEnumClass.callPublicEnumMethod": ('sample.ProtectedEnumClass.PublicEnum',),
37367    "sample.ProtectedEnumClass.protectedEnumMethod": ('sample.ProtectedEnumClass.ProtectedEnum',),
37368    "sample.ProtectedEnumClass.publicEnumMethod": ('sample.ProtectedEnumClass.PublicEnum',),
37369# class sample.ProtectedNonPolymorphic:
37370    "sample.ProtectedNonPolymorphic.__init__": [('sample.ProtectedNonPolymorphic',), ('str',)],
37371    "sample.ProtectedNonPolymorphic.__copy__": (),
37372    "sample.ProtectedNonPolymorphic.create": (),
37373    "sample.ProtectedNonPolymorphic.dataTypeName": [('int',), ('object',)],
37374    "sample.ProtectedNonPolymorphic.modifiedProtectedSum": ('int', 'int'),
37375    "sample.ProtectedNonPolymorphic.protectedName": (),
37376    "sample.ProtectedNonPolymorphic.protectedStatic": (),
37377    "sample.ProtectedNonPolymorphic.protectedSum": ('int', 'int'),
37378    "sample.ProtectedNonPolymorphic.publicName": (),
37379# class sample.ProtectedPolymorphic:
37380    "sample.ProtectedPolymorphic.__init__": [('sample.ProtectedPolymorphic',), ('str',)],
37381    "sample.ProtectedPolymorphic.__copy__": (),
37382    "sample.ProtectedPolymorphic.callProtectedName": (),
37383    "sample.ProtectedPolymorphic.create": (),
37384    "sample.ProtectedPolymorphic.protectedName": (),
37385    "sample.ProtectedPolymorphic.publicName": (),
37386# class sample.ProtectedPolymorphicDaughter:
37387    "sample.ProtectedPolymorphicDaughter.__init__": [('sample.ProtectedPolymorphicDaughter',), ('str',)],
37388    "sample.ProtectedPolymorphicDaughter.__copy__": (),
37389    "sample.ProtectedPolymorphicDaughter.create": (),
37390# class sample.ProtectedPolymorphicGrandDaughter:
37391    "sample.ProtectedPolymorphicGrandDaughter.__init__": [('sample.ProtectedPolymorphicGrandDaughter',), ('str',)],
37392    "sample.ProtectedPolymorphicGrandDaughter.__copy__": (),
37393    "sample.ProtectedPolymorphicGrandDaughter.create": (),
37394# class sample.ProtectedProperty:
37395    "sample.ProtectedProperty.__init__": [(), ('sample.ProtectedProperty',)],
37396    "sample.ProtectedProperty.__copy__": (),
37397# class sample.ProtectedVirtualDestructor:
37398    "sample.ProtectedVirtualDestructor.__init__": (),
37399    "sample.ProtectedVirtualDestructor.create": (),
37400    "sample.ProtectedVirtualDestructor.dtorCalled": (),
37401    "sample.ProtectedVirtualDestructor.resetDtorCounter": (),
37402# class sample.Rect:
37403    "sample.Rect.__init__": [(), ('int', 'int', 'int', 'int'), ('sample.Rect',)],
37404    "sample.Rect.__copy__": (),
37405    "sample.Rect.bottom": (),
37406    "sample.Rect.left": (),
37407    "sample.Rect.right": (),
37408    "sample.Rect.top": (),
37409# class sample.RectF:
37410    "sample.RectF.__init__": [(), ('int', 'int', 'int', 'int'), ('sample.Rect',), ('sample.RectF',)],
37411    "sample.RectF.__copy__": (),
37412    "sample.RectF.bottom": (),
37413    "sample.RectF.left": (),
37414    "sample.RectF.right": (),
37415    "sample.RectF.top": (),
37416# class sample.Reference:
37417    "sample.Reference.__init__": [('int',), ('sample.Reference',)],
37418    "sample.Reference.__copy__": (),
37419    "sample.Reference.alterReferenceIdVirtual": ('sample.Reference',),
37420    "sample.Reference.callAlterReferenceIdVirtual": ('sample.Reference',),
37421    "sample.Reference.callUsesConstReferenceVirtual": ('sample.Reference', 'int'),
37422    "sample.Reference.callUsesReferenceVirtual": ('sample.Reference', 'int'),
37423    "sample.Reference.multiplier": (),
37424    "sample.Reference.objId": (),
37425    "sample.Reference.returnMyFirstArg": ('sample.Reference',),
37426    "sample.Reference.returnMySecondArg": ('int', 'sample.Reference'),
37427    "sample.Reference.setObjId": ('int',),
37428    "sample.Reference.show": (),
37429    "sample.Reference.usesConstReference": ('sample.Reference',),
37430    "sample.Reference.usesConstReferenceVirtual": ('sample.Reference', 'int'),
37431    "sample.Reference.usesReference": ('sample.Reference',),
37432    "sample.Reference.usesReferenceVirtual": ('sample.Reference', 'int'),
37433# class sample.ReferentModelIndex:
37434    "sample.ReferentModelIndex.__init__": [(), ('sample.ModelIndex',), ('sample.ReferentModelIndex',)],
37435    "sample.ReferentModelIndex.__copy__": (),
37436    "sample.ReferentModelIndex.setValue": ('int',),
37437    "sample.ReferentModelIndex.value": (),
37438# class sample.RemovedNamespace1_Enum:
37439# class sample.RemovedNamespace2_Enum:
37440# class sample.SampleNamespace:
37441# class sample.SampleNamespace.DerivedFromNamespace:
37442    "sample.SampleNamespace.DerivedFromNamespace.__init__": (),
37443    "sample.SampleNamespace.DerivedFromNamespace.methodReturningTypeFromParentScope": (),
37444    "sample.SampleNamespace.DerivedFromNamespace.someVirtualMethod": ('sample.SampleNamespace.SomeClass.SomeInnerClass.OkThisIsRecursiveEnough',),
37445# class sample.SampleNamespace.InValue:
37446# class sample.SampleNamespace.Option:
37447# class sample.SampleNamespace.OutValue:
37448# class sample.SampleNamespace.SomeClass:
37449# class sample.SampleNamespace.SomeClass.ProtectedEnum:
37450# class sample.SampleNamespace.SomeClass.PublicScopedEnum:
37451# class sample.SampleNamespace.SomeClass.SomeInnerClass:
37452# class sample.SampleNamespace.SomeClass.SomeInnerClass.OkThisIsRecursiveEnough:
37453# class sample.SampleNamespace.SomeClass.SomeInnerClass.OkThisIsRecursiveEnough.NiceEnum:
37454# class sample.SampleNamespace.SomeClass.SomeInnerClass.OkThisIsRecursiveEnough.NiceEnumClass:
37455    "sample.SampleNamespace.SomeClass.SomeInnerClass.OkThisIsRecursiveEnough.__init__": (),
37456    "sample.SampleNamespace.SomeClass.SomeInnerClass.OkThisIsRecursiveEnough.someMethod": ('sample.SampleNamespace.SomeClass.SomeInnerClass',),
37457    "sample.SampleNamespace.SomeClass.SomeInnerClass.OkThisIsRecursiveEnough.someVirtualMethod": ('sample.SampleNamespace.SomeClass.SomeInnerClass.OkThisIsRecursiveEnough',),
37458# class sample.SampleNamespace.SomeClass.SomeInnerClass.ProtectedEnum:
37459    "sample.SampleNamespace.SomeClass.SomeInnerClass.__init__": [(), ('sample.SampleNamespace.SomeClass.SomeInnerClass',)],
37460    "sample.SampleNamespace.SomeClass.SomeInnerClass.__copy__": (),
37461# class sample.SampleNamespace.SomeClass.SomeOtherInnerClass:
37462    "sample.SampleNamespace.SomeClass.SomeOtherInnerClass.__init__": [(), ('sample.SampleNamespace.SomeClass.SomeOtherInnerClass',)],
37463    "sample.SampleNamespace.SomeClass.SomeOtherInnerClass.__copy__": (),
37464    "sample.SampleNamespace.SomeClass.__init__": [(), ('sample.SampleNamespace.SomeClass',)],
37465    "sample.SampleNamespace.SomeClass.__copy__": (),
37466    "sample.SampleNamespace.SomeClass.protectedMethodReturningPublicScopedEnum": (),
37467    "sample.SampleNamespace.ImInsideANamespace": ('int', 'int'),
37468    "sample.SampleNamespace.doSomethingWithArray": ('str', 'int', 'str'),
37469    "sample.SampleNamespace.enumArgumentWithDefaultValue": ('sample.SampleNamespace.Option',),
37470    "sample.SampleNamespace.enumInEnumOut": ('sample.SampleNamespace.InValue',),
37471    "sample.SampleNamespace.enumItemAsDefaultValueToIntArgument": ('int',),
37472    "sample.SampleNamespace.forceDecisorSideA": [('object',), ('typing.Tuple[float, float]', 'sample.Str', 'object')],
37473    "sample.SampleNamespace.forceDecisorSideB": [('int', 'object'), ('int', 'typing.Tuple[float, float]', 'sample.Str', 'object')],
37474    "sample.SampleNamespace.getNumber": ('sample.SampleNamespace.Option',),
37475    "sample.SampleNamespace.passReferenceToObjectType": [('object',), ('object', 'int')],
37476    "sample.SampleNamespace.passReferenceToValueType": [('typing.Tuple[float, float]',), ('typing.Tuple[float, float]', 'float')],
37477    "sample.SampleNamespace.powerOfTwo": ('float',),
37478# class sample.SbkDate:
37479    "sample.SbkDate.__init__": [('int', 'int', 'int'), ('sample.SbkDate',)],
37480    "sample.SbkDate.__copy__": (),
37481    "sample.SbkDate.day": (),
37482    "sample.SbkDate.month": (),
37483    "sample.SbkDate.toPython": (),
37484    "sample.SbkDate.year": (),
37485# class sample.SimpleFile:
37486    "sample.SimpleFile.__init__": [('sample.SimpleFile',), ('str',)],
37487    "sample.SimpleFile.__copy__": (),
37488    "sample.SimpleFile.close": (),
37489    "sample.SimpleFile.exists": [(), ('str',)],
37490    "sample.SimpleFile.filename": (),
37491    "sample.SimpleFile.open": (),
37492    "sample.SimpleFile.size": (),
37493# class sample.Size:
37494    "sample.Size.__init__": [('float', 'float'), ('sample.Size',), ('str',)],
37495    "sample.Size.__add__": ('sample.Size',),
37496    "sample.Size.__copy__": (),
37497    "sample.Size.__iadd__": ('sample.Size',),
37498    "sample.Size.__imul__": ('float',),
37499    "sample.Size.__isub__": ('sample.Size',),
37500    "sample.Size.__mul__": ('float',),
37501    "sample.Size.__sub__": ('sample.Size',),
37502    "sample.Size.calculateArea": (),
37503    "sample.Size.height": (),
37504    "sample.Size.setHeight": ('float',),
37505    "sample.Size.setWidth": ('float',),
37506    "sample.Size.show": (),
37507    "sample.Size.width": (),
37508# class sample.SizeF:
37509    "sample.SizeF.__init__": [('float', 'float'), ('sample.SizeF',)],
37510    "sample.SizeF.__copy__": (),
37511    "sample.SizeF.height": (),
37512    "sample.SizeF.passTypedefOfUnsignedShort": ('int',),
37513    "sample.SizeF.width": (),
37514# class sample.SonOfMDerived1:
37515    "sample.SonOfMDerived1.__init__": (),
37516    "sample.SonOfMDerived1.castToMDerived1": (),
37517    "sample.SonOfMDerived1.sonOfMDerived1Method": (),
37518# class sample.SortedOverload:
37519    "sample.SortedOverload.__init__": [(), ('sample.SortedOverload',)],
37520    "sample.SortedOverload.__copy__": (),
37521    "sample.SortedOverload.implicit_overload": ('sample.ImplicitBase',),
37522    "sample.SortedOverload.overload": [('float',), ('int',), ('object',), ('sample.ImplicitBase',), ('sample.ImplicitTarget',), ('typing.List[sample.ImplicitBase]',)],
37523    "sample.SortedOverload.overloadDeep": [('int', 'object'), ('int', 'sample.ImplicitBase')],
37524    "sample.SortedOverload.pyObjOverload": [('int', 'int'), ('str', 'int')],
37525# class sample.Str:
37526    "sample.Str.__init__": [('int',), ('sample.Str',), ('str',)],
37527    "sample.Str.__add__": ('int',),
37528    "sample.Str.__copy__": (),
37529    "sample.Str.__str__": (),
37530    "sample.Str.append": ('sample.Str',),
37531    "sample.Str.arg": ('sample.Str',),
37532    "sample.Str.cstring": (),
37533    "sample.Str.get_char": ('int',),
37534    "sample.Str.prepend": ('sample.Str',),
37535    "sample.Str.set_char": ('int', 'int'),
37536    "sample.Str.show": (),
37537    "sample.Str.size": (),
37538    "sample.Str.toInt": ('int',),
37539# class sample.StrList:
37540# class sample.StrList.CtorEnum:
37541    "sample.StrList.__init__": [(), ('sample.Str',), ('sample.StrList',), ('typing.List[sample.Str]',)],
37542    "sample.StrList.__copy__": (),
37543    "sample.StrList.append": ('sample.Str',),
37544    "sample.StrList.constructorUsed": (),
37545    "sample.StrList.join": ('sample.Str',),
37546# class sample.TemplatePtr:
37547    "sample.TemplatePtr.__init__": (),
37548    "sample.TemplatePtr.dummy_method": ('typing.List[typing.Tuple]',),
37549# class sample.Time:
37550# class sample.Time.NumArgs:
37551    "sample.Time.__init__": [(), ('int', 'int', 'int', 'int'), ('sample.Time',)],
37552    "sample.Time.__copy__": (),
37553    "sample.Time.hour": (),
37554    "sample.Time.isNull": (),
37555    "sample.Time.minute": (),
37556    "sample.Time.msec": (),
37557    "sample.Time.second": (),
37558    "sample.Time.setTime": [(), ('int', 'int', 'int', 'int')],
37559    "sample.Time.somethingCompletelyDifferent": [(), ('int', 'int', 'sample.ImplicitConv', 'object')],
37560    "sample.Time.toString": (),
37561# class sample.Union:
37562    "sample.Union.__init__": [(), ('sample.Data',), ('sample.Intersection',), ('sample.Union',)],
37563    "sample.Union.__and__": ('sample.Data',),
37564    "sample.Union.__copy__": (),
37565    "sample.Union.addFilter": ('sample.Filter',),
37566    "sample.Union.filters": (),
37567# class sample.UnremovedNamespace:
37568# class sample.UnremovedNamespace.RemovedNamespace3_Enum:
37569# class sample.ValueAndVirtual:
37570    "sample.ValueAndVirtual.__init__": [('int',), ('sample.ValueAndVirtual',)],
37571    "sample.ValueAndVirtual.__call__": ('int', 'int'),
37572    "sample.ValueAndVirtual.__copy__": (),
37573    "sample.ValueAndVirtual.id": (),
37574# class sample.VirtualDaughter:
37575    "sample.VirtualDaughter.__init__": [(), ('sample.Str',), ('sample.VirtualDaughter',)],
37576    "sample.VirtualDaughter.__copy__": (),
37577# class sample.VirtualDaughter2:
37578    "sample.VirtualDaughter2.__init__": (),
37579    "sample.VirtualDaughter2.sumThree": ('int', 'int', 'int'),
37580    "sample.VirtualDaughter2.virtualMethod0": ('typing.Tuple[float, float]', 'int', 'complex', 'bool'),
37581# class sample.VirtualDtor:
37582    "sample.VirtualDtor.__init__": [(), ('sample.VirtualDtor',)],
37583    "sample.VirtualDtor.__copy__": (),
37584    "sample.VirtualDtor.create": (),
37585    "sample.VirtualDtor.dtorCalled": (),
37586    "sample.VirtualDtor.resetDtorCounter": (),
37587# class sample.VirtualFinalDaughter:
37588    "sample.VirtualFinalDaughter.__init__": (),
37589    "sample.VirtualFinalDaughter.sumThree": ('int', 'int', 'int'),
37590    "sample.VirtualFinalDaughter.virtualMethod0": ('typing.Tuple[float, float]', 'int', 'complex', 'bool'),
37591# class sample.VirtualMethods:
37592    "sample.VirtualMethods.__init__": [('sample.Str',), ('sample.VirtualMethods',)],
37593    "sample.VirtualMethods.__copy__": (),
37594    "sample.VirtualMethods.callCallMe": (),
37595    "sample.VirtualMethods.callCreateStr": ('str', 'sample.Str'),
37596    "sample.VirtualMethods.callGetMargins": (),
37597    "sample.VirtualMethods.callMe": (),
37598    "sample.VirtualMethods.callName": (),
37599    "sample.VirtualMethods.callRecursionOnModifiedVirtual": ('sample.Str',),
37600    "sample.VirtualMethods.callStrListToStdList": ('sample.StrList',),
37601    "sample.VirtualMethods.callSum0": ('int', 'int', 'int'),
37602    "sample.VirtualMethods.callSum1": ('int', 'int', 'int'),
37603    "sample.VirtualMethods.callSum2": ('int', 'int', 'int'),
37604    "sample.VirtualMethods.callSum3": ('int', 'int', 'int'),
37605    "sample.VirtualMethods.callSum4": ('int', 'int', 'int'),
37606    "sample.VirtualMethods.callVirtualMethod0": ('typing.Tuple[float, float]', 'int', 'complex', 'bool'),
37607    "sample.VirtualMethods.createStr": ('str', 'sample.Str'),
37608    "sample.VirtualMethods.getMargins": (),
37609    "sample.VirtualMethods.name": (),
37610    "sample.VirtualMethods.recursionOnModifiedVirtual": ('sample.Str',),
37611    "sample.VirtualMethods.setMargins": ('int', 'int', 'int', 'int'),
37612    "sample.VirtualMethods.strListToStdList": ('sample.StrList',),
37613    "sample.VirtualMethods.sum1": ('int', 'int', 'int'),
37614    "sample.VirtualMethods.sum2": ('int', 'int', 'int'),
37615    "sample.VirtualMethods.sum3": ('int', 'int', 'int'),
37616    "sample.VirtualMethods.sum4": ('int', 'int', 'int'),
37617    "sample.VirtualMethods.sumThree": ('int', 'int', 'int'),
37618    "sample.VirtualMethods.virtualMethod0": ('typing.Tuple[float, float]', 'int', 'complex', 'bool'),
37619# class sample.VoidHolder:
37620    "sample.VoidHolder.__init__": [('int',), ('sample.VoidHolder',)],
37621    "sample.VoidHolder.__copy__": (),
37622    "sample.VoidHolder.gimmeMeSomeVoidPointer": (),
37623    "sample.VoidHolder.takeVoidPointer": ('int',),
37624    "sample.VoidHolder.voidPointer": (),
37625# class sample.sample:
37626# class sample.sample.sample:
37627    "sample.sample.sample.__init__": [('int',), ('sample.sample.sample',)],
37628    "sample.sample.sample.__copy__": (),
37629    "sample.sample.sample.value": (),
37630    "sample.sample.acceptDouble": ('float',),
37631    "sample.sample.acceptInt": ('int',),
37632    "sample.sample.acceptIntReference": ('int',),
37633    "sample.sample.acceptLong": ('int',),
37634    "sample.sample.acceptOddBoolReference": ('bool',),
37635    "sample.sample.acceptUInt": ('int',),
37636    "sample.sample.acceptULong": ('int',),
37637    "sample.sample.applyHomogeneousTransform": ('typing.Tuple[float, float]', 'float', 'float', 'float', 'float', 'float', 'float', 'float', 'float', 'float'),
37638    "sample.sample.cacheSize": (),
37639    "sample.sample.changePStr": ('str',),
37640    "sample.sample.convertIntegersToCppAndThenToPython": ('int', 'int'),
37641    "sample.sample.convertListOfIntegersToCppAndThenToPython": ('typing.List[int]',),
37642    "sample.sample.convertObjectTypeToCppAndThenToPython": ('object', 'object'),
37643    "sample.sample.convertValueTypeToCppAndThenToPython": ('typing.Tuple[float, float]', 'typing.Tuple[float, float]', 'typing.Tuple[float, float]'),
37644    "sample.sample.countCharacters": ('str',),
37645    "sample.sample.countVarargs": ('int', 'None'),
37646    "sample.sample.cppTypeIsObjectType": ('str',),
37647    "sample.sample.cppTypeIsValueType": ('str',),
37648    "sample.sample.createListOfPStr": ('str', 'str'),
37649    "sample.sample.createPStrList": ('str', 'str'),
37650    "sample.sample.createProtectedProperty": (),
37651    "sample.sample.doubleLongLong": ('int',),
37652    "sample.sample.doubleShort": ('int',),
37653    "sample.sample.doubleUnsignedInt": ('int',),
37654    "sample.sample.doubleUnsignedLongLong": ('int',),
37655    "sample.sample.duplicatePStr": (),
37656    "sample.sample.getConversionTypeString": ('str',),
37657    "sample.sample.getPythonType": ('str',),
37658    "sample.sample.gimmeComplexList": (),
37659    "sample.sample.gimmeDouble": (),
37660    "sample.sample.gimmeInt": (),
37661    "sample.sample.makeCString": (),
37662    "sample.sample.multiplyPair": ('typing.Tuple[float, float]',),
37663    "sample.sample.multiplyString": ('str', 'int'),
37664    "sample.sample.overloadedFunc": [('float',), ('int',)],
37665    "sample.sample.returnCString": (),
37666    "sample.sample.returnNullObjectTypePointer": (),
37667    "sample.sample.returnNullPrimitivePointer": (),
37668    "sample.sample.returnNullValueTypePointer": (),
37669    "sample.sample.sum2d": ('typing.List[typing.List]',),
37670    "sample.sample.sumComplexPair": ('typing.Tuple[complex, complex]',),
37671    "sample.sample.sumDoubleArray": ('typing.Tuple[float, float, float, float]',),
37672    "sample.sample.sumDoubleMatrix": ('typing.Tuple[typing.Tuple, typing.Tuple, typing.Tuple]',),
37673    "sample.sample.sumIntArray": ('typing.Tuple[int, int, int, int]',),
37674    "sample.sample.sumIntMatrix": ('typing.Tuple[typing.Tuple, typing.Tuple, typing.Tuple]',),
37675    "sample.sample.sumproduct": ('typing.List[typing.Tuple]',),
37676    "sample.sample.transmuteComplexIntoPoint": ('complex',),
37677    "sample.sample.transmutePointIntoComplex": ('typing.Tuple[float, float]',),
37678    }) if "sample" in sys.modules else None
37679# Module other
37680sig_dict.update({
37681# class other.ExtendsNoImplicitConversion:
37682    "other.ExtendsNoImplicitConversion.__init__": [('Missing("other.ExtendsNoImplicitConversion")',), ('int',)],
37683    "other.ExtendsNoImplicitConversion.__copy__": (),
37684    "other.ExtendsNoImplicitConversion.objId": (),
37685# class other.Number:
37686    "other.Number.__init__": [('int',), ('numbers.Number',)],
37687    "other.Number.__copy__": (),
37688    "other.Number.__mul__": ('typing.Tuple[float, float]',),
37689    "other.Number.fromComplex": ('complex',),
37690    "other.Number.toComplex": (),
37691    "other.Number.toStr": (),
37692    "other.Number.value": (),
37693# class other.OtherDerived:
37694    "other.OtherDerived.__init__": ('int',),
37695    "other.OtherDerived.className": (),
37696    "other.OtherDerived.createObject": (),
37697    "other.OtherDerived.getClassName": (),
37698    "other.OtherDerived.pureVirtual": (),
37699    "other.OtherDerived.pureVirtualReturningVoidPtr": (),
37700    "other.OtherDerived.returnAnEnum": (),
37701    "other.OtherDerived.unpureVirtual": (),
37702    "other.OtherDerived.useEnumTypeFromOtherModule": ('sample.OverloadedFuncEnum',),
37703    "other.OtherDerived.useObjectTypeFromOtherModule": ('object',),
37704    "other.OtherDerived.useValueTypeFromOtherModule": [('complex',), ('sample.Event',)],
37705# class other.OtherMultipleDerived:
37706    "other.OtherMultipleDerived.__init__": (),
37707    "other.OtherMultipleDerived.createObject": ('str',),
37708    "other.OtherMultipleDerived.returnUselessClass": (),
37709# class other.OtherObjectType:
37710    "other.OtherObjectType.__init__": (),
37711    "other.OtherObjectType.__lshift__": ('sample.Collector',),
37712    }) if "other" in sys.modules else None
37713# Module smart
37714sig_dict.update({
37715# class smart.Integer:
37716    "smart.Integer.__init__": [(), ('smart.Integer',)],
37717    "smart.Integer.__copy__": (),
37718    "smart.Integer.printInteger": (),
37719# class smart.Integer2:
37720    "smart.Integer2.__init__": [(), ('int',)],
37721    "smart.Integer2.__copy__": (),
37722# class smart.Obj:
37723    "smart.Obj.__init__": (),
37724    "smart.Obj.giveSharedPtrToInteger": (),
37725    "smart.Obj.giveSharedPtrToInteger2": (),
37726    "smart.Obj.giveSharedPtrToObj": (),
37727    "smart.Obj.giveSharedPtrToObjList": ('int',),
37728    "smart.Obj.printObj": (),
37729    "smart.Obj.takeInteger": ('smart.Integer',),
37730    "smart.Obj.takeSharedPtrToInteger": ('smart.SharedPtr',),
37731    "smart.Obj.takeSharedPtrToObj": ('smart.SharedPtr',),
37732# class smart.Registry:
37733    "smart.Registry.__init__": (),
37734    "smart.Registry.add": [('smart.Integer',), ('smart.Obj',)],
37735    "smart.Registry.countIntegers": (),
37736    "smart.Registry.countObjects": (),
37737    "smart.Registry.getInstance": (),
37738    "smart.Registry.remove": [('smart.Integer',), ('smart.Obj',)],
37739    "smart.Registry.setShouldPrint": ('bool',),
37740    "smart.Registry.shouldPrint": (),
37741# class smart.SharedPtr:
37742# class smart.SharedPtr.__next_in_mro__:
37743# class smart.SharedPtr<Integer >:
37744    "smart.SharedPtr<Integer >.__copy__": (),
37745    "smart.SharedPtr<Integer >.data": (),
37746    "smart.SharedPtr<Integer >.useCount": (),
37747# class smart.SharedPtr<Obj >:
37748    "smart.SharedPtr<Obj >.__copy__": (),
37749    "smart.SharedPtr<Obj >.data": (),
37750    "smart.SharedPtr<Obj >.useCount": (),
37751# class smart.SharedPtr<Smart::Integer2 >:
37752    "smart.SharedPtr<Smart::Integer2 >.__copy__": (),
37753    "smart.SharedPtr<Smart::Integer2 >.data": (),
37754    "smart.SharedPtr<Smart::Integer2 >.useCount": (),
37755    }) if "smart" in sys.modules else None
37756# eof
37757