57
58
59
60
61
65 MouseButtonRelease = 3,
66 MouseButtonDblClick = 4,
72 FocusAboutToChange = 23,
85 ParentAboutToChange = 131,
88 WindowDeactivate = 25,
92 WindowTitleChange = 33,
93 WindowIconChange = 34,
94 ApplicationWindowIconChange = 35,
95 ApplicationFontChange = 36,
96 ApplicationLayoutDirectionChange = 37,
97 ApplicationPaletteChange = 38,
113 ShowWindowRequest = 73,
120 EmbeddingControl = 79,
121 ActivateControl = 80,
122 DeactivateControl = 81,
128 LayoutDirectionChange = 90,
139 ActivationChange = 99,
141 IconTextChange = 101,
142 ModifiedChange = 102,
143 MouseTrackingChange = 109,
146 WindowUnblocked = 104,
147 WindowStateChange = 105,
149 ReadOnlyChange = 106,
162 ShortcutOverride = 51,
164 WhatsThisClicked = 118,
168 ApplicationActivate = 121,
169 ApplicationActivated = ApplicationActivate,
170 ApplicationDeactivate = 122,
171 ApplicationDeactivated = ApplicationDeactivate,
173 QueryWhatsThis = 123,
174 EnterWhatsThisMode = 124,
175 LeaveWhatsThisMode = 125,
185#ifdef QT_KEYPAD_NAVIGATION
186 EnterEditFocus = 150,
187 LeaveEditFocus = 151,
189 AcceptDropsChange = 152,
191 ZeroTimerEvent = 154,
193 GraphicsSceneMouseMove = 155,
194 GraphicsSceneMousePress = 156,
195 GraphicsSceneMouseRelease = 157,
196 GraphicsSceneMouseDoubleClick = 158,
197 GraphicsSceneContextMenu = 159,
198 GraphicsSceneHoverEnter = 160,
199 GraphicsSceneHoverMove = 161,
200 GraphicsSceneHoverLeave = 162,
201 GraphicsSceneHelp = 163,
202 GraphicsSceneDragEnter = 164,
203 GraphicsSceneDragMove = 165,
204 GraphicsSceneDragLeave = 166,
205 GraphicsSceneDrop = 167,
206 GraphicsSceneWheel = 168,
207 GraphicsSceneLeave = 220,
209 KeyboardLayoutChange = 169,
211 DynamicPropertyChange = 170,
213 TabletEnterProximity = 171,
214 TabletLeaveProximity = 172,
216 NonClientAreaMouseMove = 173,
217 NonClientAreaMouseButtonPress = 174,
218 NonClientAreaMouseButtonRelease = 175,
219 NonClientAreaMouseButtonDblClick = 176,
223 ContentsRectChange = 178,
225 MacGLWindowChange = 179,
229 GraphicsSceneResize = 181,
230 GraphicsSceneMove = 182,
235 NetworkReplyUpdated = 185,
240 UngrabKeyboard = 189,
242 StateMachineSignal = 192,
243 StateMachineWrapped = 193,
249#ifndef QT_NO_GESTURES
252 RequestSoftwareInputPanel = 199,
253 CloseSoftwareInputPanel = 200,
256#ifndef QT_NO_GESTURES
258 GestureOverride = 202,
265 InputMethodQuery = 207,
266 OrientationChange = 208,
276 StyleAnimationUpdate = 213,
277 ApplicationStateChange = 214,
279 WindowChangeInternal = 215,
280 ScreenChangeInternal = 216,
282 PlatformSurface = 217,
286 TabletTrackingChange = 219,
289 WindowAboutToChangeInternal = 221,
291 DevicePixelRatioChange = 222,
293 ChildWindowAdded = 223,
294 ChildWindowRemoved = 224,
295 ParentWindowAboutToChange = 225,
296 ParentWindowChange = 226,
298 SafeAreaMarginsChange = 227,