| Qt NamespaceThe Qt namespace contains miscellaneous identifiers used throughout the Qt library. More... Types
| flags | Alignment |  | enum | AlignmentFlag { AlignLeft, AlignLeading, AlignRight, AlignTrailing, ..., AlignCenter } |  | enum | AnchorPoint { AnchorLeft, AnchorHorizontalCenter, AnchorRight, AnchorTop, AnchorVerticalCenter, AnchorBottom } |  | enum | ApplicationAttribute { AA_ImmediateWidgetCreation, AA_MSWindowsUseDirect3DByDefault, AA_DontShowIconsInMenus, AA_NativeWindows, ..., AA_AttributeCount } |  | enum | ArrowType { NoArrow, UpArrow, DownArrow, LeftArrow, RightArrow } |  | enum | AspectRatioMode { IgnoreAspectRatio, KeepAspectRatio, KeepAspectRatioByExpanding } |  | enum | Axis { XAxis, YAxis, ZAxis } |  | enum | BGMode { TransparentMode, OpaqueMode } |  | enum | BrushStyle { NoBrush, SolidPattern, Dense1Pattern, Dense2Pattern, ..., TexturePattern } |  | enum | CaseSensitivity { CaseInsensitive, CaseSensitive } |  | enum | CheckState { Unchecked, PartiallyChecked, Checked } |  | enum | ClipOperation { NoClip, ReplaceClip, IntersectClip } |  | enum | ConnectionType { AutoConnection, DirectConnection, QueuedConnection, BlockingQueuedConnection, UniqueConnection } |  | enum | ContextMenuPolicy { NoContextMenu, DefaultContextMenu, ActionsContextMenu, CustomContextMenu, PreventContextMenu } |  | enum | CoordinateSystem { DeviceCoordinates, LogicalCoordinates } |  | enum | Corner { TopLeftCorner, TopRightCorner, BottomLeftCorner, BottomRightCorner } |  | enum | CursorMoveStyle { LogicalMoveStyle, VisualMoveStyle } |  | enum | CursorShape { ArrowCursor, UpArrowCursor, CrossCursor, WaitCursor, ..., CustomCursor } |  | enum | DateFormat { TextDate, ISODate, SystemLocaleDate, LocalDate, ..., DefaultLocaleLongDate } |  | enum | DayOfWeek { Monday, Tuesday, Wednesday, Thursday, ..., Sunday } |  | enum | DockWidgetArea { LeftDockWidgetArea, RightDockWidgetArea, TopDockWidgetArea, BottomDockWidgetArea, ..., NoDockWidgetArea } |  | enum | DockWidgetAreaSizes { NDockWidgetAreas } |  | flags | DockWidgetAreas |  | enum | DropAction { CopyAction, MoveAction, LinkAction, ActionMask, TargetMoveAction, IgnoreAction } |  | flags | DropActions |  | enum | EventPriority { HighEventPriority, NormalEventPriority, LowEventPriority } |  | enum | FillRule { OddEvenFill, WindingFill } |  | enum | FindChildOption { FindDirectChildrenOnly, FindChildrenRecursively } |  | flags | FindChildOptions |  | enum | FocusPolicy { NoFocus, TabFocus, ClickFocus, StrongFocus, WheelFocus } |  | enum | FocusReason { MouseFocusReason, TabFocusReason, BacktabFocusReason, ActiveWindowFocusReason, ..., NoFocusReason } |  | enum | GestureFlag { DontStartGestureOnChildren, ReceivePartialGestures, IgnoredGesturesPropagateToParent } |  | flags | GestureFlags |  | enum | GestureState { NoGesture, GestureStarted, GestureUpdated, GestureFinished, GestureCanceled } |  | enum | GestureType { TapGesture, TapAndHoldGesture, PanGesture, PinchGesture, ..., LastGestureType } |  | enum | GlobalColor { color0, color1, black, white, ..., transparent } |  | typedef | HANDLE |  | enum | HitTestAccuracy { ExactHit, FuzzyHit } |  | enum | ImageConversionFlag { ColorMode_Mask, AutoColor, ColorOnly, MonoOnly, ..., NoFormatConversion } |  | flags | ImageConversionFlags |  | enum | Initialization { Uninitialized } |  | enum | InputMethodHint { ImhNone, ImhHiddenText, ImhSensitiveData, ImhNoAutoUppercase, ..., ImhExclusiveInputMask } |  | flags | InputMethodHints |  | flags | InputMethodQueries |  | enum | InputMethodQuery { ImEnabled, ImCursorRectangle, ImMicroFocus, ImFont, ..., ImQueryAll } |  | enum | ItemDataRole { DisplayRole, DecorationRole, EditRole, ToolTipRole, ..., UserRole } |  | enum | ItemFlag { NoItemFlags, ItemIsSelectable, ItemIsEditable, ItemIsDragEnabled, ..., ItemIsTristate } |  | flags | ItemFlags |  | enum | ItemSelectionMode { ContainsItemShape, IntersectsItemShape, ContainsItemBoundingRect, IntersectsItemBoundingRect } |  | enum | Key { Key_Escape, Key_Tab, Key_Backtab, Key_Backspace, ..., Key_unknown } |  | enum | KeyboardModifier { NoModifier, ShiftModifier, ControlModifier, AltModifier, ..., KeyboardModifierMask } |  | flags | KeyboardModifiers |  | enum | LayoutDirection { LeftToRight, RightToLeft, LayoutDirectionAuto } |  | enum | MaskMode { MaskInColor, MaskOutColor } |  | enum | MatchFlag { MatchExactly, MatchContains, MatchStartsWith, MatchEndsWith, ..., MatchRecursive } |  | flags | MatchFlags |  | enum | Modifier { META, SHIFT, CTRL, ALT, MODIFIER_MASK, UNICODE_ACCEL } |  | enum | MouseButton { NoButton, LeftButton, RightButton, MidButton, ..., MouseButtonMask } |  | flags | MouseButtons |  | enum | NavigationMode { NavigationModeNone, NavigationModeKeypadTabOrder, NavigationModeKeypadDirectional, NavigationModeCursorAuto, NavigationModeCursorForceVisible } |  | enum | Orientation { Horizontal, Vertical } |  | flags | Orientations |  | enum | PenCapStyle { FlatCap, SquareCap, RoundCap, MPenCapStyle } |  | enum | PenJoinStyle { MiterJoin, BevelJoin, RoundJoin, SvgMiterJoin, MPenJoinStyle } |  | enum | PenStyle { NoPen, SolidLine, DashLine, DotLine, ..., MPenStyle } |  | enum | ScreenOrientation { PrimaryOrientation, PortraitOrientation, LandscapeOrientation, InvertedPortraitOrientation, InvertedLandscapeOrientation } |  | flags | ScreenOrientations |  | enum | ScrollBarPolicy { ScrollBarAsNeeded, ScrollBarAlwaysOff, ScrollBarAlwaysOn } |  | enum | ShortcutContext { WidgetShortcut, WindowShortcut, ApplicationShortcut, WidgetWithChildrenShortcut } |  | enum | SizeHint { MinimumSize, PreferredSize, MaximumSize, MinimumDescent, NSizeHints } |  | enum | SizeMode { AbsoluteSize, RelativeSize } |  | enum | SortOrder { AscendingOrder, DescendingOrder } |  | enum | TextElideMode { ElideLeft, ElideRight, ElideMiddle, ElideNone } |  | enum | TextFlag { TextSingleLine, TextDontClip, TextExpandTabs, TextShowMnemonic, ..., TextBypassShaping } |  | enum | TextFormat { PlainText, RichText, AutoText } |  | enum | TextInteractionFlag { NoTextInteraction, TextSelectableByMouse, TextSelectableByKeyboard, LinksAccessibleByMouse, ..., TextBrowserInteraction } |  | flags | TextInteractionFlags |  | enum | TileRule { StretchTile, RepeatTile, RoundTile } |  | enum | TimeSpec { LocalTime, UTC, OffsetFromUTC } |  | enum | TimerType { PreciseTimer, CoarseTimer, VeryCoarseTimer } |  | enum | ToolBarArea { LeftToolBarArea, RightToolBarArea, TopToolBarArea, BottomToolBarArea, ..., NoToolBarArea } |  | enum | ToolBarAreaSizes { NToolBarAreas } |  | flags | ToolBarAreas |  | enum | ToolButtonStyle { ToolButtonIconOnly, ToolButtonTextOnly, ToolButtonTextBesideIcon, ToolButtonTextUnderIcon, ToolButtonFollowStyle } |  | enum | TouchPointState { TouchPointPressed, TouchPointMoved, TouchPointStationary, TouchPointReleased } |  | flags | TouchPointStates |  | enum | TransformationMode { FastTransformation, SmoothTransformation } |  | enum | UIEffect { UI_General, UI_AnimateMenu, UI_FadeMenu, UI_AnimateCombo, ..., UI_AnimateToolBox } |  | typedef | WFlags |  | enum | WhiteSpaceMode { WhiteSpaceNormal, WhiteSpacePre, WhiteSpaceNoWrap, WhiteSpaceModeUndefined } |  | enum | WidgetAttribute { WA_Disabled, WA_UnderMouse, WA_MouseTracking, WA_ContentsPropagated, ..., WA_AttributeCount } |  | flags | WindowFlags |  | enum | WindowFrameSection { NoSection, LeftSection, TopLeftSection, TopSection, ..., TitleBarArea } |  | enum | WindowModality { NonModal, WindowModal, ApplicationModal } |  | enum | WindowState { WindowNoState, WindowMinimized, WindowMaximized, WindowFullScreen, WindowActive } |  | flags | WindowStates |  | enum | WindowType { Widget, Window, Dialog, Sheet, ..., WindowSoftkeysRespondHint } |  Functions
Detailed DescriptionThe Qt namespace contains miscellaneous identifiers used throughout the Qt library. 
Type Documentationenum Qt::AlignmentFlagflags Qt::Alignment
The Alignment type is a typedef for QFlags<AlignmentFlag>. It stores an OR combination of AlignmentFlag values. enum Qt::AnchorPointenum Qt::ApplicationAttributeenum Qt::ArrowTypeenum Qt::AspectRatioModeenum Qt::Axisenum Qt::BGModeenum Qt::BrushStyleenum Qt::CaseSensitivityenum Qt::CheckStateenum Qt::ClipOperationenum Qt::ConnectionTypeenum Qt::CoordinateSystemenum Qt::Cornerenum Qt::CursorMoveStyleenum Qt::CursorShapeenum Qt::DateFormatenum Qt::DayOfWeekenum Qt::DockWidgetAreaflags Qt::DockWidgetAreas
The DockWidgetAreas type is a typedef for QFlags<DockWidgetArea>. It stores an OR combination of DockWidgetArea values. enum Qt::DockWidgetAreaSizesenum Qt::DropActionflags Qt::DropActions
The DropActions type is a typedef for QFlags<DropAction>. It stores an OR combination of DropAction values. enum Qt::EventPriorityenum Qt::FillRuleenum Qt::FindChildOptionflags Qt::FindChildOptions
The FindChildOptions type is a typedef for QFlags<FindChildOption>. It stores an OR combination of FindChildOption values. enum Qt::FocusPolicyenum Qt::FocusReasonenum Qt::GestureFlagflags Qt::GestureFlags
The GestureFlags type is a typedef for QFlags<GestureFlag>. It stores an OR combination of GestureFlag values. enum Qt::GestureStateenum Qt::GestureTypeenum Qt::GlobalColortypedef Qt::HANDLEenum Qt::HitTestAccuracyenum Qt::ImageConversionFlagflags Qt::ImageConversionFlags
The ImageConversionFlags type is a typedef for QFlags<ImageConversionFlag>. It stores an OR combination of ImageConversionFlag values. enum Qt::Initializationenum Qt::InputMethodHintflags Qt::InputMethodHints
The InputMethodHints type is a typedef for QFlags<InputMethodHint>. It stores an OR combination of InputMethodHint values. enum Qt::InputMethodQueryflags Qt::InputMethodQueries
The InputMethodQueries type is a typedef for QFlags<InputMethodQuery>. It stores an OR combination of InputMethodQuery values. enum Qt::ItemDataRoleenum Qt::ItemFlagflags Qt::ItemFlags
The ItemFlags type is a typedef for QFlags<ItemFlag>. It stores an OR combination of ItemFlag values. enum Qt::ItemSelectionModeenum Qt::Keyenum Qt::KeyboardModifierflags Qt::KeyboardModifiers
The KeyboardModifiers type is a typedef for QFlags<KeyboardModifier>. It stores an OR combination of KeyboardModifier values. enum Qt::LayoutDirectionenum Qt::MaskModeenum Qt::MatchFlagflags Qt::MatchFlags
The MatchFlags type is a typedef for QFlags<MatchFlag>. It stores an OR combination of MatchFlag values. enum Qt::Modifierenum Qt::MouseButtonflags Qt::MouseButtons
The MouseButtons type is a typedef for QFlags<MouseButton>. It stores an OR combination of MouseButton values. enum Qt::NavigationModeenum Qt::Orientationflags Qt::Orientations
The Orientations type is a typedef for QFlags<Orientation>. It stores an OR combination of Orientation values. enum Qt::PenCapStyleenum Qt::PenJoinStyleenum Qt::PenStyleenum Qt::ScreenOrientationflags Qt::ScreenOrientations
The ScreenOrientations type is a typedef for QFlags<ScreenOrientation>. It stores an OR combination of ScreenOrientation values. enum Qt::ScrollBarPolicyenum Qt::ShortcutContextenum Qt::SizeHintenum Qt::SizeModeenum Qt::SortOrderenum Qt::TextElideModeenum Qt::TextFlagenum Qt::TextFormatenum Qt::TextInteractionFlagflags Qt::TextInteractionFlags
The TextInteractionFlags type is a typedef for QFlags<TextInteractionFlag>. It stores an OR combination of TextInteractionFlag values. enum Qt::TileRuleenum Qt::TimeSpecenum Qt::TimerTypeenum Qt::ToolBarAreaflags Qt::ToolBarAreas
The ToolBarAreas type is a typedef for QFlags<ToolBarArea>. It stores an OR combination of ToolBarArea values. enum Qt::ToolBarAreaSizesenum Qt::ToolButtonStyleenum Qt::TouchPointStateflags Qt::TouchPointStates
The TouchPointStates type is a typedef for QFlags<TouchPointState>. It stores an OR combination of TouchPointState values. enum Qt::TransformationModeenum Qt::UIEffecttypedef Qt::WFlagsenum Qt::WhiteSpaceModeenum Qt::WidgetAttributeenum Qt::WindowFrameSectionenum Qt::WindowModalityenum Qt::WindowStateflags Qt::WindowStates
The WindowStates type is a typedef for QFlags<WindowState>. It stores an OR combination of WindowState values. enum Qt::WindowTypeflags Qt::WindowFlags
The WindowFlags type is a typedef for QFlags<WindowType>. It stores an OR combination of WindowType values.
      
     |