Qt Namespace
The 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 Description
The Qt namespace contains miscellaneous identifiers used throughout the Qt library.
Type Documentation
enum Qt::AlignmentFlag flags Qt::Alignment
The Alignment type is a typedef for QFlags<AlignmentFlag>. It stores an OR combination of AlignmentFlag values.
enum Qt::AnchorPoint
enum Qt::ApplicationAttribute
enum Qt::ArrowType
enum Qt::AspectRatioMode
enum Qt::Axis
enum Qt::BGMode
enum Qt::BrushStyle
enum Qt::CaseSensitivity
enum Qt::CheckState
enum Qt::ClipOperation
enum Qt::ConnectionType
enum Qt::CoordinateSystem
enum Qt::Corner
enum Qt::CursorMoveStyle
enum Qt::CursorShape
enum Qt::DateFormat
enum Qt::DayOfWeek
enum Qt::DockWidgetArea flags Qt::DockWidgetAreas
The DockWidgetAreas type is a typedef for QFlags<DockWidgetArea>. It stores an OR combination of DockWidgetArea values.
enum Qt::DockWidgetAreaSizes
enum Qt::DropAction flags Qt::DropActions
The DropActions type is a typedef for QFlags<DropAction>. It stores an OR combination of DropAction values.
enum Qt::EventPriority
enum Qt::FillRule
enum Qt::FindChildOption flags Qt::FindChildOptions
The FindChildOptions type is a typedef for QFlags<FindChildOption>. It stores an OR combination of FindChildOption values.
enum Qt::FocusPolicy
enum Qt::FocusReason
enum Qt::GestureFlag flags Qt::GestureFlags
The GestureFlags type is a typedef for QFlags<GestureFlag>. It stores an OR combination of GestureFlag values.
enum Qt::GestureState
enum Qt::GestureType
enum Qt::GlobalColor
typedef Qt::HANDLE
enum Qt::HitTestAccuracy
enum Qt::ImageConversionFlag flags Qt::ImageConversionFlags
The ImageConversionFlags type is a typedef for QFlags<ImageConversionFlag>. It stores an OR combination of ImageConversionFlag values.
enum Qt::Initialization
enum Qt::InputMethodHint flags Qt::InputMethodHints
The InputMethodHints type is a typedef for QFlags<InputMethodHint>. It stores an OR combination of InputMethodHint values.
enum Qt::InputMethodQuery flags Qt::InputMethodQueries
The InputMethodQueries type is a typedef for QFlags<InputMethodQuery>. It stores an OR combination of InputMethodQuery values.
enum Qt::ItemDataRole
enum Qt::ItemFlag flags Qt::ItemFlags
The ItemFlags type is a typedef for QFlags<ItemFlag>. It stores an OR combination of ItemFlag values.
enum Qt::ItemSelectionMode
enum Qt::Key
enum Qt::KeyboardModifier flags Qt::KeyboardModifiers
The KeyboardModifiers type is a typedef for QFlags<KeyboardModifier>. It stores an OR combination of KeyboardModifier values.
enum Qt::LayoutDirection
enum Qt::MaskMode
enum Qt::MatchFlag flags Qt::MatchFlags
The MatchFlags type is a typedef for QFlags<MatchFlag>. It stores an OR combination of MatchFlag values.
enum Qt::Modifier
enum Qt::MouseButton flags Qt::MouseButtons
The MouseButtons type is a typedef for QFlags<MouseButton>. It stores an OR combination of MouseButton values.
enum Qt::NavigationMode
enum Qt::Orientation flags Qt::Orientations
The Orientations type is a typedef for QFlags<Orientation>. It stores an OR combination of Orientation values.
enum Qt::PenCapStyle
enum Qt::PenJoinStyle
enum Qt::PenStyle
enum Qt::ScreenOrientation flags Qt::ScreenOrientations
The ScreenOrientations type is a typedef for QFlags<ScreenOrientation>. It stores an OR combination of ScreenOrientation values.
enum Qt::ScrollBarPolicy
enum Qt::ShortcutContext
enum Qt::SizeHint
enum Qt::SizeMode
enum Qt::SortOrder
enum Qt::TextElideMode
enum Qt::TextFlag
enum Qt::TextFormat
enum Qt::TextInteractionFlag flags Qt::TextInteractionFlags
The TextInteractionFlags type is a typedef for QFlags<TextInteractionFlag>. It stores an OR combination of TextInteractionFlag values.
enum Qt::TileRule
enum Qt::TimeSpec
enum Qt::TimerType
enum Qt::ToolBarArea flags Qt::ToolBarAreas
The ToolBarAreas type is a typedef for QFlags<ToolBarArea>. It stores an OR combination of ToolBarArea values.
enum Qt::ToolBarAreaSizes
enum Qt::ToolButtonStyle
enum Qt::TouchPointState flags Qt::TouchPointStates
The TouchPointStates type is a typedef for QFlags<TouchPointState>. It stores an OR combination of TouchPointState values.
enum Qt::TransformationMode
enum Qt::UIEffect
typedef Qt::WFlags
enum Qt::WhiteSpaceMode
enum Qt::WidgetAttribute
enum Qt::WindowFrameSection
enum Qt::WindowModality
enum Qt::WindowState flags Qt::WindowStates
The WindowStates type is a typedef for QFlags<WindowState>. It stores an OR combination of WindowState values.
enum Qt::WindowType flags Qt::WindowFlags
The WindowFlags type is a typedef for QFlags<WindowType>. It stores an OR combination of WindowType values.
|