58
59
60
61
62
66 MouseButtonRelease = 3,
67 MouseButtonDblClick = 4,
73 FocusAboutToChange = 23,
86 ParentAboutToChange = 131,
89 WindowDeactivate = 25,
93 WindowTitleChange = 33,
94 WindowIconChange = 34,
95 ApplicationWindowIconChange = 35,
96 ApplicationFontChange = 36,
97 ApplicationLayoutDirectionChange = 37,
98 ApplicationPaletteChange = 38,
114 ShowWindowRequest = 73,
121 EmbeddingControl = 79,
122 ActivateControl = 80,
123 DeactivateControl = 81,
129 LayoutDirectionChange = 90,
140 ActivationChange = 99,
142 IconTextChange = 101,
143 ModifiedChange = 102,
144 MouseTrackingChange = 109,
147 WindowUnblocked = 104,
148 WindowStateChange = 105,
150 ReadOnlyChange = 106,
163 ShortcutOverride = 51,
165 WhatsThisClicked = 118,
169 ApplicationActivate = 121,
170 ApplicationActivated = ApplicationActivate,
171 ApplicationDeactivate = 122,
172 ApplicationDeactivated = ApplicationDeactivate,
174 QueryWhatsThis = 123,
175 EnterWhatsThisMode = 124,
176 LeaveWhatsThisMode = 125,
186#ifdef QT_KEYPAD_NAVIGATION
187 EnterEditFocus = 150,
188 LeaveEditFocus = 151,
190 AcceptDropsChange = 152,
192 ZeroTimerEvent = 154,
194 GraphicsSceneMouseMove = 155,
195 GraphicsSceneMousePress = 156,
196 GraphicsSceneMouseRelease = 157,
197 GraphicsSceneMouseDoubleClick = 158,
198 GraphicsSceneContextMenu = 159,
199 GraphicsSceneHoverEnter = 160,
200 GraphicsSceneHoverMove = 161,
201 GraphicsSceneHoverLeave = 162,
202 GraphicsSceneHelp = 163,
203 GraphicsSceneDragEnter = 164,
204 GraphicsSceneDragMove = 165,
205 GraphicsSceneDragLeave = 166,
206 GraphicsSceneDrop = 167,
207 GraphicsSceneWheel = 168,
208 GraphicsSceneLeave = 220,
210 KeyboardLayoutChange = 169,
212 DynamicPropertyChange = 170,
214 TabletEnterProximity = 171,
215 TabletLeaveProximity = 172,
217 NonClientAreaMouseMove = 173,
218 NonClientAreaMouseButtonPress = 174,
219 NonClientAreaMouseButtonRelease = 175,
220 NonClientAreaMouseButtonDblClick = 176,
224 ContentsRectChange = 178,
226 MacGLWindowChange = 179,
230 GraphicsSceneResize = 181,
231 GraphicsSceneMove = 182,
236 NetworkReplyUpdated = 185,
241 UngrabKeyboard = 189,
243 StateMachineSignal = 192,
244 StateMachineWrapped = 193,
250#ifndef QT_NO_GESTURES
253 RequestSoftwareInputPanel = 199,
254 CloseSoftwareInputPanel = 200,
257#ifndef QT_NO_GESTURES
259 GestureOverride = 202,
266 InputMethodQuery = 207,
267 OrientationChange = 208,
277 StyleAnimationUpdate = 213,
278 ApplicationStateChange = 214,
280 WindowChangeInternal = 215,
281 ScreenChangeInternal = 216,
283 PlatformSurface = 217,
287 TabletTrackingChange = 219,
290 WindowAboutToChangeInternal = 221,
292 DevicePixelRatioChange = 222,
294 ChildWindowAdded = 223,
295 ChildWindowRemoved = 224,
296 ParentWindowAboutToChange = 225,
297 ParentWindowChange = 226,
299 SafeAreaMarginsChange = 227,