//case QEvent::EnterEditFocus: return "QEvent::EnterEditFocus - An editor widget gains focus for editing. QT_KEYPAD_NAVIGATION must be defined.";
caseQEvent::EnterWhatsThisMode:return"QEvent::EnterWhatsThisMode - Send to toplevel widgets when the application enters \"What's This?\" mode.";
caseQEvent::Expose:return"QEvent::Expose - Sent to a window when its on-screen contents are invalidated and need to be flushed from the backing store.";
caseQEvent::FileOpen:return"QEvent::FileOpen - File open request (QFileOpenEvent).";
caseQEvent::FocusIn:return"QEvent::FocusIn - Widget or Window gains keyboard focus (QFocusEvent).";
caseQEvent::FocusOut:return"QEvent::FocusOut - Widget or Window loses keyboard focus (QFocusEvent).";
caseQEvent::FocusAboutToChange:return"QEvent::FocusAboutToChange - Widget or Window focus is about to change (QFocusEvent)";
caseQEvent::FontChange:return"QEvent::FontChange - Widget's font has changed.";
caseQEvent::Gesture:return"QEvent::Gesture - A gesture was triggered (QGestureEvent).";
caseQEvent::GestureOverride:return"QEvent::GestureOverride - A gesture override was triggered (QGestureEvent).";
caseQEvent::GraphicsSceneContextMenu:return"QEvent::GraphicsSceneContextMenu - Context popup menu over a graphics scene (QGraphicsSceneContextMenuEvent).";
caseQEvent::GraphicsSceneDragEnter:return"QEvent::GraphicsSceneDragEnter - The cursor enters a graphics scene during a drag and drop operation (QGraphicsSceneDragDropEvent).";
caseQEvent::GraphicsSceneDragLeave:return"QEvent::GraphicsSceneDragLeave - The cursor leaves a graphics scene during a drag and drop operation (QGraphicsSceneDragDropEvent).";
caseQEvent::GraphicsSceneDragMove:return"QEvent::GraphicsSceneDragMove - A drag and drop operation is in progress over a scene (QGraphicsSceneDragDropEvent).";
caseQEvent::GraphicsSceneDrop:return"QEvent::GraphicsSceneDrop - A drag and drop operation is completed over a scene (QGraphicsSceneDragDropEvent).";
caseQEvent::GraphicsSceneHelp:return"QEvent::GraphicsSceneHelp - The user requests help for a graphics scene (QHelpEvent).";
caseQEvent::GraphicsSceneHoverEnter:return"QEvent::GraphicsSceneHoverEnter - The mouse cursor enters a hover item in a graphics scene (QGraphicsSceneHoverEvent).";
caseQEvent::GraphicsSceneHoverLeave:return"QEvent::GraphicsSceneHoverLeave - The mouse cursor leaves a hover item in a graphics scene (QGraphicsSceneHoverEvent).";
caseQEvent::GraphicsSceneHoverMove:return"QEvent::GraphicsSceneHoverMove - The mouse cursor moves inside a hover item in a graphics scene (QGraphicsSceneHoverEvent).";
caseQEvent::GraphicsSceneMouseDoubleClick:return"QEvent::GraphicsSceneMouseDoubleClick - Mouse press again (double click) in a graphics scene (QGraphicsSceneMouseEvent).";
caseQEvent::GraphicsSceneMouseMove:return"QEvent::GraphicsSceneMouseMove - Move mouse in a graphics scene (QGraphicsSceneMouseEvent).";
caseQEvent::GraphicsSceneMousePress:return"QEvent::GraphicsSceneMousePress - Mouse press in a graphics scene (QGraphicsSceneMouseEvent).";
caseQEvent::GraphicsSceneMouseRelease:return"QEvent::GraphicsSceneMouseRelease - Mouse release in a graphics scene (QGraphicsSceneMouseEvent).";
caseQEvent::GraphicsSceneMove:return"QEvent::GraphicsSceneMove - Widget was moved (QGraphicsSceneMoveEvent).";
caseQEvent::GraphicsSceneResize:return"QEvent::GraphicsSceneResize - Widget was resized (QGraphicsSceneResizeEvent).";
caseQEvent::GraphicsSceneWheel:return"QEvent::GraphicsSceneWheel - Mouse wheel rolled in a graphics scene (QGraphicsSceneWheelEvent).";
caseQEvent::Hide:return"QEvent::Hide - Widget was hidden (QHideEvent).";
caseQEvent::HideToParent:return"QEvent::HideToParent - A child widget has been hidden.";
caseQEvent::HoverEnter:return"QEvent::HoverEnter - The mouse cursor enters a hover widget (QHoverEvent).";
caseQEvent::HoverLeave:return"QEvent::HoverLeave - The mouse cursor leaves a hover widget (QHoverEvent).";
caseQEvent::HoverMove:return"QEvent::HoverMove - The mouse cursor moves inside a hover widget (QHoverEvent).";
caseQEvent::IconDrag:return"QEvent::IconDrag - The main icon of a window has been dragged away (QIconDragEvent).";
caseQEvent::IconTextChange:return"QEvent::IconTextChange - Widget's icon text has been changed.";
caseQEvent::InputMethod:return"QEvent::InputMethod - An input method is being used (QInputMethodEvent).";
caseQEvent::InputMethodQuery:return"QEvent::InputMethodQuery - A input method query event (QInputMethodQueryEvent)";
caseQEvent::KeyboardLayoutChange:return"QEvent::KeyboardLayoutChange - The keyboard layout has changed.";
caseQEvent::ScrollPrepare:return"QEvent::ScrollPrepare - The object needs to fill in its geometry information (QScrollPrepareEvent).";
caseQEvent::Scroll:return"QEvent::Scroll - The object needs to scroll to the supplied position (QScrollEvent).";
caseQEvent::Shortcut:return"QEvent::Shortcut - Key press in child for shortcut key handling (QShortcutEvent).";
caseQEvent::ShortcutOverride:return"QEvent::ShortcutOverride - Key press in child, for overriding shortcut key handling (QKeyEvent).";
caseQEvent::Show:return"QEvent::Show - Widget was shown on screen (QShowEvent).";
caseQEvent::ShowToParent:return"QEvent::ShowToParent - A child widget has been shown.";
caseQEvent::SockAct:return"QEvent::SockAct - Socket activated, used to implement QSocketNotifier.";
caseQEvent::StateMachineSignal:return"QEvent::StateMachineSignal - A signal delivered to a state machine (QStateMachine::SignalEvent).";
caseQEvent::StateMachineWrapped:return"QEvent::StateMachineWrapped - The event is a wrapper for, i.e., contains, another event (QStateMachine::WrappedEvent).";
caseQEvent::StatusTip:return"QEvent::StatusTip - A status tip is requested (QStatusTipEvent).";
caseQEvent::StyleChange:return"QEvent::StyleChange - Widget's style has been changed.";
caseQEvent::OkRequest:return"QEvent::OkRequest - Ok button in decoration pressed. Supported only for Windows CE.";
caseQEvent::TabletEnterProximity:return"QEvent::TabletEnterProximity - Wacom tablet enter proximity event (QTabletEvent), sent to QApplication.";
caseQEvent::TabletLeaveProximity:return"QEvent::TabletLeaveProximity - Wacom tablet leave proximity event (QTabletEvent), sent to QApplication.";
caseQEvent::ThreadChange:return"QEvent::ThreadChange - The object is moved to another thread. This is the last event sent to this object in the previous thread. See QObject::moveToThread().";
caseQEvent::WinEventAct:return"QEvent::WinEventAct - A Windows-specific activation event has occurred.";
caseQEvent::WindowActivate:return"QEvent::WindowActivate - Window was activated.";
caseQEvent::WindowBlocked:return"QEvent::WindowBlocked - The window is blocked by a modal dialog.";
caseQEvent::WindowDeactivate:return"QEvent::WindowDeactivate - Window was deactivated.";
caseQEvent::WindowIconChange:return"QEvent::WindowIconChange - The window's icon has changed.";
caseQEvent::WindowStateChange:return"QEvent::WindowStateChange - The window's state (minimized, maximized or full-screen) has changed (QWindowStateChangeEvent).";
caseQEvent::WindowTitleChange:return"QEvent::WindowTitleChange - The window title has changed.";
caseQEvent::WindowUnblocked:return"QEvent::WindowUnblocked - The window is unblocked after a modal dialog exited.";
caseQEvent::WinIdChange:return"QEvent::WinIdChange - The window system identifer for this native widget has changed.";
caseQEvent::ZOrderChange:return"QEvent::ZOrderChange - The widget's z-order has changed. This event is never sent to top level windows.";