Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qnamespace.h File Reference

(4585cacaa9f9329a10aaf13a449151f5e9bc7a2c)

#include <QtCore/qglobal.h>
#include <QtCore/qcompare.h>
#include <QtCore/qtmetamacros.h>
+ Include dependency graph for qnamespace.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  Qt::Disambiguated_t
 
class  QInternal
 
class  QKeyCombination
 

Namespaces

namespace  Qt
 

Typedefs

typedef voidQt::HANDLE
 
typedef bool(* qInternalCallback) (void **)
 

Enumerations

enum  Qt::GlobalColor {
  Qt::color0 , Qt::color1 , Qt::black , Qt::white ,
  Qt::darkGray , Qt::gray , Qt::lightGray , Qt::red ,
  Qt::green , Qt::blue , Qt::cyan , Qt::magenta ,
  Qt::yellow , Qt::darkRed , Qt::darkGreen , Qt::darkBlue ,
  Qt::darkCyan , Qt::darkMagenta , Qt::darkYellow , Qt::transparent
}
 
enum class  Qt::ColorScheme { Qt::Unknown , Qt::Light , Qt::Dark }
 
enum  Qt::MouseButton {
  Qt::NoButton = 0x00000000 , Qt::LeftButton = 0x00000001 , Qt::RightButton = 0x00000002 , Qt::MiddleButton = 0x00000004 ,
  Qt::BackButton = 0x00000008 , Qt::XButton1 = BackButton , Qt::ExtraButton1 = XButton1 , Qt::ForwardButton = 0x00000010 ,
  Qt::XButton2 = ForwardButton , Qt::ExtraButton2 = ForwardButton , Qt::TaskButton = 0x00000020 , Qt::ExtraButton3 = TaskButton ,
  Qt::ExtraButton4 = 0x00000040 , Qt::ExtraButton5 = 0x00000080 , Qt::ExtraButton6 = 0x00000100 , Qt::ExtraButton7 = 0x00000200 ,
  Qt::ExtraButton8 = 0x00000400 , Qt::ExtraButton9 = 0x00000800 , Qt::ExtraButton10 = 0x00001000 , Qt::ExtraButton11 = 0x00002000 ,
  Qt::ExtraButton12 = 0x00004000 , Qt::ExtraButton13 = 0x00008000 , Qt::ExtraButton14 = 0x00010000 , Qt::ExtraButton15 = 0x00020000 ,
  Qt::ExtraButton16 = 0x00040000 , Qt::ExtraButton17 = 0x00080000 , Qt::ExtraButton18 = 0x00100000 , Qt::ExtraButton19 = 0x00200000 ,
  Qt::ExtraButton20 = 0x00400000 , Qt::ExtraButton21 = 0x00800000 , Qt::ExtraButton22 = 0x01000000 , Qt::ExtraButton23 = 0x02000000 ,
  Qt::ExtraButton24 = 0x04000000 , Qt::AllButtons = 0x07ffffff , Qt::MaxMouseButton = ExtraButton24 , Qt::MouseButtonMask = 0xffffffff
}
 
enum  Qt::Orientation { Qt::Horizontal = 0x1 , Qt::Vertical = 0x2 }
 
enum  Qt::FocusPolicy {
  Qt::NoFocus = 0 , Qt::TabFocus = 0x1 , Qt::ClickFocus = 0x2 , Qt::StrongFocus = TabFocus | ClickFocus | 0x8 ,
  Qt::WheelFocus = StrongFocus | 0x4
}
 
enum  Qt::TabFocusBehavior { Qt::NoTabFocus = 0x00 , Qt::TabFocusTextControls = 0x01 , Qt::TabFocusListControls = 0x02 , Qt::TabFocusAllControls = 0xff }
 
enum  Qt::SortOrder { Qt::AscendingOrder , Qt::DescendingOrder }
 
enum  Qt::SplitBehaviorFlags { Qt::KeepEmptyParts = 0 , Qt::SkipEmptyParts = 0x1 }
 
enum  Qt::TileRule { Qt::StretchTile , Qt::RepeatTile , Qt::RoundTile }
 
enum  Qt::AlignmentFlag {
  Qt::AlignLeft = 0x0001 , Qt::AlignLeading = AlignLeft , Qt::AlignRight = 0x0002 , Qt::AlignTrailing = AlignRight ,
  Qt::AlignHCenter = 0x0004 , Qt::AlignJustify = 0x0008 , Qt::AlignAbsolute = 0x0010 , Qt::AlignHorizontal_Mask = AlignLeft | AlignRight | AlignHCenter | AlignJustify | AlignAbsolute ,
  Qt::AlignTop = 0x0020 , Qt::AlignBottom = 0x0040 , Qt::AlignVCenter = 0x0080 , Qt::AlignBaseline = 0x0100 ,
  Qt::AlignVertical_Mask = AlignTop | AlignBottom | AlignVCenter | AlignBaseline , Qt::AlignCenter = AlignVCenter | AlignHCenter
}
 
enum  Qt::TextFlag {
  Qt::TextSingleLine = 0x0100 , Qt::TextDontClip = 0x0200 , Qt::TextExpandTabs = 0x0400 , Qt::TextShowMnemonic = 0x0800 ,
  Qt::TextWordWrap = 0x1000 , Qt::TextWrapAnywhere = 0x2000 , Qt::TextDontPrint = 0x4000 , Qt::TextIncludeTrailingSpaces = 0x08000000 ,
  Qt::TextHideMnemonic = 0x8000 , Qt::TextJustificationForced = 0x10000 , Qt::TextForceLeftToRight = 0x20000 , Qt::TextForceRightToLeft = 0x40000 ,
  Qt::TextLongestVariant = 0x80000
}
 
enum  Qt::TextElideMode { Qt::ElideLeft , Qt::ElideRight , Qt::ElideMiddle , Qt::ElideNone }
 
enum  Qt::WhiteSpaceMode { Qt::WhiteSpaceNormal , Qt::WhiteSpacePre , Qt::WhiteSpaceNoWrap , Qt::WhiteSpaceModeUndefined = -1 }
 
enum  Qt::HitTestAccuracy { Qt::ExactHit , Qt::FuzzyHit }
 
enum  Qt::WindowType {
  Qt::Widget = 0x00000000 , Qt::Window = 0x00000001 , Qt::Dialog = 0x00000002 | Window , Qt::Sheet = 0x00000004 | Window ,
  Qt::Drawer = Sheet | Dialog , Qt::Popup = 0x00000008 | Window , Qt::Tool = Popup | Dialog , Qt::ToolTip = Popup | Sheet ,
  Qt::SplashScreen = ToolTip | Dialog , Qt::Desktop = 0x00000010 | Window , Qt::SubWindow = 0x00000012 , Qt::ForeignWindow = 0x00000020 | Window ,
  Qt::CoverWindow = 0x00000040 | Window , Qt::WindowType_Mask = 0x000000ff , Qt::MSWindowsFixedSizeDialogHint = 0x00000100 , Qt::MSWindowsOwnDC = 0x00000200 ,
  Qt::BypassWindowManagerHint = 0x00000400 , Qt::X11BypassWindowManagerHint = BypassWindowManagerHint , Qt::FramelessWindowHint = 0x00000800 , Qt::WindowTitleHint = 0x00001000 ,
  Qt::WindowSystemMenuHint = 0x00002000 , Qt::WindowMinimizeButtonHint = 0x00004000 , Qt::WindowMaximizeButtonHint = 0x00008000 , Qt::WindowMinMaxButtonsHint = WindowMinimizeButtonHint | WindowMaximizeButtonHint ,
  Qt::WindowContextHelpButtonHint = 0x00010000 , Qt::WindowShadeButtonHint = 0x00020000 , Qt::WindowStaysOnTopHint = 0x00040000 , Qt::WindowTransparentForInput = 0x00080000 ,
  Qt::WindowOverridesSystemGestures = 0x00100000 , Qt::WindowDoesNotAcceptFocus = 0x00200000 , Qt::MaximizeUsingFullscreenGeometryHint = 0x00400000 , Qt::CustomizeWindowHint = 0x02000000 ,
  Qt::WindowStaysOnBottomHint = 0x04000000 , Qt::WindowCloseButtonHint = 0x08000000 , Qt::MacWindowToolBarButtonHint = 0x10000000 , Qt::BypassGraphicsProxyWidget = 0x20000000 ,
  Qt::NoDropShadowWindowHint = 0x40000000 , Qt::WindowFullscreenButtonHint = 0x80000000
}
 
enum  Qt::WindowState {
  Qt::WindowNoState = 0x00000000 , Qt::WindowMinimized = 0x00000001 , Qt::WindowMaximized = 0x00000002 , Qt::WindowFullScreen = 0x00000004 ,
  Qt::WindowActive = 0x00000008
}
 
enum  Qt::ApplicationState { Qt::ApplicationSuspended = 0x00000000 , Qt::ApplicationHidden = 0x00000001 , Qt::ApplicationInactive = 0x00000002 , Qt::ApplicationActive = 0x00000004 }
 
enum  Qt::ScreenOrientation {
  Qt::PrimaryOrientation = 0x00000000 , Qt::PortraitOrientation = 0x00000001 , Qt::LandscapeOrientation = 0x00000002 , Qt::InvertedPortraitOrientation = 0x00000004 ,
  Qt::InvertedLandscapeOrientation = 0x00000008
}
 
enum  Qt::WidgetAttribute {
  Qt::WA_Disabled = 0 , Qt::WA_UnderMouse = 1 , Qt::WA_MouseTracking = 2 , Qt::WA_OpaquePaintEvent = 4 ,
  Qt::WA_StaticContents = 5 , Qt::WA_LaidOut = 7 , Qt::WA_PaintOnScreen = 8 , Qt::WA_NoSystemBackground = 9 ,
  Qt::WA_UpdatesDisabled = 10 , Qt::WA_Mapped = 11 , Qt::WA_InputMethodEnabled = 14 , Qt::WA_WState_Visible = 15 ,
  Qt::WA_WState_Hidden = 16 , Qt::WA_ForceDisabled = 32 , Qt::WA_KeyCompression = 33 , Qt::WA_PendingMoveEvent = 34 ,
  Qt::WA_PendingResizeEvent = 35 , Qt::WA_SetPalette = 36 , Qt::WA_SetFont = 37 , Qt::WA_SetCursor = 38 ,
  Qt::WA_NoChildEventsFromChildren = 39 , Qt::WA_WindowModified = 41 , Qt::WA_Resized = 42 , Qt::WA_Moved = 43 ,
  Qt::WA_PendingUpdate = 44 , Qt::WA_InvalidSize = 45 , Qt::WA_CustomWhatsThis = 47 , Qt::WA_LayoutOnEntireRect = 48 ,
  Qt::WA_OutsideWSRange = 49 , Qt::WA_GrabbedShortcut = 50 , Qt::WA_TransparentForMouseEvents = 51 , Qt::WA_PaintUnclipped = 52 ,
  Qt::WA_SetWindowIcon = 53 , Qt::WA_NoMouseReplay = 54 , Qt::WA_DeleteOnClose = 55 , Qt::WA_RightToLeft = 56 ,
  Qt::WA_SetLayoutDirection = 57 , Qt::WA_NoChildEventsForParent = 58 , Qt::WA_ForceUpdatesDisabled = 59 , Qt::WA_WState_Created = 60 ,
  Qt::WA_WState_CompressKeys = 61 , Qt::WA_WState_InPaintEvent = 62 , Qt::WA_WState_Reparented = 63 , Qt::WA_WState_ConfigPending = 64 ,
  Qt::WA_WState_Polished = 66 , Qt::WA_WState_OwnSizePolicy = 68 , Qt::WA_WState_ExplicitShowHide = 69 , Qt::WA_ShowModal = 70 ,
  Qt::WA_MouseNoMask = 71 , Qt::WA_NoMousePropagation = 73 , Qt::WA_Hover = 74 , Qt::WA_InputMethodTransparent = 75 ,
  Qt::WA_QuitOnClose = 76 , Qt::WA_KeyboardFocusChange = 77 , Qt::WA_AcceptDrops = 78 , Qt::WA_DropSiteRegistered = 79 ,
  Qt::WA_WindowPropagation = 80 , Qt::WA_NoX11EventCompression = 81 , Qt::WA_TintedBackground = 82 , Qt::WA_X11OpenGLOverlay = 83 ,
  Qt::WA_AlwaysShowToolTips = 84 , Qt::WA_MacOpaqueSizeGrip = 85 , Qt::WA_SetStyle = 86 , Qt::WA_SetLocale = 87 ,
  Qt::WA_MacShowFocusRect = 88 , Qt::WA_MacNormalSize = 89 , Qt::WA_MacSmallSize = 90 , Qt::WA_MacMiniSize = 91 ,
  Qt::WA_LayoutUsesWidgetRect = 92 , Qt::WA_StyledBackground = 93 , Qt::WA_CanHostQMdiSubWindowTitleBar = 95 , Qt::WA_MacAlwaysShowToolWindow = 96 ,
  Qt::WA_StyleSheet = 97 , Qt::WA_ShowWithoutActivating = 98 , Qt::WA_X11BypassTransientForHint = 99 , Qt::WA_NativeWindow = 100 ,
  Qt::WA_DontCreateNativeAncestors = 101 , Qt::WA_DontShowOnScreen = 103 , Qt::WA_X11NetWmWindowTypeDesktop = 104 , Qt::WA_X11NetWmWindowTypeDock = 105 ,
  Qt::WA_X11NetWmWindowTypeToolBar = 106 , Qt::WA_X11NetWmWindowTypeMenu = 107 , Qt::WA_X11NetWmWindowTypeUtility = 108 , Qt::WA_X11NetWmWindowTypeSplash = 109 ,
  Qt::WA_X11NetWmWindowTypeDialog = 110 , Qt::WA_X11NetWmWindowTypeDropDownMenu = 111 , Qt::WA_X11NetWmWindowTypePopupMenu = 112 , Qt::WA_X11NetWmWindowTypeToolTip = 113 ,
  Qt::WA_X11NetWmWindowTypeNotification = 114 , Qt::WA_X11NetWmWindowTypeCombo = 115 , Qt::WA_X11NetWmWindowTypeDND = 116 , Qt::WA_SetWindowModality = 118 ,
  Qt::WA_WState_WindowOpacitySet = 119 , Qt::WA_TranslucentBackground = 120 , Qt::WA_AcceptTouchEvents = 121 , Qt::WA_WState_AcceptedTouchBeginEvent = 122 ,
  Qt::WA_TouchPadAcceptSingleTouchEvents = 123 , Qt::WA_X11DoNotAcceptFocus = 126 , Qt::WA_AlwaysStackOnTop = 128 , Qt::WA_TabletTracking = 129 ,
  Qt::WA_ContentsMarginsRespectsSafeArea = 130 , Qt::WA_StyleSheetTarget = 131 , Qt::WA_AttributeCount
}
 
enum  Qt::ApplicationAttribute {
  Qt::AA_QtQuickUseDefaultSizePolicy = 1 QT_TECH_PREVIEW_API , Qt::AA_DontShowIconsInMenus = 2 , Qt::AA_NativeWindows = 3 , Qt::AA_DontCreateNativeWidgetSiblings = 4 ,
  Qt::AA_PluginApplication = 5 , Qt::AA_DontUseNativeMenuBar = 6 , Qt::AA_MacDontSwapCtrlAndMeta = 7 , Qt::AA_Use96Dpi = 8 ,
  Qt::AA_DisableNativeVirtualKeyboard = 9 , Qt::AA_DontUseNativeMenuWindows = 10 , Qt::AA_SynthesizeTouchForUnhandledMouseEvents = 11 , Qt::AA_SynthesizeMouseForUnhandledTouchEvents = 12 ,
  Qt::AA_ForceRasterWidgets = 14 , Qt::AA_UseDesktopOpenGL = 15 , Qt::AA_UseOpenGLES = 16 , Qt::AA_UseSoftwareOpenGL = 17 ,
  Qt::AA_ShareOpenGLContexts = 18 , Qt::AA_SetPalette = 19 , Qt::AA_UseStyleSheetPropagationInWidgetStyles = 22 , Qt::AA_DontUseNativeDialogs = 23 ,
  Qt::AA_SynthesizeMouseForUnhandledTabletEvents = 24 , Qt::AA_CompressHighFrequencyEvents = 25 , Qt::AA_DontCheckOpenGLContextThreadAffinity = 26 , Qt::AA_DisableShaderDiskCache = 27 ,
  Qt::AA_DontShowShortcutsInContextMenus = 28 , Qt::AA_CompressTabletEvents = 29 , Qt::AA_DontUsePopupWindows = 30 , Qt::AA_DisableSessionManager = 31 ,
  Qt::AA_AttributeCount
}
 
enum  Qt::ImageConversionFlag {
  Qt::ColorMode_Mask = 0x00000003 , Qt::AutoColor = 0x00000000 , Qt::ColorOnly = 0x00000003 , Qt::MonoOnly = 0x00000002 ,
  Qt::AlphaDither_Mask = 0x0000000c , Qt::ThresholdAlphaDither = 0x00000000 , Qt::OrderedAlphaDither = 0x00000004 , Qt::DiffuseAlphaDither = 0x00000008 ,
  Qt::NoAlpha = 0x0000000c , Qt::Dither_Mask = 0x00000030 , Qt::DiffuseDither = 0x00000000 , Qt::OrderedDither = 0x00000010 ,
  Qt::ThresholdDither = 0x00000020 , Qt::DitherMode_Mask = 0x000000c0 , Qt::AutoDither = 0x00000000 , Qt::PreferDither = 0x00000040 ,
  Qt::AvoidDither = 0x00000080 , Qt::NoOpaqueDetection = 0x00000100 , Qt::NoFormatConversion = 0x00000200
}
 
enum  Qt::BGMode { Qt::TransparentMode , Qt::OpaqueMode }
 
enum  Qt::Key {
  Qt::Key_Space = 0x20 , Qt::Key_Any = Key_Space , Qt::Key_Exclam = 0x21 , Qt::Key_QuoteDbl = 0x22 ,
  Qt::Key_NumberSign = 0x23 , Qt::Key_Dollar = 0x24 , Qt::Key_Percent = 0x25 , Qt::Key_Ampersand = 0x26 ,
  Qt::Key_Apostrophe = 0x27 , Qt::Key_ParenLeft = 0x28 , Qt::Key_ParenRight = 0x29 , Qt::Key_Asterisk = 0x2a ,
  Qt::Key_Plus = 0x2b , Qt::Key_Comma = 0x2c , Qt::Key_Minus = 0x2d , Qt::Key_Period = 0x2e ,
  Qt::Key_Slash = 0x2f , Qt::Key_0 = 0x30 , Qt::Key_1 = 0x31 , Qt::Key_2 = 0x32 ,
  Qt::Key_3 = 0x33 , Qt::Key_4 = 0x34 , Qt::Key_5 = 0x35 , Qt::Key_6 = 0x36 ,
  Qt::Key_7 = 0x37 , Qt::Key_8 = 0x38 , Qt::Key_9 = 0x39 , Qt::Key_Colon = 0x3a ,
  Qt::Key_Semicolon = 0x3b , Qt::Key_Less = 0x3c , Qt::Key_Equal = 0x3d , Qt::Key_Greater = 0x3e ,
  Qt::Key_Question = 0x3f , Qt::Key_At = 0x40 , Qt::Key_A = 0x41 , Qt::Key_B = 0x42 ,
  Qt::Key_C = 0x43 , Qt::Key_D = 0x44 , Qt::Key_E = 0x45 , Qt::Key_F = 0x46 ,
  Qt::Key_G = 0x47 , Qt::Key_H = 0x48 , Qt::Key_I = 0x49 , Qt::Key_J = 0x4a ,
  Qt::Key_K = 0x4b , Qt::Key_L = 0x4c , Qt::Key_M = 0x4d , Qt::Key_N = 0x4e ,
  Qt::Key_O = 0x4f , Qt::Key_P = 0x50 , Qt::Key_Q = 0x51 , Qt::Key_R = 0x52 ,
  Qt::Key_S = 0x53 , Qt::Key_T = 0x54 , Qt::Key_U = 0x55 , Qt::Key_V = 0x56 ,
  Qt::Key_W = 0x57 , Qt::Key_X = 0x58 , Qt::Key_Y = 0x59 , Qt::Key_Z = 0x5a ,
  Qt::Key_BracketLeft = 0x5b , Qt::Key_Backslash = 0x5c , Qt::Key_BracketRight = 0x5d , Qt::Key_AsciiCircum = 0x5e ,
  Qt::Key_Underscore = 0x5f , Qt::Key_QuoteLeft = 0x60 , Qt::Key_BraceLeft = 0x7b , Qt::Key_Bar = 0x7c ,
  Qt::Key_BraceRight = 0x7d , Qt::Key_AsciiTilde = 0x7e , Qt::Key_nobreakspace = 0x0a0 , Qt::Key_exclamdown = 0x0a1 ,
  Qt::Key_cent = 0x0a2 , Qt::Key_sterling = 0x0a3 , Qt::Key_currency = 0x0a4 , Qt::Key_yen = 0x0a5 ,
  Qt::Key_brokenbar = 0x0a6 , Qt::Key_section = 0x0a7 , Qt::Key_diaeresis = 0x0a8 , Qt::Key_copyright = 0x0a9 ,
  Qt::Key_ordfeminine = 0x0aa , Qt::Key_guillemotleft = 0x0ab , Qt::Key_notsign = 0x0ac , Qt::Key_hyphen = 0x0ad ,
  Qt::Key_registered = 0x0ae , Qt::Key_macron = 0x0af , Qt::Key_degree = 0x0b0 , Qt::Key_plusminus = 0x0b1 ,
  Qt::Key_twosuperior = 0x0b2 , Qt::Key_threesuperior = 0x0b3 , Qt::Key_acute = 0x0b4 , Qt::Key_micro = 0x0b5 ,
  Qt::Key_paragraph = 0x0b6 , Qt::Key_periodcentered = 0x0b7 , Qt::Key_cedilla = 0x0b8 , Qt::Key_onesuperior = 0x0b9 ,
  Qt::Key_masculine = 0x0ba , Qt::Key_guillemotright = 0x0bb , Qt::Key_onequarter = 0x0bc , Qt::Key_onehalf = 0x0bd ,
  Qt::Key_threequarters = 0x0be , Qt::Key_questiondown = 0x0bf , Qt::Key_Agrave = 0x0c0 , Qt::Key_Aacute = 0x0c1 ,
  Qt::Key_Acircumflex = 0x0c2 , Qt::Key_Atilde = 0x0c3 , Qt::Key_Adiaeresis = 0x0c4 , Qt::Key_Aring = 0x0c5 ,
  Qt::Key_AE = 0x0c6 , Qt::Key_Ccedilla = 0x0c7 , Qt::Key_Egrave = 0x0c8 , Qt::Key_Eacute = 0x0c9 ,
  Qt::Key_Ecircumflex = 0x0ca , Qt::Key_Ediaeresis = 0x0cb , Qt::Key_Igrave = 0x0cc , Qt::Key_Iacute = 0x0cd ,
  Qt::Key_Icircumflex = 0x0ce , Qt::Key_Idiaeresis = 0x0cf , Qt::Key_ETH = 0x0d0 , Qt::Key_Ntilde = 0x0d1 ,
  Qt::Key_Ograve = 0x0d2 , Qt::Key_Oacute = 0x0d3 , Qt::Key_Ocircumflex = 0x0d4 , Qt::Key_Otilde = 0x0d5 ,
  Qt::Key_Odiaeresis = 0x0d6 , Qt::Key_multiply = 0x0d7 , Qt::Key_Ooblique = 0x0d8 , Qt::Key_Ugrave = 0x0d9 ,
  Qt::Key_Uacute = 0x0da , Qt::Key_Ucircumflex = 0x0db , Qt::Key_Udiaeresis = 0x0dc , Qt::Key_Yacute = 0x0dd ,
  Qt::Key_THORN = 0x0de , Qt::Key_ssharp = 0x0df , Qt::Key_division = 0x0f7 , Qt::Key_ydiaeresis = 0x0ff ,
  Qt::Key_Escape = 0x01000000 , Qt::Key_Tab = 0x01000001 , Qt::Key_Backtab = 0x01000002 , Qt::Key_Backspace = 0x01000003 ,
  Qt::Key_Return = 0x01000004 , Qt::Key_Enter = 0x01000005 , Qt::Key_Insert = 0x01000006 , Qt::Key_Delete = 0x01000007 ,
  Qt::Key_Pause = 0x01000008 , Qt::Key_Print = 0x01000009 , Qt::Key_SysReq = 0x0100000a , Qt::Key_Clear = 0x0100000b ,
  Qt::Key_Home = 0x01000010 , Qt::Key_End = 0x01000011 , Qt::Key_Left = 0x01000012 , Qt::Key_Up = 0x01000013 ,
  Qt::Key_Right = 0x01000014 , Qt::Key_Down = 0x01000015 , Qt::Key_PageUp = 0x01000016 , Qt::Key_PageDown = 0x01000017 ,
  Qt::Key_Shift = 0x01000020 , Qt::Key_Control = 0x01000021 , Qt::Key_Meta = 0x01000022 , Qt::Key_Alt = 0x01000023 ,
  Qt::Key_CapsLock = 0x01000024 , Qt::Key_NumLock = 0x01000025 , Qt::Key_ScrollLock = 0x01000026 , Qt::Key_F1 = 0x01000030 ,
  Qt::Key_F2 = 0x01000031 , Qt::Key_F3 = 0x01000032 , Qt::Key_F4 = 0x01000033 , Qt::Key_F5 = 0x01000034 ,
  Qt::Key_F6 = 0x01000035 , Qt::Key_F7 = 0x01000036 , Qt::Key_F8 = 0x01000037 , Qt::Key_F9 = 0x01000038 ,
  Qt::Key_F10 = 0x01000039 , Qt::Key_F11 = 0x0100003a , Qt::Key_F12 = 0x0100003b , Qt::Key_F13 = 0x0100003c ,
  Qt::Key_F14 = 0x0100003d , Qt::Key_F15 = 0x0100003e , Qt::Key_F16 = 0x0100003f , Qt::Key_F17 = 0x01000040 ,
  Qt::Key_F18 = 0x01000041 , Qt::Key_F19 = 0x01000042 , Qt::Key_F20 = 0x01000043 , Qt::Key_F21 = 0x01000044 ,
  Qt::Key_F22 = 0x01000045 , Qt::Key_F23 = 0x01000046 , Qt::Key_F24 = 0x01000047 , Qt::Key_F25 = 0x01000048 ,
  Qt::Key_F26 = 0x01000049 , Qt::Key_F27 = 0x0100004a , Qt::Key_F28 = 0x0100004b , Qt::Key_F29 = 0x0100004c ,
  Qt::Key_F30 = 0x0100004d , Qt::Key_F31 = 0x0100004e , Qt::Key_F32 = 0x0100004f , Qt::Key_F33 = 0x01000050 ,
  Qt::Key_F34 = 0x01000051 , Qt::Key_F35 = 0x01000052 , Qt::Key_Super_L = 0x01000053 , Qt::Key_Super_R = 0x01000054 ,
  Qt::Key_Menu = 0x01000055 , Qt::Key_Hyper_L = 0x01000056 , Qt::Key_Hyper_R = 0x01000057 , Qt::Key_Help = 0x01000058 ,
  Qt::Key_Direction_L = 0x01000059 , Qt::Key_Direction_R = 0x01000060 , Qt::Key_AltGr = 0x01001103 , Qt::Key_Multi_key = 0x01001120 ,
  Qt::Key_Codeinput = 0x01001137 , Qt::Key_SingleCandidate = 0x0100113c , Qt::Key_MultipleCandidate = 0x0100113d , Qt::Key_PreviousCandidate = 0x0100113e ,
  Qt::Key_Mode_switch = 0x0100117e , Qt::Key_Kanji = 0x01001121 , Qt::Key_Muhenkan = 0x01001122 , Qt::Key_Henkan = 0x01001123 ,
  Qt::Key_Romaji = 0x01001124 , Qt::Key_Hiragana = 0x01001125 , Qt::Key_Katakana = 0x01001126 , Qt::Key_Hiragana_Katakana = 0x01001127 ,
  Qt::Key_Zenkaku = 0x01001128 , Qt::Key_Hankaku = 0x01001129 , Qt::Key_Zenkaku_Hankaku = 0x0100112a , Qt::Key_Touroku = 0x0100112b ,
  Qt::Key_Massyo = 0x0100112c , Qt::Key_Kana_Lock = 0x0100112d , Qt::Key_Kana_Shift = 0x0100112e , Qt::Key_Eisu_Shift = 0x0100112f ,
  Qt::Key_Eisu_toggle = 0x01001130 , Qt::Key_Hangul = 0x01001131 , Qt::Key_Hangul_Start = 0x01001132 , Qt::Key_Hangul_End = 0x01001133 ,
  Qt::Key_Hangul_Hanja = 0x01001134 , Qt::Key_Hangul_Jamo = 0x01001135 , Qt::Key_Hangul_Romaja = 0x01001136 , Qt::Key_Hangul_Jeonja = 0x01001138 ,
  Qt::Key_Hangul_Banja = 0x01001139 , Qt::Key_Hangul_PreHanja = 0x0100113a , Qt::Key_Hangul_PostHanja = 0x0100113b , Qt::Key_Hangul_Special = 0x0100113f ,
  Qt::Key_Dead_Grave = 0x01001250 , Qt::Key_Dead_Acute = 0x01001251 , Qt::Key_Dead_Circumflex = 0x01001252 , Qt::Key_Dead_Tilde = 0x01001253 ,
  Qt::Key_Dead_Macron = 0x01001254 , Qt::Key_Dead_Breve = 0x01001255 , Qt::Key_Dead_Abovedot = 0x01001256 , Qt::Key_Dead_Diaeresis = 0x01001257 ,
  Qt::Key_Dead_Abovering = 0x01001258 , Qt::Key_Dead_Doubleacute = 0x01001259 , Qt::Key_Dead_Caron = 0x0100125a , Qt::Key_Dead_Cedilla = 0x0100125b ,
  Qt::Key_Dead_Ogonek = 0x0100125c , Qt::Key_Dead_Iota = 0x0100125d , Qt::Key_Dead_Voiced_Sound = 0x0100125e , Qt::Key_Dead_Semivoiced_Sound = 0x0100125f ,
  Qt::Key_Dead_Belowdot = 0x01001260 , Qt::Key_Dead_Hook = 0x01001261 , Qt::Key_Dead_Horn = 0x01001262 , Qt::Key_Dead_Stroke = 0x01001263 ,
  Qt::Key_Dead_Abovecomma = 0x01001264 , Qt::Key_Dead_Abovereversedcomma = 0x01001265 , Qt::Key_Dead_Doublegrave = 0x01001266 , Qt::Key_Dead_Belowring = 0x01001267 ,
  Qt::Key_Dead_Belowmacron = 0x01001268 , Qt::Key_Dead_Belowcircumflex = 0x01001269 , Qt::Key_Dead_Belowtilde = 0x0100126a , Qt::Key_Dead_Belowbreve = 0x0100126b ,
  Qt::Key_Dead_Belowdiaeresis = 0x0100126c , Qt::Key_Dead_Invertedbreve = 0x0100126d , Qt::Key_Dead_Belowcomma = 0x0100126e , Qt::Key_Dead_Currency = 0x0100126f ,
  Qt::Key_Dead_a = 0x01001280 , Qt::Key_Dead_A = 0x01001281 , Qt::Key_Dead_e = 0x01001282 , Qt::Key_Dead_E = 0x01001283 ,
  Qt::Key_Dead_i = 0x01001284 , Qt::Key_Dead_I = 0x01001285 , Qt::Key_Dead_o = 0x01001286 , Qt::Key_Dead_O = 0x01001287 ,
  Qt::Key_Dead_u = 0x01001288 , Qt::Key_Dead_U = 0x01001289 , Qt::Key_Dead_Small_Schwa = 0x0100128a , Qt::Key_Dead_Capital_Schwa = 0x0100128b ,
  Qt::Key_Dead_Greek = 0x0100128c , Qt::Key_Dead_Lowline = 0x01001290 , Qt::Key_Dead_Aboveverticalline = 0x01001291 , Qt::Key_Dead_Belowverticalline = 0x01001292 ,
  Qt::Key_Dead_Longsolidusoverlay = 0x01001293 , Qt::Key_Back = 0x01000061 , Qt::Key_Forward = 0x01000062 , Qt::Key_Stop = 0x01000063 ,
  Qt::Key_Refresh = 0x01000064 , Qt::Key_VolumeDown = 0x01000070 , Qt::Key_VolumeMute = 0x01000071 , Qt::Key_VolumeUp = 0x01000072 ,
  Qt::Key_BassBoost = 0x01000073 , Qt::Key_BassUp = 0x01000074 , Qt::Key_BassDown = 0x01000075 , Qt::Key_TrebleUp = 0x01000076 ,
  Qt::Key_TrebleDown = 0x01000077 , Qt::Key_MediaPlay = 0x01000080 , Qt::Key_MediaStop = 0x01000081 , Qt::Key_MediaPrevious = 0x01000082 ,
  Qt::Key_MediaNext = 0x01000083 , Qt::Key_MediaRecord = 0x01000084 , Qt::Key_MediaPause = 0x01000085 , Qt::Key_MediaTogglePlayPause = 0x01000086 ,
  Qt::Key_HomePage = 0x01000090 , Qt::Key_Favorites = 0x01000091 , Qt::Key_Search = 0x01000092 , Qt::Key_Standby = 0x01000093 ,
  Qt::Key_OpenUrl = 0x01000094 , Qt::Key_LaunchMail = 0x010000a0 , Qt::Key_LaunchMedia = 0x010000a1 , Qt::Key_Launch0 = 0x010000a2 ,
  Qt::Key_Launch1 = 0x010000a3 , Qt::Key_Launch2 = 0x010000a4 , Qt::Key_Launch3 = 0x010000a5 , Qt::Key_Launch4 = 0x010000a6 ,
  Qt::Key_Launch5 = 0x010000a7 , Qt::Key_Launch6 = 0x010000a8 , Qt::Key_Launch7 = 0x010000a9 , Qt::Key_Launch8 = 0x010000aa ,
  Qt::Key_Launch9 = 0x010000ab , Qt::Key_LaunchA = 0x010000ac , Qt::Key_LaunchB = 0x010000ad , Qt::Key_LaunchC = 0x010000ae ,
  Qt::Key_LaunchD = 0x010000af , Qt::Key_LaunchE = 0x010000b0 , Qt::Key_LaunchF = 0x010000b1 , Qt::Key_MonBrightnessUp = 0x010000b2 ,
  Qt::Key_MonBrightnessDown = 0x010000b3 , Qt::Key_KeyboardLightOnOff = 0x010000b4 , Qt::Key_KeyboardBrightnessUp = 0x010000b5 , Qt::Key_KeyboardBrightnessDown = 0x010000b6 ,
  Qt::Key_PowerOff = 0x010000b7 , Qt::Key_WakeUp = 0x010000b8 , Qt::Key_Eject = 0x010000b9 , Qt::Key_ScreenSaver = 0x010000ba ,
  Qt::Key_WWW = 0x010000bb , Qt::Key_Memo = 0x010000bc , Qt::Key_LightBulb = 0x010000bd , Qt::Key_Shop = 0x010000be ,
  Qt::Key_History = 0x010000bf , Qt::Key_AddFavorite = 0x010000c0 , Qt::Key_HotLinks = 0x010000c1 , Qt::Key_BrightnessAdjust = 0x010000c2 ,
  Qt::Key_Finance = 0x010000c3 , Qt::Key_Community = 0x010000c4 , Qt::Key_AudioRewind = 0x010000c5 , Qt::Key_BackForward = 0x010000c6 ,
  Qt::Key_ApplicationLeft = 0x010000c7 , Qt::Key_ApplicationRight = 0x010000c8 , Qt::Key_Book = 0x010000c9 , Qt::Key_CD = 0x010000ca ,
  Qt::Key_Calculator = 0x010000cb , Qt::Key_ToDoList = 0x010000cc , Qt::Key_ClearGrab = 0x010000cd , Qt::Key_Close = 0x010000ce ,
  Qt::Key_Copy = 0x010000cf , Qt::Key_Cut = 0x010000d0 , Qt::Key_Display = 0x010000d1 , Qt::Key_DOS = 0x010000d2 ,
  Qt::Key_Documents = 0x010000d3 , Qt::Key_Excel = 0x010000d4 , Qt::Key_Explorer = 0x010000d5 , Qt::Key_Game = 0x010000d6 ,
  Qt::Key_Go = 0x010000d7 , Qt::Key_iTouch = 0x010000d8 , Qt::Key_LogOff = 0x010000d9 , Qt::Key_Market = 0x010000da ,
  Qt::Key_Meeting = 0x010000db , Qt::Key_MenuKB = 0x010000dc , Qt::Key_MenuPB = 0x010000dd , Qt::Key_MySites = 0x010000de ,
  Qt::Key_News = 0x010000df , Qt::Key_OfficeHome = 0x010000e0 , Qt::Key_Option = 0x010000e1 , Qt::Key_Paste = 0x010000e2 ,
  Qt::Key_Phone = 0x010000e3 , Qt::Key_Calendar = 0x010000e4 , Qt::Key_Reply = 0x010000e5 , Qt::Key_Reload = 0x010000e6 ,
  Qt::Key_RotateWindows = 0x010000e7 , Qt::Key_RotationPB = 0x010000e8 , Qt::Key_RotationKB = 0x010000e9 , Qt::Key_Save = 0x010000ea ,
  Qt::Key_Send = 0x010000eb , Qt::Key_Spell = 0x010000ec , Qt::Key_SplitScreen = 0x010000ed , Qt::Key_Support = 0x010000ee ,
  Qt::Key_TaskPane = 0x010000ef , Qt::Key_Terminal = 0x010000f0 , Qt::Key_Tools = 0x010000f1 , Qt::Key_Travel = 0x010000f2 ,
  Qt::Key_Video = 0x010000f3 , Qt::Key_Word = 0x010000f4 , Qt::Key_Xfer = 0x010000f5 , Qt::Key_ZoomIn = 0x010000f6 ,
  Qt::Key_ZoomOut = 0x010000f7 , Qt::Key_Away = 0x010000f8 , Qt::Key_Messenger = 0x010000f9 , Qt::Key_WebCam = 0x010000fa ,
  Qt::Key_MailForward = 0x010000fb , Qt::Key_Pictures = 0x010000fc , Qt::Key_Music = 0x010000fd , Qt::Key_Battery = 0x010000fe ,
  Qt::Key_Bluetooth = 0x010000ff , Qt::Key_WLAN = 0x01000100 , Qt::Key_UWB = 0x01000101 , Qt::Key_AudioForward = 0x01000102 ,
  Qt::Key_AudioRepeat = 0x01000103 , Qt::Key_AudioRandomPlay = 0x01000104 , Qt::Key_Subtitle = 0x01000105 , Qt::Key_AudioCycleTrack = 0x01000106 ,
  Qt::Key_Time = 0x01000107 , Qt::Key_Hibernate = 0x01000108 , Qt::Key_View = 0x01000109 , Qt::Key_TopMenu = 0x0100010a ,
  Qt::Key_PowerDown = 0x0100010b , Qt::Key_Suspend = 0x0100010c , Qt::Key_ContrastAdjust = 0x0100010d , Qt::Key_LaunchG = 0x0100010e ,
  Qt::Key_LaunchH = 0x0100010f , Qt::Key_TouchpadToggle = 0x01000110 , Qt::Key_TouchpadOn = 0x01000111 , Qt::Key_TouchpadOff = 0x01000112 ,
  Qt::Key_MicMute = 0x01000113 , Qt::Key_Red = 0x01000114 , Qt::Key_Green = 0x01000115 , Qt::Key_Yellow = 0x01000116 ,
  Qt::Key_Blue = 0x01000117 , Qt::Key_ChannelUp = 0x01000118 , Qt::Key_ChannelDown = 0x01000119 , Qt::Key_Guide = 0x0100011a ,
  Qt::Key_Info = 0x0100011b , Qt::Key_Settings = 0x0100011c , Qt::Key_MicVolumeUp = 0x0100011d , Qt::Key_MicVolumeDown = 0x0100011e ,
  Qt::Key_New = 0x01000120 , Qt::Key_Open = 0x01000121 , Qt::Key_Find = 0x01000122 , Qt::Key_Undo = 0x01000123 ,
  Qt::Key_Redo = 0x01000124 , Qt::Key_MediaLast = 0x0100ffff , Qt::Key_Select = 0x01010000 , Qt::Key_Yes = 0x01010001 ,
  Qt::Key_No = 0x01010002 , Qt::Key_Cancel = 0x01020001 , Qt::Key_Printer = 0x01020002 , Qt::Key_Execute = 0x01020003 ,
  Qt::Key_Sleep = 0x01020004 , Qt::Key_Play = 0x01020005 , Qt::Key_Zoom = 0x01020006 , Qt::Key_Exit = 0x0102000a ,
  Qt::Key_Context1 = 0x01100000 , Qt::Key_Context2 = 0x01100001 , Qt::Key_Context3 = 0x01100002 , Qt::Key_Context4 = 0x01100003 ,
  Qt::Key_Call = 0x01100004 , Qt::Key_Hangup = 0x01100005 , Qt::Key_Flip = 0x01100006 , Qt::Key_ToggleCallHangup = 0x01100007 ,
  Qt::Key_VoiceDial = 0x01100008 , Qt::Key_LastNumberRedial = 0x01100009 , Qt::Key_Camera = 0x01100020 , Qt::Key_CameraFocus = 0x01100021 ,
  Qt::Key_unknown = 0x01ffffff
}
 
enum  Qt::KeyboardModifier {
  Qt::NoModifier = 0x00000000 , Qt::ShiftModifier = 0x02000000 , Qt::ControlModifier = 0x04000000 , Qt::AltModifier = 0x08000000 ,
  Qt::MetaModifier = 0x10000000 , Qt::KeypadModifier = 0x20000000 , Qt::GroupSwitchModifier = 0x40000000 , Qt::KeyboardModifierMask = 0xfe000000
}
 
enum  Qt::Modifier {
  Qt::META = Qt::MetaModifier , Qt::SHIFT = Qt::ShiftModifier , Qt::CTRL = Qt::ControlModifier , Qt::ALT = Qt::AltModifier ,
  Qt::MODIFIER_MASK = KeyboardModifierMask
}
 
enum  Qt::ArrowType {
  Qt::NoArrow , Qt::UpArrow , Qt::DownArrow , Qt::LeftArrow ,
  Qt::RightArrow
}
 
enum  Qt::PenStyle {
  Qt::NoPen , Qt::SolidLine , Qt::DashLine , Qt::DotLine ,
  Qt::DashDotLine , Qt::DashDotDotLine , Qt::CustomDashLine , Qt::MPenStyle = 0x0f
}
 
enum  Qt::PenCapStyle { Qt::FlatCap = 0x00 , Qt::SquareCap = 0x10 , Qt::RoundCap = 0x20 , Qt::MPenCapStyle = 0x30 }
 
enum  Qt::PenJoinStyle {
  Qt::MiterJoin = 0x00 , Qt::BevelJoin = 0x40 , Qt::RoundJoin = 0x80 , Qt::SvgMiterJoin = 0x100 ,
  Qt::MPenJoinStyle = 0x1c0
}
 
enum  Qt::BrushStyle {
  Qt::NoBrush , Qt::SolidPattern , Qt::Dense1Pattern , Qt::Dense2Pattern ,
  Qt::Dense3Pattern , Qt::Dense4Pattern , Qt::Dense5Pattern , Qt::Dense6Pattern ,
  Qt::Dense7Pattern , Qt::HorPattern , Qt::VerPattern , Qt::CrossPattern ,
  Qt::BDiagPattern , Qt::FDiagPattern , Qt::DiagCrossPattern , Qt::LinearGradientPattern ,
  Qt::RadialGradientPattern , Qt::ConicalGradientPattern , Qt::TexturePattern = 24
}
 
enum  Qt::SizeMode { Qt::AbsoluteSize , Qt::RelativeSize }
 
enum  Qt::UIEffect {
  Qt::UI_General , Qt::UI_AnimateMenu , Qt::UI_FadeMenu , Qt::UI_AnimateCombo ,
  Qt::UI_AnimateTooltip , Qt::UI_FadeTooltip , Qt::UI_AnimateToolBox
}
 
enum  Qt::CursorShape {
  Qt::ArrowCursor , Qt::UpArrowCursor , Qt::CrossCursor , Qt::WaitCursor ,
  Qt::IBeamCursor , Qt::SizeVerCursor , Qt::SizeHorCursor , Qt::SizeBDiagCursor ,
  Qt::SizeFDiagCursor , Qt::SizeAllCursor , Qt::BlankCursor , Qt::SplitVCursor ,
  Qt::SplitHCursor , Qt::PointingHandCursor , Qt::ForbiddenCursor , Qt::WhatsThisCursor ,
  Qt::BusyCursor , Qt::OpenHandCursor , Qt::ClosedHandCursor , Qt::DragCopyCursor ,
  Qt::DragMoveCursor , Qt::DragLinkCursor , Qt::LastCursor = DragLinkCursor , Qt::BitmapCursor = 24 ,
  Qt::CustomCursor = 25
}
 
enum  Qt::TextFormat { Qt::PlainText , Qt::RichText , Qt::AutoText , Qt::MarkdownText }
 
enum  Qt::AspectRatioMode { Qt::IgnoreAspectRatio , Qt::KeepAspectRatio , Qt::KeepAspectRatioByExpanding }
 
enum  Qt::DockWidgetArea {
  Qt::LeftDockWidgetArea = 0x1 , Qt::RightDockWidgetArea = 0x2 , Qt::TopDockWidgetArea = 0x4 , Qt::BottomDockWidgetArea = 0x8 ,
  Qt::DockWidgetArea_Mask = 0xf , Qt::AllDockWidgetAreas = DockWidgetArea_Mask , Qt::NoDockWidgetArea = 0
}
 
enum  Qt::DockWidgetAreaSizes { Qt::NDockWidgetAreas = 4 }
 
enum  Qt::ToolBarArea {
  Qt::LeftToolBarArea = 0x1 , Qt::RightToolBarArea = 0x2 , Qt::TopToolBarArea = 0x4 , Qt::BottomToolBarArea = 0x8 ,
  Qt::ToolBarArea_Mask = 0xf , Qt::AllToolBarAreas = ToolBarArea_Mask , Qt::NoToolBarArea = 0
}
 
enum  Qt::ToolBarAreaSizes { Qt::NToolBarAreas = 4 }
 
enum  Qt::DateFormat { Qt::TextDate , Qt::ISODate , Qt::RFC2822Date = 8 , Qt::ISODateWithMs }
 
enum  Qt::TimeSpec { Qt::LocalTime , Qt::UTC , Qt::OffsetFromUTC , Qt::TimeZone }
 
enum  Qt::DayOfWeek {
  Qt::Monday = 1 , Qt::Tuesday = 2 , Qt::Wednesday = 3 , Qt::Thursday = 4 ,
  Qt::Friday = 5 , Qt::Saturday = 6 , Qt::Sunday = 7
}
 
enum  Qt::ScrollBarPolicy { Qt::ScrollBarAsNeeded , Qt::ScrollBarAlwaysOff , Qt::ScrollBarAlwaysOn }
 
enum  Qt::CaseSensitivity { Qt::CaseInsensitive , Qt::CaseSensitive }
 
enum  Qt::Corner { Qt::TopLeftCorner = 0x00000 , Qt::TopRightCorner = 0x00001 , Qt::BottomLeftCorner = 0x00002 , Qt::BottomRightCorner = 0x00003 }
 
enum  Qt::Edge { Qt::TopEdge = 0x00001 , Qt::LeftEdge = 0x00002 , Qt::RightEdge = 0x00004 , Qt::BottomEdge = 0x00008 }
 
enum  Qt::ConnectionType {
  Qt::AutoConnection , Qt::DirectConnection , Qt::QueuedConnection , Qt::BlockingQueuedConnection ,
  Qt::UniqueConnection = 0x80 , Qt::SingleShotConnection = 0x100
}
 
enum  Qt::ShortcutContext { Qt::WidgetShortcut , Qt::WindowShortcut , Qt::ApplicationShortcut , Qt::WidgetWithChildrenShortcut }
 
enum  Qt::FillRule { Qt::OddEvenFill , Qt::WindingFill }
 
enum  Qt::MaskMode { Qt::MaskInColor , Qt::MaskOutColor }
 
enum  Qt::ClipOperation { Qt::NoClip , Qt::ReplaceClip , Qt::IntersectClip }
 
enum  Qt::ItemSelectionMode { Qt::ContainsItemShape = 0x0 , Qt::IntersectsItemShape = 0x1 , Qt::ContainsItemBoundingRect = 0x2 , Qt::IntersectsItemBoundingRect = 0x3 }
 
enum  Qt::ItemSelectionOperation { Qt::ReplaceSelection , Qt::AddToSelection }
 
enum  Qt::TransformationMode { Qt::FastTransformation , Qt::SmoothTransformation }
 
enum  Qt::Axis { Qt::XAxis , Qt::YAxis , Qt::ZAxis }
 
enum  Qt::FocusReason {
  Qt::MouseFocusReason , Qt::TabFocusReason , Qt::BacktabFocusReason , Qt::ActiveWindowFocusReason ,
  Qt::PopupFocusReason , Qt::ShortcutFocusReason , Qt::MenuBarFocusReason , Qt::OtherFocusReason ,
  Qt::NoFocusReason
}
 
enum  Qt::ContextMenuPolicy {
  Qt::NoContextMenu , Qt::DefaultContextMenu , Qt::ActionsContextMenu , Qt::CustomContextMenu ,
  Qt::PreventContextMenu
}
 
enum class  Qt::ContextMenuTrigger { Qt::Press , Qt::Release }
 
enum  Qt::InputMethodQuery {
  Qt::ImEnabled = 0x1 , Qt::ImCursorRectangle = 0x2 , Qt::ImFont = 0x4 , Qt::ImCursorPosition = 0x8 ,
  Qt::ImSurroundingText = 0x10 , Qt::ImCurrentSelection = 0x20 , Qt::ImMaximumTextLength = 0x40 , Qt::ImAnchorPosition = 0x80 ,
  Qt::ImHints = 0x100 , Qt::ImPreferredLanguage = 0x200 , Qt::ImAbsolutePosition = 0x400 , Qt::ImTextBeforeCursor = 0x800 ,
  Qt::ImTextAfterCursor = 0x1000 , Qt::ImEnterKeyType = 0x2000 , Qt::ImAnchorRectangle = 0x4000 , Qt::ImInputItemClipRectangle = 0x8000 ,
  Qt::ImReadOnly = 0x10000 , Qt::ImPlatformData = 0x80000000 , Qt::ImQueryInput , Qt::ImQueryAll = 0xffffffff
}
 
enum  Qt::InputMethodHint {
  Qt::ImhNone = 0x0 , Qt::ImhHiddenText = 0x1 , Qt::ImhSensitiveData = 0x2 , Qt::ImhNoAutoUppercase = 0x4 ,
  Qt::ImhPreferNumbers = 0x8 , Qt::ImhPreferUppercase = 0x10 , Qt::ImhPreferLowercase = 0x20 , Qt::ImhNoPredictiveText = 0x40 ,
  Qt::ImhDate = 0x80 , Qt::ImhTime = 0x100 , Qt::ImhPreferLatin = 0x200 , Qt::ImhMultiLine = 0x400 ,
  Qt::ImhNoEditMenu = 0x800 , Qt::ImhNoTextHandles = 0x1000 , Qt::ImhDigitsOnly = 0x10000 , Qt::ImhFormattedNumbersOnly = 0x20000 ,
  Qt::ImhUppercaseOnly = 0x40000 , Qt::ImhLowercaseOnly = 0x80000 , Qt::ImhDialableCharactersOnly = 0x100000 , Qt::ImhEmailCharactersOnly = 0x200000 ,
  Qt::ImhUrlCharactersOnly = 0x400000 , Qt::ImhLatinOnly = 0x800000 , Qt::ImhExclusiveInputMask = 0xffff0000
}
 
enum  Qt::EnterKeyType {
  Qt::EnterKeyDefault , Qt::EnterKeyReturn , Qt::EnterKeyDone , Qt::EnterKeyGo ,
  Qt::EnterKeySend , Qt::EnterKeySearch , Qt::EnterKeyNext , Qt::EnterKeyPrevious
}
 
enum  Qt::ToolButtonStyle {
  Qt::ToolButtonIconOnly , Qt::ToolButtonTextOnly , Qt::ToolButtonTextBesideIcon , Qt::ToolButtonTextUnderIcon ,
  Qt::ToolButtonFollowStyle
}
 
enum  Qt::LayoutDirection { Qt::LeftToRight , Qt::RightToLeft , Qt::LayoutDirectionAuto }
 
enum  Qt::AnchorPoint {
  Qt::AnchorLeft = 0 , Qt::AnchorHorizontalCenter , Qt::AnchorRight , Qt::AnchorTop ,
  Qt::AnchorVerticalCenter , Qt::AnchorBottom
}
 
enum  Qt::FindChildOption { Qt::FindDirectChildrenOnly = 0x0 , Qt::FindChildrenRecursively = 0x1 }
 
enum  Qt::DropAction {
  Qt::CopyAction = 0x1 , Qt::MoveAction = 0x2 , Qt::LinkAction = 0x4 , Qt::ActionMask = 0xff ,
  Qt::TargetMoveAction = 0x8002 , Qt::IgnoreAction = 0x0
}
 
enum  Qt::CheckState { Qt::Unchecked , Qt::PartiallyChecked , Qt::Checked }
 
enum  Qt::ItemDataRole {
  Qt::DisplayRole = 0 , Qt::DecorationRole = 1 , Qt::EditRole = 2 , Qt::ToolTipRole = 3 ,
  Qt::StatusTipRole = 4 , Qt::WhatsThisRole = 5 , Qt::FontRole = 6 , Qt::TextAlignmentRole = 7 ,
  Qt::BackgroundRole = 8 , Qt::ForegroundRole = 9 , Qt::CheckStateRole = 10 , Qt::AccessibleTextRole = 11 ,
  Qt::AccessibleDescriptionRole = 12 , Qt::SizeHintRole = 13 , Qt::InitialSortOrderRole = 14 , Qt::DisplayPropertyRole = 27 ,
  Qt::DecorationPropertyRole = 28 , Qt::ToolTipPropertyRole = 29 , Qt::StatusTipPropertyRole = 30 , Qt::WhatsThisPropertyRole = 31 ,
  Qt::UserRole = 0x0100
}
 
enum  Qt::ItemFlag {
  Qt::NoItemFlags = 0 , Qt::ItemIsSelectable = 1 , Qt::ItemIsEditable = 2 , Qt::ItemIsDragEnabled = 4 ,
  Qt::ItemIsDropEnabled = 8 , Qt::ItemIsUserCheckable = 16 , Qt::ItemIsEnabled = 32 , Qt::ItemIsAutoTristate = 64 ,
  Qt::ItemNeverHasChildren = 128 , Qt::ItemIsUserTristate = 256
}
 
enum  Qt::MatchFlag {
  Qt::MatchExactly = 0 , Qt::MatchContains = 1 , Qt::MatchStartsWith = 2 , Qt::MatchEndsWith = 3 ,
  Qt::MatchRegularExpression = 4 , Qt::MatchWildcard = 5 , Qt::MatchFixedString = 8 , Qt::MatchTypeMask = 0x0F ,
  Qt::MatchCaseSensitive = 16 , Qt::MatchWrap = 32 , Qt::MatchRecursive = 64
}
 
enum  Qt::WindowModality { Qt::NonModal , Qt::WindowModal , Qt::ApplicationModal }
 
enum  Qt::TextInteractionFlag {
  Qt::NoTextInteraction = 0 , Qt::TextSelectableByMouse = 1 , Qt::TextSelectableByKeyboard = 2 , Qt::LinksAccessibleByMouse = 4 ,
  Qt::LinksAccessibleByKeyboard = 8 , Qt::TextEditable = 16 , Qt::TextEditorInteraction = TextSelectableByMouse | TextSelectableByKeyboard | TextEditable , Qt::TextBrowserInteraction = TextSelectableByMouse | LinksAccessibleByMouse | LinksAccessibleByKeyboard
}
 
enum  Qt::EventPriority { Qt::HighEventPriority = 1 , Qt::NormalEventPriority = 0 , Qt::LowEventPriority = -1 }
 
enum  Qt::SizeHint {
  Qt::MinimumSize , Qt::PreferredSize , Qt::MaximumSize , Qt::MinimumDescent ,
  Qt::NSizeHints
}
 
enum  Qt::WindowFrameSection {
  Qt::NoSection , Qt::LeftSection , Qt::TopLeftSection , Qt::TopSection ,
  Qt::TopRightSection , Qt::RightSection , Qt::BottomRightSection , Qt::BottomSection ,
  Qt::BottomLeftSection , Qt::TitleBarArea
}
 
enum class  Qt::Initialization { Qt::Uninitialized }
 
enum  Qt::CoordinateSystem { Qt::DeviceCoordinates , Qt::LogicalCoordinates }
 
enum  Qt::TouchPointState {
  Qt::TouchPointUnknownState = 0x00 , Qt::TouchPointPressed = 0x01 , Qt::TouchPointMoved = 0x02 , Qt::TouchPointStationary = 0x04 ,
  Qt::TouchPointReleased = 0x08
}
 
enum  Qt::GestureState {
  Qt::NoGesture , Qt::GestureStarted = 1 , Qt::GestureUpdated = 2 , Qt::GestureFinished = 3 ,
  Qt::GestureCanceled = 4
}
 
enum  Qt::GestureType {
  Qt::TapGesture = 1 , Qt::TapAndHoldGesture = 2 , Qt::PanGesture = 3 , Qt::PinchGesture = 4 ,
  Qt::SwipeGesture = 5 , Qt::CustomGesture = 0x0100 , Qt::LastGestureType = ~0u
}
 
enum  Qt::GestureFlag { Qt::DontStartGestureOnChildren = 0x01 , Qt::ReceivePartialGestures = 0x02 , Qt::IgnoredGesturesPropagateToParent = 0x04 }
 
enum  Qt::NativeGestureType {
  Qt::BeginNativeGesture , Qt::EndNativeGesture , Qt::PanNativeGesture , Qt::ZoomNativeGesture ,
  Qt::SmartZoomNativeGesture , Qt::RotateNativeGesture , Qt::SwipeNativeGesture
}
 
enum  Qt::NavigationMode {
  Qt::NavigationModeNone , Qt::NavigationModeKeypadTabOrder , Qt::NavigationModeKeypadDirectional , Qt::NavigationModeCursorAuto ,
  Qt::NavigationModeCursorForceVisible
}
 
enum  Qt::CursorMoveStyle { Qt::LogicalMoveStyle , Qt::VisualMoveStyle }
 
enum  Qt::TimerType { Qt::PreciseTimer , Qt::CoarseTimer , Qt::VeryCoarseTimer }
 
enum class  Qt::TimerId { Qt::Invalid = 0 }
 
enum  Qt::ScrollPhase {
  Qt::NoScrollPhase = 0 , Qt::ScrollBegin , Qt::ScrollUpdate , Qt::ScrollEnd ,
  Qt::ScrollMomentum
}
 
enum  Qt::MouseEventSource { Qt::MouseEventNotSynthesized , Qt::MouseEventSynthesizedBySystem , Qt::MouseEventSynthesizedByQt , Qt::MouseEventSynthesizedByApplication }
 
enum  Qt::MouseEventFlag { Qt::NoMouseEventFlag = 0x00 , Qt::MouseEventCreatedDoubleClick = 0x01 , Qt::MouseEventFlagMask = 0xFF }
 
enum  Qt::ChecksumType { Qt::ChecksumIso3309 , Qt::ChecksumItuV41 }
 
enum class  Qt::HighDpiScaleFactorRoundingPolicy {
  Qt::Unset , Qt::Round , Qt::Ceil , Qt::Floor ,
  Qt::RoundPreferFloor , Qt::PassThrough
}
 
enum class  Qt::PermissionStatus { Qt::Undetermined , Qt::Granted , Qt::Denied }
 
enum  Qt::ReturnByValueConstant { Qt::ReturnByValue }
 

Functions

 Q_DECLARE_TYPEINFO (QKeyCombination, Q_RELOCATABLE_TYPE)
 
constexpr QKeyCombination operator| (Qt::Modifier modifier, Qt::Key key) noexcept
 
constexpr QKeyCombination operator| (Qt::Modifiers modifiers, Qt::Key key) noexcept
 
constexpr QKeyCombination operator| (Qt::KeyboardModifier modifier, Qt::Key key) noexcept
 
constexpr QKeyCombination operator| (Qt::KeyboardModifiers modifiers, Qt::Key key) noexcept
 
constexpr QKeyCombination operator| (Qt::Key key, Qt::Modifier modifier) noexcept
 
constexpr QKeyCombination operator| (Qt::Key key, Qt::Modifiers modifiers) noexcept
 
constexpr QKeyCombination operator| (Qt::Key key, Qt::KeyboardModifier modifier) noexcept
 
constexpr QKeyCombination operator| (Qt::Key key, Qt::KeyboardModifiers modifiers) noexcept
 

Variables

constexpr Initialization Qt::Uninitialized = Initialization::Uninitialized
 
constexpr Disambiguated_t Qt::Disambiguated {}
 

Typedef Documentation

◆ qInternalCallback

typedef bool(* qInternalCallback) (void **)

Definition at line 1832 of file qnamespace.h.

Function Documentation

◆ operator|() [1/8]

constexpr QKeyCombination operator| ( Qt::Key key,
Qt::KeyboardModifier modifier )
constexprnoexcept

Definition at line 1960 of file qnamespace.h.

◆ operator|() [2/8]

constexpr QKeyCombination operator| ( Qt::Key key,
Qt::KeyboardModifiers modifiers )
constexprnoexcept

Definition at line 1965 of file qnamespace.h.

◆ operator|() [3/8]

constexpr QKeyCombination operator| ( Qt::Key key,
Qt::Modifier modifier )
constexprnoexcept

Definition at line 1950 of file qnamespace.h.

◆ operator|() [4/8]

constexpr QKeyCombination operator| ( Qt::Key key,
Qt::Modifiers modifiers )
constexprnoexcept

Definition at line 1955 of file qnamespace.h.

◆ operator|() [5/8]

constexpr QKeyCombination operator| ( Qt::KeyboardModifier modifier,
Qt::Key key )
constexprnoexcept

Definition at line 1940 of file qnamespace.h.

◆ operator|() [6/8]

constexpr QKeyCombination operator| ( Qt::KeyboardModifiers modifiers,
Qt::Key key )
constexprnoexcept

Definition at line 1945 of file qnamespace.h.

◆ operator|() [7/8]

constexpr QKeyCombination operator| ( Qt::Modifier modifier,
Qt::Key key )
constexprnoexcept

Definition at line 1930 of file qnamespace.h.

◆ operator|() [8/8]

constexpr QKeyCombination operator| ( Qt::Modifiers modifiers,
Qt::Key key )
constexprnoexcept

Definition at line 1935 of file qnamespace.h.

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QKeyCombination ,
Q_RELOCATABLE_TYPE  )