Qt class

 

Help on class Qt in module PyQt5.QtCore:

class Qt(sip.simplewrapper)
 |  Method resolution order:
 |      Qt
 |      sip.simplewrapper
 |      builtins.object
 |  
 |  Methods defined here:
 |  
 |  convertFromPlainText(...)
 |      convertFromPlainText(str, mode: Qt.WhiteSpaceMode = Qt.WhiteSpacePre) -> str
 |  
 |  mightBeRichText(...)
 |      mightBeRichText(str) -> bool
 |  
 |  ----------------------------------------------------------------------
 |  Data descriptors defined here:
 |  
 |  __weakref__
 |      list of weak references to the object (if defined)
 |  
 |  ----------------------------------------------------------------------
 |  Data and other attributes defined here:
 |  
 |  AA_CompressHighFrequencyEvents = 25
 |  
 |  AA_DisableHighDpiScaling = 21
 |  
 |  AA_DontCheckOpenGLContextThreadAffinity = 26
 |  
 |  AA_DontCreateNativeWidgetSiblings = 4
 |  
 |  AA_DontShowIconsInMenus = 2
 |  
 |  AA_DontUseNativeDialogs = 23
 |  
 |  AA_DontUseNativeMenuBar = 6
 |  
 |  AA_EnableHighDpiScaling = 20
 |  
 |  AA_ForceRasterWidgets = 14
 |  
 |  AA_ImmediateWidgetCreation = 0
 |  
 |  AA_MSWindowsUseDirect3DByDefault = 1
 |  
 |  AA_MacDontSwapCtrlAndMeta = 7
 |  
 |  AA_MacPluginApplication = 5
 |  
 |  AA_NativeWindows = 3
 |  
 |  AA_PluginApplication = 5
 |  
 |  AA_SetPalette = 19
 |  
 |  AA_ShareOpenGLContexts = 18
 |  
 |  AA_SynthesizeMouseForUnhandledTabletEvents = 24
 |  
 |  AA_SynthesizeMouseForUnhandledTouchEvents = 12
 |  
 |  AA_SynthesizeTouchForUnhandledMouseEvents = 11
 |  
 |  AA_Use96Dpi = 8
 |  
 |  AA_UseDesktopOpenGL = 15
 |  
 |  AA_UseHighDpiPixmaps = 13
 |  
 |  AA_UseOpenGLES = 16
 |  
 |  AA_UseSoftwareOpenGL = 17
 |  
 |  AA_UseStyleSheetPropagationInWidgetStyles = 22
 |  
 |  AA_X11InitThreads = 10
 |  
 |  ALT = 134217728
 |  
 |  AbsoluteSize = 0
 |  
 |  AccessibleDescriptionRole = 12
 |  
 |  AccessibleTextRole = 11
 |  
 |  ActionMask = 255
 |  
 |  ActionsContextMenu = 2
 |  
 |  ActiveWindowFocusReason = 3
 |  
 |  AddToSelection = 1
 |  
 |  AlignAbsolute = 16
 |  
 |  AlignBaseline = 256
 |  
 |  AlignBottom = 64
 |  
 |  AlignCenter = 132
 |  
 |  AlignHCenter = 4
 |  
 |  AlignHorizontal_Mask = 31
 |  
 |  AlignJustify = 8
 |  
 |  AlignLeading = 1
 |  
 |  AlignLeft = 1
 |  
 |  AlignRight = 2
 |  
 |  AlignTop = 32
 |  
 |  AlignTrailing = 2
 |  
 |  AlignVCenter = 128
 |  
 |  AlignVertical_Mask = 480
 |  
 |  Alignment = <class 'PyQt5.QtCore.Alignment'>
 |      Qt.Alignment()
 |      Qt.Alignment(Union[Qt.Alignment, Qt.AlignmentFlag])
 |      Qt.Alignment(Qt.Alignment)
 |  
 |  AlignmentFlag = <class 'PyQt5.QtCore.Qt.AlignmentFlag'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  AllButtons = 134217727
 |  
 |  AllDockWidgetAreas = 15
 |  
 |  AllToolBarAreas = 15
 |  
 |  AltModifier = 134217728
 |  
 |  AnchorBottom = 5
 |  
 |  AnchorHorizontalCenter = 1
 |  
 |  AnchorLeft = 0
 |  
 |  AnchorPoint = <class 'PyQt5.QtCore.Qt.AnchorPoint'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  AnchorRight = 2
 |  
 |  AnchorTop = 3
 |  
 |  AnchorVerticalCenter = 4
 |  
 |  ApplicationActive = 4
 |  
 |  ApplicationAttribute = <class 'PyQt5.QtCore.Qt.ApplicationAttribute'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  ApplicationHidden = 1
 |  
 |  ApplicationInactive = 2
 |  
 |  ApplicationModal = 2
 |  
 |  ApplicationShortcut = 2
 |  
 |  ApplicationState = <class 'PyQt5.QtCore.Qt.ApplicationState'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  ApplicationStates = <class 'PyQt5.QtCore.ApplicationStates'>
 |      Qt.ApplicationStates()
 |      Qt.ApplicationStates(Union[Qt.ApplicationStates, Qt.ApplicationState])
 |      Qt.ApplicationStates(Qt.ApplicationStates)
 |  
 |  ApplicationSuspended = 0
 |  
 |  ArrowCursor = 0
 |  
 |  ArrowType = <class 'PyQt5.QtCore.Qt.ArrowType'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  AscendingOrder = 0
 |  
 |  AspectRatioMode = <class 'PyQt5.QtCore.Qt.AspectRatioMode'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  AutoColor = 0
 |  
 |  AutoConnection = 0
 |  
 |  AutoDither = 0
 |  
 |  AutoText = 2
 |  
 |  AvoidDither = 128
 |  
 |  Axis = <class 'PyQt5.QtCore.Qt.Axis'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  BDiagPattern = 12
 |  
 |  BGMode = <class 'PyQt5.QtCore.Qt.BGMode'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  BackButton = 8
 |  
 |  BackgroundColorRole = 8
 |  
 |  BackgroundRole = 8
 |  
 |  BacktabFocusReason = 2
 |  
 |  BeginNativeGesture = 0
 |  
 |  BevelJoin = 64
 |  
 |  BitmapCursor = 24
 |  
 |  BlankCursor = 10
 |  
 |  BlockingQueuedConnection = 3
 |  
 |  BottomDockWidgetArea = 8
 |  
 |  BottomEdge = 8
 |  
 |  BottomLeftCorner = 2
 |  
 |  BottomLeftSection = 8
 |  
 |  BottomRightCorner = 3
 |  
 |  BottomRightSection = 6
 |  
 |  BottomSection = 7
 |  
 |  BottomToolBarArea = 8
 |  
 |  BrushStyle = <class 'PyQt5.QtCore.Qt.BrushStyle'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  BusyCursor = 16
 |  
 |  BypassGraphicsProxyWidget = 536870912
 |  
 |  BypassWindowManagerHint = 1024
 |  
 |  CTRL = 67108864
 |  
 |  CaseInsensitive = 0
 |  
 |  CaseSensitive = 1
 |  
 |  CaseSensitivity = <class 'PyQt5.QtCore.Qt.CaseSensitivity'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  CheckState = <class 'PyQt5.QtCore.Qt.CheckState'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  CheckStateRole = 10
 |  
 |  Checked = 2
 |  
 |  ClickFocus = 2
 |  
 |  ClipOperation = <class 'PyQt5.QtCore.Qt.ClipOperation'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  ClosedHandCursor = 18
 |  
 |  CoarseTimer = 1
 |  
 |  ColorOnly = 3
 |  
 |  ConicalGradientPattern = 17
 |  
 |  ConnectionType = <class 'PyQt5.QtCore.Qt.ConnectionType'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  ContainsItemBoundingRect = 2
 |  
 |  ContainsItemShape = 0
 |  
 |  ContextMenuPolicy = <class 'PyQt5.QtCore.Qt.ContextMenuPolicy'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  ControlModifier = 67108864
 |  
 |  CoordinateSystem = <class 'PyQt5.QtCore.Qt.CoordinateSystem'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  CopyAction = 1
 |  
 |  Corner = <class 'PyQt5.QtCore.Qt.Corner'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  CoverWindow = 65
 |  
 |  CrossCursor = 2
 |  
 |  CrossPattern = 11
 |  
 |  CursorMoveStyle = <class 'PyQt5.QtCore.Qt.CursorMoveStyle'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  CursorShape = <class 'PyQt5.QtCore.Qt.CursorShape'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  CustomContextMenu = 3
 |  
 |  CustomCursor = 25
 |  
 |  CustomDashLine = 6
 |  
 |  CustomGesture = 256
 |  
 |  CustomizeWindowHint = 33554432
 |  
 |  DashDotDotLine = 5
 |  
 |  DashDotLine = 4
 |  
 |  DashLine = 2
 |  
 |  DateFormat = <class 'PyQt5.QtCore.Qt.DateFormat'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  DayOfWeek = <class 'PyQt5.QtCore.Qt.DayOfWeek'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  DecorationRole = 1
 |  
 |  DefaultContextMenu = 1
 |  
 |  DefaultLocaleLongDate = 7
 |  
 |  DefaultLocaleShortDate = 6
 |  
 |  Dense1Pattern = 2
 |  
 |  Dense2Pattern = 3
 |  
 |  Dense3Pattern = 4
 |  
 |  Dense4Pattern = 5
 |  
 |  Dense5Pattern = 6
 |  
 |  Dense6Pattern = 7
 |  
 |  Dense7Pattern = 8
 |  
 |  DescendingOrder = 1
 |  
 |  Desktop = 17
 |  
 |  DeviceCoordinates = 0
 |  
 |  DiagCrossPattern = 14
 |  
 |  Dialog = 3
 |  
 |  DiffuseAlphaDither = 8
 |  
 |  DiffuseDither = 0
 |  
 |  DirectConnection = 1
 |  
 |  DisplayRole = 0
 |  
 |  DockWidgetArea = <class 'PyQt5.QtCore.Qt.DockWidgetArea'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  DockWidgetArea_Mask = 15
 |  
 |  DockWidgetAreas = <class 'PyQt5.QtCore.DockWidgetAreas'>
 |      Qt.DockWidgetAreas()
 |      Qt.DockWidgetAreas(Union[Qt.DockWidgetAreas, Qt.DockWidgetArea])
 |      Qt.DockWidgetAreas(Qt.DockWidgetAreas)
 |  
 |  DontStartGestureOnChildren = 1
 |  
 |  DotLine = 3
 |  
 |  DownArrow = 2
 |  
 |  DragCopyCursor = 19
 |  
 |  DragLinkCursor = 21
 |  
 |  DragMoveCursor = 20
 |  
 |  Drawer = 7
 |  
 |  DropAction = <class 'PyQt5.QtCore.Qt.DropAction'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  DropActions = <class 'PyQt5.QtCore.DropActions'>
 |      Qt.DropActions()
 |      Qt.DropActions(Union[Qt.DropActions, Qt.DropAction])
 |      Qt.DropActions(Qt.DropActions)
 |  
 |  Edge = <class 'PyQt5.QtCore.Qt.Edge'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  Edges = <class 'PyQt5.QtCore.Edges'>
 |      Qt.Edges()
 |      Qt.Edges(Union[Qt.Edges, Qt.Edge])
 |      Qt.Edges(Qt.Edges)
 |  
 |  EditRole = 2
 |  
 |  ElideLeft = 0
 |  
 |  ElideMiddle = 2
 |  
 |  ElideNone = 3
 |  
 |  ElideRight = 1
 |  
 |  EndNativeGesture = 1
 |  
 |  EnterKeyDefault = 0
 |  
 |  EnterKeyDone = 2
 |  
 |  EnterKeyGo = 3
 |  
 |  EnterKeyNext = 6
 |  
 |  EnterKeyPrevious = 7
 |  
 |  EnterKeyReturn = 1
 |  
 |  EnterKeySearch = 5
 |  
 |  EnterKeySend = 4
 |  
 |  EnterKeyType = <class 'PyQt5.QtCore.Qt.EnterKeyType'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  EventPriority = <class 'PyQt5.QtCore.Qt.EventPriority'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  ExactHit = 0
 |  
 |  ExtraButton1 = 8
 |  
 |  ExtraButton10 = 4096
 |  
 |  ExtraButton11 = 8192
 |  
 |  ExtraButton12 = 16384
 |  
 |  ExtraButton13 = 32768
 |  
 |  ExtraButton14 = 65536
 |  
 |  ExtraButton15 = 131072
 |  
 |  ExtraButton16 = 262144
 |  
 |  ExtraButton17 = 524288
 |  
 |  ExtraButton18 = 1048576
 |  
 |  ExtraButton19 = 2097152
 |  
 |  ExtraButton2 = 16
 |  
 |  ExtraButton20 = 4194304
 |  
 |  ExtraButton21 = 8388608
 |  
 |  ExtraButton22 = 16777216
 |  
 |  ExtraButton23 = 33554432
 |  
 |  ExtraButton24 = 67108864
 |  
 |  ExtraButton3 = 32
 |  
 |  ExtraButton4 = 64
 |  
 |  ExtraButton5 = 128
 |  
 |  ExtraButton6 = 256
 |  
 |  ExtraButton7 = 512
 |  
 |  ExtraButton8 = 1024
 |  
 |  ExtraButton9 = 2048
 |  
 |  FDiagPattern = 13
 |  
 |  FastTransformation = 0
 |  
 |  FillRule = <class 'PyQt5.QtCore.Qt.FillRule'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  FindChildOption = <class 'PyQt5.QtCore.Qt.FindChildOption'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  FindChildOptions = <class 'PyQt5.QtCore.FindChildOptions'>
 |      Qt.FindChildOptions()
 |      Qt.FindChildOptions(Union[Qt.FindChildOptions, Qt.FindChildOption])
 |      Qt.FindChildOptions(Qt.FindChildOptions)
 |  
 |  FindChildrenRecursively = 1
 |  
 |  FindDirectChildrenOnly = 0
 |  
 |  FlatCap = 0
 |  
 |  FocusPolicy = <class 'PyQt5.QtCore.Qt.FocusPolicy'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  FocusReason = <class 'PyQt5.QtCore.Qt.FocusReason'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  FontRole = 6
 |  
 |  ForbiddenCursor = 14
 |  
 |  ForegroundRole = 9
 |  
 |  ForeignWindow = 33
 |  
 |  ForwardButton = 16
 |  
 |  FramelessWindowHint = 2048
 |  
 |  Friday = 5
 |  
 |  FuzzyHit = 1
 |  
 |  GestureCanceled = 4
 |  
 |  GestureFinished = 3
 |  
 |  GestureFlag = <class 'PyQt5.QtCore.Qt.GestureFlag'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  GestureFlags = <class 'PyQt5.QtCore.GestureFlags'>
 |      Qt.GestureFlags()
 |      Qt.GestureFlags(Union[Qt.GestureFlags, Qt.GestureFlag])
 |      Qt.GestureFlags(Qt.GestureFlags)
 |  
 |  GestureStarted = 1
 |  
 |  GestureState = <class 'PyQt5.QtCore.Qt.GestureState'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  GestureType = <class 'PyQt5.QtCore.Qt.GestureType'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  GestureUpdated = 2
 |  
 |  GlobalColor = <class 'PyQt5.QtCore.Qt.GlobalColor'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  GroupSwitchModifier = 1073741824
 |  
 |  HighEventPriority = 1
 |  
 |  HitTestAccuracy = <class 'PyQt5.QtCore.Qt.HitTestAccuracy'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  HorPattern = 9
 |  
 |  Horizontal = 1
 |  
 |  IBeamCursor = 4
 |  
 |  ISODate = 1
 |  
 |  ISODateWithMs = 9
 |  
 |  IgnoreAction = 0
 |  
 |  IgnoreAspectRatio = 0
 |  
 |  IgnoredGesturesPropagateToParent = 4
 |  
 |  ImAbsolutePosition = 1024
 |  
 |  ImAnchorPosition = 128
 |  
 |  ImAnchorRectangle = 16384
 |  
 |  ImCurrentSelection = 32
 |  
 |  ImCursorPosition = 8
 |  
 |  ImCursorRectangle = 2
 |  
 |  ImEnabled = 1
 |  
 |  ImEnterKeyType = 8192
 |  
 |  ImFont = 4
 |  
 |  ImHints = 256
 |  
 |  ImInputItemClipRectangle = 32768
 |  
 |  ImMaximumTextLength = 64
 |  
 |  ImMicroFocus = 2
 |  
 |  ImPlatformData = -2147483648
 |  
 |  ImPreferredLanguage = 512
 |  
 |  ImQueryAll = -1
 |  
 |  ImQueryInput = 16570
 |  
 |  ImSurroundingText = 16
 |  
 |  ImTextAfterCursor = 4096
 |  
 |  ImTextBeforeCursor = 2048
 |  
 |  ImageConversionFlag = <class 'PyQt5.QtCore.Qt.ImageConversionFlag'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  ImageConversionFlags = <class 'PyQt5.QtCore.ImageConversionFlags'>
 |      Qt.ImageConversionFlags()
 |      Qt.ImageConversionFlags(Union[Qt.ImageConversionFlags, Qt.ImageConversionFlag])
 |      Qt.ImageConversionFlags(Qt.ImageConversionFlags)
 |  
 |  ImhDate = 128
 |  
 |  ImhDialableCharactersOnly = 1048576
 |  
 |  ImhDigitsOnly = 65536
 |  
 |  ImhEmailCharactersOnly = 2097152
 |  
 |  ImhExclusiveInputMask = -65536
 |  
 |  ImhFormattedNumbersOnly = 131072
 |  
 |  ImhHiddenText = 1
 |  
 |  ImhLatinOnly = 8388608
 |  
 |  ImhLowercaseOnly = 524288
 |  
 |  ImhMultiLine = 1024
 |  
 |  ImhNoAutoUppercase = 4
 |  
 |  ImhNoPredictiveText = 64
 |  
 |  ImhNone = 0
 |  
 |  ImhPreferLatin = 512
 |  
 |  ImhPreferLowercase = 32
 |  
 |  ImhPreferNumbers = 8
 |  
 |  ImhPreferUppercase = 16
 |  
 |  ImhSensitiveData = 2
 |  
 |  ImhTime = 256
 |  
 |  ImhUppercaseOnly = 262144
 |  
 |  ImhUrlCharactersOnly = 4194304
 |  
 |  InitialSortOrderRole = 14
 |  
 |  InputMethodHint = <class 'PyQt5.QtCore.Qt.InputMethodHint'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  InputMethodHints = <class 'PyQt5.QtCore.InputMethodHints'>
 |      Qt.InputMethodHints()
 |      Qt.InputMethodHints(Union[Qt.InputMethodHints, Qt.InputMethodHint])
 |      Qt.InputMethodHints(Qt.InputMethodHints)
 |  
 |  InputMethodQueries = <class 'PyQt5.QtCore.InputMethodQueries'>
 |      Qt.InputMethodQueries()
 |      Qt.InputMethodQueries(Union[Qt.InputMethodQueries, Qt.InputMethodQuery])
 |      Qt.InputMethodQueries(Qt.InputMethodQueries)
 |  
 |  InputMethodQuery = <class 'PyQt5.QtCore.Qt.InputMethodQuery'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  IntersectClip = 2
 |  
 |  IntersectsItemBoundingRect = 3
 |  
 |  IntersectsItemShape = 1
 |  
 |  InvertedLandscapeOrientation = 8
 |  
 |  InvertedPortraitOrientation = 4
 |  
 |  ItemDataRole = <class 'PyQt5.QtCore.Qt.ItemDataRole'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  ItemFlag = <class 'PyQt5.QtCore.Qt.ItemFlag'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  ItemFlags = <class 'PyQt5.QtCore.ItemFlags'>
 |      Qt.ItemFlags()
 |      Qt.ItemFlags(Union[Qt.ItemFlags, Qt.ItemFlag])
 |      Qt.ItemFlags(Qt.ItemFlags)
 |  
 |  ItemIsAutoTristate = 64
 |  
 |  ItemIsDragEnabled = 4
 |  
 |  ItemIsDropEnabled = 8
 |  
 |  ItemIsEditable = 2
 |  
 |  ItemIsEnabled = 32
 |  
 |  ItemIsSelectable = 1
 |  
 |  ItemIsTristate = 64
 |  
 |  ItemIsUserCheckable = 16
 |  
 |  ItemIsUserTristate = 256
 |  
 |  ItemNeverHasChildren = 128
 |  
 |  ItemSelectionMode = <class 'PyQt5.QtCore.Qt.ItemSelectionMode'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  ItemSelectionOperation = <class 'PyQt5.QtCore.Qt.ItemSelectionOperatio...
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  KeepAspectRatio = 1
 |  
 |  KeepAspectRatioByExpanding = 2
 |  
 |  Key = <class 'PyQt5.QtCore.Qt.Key'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  Key_0 = 48
 |  
 |  Key_1 = 49
 |  
 |  Key_2 = 50
 |  
 |  Key_3 = 51
 |  
 |  Key_4 = 52
 |  
 |  Key_5 = 53
 |  
 |  Key_6 = 54
 |  
 |  Key_7 = 55
 |  
 |  Key_8 = 56
 |  
 |  Key_9 = 57
 |  
 |  Key_A = 65
 |  
 |  Key_AE = 198
 |  
 |  Key_Aacute = 193
 |  
 |  Key_Acircumflex = 194
 |  
 |  Key_AddFavorite = 16777408
 |  
 |  Key_Adiaeresis = 196
 |  
 |  Key_Agrave = 192
 |  
 |  Key_Alt = 16777251
 |  
 |  Key_AltGr = 16781571
 |  
 |  Key_Ampersand = 38
 |  
 |  Key_Any = 32
 |  
 |  Key_Apostrophe = 39
 |  
 |  Key_ApplicationLeft = 16777415
 |  
 |  Key_ApplicationRight = 16777416
 |  
 |  Key_Aring = 197
 |  
 |  Key_AsciiCircum = 94
 |  
 |  Key_AsciiTilde = 126
 |  
 |  Key_Asterisk = 42
 |  
 |  Key_At = 64
 |  
 |  Key_Atilde = 195
 |  
 |  Key_AudioCycleTrack = 16777478
 |  
 |  Key_AudioForward = 16777474
 |  
 |  Key_AudioRandomPlay = 16777476
 |  
 |  Key_AudioRepeat = 16777475
 |  
 |  Key_AudioRewind = 16777413
 |  
 |  Key_Away = 16777464
 |  
 |  Key_B = 66
 |  
 |  Key_Back = 16777313
 |  
 |  Key_BackForward = 16777414
 |  
 |  Key_Backslash = 92
 |  
 |  Key_Backspace = 16777219
 |  
 |  Key_Backtab = 16777218
 |  
 |  Key_Bar = 124
 |  
 |  Key_BassBoost = 16777331
 |  
 |  Key_BassDown = 16777333
 |  
 |  Key_BassUp = 16777332
 |  
 |  Key_Battery = 16777470
 |  
 |  Key_Blue = 16777495
 |  
 |  Key_Bluetooth = 16777471
 |  
 |  Key_Book = 16777417
 |  
 |  Key_BraceLeft = 123
 |  
 |  Key_BraceRight = 125
 |  
 |  Key_BracketLeft = 91
 |  
 |  Key_BracketRight = 93
 |  
 |  Key_BrightnessAdjust = 16777410
 |  
 |  Key_C = 67
 |  
 |  Key_CD = 16777418
 |  
 |  Key_Calculator = 16777419
 |  
 |  Key_Calendar = 16777444
 |  
 |  Key_Call = 17825796
 |  
 |  Key_Camera = 17825824
 |  
 |  Key_CameraFocus = 17825825
 |  
 |  Key_Cancel = 16908289
 |  
 |  Key_CapsLock = 16777252
 |  
 |  Key_Ccedilla = 199
 |  
 |  Key_ChannelDown = 16777497
 |  
 |  Key_ChannelUp = 16777496
 |  
 |  Key_Clear = 16777227
 |  
 |  Key_ClearGrab = 16777421
 |  
 |  Key_Close = 16777422
 |  
 |  Key_Codeinput = 16781623
 |  
 |  Key_Colon = 58
 |  
 |  Key_Comma = 44
 |  
 |  Key_Community = 16777412
 |  
 |  Key_Context1 = 17825792
 |  
 |  Key_Context2 = 17825793
 |  
 |  Key_Context3 = 17825794
 |  
 |  Key_Context4 = 17825795
 |  
 |  Key_ContrastAdjust = 16777485
 |  
 |  Key_Control = 16777249
 |  
 |  Key_Copy = 16777423
 |  
 |  Key_Cut = 16777424
 |  
 |  Key_D = 68
 |  
 |  Key_DOS = 16777426
 |  
 |  Key_Dead_Abovedot = 16781910
 |  
 |  Key_Dead_Abovering = 16781912
 |  
 |  Key_Dead_Acute = 16781905
 |  
 |  Key_Dead_Belowdot = 16781920
 |  
 |  Key_Dead_Breve = 16781909
 |  
 |  Key_Dead_Caron = 16781914
 |  
 |  Key_Dead_Cedilla = 16781915
 |  
 |  Key_Dead_Circumflex = 16781906
 |  
 |  Key_Dead_Diaeresis = 16781911
 |  
 |  Key_Dead_Doubleacute = 16781913
 |  
 |  Key_Dead_Grave = 16781904
 |  
 |  Key_Dead_Hook = 16781921
 |  
 |  Key_Dead_Horn = 16781922
 |  
 |  Key_Dead_Iota = 16781917
 |  
 |  Key_Dead_Macron = 16781908
 |  
 |  Key_Dead_Ogonek = 16781916
 |  
 |  Key_Dead_Semivoiced_Sound = 16781919
 |  
 |  Key_Dead_Tilde = 16781907
 |  
 |  Key_Dead_Voiced_Sound = 16781918
 |  
 |  Key_Delete = 16777223
 |  
 |  Key_Direction_L = 16777305
 |  
 |  Key_Direction_R = 16777312
 |  
 |  Key_Display = 16777425
 |  
 |  Key_Documents = 16777427
 |  
 |  Key_Dollar = 36
 |  
 |  Key_Down = 16777237
 |  
 |  Key_E = 69
 |  
 |  Key_ETH = 208
 |  
 |  Key_Eacute = 201
 |  
 |  Key_Ecircumflex = 202
 |  
 |  Key_Ediaeresis = 203
 |  
 |  Key_Egrave = 200
 |  
 |  Key_Eisu_Shift = 16781615
 |  
 |  Key_Eisu_toggle = 16781616
 |  
 |  Key_Eject = 16777401
 |  
 |  Key_End = 16777233
 |  
 |  Key_Enter = 16777221
 |  
 |  Key_Equal = 61
 |  
 |  Key_Escape = 16777216
 |  
 |  Key_Excel = 16777428
 |  
 |  Key_Exclam = 33
 |  
 |  Key_Execute = 16908291
 |  
 |  Key_Exit = 16908298
 |  
 |  Key_Explorer = 16777429
 |  
 |  Key_F = 70
 |  
 |  Key_F1 = 16777264
 |  
 |  Key_F10 = 16777273
 |  
 |  Key_F11 = 16777274
 |  
 |  Key_F12 = 16777275
 |  
 |  Key_F13 = 16777276
 |  
 |  Key_F14 = 16777277
 |  
 |  Key_F15 = 16777278
 |  
 |  Key_F16 = 16777279
 |  
 |  Key_F17 = 16777280
 |  
 |  Key_F18 = 16777281
 |  
 |  Key_F19 = 16777282
 |  
 |  Key_F2 = 16777265
 |  
 |  Key_F20 = 16777283
 |  
 |  Key_F21 = 16777284
 |  
 |  Key_F22 = 16777285
 |  
 |  Key_F23 = 16777286
 |  
 |  Key_F24 = 16777287
 |  
 |  Key_F25 = 16777288
 |  
 |  Key_F26 = 16777289
 |  
 |  Key_F27 = 16777290
 |  
 |  Key_F28 = 16777291
 |  
 |  Key_F29 = 16777292
 |  
 |  Key_F3 = 16777266
 |  
 |  Key_F30 = 16777293
 |  
 |  Key_F31 = 16777294
 |  
 |  Key_F32 = 16777295
 |  
 |  Key_F33 = 16777296
 |  
 |  Key_F34 = 16777297
 |  
 |  Key_F35 = 16777298
 |  
 |  Key_F4 = 16777267
 |  
 |  Key_F5 = 16777268
 |  
 |  Key_F6 = 16777269
 |  
 |  Key_F7 = 16777270
 |  
 |  Key_F8 = 16777271
 |  
 |  Key_F9 = 16777272
 |  
 |  Key_Favorites = 16777361
 |  
 |  Key_Finance = 16777411
 |  
 |  Key_Find = 16777506
 |  
 |  Key_Flip = 17825798
 |  
 |  Key_Forward = 16777314
 |  
 |  Key_G = 71
 |  
 |  Key_Game = 16777430
 |  
 |  Key_Go = 16777431
 |  
 |  Key_Greater = 62
 |  
 |  Key_Green = 16777493
 |  
 |  Key_Guide = 16777498
 |  
 |  Key_H = 72
 |  
 |  Key_Hangul = 16781617
 |  
 |  Key_Hangul_Banja = 16781625
 |  
 |  Key_Hangul_End = 16781619
 |  
 |  Key_Hangul_Hanja = 16781620
 |  
 |  Key_Hangul_Jamo = 16781621
 |  
 |  Key_Hangul_Jeonja = 16781624
 |  
 |  Key_Hangul_PostHanja = 16781627
 |  
 |  Key_Hangul_PreHanja = 16781626
 |  
 |  Key_Hangul_Romaja = 16781622
 |  
 |  Key_Hangul_Special = 16781631
 |  
 |  Key_Hangul_Start = 16781618
 |  
 |  Key_Hangup = 17825797
 |  
 |  Key_Hankaku = 16781609
 |  
 |  Key_Help = 16777304
 |  
 |  Key_Henkan = 16781603
 |  
 |  Key_Hibernate = 16777480
 |  
 |  Key_Hiragana = 16781605
 |  
 |  Key_Hiragana_Katakana = 16781607
 |  
 |  Key_History = 16777407
 |  
 |  Key_Home = 16777232
 |  
 |  Key_HomePage = 16777360
 |  
 |  Key_HotLinks = 16777409
 |  
 |  Key_Hyper_L = 16777302
 |  
 |  Key_Hyper_R = 16777303
 |  
 |  Key_I = 73
 |  
 |  Key_Iacute = 205
 |  
 |  Key_Icircumflex = 206
 |  
 |  Key_Idiaeresis = 207
 |  
 |  Key_Igrave = 204
 |  
 |  Key_Info = 16777499
 |  
 |  Key_Insert = 16777222
 |  
 |  Key_J = 74
 |  
 |  Key_K = 75
 |  
 |  Key_Kana_Lock = 16781613
 |  
 |  Key_Kana_Shift = 16781614
 |  
 |  Key_Kanji = 16781601
 |  
 |  Key_Katakana = 16781606
 |  
 |  Key_KeyboardBrightnessDown = 16777398
 |  
 |  Key_KeyboardBrightnessUp = 16777397
 |  
 |  Key_KeyboardLightOnOff = 16777396
 |  
 |  Key_L = 76
 |  
 |  Key_LastNumberRedial = 17825801
 |  
 |  Key_Launch0 = 16777378
 |  
 |  Key_Launch1 = 16777379
 |  
 |  Key_Launch2 = 16777380
 |  
 |  Key_Launch3 = 16777381
 |  
 |  Key_Launch4 = 16777382
 |  
 |  Key_Launch5 = 16777383
 |  
 |  Key_Launch6 = 16777384
 |  
 |  Key_Launch7 = 16777385
 |  
 |  Key_Launch8 = 16777386
 |  
 |  Key_Launch9 = 16777387
 |  
 |  Key_LaunchA = 16777388
 |  
 |  Key_LaunchB = 16777389
 |  
 |  Key_LaunchC = 16777390
 |  
 |  Key_LaunchD = 16777391
 |  
 |  Key_LaunchE = 16777392
 |  
 |  Key_LaunchF = 16777393
 |  
 |  Key_LaunchG = 16777486
 |  
 |  Key_LaunchH = 16777487
 |  
 |  Key_LaunchMail = 16777376
 |  
 |  Key_LaunchMedia = 16777377
 |  
 |  Key_Left = 16777234
 |  
 |  Key_Less = 60
 |  
 |  Key_LightBulb = 16777405
 |  
 |  Key_LogOff = 16777433
 |  
 |  Key_M = 77
 |  
 |  Key_MailForward = 16777467
 |  
 |  Key_Market = 16777434
 |  
 |  Key_Massyo = 16781612
 |  
 |  Key_MediaLast = 16842751
 |  
 |  Key_MediaNext = 16777347
 |  
 |  Key_MediaPause = 16777349
 |  
 |  Key_MediaPlay = 16777344
 |  
 |  Key_MediaPrevious = 16777346
 |  
 |  Key_MediaRecord = 16777348
 |  
 |  Key_MediaStop = 16777345
 |  
 |  Key_MediaTogglePlayPause = 16777350
 |  
 |  Key_Meeting = 16777435
 |  
 |  Key_Memo = 16777404
 |  
 |  Key_Menu = 16777301
 |  
 |  Key_MenuKB = 16777436
 |  
 |  Key_MenuPB = 16777437
 |  
 |  Key_Messenger = 16777465
 |  
 |  Key_Meta = 16777250
 |  
 |  Key_MicMute = 16777491
 |  
 |  Key_MicVolumeDown = 16777502
 |  
 |  Key_MicVolumeUp = 16777501
 |  
 |  Key_Minus = 45
 |  
 |  Key_Mode_switch = 16781694
 |  
 |  Key_MonBrightnessDown = 16777395
 |  
 |  Key_MonBrightnessUp = 16777394
 |  
 |  Key_Muhenkan = 16781602
 |  
 |  Key_Multi_key = 16781600
 |  
 |  Key_MultipleCandidate = 16781629
 |  
 |  Key_Music = 16777469
 |  
 |  Key_MySites = 16777438
 |  
 |  Key_N = 78
 |  
 |  Key_New = 16777504
 |  
 |  Key_News = 16777439
 |  
 |  Key_No = 16842754
 |  
 |  Key_Ntilde = 209
 |  
 |  Key_NumLock = 16777253
 |  
 |  Key_NumberSign = 35
 |  
 |  Key_O = 79
 |  
 |  Key_Oacute = 211
 |  
 |  Key_Ocircumflex = 212
 |  
 |  Key_Odiaeresis = 214
 |  
 |  Key_OfficeHome = 16777440
 |  
 |  Key_Ograve = 210
 |  
 |  Key_Ooblique = 216
 |  
 |  Key_Open = 16777505
 |  
 |  Key_OpenUrl = 16777364
 |  
 |  Key_Option = 16777441
 |  
 |  Key_Otilde = 213
 |  
 |  Key_P = 80
 |  
 |  Key_PageDown = 16777239
 |  
 |  Key_PageUp = 16777238
 |  
 |  Key_ParenLeft = 40
 |  
 |  Key_ParenRight = 41
 |  
 |  Key_Paste = 16777442
 |  
 |  Key_Pause = 16777224
 |  
 |  Key_Percent = 37
 |  
 |  Key_Period = 46
 |  
 |  Key_Phone = 16777443
 |  
 |  Key_Pictures = 16777468
 |  
 |  Key_Play = 16908293
 |  
 |  Key_Plus = 43
 |  
 |  Key_PowerDown = 16777483
 |  
 |  Key_PowerOff = 16777399
 |  
 |  Key_PreviousCandidate = 16781630
 |  
 |  Key_Print = 16777225
 |  
 |  Key_Printer = 16908290
 |  
 |  Key_Q = 81
 |  
 |  Key_Question = 63
 |  
 |  Key_QuoteDbl = 34
 |  
 |  Key_QuoteLeft = 96
 |  
 |  Key_R = 82
 |  
 |  Key_Red = 16777492
 |  
 |  Key_Redo = 16777508
 |  
 |  Key_Refresh = 16777316
 |  
 |  Key_Reload = 16777446
 |  
 |  Key_Reply = 16777445
 |  
 |  Key_Return = 16777220
 |  
 |  Key_Right = 16777236
 |  
 |  Key_Romaji = 16781604
 |  
 |  Key_RotateWindows = 16777447
 |  
 |  Key_RotationKB = 16777449
 |  
 |  Key_RotationPB = 16777448
 |  
 |  Key_S = 83
 |  
 |  Key_Save = 16777450
 |  
 |  Key_ScreenSaver = 16777402
 |  
 |  Key_ScrollLock = 16777254
 |  
 |  Key_Search = 16777362
 |  
 |  Key_Select = 16842752
 |  
 |  Key_Semicolon = 59
 |  
 |  Key_Send = 16777451
 |  
 |  Key_Settings = 16777500
 |  
 |  Key_Shift = 16777248
 |  
 |  Key_Shop = 16777406
 |  
 |  Key_SingleCandidate = 16781628
 |  
 |  Key_Slash = 47
 |  
 |  Key_Sleep = 16908292
 |  
 |  Key_Space = 32
 |  
 |  Key_Spell = 16777452
 |  
 |  Key_SplitScreen = 16777453
 |  
 |  Key_Standby = 16777363
 |  
 |  Key_Stop = 16777315
 |  
 |  Key_Subtitle = 16777477
 |  
 |  Key_Super_L = 16777299
 |  
 |  Key_Super_R = 16777300
 |  
 |  Key_Support = 16777454
 |  
 |  Key_Suspend = 16777484
 |  
 |  Key_SysReq = 16777226
 |  
 |  Key_T = 84
 |  
 |  Key_THORN = 222
 |  
 |  Key_Tab = 16777217
 |  
 |  Key_TaskPane = 16777455
 |  
 |  Key_Terminal = 16777456
 |  
 |  Key_Time = 16777479
 |  
 |  Key_ToDoList = 16777420
 |  
 |  Key_ToggleCallHangup = 17825799
 |  
 |  Key_Tools = 16777457
 |  
 |  Key_TopMenu = 16777482
 |  
 |  Key_TouchpadOff = 16777490
 |  
 |  Key_TouchpadOn = 16777489
 |  
 |  Key_TouchpadToggle = 16777488
 |  
 |  Key_Touroku = 16781611
 |  
 |  Key_Travel = 16777458
 |  
 |  Key_TrebleDown = 16777335
 |  
 |  Key_TrebleUp = 16777334
 |  
 |  Key_U = 85
 |  
 |  Key_UWB = 16777473
 |  
 |  Key_Uacute = 218
 |  
 |  Key_Ucircumflex = 219
 |  
 |  Key_Udiaeresis = 220
 |  
 |  Key_Ugrave = 217
 |  
 |  Key_Underscore = 95
 |  
 |  Key_Undo = 16777507
 |  
 |  Key_Up = 16777235
 |  
 |  Key_V = 86
 |  
 |  Key_Video = 16777459
 |  
 |  Key_View = 16777481
 |  
 |  Key_VoiceDial = 17825800
 |  
 |  Key_VolumeDown = 16777328
 |  
 |  Key_VolumeMute = 16777329
 |  
 |  Key_VolumeUp = 16777330
 |  
 |  Key_W = 87
 |  
 |  Key_WLAN = 16777472
 |  
 |  Key_WWW = 16777403
 |  
 |  Key_WakeUp = 16777400
 |  
 |  Key_WebCam = 16777466
 |  
 |  Key_Word = 16777460
 |  
 |  Key_X = 88
 |  
 |  Key_Xfer = 16777461
 |  
 |  Key_Y = 89
 |  
 |  Key_Yacute = 221
 |  
 |  Key_Yellow = 16777494
 |  
 |  Key_Yes = 16842753
 |  
 |  Key_Z = 90
 |  
 |  Key_Zenkaku = 16781608
 |  
 |  Key_Zenkaku_Hankaku = 16781610
 |  
 |  Key_Zoom = 16908294
 |  
 |  Key_ZoomIn = 16777462
 |  
 |  Key_ZoomOut = 16777463
 |  
 |  Key_acute = 180
 |  
 |  Key_brokenbar = 166
 |  
 |  Key_cedilla = 184
 |  
 |  Key_cent = 162
 |  
 |  Key_copyright = 169
 |  
 |  Key_currency = 164
 |  
 |  Key_degree = 176
 |  
 |  Key_diaeresis = 168
 |  
 |  Key_division = 247
 |  
 |  Key_exclamdown = 161
 |  
 |  Key_guillemotleft = 171
 |  
 |  Key_guillemotright = 187
 |  
 |  Key_hyphen = 173
 |  
 |  Key_iTouch = 16777432
 |  
 |  Key_macron = 175
 |  
 |  Key_masculine = 186
 |  
 |  Key_mu = 181
 |  
 |  Key_multiply = 215
 |  
 |  Key_nobreakspace = 160
 |  
 |  Key_notsign = 172
 |  
 |  Key_onehalf = 189
 |  
 |  Key_onequarter = 188
 |  
 |  Key_onesuperior = 185
 |  
 |  Key_ordfeminine = 170
 |  
 |  Key_paragraph = 182
 |  
 |  Key_periodcentered = 183
 |  
 |  Key_plusminus = 177
 |  
 |  Key_questiondown = 191
 |  
 |  Key_registered = 174
 |  
 |  Key_section = 167
 |  
 |  Key_ssharp = 223
 |  
 |  Key_sterling = 163
 |  
 |  Key_threequarters = 190
 |  
 |  Key_threesuperior = 179
 |  
 |  Key_twosuperior = 178
 |  
 |  Key_unknown = 33554431
 |  
 |  Key_ydiaeresis = 255
 |  
 |  Key_yen = 165
 |  
 |  KeyboardModifier = <class 'PyQt5.QtCore.Qt.KeyboardModifier'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  KeyboardModifierMask = -33554432
 |  
 |  KeyboardModifiers = <class 'PyQt5.QtCore.KeyboardModifiers'>
 |      Qt.KeyboardModifiers()
 |      Qt.KeyboardModifiers(Union[Qt.KeyboardModifiers, Qt.KeyboardModifier])
 |      Qt.KeyboardModifiers(Qt.KeyboardModifiers)
 |  
 |  KeypadModifier = 536870912
 |  
 |  LandscapeOrientation = 2
 |  
 |  LastCursor = 21
 |  
 |  LayoutDirection = <class 'PyQt5.QtCore.Qt.LayoutDirection'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  LayoutDirectionAuto = 2
 |  
 |  LeftArrow = 3
 |  
 |  LeftButton = 1
 |  
 |  LeftDockWidgetArea = 1
 |  
 |  LeftEdge = 2
 |  
 |  LeftSection = 1
 |  
 |  LeftToRight = 0
 |  
 |  LeftToolBarArea = 1
 |  
 |  LinearGradientPattern = 15
 |  
 |  LinkAction = 4
 |  
 |  LinksAccessibleByKeyboard = 8
 |  
 |  LinksAccessibleByMouse = 4
 |  
 |  LocalDate = 2
 |  
 |  LocalTime = 0
 |  
 |  LocaleDate = 3
 |  
 |  LogicalCoordinates = 1
 |  
 |  LogicalMoveStyle = 0
 |  
 |  LowEventPriority = -1
 |  
 |  META = 268435456
 |  
 |  MODIFIER_MASK = -33554432
 |  
 |  MPenCapStyle = 48
 |  
 |  MPenJoinStyle = 448
 |  
 |  MPenStyle = 15
 |  
 |  MSWindowsFixedSizeDialogHint = 256
 |  
 |  MSWindowsOwnDC = 512
 |  
 |  MacWindowToolBarButtonHint = 268435456
 |  
 |  MaskInColor = 0
 |  
 |  MaskMode = <class 'PyQt5.QtCore.Qt.MaskMode'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  MaskOutColor = 1
 |  
 |  MatchCaseSensitive = 16
 |  
 |  MatchContains = 1
 |  
 |  MatchEndsWith = 3
 |  
 |  MatchExactly = 0
 |  
 |  MatchFixedString = 8
 |  
 |  MatchFlag = <class 'PyQt5.QtCore.Qt.MatchFlag'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  MatchFlags = <class 'PyQt5.QtCore.MatchFlags'>
 |      Qt.MatchFlags()
 |      Qt.MatchFlags(Union[Qt.MatchFlags, Qt.MatchFlag])
 |      Qt.MatchFlags(Qt.MatchFlags)
 |  
 |  MatchRecursive = 64
 |  
 |  MatchRegExp = 4
 |  
 |  MatchStartsWith = 2
 |  
 |  MatchWildcard = 5
 |  
 |  MatchWrap = 32
 |  
 |  MaximizeUsingFullscreenGeometryHint = 4194304
 |  
 |  MaximumSize = 2
 |  
 |  MenuBarFocusReason = 6
 |  
 |  MetaModifier = 268435456
 |  
 |  MidButton = 4
 |  
 |  MiddleButton = 4
 |  
 |  MinimumDescent = 3
 |  
 |  MinimumSize = 0
 |  
 |  MiterJoin = 0
 |  
 |  Modifier = <class 'PyQt5.QtCore.Qt.Modifier'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  Monday = 1
 |  
 |  MonoOnly = 2
 |  
 |  MouseButton = <class 'PyQt5.QtCore.Qt.MouseButton'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  MouseButtons = <class 'PyQt5.QtCore.MouseButtons'>
 |      Qt.MouseButtons()
 |      Qt.MouseButtons(Union[Qt.MouseButtons, Qt.MouseButton])
 |      Qt.MouseButtons(Qt.MouseButtons)
 |  
 |  MouseEventCreatedDoubleClick = 1
 |  
 |  MouseEventFlag = <class 'PyQt5.QtCore.Qt.MouseEventFlag'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  MouseEventFlags = <class 'PyQt5.QtCore.MouseEventFlags'>
 |      Qt.MouseEventFlags()
 |      Qt.MouseEventFlags(Union[Qt.MouseEventFlags, Qt.MouseEventFlag])
 |      Qt.MouseEventFlags(Qt.MouseEventFlags)
 |  
 |  MouseEventNotSynthesized = 0
 |  
 |  MouseEventSource = <class 'PyQt5.QtCore.Qt.MouseEventSource'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  MouseEventSynthesizedByApplication = 3
 |  
 |  MouseEventSynthesizedByQt = 2
 |  
 |  MouseEventSynthesizedBySystem = 1
 |  
 |  MouseFocusReason = 0
 |  
 |  MoveAction = 2
 |  
 |  NativeGestureType = <class 'PyQt5.QtCore.Qt.NativeGestureType'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  NavigationMode = <class 'PyQt5.QtCore.Qt.NavigationMode'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  NavigationModeCursorAuto = 3
 |  
 |  NavigationModeCursorForceVisible = 4
 |  
 |  NavigationModeKeypadDirectional = 2
 |  
 |  NavigationModeKeypadTabOrder = 1
 |  
 |  NavigationModeNone = 0
 |  
 |  NoArrow = 0
 |  
 |  NoBrush = 0
 |  
 |  NoButton = 0
 |  
 |  NoClip = 0
 |  
 |  NoContextMenu = 0
 |  
 |  NoDockWidgetArea = 0
 |  
 |  NoDropShadowWindowHint = 1073741824
 |  
 |  NoFocus = 0
 |  
 |  NoFocusReason = 8
 |  
 |  NoFormatConversion = 512
 |  
 |  NoItemFlags = 0
 |  
 |  NoModifier = 0
 |  
 |  NoOpaqueDetection = 256
 |  
 |  NoPen = 0
 |  
 |  NoScrollPhase = 0
 |  
 |  NoSection = 0
 |  
 |  NoTabFocus = 0
 |  
 |  NoTextInteraction = 0
 |  
 |  NoToolBarArea = 0
 |  
 |  NonModal = 0
 |  
 |  NormalEventPriority = 0
 |  
 |  OddEvenFill = 0
 |  
 |  OffsetFromUTC = 2
 |  
 |  OpaqueMode = 1
 |  
 |  OpenHandCursor = 17
 |  
 |  OrderedAlphaDither = 4
 |  
 |  OrderedDither = 16
 |  
 |  Orientation = <class 'PyQt5.QtCore.Qt.Orientation'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  Orientations = <class 'PyQt5.QtCore.Orientations'>
 |      Qt.Orientations()
 |      Qt.Orientations(Union[Qt.Orientations, Qt.Orientation])
 |      Qt.Orientations(Qt.Orientations)
 |  
 |  OtherFocusReason = 7
 |  
 |  PanGesture = 3
 |  
 |  PanNativeGesture = 2
 |  
 |  PartiallyChecked = 1
 |  
 |  PenCapStyle = <class 'PyQt5.QtCore.Qt.PenCapStyle'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  PenJoinStyle = <class 'PyQt5.QtCore.Qt.PenJoinStyle'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  PenStyle = <class 'PyQt5.QtCore.Qt.PenStyle'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  PinchGesture = 4
 |  
 |  PlainText = 0
 |  
 |  PointingHandCursor = 13
 |  
 |  Popup = 9
 |  
 |  PopupFocusReason = 4
 |  
 |  PortraitOrientation = 1
 |  
 |  PreciseTimer = 0
 |  
 |  PreferDither = 64
 |  
 |  PreferredSize = 1
 |  
 |  PreventContextMenu = 4
 |  
 |  PrimaryOrientation = 0
 |  
 |  QueuedConnection = 2
 |  
 |  RFC2822Date = 8
 |  
 |  RadialGradientPattern = 16
 |  
 |  ReceivePartialGestures = 2
 |  
 |  RelativeSize = 1
 |  
 |  RepeatTile = 1
 |  
 |  ReplaceClip = 1
 |  
 |  ReplaceSelection = 0
 |  
 |  RichText = 1
 |  
 |  RightArrow = 4
 |  
 |  RightButton = 2
 |  
 |  RightDockWidgetArea = 2
 |  
 |  RightEdge = 4
 |  
 |  RightSection = 5
 |  
 |  RightToLeft = 1
 |  
 |  RightToolBarArea = 2
 |  
 |  RotateNativeGesture = 5
 |  
 |  RoundCap = 32
 |  
 |  RoundJoin = 128
 |  
 |  RoundTile = 2
 |  
 |  SHIFT = 33554432
 |  
 |  Saturday = 6
 |  
 |  ScreenOrientation = <class 'PyQt5.QtCore.Qt.ScreenOrientation'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  ScreenOrientations = <class 'PyQt5.QtCore.ScreenOrientations'>
 |      Qt.ScreenOrientations()
 |      Qt.ScreenOrientations(Union[Qt.ScreenOrientations, Qt.ScreenOrientation])
 |      Qt.ScreenOrientations(Qt.ScreenOrientations)
 |  
 |  ScrollBarAlwaysOff = 1
 |  
 |  ScrollBarAlwaysOn = 2
 |  
 |  ScrollBarAsNeeded = 0
 |  
 |  ScrollBarPolicy = <class 'PyQt5.QtCore.Qt.ScrollBarPolicy'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  ScrollBegin = 1
 |  
 |  ScrollEnd = 3
 |  
 |  ScrollPhase = <class 'PyQt5.QtCore.Qt.ScrollPhase'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  ScrollUpdate = 2
 |  
 |  Sheet = 5
 |  
 |  ShiftModifier = 33554432
 |  
 |  ShortcutContext = <class 'PyQt5.QtCore.Qt.ShortcutContext'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  ShortcutFocusReason = 5
 |  
 |  SizeAllCursor = 9
 |  
 |  SizeBDiagCursor = 7
 |  
 |  SizeFDiagCursor = 8
 |  
 |  SizeHint = <class 'PyQt5.QtCore.Qt.SizeHint'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  SizeHintRole = 13
 |  
 |  SizeHorCursor = 6
 |  
 |  SizeMode = <class 'PyQt5.QtCore.Qt.SizeMode'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  SizeVerCursor = 5
 |  
 |  SmartZoomNativeGesture = 4
 |  
 |  SmoothTransformation = 1
 |  
 |  SolidLine = 1
 |  
 |  SolidPattern = 1
 |  
 |  SortOrder = <class 'PyQt5.QtCore.Qt.SortOrder'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  SplashScreen = 15
 |  
 |  SplitHCursor = 12
 |  
 |  SplitVCursor = 11
 |  
 |  SquareCap = 16
 |  
 |  StatusTipRole = 4
 |  
 |  StretchTile = 0
 |  
 |  StrongFocus = 11
 |  
 |  SubWindow = 18
 |  
 |  Sunday = 7
 |  
 |  SvgMiterJoin = 256
 |  
 |  SwipeGesture = 5
 |  
 |  SwipeNativeGesture = 6
 |  
 |  SystemLocaleDate = 2
 |  
 |  SystemLocaleLongDate = 5
 |  
 |  SystemLocaleShortDate = 4
 |  
 |  TabFocus = 1
 |  
 |  TabFocusAllControls = 255
 |  
 |  TabFocusBehavior = <class 'PyQt5.QtCore.Qt.TabFocusBehavior'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  TabFocusListControls = 2
 |  
 |  TabFocusReason = 1
 |  
 |  TabFocusTextControls = 1
 |  
 |  TapAndHoldGesture = 2
 |  
 |  TapGesture = 1
 |  
 |  TargetMoveAction = 32770
 |  
 |  TaskButton = 32
 |  
 |  TextAlignmentRole = 7
 |  
 |  TextBrowserInteraction = 13
 |  
 |  TextColorRole = 9
 |  
 |  TextDate = 0
 |  
 |  TextDontClip = 512
 |  
 |  TextDontPrint = 16384
 |  
 |  TextEditable = 16
 |  
 |  TextEditorInteraction = 19
 |  
 |  TextElideMode = <class 'PyQt5.QtCore.Qt.TextElideMode'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  TextExpandTabs = 1024
 |  
 |  TextFlag = <class 'PyQt5.QtCore.Qt.TextFlag'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  TextFormat = <class 'PyQt5.QtCore.Qt.TextFormat'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  TextHideMnemonic = 32768
 |  
 |  TextIncludeTrailingSpaces = 134217728
 |  
 |  TextInteractionFlag = <class 'PyQt5.QtCore.Qt.TextInteractionFlag'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  TextInteractionFlags = <class 'PyQt5.QtCore.TextInteractionFlags'>
 |      Qt.TextInteractionFlags()
 |      Qt.TextInteractionFlags(Union[Qt.TextInteractionFlags, Qt.TextInteractionFlag])
 |      Qt.TextInteractionFlags(Qt.TextInteractionFlags)
 |  
 |  TextJustificationForced = 65536
 |  
 |  TextSelectableByKeyboard = 2
 |  
 |  TextSelectableByMouse = 1
 |  
 |  TextShowMnemonic = 2048
 |  
 |  TextSingleLine = 256
 |  
 |  TextWordWrap = 4096
 |  
 |  TextWrapAnywhere = 8192
 |  
 |  TexturePattern = 24
 |  
 |  ThresholdAlphaDither = 0
 |  
 |  ThresholdDither = 32
 |  
 |  Thursday = 4
 |  
 |  TileRule = <class 'PyQt5.QtCore.Qt.TileRule'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  TimeSpec = <class 'PyQt5.QtCore.Qt.TimeSpec'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  TimeZone = 3
 |  
 |  TimerType = <class 'PyQt5.QtCore.Qt.TimerType'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  TitleBarArea = 9
 |  
 |  Tool = 11
 |  
 |  ToolBarArea = <class 'PyQt5.QtCore.Qt.ToolBarArea'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  ToolBarArea_Mask = 15
 |  
 |  ToolBarAreas = <class 'PyQt5.QtCore.ToolBarAreas'>
 |      Qt.ToolBarAreas()
 |      Qt.ToolBarAreas(Union[Qt.ToolBarAreas, Qt.ToolBarArea])
 |      Qt.ToolBarAreas(Qt.ToolBarAreas)
 |  
 |  ToolButtonFollowStyle = 4
 |  
 |  ToolButtonIconOnly = 0
 |  
 |  ToolButtonStyle = <class 'PyQt5.QtCore.Qt.ToolButtonStyle'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  ToolButtonTextBesideIcon = 2
 |  
 |  ToolButtonTextOnly = 1
 |  
 |  ToolButtonTextUnderIcon = 3
 |  
 |  ToolTip = 13
 |  
 |  ToolTipRole = 3
 |  
 |  TopDockWidgetArea = 4
 |  
 |  TopEdge = 1
 |  
 |  TopLeftCorner = 0
 |  
 |  TopLeftSection = 2
 |  
 |  TopRightCorner = 1
 |  
 |  TopRightSection = 4
 |  
 |  TopSection = 3
 |  
 |  TopToolBarArea = 4
 |  
 |  TouchPointMoved = 2
 |  
 |  TouchPointPressed = 1
 |  
 |  TouchPointReleased = 8
 |  
 |  TouchPointState = <class 'PyQt5.QtCore.Qt.TouchPointState'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  TouchPointStates = <class 'PyQt5.QtCore.TouchPointStates'>
 |      Qt.TouchPointStates()
 |      Qt.TouchPointStates(Union[Qt.TouchPointStates, Qt.TouchPointState])
 |      Qt.TouchPointStates(Qt.TouchPointStates)
 |  
 |  TouchPointStationary = 4
 |  
 |  TransformationMode = <class 'PyQt5.QtCore.Qt.TransformationMode'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  TransparentMode = 0
 |  
 |  Tuesday = 2
 |  
 |  UIEffect = <class 'PyQt5.QtCore.Qt.UIEffect'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  UI_AnimateCombo = 3
 |  
 |  UI_AnimateMenu = 1
 |  
 |  UI_AnimateToolBox = 6
 |  
 |  UI_AnimateTooltip = 4
 |  
 |  UI_FadeMenu = 2
 |  
 |  UI_FadeTooltip = 5
 |  
 |  UI_General = 0
 |  
 |  UNICODE_ACCEL = 0
 |  
 |  UTC = 1
 |  
 |  Unchecked = 0
 |  
 |  UniqueConnection = 128
 |  
 |  UpArrow = 1
 |  
 |  UpArrowCursor = 1
 |  
 |  UserRole = 256
 |  
 |  VerPattern = 10
 |  
 |  Vertical = 2
 |  
 |  VeryCoarseTimer = 2
 |  
 |  VisualMoveStyle = 1
 |  
 |  WA_AcceptDrops = 78
 |  
 |  WA_AcceptTouchEvents = 121
 |  
 |  WA_AlwaysShowToolTips = 84
 |  
 |  WA_AlwaysStackOnTop = 128
 |  
 |  WA_AttributeCount = 129
 |  
 |  WA_CustomWhatsThis = 47
 |  
 |  WA_DeleteOnClose = 55
 |  
 |  WA_Disabled = 0
 |  
 |  WA_DontCreateNativeAncestors = 101
 |  
 |  WA_DontShowOnScreen = 103
 |  
 |  WA_ForceDisabled = 32
 |  
 |  WA_ForceUpdatesDisabled = 59
 |  
 |  WA_GrabbedShortcut = 50
 |  
 |  WA_GroupLeader = 72
 |  
 |  WA_Hover = 74
 |  
 |  WA_InputMethodEnabled = 14
 |  
 |  WA_InputMethodTransparent = 75
 |  
 |  WA_InvalidSize = 45
 |  
 |  WA_KeyCompression = 33
 |  
 |  WA_KeyboardFocusChange = 77
 |  
 |  WA_LaidOut = 7
 |  
 |  WA_LayoutOnEntireRect = 48
 |  
 |  WA_LayoutUsesWidgetRect = 92
 |  
 |  WA_MSWindowsUseDirect3D = 94
 |  
 |  WA_MacAlwaysShowToolWindow = 96
 |  
 |  WA_MacBrushedMetal = 46
 |  
 |  WA_MacFrameworkScaled = 117
 |  
 |  WA_MacMetalStyle = 46
 |  
 |  WA_MacMiniSize = 91
 |  
 |  WA_MacNoClickThrough = 12
 |  
 |  WA_MacNoShadow = 127
 |  
 |  WA_MacNormalSize = 89
 |  
 |  WA_MacOpaqueSizeGrip = 85
 |  
 |  WA_MacShowFocusRect = 88
 |  
 |  WA_MacSmallSize = 90
 |  
 |  WA_MacVariableSize = 102
 |  
 |  WA_Mapped = 11
 |  
 |  WA_MouseNoMask = 71
 |  
 |  WA_MouseTracking = 2
 |  
 |  WA_Moved = 43
 |  
 |  WA_NativeWindow = 100
 |  
 |  WA_NoChildEventsForParent = 58
 |  
 |  WA_NoChildEventsFromChildren = 39
 |  
 |  WA_NoMousePropagation = 73
 |  
 |  WA_NoMouseReplay = 54
 |  
 |  WA_NoSystemBackground = 9
 |  
 |  WA_NoX11EventCompression = 81
 |  
 |  WA_OpaquePaintEvent = 4
 |  
 |  WA_OutsideWSRange = 49
 |  
 |  WA_PaintOnScreen = 8
 |  
 |  WA_PaintUnclipped = 52
 |  
 |  WA_PendingMoveEvent = 34
 |  
 |  WA_PendingResizeEvent = 35
 |  
 |  WA_PendingUpdate = 44
 |  
 |  WA_QuitOnClose = 76
 |  
 |  WA_Resized = 42
 |  
 |  WA_RightToLeft = 56
 |  
 |  WA_SetCursor = 38
 |  
 |  WA_SetFont = 37
 |  
 |  WA_SetLayoutDirection = 57
 |  
 |  WA_SetLocale = 87
 |  
 |  WA_SetPalette = 36
 |  
 |  WA_SetStyle = 86
 |  
 |  WA_SetWindowIcon = 53
 |  
 |  WA_ShowWithoutActivating = 98
 |  
 |  WA_StaticContents = 5
 |  
 |  WA_StyleSheet = 97
 |  
 |  WA_StyledBackground = 93
 |  
 |  WA_TintedBackground = 82
 |  
 |  WA_TouchPadAcceptSingleTouchEvents = 123
 |  
 |  WA_TranslucentBackground = 120
 |  
 |  WA_TransparentForMouseEvents = 51
 |  
 |  WA_UnderMouse = 1
 |  
 |  WA_UpdatesDisabled = 10
 |  
 |  WA_WState_CompressKeys = 61
 |  
 |  WA_WState_ConfigPending = 64
 |  
 |  WA_WState_Created = 60
 |  
 |  WA_WState_ExplicitShowHide = 69
 |  
 |  WA_WState_Hidden = 16
 |  
 |  WA_WState_InPaintEvent = 62
 |  
 |  WA_WState_OwnSizePolicy = 68
 |  
 |  WA_WState_Polished = 66
 |  
 |  WA_WState_Reparented = 63
 |  
 |  WA_WState_Visible = 15
 |  
 |  WA_WindowModified = 41
 |  
 |  WA_WindowPropagation = 80
 |  
 |  WA_X11DoNotAcceptFocus = 126
 |  
 |  WA_X11NetWmWindowTypeCombo = 115
 |  
 |  WA_X11NetWmWindowTypeDND = 116
 |  
 |  WA_X11NetWmWindowTypeDesktop = 104
 |  
 |  WA_X11NetWmWindowTypeDialog = 110
 |  
 |  WA_X11NetWmWindowTypeDock = 105
 |  
 |  WA_X11NetWmWindowTypeDropDownMenu = 111
 |  
 |  WA_X11NetWmWindowTypeMenu = 107
 |  
 |  WA_X11NetWmWindowTypeNotification = 114
 |  
 |  WA_X11NetWmWindowTypePopupMenu = 112
 |  
 |  WA_X11NetWmWindowTypeSplash = 109
 |  
 |  WA_X11NetWmWindowTypeToolBar = 106
 |  
 |  WA_X11NetWmWindowTypeToolTip = 113
 |  
 |  WA_X11NetWmWindowTypeUtility = 108
 |  
 |  WA_X11OpenGLOverlay = 83
 |  
 |  WaitCursor = 3
 |  
 |  Wednesday = 3
 |  
 |  WhatsThisCursor = 15
 |  
 |  WhatsThisRole = 5
 |  
 |  WheelFocus = 15
 |  
 |  WhiteSpaceMode = <class 'PyQt5.QtCore.Qt.WhiteSpaceMode'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  WhiteSpaceModeUndefined = -1
 |  
 |  WhiteSpaceNoWrap = 2
 |  
 |  WhiteSpaceNormal = 0
 |  
 |  WhiteSpacePre = 1
 |  
 |  Widget = 0
 |  
 |  WidgetAttribute = <class 'PyQt5.QtCore.Qt.WidgetAttribute'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  WidgetShortcut = 0
 |  
 |  WidgetWithChildrenShortcut = 3
 |  
 |  WindingFill = 1
 |  
 |  Window = 1
 |  
 |  WindowActive = 8
 |  
 |  WindowCloseButtonHint = 134217728
 |  
 |  WindowContextHelpButtonHint = 65536
 |  
 |  WindowDoesNotAcceptFocus = 2097152
 |  
 |  WindowFlags = <class 'PyQt5.QtCore.WindowFlags'>
 |      Qt.WindowFlags()
 |      Qt.WindowFlags(Union[Qt.WindowFlags, Qt.WindowType])
 |      Qt.WindowFlags(Qt.WindowFlags)
 |  
 |  WindowFrameSection = <class 'PyQt5.QtCore.Qt.WindowFrameSection'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  WindowFullScreen = 4
 |  
 |  WindowFullscreenButtonHint = -2147483648
 |  
 |  WindowMaximizeButtonHint = 32768
 |  
 |  WindowMaximized = 2
 |  
 |  WindowMinMaxButtonsHint = 49152
 |  
 |  WindowMinimizeButtonHint = 16384
 |  
 |  WindowMinimized = 1
 |  
 |  WindowModal = 1
 |  
 |  WindowModality = <class 'PyQt5.QtCore.Qt.WindowModality'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  WindowNoState = 0
 |  
 |  WindowOverridesSystemGestures = 1048576
 |  
 |  WindowShadeButtonHint = 131072
 |  
 |  WindowShortcut = 1
 |  
 |  WindowState = <class 'PyQt5.QtCore.Qt.WindowState'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  WindowStates = <class 'PyQt5.QtCore.WindowStates'>
 |      Qt.WindowStates()
 |      Qt.WindowStates(Union[Qt.WindowStates, Qt.WindowState])
 |      Qt.WindowStates(Qt.WindowStates)
 |  
 |  WindowStaysOnBottomHint = 67108864
 |  
 |  WindowStaysOnTopHint = 262144
 |  
 |  WindowSystemMenuHint = 8192
 |  
 |  WindowTitleHint = 4096
 |  
 |  WindowTransparentForInput = 524288
 |  
 |  WindowType = <class 'PyQt5.QtCore.Qt.WindowType'>
 |      int(x=0) -> integer
 |      int(x, base=10) -> integer
 |      
 |      Convert a number or string to an integer, or return 0 if no arguments
 |      are given.  If x is a number, return x.__int__().  For floating point
 |      numbers, this truncates towards zero.
 |      
 |      If x is not a number or if base is given, then x must be a string,
 |      bytes, or bytearray instance representing an integer literal in the
 |      given base.  The literal can be preceded by '+' or '-' and be surrounded
 |      by whitespace.  The base defaults to 10.  Valid bases are 0 and 2-36.
 |      Base 0 means to interpret the base from the string as an integer literal.
 |      >>> int('0b100', base=0)
 |      4
 |  
 |  WindowType_Mask = 255
 |  
 |  X11BypassWindowManagerHint = 1024
 |  
 |  XAxis = 0
 |  
 |  XButton1 = 8
 |  
 |  XButton2 = 16
 |  
 |  YAxis = 1
 |  
 |  ZAxis = 2
 |  
 |  ZoomNativeGesture = 3
 |  
 |  black = 2
 |  
 |  blue = 9
 |  
 |  color0 = 0
 |  
 |  color1 = 1
 |  
 |  cyan = 10
 |  
 |  darkBlue = 15
 |  
 |  darkCyan = 16
 |  
 |  darkGray = 4
 |  
 |  darkGreen = 14
 |  
 |  darkMagenta = 17
 |  
 |  darkRed = 13
 |  
 |  darkYellow = 18
 |  
 |  gray = 5
 |  
 |  green = 8
 |  
 |  lightGray = 6
 |  
 |  magenta = 11
 |  
 |  red = 7
 |  
 |  transparent = 19
 |  
 |  white = 3
 |  
 |  yellow = 12
 |  
 |  ----------------------------------------------------------------------
 |  Methods inherited from sip.simplewrapper:
 |  
 |  __init__(self, /, *args, **kwargs)
 |      Initialize self.  See help(type(self)) for accurate signature.
 |  
 |  __new__(*args, **kwargs) from sip.wrappertype
 |      Create and return a new object.  See help(type) for accurate signature.
 |  
 |  ----------------------------------------------------------------------
 |  Data descriptors inherited from sip.simplewrapper:
 |  
 |  __dict__


posted @ 2017-04-14 11:01  王信平  阅读(3481)  评论(0编辑  收藏  举报