--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/APIs/Python/PyQt5.api Sat Nov 29 11:16:02 2014 +0100 @@ -0,0 +1,27875 @@ +PyQt5.QtCore.QtMsgType?10 +PyQt5.QtCore.QtDebugMsg?10 +PyQt5.QtCore.QtWarningMsg?10 +PyQt5.QtCore.QtCriticalMsg?10 +PyQt5.QtCore.QtFatalMsg?10 +PyQt5.QtCore.QtSystemMsg?10 +PyQt5.QtCore.PYQT_VERSION?7 +PyQt5.QtCore.PYQT_VERSION_STR?7 +PyQt5.QtCore.QT_VERSION?7 +PyQt5.QtCore.QT_VERSION_STR?7 +PyQt5.QtCore.qAbs?4(float) -> float +PyQt5.QtCore.qRound?4(float) -> int +PyQt5.QtCore.qRound64?4(float) -> int +PyQt5.QtCore.qVersion?4() -> str +PyQt5.QtCore.qSharedBuild?4() -> bool +PyQt5.QtCore.qRegisterResourceData?4(int, str, str, str) -> bool +PyQt5.QtCore.qUnregisterResourceData?4(int, str, str, str) -> bool +PyQt5.QtCore.qFuzzyCompare?4(float, float) -> bool +PyQt5.QtCore.qIsNull?4(float) -> bool +PyQt5.QtCore.qsrand?4(int) +PyQt5.QtCore.qrand?4() -> int +PyQt5.QtCore.pyqtSetPickleProtocol?4(int-or-None) +PyQt5.QtCore.pyqtPickleProtocol?4() -> int-or-None +PyQt5.QtCore.qChecksum?4(str) -> int +PyQt5.QtCore.qCompress?4(QByteArray, int compressionLevel=-1) -> QByteArray +PyQt5.QtCore.qUncompress?4(QByteArray) -> QByteArray +PyQt5.QtCore.qAddPostRoutine?4(callable) +PyQt5.QtCore.qRemovePostRoutine?4(callable) +PyQt5.QtCore.qAddPreRoutine?4(callable) +PyQt5.QtCore.pyqtRemoveInputHook?4() +PyQt5.QtCore.pyqtRestoreInputHook?4() +PyQt5.QtCore.qCritical?4(str) +PyQt5.QtCore.qDebug?4(str) +PyQt5.QtCore.qErrnoWarning?4(int, str) +PyQt5.QtCore.qErrnoWarning?4(str) +PyQt5.QtCore.qFatal?4(str) +PyQt5.QtCore.qWarning?4(str) +PyQt5.QtCore.qInstallMessageHandler?4(callable) -> callable +PyQt5.QtCore.qSetMessagePattern?4(str) +PyQt5.QtCore.qIsInf?4(float) -> bool +PyQt5.QtCore.qIsFinite?4(float) -> bool +PyQt5.QtCore.qIsNaN?4(float) -> bool +PyQt5.QtCore.qInf?4() -> float +PyQt5.QtCore.qSNaN?4() -> float +PyQt5.QtCore.qQNaN?4() -> float +PyQt5.QtCore.qFloatDistance?4(float, float) -> int +PyQt5.QtCore.Q_CLASSINFO?4(str, str) +PyQt5.QtCore.Q_ENUMS?4(...) +PyQt5.QtCore.Q_FLAGS?4(...) +PyQt5.QtCore.QT_TR_NOOP?4(str) -> str +PyQt5.QtCore.QT_TR_NOOP_UTF8?4(str) -> str +PyQt5.QtCore.QT_TRANSLATE_NOOP?4(str, str) -> str +PyQt5.QtCore.pyqtSlot?4(str, str name=None, str result=None) -> object +PyQt5.QtCore.Q_ARG?4(object, object) -> QGenericArgument +PyQt5.QtCore.Q_RETURN_ARG?4(object) -> QGenericReturnArgument +PyQt5.QtCore.bin_?4(QTextStream) -> QTextStream +PyQt5.QtCore.oct_?4(QTextStream) -> QTextStream +PyQt5.QtCore.dec?4(QTextStream) -> QTextStream +PyQt5.QtCore.hex_?4(QTextStream) -> QTextStream +PyQt5.QtCore.showbase?4(QTextStream) -> QTextStream +PyQt5.QtCore.forcesign?4(QTextStream) -> QTextStream +PyQt5.QtCore.forcepoint?4(QTextStream) -> QTextStream +PyQt5.QtCore.noshowbase?4(QTextStream) -> QTextStream +PyQt5.QtCore.noforcesign?4(QTextStream) -> QTextStream +PyQt5.QtCore.noforcepoint?4(QTextStream) -> QTextStream +PyQt5.QtCore.uppercasebase?4(QTextStream) -> QTextStream +PyQt5.QtCore.uppercasedigits?4(QTextStream) -> QTextStream +PyQt5.QtCore.lowercasebase?4(QTextStream) -> QTextStream +PyQt5.QtCore.lowercasedigits?4(QTextStream) -> QTextStream +PyQt5.QtCore.fixed?4(QTextStream) -> QTextStream +PyQt5.QtCore.scientific?4(QTextStream) -> QTextStream +PyQt5.QtCore.left?4(QTextStream) -> QTextStream +PyQt5.QtCore.right?4(QTextStream) -> QTextStream +PyQt5.QtCore.center?4(QTextStream) -> QTextStream +PyQt5.QtCore.endl?4(QTextStream) -> QTextStream +PyQt5.QtCore.flush?4(QTextStream) -> QTextStream +PyQt5.QtCore.reset?4(QTextStream) -> QTextStream +PyQt5.QtCore.bom?4(QTextStream) -> QTextStream +PyQt5.QtCore.ws?4(QTextStream) -> QTextStream +PyQt5.QtCore.qSetFieldWidth?4(int) -> QTextStreamManipulator +PyQt5.QtCore.qSetPadChar?4(str) -> QTextStreamManipulator +PyQt5.QtCore.qSetRealNumberPrecision?4(int) -> QTextStreamManipulator +PyQt5.QtCore.Qt.MouseEventFlag?10 +PyQt5.QtCore.Qt.MouseEventCreatedDoubleClick?10 +PyQt5.QtCore.Qt.MouseEventSource?10 +PyQt5.QtCore.Qt.MouseEventNotSynthesized?10 +PyQt5.QtCore.Qt.MouseEventSynthesizedBySystem?10 +PyQt5.QtCore.Qt.MouseEventSynthesizedByQt?10 +PyQt5.QtCore.Qt.ScrollPhase?10 +PyQt5.QtCore.Qt.ScrollBegin?10 +PyQt5.QtCore.Qt.ScrollUpdate?10 +PyQt5.QtCore.Qt.ScrollEnd?10 +PyQt5.QtCore.Qt.NativeGestureType?10 +PyQt5.QtCore.Qt.BeginNativeGesture?10 +PyQt5.QtCore.Qt.EndNativeGesture?10 +PyQt5.QtCore.Qt.PanNativeGesture?10 +PyQt5.QtCore.Qt.ZoomNativeGesture?10 +PyQt5.QtCore.Qt.SmartZoomNativeGesture?10 +PyQt5.QtCore.Qt.RotateNativeGesture?10 +PyQt5.QtCore.Qt.SwipeNativeGesture?10 +PyQt5.QtCore.Qt.Edge?10 +PyQt5.QtCore.Qt.TopEdge?10 +PyQt5.QtCore.Qt.LeftEdge?10 +PyQt5.QtCore.Qt.RightEdge?10 +PyQt5.QtCore.Qt.BottomEdge?10 +PyQt5.QtCore.Qt.ApplicationState?10 +PyQt5.QtCore.Qt.ApplicationSuspended?10 +PyQt5.QtCore.Qt.ApplicationHidden?10 +PyQt5.QtCore.Qt.ApplicationInactive?10 +PyQt5.QtCore.Qt.ApplicationActive?10 +PyQt5.QtCore.Qt.HitTestAccuracy?10 +PyQt5.QtCore.Qt.ExactHit?10 +PyQt5.QtCore.Qt.FuzzyHit?10 +PyQt5.QtCore.Qt.WhiteSpaceMode?10 +PyQt5.QtCore.Qt.WhiteSpaceNormal?10 +PyQt5.QtCore.Qt.WhiteSpacePre?10 +PyQt5.QtCore.Qt.WhiteSpaceNoWrap?10 +PyQt5.QtCore.Qt.WhiteSpaceModeUndefined?10 +PyQt5.QtCore.Qt.FindChildOption?10 +PyQt5.QtCore.Qt.FindDirectChildrenOnly?10 +PyQt5.QtCore.Qt.FindChildrenRecursively?10 +PyQt5.QtCore.Qt.ScreenOrientation?10 +PyQt5.QtCore.Qt.PrimaryOrientation?10 +PyQt5.QtCore.Qt.PortraitOrientation?10 +PyQt5.QtCore.Qt.LandscapeOrientation?10 +PyQt5.QtCore.Qt.InvertedPortraitOrientation?10 +PyQt5.QtCore.Qt.InvertedLandscapeOrientation?10 +PyQt5.QtCore.Qt.CursorMoveStyle?10 +PyQt5.QtCore.Qt.LogicalMoveStyle?10 +PyQt5.QtCore.Qt.VisualMoveStyle?10 +PyQt5.QtCore.Qt.NavigationMode?10 +PyQt5.QtCore.Qt.NavigationModeNone?10 +PyQt5.QtCore.Qt.NavigationModeKeypadTabOrder?10 +PyQt5.QtCore.Qt.NavigationModeKeypadDirectional?10 +PyQt5.QtCore.Qt.NavigationModeCursorAuto?10 +PyQt5.QtCore.Qt.NavigationModeCursorForceVisible?10 +PyQt5.QtCore.Qt.GestureFlag?10 +PyQt5.QtCore.Qt.DontStartGestureOnChildren?10 +PyQt5.QtCore.Qt.ReceivePartialGestures?10 +PyQt5.QtCore.Qt.IgnoredGesturesPropagateToParent?10 +PyQt5.QtCore.Qt.GestureType?10 +PyQt5.QtCore.Qt.TapGesture?10 +PyQt5.QtCore.Qt.TapAndHoldGesture?10 +PyQt5.QtCore.Qt.PanGesture?10 +PyQt5.QtCore.Qt.PinchGesture?10 +PyQt5.QtCore.Qt.SwipeGesture?10 +PyQt5.QtCore.Qt.CustomGesture?10 +PyQt5.QtCore.Qt.GestureState?10 +PyQt5.QtCore.Qt.GestureStarted?10 +PyQt5.QtCore.Qt.GestureUpdated?10 +PyQt5.QtCore.Qt.GestureFinished?10 +PyQt5.QtCore.Qt.GestureCanceled?10 +PyQt5.QtCore.Qt.TouchPointState?10 +PyQt5.QtCore.Qt.TouchPointPressed?10 +PyQt5.QtCore.Qt.TouchPointMoved?10 +PyQt5.QtCore.Qt.TouchPointStationary?10 +PyQt5.QtCore.Qt.TouchPointReleased?10 +PyQt5.QtCore.Qt.CoordinateSystem?10 +PyQt5.QtCore.Qt.DeviceCoordinates?10 +PyQt5.QtCore.Qt.LogicalCoordinates?10 +PyQt5.QtCore.Qt.AnchorPoint?10 +PyQt5.QtCore.Qt.AnchorLeft?10 +PyQt5.QtCore.Qt.AnchorHorizontalCenter?10 +PyQt5.QtCore.Qt.AnchorRight?10 +PyQt5.QtCore.Qt.AnchorTop?10 +PyQt5.QtCore.Qt.AnchorVerticalCenter?10 +PyQt5.QtCore.Qt.AnchorBottom?10 +PyQt5.QtCore.Qt.InputMethodHint?10 +PyQt5.QtCore.Qt.ImhNone?10 +PyQt5.QtCore.Qt.ImhHiddenText?10 +PyQt5.QtCore.Qt.ImhNoAutoUppercase?10 +PyQt5.QtCore.Qt.ImhPreferNumbers?10 +PyQt5.QtCore.Qt.ImhPreferUppercase?10 +PyQt5.QtCore.Qt.ImhPreferLowercase?10 +PyQt5.QtCore.Qt.ImhNoPredictiveText?10 +PyQt5.QtCore.Qt.ImhDigitsOnly?10 +PyQt5.QtCore.Qt.ImhFormattedNumbersOnly?10 +PyQt5.QtCore.Qt.ImhUppercaseOnly?10 +PyQt5.QtCore.Qt.ImhLowercaseOnly?10 +PyQt5.QtCore.Qt.ImhDialableCharactersOnly?10 +PyQt5.QtCore.Qt.ImhEmailCharactersOnly?10 +PyQt5.QtCore.Qt.ImhUrlCharactersOnly?10 +PyQt5.QtCore.Qt.ImhExclusiveInputMask?10 +PyQt5.QtCore.Qt.ImhSensitiveData?10 +PyQt5.QtCore.Qt.ImhDate?10 +PyQt5.QtCore.Qt.ImhTime?10 +PyQt5.QtCore.Qt.ImhPreferLatin?10 +PyQt5.QtCore.Qt.ImhLatinOnly?10 +PyQt5.QtCore.Qt.ImhMultiLine?10 +PyQt5.QtCore.Qt.TileRule?10 +PyQt5.QtCore.Qt.StretchTile?10 +PyQt5.QtCore.Qt.RepeatTile?10 +PyQt5.QtCore.Qt.RoundTile?10 +PyQt5.QtCore.Qt.WindowFrameSection?10 +PyQt5.QtCore.Qt.NoSection?10 +PyQt5.QtCore.Qt.LeftSection?10 +PyQt5.QtCore.Qt.TopLeftSection?10 +PyQt5.QtCore.Qt.TopSection?10 +PyQt5.QtCore.Qt.TopRightSection?10 +PyQt5.QtCore.Qt.RightSection?10 +PyQt5.QtCore.Qt.BottomRightSection?10 +PyQt5.QtCore.Qt.BottomSection?10 +PyQt5.QtCore.Qt.BottomLeftSection?10 +PyQt5.QtCore.Qt.TitleBarArea?10 +PyQt5.QtCore.Qt.SizeHint?10 +PyQt5.QtCore.Qt.MinimumSize?10 +PyQt5.QtCore.Qt.PreferredSize?10 +PyQt5.QtCore.Qt.MaximumSize?10 +PyQt5.QtCore.Qt.MinimumDescent?10 +PyQt5.QtCore.Qt.SizeMode?10 +PyQt5.QtCore.Qt.AbsoluteSize?10 +PyQt5.QtCore.Qt.RelativeSize?10 +PyQt5.QtCore.Qt.EventPriority?10 +PyQt5.QtCore.Qt.HighEventPriority?10 +PyQt5.QtCore.Qt.NormalEventPriority?10 +PyQt5.QtCore.Qt.LowEventPriority?10 +PyQt5.QtCore.Qt.Axis?10 +PyQt5.QtCore.Qt.XAxis?10 +PyQt5.QtCore.Qt.YAxis?10 +PyQt5.QtCore.Qt.ZAxis?10 +PyQt5.QtCore.Qt.MaskMode?10 +PyQt5.QtCore.Qt.MaskInColor?10 +PyQt5.QtCore.Qt.MaskOutColor?10 +PyQt5.QtCore.Qt.TextInteractionFlag?10 +PyQt5.QtCore.Qt.NoTextInteraction?10 +PyQt5.QtCore.Qt.TextSelectableByMouse?10 +PyQt5.QtCore.Qt.TextSelectableByKeyboard?10 +PyQt5.QtCore.Qt.LinksAccessibleByMouse?10 +PyQt5.QtCore.Qt.LinksAccessibleByKeyboard?10 +PyQt5.QtCore.Qt.TextEditable?10 +PyQt5.QtCore.Qt.TextEditorInteraction?10 +PyQt5.QtCore.Qt.TextBrowserInteraction?10 +PyQt5.QtCore.Qt.ItemSelectionMode?10 +PyQt5.QtCore.Qt.ContainsItemShape?10 +PyQt5.QtCore.Qt.IntersectsItemShape?10 +PyQt5.QtCore.Qt.ContainsItemBoundingRect?10 +PyQt5.QtCore.Qt.IntersectsItemBoundingRect?10 +PyQt5.QtCore.Qt.ApplicationAttribute?10 +PyQt5.QtCore.Qt.AA_ImmediateWidgetCreation?10 +PyQt5.QtCore.Qt.AA_MSWindowsUseDirect3DByDefault?10 +PyQt5.QtCore.Qt.AA_DontShowIconsInMenus?10 +PyQt5.QtCore.Qt.AA_NativeWindows?10 +PyQt5.QtCore.Qt.AA_DontCreateNativeWidgetSiblings?10 +PyQt5.QtCore.Qt.AA_MacPluginApplication?10 +PyQt5.QtCore.Qt.AA_DontUseNativeMenuBar?10 +PyQt5.QtCore.Qt.AA_MacDontSwapCtrlAndMeta?10 +PyQt5.QtCore.Qt.AA_X11InitThreads?10 +PyQt5.QtCore.Qt.AA_Use96Dpi?10 +PyQt5.QtCore.Qt.AA_SynthesizeTouchForUnhandledMouseEvents?10 +PyQt5.QtCore.Qt.AA_SynthesizeMouseForUnhandledTouchEvents?10 +PyQt5.QtCore.Qt.AA_UseHighDpiPixmaps?10 +PyQt5.QtCore.Qt.AA_ForceRasterWidgets?10 +PyQt5.QtCore.Qt.AA_UseDesktopOpenGL?10 +PyQt5.QtCore.Qt.AA_UseOpenGLES?10 +PyQt5.QtCore.Qt.WindowModality?10 +PyQt5.QtCore.Qt.NonModal?10 +PyQt5.QtCore.Qt.WindowModal?10 +PyQt5.QtCore.Qt.ApplicationModal?10 +PyQt5.QtCore.Qt.MatchFlag?10 +PyQt5.QtCore.Qt.MatchExactly?10 +PyQt5.QtCore.Qt.MatchFixedString?10 +PyQt5.QtCore.Qt.MatchContains?10 +PyQt5.QtCore.Qt.MatchStartsWith?10 +PyQt5.QtCore.Qt.MatchEndsWith?10 +PyQt5.QtCore.Qt.MatchRegExp?10 +PyQt5.QtCore.Qt.MatchWildcard?10 +PyQt5.QtCore.Qt.MatchCaseSensitive?10 +PyQt5.QtCore.Qt.MatchWrap?10 +PyQt5.QtCore.Qt.MatchRecursive?10 +PyQt5.QtCore.Qt.ItemFlag?10 +PyQt5.QtCore.Qt.NoItemFlags?10 +PyQt5.QtCore.Qt.ItemIsSelectable?10 +PyQt5.QtCore.Qt.ItemIsEditable?10 +PyQt5.QtCore.Qt.ItemIsDragEnabled?10 +PyQt5.QtCore.Qt.ItemIsDropEnabled?10 +PyQt5.QtCore.Qt.ItemIsUserCheckable?10 +PyQt5.QtCore.Qt.ItemIsEnabled?10 +PyQt5.QtCore.Qt.ItemIsTristate?10 +PyQt5.QtCore.Qt.ItemNeverHasChildren?10 +PyQt5.QtCore.Qt.ItemDataRole?10 +PyQt5.QtCore.Qt.DisplayRole?10 +PyQt5.QtCore.Qt.DecorationRole?10 +PyQt5.QtCore.Qt.EditRole?10 +PyQt5.QtCore.Qt.ToolTipRole?10 +PyQt5.QtCore.Qt.StatusTipRole?10 +PyQt5.QtCore.Qt.WhatsThisRole?10 +PyQt5.QtCore.Qt.FontRole?10 +PyQt5.QtCore.Qt.TextAlignmentRole?10 +PyQt5.QtCore.Qt.BackgroundRole?10 +PyQt5.QtCore.Qt.BackgroundColorRole?10 +PyQt5.QtCore.Qt.ForegroundRole?10 +PyQt5.QtCore.Qt.TextColorRole?10 +PyQt5.QtCore.Qt.CheckStateRole?10 +PyQt5.QtCore.Qt.AccessibleTextRole?10 +PyQt5.QtCore.Qt.AccessibleDescriptionRole?10 +PyQt5.QtCore.Qt.SizeHintRole?10 +PyQt5.QtCore.Qt.InitialSortOrderRole?10 +PyQt5.QtCore.Qt.UserRole?10 +PyQt5.QtCore.Qt.CheckState?10 +PyQt5.QtCore.Qt.Unchecked?10 +PyQt5.QtCore.Qt.PartiallyChecked?10 +PyQt5.QtCore.Qt.Checked?10 +PyQt5.QtCore.Qt.DropAction?10 +PyQt5.QtCore.Qt.CopyAction?10 +PyQt5.QtCore.Qt.MoveAction?10 +PyQt5.QtCore.Qt.LinkAction?10 +PyQt5.QtCore.Qt.ActionMask?10 +PyQt5.QtCore.Qt.TargetMoveAction?10 +PyQt5.QtCore.Qt.IgnoreAction?10 +PyQt5.QtCore.Qt.LayoutDirection?10 +PyQt5.QtCore.Qt.LeftToRight?10 +PyQt5.QtCore.Qt.RightToLeft?10 +PyQt5.QtCore.Qt.LayoutDirectionAuto?10 +PyQt5.QtCore.Qt.ToolButtonStyle?10 +PyQt5.QtCore.Qt.ToolButtonIconOnly?10 +PyQt5.QtCore.Qt.ToolButtonTextOnly?10 +PyQt5.QtCore.Qt.ToolButtonTextBesideIcon?10 +PyQt5.QtCore.Qt.ToolButtonTextUnderIcon?10 +PyQt5.QtCore.Qt.ToolButtonFollowStyle?10 +PyQt5.QtCore.Qt.InputMethodQuery?10 +PyQt5.QtCore.Qt.ImMicroFocus?10 +PyQt5.QtCore.Qt.ImFont?10 +PyQt5.QtCore.Qt.ImCursorPosition?10 +PyQt5.QtCore.Qt.ImSurroundingText?10 +PyQt5.QtCore.Qt.ImCurrentSelection?10 +PyQt5.QtCore.Qt.ImMaximumTextLength?10 +PyQt5.QtCore.Qt.ImAnchorPosition?10 +PyQt5.QtCore.Qt.ImEnabled?10 +PyQt5.QtCore.Qt.ImCursorRectangle?10 +PyQt5.QtCore.Qt.ImHints?10 +PyQt5.QtCore.Qt.ImPreferredLanguage?10 +PyQt5.QtCore.Qt.ImPlatformData?10 +PyQt5.QtCore.Qt.ImQueryInput?10 +PyQt5.QtCore.Qt.ImQueryAll?10 +PyQt5.QtCore.Qt.ImAbsolutePosition?10 +PyQt5.QtCore.Qt.ImTextBeforeCursor?10 +PyQt5.QtCore.Qt.ImTextAfterCursor?10 +PyQt5.QtCore.Qt.ContextMenuPolicy?10 +PyQt5.QtCore.Qt.NoContextMenu?10 +PyQt5.QtCore.Qt.PreventContextMenu?10 +PyQt5.QtCore.Qt.DefaultContextMenu?10 +PyQt5.QtCore.Qt.ActionsContextMenu?10 +PyQt5.QtCore.Qt.CustomContextMenu?10 +PyQt5.QtCore.Qt.FocusReason?10 +PyQt5.QtCore.Qt.MouseFocusReason?10 +PyQt5.QtCore.Qt.TabFocusReason?10 +PyQt5.QtCore.Qt.BacktabFocusReason?10 +PyQt5.QtCore.Qt.ActiveWindowFocusReason?10 +PyQt5.QtCore.Qt.PopupFocusReason?10 +PyQt5.QtCore.Qt.ShortcutFocusReason?10 +PyQt5.QtCore.Qt.MenuBarFocusReason?10 +PyQt5.QtCore.Qt.OtherFocusReason?10 +PyQt5.QtCore.Qt.NoFocusReason?10 +PyQt5.QtCore.Qt.TransformationMode?10 +PyQt5.QtCore.Qt.FastTransformation?10 +PyQt5.QtCore.Qt.SmoothTransformation?10 +PyQt5.QtCore.Qt.ClipOperation?10 +PyQt5.QtCore.Qt.NoClip?10 +PyQt5.QtCore.Qt.ReplaceClip?10 +PyQt5.QtCore.Qt.IntersectClip?10 +PyQt5.QtCore.Qt.FillRule?10 +PyQt5.QtCore.Qt.OddEvenFill?10 +PyQt5.QtCore.Qt.WindingFill?10 +PyQt5.QtCore.Qt.ShortcutContext?10 +PyQt5.QtCore.Qt.WidgetShortcut?10 +PyQt5.QtCore.Qt.WindowShortcut?10 +PyQt5.QtCore.Qt.ApplicationShortcut?10 +PyQt5.QtCore.Qt.WidgetWithChildrenShortcut?10 +PyQt5.QtCore.Qt.ConnectionType?10 +PyQt5.QtCore.Qt.AutoConnection?10 +PyQt5.QtCore.Qt.DirectConnection?10 +PyQt5.QtCore.Qt.QueuedConnection?10 +PyQt5.QtCore.Qt.BlockingQueuedConnection?10 +PyQt5.QtCore.Qt.UniqueConnection?10 +PyQt5.QtCore.Qt.Corner?10 +PyQt5.QtCore.Qt.TopLeftCorner?10 +PyQt5.QtCore.Qt.TopRightCorner?10 +PyQt5.QtCore.Qt.BottomLeftCorner?10 +PyQt5.QtCore.Qt.BottomRightCorner?10 +PyQt5.QtCore.Qt.CaseSensitivity?10 +PyQt5.QtCore.Qt.CaseInsensitive?10 +PyQt5.QtCore.Qt.CaseSensitive?10 +PyQt5.QtCore.Qt.ScrollBarPolicy?10 +PyQt5.QtCore.Qt.ScrollBarAsNeeded?10 +PyQt5.QtCore.Qt.ScrollBarAlwaysOff?10 +PyQt5.QtCore.Qt.ScrollBarAlwaysOn?10 +PyQt5.QtCore.Qt.DayOfWeek?10 +PyQt5.QtCore.Qt.Monday?10 +PyQt5.QtCore.Qt.Tuesday?10 +PyQt5.QtCore.Qt.Wednesday?10 +PyQt5.QtCore.Qt.Thursday?10 +PyQt5.QtCore.Qt.Friday?10 +PyQt5.QtCore.Qt.Saturday?10 +PyQt5.QtCore.Qt.Sunday?10 +PyQt5.QtCore.Qt.TimeSpec?10 +PyQt5.QtCore.Qt.LocalTime?10 +PyQt5.QtCore.Qt.UTC?10 +PyQt5.QtCore.Qt.OffsetFromUTC?10 +PyQt5.QtCore.Qt.TimeZone?10 +PyQt5.QtCore.Qt.DateFormat?10 +PyQt5.QtCore.Qt.TextDate?10 +PyQt5.QtCore.Qt.ISODate?10 +PyQt5.QtCore.Qt.LocalDate?10 +PyQt5.QtCore.Qt.SystemLocaleDate?10 +PyQt5.QtCore.Qt.LocaleDate?10 +PyQt5.QtCore.Qt.SystemLocaleShortDate?10 +PyQt5.QtCore.Qt.SystemLocaleLongDate?10 +PyQt5.QtCore.Qt.DefaultLocaleShortDate?10 +PyQt5.QtCore.Qt.DefaultLocaleLongDate?10 +PyQt5.QtCore.Qt.RFC2822Date?10 +PyQt5.QtCore.Qt.ToolBarArea?10 +PyQt5.QtCore.Qt.LeftToolBarArea?10 +PyQt5.QtCore.Qt.RightToolBarArea?10 +PyQt5.QtCore.Qt.TopToolBarArea?10 +PyQt5.QtCore.Qt.BottomToolBarArea?10 +PyQt5.QtCore.Qt.ToolBarArea_Mask?10 +PyQt5.QtCore.Qt.AllToolBarAreas?10 +PyQt5.QtCore.Qt.NoToolBarArea?10 +PyQt5.QtCore.Qt.TimerType?10 +PyQt5.QtCore.Qt.PreciseTimer?10 +PyQt5.QtCore.Qt.CoarseTimer?10 +PyQt5.QtCore.Qt.VeryCoarseTimer?10 +PyQt5.QtCore.Qt.DockWidgetArea?10 +PyQt5.QtCore.Qt.LeftDockWidgetArea?10 +PyQt5.QtCore.Qt.RightDockWidgetArea?10 +PyQt5.QtCore.Qt.TopDockWidgetArea?10 +PyQt5.QtCore.Qt.BottomDockWidgetArea?10 +PyQt5.QtCore.Qt.DockWidgetArea_Mask?10 +PyQt5.QtCore.Qt.AllDockWidgetAreas?10 +PyQt5.QtCore.Qt.NoDockWidgetArea?10 +PyQt5.QtCore.Qt.AspectRatioMode?10 +PyQt5.QtCore.Qt.IgnoreAspectRatio?10 +PyQt5.QtCore.Qt.KeepAspectRatio?10 +PyQt5.QtCore.Qt.KeepAspectRatioByExpanding?10 +PyQt5.QtCore.Qt.TextFormat?10 +PyQt5.QtCore.Qt.PlainText?10 +PyQt5.QtCore.Qt.RichText?10 +PyQt5.QtCore.Qt.AutoText?10 +PyQt5.QtCore.Qt.CursorShape?10 +PyQt5.QtCore.Qt.ArrowCursor?10 +PyQt5.QtCore.Qt.UpArrowCursor?10 +PyQt5.QtCore.Qt.CrossCursor?10 +PyQt5.QtCore.Qt.WaitCursor?10 +PyQt5.QtCore.Qt.IBeamCursor?10 +PyQt5.QtCore.Qt.SizeVerCursor?10 +PyQt5.QtCore.Qt.SizeHorCursor?10 +PyQt5.QtCore.Qt.SizeBDiagCursor?10 +PyQt5.QtCore.Qt.SizeFDiagCursor?10 +PyQt5.QtCore.Qt.SizeAllCursor?10 +PyQt5.QtCore.Qt.BlankCursor?10 +PyQt5.QtCore.Qt.SplitVCursor?10 +PyQt5.QtCore.Qt.SplitHCursor?10 +PyQt5.QtCore.Qt.PointingHandCursor?10 +PyQt5.QtCore.Qt.ForbiddenCursor?10 +PyQt5.QtCore.Qt.OpenHandCursor?10 +PyQt5.QtCore.Qt.ClosedHandCursor?10 +PyQt5.QtCore.Qt.WhatsThisCursor?10 +PyQt5.QtCore.Qt.BusyCursor?10 +PyQt5.QtCore.Qt.LastCursor?10 +PyQt5.QtCore.Qt.BitmapCursor?10 +PyQt5.QtCore.Qt.CustomCursor?10 +PyQt5.QtCore.Qt.DragCopyCursor?10 +PyQt5.QtCore.Qt.DragMoveCursor?10 +PyQt5.QtCore.Qt.DragLinkCursor?10 +PyQt5.QtCore.Qt.UIEffect?10 +PyQt5.QtCore.Qt.UI_General?10 +PyQt5.QtCore.Qt.UI_AnimateMenu?10 +PyQt5.QtCore.Qt.UI_FadeMenu?10 +PyQt5.QtCore.Qt.UI_AnimateCombo?10 +PyQt5.QtCore.Qt.UI_AnimateTooltip?10 +PyQt5.QtCore.Qt.UI_FadeTooltip?10 +PyQt5.QtCore.Qt.UI_AnimateToolBox?10 +PyQt5.QtCore.Qt.BrushStyle?10 +PyQt5.QtCore.Qt.NoBrush?10 +PyQt5.QtCore.Qt.SolidPattern?10 +PyQt5.QtCore.Qt.Dense1Pattern?10 +PyQt5.QtCore.Qt.Dense2Pattern?10 +PyQt5.QtCore.Qt.Dense3Pattern?10 +PyQt5.QtCore.Qt.Dense4Pattern?10 +PyQt5.QtCore.Qt.Dense5Pattern?10 +PyQt5.QtCore.Qt.Dense6Pattern?10 +PyQt5.QtCore.Qt.Dense7Pattern?10 +PyQt5.QtCore.Qt.HorPattern?10 +PyQt5.QtCore.Qt.VerPattern?10 +PyQt5.QtCore.Qt.CrossPattern?10 +PyQt5.QtCore.Qt.BDiagPattern?10 +PyQt5.QtCore.Qt.FDiagPattern?10 +PyQt5.QtCore.Qt.DiagCrossPattern?10 +PyQt5.QtCore.Qt.LinearGradientPattern?10 +PyQt5.QtCore.Qt.RadialGradientPattern?10 +PyQt5.QtCore.Qt.ConicalGradientPattern?10 +PyQt5.QtCore.Qt.TexturePattern?10 +PyQt5.QtCore.Qt.PenJoinStyle?10 +PyQt5.QtCore.Qt.MiterJoin?10 +PyQt5.QtCore.Qt.BevelJoin?10 +PyQt5.QtCore.Qt.RoundJoin?10 +PyQt5.QtCore.Qt.MPenJoinStyle?10 +PyQt5.QtCore.Qt.SvgMiterJoin?10 +PyQt5.QtCore.Qt.PenCapStyle?10 +PyQt5.QtCore.Qt.FlatCap?10 +PyQt5.QtCore.Qt.SquareCap?10 +PyQt5.QtCore.Qt.RoundCap?10 +PyQt5.QtCore.Qt.MPenCapStyle?10 +PyQt5.QtCore.Qt.PenStyle?10 +PyQt5.QtCore.Qt.NoPen?10 +PyQt5.QtCore.Qt.SolidLine?10 +PyQt5.QtCore.Qt.DashLine?10 +PyQt5.QtCore.Qt.DotLine?10 +PyQt5.QtCore.Qt.DashDotLine?10 +PyQt5.QtCore.Qt.DashDotDotLine?10 +PyQt5.QtCore.Qt.CustomDashLine?10 +PyQt5.QtCore.Qt.MPenStyle?10 +PyQt5.QtCore.Qt.ArrowType?10 +PyQt5.QtCore.Qt.NoArrow?10 +PyQt5.QtCore.Qt.UpArrow?10 +PyQt5.QtCore.Qt.DownArrow?10 +PyQt5.QtCore.Qt.LeftArrow?10 +PyQt5.QtCore.Qt.RightArrow?10 +PyQt5.QtCore.Qt.Key?10 +PyQt5.QtCore.Qt.Key_Escape?10 +PyQt5.QtCore.Qt.Key_Tab?10 +PyQt5.QtCore.Qt.Key_Backtab?10 +PyQt5.QtCore.Qt.Key_Backspace?10 +PyQt5.QtCore.Qt.Key_Return?10 +PyQt5.QtCore.Qt.Key_Enter?10 +PyQt5.QtCore.Qt.Key_Insert?10 +PyQt5.QtCore.Qt.Key_Delete?10 +PyQt5.QtCore.Qt.Key_Pause?10 +PyQt5.QtCore.Qt.Key_Print?10 +PyQt5.QtCore.Qt.Key_SysReq?10 +PyQt5.QtCore.Qt.Key_Clear?10 +PyQt5.QtCore.Qt.Key_Home?10 +PyQt5.QtCore.Qt.Key_End?10 +PyQt5.QtCore.Qt.Key_Left?10 +PyQt5.QtCore.Qt.Key_Up?10 +PyQt5.QtCore.Qt.Key_Right?10 +PyQt5.QtCore.Qt.Key_Down?10 +PyQt5.QtCore.Qt.Key_PageUp?10 +PyQt5.QtCore.Qt.Key_PageDown?10 +PyQt5.QtCore.Qt.Key_Shift?10 +PyQt5.QtCore.Qt.Key_Control?10 +PyQt5.QtCore.Qt.Key_Meta?10 +PyQt5.QtCore.Qt.Key_Alt?10 +PyQt5.QtCore.Qt.Key_CapsLock?10 +PyQt5.QtCore.Qt.Key_NumLock?10 +PyQt5.QtCore.Qt.Key_ScrollLock?10 +PyQt5.QtCore.Qt.Key_F1?10 +PyQt5.QtCore.Qt.Key_F2?10 +PyQt5.QtCore.Qt.Key_F3?10 +PyQt5.QtCore.Qt.Key_F4?10 +PyQt5.QtCore.Qt.Key_F5?10 +PyQt5.QtCore.Qt.Key_F6?10 +PyQt5.QtCore.Qt.Key_F7?10 +PyQt5.QtCore.Qt.Key_F8?10 +PyQt5.QtCore.Qt.Key_F9?10 +PyQt5.QtCore.Qt.Key_F10?10 +PyQt5.QtCore.Qt.Key_F11?10 +PyQt5.QtCore.Qt.Key_F12?10 +PyQt5.QtCore.Qt.Key_F13?10 +PyQt5.QtCore.Qt.Key_F14?10 +PyQt5.QtCore.Qt.Key_F15?10 +PyQt5.QtCore.Qt.Key_F16?10 +PyQt5.QtCore.Qt.Key_F17?10 +PyQt5.QtCore.Qt.Key_F18?10 +PyQt5.QtCore.Qt.Key_F19?10 +PyQt5.QtCore.Qt.Key_F20?10 +PyQt5.QtCore.Qt.Key_F21?10 +PyQt5.QtCore.Qt.Key_F22?10 +PyQt5.QtCore.Qt.Key_F23?10 +PyQt5.QtCore.Qt.Key_F24?10 +PyQt5.QtCore.Qt.Key_F25?10 +PyQt5.QtCore.Qt.Key_F26?10 +PyQt5.QtCore.Qt.Key_F27?10 +PyQt5.QtCore.Qt.Key_F28?10 +PyQt5.QtCore.Qt.Key_F29?10 +PyQt5.QtCore.Qt.Key_F30?10 +PyQt5.QtCore.Qt.Key_F31?10 +PyQt5.QtCore.Qt.Key_F32?10 +PyQt5.QtCore.Qt.Key_F33?10 +PyQt5.QtCore.Qt.Key_F34?10 +PyQt5.QtCore.Qt.Key_F35?10 +PyQt5.QtCore.Qt.Key_Super_L?10 +PyQt5.QtCore.Qt.Key_Super_R?10 +PyQt5.QtCore.Qt.Key_Menu?10 +PyQt5.QtCore.Qt.Key_Hyper_L?10 +PyQt5.QtCore.Qt.Key_Hyper_R?10 +PyQt5.QtCore.Qt.Key_Help?10 +PyQt5.QtCore.Qt.Key_Direction_L?10 +PyQt5.QtCore.Qt.Key_Direction_R?10 +PyQt5.QtCore.Qt.Key_Space?10 +PyQt5.QtCore.Qt.Key_Any?10 +PyQt5.QtCore.Qt.Key_Exclam?10 +PyQt5.QtCore.Qt.Key_QuoteDbl?10 +PyQt5.QtCore.Qt.Key_NumberSign?10 +PyQt5.QtCore.Qt.Key_Dollar?10 +PyQt5.QtCore.Qt.Key_Percent?10 +PyQt5.QtCore.Qt.Key_Ampersand?10 +PyQt5.QtCore.Qt.Key_Apostrophe?10 +PyQt5.QtCore.Qt.Key_ParenLeft?10 +PyQt5.QtCore.Qt.Key_ParenRight?10 +PyQt5.QtCore.Qt.Key_Asterisk?10 +PyQt5.QtCore.Qt.Key_Plus?10 +PyQt5.QtCore.Qt.Key_Comma?10 +PyQt5.QtCore.Qt.Key_Minus?10 +PyQt5.QtCore.Qt.Key_Period?10 +PyQt5.QtCore.Qt.Key_Slash?10 +PyQt5.QtCore.Qt.Key_0?10 +PyQt5.QtCore.Qt.Key_1?10 +PyQt5.QtCore.Qt.Key_2?10 +PyQt5.QtCore.Qt.Key_3?10 +PyQt5.QtCore.Qt.Key_4?10 +PyQt5.QtCore.Qt.Key_5?10 +PyQt5.QtCore.Qt.Key_6?10 +PyQt5.QtCore.Qt.Key_7?10 +PyQt5.QtCore.Qt.Key_8?10 +PyQt5.QtCore.Qt.Key_9?10 +PyQt5.QtCore.Qt.Key_Colon?10 +PyQt5.QtCore.Qt.Key_Semicolon?10 +PyQt5.QtCore.Qt.Key_Less?10 +PyQt5.QtCore.Qt.Key_Equal?10 +PyQt5.QtCore.Qt.Key_Greater?10 +PyQt5.QtCore.Qt.Key_Question?10 +PyQt5.QtCore.Qt.Key_At?10 +PyQt5.QtCore.Qt.Key_A?10 +PyQt5.QtCore.Qt.Key_B?10 +PyQt5.QtCore.Qt.Key_C?10 +PyQt5.QtCore.Qt.Key_D?10 +PyQt5.QtCore.Qt.Key_E?10 +PyQt5.QtCore.Qt.Key_F?10 +PyQt5.QtCore.Qt.Key_G?10 +PyQt5.QtCore.Qt.Key_H?10 +PyQt5.QtCore.Qt.Key_I?10 +PyQt5.QtCore.Qt.Key_J?10 +PyQt5.QtCore.Qt.Key_K?10 +PyQt5.QtCore.Qt.Key_L?10 +PyQt5.QtCore.Qt.Key_M?10 +PyQt5.QtCore.Qt.Key_N?10 +PyQt5.QtCore.Qt.Key_O?10 +PyQt5.QtCore.Qt.Key_P?10 +PyQt5.QtCore.Qt.Key_Q?10 +PyQt5.QtCore.Qt.Key_R?10 +PyQt5.QtCore.Qt.Key_S?10 +PyQt5.QtCore.Qt.Key_T?10 +PyQt5.QtCore.Qt.Key_U?10 +PyQt5.QtCore.Qt.Key_V?10 +PyQt5.QtCore.Qt.Key_W?10 +PyQt5.QtCore.Qt.Key_X?10 +PyQt5.QtCore.Qt.Key_Y?10 +PyQt5.QtCore.Qt.Key_Z?10 +PyQt5.QtCore.Qt.Key_BracketLeft?10 +PyQt5.QtCore.Qt.Key_Backslash?10 +PyQt5.QtCore.Qt.Key_BracketRight?10 +PyQt5.QtCore.Qt.Key_AsciiCircum?10 +PyQt5.QtCore.Qt.Key_Underscore?10 +PyQt5.QtCore.Qt.Key_QuoteLeft?10 +PyQt5.QtCore.Qt.Key_BraceLeft?10 +PyQt5.QtCore.Qt.Key_Bar?10 +PyQt5.QtCore.Qt.Key_BraceRight?10 +PyQt5.QtCore.Qt.Key_AsciiTilde?10 +PyQt5.QtCore.Qt.Key_nobreakspace?10 +PyQt5.QtCore.Qt.Key_exclamdown?10 +PyQt5.QtCore.Qt.Key_cent?10 +PyQt5.QtCore.Qt.Key_sterling?10 +PyQt5.QtCore.Qt.Key_currency?10 +PyQt5.QtCore.Qt.Key_yen?10 +PyQt5.QtCore.Qt.Key_brokenbar?10 +PyQt5.QtCore.Qt.Key_section?10 +PyQt5.QtCore.Qt.Key_diaeresis?10 +PyQt5.QtCore.Qt.Key_copyright?10 +PyQt5.QtCore.Qt.Key_ordfeminine?10 +PyQt5.QtCore.Qt.Key_guillemotleft?10 +PyQt5.QtCore.Qt.Key_notsign?10 +PyQt5.QtCore.Qt.Key_hyphen?10 +PyQt5.QtCore.Qt.Key_registered?10 +PyQt5.QtCore.Qt.Key_macron?10 +PyQt5.QtCore.Qt.Key_degree?10 +PyQt5.QtCore.Qt.Key_plusminus?10 +PyQt5.QtCore.Qt.Key_twosuperior?10 +PyQt5.QtCore.Qt.Key_threesuperior?10 +PyQt5.QtCore.Qt.Key_acute?10 +PyQt5.QtCore.Qt.Key_mu?10 +PyQt5.QtCore.Qt.Key_paragraph?10 +PyQt5.QtCore.Qt.Key_periodcentered?10 +PyQt5.QtCore.Qt.Key_cedilla?10 +PyQt5.QtCore.Qt.Key_onesuperior?10 +PyQt5.QtCore.Qt.Key_masculine?10 +PyQt5.QtCore.Qt.Key_guillemotright?10 +PyQt5.QtCore.Qt.Key_onequarter?10 +PyQt5.QtCore.Qt.Key_onehalf?10 +PyQt5.QtCore.Qt.Key_threequarters?10 +PyQt5.QtCore.Qt.Key_questiondown?10 +PyQt5.QtCore.Qt.Key_Agrave?10 +PyQt5.QtCore.Qt.Key_Aacute?10 +PyQt5.QtCore.Qt.Key_Acircumflex?10 +PyQt5.QtCore.Qt.Key_Atilde?10 +PyQt5.QtCore.Qt.Key_Adiaeresis?10 +PyQt5.QtCore.Qt.Key_Aring?10 +PyQt5.QtCore.Qt.Key_AE?10 +PyQt5.QtCore.Qt.Key_Ccedilla?10 +PyQt5.QtCore.Qt.Key_Egrave?10 +PyQt5.QtCore.Qt.Key_Eacute?10 +PyQt5.QtCore.Qt.Key_Ecircumflex?10 +PyQt5.QtCore.Qt.Key_Ediaeresis?10 +PyQt5.QtCore.Qt.Key_Igrave?10 +PyQt5.QtCore.Qt.Key_Iacute?10 +PyQt5.QtCore.Qt.Key_Icircumflex?10 +PyQt5.QtCore.Qt.Key_Idiaeresis?10 +PyQt5.QtCore.Qt.Key_ETH?10 +PyQt5.QtCore.Qt.Key_Ntilde?10 +PyQt5.QtCore.Qt.Key_Ograve?10 +PyQt5.QtCore.Qt.Key_Oacute?10 +PyQt5.QtCore.Qt.Key_Ocircumflex?10 +PyQt5.QtCore.Qt.Key_Otilde?10 +PyQt5.QtCore.Qt.Key_Odiaeresis?10 +PyQt5.QtCore.Qt.Key_multiply?10 +PyQt5.QtCore.Qt.Key_Ooblique?10 +PyQt5.QtCore.Qt.Key_Ugrave?10 +PyQt5.QtCore.Qt.Key_Uacute?10 +PyQt5.QtCore.Qt.Key_Ucircumflex?10 +PyQt5.QtCore.Qt.Key_Udiaeresis?10 +PyQt5.QtCore.Qt.Key_Yacute?10 +PyQt5.QtCore.Qt.Key_THORN?10 +PyQt5.QtCore.Qt.Key_ssharp?10 +PyQt5.QtCore.Qt.Key_division?10 +PyQt5.QtCore.Qt.Key_ydiaeresis?10 +PyQt5.QtCore.Qt.Key_AltGr?10 +PyQt5.QtCore.Qt.Key_Multi_key?10 +PyQt5.QtCore.Qt.Key_Codeinput?10 +PyQt5.QtCore.Qt.Key_SingleCandidate?10 +PyQt5.QtCore.Qt.Key_MultipleCandidate?10 +PyQt5.QtCore.Qt.Key_PreviousCandidate?10 +PyQt5.QtCore.Qt.Key_Mode_switch?10 +PyQt5.QtCore.Qt.Key_Kanji?10 +PyQt5.QtCore.Qt.Key_Muhenkan?10 +PyQt5.QtCore.Qt.Key_Henkan?10 +PyQt5.QtCore.Qt.Key_Romaji?10 +PyQt5.QtCore.Qt.Key_Hiragana?10 +PyQt5.QtCore.Qt.Key_Katakana?10 +PyQt5.QtCore.Qt.Key_Hiragana_Katakana?10 +PyQt5.QtCore.Qt.Key_Zenkaku?10 +PyQt5.QtCore.Qt.Key_Hankaku?10 +PyQt5.QtCore.Qt.Key_Zenkaku_Hankaku?10 +PyQt5.QtCore.Qt.Key_Touroku?10 +PyQt5.QtCore.Qt.Key_Massyo?10 +PyQt5.QtCore.Qt.Key_Kana_Lock?10 +PyQt5.QtCore.Qt.Key_Kana_Shift?10 +PyQt5.QtCore.Qt.Key_Eisu_Shift?10 +PyQt5.QtCore.Qt.Key_Eisu_toggle?10 +PyQt5.QtCore.Qt.Key_Hangul?10 +PyQt5.QtCore.Qt.Key_Hangul_Start?10 +PyQt5.QtCore.Qt.Key_Hangul_End?10 +PyQt5.QtCore.Qt.Key_Hangul_Hanja?10 +PyQt5.QtCore.Qt.Key_Hangul_Jamo?10 +PyQt5.QtCore.Qt.Key_Hangul_Romaja?10 +PyQt5.QtCore.Qt.Key_Hangul_Jeonja?10 +PyQt5.QtCore.Qt.Key_Hangul_Banja?10 +PyQt5.QtCore.Qt.Key_Hangul_PreHanja?10 +PyQt5.QtCore.Qt.Key_Hangul_PostHanja?10 +PyQt5.QtCore.Qt.Key_Hangul_Special?10 +PyQt5.QtCore.Qt.Key_Dead_Grave?10 +PyQt5.QtCore.Qt.Key_Dead_Acute?10 +PyQt5.QtCore.Qt.Key_Dead_Circumflex?10 +PyQt5.QtCore.Qt.Key_Dead_Tilde?10 +PyQt5.QtCore.Qt.Key_Dead_Macron?10 +PyQt5.QtCore.Qt.Key_Dead_Breve?10 +PyQt5.QtCore.Qt.Key_Dead_Abovedot?10 +PyQt5.QtCore.Qt.Key_Dead_Diaeresis?10 +PyQt5.QtCore.Qt.Key_Dead_Abovering?10 +PyQt5.QtCore.Qt.Key_Dead_Doubleacute?10 +PyQt5.QtCore.Qt.Key_Dead_Caron?10 +PyQt5.QtCore.Qt.Key_Dead_Cedilla?10 +PyQt5.QtCore.Qt.Key_Dead_Ogonek?10 +PyQt5.QtCore.Qt.Key_Dead_Iota?10 +PyQt5.QtCore.Qt.Key_Dead_Voiced_Sound?10 +PyQt5.QtCore.Qt.Key_Dead_Semivoiced_Sound?10 +PyQt5.QtCore.Qt.Key_Dead_Belowdot?10 +PyQt5.QtCore.Qt.Key_Dead_Hook?10 +PyQt5.QtCore.Qt.Key_Dead_Horn?10 +PyQt5.QtCore.Qt.Key_Back?10 +PyQt5.QtCore.Qt.Key_Forward?10 +PyQt5.QtCore.Qt.Key_Stop?10 +PyQt5.QtCore.Qt.Key_Refresh?10 +PyQt5.QtCore.Qt.Key_VolumeDown?10 +PyQt5.QtCore.Qt.Key_VolumeMute?10 +PyQt5.QtCore.Qt.Key_VolumeUp?10 +PyQt5.QtCore.Qt.Key_BassBoost?10 +PyQt5.QtCore.Qt.Key_BassUp?10 +PyQt5.QtCore.Qt.Key_BassDown?10 +PyQt5.QtCore.Qt.Key_TrebleUp?10 +PyQt5.QtCore.Qt.Key_TrebleDown?10 +PyQt5.QtCore.Qt.Key_MediaPlay?10 +PyQt5.QtCore.Qt.Key_MediaStop?10 +PyQt5.QtCore.Qt.Key_MediaPrevious?10 +PyQt5.QtCore.Qt.Key_MediaNext?10 +PyQt5.QtCore.Qt.Key_MediaRecord?10 +PyQt5.QtCore.Qt.Key_HomePage?10 +PyQt5.QtCore.Qt.Key_Favorites?10 +PyQt5.QtCore.Qt.Key_Search?10 +PyQt5.QtCore.Qt.Key_Standby?10 +PyQt5.QtCore.Qt.Key_OpenUrl?10 +PyQt5.QtCore.Qt.Key_LaunchMail?10 +PyQt5.QtCore.Qt.Key_LaunchMedia?10 +PyQt5.QtCore.Qt.Key_Launch0?10 +PyQt5.QtCore.Qt.Key_Launch1?10 +PyQt5.QtCore.Qt.Key_Launch2?10 +PyQt5.QtCore.Qt.Key_Launch3?10 +PyQt5.QtCore.Qt.Key_Launch4?10 +PyQt5.QtCore.Qt.Key_Launch5?10 +PyQt5.QtCore.Qt.Key_Launch6?10 +PyQt5.QtCore.Qt.Key_Launch7?10 +PyQt5.QtCore.Qt.Key_Launch8?10 +PyQt5.QtCore.Qt.Key_Launch9?10 +PyQt5.QtCore.Qt.Key_LaunchA?10 +PyQt5.QtCore.Qt.Key_LaunchB?10 +PyQt5.QtCore.Qt.Key_LaunchC?10 +PyQt5.QtCore.Qt.Key_LaunchD?10 +PyQt5.QtCore.Qt.Key_LaunchE?10 +PyQt5.QtCore.Qt.Key_LaunchF?10 +PyQt5.QtCore.Qt.Key_MediaLast?10 +PyQt5.QtCore.Qt.Key_Select?10 +PyQt5.QtCore.Qt.Key_Yes?10 +PyQt5.QtCore.Qt.Key_No?10 +PyQt5.QtCore.Qt.Key_Context1?10 +PyQt5.QtCore.Qt.Key_Context2?10 +PyQt5.QtCore.Qt.Key_Context3?10 +PyQt5.QtCore.Qt.Key_Context4?10 +PyQt5.QtCore.Qt.Key_Call?10 +PyQt5.QtCore.Qt.Key_Hangup?10 +PyQt5.QtCore.Qt.Key_Flip?10 +PyQt5.QtCore.Qt.Key_unknown?10 +PyQt5.QtCore.Qt.Key_Execute?10 +PyQt5.QtCore.Qt.Key_Printer?10 +PyQt5.QtCore.Qt.Key_Play?10 +PyQt5.QtCore.Qt.Key_Sleep?10 +PyQt5.QtCore.Qt.Key_Zoom?10 +PyQt5.QtCore.Qt.Key_Cancel?10 +PyQt5.QtCore.Qt.Key_MonBrightnessUp?10 +PyQt5.QtCore.Qt.Key_MonBrightnessDown?10 +PyQt5.QtCore.Qt.Key_KeyboardLightOnOff?10 +PyQt5.QtCore.Qt.Key_KeyboardBrightnessUp?10 +PyQt5.QtCore.Qt.Key_KeyboardBrightnessDown?10 +PyQt5.QtCore.Qt.Key_PowerOff?10 +PyQt5.QtCore.Qt.Key_WakeUp?10 +PyQt5.QtCore.Qt.Key_Eject?10 +PyQt5.QtCore.Qt.Key_ScreenSaver?10 +PyQt5.QtCore.Qt.Key_WWW?10 +PyQt5.QtCore.Qt.Key_Memo?10 +PyQt5.QtCore.Qt.Key_LightBulb?10 +PyQt5.QtCore.Qt.Key_Shop?10 +PyQt5.QtCore.Qt.Key_History?10 +PyQt5.QtCore.Qt.Key_AddFavorite?10 +PyQt5.QtCore.Qt.Key_HotLinks?10 +PyQt5.QtCore.Qt.Key_BrightnessAdjust?10 +PyQt5.QtCore.Qt.Key_Finance?10 +PyQt5.QtCore.Qt.Key_Community?10 +PyQt5.QtCore.Qt.Key_AudioRewind?10 +PyQt5.QtCore.Qt.Key_BackForward?10 +PyQt5.QtCore.Qt.Key_ApplicationLeft?10 +PyQt5.QtCore.Qt.Key_ApplicationRight?10 +PyQt5.QtCore.Qt.Key_Book?10 +PyQt5.QtCore.Qt.Key_CD?10 +PyQt5.QtCore.Qt.Key_Calculator?10 +PyQt5.QtCore.Qt.Key_ToDoList?10 +PyQt5.QtCore.Qt.Key_ClearGrab?10 +PyQt5.QtCore.Qt.Key_Close?10 +PyQt5.QtCore.Qt.Key_Copy?10 +PyQt5.QtCore.Qt.Key_Cut?10 +PyQt5.QtCore.Qt.Key_Display?10 +PyQt5.QtCore.Qt.Key_DOS?10 +PyQt5.QtCore.Qt.Key_Documents?10 +PyQt5.QtCore.Qt.Key_Excel?10 +PyQt5.QtCore.Qt.Key_Explorer?10 +PyQt5.QtCore.Qt.Key_Game?10 +PyQt5.QtCore.Qt.Key_Go?10 +PyQt5.QtCore.Qt.Key_iTouch?10 +PyQt5.QtCore.Qt.Key_LogOff?10 +PyQt5.QtCore.Qt.Key_Market?10 +PyQt5.QtCore.Qt.Key_Meeting?10 +PyQt5.QtCore.Qt.Key_MenuKB?10 +PyQt5.QtCore.Qt.Key_MenuPB?10 +PyQt5.QtCore.Qt.Key_MySites?10 +PyQt5.QtCore.Qt.Key_News?10 +PyQt5.QtCore.Qt.Key_OfficeHome?10 +PyQt5.QtCore.Qt.Key_Option?10 +PyQt5.QtCore.Qt.Key_Paste?10 +PyQt5.QtCore.Qt.Key_Phone?10 +PyQt5.QtCore.Qt.Key_Calendar?10 +PyQt5.QtCore.Qt.Key_Reply?10 +PyQt5.QtCore.Qt.Key_Reload?10 +PyQt5.QtCore.Qt.Key_RotateWindows?10 +PyQt5.QtCore.Qt.Key_RotationPB?10 +PyQt5.QtCore.Qt.Key_RotationKB?10 +PyQt5.QtCore.Qt.Key_Save?10 +PyQt5.QtCore.Qt.Key_Send?10 +PyQt5.QtCore.Qt.Key_Spell?10 +PyQt5.QtCore.Qt.Key_SplitScreen?10 +PyQt5.QtCore.Qt.Key_Support?10 +PyQt5.QtCore.Qt.Key_TaskPane?10 +PyQt5.QtCore.Qt.Key_Terminal?10 +PyQt5.QtCore.Qt.Key_Tools?10 +PyQt5.QtCore.Qt.Key_Travel?10 +PyQt5.QtCore.Qt.Key_Video?10 +PyQt5.QtCore.Qt.Key_Word?10 +PyQt5.QtCore.Qt.Key_Xfer?10 +PyQt5.QtCore.Qt.Key_ZoomIn?10 +PyQt5.QtCore.Qt.Key_ZoomOut?10 +PyQt5.QtCore.Qt.Key_Away?10 +PyQt5.QtCore.Qt.Key_Messenger?10 +PyQt5.QtCore.Qt.Key_WebCam?10 +PyQt5.QtCore.Qt.Key_MailForward?10 +PyQt5.QtCore.Qt.Key_Pictures?10 +PyQt5.QtCore.Qt.Key_Music?10 +PyQt5.QtCore.Qt.Key_Battery?10 +PyQt5.QtCore.Qt.Key_Bluetooth?10 +PyQt5.QtCore.Qt.Key_WLAN?10 +PyQt5.QtCore.Qt.Key_UWB?10 +PyQt5.QtCore.Qt.Key_AudioForward?10 +PyQt5.QtCore.Qt.Key_AudioRepeat?10 +PyQt5.QtCore.Qt.Key_AudioRandomPlay?10 +PyQt5.QtCore.Qt.Key_Subtitle?10 +PyQt5.QtCore.Qt.Key_AudioCycleTrack?10 +PyQt5.QtCore.Qt.Key_Time?10 +PyQt5.QtCore.Qt.Key_Hibernate?10 +PyQt5.QtCore.Qt.Key_View?10 +PyQt5.QtCore.Qt.Key_TopMenu?10 +PyQt5.QtCore.Qt.Key_PowerDown?10 +PyQt5.QtCore.Qt.Key_Suspend?10 +PyQt5.QtCore.Qt.Key_ContrastAdjust?10 +PyQt5.QtCore.Qt.Key_MediaPause?10 +PyQt5.QtCore.Qt.Key_MediaTogglePlayPause?10 +PyQt5.QtCore.Qt.Key_LaunchG?10 +PyQt5.QtCore.Qt.Key_LaunchH?10 +PyQt5.QtCore.Qt.Key_ToggleCallHangup?10 +PyQt5.QtCore.Qt.Key_VoiceDial?10 +PyQt5.QtCore.Qt.Key_LastNumberRedial?10 +PyQt5.QtCore.Qt.Key_Camera?10 +PyQt5.QtCore.Qt.Key_CameraFocus?10 +PyQt5.QtCore.Qt.Key_TouchpadToggle?10 +PyQt5.QtCore.Qt.Key_TouchpadOn?10 +PyQt5.QtCore.Qt.Key_TouchpadOff?10 +PyQt5.QtCore.Qt.Key_MicMute?10 +PyQt5.QtCore.Qt.Key_Red?10 +PyQt5.QtCore.Qt.Key_Green?10 +PyQt5.QtCore.Qt.Key_Yellow?10 +PyQt5.QtCore.Qt.Key_Blue?10 +PyQt5.QtCore.Qt.Key_ChannelUp?10 +PyQt5.QtCore.Qt.Key_ChannelDown?10 +PyQt5.QtCore.Qt.Key_Guide?10 +PyQt5.QtCore.Qt.Key_Info?10 +PyQt5.QtCore.Qt.Key_Settings?10 +PyQt5.QtCore.Qt.Key_Exit?10 +PyQt5.QtCore.Qt.BGMode?10 +PyQt5.QtCore.Qt.TransparentMode?10 +PyQt5.QtCore.Qt.OpaqueMode?10 +PyQt5.QtCore.Qt.ImageConversionFlag?10 +PyQt5.QtCore.Qt.AutoColor?10 +PyQt5.QtCore.Qt.ColorOnly?10 +PyQt5.QtCore.Qt.MonoOnly?10 +PyQt5.QtCore.Qt.ThresholdAlphaDither?10 +PyQt5.QtCore.Qt.OrderedAlphaDither?10 +PyQt5.QtCore.Qt.DiffuseAlphaDither?10 +PyQt5.QtCore.Qt.DiffuseDither?10 +PyQt5.QtCore.Qt.OrderedDither?10 +PyQt5.QtCore.Qt.ThresholdDither?10 +PyQt5.QtCore.Qt.AutoDither?10 +PyQt5.QtCore.Qt.PreferDither?10 +PyQt5.QtCore.Qt.AvoidDither?10 +PyQt5.QtCore.Qt.WidgetAttribute?10 +PyQt5.QtCore.Qt.WA_Disabled?10 +PyQt5.QtCore.Qt.WA_UnderMouse?10 +PyQt5.QtCore.Qt.WA_MouseTracking?10 +PyQt5.QtCore.Qt.WA_OpaquePaintEvent?10 +PyQt5.QtCore.Qt.WA_StaticContents?10 +PyQt5.QtCore.Qt.WA_LaidOut?10 +PyQt5.QtCore.Qt.WA_PaintOnScreen?10 +PyQt5.QtCore.Qt.WA_NoSystemBackground?10 +PyQt5.QtCore.Qt.WA_UpdatesDisabled?10 +PyQt5.QtCore.Qt.WA_Mapped?10 +PyQt5.QtCore.Qt.WA_MacNoClickThrough?10 +PyQt5.QtCore.Qt.WA_InputMethodEnabled?10 +PyQt5.QtCore.Qt.WA_WState_Visible?10 +PyQt5.QtCore.Qt.WA_WState_Hidden?10 +PyQt5.QtCore.Qt.WA_ForceDisabled?10 +PyQt5.QtCore.Qt.WA_KeyCompression?10 +PyQt5.QtCore.Qt.WA_PendingMoveEvent?10 +PyQt5.QtCore.Qt.WA_PendingResizeEvent?10 +PyQt5.QtCore.Qt.WA_SetPalette?10 +PyQt5.QtCore.Qt.WA_SetFont?10 +PyQt5.QtCore.Qt.WA_SetCursor?10 +PyQt5.QtCore.Qt.WA_NoChildEventsFromChildren?10 +PyQt5.QtCore.Qt.WA_WindowModified?10 +PyQt5.QtCore.Qt.WA_Resized?10 +PyQt5.QtCore.Qt.WA_Moved?10 +PyQt5.QtCore.Qt.WA_PendingUpdate?10 +PyQt5.QtCore.Qt.WA_InvalidSize?10 +PyQt5.QtCore.Qt.WA_MacMetalStyle?10 +PyQt5.QtCore.Qt.WA_CustomWhatsThis?10 +PyQt5.QtCore.Qt.WA_LayoutOnEntireRect?10 +PyQt5.QtCore.Qt.WA_OutsideWSRange?10 +PyQt5.QtCore.Qt.WA_GrabbedShortcut?10 +PyQt5.QtCore.Qt.WA_TransparentForMouseEvents?10 +PyQt5.QtCore.Qt.WA_PaintUnclipped?10 +PyQt5.QtCore.Qt.WA_SetWindowIcon?10 +PyQt5.QtCore.Qt.WA_NoMouseReplay?10 +PyQt5.QtCore.Qt.WA_DeleteOnClose?10 +PyQt5.QtCore.Qt.WA_RightToLeft?10 +PyQt5.QtCore.Qt.WA_SetLayoutDirection?10 +PyQt5.QtCore.Qt.WA_NoChildEventsForParent?10 +PyQt5.QtCore.Qt.WA_ForceUpdatesDisabled?10 +PyQt5.QtCore.Qt.WA_WState_Created?10 +PyQt5.QtCore.Qt.WA_WState_CompressKeys?10 +PyQt5.QtCore.Qt.WA_WState_InPaintEvent?10 +PyQt5.QtCore.Qt.WA_WState_Reparented?10 +PyQt5.QtCore.Qt.WA_WState_ConfigPending?10 +PyQt5.QtCore.Qt.WA_WState_Polished?10 +PyQt5.QtCore.Qt.WA_WState_OwnSizePolicy?10 +PyQt5.QtCore.Qt.WA_WState_ExplicitShowHide?10 +PyQt5.QtCore.Qt.WA_MouseNoMask?10 +PyQt5.QtCore.Qt.WA_GroupLeader?10 +PyQt5.QtCore.Qt.WA_NoMousePropagation?10 +PyQt5.QtCore.Qt.WA_Hover?10 +PyQt5.QtCore.Qt.WA_InputMethodTransparent?10 +PyQt5.QtCore.Qt.WA_QuitOnClose?10 +PyQt5.QtCore.Qt.WA_KeyboardFocusChange?10 +PyQt5.QtCore.Qt.WA_AcceptDrops?10 +PyQt5.QtCore.Qt.WA_WindowPropagation?10 +PyQt5.QtCore.Qt.WA_NoX11EventCompression?10 +PyQt5.QtCore.Qt.WA_TintedBackground?10 +PyQt5.QtCore.Qt.WA_X11OpenGLOverlay?10 +PyQt5.QtCore.Qt.WA_AttributeCount?10 +PyQt5.QtCore.Qt.WA_AlwaysShowToolTips?10 +PyQt5.QtCore.Qt.WA_MacOpaqueSizeGrip?10 +PyQt5.QtCore.Qt.WA_SetStyle?10 +PyQt5.QtCore.Qt.WA_MacBrushedMetal?10 +PyQt5.QtCore.Qt.WA_SetLocale?10 +PyQt5.QtCore.Qt.WA_MacShowFocusRect?10 +PyQt5.QtCore.Qt.WA_MacNormalSize?10 +PyQt5.QtCore.Qt.WA_MacSmallSize?10 +PyQt5.QtCore.Qt.WA_MacMiniSize?10 +PyQt5.QtCore.Qt.WA_LayoutUsesWidgetRect?10 +PyQt5.QtCore.Qt.WA_StyledBackground?10 +PyQt5.QtCore.Qt.WA_MSWindowsUseDirect3D?10 +PyQt5.QtCore.Qt.WA_MacAlwaysShowToolWindow?10 +PyQt5.QtCore.Qt.WA_StyleSheet?10 +PyQt5.QtCore.Qt.WA_ShowWithoutActivating?10 +PyQt5.QtCore.Qt.WA_NativeWindow?10 +PyQt5.QtCore.Qt.WA_DontCreateNativeAncestors?10 +PyQt5.QtCore.Qt.WA_MacVariableSize?10 +PyQt5.QtCore.Qt.WA_X11NetWmWindowTypeDesktop?10 +PyQt5.QtCore.Qt.WA_X11NetWmWindowTypeDock?10 +PyQt5.QtCore.Qt.WA_X11NetWmWindowTypeToolBar?10 +PyQt5.QtCore.Qt.WA_X11NetWmWindowTypeMenu?10 +PyQt5.QtCore.Qt.WA_X11NetWmWindowTypeUtility?10 +PyQt5.QtCore.Qt.WA_X11NetWmWindowTypeSplash?10 +PyQt5.QtCore.Qt.WA_X11NetWmWindowTypeDialog?10 +PyQt5.QtCore.Qt.WA_X11NetWmWindowTypeDropDownMenu?10 +PyQt5.QtCore.Qt.WA_X11NetWmWindowTypePopupMenu?10 +PyQt5.QtCore.Qt.WA_X11NetWmWindowTypeToolTip?10 +PyQt5.QtCore.Qt.WA_X11NetWmWindowTypeNotification?10 +PyQt5.QtCore.Qt.WA_X11NetWmWindowTypeCombo?10 +PyQt5.QtCore.Qt.WA_X11NetWmWindowTypeDND?10 +PyQt5.QtCore.Qt.WA_MacFrameworkScaled?10 +PyQt5.QtCore.Qt.WA_TranslucentBackground?10 +PyQt5.QtCore.Qt.WA_AcceptTouchEvents?10 +PyQt5.QtCore.Qt.WA_TouchPadAcceptSingleTouchEvents?10 +PyQt5.QtCore.Qt.WA_X11DoNotAcceptFocus?10 +PyQt5.QtCore.Qt.WA_MacNoShadow?10 +PyQt5.QtCore.Qt.WindowState?10 +PyQt5.QtCore.Qt.WindowNoState?10 +PyQt5.QtCore.Qt.WindowMinimized?10 +PyQt5.QtCore.Qt.WindowMaximized?10 +PyQt5.QtCore.Qt.WindowFullScreen?10 +PyQt5.QtCore.Qt.WindowActive?10 +PyQt5.QtCore.Qt.WindowType?10 +PyQt5.QtCore.Qt.Widget?10 +PyQt5.QtCore.Qt.Window?10 +PyQt5.QtCore.Qt.Dialog?10 +PyQt5.QtCore.Qt.Sheet?10 +PyQt5.QtCore.Qt.Drawer?10 +PyQt5.QtCore.Qt.Popup?10 +PyQt5.QtCore.Qt.Tool?10 +PyQt5.QtCore.Qt.ToolTip?10 +PyQt5.QtCore.Qt.SplashScreen?10 +PyQt5.QtCore.Qt.Desktop?10 +PyQt5.QtCore.Qt.SubWindow?10 +PyQt5.QtCore.Qt.WindowType_Mask?10 +PyQt5.QtCore.Qt.MSWindowsFixedSizeDialogHint?10 +PyQt5.QtCore.Qt.MSWindowsOwnDC?10 +PyQt5.QtCore.Qt.X11BypassWindowManagerHint?10 +PyQt5.QtCore.Qt.FramelessWindowHint?10 +PyQt5.QtCore.Qt.CustomizeWindowHint?10 +PyQt5.QtCore.Qt.WindowTitleHint?10 +PyQt5.QtCore.Qt.WindowSystemMenuHint?10 +PyQt5.QtCore.Qt.WindowMinimizeButtonHint?10 +PyQt5.QtCore.Qt.WindowMaximizeButtonHint?10 +PyQt5.QtCore.Qt.WindowMinMaxButtonsHint?10 +PyQt5.QtCore.Qt.WindowContextHelpButtonHint?10 +PyQt5.QtCore.Qt.WindowShadeButtonHint?10 +PyQt5.QtCore.Qt.WindowStaysOnTopHint?10 +PyQt5.QtCore.Qt.WindowOkButtonHint?10 +PyQt5.QtCore.Qt.WindowCancelButtonHint?10 +PyQt5.QtCore.Qt.WindowStaysOnBottomHint?10 +PyQt5.QtCore.Qt.WindowCloseButtonHint?10 +PyQt5.QtCore.Qt.MacWindowToolBarButtonHint?10 +PyQt5.QtCore.Qt.BypassGraphicsProxyWidget?10 +PyQt5.QtCore.Qt.WindowTransparentForInput?10 +PyQt5.QtCore.Qt.WindowOverridesSystemGestures?10 +PyQt5.QtCore.Qt.WindowDoesNotAcceptFocus?10 +PyQt5.QtCore.Qt.NoDropShadowWindowHint?10 +PyQt5.QtCore.Qt.WindowFullscreenButtonHint?10 +PyQt5.QtCore.Qt.ForeignWindow?10 +PyQt5.QtCore.Qt.BypassWindowManagerHint?10 +PyQt5.QtCore.Qt.CoverWindow?10 +PyQt5.QtCore.Qt.TextElideMode?10 +PyQt5.QtCore.Qt.ElideLeft?10 +PyQt5.QtCore.Qt.ElideRight?10 +PyQt5.QtCore.Qt.ElideMiddle?10 +PyQt5.QtCore.Qt.ElideNone?10 +PyQt5.QtCore.Qt.TextFlag?10 +PyQt5.QtCore.Qt.TextSingleLine?10 +PyQt5.QtCore.Qt.TextDontClip?10 +PyQt5.QtCore.Qt.TextExpandTabs?10 +PyQt5.QtCore.Qt.TextShowMnemonic?10 +PyQt5.QtCore.Qt.TextWordWrap?10 +PyQt5.QtCore.Qt.TextWrapAnywhere?10 +PyQt5.QtCore.Qt.TextDontPrint?10 +PyQt5.QtCore.Qt.TextIncludeTrailingSpaces?10 +PyQt5.QtCore.Qt.TextHideMnemonic?10 +PyQt5.QtCore.Qt.TextJustificationForced?10 +PyQt5.QtCore.Qt.AlignmentFlag?10 +PyQt5.QtCore.Qt.AlignLeft?10 +PyQt5.QtCore.Qt.AlignLeading?10 +PyQt5.QtCore.Qt.AlignRight?10 +PyQt5.QtCore.Qt.AlignTrailing?10 +PyQt5.QtCore.Qt.AlignHCenter?10 +PyQt5.QtCore.Qt.AlignJustify?10 +PyQt5.QtCore.Qt.AlignAbsolute?10 +PyQt5.QtCore.Qt.AlignHorizontal_Mask?10 +PyQt5.QtCore.Qt.AlignTop?10 +PyQt5.QtCore.Qt.AlignBottom?10 +PyQt5.QtCore.Qt.AlignVCenter?10 +PyQt5.QtCore.Qt.AlignVertical_Mask?10 +PyQt5.QtCore.Qt.AlignCenter?10 +PyQt5.QtCore.Qt.AlignBaseline?10 +PyQt5.QtCore.Qt.SortOrder?10 +PyQt5.QtCore.Qt.AscendingOrder?10 +PyQt5.QtCore.Qt.DescendingOrder?10 +PyQt5.QtCore.Qt.FocusPolicy?10 +PyQt5.QtCore.Qt.NoFocus?10 +PyQt5.QtCore.Qt.TabFocus?10 +PyQt5.QtCore.Qt.ClickFocus?10 +PyQt5.QtCore.Qt.StrongFocus?10 +PyQt5.QtCore.Qt.WheelFocus?10 +PyQt5.QtCore.Qt.Orientation?10 +PyQt5.QtCore.Qt.Horizontal?10 +PyQt5.QtCore.Qt.Vertical?10 +PyQt5.QtCore.Qt.MouseButton?10 +PyQt5.QtCore.Qt.NoButton?10 +PyQt5.QtCore.Qt.AllButtons?10 +PyQt5.QtCore.Qt.LeftButton?10 +PyQt5.QtCore.Qt.RightButton?10 +PyQt5.QtCore.Qt.MidButton?10 +PyQt5.QtCore.Qt.MiddleButton?10 +PyQt5.QtCore.Qt.XButton1?10 +PyQt5.QtCore.Qt.XButton2?10 +PyQt5.QtCore.Qt.BackButton?10 +PyQt5.QtCore.Qt.ExtraButton1?10 +PyQt5.QtCore.Qt.ForwardButton?10 +PyQt5.QtCore.Qt.ExtraButton2?10 +PyQt5.QtCore.Qt.TaskButton?10 +PyQt5.QtCore.Qt.ExtraButton3?10 +PyQt5.QtCore.Qt.ExtraButton4?10 +PyQt5.QtCore.Qt.ExtraButton5?10 +PyQt5.QtCore.Qt.ExtraButton6?10 +PyQt5.QtCore.Qt.ExtraButton7?10 +PyQt5.QtCore.Qt.ExtraButton8?10 +PyQt5.QtCore.Qt.ExtraButton9?10 +PyQt5.QtCore.Qt.ExtraButton10?10 +PyQt5.QtCore.Qt.ExtraButton11?10 +PyQt5.QtCore.Qt.ExtraButton12?10 +PyQt5.QtCore.Qt.ExtraButton13?10 +PyQt5.QtCore.Qt.ExtraButton14?10 +PyQt5.QtCore.Qt.ExtraButton15?10 +PyQt5.QtCore.Qt.ExtraButton16?10 +PyQt5.QtCore.Qt.ExtraButton17?10 +PyQt5.QtCore.Qt.ExtraButton18?10 +PyQt5.QtCore.Qt.ExtraButton19?10 +PyQt5.QtCore.Qt.ExtraButton20?10 +PyQt5.QtCore.Qt.ExtraButton21?10 +PyQt5.QtCore.Qt.ExtraButton22?10 +PyQt5.QtCore.Qt.ExtraButton23?10 +PyQt5.QtCore.Qt.ExtraButton24?10 +PyQt5.QtCore.Qt.Modifier?10 +PyQt5.QtCore.Qt.META?10 +PyQt5.QtCore.Qt.SHIFT?10 +PyQt5.QtCore.Qt.CTRL?10 +PyQt5.QtCore.Qt.ALT?10 +PyQt5.QtCore.Qt.MODIFIER_MASK?10 +PyQt5.QtCore.Qt.UNICODE_ACCEL?10 +PyQt5.QtCore.Qt.KeyboardModifier?10 +PyQt5.QtCore.Qt.NoModifier?10 +PyQt5.QtCore.Qt.ShiftModifier?10 +PyQt5.QtCore.Qt.ControlModifier?10 +PyQt5.QtCore.Qt.AltModifier?10 +PyQt5.QtCore.Qt.MetaModifier?10 +PyQt5.QtCore.Qt.KeypadModifier?10 +PyQt5.QtCore.Qt.GroupSwitchModifier?10 +PyQt5.QtCore.Qt.KeyboardModifierMask?10 +PyQt5.QtCore.Qt.GlobalColor?10 +PyQt5.QtCore.Qt.color0?10 +PyQt5.QtCore.Qt.color1?10 +PyQt5.QtCore.Qt.black?10 +PyQt5.QtCore.Qt.white?10 +PyQt5.QtCore.Qt.darkGray?10 +PyQt5.QtCore.Qt.gray?10 +PyQt5.QtCore.Qt.lightGray?10 +PyQt5.QtCore.Qt.red?10 +PyQt5.QtCore.Qt.green?10 +PyQt5.QtCore.Qt.blue?10 +PyQt5.QtCore.Qt.cyan?10 +PyQt5.QtCore.Qt.magenta?10 +PyQt5.QtCore.Qt.yellow?10 +PyQt5.QtCore.Qt.darkRed?10 +PyQt5.QtCore.Qt.darkGreen?10 +PyQt5.QtCore.Qt.darkBlue?10 +PyQt5.QtCore.Qt.darkCyan?10 +PyQt5.QtCore.Qt.darkMagenta?10 +PyQt5.QtCore.Qt.darkYellow?10 +PyQt5.QtCore.Qt.transparent?10 +PyQt5.QtCore.Qt.KeyboardModifiers?1(Qt.KeyboardModifiers) +PyQt5.QtCore.Qt.KeyboardModifiers.__init__?1(self, Qt.KeyboardModifiers) +PyQt5.QtCore.Qt.KeyboardModifiers?1(int) +PyQt5.QtCore.Qt.KeyboardModifiers.__init__?1(self, int) +PyQt5.QtCore.Qt.KeyboardModifiers?1() +PyQt5.QtCore.Qt.KeyboardModifiers.__init__?1(self) +PyQt5.QtCore.Qt.MouseButtons?1(Qt.MouseButtons) +PyQt5.QtCore.Qt.MouseButtons.__init__?1(self, Qt.MouseButtons) +PyQt5.QtCore.Qt.MouseButtons?1(int) +PyQt5.QtCore.Qt.MouseButtons.__init__?1(self, int) +PyQt5.QtCore.Qt.MouseButtons?1() +PyQt5.QtCore.Qt.MouseButtons.__init__?1(self) +PyQt5.QtCore.Qt.Orientations?1(Qt.Orientations) +PyQt5.QtCore.Qt.Orientations.__init__?1(self, Qt.Orientations) +PyQt5.QtCore.Qt.Orientations?1(int) +PyQt5.QtCore.Qt.Orientations.__init__?1(self, int) +PyQt5.QtCore.Qt.Orientations?1() +PyQt5.QtCore.Qt.Orientations.__init__?1(self) +PyQt5.QtCore.Qt.Alignment?1(Qt.Alignment) +PyQt5.QtCore.Qt.Alignment.__init__?1(self, Qt.Alignment) +PyQt5.QtCore.Qt.Alignment?1(int) +PyQt5.QtCore.Qt.Alignment.__init__?1(self, int) +PyQt5.QtCore.Qt.Alignment?1() +PyQt5.QtCore.Qt.Alignment.__init__?1(self) +PyQt5.QtCore.Qt.WindowFlags?1(Qt.WindowFlags) +PyQt5.QtCore.Qt.WindowFlags.__init__?1(self, Qt.WindowFlags) +PyQt5.QtCore.Qt.WindowFlags?1(int) +PyQt5.QtCore.Qt.WindowFlags.__init__?1(self, int) +PyQt5.QtCore.Qt.WindowFlags?1() +PyQt5.QtCore.Qt.WindowFlags.__init__?1(self) +PyQt5.QtCore.Qt.WindowStates?1(Qt.WindowStates) +PyQt5.QtCore.Qt.WindowStates.__init__?1(self, Qt.WindowStates) +PyQt5.QtCore.Qt.WindowStates?1(int) +PyQt5.QtCore.Qt.WindowStates.__init__?1(self, int) +PyQt5.QtCore.Qt.WindowStates?1() +PyQt5.QtCore.Qt.WindowStates.__init__?1(self) +PyQt5.QtCore.Qt.ImageConversionFlags?1(Qt.ImageConversionFlags) +PyQt5.QtCore.Qt.ImageConversionFlags.__init__?1(self, Qt.ImageConversionFlags) +PyQt5.QtCore.Qt.ImageConversionFlags?1(int) +PyQt5.QtCore.Qt.ImageConversionFlags.__init__?1(self, int) +PyQt5.QtCore.Qt.ImageConversionFlags?1() +PyQt5.QtCore.Qt.ImageConversionFlags.__init__?1(self) +PyQt5.QtCore.Qt.DockWidgetAreas?1(Qt.DockWidgetAreas) +PyQt5.QtCore.Qt.DockWidgetAreas.__init__?1(self, Qt.DockWidgetAreas) +PyQt5.QtCore.Qt.DockWidgetAreas?1(int) +PyQt5.QtCore.Qt.DockWidgetAreas.__init__?1(self, int) +PyQt5.QtCore.Qt.DockWidgetAreas?1() +PyQt5.QtCore.Qt.DockWidgetAreas.__init__?1(self) +PyQt5.QtCore.Qt.ToolBarAreas?1(Qt.ToolBarAreas) +PyQt5.QtCore.Qt.ToolBarAreas.__init__?1(self, Qt.ToolBarAreas) +PyQt5.QtCore.Qt.ToolBarAreas?1(int) +PyQt5.QtCore.Qt.ToolBarAreas.__init__?1(self, int) +PyQt5.QtCore.Qt.ToolBarAreas?1() +PyQt5.QtCore.Qt.ToolBarAreas.__init__?1(self) +PyQt5.QtCore.Qt.InputMethodQueries?1(Qt.InputMethodQueries) +PyQt5.QtCore.Qt.InputMethodQueries.__init__?1(self, Qt.InputMethodQueries) +PyQt5.QtCore.Qt.InputMethodQueries?1(int) +PyQt5.QtCore.Qt.InputMethodQueries.__init__?1(self, int) +PyQt5.QtCore.Qt.InputMethodQueries?1() +PyQt5.QtCore.Qt.InputMethodQueries.__init__?1(self) +PyQt5.QtCore.Qt.DropActions?1(Qt.DropActions) +PyQt5.QtCore.Qt.DropActions.__init__?1(self, Qt.DropActions) +PyQt5.QtCore.Qt.DropActions?1(int) +PyQt5.QtCore.Qt.DropActions.__init__?1(self, int) +PyQt5.QtCore.Qt.DropActions?1() +PyQt5.QtCore.Qt.DropActions.__init__?1(self) +PyQt5.QtCore.Qt.ItemFlags?1(Qt.ItemFlags) +PyQt5.QtCore.Qt.ItemFlags.__init__?1(self, Qt.ItemFlags) +PyQt5.QtCore.Qt.ItemFlags?1(int) +PyQt5.QtCore.Qt.ItemFlags.__init__?1(self, int) +PyQt5.QtCore.Qt.ItemFlags?1() +PyQt5.QtCore.Qt.ItemFlags.__init__?1(self) +PyQt5.QtCore.Qt.MatchFlags?1(Qt.MatchFlags) +PyQt5.QtCore.Qt.MatchFlags.__init__?1(self, Qt.MatchFlags) +PyQt5.QtCore.Qt.MatchFlags?1(int) +PyQt5.QtCore.Qt.MatchFlags.__init__?1(self, int) +PyQt5.QtCore.Qt.MatchFlags?1() +PyQt5.QtCore.Qt.MatchFlags.__init__?1(self) +PyQt5.QtCore.Qt.TextInteractionFlags?1(Qt.TextInteractionFlags) +PyQt5.QtCore.Qt.TextInteractionFlags.__init__?1(self, Qt.TextInteractionFlags) +PyQt5.QtCore.Qt.TextInteractionFlags?1(int) +PyQt5.QtCore.Qt.TextInteractionFlags.__init__?1(self, int) +PyQt5.QtCore.Qt.TextInteractionFlags?1() +PyQt5.QtCore.Qt.TextInteractionFlags.__init__?1(self) +PyQt5.QtCore.Qt.InputMethodHints?1(Qt.InputMethodHints) +PyQt5.QtCore.Qt.InputMethodHints.__init__?1(self, Qt.InputMethodHints) +PyQt5.QtCore.Qt.InputMethodHints?1(int) +PyQt5.QtCore.Qt.InputMethodHints.__init__?1(self, int) +PyQt5.QtCore.Qt.InputMethodHints?1() +PyQt5.QtCore.Qt.InputMethodHints.__init__?1(self) +PyQt5.QtCore.Qt.TouchPointStates?1(Qt.TouchPointStates) +PyQt5.QtCore.Qt.TouchPointStates.__init__?1(self, Qt.TouchPointStates) +PyQt5.QtCore.Qt.TouchPointStates?1(int) +PyQt5.QtCore.Qt.TouchPointStates.__init__?1(self, int) +PyQt5.QtCore.Qt.TouchPointStates?1() +PyQt5.QtCore.Qt.TouchPointStates.__init__?1(self) +PyQt5.QtCore.Qt.GestureFlags?1(Qt.GestureFlags) +PyQt5.QtCore.Qt.GestureFlags.__init__?1(self, Qt.GestureFlags) +PyQt5.QtCore.Qt.GestureFlags?1(int) +PyQt5.QtCore.Qt.GestureFlags.__init__?1(self, int) +PyQt5.QtCore.Qt.GestureFlags?1() +PyQt5.QtCore.Qt.GestureFlags.__init__?1(self) +PyQt5.QtCore.Qt.ScreenOrientations?1(Qt.ScreenOrientations) +PyQt5.QtCore.Qt.ScreenOrientations.__init__?1(self, Qt.ScreenOrientations) +PyQt5.QtCore.Qt.ScreenOrientations?1(int) +PyQt5.QtCore.Qt.ScreenOrientations.__init__?1(self, int) +PyQt5.QtCore.Qt.ScreenOrientations?1() +PyQt5.QtCore.Qt.ScreenOrientations.__init__?1(self) +PyQt5.QtCore.Qt.FindChildOptions?1(Qt.FindChildOptions) +PyQt5.QtCore.Qt.FindChildOptions.__init__?1(self, Qt.FindChildOptions) +PyQt5.QtCore.Qt.FindChildOptions?1(int) +PyQt5.QtCore.Qt.FindChildOptions.__init__?1(self, int) +PyQt5.QtCore.Qt.FindChildOptions?1() +PyQt5.QtCore.Qt.FindChildOptions.__init__?1(self) +PyQt5.QtCore.Qt.ApplicationStates?1(Qt.ApplicationStates) +PyQt5.QtCore.Qt.ApplicationStates.__init__?1(self, Qt.ApplicationStates) +PyQt5.QtCore.Qt.ApplicationStates?1(int) +PyQt5.QtCore.Qt.ApplicationStates.__init__?1(self, int) +PyQt5.QtCore.Qt.ApplicationStates?1() +PyQt5.QtCore.Qt.ApplicationStates.__init__?1(self) +PyQt5.QtCore.Qt.Edges?1(Qt.Edges) +PyQt5.QtCore.Qt.Edges.__init__?1(self, Qt.Edges) +PyQt5.QtCore.Qt.Edges?1(int) +PyQt5.QtCore.Qt.Edges.__init__?1(self, int) +PyQt5.QtCore.Qt.Edges?1() +PyQt5.QtCore.Qt.Edges.__init__?1(self) +PyQt5.QtCore.Qt.MouseEventFlags?1(Qt.MouseEventFlags) +PyQt5.QtCore.Qt.MouseEventFlags.__init__?1(self, Qt.MouseEventFlags) +PyQt5.QtCore.Qt.MouseEventFlags?1(int) +PyQt5.QtCore.Qt.MouseEventFlags.__init__?1(self, int) +PyQt5.QtCore.Qt.MouseEventFlags?1() +PyQt5.QtCore.Qt.MouseEventFlags.__init__?1(self) +PyQt5.QtCore.QObject.staticMetaObject?7 +PyQt5.QtCore.QObject?1(QObject parent=None) +PyQt5.QtCore.QObject.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QObject.metaObject?4() -> QMetaObject +PyQt5.QtCore.QObject.pyqtConfigure?4(object) +PyQt5.QtCore.QObject.__getattr__?4(str) -> object +PyQt5.QtCore.QObject.event?4(QEvent) -> bool +PyQt5.QtCore.QObject.eventFilter?4(QObject, QEvent) -> bool +PyQt5.QtCore.QObject.tr?4(str, str disambiguation=None, int n=-1) -> str +PyQt5.QtCore.QObject.findChild?4(type, str name='', Qt.FindChildOptions options=Qt.FindChildrenRecursively) -> QObject +PyQt5.QtCore.QObject.findChild?4(tuple, str name='', Qt.FindChildOptions options=Qt.FindChildrenRecursively) -> QObject +PyQt5.QtCore.QObject.findChildren?4(type, str name='', Qt.FindChildOptions options=Qt.FindChildrenRecursively) -> list-of-QObject +PyQt5.QtCore.QObject.findChildren?4(tuple, str name='', Qt.FindChildOptions options=Qt.FindChildrenRecursively) -> list-of-QObject +PyQt5.QtCore.QObject.findChildren?4(type, QRegExp, Qt.FindChildOptions options=Qt.FindChildrenRecursively) -> list-of-QObject +PyQt5.QtCore.QObject.findChildren?4(tuple, QRegExp, Qt.FindChildOptions options=Qt.FindChildrenRecursively) -> list-of-QObject +PyQt5.QtCore.QObject.findChildren?4(type, QRegularExpression, Qt.FindChildOptions options=Qt.FindChildrenRecursively) -> list-of-QObject +PyQt5.QtCore.QObject.findChildren?4(tuple, QRegularExpression, Qt.FindChildOptions options=Qt.FindChildrenRecursively) -> list-of-QObject +PyQt5.QtCore.QObject.objectName?4() -> str +PyQt5.QtCore.QObject.setObjectName?4(str) +PyQt5.QtCore.QObject.isWidgetType?4() -> bool +PyQt5.QtCore.QObject.isWindowType?4() -> bool +PyQt5.QtCore.QObject.signalsBlocked?4() -> bool +PyQt5.QtCore.QObject.blockSignals?4(bool) -> bool +PyQt5.QtCore.QObject.thread?4() -> QThread +PyQt5.QtCore.QObject.moveToThread?4(QThread) +PyQt5.QtCore.QObject.startTimer?4(int, Qt.TimerType timerType=Qt.CoarseTimer) -> int +PyQt5.QtCore.QObject.killTimer?4(int) +PyQt5.QtCore.QObject.children?4() -> list-of-QObject +PyQt5.QtCore.QObject.setParent?4(QObject) +PyQt5.QtCore.QObject.installEventFilter?4(QObject) +PyQt5.QtCore.QObject.removeEventFilter?4(QObject) +PyQt5.QtCore.QObject.dumpObjectInfo?4() +PyQt5.QtCore.QObject.dumpObjectTree?4() +PyQt5.QtCore.QObject.dynamicPropertyNames?4() -> list-of-QByteArray +PyQt5.QtCore.QObject.setProperty?4(str, QVariant) -> bool +PyQt5.QtCore.QObject.property?4(str) -> QVariant +PyQt5.QtCore.QObject.destroyed?4(QObject object=None) +PyQt5.QtCore.QObject.objectNameChanged?4(str) +PyQt5.QtCore.QObject.parent?4() -> QObject +PyQt5.QtCore.QObject.inherits?4(str) -> bool +PyQt5.QtCore.QObject.deleteLater?4() +PyQt5.QtCore.QObject.sender?4() -> QObject +PyQt5.QtCore.QObject.receivers?4(signal) -> int +PyQt5.QtCore.QObject.timerEvent?4(QTimerEvent) +PyQt5.QtCore.QObject.childEvent?4(QChildEvent) +PyQt5.QtCore.QObject.customEvent?4(QEvent) +PyQt5.QtCore.QObject.connectNotify?4(QMetaMethod) +PyQt5.QtCore.QObject.disconnectNotify?4(QMetaMethod) +PyQt5.QtCore.QObject.senderSignalIndex?4() -> int +PyQt5.QtCore.QObject.isSignalConnected?4(QMetaMethod) -> bool +PyQt5.QtCore.QObject.disconnect?4() +PyQt5.QtCore.QAbstractAnimation.DeletionPolicy?10 +PyQt5.QtCore.QAbstractAnimation.KeepWhenStopped?10 +PyQt5.QtCore.QAbstractAnimation.DeleteWhenStopped?10 +PyQt5.QtCore.QAbstractAnimation.State?10 +PyQt5.QtCore.QAbstractAnimation.Stopped?10 +PyQt5.QtCore.QAbstractAnimation.Paused?10 +PyQt5.QtCore.QAbstractAnimation.Running?10 +PyQt5.QtCore.QAbstractAnimation.Direction?10 +PyQt5.QtCore.QAbstractAnimation.Forward?10 +PyQt5.QtCore.QAbstractAnimation.Backward?10 +PyQt5.QtCore.QAbstractAnimation?1(QObject parent=None) +PyQt5.QtCore.QAbstractAnimation.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QAbstractAnimation.state?4() -> QAbstractAnimation.State +PyQt5.QtCore.QAbstractAnimation.group?4() -> QAnimationGroup +PyQt5.QtCore.QAbstractAnimation.direction?4() -> QAbstractAnimation.Direction +PyQt5.QtCore.QAbstractAnimation.setDirection?4(QAbstractAnimation.Direction) +PyQt5.QtCore.QAbstractAnimation.currentTime?4() -> int +PyQt5.QtCore.QAbstractAnimation.currentLoopTime?4() -> int +PyQt5.QtCore.QAbstractAnimation.loopCount?4() -> int +PyQt5.QtCore.QAbstractAnimation.setLoopCount?4(int) +PyQt5.QtCore.QAbstractAnimation.currentLoop?4() -> int +PyQt5.QtCore.QAbstractAnimation.duration?4() -> int +PyQt5.QtCore.QAbstractAnimation.totalDuration?4() -> int +PyQt5.QtCore.QAbstractAnimation.finished?4() +PyQt5.QtCore.QAbstractAnimation.stateChanged?4(QAbstractAnimation.State, QAbstractAnimation.State) +PyQt5.QtCore.QAbstractAnimation.currentLoopChanged?4(int) +PyQt5.QtCore.QAbstractAnimation.directionChanged?4(QAbstractAnimation.Direction) +PyQt5.QtCore.QAbstractAnimation.start?4(QAbstractAnimation.DeletionPolicy policy=QAbstractAnimation.KeepWhenStopped) +PyQt5.QtCore.QAbstractAnimation.pause?4() +PyQt5.QtCore.QAbstractAnimation.resume?4() +PyQt5.QtCore.QAbstractAnimation.setPaused?4(bool) +PyQt5.QtCore.QAbstractAnimation.stop?4() +PyQt5.QtCore.QAbstractAnimation.setCurrentTime?4(int) +PyQt5.QtCore.QAbstractAnimation.event?4(QEvent) -> bool +PyQt5.QtCore.QAbstractAnimation.updateCurrentTime?4(int) +PyQt5.QtCore.QAbstractAnimation.updateState?4(QAbstractAnimation.State, QAbstractAnimation.State) +PyQt5.QtCore.QAbstractAnimation.updateDirection?4(QAbstractAnimation.Direction) +PyQt5.QtCore.QAbstractEventDispatcher?1(QObject parent=None) +PyQt5.QtCore.QAbstractEventDispatcher.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QAbstractEventDispatcher.instance?4(QThread thread=None) -> QAbstractEventDispatcher +PyQt5.QtCore.QAbstractEventDispatcher.processEvents?4(QEventLoop.ProcessEventsFlags) -> bool +PyQt5.QtCore.QAbstractEventDispatcher.hasPendingEvents?4() -> bool +PyQt5.QtCore.QAbstractEventDispatcher.registerSocketNotifier?4(QSocketNotifier) +PyQt5.QtCore.QAbstractEventDispatcher.unregisterSocketNotifier?4(QSocketNotifier) +PyQt5.QtCore.QAbstractEventDispatcher.registerTimer?4(int, Qt.TimerType, QObject) -> int +PyQt5.QtCore.QAbstractEventDispatcher.registerTimer?4(int, int, Qt.TimerType, QObject) +PyQt5.QtCore.QAbstractEventDispatcher.unregisterTimer?4(int) -> bool +PyQt5.QtCore.QAbstractEventDispatcher.unregisterTimers?4(QObject) -> bool +PyQt5.QtCore.QAbstractEventDispatcher.registeredTimers?4(QObject) -> list-of-QAbstractEventDispatcher.TimerInfo +PyQt5.QtCore.QAbstractEventDispatcher.wakeUp?4() +PyQt5.QtCore.QAbstractEventDispatcher.interrupt?4() +PyQt5.QtCore.QAbstractEventDispatcher.flush?4() +PyQt5.QtCore.QAbstractEventDispatcher.startingUp?4() +PyQt5.QtCore.QAbstractEventDispatcher.closingDown?4() +PyQt5.QtCore.QAbstractEventDispatcher.remainingTime?4(int) -> int +PyQt5.QtCore.QAbstractEventDispatcher.installNativeEventFilter?4(QAbstractNativeEventFilter) +PyQt5.QtCore.QAbstractEventDispatcher.removeNativeEventFilter?4(QAbstractNativeEventFilter) +PyQt5.QtCore.QAbstractEventDispatcher.filterNativeEvent?4(QByteArray, sip.voidptr) -> (bool, int) +PyQt5.QtCore.QAbstractEventDispatcher.aboutToBlock?4() +PyQt5.QtCore.QAbstractEventDispatcher.awake?4() +PyQt5.QtCore.QAbstractEventDispatcher.TimerInfo.interval?7 +PyQt5.QtCore.QAbstractEventDispatcher.TimerInfo.timerId?7 +PyQt5.QtCore.QAbstractEventDispatcher.TimerInfo.timerType?7 +PyQt5.QtCore.QAbstractEventDispatcher.TimerInfo?1(int, int, Qt.TimerType) +PyQt5.QtCore.QAbstractEventDispatcher.TimerInfo.__init__?1(self, int, int, Qt.TimerType) +PyQt5.QtCore.QAbstractEventDispatcher.TimerInfo?1(QAbstractEventDispatcher.TimerInfo) +PyQt5.QtCore.QAbstractEventDispatcher.TimerInfo.__init__?1(self, QAbstractEventDispatcher.TimerInfo) +PyQt5.QtCore.QModelIndex?1() +PyQt5.QtCore.QModelIndex.__init__?1(self) +PyQt5.QtCore.QModelIndex?1(QModelIndex) +PyQt5.QtCore.QModelIndex.__init__?1(self, QModelIndex) +PyQt5.QtCore.QModelIndex?1(QPersistentModelIndex) +PyQt5.QtCore.QModelIndex.__init__?1(self, QPersistentModelIndex) +PyQt5.QtCore.QModelIndex.child?4(int, int) -> QModelIndex +PyQt5.QtCore.QModelIndex.row?4() -> int +PyQt5.QtCore.QModelIndex.column?4() -> int +PyQt5.QtCore.QModelIndex.data?4(int role=Qt.DisplayRole) -> QVariant +PyQt5.QtCore.QModelIndex.flags?4() -> Qt.ItemFlags +PyQt5.QtCore.QModelIndex.internalPointer?4() -> object +PyQt5.QtCore.QModelIndex.internalId?4() -> int +PyQt5.QtCore.QModelIndex.model?4() -> QAbstractItemModel +PyQt5.QtCore.QModelIndex.isValid?4() -> bool +PyQt5.QtCore.QModelIndex.parent?4() -> QModelIndex +PyQt5.QtCore.QModelIndex.sibling?4(int, int) -> QModelIndex +PyQt5.QtCore.QPersistentModelIndex?1() +PyQt5.QtCore.QPersistentModelIndex.__init__?1(self) +PyQt5.QtCore.QPersistentModelIndex?1(QModelIndex) +PyQt5.QtCore.QPersistentModelIndex.__init__?1(self, QModelIndex) +PyQt5.QtCore.QPersistentModelIndex?1(QPersistentModelIndex) +PyQt5.QtCore.QPersistentModelIndex.__init__?1(self, QPersistentModelIndex) +PyQt5.QtCore.QPersistentModelIndex.row?4() -> int +PyQt5.QtCore.QPersistentModelIndex.column?4() -> int +PyQt5.QtCore.QPersistentModelIndex.data?4(int role=Qt.DisplayRole) -> QVariant +PyQt5.QtCore.QPersistentModelIndex.flags?4() -> Qt.ItemFlags +PyQt5.QtCore.QPersistentModelIndex.parent?4() -> QModelIndex +PyQt5.QtCore.QPersistentModelIndex.sibling?4(int, int) -> QModelIndex +PyQt5.QtCore.QPersistentModelIndex.child?4(int, int) -> QModelIndex +PyQt5.QtCore.QPersistentModelIndex.model?4() -> QAbstractItemModel +PyQt5.QtCore.QPersistentModelIndex.isValid?4() -> bool +PyQt5.QtCore.QPersistentModelIndex.swap?4(QPersistentModelIndex) +PyQt5.QtCore.QAbstractItemModel.LayoutChangeHint?10 +PyQt5.QtCore.QAbstractItemModel.NoLayoutChangeHint?10 +PyQt5.QtCore.QAbstractItemModel.VerticalSortHint?10 +PyQt5.QtCore.QAbstractItemModel.HorizontalSortHint?10 +PyQt5.QtCore.QAbstractItemModel?1(QObject parent=None) +PyQt5.QtCore.QAbstractItemModel.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QAbstractItemModel.hasIndex?4(int, int, QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtCore.QAbstractItemModel.index?4(int, int, QModelIndex parent=QModelIndex()) -> QModelIndex +PyQt5.QtCore.QAbstractItemModel.parent?4(QModelIndex) -> QModelIndex +PyQt5.QtCore.QAbstractItemModel.parent?4() -> QObject +PyQt5.QtCore.QAbstractItemModel.sibling?4(int, int, QModelIndex) -> QModelIndex +PyQt5.QtCore.QAbstractItemModel.rowCount?4(QModelIndex parent=QModelIndex()) -> int +PyQt5.QtCore.QAbstractItemModel.columnCount?4(QModelIndex parent=QModelIndex()) -> int +PyQt5.QtCore.QAbstractItemModel.hasChildren?4(QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtCore.QAbstractItemModel.data?4(QModelIndex, int role=Qt.DisplayRole) -> QVariant +PyQt5.QtCore.QAbstractItemModel.setData?4(QModelIndex, QVariant, int role=Qt.EditRole) -> bool +PyQt5.QtCore.QAbstractItemModel.headerData?4(int, Qt.Orientation, int role=Qt.DisplayRole) -> QVariant +PyQt5.QtCore.QAbstractItemModel.setHeaderData?4(int, Qt.Orientation, QVariant, int role=Qt.EditRole) -> bool +PyQt5.QtCore.QAbstractItemModel.itemData?4(QModelIndex) -> dict-of-int-object +PyQt5.QtCore.QAbstractItemModel.setItemData?4(QModelIndex, dict-of-int-object) -> bool +PyQt5.QtCore.QAbstractItemModel.mimeTypes?4() -> list-of-str +PyQt5.QtCore.QAbstractItemModel.mimeData?4(list-of-QModelIndex) -> QMimeData +PyQt5.QtCore.QAbstractItemModel.dropMimeData?4(QMimeData, Qt.DropAction, int, int, QModelIndex) -> bool +PyQt5.QtCore.QAbstractItemModel.supportedDropActions?4() -> Qt.DropActions +PyQt5.QtCore.QAbstractItemModel.insertRows?4(int, int, QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtCore.QAbstractItemModel.insertColumns?4(int, int, QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtCore.QAbstractItemModel.removeRows?4(int, int, QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtCore.QAbstractItemModel.removeColumns?4(int, int, QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtCore.QAbstractItemModel.fetchMore?4(QModelIndex) +PyQt5.QtCore.QAbstractItemModel.canFetchMore?4(QModelIndex) -> bool +PyQt5.QtCore.QAbstractItemModel.flags?4(QModelIndex) -> Qt.ItemFlags +PyQt5.QtCore.QAbstractItemModel.sort?4(int, Qt.SortOrder order=Qt.AscendingOrder) +PyQt5.QtCore.QAbstractItemModel.buddy?4(QModelIndex) -> QModelIndex +PyQt5.QtCore.QAbstractItemModel.match?4(QModelIndex, int, QVariant, int hits=1, Qt.MatchFlags flags=Qt.MatchStartsWith|Qt.MatchWrap) -> list-of-QModelIndex +PyQt5.QtCore.QAbstractItemModel.span?4(QModelIndex) -> QSize +PyQt5.QtCore.QAbstractItemModel.dataChanged?4(QModelIndex, QModelIndex, list-of-int roles=list-of-int) +PyQt5.QtCore.QAbstractItemModel.headerDataChanged?4(Qt.Orientation, int, int) +PyQt5.QtCore.QAbstractItemModel.layoutAboutToBeChanged?4(list-of-QPersistentModelIndex parents=QList<QPersistentModelIndex>(), QAbstractItemModel.LayoutChangeHint hint=QAbstractItemModel.NoLayoutChangeHint) +PyQt5.QtCore.QAbstractItemModel.layoutChanged?4(list-of-QPersistentModelIndex parents=QList<QPersistentModelIndex>(), QAbstractItemModel.LayoutChangeHint hint=QAbstractItemModel.NoLayoutChangeHint) +PyQt5.QtCore.QAbstractItemModel.rowsAboutToBeInserted?4(QModelIndex, int, int) +PyQt5.QtCore.QAbstractItemModel.rowsInserted?4(QModelIndex, int, int) +PyQt5.QtCore.QAbstractItemModel.rowsAboutToBeRemoved?4(QModelIndex, int, int) +PyQt5.QtCore.QAbstractItemModel.rowsRemoved?4(QModelIndex, int, int) +PyQt5.QtCore.QAbstractItemModel.columnsAboutToBeInserted?4(QModelIndex, int, int) +PyQt5.QtCore.QAbstractItemModel.columnsInserted?4(QModelIndex, int, int) +PyQt5.QtCore.QAbstractItemModel.columnsAboutToBeRemoved?4(QModelIndex, int, int) +PyQt5.QtCore.QAbstractItemModel.columnsRemoved?4(QModelIndex, int, int) +PyQt5.QtCore.QAbstractItemModel.modelAboutToBeReset?4() +PyQt5.QtCore.QAbstractItemModel.modelReset?4() +PyQt5.QtCore.QAbstractItemModel.submit?4() -> bool +PyQt5.QtCore.QAbstractItemModel.revert?4() +PyQt5.QtCore.QAbstractItemModel.encodeData?4(list-of-QModelIndex, QDataStream) +PyQt5.QtCore.QAbstractItemModel.decodeData?4(int, int, QModelIndex, QDataStream) -> bool +PyQt5.QtCore.QAbstractItemModel.beginInsertRows?4(QModelIndex, int, int) +PyQt5.QtCore.QAbstractItemModel.endInsertRows?4() +PyQt5.QtCore.QAbstractItemModel.beginRemoveRows?4(QModelIndex, int, int) +PyQt5.QtCore.QAbstractItemModel.endRemoveRows?4() +PyQt5.QtCore.QAbstractItemModel.beginInsertColumns?4(QModelIndex, int, int) +PyQt5.QtCore.QAbstractItemModel.endInsertColumns?4() +PyQt5.QtCore.QAbstractItemModel.beginRemoveColumns?4(QModelIndex, int, int) +PyQt5.QtCore.QAbstractItemModel.endRemoveColumns?4() +PyQt5.QtCore.QAbstractItemModel.persistentIndexList?4() -> list-of-QModelIndex +PyQt5.QtCore.QAbstractItemModel.changePersistentIndex?4(QModelIndex, QModelIndex) +PyQt5.QtCore.QAbstractItemModel.changePersistentIndexList?4(list-of-QModelIndex, list-of-QModelIndex) +PyQt5.QtCore.QAbstractItemModel.insertRow?4(int, QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtCore.QAbstractItemModel.insertColumn?4(int, QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtCore.QAbstractItemModel.removeRow?4(int, QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtCore.QAbstractItemModel.removeColumn?4(int, QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtCore.QAbstractItemModel.supportedDragActions?4() -> Qt.DropActions +PyQt5.QtCore.QAbstractItemModel.roleNames?4() -> dict-of-int-QByteArray +PyQt5.QtCore.QAbstractItemModel.createIndex?4(int, int, object object=0) -> QModelIndex +PyQt5.QtCore.QAbstractItemModel.rowsAboutToBeMoved?4(QModelIndex, int, int, QModelIndex, int) +PyQt5.QtCore.QAbstractItemModel.rowsMoved?4(QModelIndex, int, int, QModelIndex, int) +PyQt5.QtCore.QAbstractItemModel.columnsAboutToBeMoved?4(QModelIndex, int, int, QModelIndex, int) +PyQt5.QtCore.QAbstractItemModel.columnsMoved?4(QModelIndex, int, int, QModelIndex, int) +PyQt5.QtCore.QAbstractItemModel.beginMoveRows?4(QModelIndex, int, int, QModelIndex, int) -> bool +PyQt5.QtCore.QAbstractItemModel.endMoveRows?4() +PyQt5.QtCore.QAbstractItemModel.beginMoveColumns?4(QModelIndex, int, int, QModelIndex, int) -> bool +PyQt5.QtCore.QAbstractItemModel.endMoveColumns?4() +PyQt5.QtCore.QAbstractItemModel.beginResetModel?4() +PyQt5.QtCore.QAbstractItemModel.endResetModel?4() +PyQt5.QtCore.QAbstractItemModel.resetInternalData?4() +PyQt5.QtCore.QAbstractItemModel.canDropMimeData?4(QMimeData, Qt.DropAction, int, int, QModelIndex) -> bool +PyQt5.QtCore.QAbstractItemModel.moveRows?4(QModelIndex, int, int, QModelIndex, int) -> bool +PyQt5.QtCore.QAbstractItemModel.moveColumns?4(QModelIndex, int, int, QModelIndex, int) -> bool +PyQt5.QtCore.QAbstractItemModel.moveRow?4(QModelIndex, int, QModelIndex, int) -> bool +PyQt5.QtCore.QAbstractItemModel.moveColumn?4(QModelIndex, int, QModelIndex, int) -> bool +PyQt5.QtCore.QAbstractTableModel?1(QObject parent=None) +PyQt5.QtCore.QAbstractTableModel.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QAbstractTableModel.index?4(int, int, QModelIndex parent=QModelIndex()) -> QModelIndex +PyQt5.QtCore.QAbstractTableModel.dropMimeData?4(QMimeData, Qt.DropAction, int, int, QModelIndex) -> bool +PyQt5.QtCore.QAbstractTableModel.flags?4(QModelIndex) -> Qt.ItemFlags +PyQt5.QtCore.QAbstractTableModel.parent?4() -> QObject +PyQt5.QtCore.QAbstractListModel?1(QObject parent=None) +PyQt5.QtCore.QAbstractListModel.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QAbstractListModel.index?4(int, int column=0, QModelIndex parent=QModelIndex()) -> QModelIndex +PyQt5.QtCore.QAbstractListModel.dropMimeData?4(QMimeData, Qt.DropAction, int, int, QModelIndex) -> bool +PyQt5.QtCore.QAbstractListModel.flags?4(QModelIndex) -> Qt.ItemFlags +PyQt5.QtCore.QAbstractListModel.parent?4() -> QObject +PyQt5.QtCore.QAbstractNativeEventFilter?1() +PyQt5.QtCore.QAbstractNativeEventFilter.__init__?1(self) +PyQt5.QtCore.QAbstractNativeEventFilter.nativeEventFilter?4(QByteArray, sip.voidptr) -> (bool, int) +PyQt5.QtCore.QAbstractProxyModel?1(QObject parent=None) +PyQt5.QtCore.QAbstractProxyModel.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QAbstractProxyModel.setSourceModel?4(QAbstractItemModel) +PyQt5.QtCore.QAbstractProxyModel.sourceModel?4() -> QAbstractItemModel +PyQt5.QtCore.QAbstractProxyModel.mapToSource?4(QModelIndex) -> QModelIndex +PyQt5.QtCore.QAbstractProxyModel.mapFromSource?4(QModelIndex) -> QModelIndex +PyQt5.QtCore.QAbstractProxyModel.mapSelectionToSource?4(QItemSelection) -> QItemSelection +PyQt5.QtCore.QAbstractProxyModel.mapSelectionFromSource?4(QItemSelection) -> QItemSelection +PyQt5.QtCore.QAbstractProxyModel.submit?4() -> bool +PyQt5.QtCore.QAbstractProxyModel.revert?4() +PyQt5.QtCore.QAbstractProxyModel.data?4(QModelIndex, int role=Qt.DisplayRole) -> QVariant +PyQt5.QtCore.QAbstractProxyModel.setData?4(QModelIndex, QVariant, int role=Qt.EditRole) -> bool +PyQt5.QtCore.QAbstractProxyModel.headerData?4(int, Qt.Orientation, int) -> QVariant +PyQt5.QtCore.QAbstractProxyModel.setHeaderData?4(int, Qt.Orientation, QVariant, int role=Qt.EditRole) -> bool +PyQt5.QtCore.QAbstractProxyModel.itemData?4(QModelIndex) -> dict-of-int-object +PyQt5.QtCore.QAbstractProxyModel.flags?4(QModelIndex) -> Qt.ItemFlags +PyQt5.QtCore.QAbstractProxyModel.setItemData?4(QModelIndex, dict-of-int-object) -> bool +PyQt5.QtCore.QAbstractProxyModel.buddy?4(QModelIndex) -> QModelIndex +PyQt5.QtCore.QAbstractProxyModel.canFetchMore?4(QModelIndex) -> bool +PyQt5.QtCore.QAbstractProxyModel.fetchMore?4(QModelIndex) +PyQt5.QtCore.QAbstractProxyModel.sort?4(int, Qt.SortOrder order=Qt.AscendingOrder) +PyQt5.QtCore.QAbstractProxyModel.span?4(QModelIndex) -> QSize +PyQt5.QtCore.QAbstractProxyModel.hasChildren?4(QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtCore.QAbstractProxyModel.mimeData?4(list-of-QModelIndex) -> QMimeData +PyQt5.QtCore.QAbstractProxyModel.mimeTypes?4() -> list-of-str +PyQt5.QtCore.QAbstractProxyModel.supportedDropActions?4() -> Qt.DropActions +PyQt5.QtCore.QAbstractProxyModel.sibling?4(int, int, QModelIndex) -> QModelIndex +PyQt5.QtCore.QAbstractProxyModel.resetInternalData?4() +PyQt5.QtCore.QAbstractProxyModel.sourceModelChanged?4() +PyQt5.QtCore.QAbstractState?1(QState parent=None) +PyQt5.QtCore.QAbstractState.__init__?1(self, QState parent=None) +PyQt5.QtCore.QAbstractState.parentState?4() -> QState +PyQt5.QtCore.QAbstractState.machine?4() -> QStateMachine +PyQt5.QtCore.QAbstractState.entered?4() +PyQt5.QtCore.QAbstractState.exited?4() +PyQt5.QtCore.QAbstractState.onEntry?4(QEvent) +PyQt5.QtCore.QAbstractState.onExit?4(QEvent) +PyQt5.QtCore.QAbstractState.event?4(QEvent) -> bool +PyQt5.QtCore.QAbstractTransition?1(QState sourceState=None) +PyQt5.QtCore.QAbstractTransition.__init__?1(self, QState sourceState=None) +PyQt5.QtCore.QAbstractTransition.sourceState?4() -> QState +PyQt5.QtCore.QAbstractTransition.targetState?4() -> QAbstractState +PyQt5.QtCore.QAbstractTransition.setTargetState?4(QAbstractState) +PyQt5.QtCore.QAbstractTransition.targetStates?4() -> list-of-QAbstractState +PyQt5.QtCore.QAbstractTransition.setTargetStates?4(list-of-QAbstractState) +PyQt5.QtCore.QAbstractTransition.machine?4() -> QStateMachine +PyQt5.QtCore.QAbstractTransition.addAnimation?4(QAbstractAnimation) +PyQt5.QtCore.QAbstractTransition.removeAnimation?4(QAbstractAnimation) +PyQt5.QtCore.QAbstractTransition.animations?4() -> list-of-QAbstractAnimation +PyQt5.QtCore.QAbstractTransition.triggered?4() +PyQt5.QtCore.QAbstractTransition.eventTest?4(QEvent) -> bool +PyQt5.QtCore.QAbstractTransition.onTransition?4(QEvent) +PyQt5.QtCore.QAbstractTransition.event?4(QEvent) -> bool +PyQt5.QtCore.QAnimationGroup?1(QObject parent=None) +PyQt5.QtCore.QAnimationGroup.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QAnimationGroup.animationAt?4(int) -> QAbstractAnimation +PyQt5.QtCore.QAnimationGroup.animationCount?4() -> int +PyQt5.QtCore.QAnimationGroup.indexOfAnimation?4(QAbstractAnimation) -> int +PyQt5.QtCore.QAnimationGroup.addAnimation?4(QAbstractAnimation) +PyQt5.QtCore.QAnimationGroup.insertAnimation?4(int, QAbstractAnimation) +PyQt5.QtCore.QAnimationGroup.removeAnimation?4(QAbstractAnimation) +PyQt5.QtCore.QAnimationGroup.takeAnimation?4(int) -> QAbstractAnimation +PyQt5.QtCore.QAnimationGroup.clear?4() +PyQt5.QtCore.QAnimationGroup.event?4(QEvent) -> bool +PyQt5.QtCore.QBasicTimer?1() +PyQt5.QtCore.QBasicTimer.__init__?1(self) +PyQt5.QtCore.QBasicTimer?1(QBasicTimer) +PyQt5.QtCore.QBasicTimer.__init__?1(self, QBasicTimer) +PyQt5.QtCore.QBasicTimer.isActive?4() -> bool +PyQt5.QtCore.QBasicTimer.timerId?4() -> int +PyQt5.QtCore.QBasicTimer.start?4(int, Qt.TimerType, QObject) +PyQt5.QtCore.QBasicTimer.start?4(int, QObject) +PyQt5.QtCore.QBasicTimer.stop?4() +PyQt5.QtCore.QBitArray?1() +PyQt5.QtCore.QBitArray.__init__?1(self) +PyQt5.QtCore.QBitArray?1(int, bool value=False) +PyQt5.QtCore.QBitArray.__init__?1(self, int, bool value=False) +PyQt5.QtCore.QBitArray?1(QBitArray) +PyQt5.QtCore.QBitArray.__init__?1(self, QBitArray) +PyQt5.QtCore.QBitArray.size?4() -> int +PyQt5.QtCore.QBitArray.count?4() -> int +PyQt5.QtCore.QBitArray.isEmpty?4() -> bool +PyQt5.QtCore.QBitArray.isNull?4() -> bool +PyQt5.QtCore.QBitArray.resize?4(int) +PyQt5.QtCore.QBitArray.detach?4() +PyQt5.QtCore.QBitArray.isDetached?4() -> bool +PyQt5.QtCore.QBitArray.clear?4() +PyQt5.QtCore.QBitArray.fill?4(bool, int, int) +PyQt5.QtCore.QBitArray.truncate?4(int) +PyQt5.QtCore.QBitArray.fill?4(bool, int size=-1) -> bool +PyQt5.QtCore.QBitArray.testBit?4(int) -> bool +PyQt5.QtCore.QBitArray.setBit?4(int) +PyQt5.QtCore.QBitArray.clearBit?4(int) +PyQt5.QtCore.QBitArray.setBit?4(int, bool) +PyQt5.QtCore.QBitArray.toggleBit?4(int) -> bool +PyQt5.QtCore.QBitArray.at?4(int) -> bool +PyQt5.QtCore.QBitArray.count?4(bool) -> int +PyQt5.QtCore.QBitArray.swap?4(QBitArray) +PyQt5.QtCore.QIODevice.OpenModeFlag?10 +PyQt5.QtCore.QIODevice.NotOpen?10 +PyQt5.QtCore.QIODevice.ReadOnly?10 +PyQt5.QtCore.QIODevice.WriteOnly?10 +PyQt5.QtCore.QIODevice.ReadWrite?10 +PyQt5.QtCore.QIODevice.Append?10 +PyQt5.QtCore.QIODevice.Truncate?10 +PyQt5.QtCore.QIODevice.Text?10 +PyQt5.QtCore.QIODevice.Unbuffered?10 +PyQt5.QtCore.QIODevice?1() +PyQt5.QtCore.QIODevice.__init__?1(self) +PyQt5.QtCore.QIODevice?1(QObject) +PyQt5.QtCore.QIODevice.__init__?1(self, QObject) +PyQt5.QtCore.QIODevice.openMode?4() -> QIODevice.OpenMode +PyQt5.QtCore.QIODevice.setTextModeEnabled?4(bool) +PyQt5.QtCore.QIODevice.isTextModeEnabled?4() -> bool +PyQt5.QtCore.QIODevice.isOpen?4() -> bool +PyQt5.QtCore.QIODevice.isReadable?4() -> bool +PyQt5.QtCore.QIODevice.isWritable?4() -> bool +PyQt5.QtCore.QIODevice.isSequential?4() -> bool +PyQt5.QtCore.QIODevice.open?4(QIODevice.OpenMode) -> bool +PyQt5.QtCore.QIODevice.close?4() +PyQt5.QtCore.QIODevice.pos?4() -> int +PyQt5.QtCore.QIODevice.size?4() -> int +PyQt5.QtCore.QIODevice.seek?4(int) -> bool +PyQt5.QtCore.QIODevice.atEnd?4() -> bool +PyQt5.QtCore.QIODevice.reset?4() -> bool +PyQt5.QtCore.QIODevice.bytesAvailable?4() -> int +PyQt5.QtCore.QIODevice.bytesToWrite?4() -> int +PyQt5.QtCore.QIODevice.read?4(int) -> bytes +PyQt5.QtCore.QIODevice.readAll?4() -> QByteArray +PyQt5.QtCore.QIODevice.readLine?4(int maxlen=0) -> bytes +PyQt5.QtCore.QIODevice.canReadLine?4() -> bool +PyQt5.QtCore.QIODevice.peek?4(int) -> QByteArray +PyQt5.QtCore.QIODevice.write?4(QByteArray) -> int +PyQt5.QtCore.QIODevice.waitForReadyRead?4(int) -> bool +PyQt5.QtCore.QIODevice.waitForBytesWritten?4(int) -> bool +PyQt5.QtCore.QIODevice.ungetChar?4(str) +PyQt5.QtCore.QIODevice.putChar?4(str) -> bool +PyQt5.QtCore.QIODevice.getChar?4() -> (bool, str) +PyQt5.QtCore.QIODevice.errorString?4() -> str +PyQt5.QtCore.QIODevice.readyRead?4() +PyQt5.QtCore.QIODevice.bytesWritten?4(int) +PyQt5.QtCore.QIODevice.aboutToClose?4() +PyQt5.QtCore.QIODevice.readChannelFinished?4() +PyQt5.QtCore.QIODevice.readData?4(int) -> bytes +PyQt5.QtCore.QIODevice.readLineData?4(int) -> bytes +PyQt5.QtCore.QIODevice.writeData?4(str) -> int +PyQt5.QtCore.QIODevice.setOpenMode?4(QIODevice.OpenMode) +PyQt5.QtCore.QIODevice.setErrorString?4(str) +PyQt5.QtCore.QBuffer?1(QObject parent=None) +PyQt5.QtCore.QBuffer.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QBuffer?1(QByteArray, QObject parent=None) +PyQt5.QtCore.QBuffer.__init__?1(self, QByteArray, QObject parent=None) +PyQt5.QtCore.QBuffer.buffer?4() -> QByteArray +PyQt5.QtCore.QBuffer.data?4() -> QByteArray +PyQt5.QtCore.QBuffer.setBuffer?4(QByteArray) +PyQt5.QtCore.QBuffer.setData?4(QByteArray) +PyQt5.QtCore.QBuffer.setData?4(str) +PyQt5.QtCore.QBuffer.open?4(QIODevice.OpenMode) -> bool +PyQt5.QtCore.QBuffer.close?4() +PyQt5.QtCore.QBuffer.size?4() -> int +PyQt5.QtCore.QBuffer.pos?4() -> int +PyQt5.QtCore.QBuffer.seek?4(int) -> bool +PyQt5.QtCore.QBuffer.atEnd?4() -> bool +PyQt5.QtCore.QBuffer.canReadLine?4() -> bool +PyQt5.QtCore.QBuffer.readData?4(int) -> bytes +PyQt5.QtCore.QBuffer.writeData?4(str) -> int +PyQt5.QtCore.QBuffer.connectNotify?4(QMetaMethod) +PyQt5.QtCore.QBuffer.disconnectNotify?4(QMetaMethod) +PyQt5.QtCore.QByteArray.Base64Option?10 +PyQt5.QtCore.QByteArray.Base64Encoding?10 +PyQt5.QtCore.QByteArray.Base64UrlEncoding?10 +PyQt5.QtCore.QByteArray.KeepTrailingEquals?10 +PyQt5.QtCore.QByteArray.OmitTrailingEquals?10 +PyQt5.QtCore.QByteArray?1() +PyQt5.QtCore.QByteArray.__init__?1(self) +PyQt5.QtCore.QByteArray?1(int, str) +PyQt5.QtCore.QByteArray.__init__?1(self, int, str) +PyQt5.QtCore.QByteArray?1(QByteArray) +PyQt5.QtCore.QByteArray.__init__?1(self, QByteArray) +PyQt5.QtCore.QByteArray.resize?4(int) +PyQt5.QtCore.QByteArray.fill?4(str, int size=-1) -> QByteArray +PyQt5.QtCore.QByteArray.clear?4() +PyQt5.QtCore.QByteArray.indexOf?4(QByteArray, int from=0) -> int +PyQt5.QtCore.QByteArray.indexOf?4(str, int from=0) -> int +PyQt5.QtCore.QByteArray.lastIndexOf?4(QByteArray, int from=-1) -> int +PyQt5.QtCore.QByteArray.lastIndexOf?4(str, int from=-1) -> int +PyQt5.QtCore.QByteArray.count?4(QByteArray) -> int +PyQt5.QtCore.QByteArray.left?4(int) -> QByteArray +PyQt5.QtCore.QByteArray.right?4(int) -> QByteArray +PyQt5.QtCore.QByteArray.mid?4(int, int length=-1) -> QByteArray +PyQt5.QtCore.QByteArray.startsWith?4(QByteArray) -> bool +PyQt5.QtCore.QByteArray.endsWith?4(QByteArray) -> bool +PyQt5.QtCore.QByteArray.truncate?4(int) +PyQt5.QtCore.QByteArray.chop?4(int) +PyQt5.QtCore.QByteArray.toLower?4() -> QByteArray +PyQt5.QtCore.QByteArray.toUpper?4() -> QByteArray +PyQt5.QtCore.QByteArray.trimmed?4() -> QByteArray +PyQt5.QtCore.QByteArray.simplified?4() -> QByteArray +PyQt5.QtCore.QByteArray.leftJustified?4(int, str fill=' ', bool truncate=False) -> QByteArray +PyQt5.QtCore.QByteArray.rightJustified?4(int, str fill=' ', bool truncate=False) -> QByteArray +PyQt5.QtCore.QByteArray.prepend?4(QByteArray) -> QByteArray +PyQt5.QtCore.QByteArray.append?4(QByteArray) -> QByteArray +PyQt5.QtCore.QByteArray.append?4(str) -> QByteArray +PyQt5.QtCore.QByteArray.insert?4(int, QByteArray) -> QByteArray +PyQt5.QtCore.QByteArray.insert?4(int, str) -> QByteArray +PyQt5.QtCore.QByteArray.remove?4(int, int) -> QByteArray +PyQt5.QtCore.QByteArray.replace?4(int, int, QByteArray) -> QByteArray +PyQt5.QtCore.QByteArray.replace?4(QByteArray, QByteArray) -> QByteArray +PyQt5.QtCore.QByteArray.replace?4(str, QByteArray) -> QByteArray +PyQt5.QtCore.QByteArray.split?4(str) -> list-of-QByteArray +PyQt5.QtCore.QByteArray.toShort?4(int base=10) -> (int, bool) +PyQt5.QtCore.QByteArray.toUShort?4(int base=10) -> (int, bool) +PyQt5.QtCore.QByteArray.toInt?4(int base=10) -> (int, bool) +PyQt5.QtCore.QByteArray.toUInt?4(int base=10) -> (int, bool) +PyQt5.QtCore.QByteArray.toLong?4(int base=10) -> (int, bool) +PyQt5.QtCore.QByteArray.toULong?4(int base=10) -> (int, bool) +PyQt5.QtCore.QByteArray.toLongLong?4(int base=10) -> (int, bool) +PyQt5.QtCore.QByteArray.toULongLong?4(int base=10) -> (int, bool) +PyQt5.QtCore.QByteArray.toFloat?4() -> (float, bool) +PyQt5.QtCore.QByteArray.toDouble?4() -> (float, bool) +PyQt5.QtCore.QByteArray.toBase64?4() -> QByteArray +PyQt5.QtCore.QByteArray.setNum?4(int, int base=10) -> QByteArray +PyQt5.QtCore.QByteArray.setNum?4(float, str format='g', int precision=6) -> QByteArray +PyQt5.QtCore.QByteArray.setNum?4(int, int base=10) -> QByteArray +PyQt5.QtCore.QByteArray.setNum?4(int, int base=10) -> QByteArray +PyQt5.QtCore.QByteArray.number?4(int, int base=10) -> QByteArray +PyQt5.QtCore.QByteArray.number?4(float, str format='g', int precision=6) -> QByteArray +PyQt5.QtCore.QByteArray.number?4(int, int base=10) -> QByteArray +PyQt5.QtCore.QByteArray.number?4(int, int base=10) -> QByteArray +PyQt5.QtCore.QByteArray.fromBase64?4(QByteArray) -> QByteArray +PyQt5.QtCore.QByteArray.fromRawData?4(str) -> QByteArray +PyQt5.QtCore.QByteArray.fromHex?4(QByteArray) -> QByteArray +PyQt5.QtCore.QByteArray.count?4() -> int +PyQt5.QtCore.QByteArray.length?4() -> int +PyQt5.QtCore.QByteArray.isNull?4() -> bool +PyQt5.QtCore.QByteArray.size?4() -> int +PyQt5.QtCore.QByteArray.at?4(int) -> str +PyQt5.QtCore.QByteArray.isEmpty?4() -> bool +PyQt5.QtCore.QByteArray.data?4() -> bytes +PyQt5.QtCore.QByteArray.capacity?4() -> int +PyQt5.QtCore.QByteArray.reserve?4(int) +PyQt5.QtCore.QByteArray.squeeze?4() +PyQt5.QtCore.QByteArray.push_back?4(QByteArray) +PyQt5.QtCore.QByteArray.push_front?4(QByteArray) +PyQt5.QtCore.QByteArray.contains?4(QByteArray) -> bool +PyQt5.QtCore.QByteArray.toHex?4() -> QByteArray +PyQt5.QtCore.QByteArray.toPercentEncoding?4(QByteArray exclude=QByteArray(), QByteArray include=QByteArray(), str percent='%') -> QByteArray +PyQt5.QtCore.QByteArray.fromPercentEncoding?4(QByteArray, str percent='%') -> QByteArray +PyQt5.QtCore.QByteArray.repeated?4(int) -> QByteArray +PyQt5.QtCore.QByteArray.swap?4(QByteArray) +PyQt5.QtCore.QByteArray.toBase64?4(QByteArray.Base64Options) -> QByteArray +PyQt5.QtCore.QByteArray.fromBase64?4(QByteArray, QByteArray.Base64Options) -> QByteArray +PyQt5.QtCore.QByteArray.Base64Options?1(QByteArray.Base64Options) +PyQt5.QtCore.QByteArray.Base64Options.__init__?1(self, QByteArray.Base64Options) +PyQt5.QtCore.QByteArray.Base64Options?1(int) +PyQt5.QtCore.QByteArray.Base64Options.__init__?1(self, int) +PyQt5.QtCore.QByteArray.Base64Options?1() +PyQt5.QtCore.QByteArray.Base64Options.__init__?1(self) +PyQt5.QtCore.QByteArrayMatcher?1() +PyQt5.QtCore.QByteArrayMatcher.__init__?1(self) +PyQt5.QtCore.QByteArrayMatcher?1(QByteArray) +PyQt5.QtCore.QByteArrayMatcher.__init__?1(self, QByteArray) +PyQt5.QtCore.QByteArrayMatcher?1(QByteArrayMatcher) +PyQt5.QtCore.QByteArrayMatcher.__init__?1(self, QByteArrayMatcher) +PyQt5.QtCore.QByteArrayMatcher.setPattern?4(QByteArray) +PyQt5.QtCore.QByteArrayMatcher.indexIn?4(QByteArray, int from=0) -> int +PyQt5.QtCore.QByteArrayMatcher.pattern?4() -> QByteArray +PyQt5.QtCore.QCollatorSortKey?1(QCollatorSortKey) +PyQt5.QtCore.QCollatorSortKey.__init__?1(self, QCollatorSortKey) +PyQt5.QtCore.QCollatorSortKey.swap?4(QCollatorSortKey) +PyQt5.QtCore.QCollatorSortKey.compare?4(QCollatorSortKey) -> int +PyQt5.QtCore.QCollator?1(QLocale locale=QLocale()) +PyQt5.QtCore.QCollator.__init__?1(self, QLocale locale=QLocale()) +PyQt5.QtCore.QCollator?1(QCollator) +PyQt5.QtCore.QCollator.__init__?1(self, QCollator) +PyQt5.QtCore.QCollator.swap?4(QCollator) +PyQt5.QtCore.QCollator.setLocale?4(QLocale) +PyQt5.QtCore.QCollator.locale?4() -> QLocale +PyQt5.QtCore.QCollator.caseSensitivity?4() -> Qt.CaseSensitivity +PyQt5.QtCore.QCollator.setCaseSensitivity?4(Qt.CaseSensitivity) +PyQt5.QtCore.QCollator.setNumericMode?4(bool) +PyQt5.QtCore.QCollator.numericMode?4() -> bool +PyQt5.QtCore.QCollator.setIgnorePunctuation?4(bool) +PyQt5.QtCore.QCollator.ignorePunctuation?4() -> bool +PyQt5.QtCore.QCollator.compare?4(str, str) -> int +PyQt5.QtCore.QCollator.sortKey?4(str) -> QCollatorSortKey +PyQt5.QtCore.QCommandLineOption?1(str, str description=QString(), str valueName=QString(), str defaultValue=QString()) +PyQt5.QtCore.QCommandLineOption.__init__?1(self, str, str description=QString(), str valueName=QString(), str defaultValue=QString()) +PyQt5.QtCore.QCommandLineOption?1(list-of-str, str description=QString(), str valueName=QString(), str defaultValue=QString()) +PyQt5.QtCore.QCommandLineOption.__init__?1(self, list-of-str, str description=QString(), str valueName=QString(), str defaultValue=QString()) +PyQt5.QtCore.QCommandLineOption?1(QCommandLineOption) +PyQt5.QtCore.QCommandLineOption.__init__?1(self, QCommandLineOption) +PyQt5.QtCore.QCommandLineOption.swap?4(QCommandLineOption) +PyQt5.QtCore.QCommandLineOption.names?4() -> list-of-str +PyQt5.QtCore.QCommandLineOption.setValueName?4(str) +PyQt5.QtCore.QCommandLineOption.valueName?4() -> str +PyQt5.QtCore.QCommandLineOption.setDescription?4(str) +PyQt5.QtCore.QCommandLineOption.description?4() -> str +PyQt5.QtCore.QCommandLineOption.setDefaultValue?4(str) +PyQt5.QtCore.QCommandLineOption.setDefaultValues?4(list-of-str) +PyQt5.QtCore.QCommandLineOption.defaultValues?4() -> list-of-str +PyQt5.QtCore.QCommandLineParser.SingleDashWordOptionMode?10 +PyQt5.QtCore.QCommandLineParser.ParseAsCompactedShortOptions?10 +PyQt5.QtCore.QCommandLineParser.ParseAsLongOptions?10 +PyQt5.QtCore.QCommandLineParser?1() +PyQt5.QtCore.QCommandLineParser.__init__?1(self) +PyQt5.QtCore.QCommandLineParser.setSingleDashWordOptionMode?4(QCommandLineParser.SingleDashWordOptionMode) +PyQt5.QtCore.QCommandLineParser.addOption?4(QCommandLineOption) -> bool +PyQt5.QtCore.QCommandLineParser.addVersionOption?4() -> QCommandLineOption +PyQt5.QtCore.QCommandLineParser.addHelpOption?4() -> QCommandLineOption +PyQt5.QtCore.QCommandLineParser.setApplicationDescription?4(str) +PyQt5.QtCore.QCommandLineParser.applicationDescription?4() -> str +PyQt5.QtCore.QCommandLineParser.addPositionalArgument?4(str, str, str syntax=QString()) +PyQt5.QtCore.QCommandLineParser.clearPositionalArguments?4() +PyQt5.QtCore.QCommandLineParser.process?4(list-of-str) +PyQt5.QtCore.QCommandLineParser.process?4(QCoreApplication) +PyQt5.QtCore.QCommandLineParser.parse?4(list-of-str) -> bool +PyQt5.QtCore.QCommandLineParser.errorText?4() -> str +PyQt5.QtCore.QCommandLineParser.isSet?4(str) -> bool +PyQt5.QtCore.QCommandLineParser.value?4(str) -> str +PyQt5.QtCore.QCommandLineParser.values?4(str) -> list-of-str +PyQt5.QtCore.QCommandLineParser.isSet?4(QCommandLineOption) -> bool +PyQt5.QtCore.QCommandLineParser.value?4(QCommandLineOption) -> str +PyQt5.QtCore.QCommandLineParser.values?4(QCommandLineOption) -> list-of-str +PyQt5.QtCore.QCommandLineParser.positionalArguments?4() -> list-of-str +PyQt5.QtCore.QCommandLineParser.optionNames?4() -> list-of-str +PyQt5.QtCore.QCommandLineParser.unknownOptionNames?4() -> list-of-str +PyQt5.QtCore.QCommandLineParser.showHelp?4(int exitCode=0) +PyQt5.QtCore.QCommandLineParser.helpText?4() -> str +PyQt5.QtCore.QCoreApplication?1(list-of-str) +PyQt5.QtCore.QCoreApplication.__init__?1(self, list-of-str) +PyQt5.QtCore.QCoreApplication.setOrganizationDomain?4(str) +PyQt5.QtCore.QCoreApplication.organizationDomain?4() -> str +PyQt5.QtCore.QCoreApplication.setOrganizationName?4(str) +PyQt5.QtCore.QCoreApplication.organizationName?4() -> str +PyQt5.QtCore.QCoreApplication.setApplicationName?4(str) +PyQt5.QtCore.QCoreApplication.applicationName?4() -> str +PyQt5.QtCore.QCoreApplication.arguments?4() -> list-of-str +PyQt5.QtCore.QCoreApplication.instance?4() -> QCoreApplication +PyQt5.QtCore.QCoreApplication.exec_?4() -> int +PyQt5.QtCore.QCoreApplication.exec?4() -> int +PyQt5.QtCore.QCoreApplication.processEvents?4(QEventLoop.ProcessEventsFlags flags=QEventLoop.AllEvents) +PyQt5.QtCore.QCoreApplication.processEvents?4(QEventLoop.ProcessEventsFlags, int) +PyQt5.QtCore.QCoreApplication.exit?4(int returnCode=0) +PyQt5.QtCore.QCoreApplication.sendEvent?4(QObject, QEvent) -> bool +PyQt5.QtCore.QCoreApplication.postEvent?4(QObject, QEvent, int priority=Qt.NormalEventPriority) +PyQt5.QtCore.QCoreApplication.sendPostedEvents?4(QObject receiver=None, int eventType=0) +PyQt5.QtCore.QCoreApplication.removePostedEvents?4(QObject, int eventType=0) +PyQt5.QtCore.QCoreApplication.hasPendingEvents?4() -> bool +PyQt5.QtCore.QCoreApplication.notify?4(QObject, QEvent) -> bool +PyQt5.QtCore.QCoreApplication.startingUp?4() -> bool +PyQt5.QtCore.QCoreApplication.closingDown?4() -> bool +PyQt5.QtCore.QCoreApplication.applicationDirPath?4() -> str +PyQt5.QtCore.QCoreApplication.applicationFilePath?4() -> str +PyQt5.QtCore.QCoreApplication.setLibraryPaths?4(list-of-str) +PyQt5.QtCore.QCoreApplication.libraryPaths?4() -> list-of-str +PyQt5.QtCore.QCoreApplication.addLibraryPath?4(str) +PyQt5.QtCore.QCoreApplication.removeLibraryPath?4(str) +PyQt5.QtCore.QCoreApplication.installTranslator?4(QTranslator) -> bool +PyQt5.QtCore.QCoreApplication.removeTranslator?4(QTranslator) -> bool +PyQt5.QtCore.QCoreApplication.translate?4(str, str, str disambiguation=None, int n=-1) -> str +PyQt5.QtCore.QCoreApplication.flush?4() +PyQt5.QtCore.QCoreApplication.setAttribute?4(Qt.ApplicationAttribute, bool on=True) +PyQt5.QtCore.QCoreApplication.testAttribute?4(Qt.ApplicationAttribute) -> bool +PyQt5.QtCore.QCoreApplication.quit?4() +PyQt5.QtCore.QCoreApplication.aboutToQuit?4() +PyQt5.QtCore.QCoreApplication.event?4(QEvent) -> bool +PyQt5.QtCore.QCoreApplication.setApplicationVersion?4(str) +PyQt5.QtCore.QCoreApplication.applicationVersion?4() -> str +PyQt5.QtCore.QCoreApplication.applicationPid?4() -> int +PyQt5.QtCore.QCoreApplication.eventDispatcher?4() -> QAbstractEventDispatcher +PyQt5.QtCore.QCoreApplication.setEventDispatcher?4(QAbstractEventDispatcher) +PyQt5.QtCore.QCoreApplication.isQuitLockEnabled?4() -> bool +PyQt5.QtCore.QCoreApplication.setQuitLockEnabled?4(bool) +PyQt5.QtCore.QCoreApplication.installNativeEventFilter?4(QAbstractNativeEventFilter) +PyQt5.QtCore.QCoreApplication.removeNativeEventFilter?4(QAbstractNativeEventFilter) +PyQt5.QtCore.QCoreApplication.setSetuidAllowed?4(bool) +PyQt5.QtCore.QCoreApplication.isSetuidAllowed?4() -> bool +PyQt5.QtCore.QEvent.Type?10 +PyQt5.QtCore.QEvent.None?10 +PyQt5.QtCore.QEvent.Timer?10 +PyQt5.QtCore.QEvent.MouseButtonPress?10 +PyQt5.QtCore.QEvent.MouseButtonRelease?10 +PyQt5.QtCore.QEvent.MouseButtonDblClick?10 +PyQt5.QtCore.QEvent.MouseMove?10 +PyQt5.QtCore.QEvent.KeyPress?10 +PyQt5.QtCore.QEvent.KeyRelease?10 +PyQt5.QtCore.QEvent.FocusIn?10 +PyQt5.QtCore.QEvent.FocusOut?10 +PyQt5.QtCore.QEvent.Enter?10 +PyQt5.QtCore.QEvent.Leave?10 +PyQt5.QtCore.QEvent.Paint?10 +PyQt5.QtCore.QEvent.Move?10 +PyQt5.QtCore.QEvent.Resize?10 +PyQt5.QtCore.QEvent.Show?10 +PyQt5.QtCore.QEvent.Hide?10 +PyQt5.QtCore.QEvent.Close?10 +PyQt5.QtCore.QEvent.ParentChange?10 +PyQt5.QtCore.QEvent.ParentAboutToChange?10 +PyQt5.QtCore.QEvent.WindowActivate?10 +PyQt5.QtCore.QEvent.WindowDeactivate?10 +PyQt5.QtCore.QEvent.ShowToParent?10 +PyQt5.QtCore.QEvent.HideToParent?10 +PyQt5.QtCore.QEvent.Wheel?10 +PyQt5.QtCore.QEvent.WindowTitleChange?10 +PyQt5.QtCore.QEvent.WindowIconChange?10 +PyQt5.QtCore.QEvent.ApplicationWindowIconChange?10 +PyQt5.QtCore.QEvent.ApplicationFontChange?10 +PyQt5.QtCore.QEvent.ApplicationLayoutDirectionChange?10 +PyQt5.QtCore.QEvent.ApplicationPaletteChange?10 +PyQt5.QtCore.QEvent.PaletteChange?10 +PyQt5.QtCore.QEvent.Clipboard?10 +PyQt5.QtCore.QEvent.MetaCall?10 +PyQt5.QtCore.QEvent.SockAct?10 +PyQt5.QtCore.QEvent.WinEventAct?10 +PyQt5.QtCore.QEvent.DeferredDelete?10 +PyQt5.QtCore.QEvent.DragEnter?10 +PyQt5.QtCore.QEvent.DragMove?10 +PyQt5.QtCore.QEvent.DragLeave?10 +PyQt5.QtCore.QEvent.Drop?10 +PyQt5.QtCore.QEvent.ChildAdded?10 +PyQt5.QtCore.QEvent.ChildPolished?10 +PyQt5.QtCore.QEvent.ChildRemoved?10 +PyQt5.QtCore.QEvent.PolishRequest?10 +PyQt5.QtCore.QEvent.Polish?10 +PyQt5.QtCore.QEvent.LayoutRequest?10 +PyQt5.QtCore.QEvent.UpdateRequest?10 +PyQt5.QtCore.QEvent.UpdateLater?10 +PyQt5.QtCore.QEvent.ContextMenu?10 +PyQt5.QtCore.QEvent.InputMethod?10 +PyQt5.QtCore.QEvent.TabletMove?10 +PyQt5.QtCore.QEvent.LocaleChange?10 +PyQt5.QtCore.QEvent.LanguageChange?10 +PyQt5.QtCore.QEvent.LayoutDirectionChange?10 +PyQt5.QtCore.QEvent.TabletPress?10 +PyQt5.QtCore.QEvent.TabletRelease?10 +PyQt5.QtCore.QEvent.OkRequest?10 +PyQt5.QtCore.QEvent.IconDrag?10 +PyQt5.QtCore.QEvent.FontChange?10 +PyQt5.QtCore.QEvent.EnabledChange?10 +PyQt5.QtCore.QEvent.ActivationChange?10 +PyQt5.QtCore.QEvent.StyleChange?10 +PyQt5.QtCore.QEvent.IconTextChange?10 +PyQt5.QtCore.QEvent.ModifiedChange?10 +PyQt5.QtCore.QEvent.MouseTrackingChange?10 +PyQt5.QtCore.QEvent.WindowBlocked?10 +PyQt5.QtCore.QEvent.WindowUnblocked?10 +PyQt5.QtCore.QEvent.WindowStateChange?10 +PyQt5.QtCore.QEvent.ToolTip?10 +PyQt5.QtCore.QEvent.WhatsThis?10 +PyQt5.QtCore.QEvent.StatusTip?10 +PyQt5.QtCore.QEvent.ActionChanged?10 +PyQt5.QtCore.QEvent.ActionAdded?10 +PyQt5.QtCore.QEvent.ActionRemoved?10 +PyQt5.QtCore.QEvent.FileOpen?10 +PyQt5.QtCore.QEvent.Shortcut?10 +PyQt5.QtCore.QEvent.ShortcutOverride?10 +PyQt5.QtCore.QEvent.WhatsThisClicked?10 +PyQt5.QtCore.QEvent.ToolBarChange?10 +PyQt5.QtCore.QEvent.ApplicationActivate?10 +PyQt5.QtCore.QEvent.ApplicationActivated?10 +PyQt5.QtCore.QEvent.ApplicationDeactivate?10 +PyQt5.QtCore.QEvent.ApplicationDeactivated?10 +PyQt5.QtCore.QEvent.QueryWhatsThis?10 +PyQt5.QtCore.QEvent.EnterWhatsThisMode?10 +PyQt5.QtCore.QEvent.LeaveWhatsThisMode?10 +PyQt5.QtCore.QEvent.ZOrderChange?10 +PyQt5.QtCore.QEvent.HoverEnter?10 +PyQt5.QtCore.QEvent.HoverLeave?10 +PyQt5.QtCore.QEvent.HoverMove?10 +PyQt5.QtCore.QEvent.GraphicsSceneMouseMove?10 +PyQt5.QtCore.QEvent.GraphicsSceneMousePress?10 +PyQt5.QtCore.QEvent.GraphicsSceneMouseRelease?10 +PyQt5.QtCore.QEvent.GraphicsSceneMouseDoubleClick?10 +PyQt5.QtCore.QEvent.GraphicsSceneContextMenu?10 +PyQt5.QtCore.QEvent.GraphicsSceneHoverEnter?10 +PyQt5.QtCore.QEvent.GraphicsSceneHoverMove?10 +PyQt5.QtCore.QEvent.GraphicsSceneHoverLeave?10 +PyQt5.QtCore.QEvent.GraphicsSceneHelp?10 +PyQt5.QtCore.QEvent.GraphicsSceneDragEnter?10 +PyQt5.QtCore.QEvent.GraphicsSceneDragMove?10 +PyQt5.QtCore.QEvent.GraphicsSceneDragLeave?10 +PyQt5.QtCore.QEvent.GraphicsSceneDrop?10 +PyQt5.QtCore.QEvent.GraphicsSceneWheel?10 +PyQt5.QtCore.QEvent.GraphicsSceneResize?10 +PyQt5.QtCore.QEvent.GraphicsSceneMove?10 +PyQt5.QtCore.QEvent.KeyboardLayoutChange?10 +PyQt5.QtCore.QEvent.DynamicPropertyChange?10 +PyQt5.QtCore.QEvent.TabletEnterProximity?10 +PyQt5.QtCore.QEvent.TabletLeaveProximity?10 +PyQt5.QtCore.QEvent.CursorChange?10 +PyQt5.QtCore.QEvent.ToolTipChange?10 +PyQt5.QtCore.QEvent.GrabMouse?10 +PyQt5.QtCore.QEvent.UngrabMouse?10 +PyQt5.QtCore.QEvent.GrabKeyboard?10 +PyQt5.QtCore.QEvent.UngrabKeyboard?10 +PyQt5.QtCore.QEvent.StateMachineSignal?10 +PyQt5.QtCore.QEvent.StateMachineWrapped?10 +PyQt5.QtCore.QEvent.TouchBegin?10 +PyQt5.QtCore.QEvent.TouchUpdate?10 +PyQt5.QtCore.QEvent.TouchEnd?10 +PyQt5.QtCore.QEvent.RequestSoftwareInputPanel?10 +PyQt5.QtCore.QEvent.CloseSoftwareInputPanel?10 +PyQt5.QtCore.QEvent.WinIdChange?10 +PyQt5.QtCore.QEvent.Gesture?10 +PyQt5.QtCore.QEvent.GestureOverride?10 +PyQt5.QtCore.QEvent.FocusAboutToChange?10 +PyQt5.QtCore.QEvent.ScrollPrepare?10 +PyQt5.QtCore.QEvent.Scroll?10 +PyQt5.QtCore.QEvent.Expose?10 +PyQt5.QtCore.QEvent.InputMethodQuery?10 +PyQt5.QtCore.QEvent.OrientationChange?10 +PyQt5.QtCore.QEvent.TouchCancel?10 +PyQt5.QtCore.QEvent.PlatformPanel?10 +PyQt5.QtCore.QEvent.ApplicationStateChange?10 +PyQt5.QtCore.QEvent.User?10 +PyQt5.QtCore.QEvent.MaxUser?10 +PyQt5.QtCore.QEvent?1(QEvent.Type) +PyQt5.QtCore.QEvent.__init__?1(self, QEvent.Type) +PyQt5.QtCore.QEvent?1(QEvent) +PyQt5.QtCore.QEvent.__init__?1(self, QEvent) +PyQt5.QtCore.QEvent.type?4() -> QEvent.Type +PyQt5.QtCore.QEvent.spontaneous?4() -> bool +PyQt5.QtCore.QEvent.setAccepted?4(bool) +PyQt5.QtCore.QEvent.isAccepted?4() -> bool +PyQt5.QtCore.QEvent.accept?4() +PyQt5.QtCore.QEvent.ignore?4() +PyQt5.QtCore.QEvent.registerEventType?4(int hint=-1) -> int +PyQt5.QtCore.QTimerEvent?1(int) +PyQt5.QtCore.QTimerEvent.__init__?1(self, int) +PyQt5.QtCore.QTimerEvent?1(QTimerEvent) +PyQt5.QtCore.QTimerEvent.__init__?1(self, QTimerEvent) +PyQt5.QtCore.QTimerEvent.timerId?4() -> int +PyQt5.QtCore.QChildEvent?1(QEvent.Type, QObject) +PyQt5.QtCore.QChildEvent.__init__?1(self, QEvent.Type, QObject) +PyQt5.QtCore.QChildEvent?1(QChildEvent) +PyQt5.QtCore.QChildEvent.__init__?1(self, QChildEvent) +PyQt5.QtCore.QChildEvent.child?4() -> QObject +PyQt5.QtCore.QChildEvent.added?4() -> bool +PyQt5.QtCore.QChildEvent.polished?4() -> bool +PyQt5.QtCore.QChildEvent.removed?4() -> bool +PyQt5.QtCore.QDynamicPropertyChangeEvent?1(QByteArray) +PyQt5.QtCore.QDynamicPropertyChangeEvent.__init__?1(self, QByteArray) +PyQt5.QtCore.QDynamicPropertyChangeEvent?1(QDynamicPropertyChangeEvent) +PyQt5.QtCore.QDynamicPropertyChangeEvent.__init__?1(self, QDynamicPropertyChangeEvent) +PyQt5.QtCore.QDynamicPropertyChangeEvent.propertyName?4() -> QByteArray +PyQt5.QtCore.QCryptographicHash.Algorithm?10 +PyQt5.QtCore.QCryptographicHash.Md4?10 +PyQt5.QtCore.QCryptographicHash.Md5?10 +PyQt5.QtCore.QCryptographicHash.Sha1?10 +PyQt5.QtCore.QCryptographicHash.Sha224?10 +PyQt5.QtCore.QCryptographicHash.Sha256?10 +PyQt5.QtCore.QCryptographicHash.Sha384?10 +PyQt5.QtCore.QCryptographicHash.Sha512?10 +PyQt5.QtCore.QCryptographicHash.Sha3_224?10 +PyQt5.QtCore.QCryptographicHash.Sha3_256?10 +PyQt5.QtCore.QCryptographicHash.Sha3_384?10 +PyQt5.QtCore.QCryptographicHash.Sha3_512?10 +PyQt5.QtCore.QCryptographicHash?1(QCryptographicHash.Algorithm) +PyQt5.QtCore.QCryptographicHash.__init__?1(self, QCryptographicHash.Algorithm) +PyQt5.QtCore.QCryptographicHash.reset?4() +PyQt5.QtCore.QCryptographicHash.addData?4(str) +PyQt5.QtCore.QCryptographicHash.addData?4(QByteArray) +PyQt5.QtCore.QCryptographicHash.addData?4(QIODevice) -> bool +PyQt5.QtCore.QCryptographicHash.result?4() -> QByteArray +PyQt5.QtCore.QCryptographicHash.hash?4(QByteArray, QCryptographicHash.Algorithm) -> QByteArray +PyQt5.QtCore.QDataStream.FloatingPointPrecision?10 +PyQt5.QtCore.QDataStream.SinglePrecision?10 +PyQt5.QtCore.QDataStream.DoublePrecision?10 +PyQt5.QtCore.QDataStream.Status?10 +PyQt5.QtCore.QDataStream.Ok?10 +PyQt5.QtCore.QDataStream.ReadPastEnd?10 +PyQt5.QtCore.QDataStream.ReadCorruptData?10 +PyQt5.QtCore.QDataStream.WriteFailed?10 +PyQt5.QtCore.QDataStream.ByteOrder?10 +PyQt5.QtCore.QDataStream.BigEndian?10 +PyQt5.QtCore.QDataStream.LittleEndian?10 +PyQt5.QtCore.QDataStream.Version?10 +PyQt5.QtCore.QDataStream.Qt_1_0?10 +PyQt5.QtCore.QDataStream.Qt_2_0?10 +PyQt5.QtCore.QDataStream.Qt_2_1?10 +PyQt5.QtCore.QDataStream.Qt_3_0?10 +PyQt5.QtCore.QDataStream.Qt_3_1?10 +PyQt5.QtCore.QDataStream.Qt_3_3?10 +PyQt5.QtCore.QDataStream.Qt_4_0?10 +PyQt5.QtCore.QDataStream.Qt_4_1?10 +PyQt5.QtCore.QDataStream.Qt_4_2?10 +PyQt5.QtCore.QDataStream.Qt_4_3?10 +PyQt5.QtCore.QDataStream.Qt_4_4?10 +PyQt5.QtCore.QDataStream.Qt_4_5?10 +PyQt5.QtCore.QDataStream.Qt_4_6?10 +PyQt5.QtCore.QDataStream.Qt_4_7?10 +PyQt5.QtCore.QDataStream.Qt_4_8?10 +PyQt5.QtCore.QDataStream.Qt_4_9?10 +PyQt5.QtCore.QDataStream.Qt_5_0?10 +PyQt5.QtCore.QDataStream.Qt_5_1?10 +PyQt5.QtCore.QDataStream.Qt_5_2?10 +PyQt5.QtCore.QDataStream.Qt_5_3?10 +PyQt5.QtCore.QDataStream?1() +PyQt5.QtCore.QDataStream.__init__?1(self) +PyQt5.QtCore.QDataStream?1(QIODevice) +PyQt5.QtCore.QDataStream.__init__?1(self, QIODevice) +PyQt5.QtCore.QDataStream?1(QByteArray, QIODevice.OpenMode) +PyQt5.QtCore.QDataStream.__init__?1(self, QByteArray, QIODevice.OpenMode) +PyQt5.QtCore.QDataStream?1(QByteArray) +PyQt5.QtCore.QDataStream.__init__?1(self, QByteArray) +PyQt5.QtCore.QDataStream.device?4() -> QIODevice +PyQt5.QtCore.QDataStream.setDevice?4(QIODevice) +PyQt5.QtCore.QDataStream.atEnd?4() -> bool +PyQt5.QtCore.QDataStream.status?4() -> QDataStream.Status +PyQt5.QtCore.QDataStream.setStatus?4(QDataStream.Status) +PyQt5.QtCore.QDataStream.resetStatus?4() +PyQt5.QtCore.QDataStream.byteOrder?4() -> QDataStream.ByteOrder +PyQt5.QtCore.QDataStream.setByteOrder?4(QDataStream.ByteOrder) +PyQt5.QtCore.QDataStream.version?4() -> int +PyQt5.QtCore.QDataStream.setVersion?4(int) +PyQt5.QtCore.QDataStream.skipRawData?4(int) -> int +PyQt5.QtCore.QDataStream.readInt?4() -> int +PyQt5.QtCore.QDataStream.readInt8?4() -> int +PyQt5.QtCore.QDataStream.readUInt8?4() -> int +PyQt5.QtCore.QDataStream.readInt16?4() -> int +PyQt5.QtCore.QDataStream.readUInt16?4() -> int +PyQt5.QtCore.QDataStream.readInt32?4() -> int +PyQt5.QtCore.QDataStream.readUInt32?4() -> int +PyQt5.QtCore.QDataStream.readInt64?4() -> int +PyQt5.QtCore.QDataStream.readUInt64?4() -> int +PyQt5.QtCore.QDataStream.readBool?4() -> bool +PyQt5.QtCore.QDataStream.readFloat?4() -> float +PyQt5.QtCore.QDataStream.readDouble?4() -> float +PyQt5.QtCore.QDataStream.readString?4() -> bytes +PyQt5.QtCore.QDataStream.writeInt?4(int) +PyQt5.QtCore.QDataStream.writeInt8?4(int) +PyQt5.QtCore.QDataStream.writeUInt8?4(int) +PyQt5.QtCore.QDataStream.writeInt16?4(int) +PyQt5.QtCore.QDataStream.writeUInt16?4(int) +PyQt5.QtCore.QDataStream.writeInt32?4(int) +PyQt5.QtCore.QDataStream.writeUInt32?4(int) +PyQt5.QtCore.QDataStream.writeInt64?4(int) +PyQt5.QtCore.QDataStream.writeUInt64?4(int) +PyQt5.QtCore.QDataStream.writeBool?4(bool) +PyQt5.QtCore.QDataStream.writeFloat?4(float) +PyQt5.QtCore.QDataStream.writeDouble?4(float) +PyQt5.QtCore.QDataStream.writeString?4(str) +PyQt5.QtCore.QDataStream.readQString?4() -> str +PyQt5.QtCore.QDataStream.writeQString?4(str) +PyQt5.QtCore.QDataStream.readQStringList?4() -> list-of-str +PyQt5.QtCore.QDataStream.writeQStringList?4(list-of-str) +PyQt5.QtCore.QDataStream.readQVariant?4() -> QVariant +PyQt5.QtCore.QDataStream.writeQVariant?4(QVariant) +PyQt5.QtCore.QDataStream.readQVariantList?4() -> list-of-object +PyQt5.QtCore.QDataStream.writeQVariantList?4(list-of-object) +PyQt5.QtCore.QDataStream.readQVariantMap?4() -> dict-of-str-object +PyQt5.QtCore.QDataStream.writeQVariantMap?4(dict-of-str-object) +PyQt5.QtCore.QDataStream.readQVariantHash?4() -> dict-of-str-object +PyQt5.QtCore.QDataStream.writeQVariantHash?4(dict-of-str-object) +PyQt5.QtCore.QDataStream.readBytes?4() -> bytes +PyQt5.QtCore.QDataStream.readRawData?4(int) -> bytes +PyQt5.QtCore.QDataStream.writeBytes?4(str) -> QDataStream +PyQt5.QtCore.QDataStream.writeRawData?4(str) -> int +PyQt5.QtCore.QDataStream.floatingPointPrecision?4() -> QDataStream.FloatingPointPrecision +PyQt5.QtCore.QDataStream.setFloatingPointPrecision?4(QDataStream.FloatingPointPrecision) +PyQt5.QtCore.QDate.MonthNameType?10 +PyQt5.QtCore.QDate.DateFormat?10 +PyQt5.QtCore.QDate.StandaloneFormat?10 +PyQt5.QtCore.QDate?1() +PyQt5.QtCore.QDate.__init__?1(self) +PyQt5.QtCore.QDate?1(int, int, int) +PyQt5.QtCore.QDate.__init__?1(self, int, int, int) +PyQt5.QtCore.QDate?1(QDate) +PyQt5.QtCore.QDate.__init__?1(self, QDate) +PyQt5.QtCore.QDate.toPyDate?4() -> datetime.date +PyQt5.QtCore.QDate.isNull?4() -> bool +PyQt5.QtCore.QDate.isValid?4() -> bool +PyQt5.QtCore.QDate.year?4() -> int +PyQt5.QtCore.QDate.month?4() -> int +PyQt5.QtCore.QDate.day?4() -> int +PyQt5.QtCore.QDate.dayOfWeek?4() -> int +PyQt5.QtCore.QDate.dayOfYear?4() -> int +PyQt5.QtCore.QDate.daysInMonth?4() -> int +PyQt5.QtCore.QDate.daysInYear?4() -> int +PyQt5.QtCore.QDate.weekNumber?4() -> (int, int) +PyQt5.QtCore.QDate.shortMonthName?4(int, QDate.MonthNameType type=QDate.DateFormat) -> str +PyQt5.QtCore.QDate.shortDayName?4(int, QDate.MonthNameType type=QDate.DateFormat) -> str +PyQt5.QtCore.QDate.longMonthName?4(int, QDate.MonthNameType type=QDate.DateFormat) -> str +PyQt5.QtCore.QDate.longDayName?4(int, QDate.MonthNameType type=QDate.DateFormat) -> str +PyQt5.QtCore.QDate.toString?4(Qt.DateFormat format=Qt.TextDate) -> str +PyQt5.QtCore.QDate.toString?4(str) -> str +PyQt5.QtCore.QDate.addDays?4(int) -> QDate +PyQt5.QtCore.QDate.addMonths?4(int) -> QDate +PyQt5.QtCore.QDate.addYears?4(int) -> QDate +PyQt5.QtCore.QDate.daysTo?4(QDate) -> int +PyQt5.QtCore.QDate.currentDate?4() -> QDate +PyQt5.QtCore.QDate.fromString?4(str, Qt.DateFormat format=Qt.TextDate) -> QDate +PyQt5.QtCore.QDate.fromString?4(str, str) -> QDate +PyQt5.QtCore.QDate.isValid?4(int, int, int) -> bool +PyQt5.QtCore.QDate.isLeapYear?4(int) -> bool +PyQt5.QtCore.QDate.fromJulianDay?4(int) -> QDate +PyQt5.QtCore.QDate.toJulianDay?4() -> int +PyQt5.QtCore.QDate.setDate?4(int, int, int) -> bool +PyQt5.QtCore.QDate.getDate?4() -> (int, int, int) +PyQt5.QtCore.QTime?1() +PyQt5.QtCore.QTime.__init__?1(self) +PyQt5.QtCore.QTime?1(int, int, int second=0, int msec=0) +PyQt5.QtCore.QTime.__init__?1(self, int, int, int second=0, int msec=0) +PyQt5.QtCore.QTime?1(QTime) +PyQt5.QtCore.QTime.__init__?1(self, QTime) +PyQt5.QtCore.QTime.toPyTime?4() -> datetime.time +PyQt5.QtCore.QTime.isNull?4() -> bool +PyQt5.QtCore.QTime.isValid?4() -> bool +PyQt5.QtCore.QTime.hour?4() -> int +PyQt5.QtCore.QTime.minute?4() -> int +PyQt5.QtCore.QTime.second?4() -> int +PyQt5.QtCore.QTime.msec?4() -> int +PyQt5.QtCore.QTime.toString?4(Qt.DateFormat format=Qt.TextDate) -> str +PyQt5.QtCore.QTime.toString?4(str) -> str +PyQt5.QtCore.QTime.setHMS?4(int, int, int, int msec=0) -> bool +PyQt5.QtCore.QTime.addSecs?4(int) -> QTime +PyQt5.QtCore.QTime.secsTo?4(QTime) -> int +PyQt5.QtCore.QTime.addMSecs?4(int) -> QTime +PyQt5.QtCore.QTime.msecsTo?4(QTime) -> int +PyQt5.QtCore.QTime.currentTime?4() -> QTime +PyQt5.QtCore.QTime.fromString?4(str, Qt.DateFormat format=Qt.TextDate) -> QTime +PyQt5.QtCore.QTime.fromString?4(str, str) -> QTime +PyQt5.QtCore.QTime.isValid?4(int, int, int, int msec=0) -> bool +PyQt5.QtCore.QTime.start?4() +PyQt5.QtCore.QTime.restart?4() -> int +PyQt5.QtCore.QTime.elapsed?4() -> int +PyQt5.QtCore.QTime.fromMSecsSinceStartOfDay?4(int) -> QTime +PyQt5.QtCore.QTime.msecsSinceStartOfDay?4() -> int +PyQt5.QtCore.QDateTime?1() +PyQt5.QtCore.QDateTime.__init__?1(self) +PyQt5.QtCore.QDateTime?1(QDateTime) +PyQt5.QtCore.QDateTime.__init__?1(self, QDateTime) +PyQt5.QtCore.QDateTime?1(QDate) +PyQt5.QtCore.QDateTime.__init__?1(self, QDate) +PyQt5.QtCore.QDateTime?1(QDate, QTime, Qt.TimeSpec timeSpec=Qt.LocalTime) +PyQt5.QtCore.QDateTime.__init__?1(self, QDate, QTime, Qt.TimeSpec timeSpec=Qt.LocalTime) +PyQt5.QtCore.QDateTime?1(int, int, int, int, int, int s=0, int msec=0, int timeSpec=0) +PyQt5.QtCore.QDateTime.__init__?1(self, int, int, int, int, int, int s=0, int msec=0, int timeSpec=0) +PyQt5.QtCore.QDateTime?1(QDate, QTime, Qt.TimeSpec, int) +PyQt5.QtCore.QDateTime.__init__?1(self, QDate, QTime, Qt.TimeSpec, int) +PyQt5.QtCore.QDateTime?1(QDate, QTime, QTimeZone) +PyQt5.QtCore.QDateTime.__init__?1(self, QDate, QTime, QTimeZone) +PyQt5.QtCore.QDateTime.toPyDateTime?4() -> datetime.datetime +PyQt5.QtCore.QDateTime.isNull?4() -> bool +PyQt5.QtCore.QDateTime.isValid?4() -> bool +PyQt5.QtCore.QDateTime.date?4() -> QDate +PyQt5.QtCore.QDateTime.time?4() -> QTime +PyQt5.QtCore.QDateTime.timeSpec?4() -> Qt.TimeSpec +PyQt5.QtCore.QDateTime.toTime_t?4() -> int +PyQt5.QtCore.QDateTime.setDate?4(QDate) +PyQt5.QtCore.QDateTime.setTime?4(QTime) +PyQt5.QtCore.QDateTime.setTimeSpec?4(Qt.TimeSpec) +PyQt5.QtCore.QDateTime.setTime_t?4(int) +PyQt5.QtCore.QDateTime.toString?4(Qt.DateFormat format=Qt.TextDate) -> str +PyQt5.QtCore.QDateTime.toString?4(str) -> str +PyQt5.QtCore.QDateTime.addDays?4(int) -> QDateTime +PyQt5.QtCore.QDateTime.addMonths?4(int) -> QDateTime +PyQt5.QtCore.QDateTime.addYears?4(int) -> QDateTime +PyQt5.QtCore.QDateTime.addSecs?4(int) -> QDateTime +PyQt5.QtCore.QDateTime.addMSecs?4(int) -> QDateTime +PyQt5.QtCore.QDateTime.toTimeSpec?4(Qt.TimeSpec) -> QDateTime +PyQt5.QtCore.QDateTime.toLocalTime?4() -> QDateTime +PyQt5.QtCore.QDateTime.toUTC?4() -> QDateTime +PyQt5.QtCore.QDateTime.daysTo?4(QDateTime) -> int +PyQt5.QtCore.QDateTime.secsTo?4(QDateTime) -> int +PyQt5.QtCore.QDateTime.currentDateTime?4() -> QDateTime +PyQt5.QtCore.QDateTime.fromString?4(str, Qt.DateFormat format=Qt.TextDate) -> QDateTime +PyQt5.QtCore.QDateTime.fromString?4(str, str) -> QDateTime +PyQt5.QtCore.QDateTime.fromTime_t?4(int) -> QDateTime +PyQt5.QtCore.QDateTime.toMSecsSinceEpoch?4() -> int +PyQt5.QtCore.QDateTime.setMSecsSinceEpoch?4(int) +PyQt5.QtCore.QDateTime.msecsTo?4(QDateTime) -> int +PyQt5.QtCore.QDateTime.currentDateTimeUtc?4() -> QDateTime +PyQt5.QtCore.QDateTime.fromMSecsSinceEpoch?4(int) -> QDateTime +PyQt5.QtCore.QDateTime.currentMSecsSinceEpoch?4() -> int +PyQt5.QtCore.QDateTime.swap?4(QDateTime) +PyQt5.QtCore.QDateTime.offsetFromUtc?4() -> int +PyQt5.QtCore.QDateTime.timeZone?4() -> QTimeZone +PyQt5.QtCore.QDateTime.timeZoneAbbreviation?4() -> str +PyQt5.QtCore.QDateTime.isDaylightTime?4() -> bool +PyQt5.QtCore.QDateTime.setOffsetFromUtc?4(int) +PyQt5.QtCore.QDateTime.setTimeZone?4(QTimeZone) +PyQt5.QtCore.QDateTime.toOffsetFromUtc?4(int) -> QDateTime +PyQt5.QtCore.QDateTime.toTimeZone?4(QTimeZone) -> QDateTime +PyQt5.QtCore.QDateTime.fromTime_t?4(int, Qt.TimeSpec, int offsetSeconds=0) -> QDateTime +PyQt5.QtCore.QDateTime.fromTime_t?4(int, QTimeZone) -> QDateTime +PyQt5.QtCore.QDateTime.fromMSecsSinceEpoch?4(int, Qt.TimeSpec, int offsetSeconds=0) -> QDateTime +PyQt5.QtCore.QDateTime.fromMSecsSinceEpoch?4(int, QTimeZone) -> QDateTime +PyQt5.QtCore.QDir.SortFlag?10 +PyQt5.QtCore.QDir.Name?10 +PyQt5.QtCore.QDir.Time?10 +PyQt5.QtCore.QDir.Size?10 +PyQt5.QtCore.QDir.Unsorted?10 +PyQt5.QtCore.QDir.SortByMask?10 +PyQt5.QtCore.QDir.DirsFirst?10 +PyQt5.QtCore.QDir.Reversed?10 +PyQt5.QtCore.QDir.IgnoreCase?10 +PyQt5.QtCore.QDir.DirsLast?10 +PyQt5.QtCore.QDir.LocaleAware?10 +PyQt5.QtCore.QDir.Type?10 +PyQt5.QtCore.QDir.NoSort?10 +PyQt5.QtCore.QDir.Filter?10 +PyQt5.QtCore.QDir.Dirs?10 +PyQt5.QtCore.QDir.Files?10 +PyQt5.QtCore.QDir.Drives?10 +PyQt5.QtCore.QDir.NoSymLinks?10 +PyQt5.QtCore.QDir.AllEntries?10 +PyQt5.QtCore.QDir.TypeMask?10 +PyQt5.QtCore.QDir.Readable?10 +PyQt5.QtCore.QDir.Writable?10 +PyQt5.QtCore.QDir.Executable?10 +PyQt5.QtCore.QDir.PermissionMask?10 +PyQt5.QtCore.QDir.Modified?10 +PyQt5.QtCore.QDir.Hidden?10 +PyQt5.QtCore.QDir.System?10 +PyQt5.QtCore.QDir.AccessMask?10 +PyQt5.QtCore.QDir.AllDirs?10 +PyQt5.QtCore.QDir.CaseSensitive?10 +PyQt5.QtCore.QDir.NoDotAndDotDot?10 +PyQt5.QtCore.QDir.NoFilter?10 +PyQt5.QtCore.QDir.NoDot?10 +PyQt5.QtCore.QDir.NoDotDot?10 +PyQt5.QtCore.QDir?1(QDir) +PyQt5.QtCore.QDir.__init__?1(self, QDir) +PyQt5.QtCore.QDir?1(str path='') +PyQt5.QtCore.QDir.__init__?1(self, str path='') +PyQt5.QtCore.QDir?1(str, str, QDir.SortFlags sort=QDir.Name|QDir.IgnoreCase, QDir.Filters filters=QDir.AllEntries) +PyQt5.QtCore.QDir.__init__?1(self, str, str, QDir.SortFlags sort=QDir.Name|QDir.IgnoreCase, QDir.Filters filters=QDir.AllEntries) +PyQt5.QtCore.QDir.setPath?4(str) +PyQt5.QtCore.QDir.path?4() -> str +PyQt5.QtCore.QDir.absolutePath?4() -> str +PyQt5.QtCore.QDir.canonicalPath?4() -> str +PyQt5.QtCore.QDir.dirName?4() -> str +PyQt5.QtCore.QDir.filePath?4(str) -> str +PyQt5.QtCore.QDir.absoluteFilePath?4(str) -> str +PyQt5.QtCore.QDir.relativeFilePath?4(str) -> str +PyQt5.QtCore.QDir.cd?4(str) -> bool +PyQt5.QtCore.QDir.cdUp?4() -> bool +PyQt5.QtCore.QDir.nameFilters?4() -> list-of-str +PyQt5.QtCore.QDir.setNameFilters?4(list-of-str) +PyQt5.QtCore.QDir.filter?4() -> QDir.Filters +PyQt5.QtCore.QDir.setFilter?4(QDir.Filters) +PyQt5.QtCore.QDir.sorting?4() -> QDir.SortFlags +PyQt5.QtCore.QDir.setSorting?4(QDir.SortFlags) +PyQt5.QtCore.QDir.count?4() -> int +PyQt5.QtCore.QDir.nameFiltersFromString?4(str) -> list-of-str +PyQt5.QtCore.QDir.entryList?4(QDir.Filters filters=QDir.NoFilter, QDir.SortFlags sort=QDir.NoSort) -> list-of-str +PyQt5.QtCore.QDir.entryList?4(list-of-str, QDir.Filters filters=QDir.NoFilter, QDir.SortFlags sort=QDir.NoSort) -> list-of-str +PyQt5.QtCore.QDir.entryInfoList?4(QDir.Filters filters=QDir.NoFilter, QDir.SortFlags sort=QDir.NoSort) -> list-of-QFileInfo +PyQt5.QtCore.QDir.entryInfoList?4(list-of-str, QDir.Filters filters=QDir.NoFilter, QDir.SortFlags sort=QDir.NoSort) -> list-of-QFileInfo +PyQt5.QtCore.QDir.mkdir?4(str) -> bool +PyQt5.QtCore.QDir.rmdir?4(str) -> bool +PyQt5.QtCore.QDir.mkpath?4(str) -> bool +PyQt5.QtCore.QDir.rmpath?4(str) -> bool +PyQt5.QtCore.QDir.isReadable?4() -> bool +PyQt5.QtCore.QDir.exists?4() -> bool +PyQt5.QtCore.QDir.isRoot?4() -> bool +PyQt5.QtCore.QDir.isRelativePath?4(str) -> bool +PyQt5.QtCore.QDir.isAbsolutePath?4(str) -> bool +PyQt5.QtCore.QDir.isRelative?4() -> bool +PyQt5.QtCore.QDir.isAbsolute?4() -> bool +PyQt5.QtCore.QDir.makeAbsolute?4() -> bool +PyQt5.QtCore.QDir.remove?4(str) -> bool +PyQt5.QtCore.QDir.rename?4(str, str) -> bool +PyQt5.QtCore.QDir.exists?4(str) -> bool +PyQt5.QtCore.QDir.refresh?4() +PyQt5.QtCore.QDir.drives?4() -> list-of-QFileInfo +PyQt5.QtCore.QDir.separator?4() -> str +PyQt5.QtCore.QDir.setCurrent?4(str) -> bool +PyQt5.QtCore.QDir.current?4() -> QDir +PyQt5.QtCore.QDir.currentPath?4() -> str +PyQt5.QtCore.QDir.home?4() -> QDir +PyQt5.QtCore.QDir.homePath?4() -> str +PyQt5.QtCore.QDir.root?4() -> QDir +PyQt5.QtCore.QDir.rootPath?4() -> str +PyQt5.QtCore.QDir.temp?4() -> QDir +PyQt5.QtCore.QDir.tempPath?4() -> str +PyQt5.QtCore.QDir.match?4(list-of-str, str) -> bool +PyQt5.QtCore.QDir.match?4(str, str) -> bool +PyQt5.QtCore.QDir.cleanPath?4(str) -> str +PyQt5.QtCore.QDir.toNativeSeparators?4(str) -> str +PyQt5.QtCore.QDir.fromNativeSeparators?4(str) -> str +PyQt5.QtCore.QDir.setSearchPaths?4(str, list-of-str) +PyQt5.QtCore.QDir.addSearchPath?4(str, str) +PyQt5.QtCore.QDir.searchPaths?4(str) -> list-of-str +PyQt5.QtCore.QDir.removeRecursively?4() -> bool +PyQt5.QtCore.QDir.swap?4(QDir) +PyQt5.QtCore.QDir.Filters?1(QDir.Filters) +PyQt5.QtCore.QDir.Filters.__init__?1(self, QDir.Filters) +PyQt5.QtCore.QDir.Filters?1(int) +PyQt5.QtCore.QDir.Filters.__init__?1(self, int) +PyQt5.QtCore.QDir.Filters?1() +PyQt5.QtCore.QDir.Filters.__init__?1(self) +PyQt5.QtCore.QDir.SortFlags?1(QDir.SortFlags) +PyQt5.QtCore.QDir.SortFlags.__init__?1(self, QDir.SortFlags) +PyQt5.QtCore.QDir.SortFlags?1(int) +PyQt5.QtCore.QDir.SortFlags.__init__?1(self, int) +PyQt5.QtCore.QDir.SortFlags?1() +PyQt5.QtCore.QDir.SortFlags.__init__?1(self) +PyQt5.QtCore.QDirIterator.IteratorFlag?10 +PyQt5.QtCore.QDirIterator.NoIteratorFlags?10 +PyQt5.QtCore.QDirIterator.FollowSymlinks?10 +PyQt5.QtCore.QDirIterator.Subdirectories?10 +PyQt5.QtCore.QDirIterator?1(QDir, QDirIterator.IteratorFlags flags=QDirIterator.NoIteratorFlags) +PyQt5.QtCore.QDirIterator.__init__?1(self, QDir, QDirIterator.IteratorFlags flags=QDirIterator.NoIteratorFlags) +PyQt5.QtCore.QDirIterator?1(str, QDirIterator.IteratorFlags flags=QDirIterator.NoIteratorFlags) +PyQt5.QtCore.QDirIterator.__init__?1(self, str, QDirIterator.IteratorFlags flags=QDirIterator.NoIteratorFlags) +PyQt5.QtCore.QDirIterator?1(str, QDir.Filters, QDirIterator.IteratorFlags flags=QDirIterator.NoIteratorFlags) +PyQt5.QtCore.QDirIterator.__init__?1(self, str, QDir.Filters, QDirIterator.IteratorFlags flags=QDirIterator.NoIteratorFlags) +PyQt5.QtCore.QDirIterator?1(str, list-of-str, QDir.Filters filters=QDir.NoFilter, QDirIterator.IteratorFlags flags=QDirIterator.NoIteratorFlags) +PyQt5.QtCore.QDirIterator.__init__?1(self, str, list-of-str, QDir.Filters filters=QDir.NoFilter, QDirIterator.IteratorFlags flags=QDirIterator.NoIteratorFlags) +PyQt5.QtCore.QDirIterator.next?4() -> str +PyQt5.QtCore.QDirIterator.hasNext?4() -> bool +PyQt5.QtCore.QDirIterator.fileName?4() -> str +PyQt5.QtCore.QDirIterator.filePath?4() -> str +PyQt5.QtCore.QDirIterator.fileInfo?4() -> QFileInfo +PyQt5.QtCore.QDirIterator.path?4() -> str +PyQt5.QtCore.QDirIterator.IteratorFlags?1(QDirIterator.IteratorFlags) +PyQt5.QtCore.QDirIterator.IteratorFlags.__init__?1(self, QDirIterator.IteratorFlags) +PyQt5.QtCore.QDirIterator.IteratorFlags?1(int) +PyQt5.QtCore.QDirIterator.IteratorFlags.__init__?1(self, int) +PyQt5.QtCore.QDirIterator.IteratorFlags?1() +PyQt5.QtCore.QDirIterator.IteratorFlags.__init__?1(self) +PyQt5.QtCore.QEasingCurve.Type?10 +PyQt5.QtCore.QEasingCurve.Linear?10 +PyQt5.QtCore.QEasingCurve.InQuad?10 +PyQt5.QtCore.QEasingCurve.OutQuad?10 +PyQt5.QtCore.QEasingCurve.InOutQuad?10 +PyQt5.QtCore.QEasingCurve.OutInQuad?10 +PyQt5.QtCore.QEasingCurve.InCubic?10 +PyQt5.QtCore.QEasingCurve.OutCubic?10 +PyQt5.QtCore.QEasingCurve.InOutCubic?10 +PyQt5.QtCore.QEasingCurve.OutInCubic?10 +PyQt5.QtCore.QEasingCurve.InQuart?10 +PyQt5.QtCore.QEasingCurve.OutQuart?10 +PyQt5.QtCore.QEasingCurve.InOutQuart?10 +PyQt5.QtCore.QEasingCurve.OutInQuart?10 +PyQt5.QtCore.QEasingCurve.InQuint?10 +PyQt5.QtCore.QEasingCurve.OutQuint?10 +PyQt5.QtCore.QEasingCurve.InOutQuint?10 +PyQt5.QtCore.QEasingCurve.OutInQuint?10 +PyQt5.QtCore.QEasingCurve.InSine?10 +PyQt5.QtCore.QEasingCurve.OutSine?10 +PyQt5.QtCore.QEasingCurve.InOutSine?10 +PyQt5.QtCore.QEasingCurve.OutInSine?10 +PyQt5.QtCore.QEasingCurve.InExpo?10 +PyQt5.QtCore.QEasingCurve.OutExpo?10 +PyQt5.QtCore.QEasingCurve.InOutExpo?10 +PyQt5.QtCore.QEasingCurve.OutInExpo?10 +PyQt5.QtCore.QEasingCurve.InCirc?10 +PyQt5.QtCore.QEasingCurve.OutCirc?10 +PyQt5.QtCore.QEasingCurve.InOutCirc?10 +PyQt5.QtCore.QEasingCurve.OutInCirc?10 +PyQt5.QtCore.QEasingCurve.InElastic?10 +PyQt5.QtCore.QEasingCurve.OutElastic?10 +PyQt5.QtCore.QEasingCurve.InOutElastic?10 +PyQt5.QtCore.QEasingCurve.OutInElastic?10 +PyQt5.QtCore.QEasingCurve.InBack?10 +PyQt5.QtCore.QEasingCurve.OutBack?10 +PyQt5.QtCore.QEasingCurve.InOutBack?10 +PyQt5.QtCore.QEasingCurve.OutInBack?10 +PyQt5.QtCore.QEasingCurve.InBounce?10 +PyQt5.QtCore.QEasingCurve.OutBounce?10 +PyQt5.QtCore.QEasingCurve.InOutBounce?10 +PyQt5.QtCore.QEasingCurve.OutInBounce?10 +PyQt5.QtCore.QEasingCurve.InCurve?10 +PyQt5.QtCore.QEasingCurve.OutCurve?10 +PyQt5.QtCore.QEasingCurve.SineCurve?10 +PyQt5.QtCore.QEasingCurve.CosineCurve?10 +PyQt5.QtCore.QEasingCurve.BezierSpline?10 +PyQt5.QtCore.QEasingCurve.TCBSpline?10 +PyQt5.QtCore.QEasingCurve.Custom?10 +PyQt5.QtCore.QEasingCurve?1(QEasingCurve.Type type=QEasingCurve.Linear) +PyQt5.QtCore.QEasingCurve.__init__?1(self, QEasingCurve.Type type=QEasingCurve.Linear) +PyQt5.QtCore.QEasingCurve?1(QEasingCurve) +PyQt5.QtCore.QEasingCurve.__init__?1(self, QEasingCurve) +PyQt5.QtCore.QEasingCurve.amplitude?4() -> float +PyQt5.QtCore.QEasingCurve.setAmplitude?4(float) +PyQt5.QtCore.QEasingCurve.period?4() -> float +PyQt5.QtCore.QEasingCurve.setPeriod?4(float) +PyQt5.QtCore.QEasingCurve.overshoot?4() -> float +PyQt5.QtCore.QEasingCurve.setOvershoot?4(float) +PyQt5.QtCore.QEasingCurve.type?4() -> QEasingCurve.Type +PyQt5.QtCore.QEasingCurve.setType?4(QEasingCurve.Type) +PyQt5.QtCore.QEasingCurve.setCustomType?4(callable) +PyQt5.QtCore.QEasingCurve.customType?4() -> callable +PyQt5.QtCore.QEasingCurve.valueForProgress?4(float) -> float +PyQt5.QtCore.QEasingCurve.swap?4(QEasingCurve) +PyQt5.QtCore.QEasingCurve.addCubicBezierSegment?4(QPointF, QPointF, QPointF) +PyQt5.QtCore.QEasingCurve.addTCBSegment?4(QPointF, float, float, float) +PyQt5.QtCore.QEasingCurve.toCubicSpline?4() -> list-of-QPointF +PyQt5.QtCore.QElapsedTimer.ClockType?10 +PyQt5.QtCore.QElapsedTimer.SystemTime?10 +PyQt5.QtCore.QElapsedTimer.MonotonicClock?10 +PyQt5.QtCore.QElapsedTimer.TickCounter?10 +PyQt5.QtCore.QElapsedTimer.MachAbsoluteTime?10 +PyQt5.QtCore.QElapsedTimer.PerformanceCounter?10 +PyQt5.QtCore.QElapsedTimer?1() +PyQt5.QtCore.QElapsedTimer.__init__?1(self) +PyQt5.QtCore.QElapsedTimer?1(QElapsedTimer) +PyQt5.QtCore.QElapsedTimer.__init__?1(self, QElapsedTimer) +PyQt5.QtCore.QElapsedTimer.clockType?4() -> QElapsedTimer.ClockType +PyQt5.QtCore.QElapsedTimer.isMonotonic?4() -> bool +PyQt5.QtCore.QElapsedTimer.start?4() +PyQt5.QtCore.QElapsedTimer.restart?4() -> int +PyQt5.QtCore.QElapsedTimer.invalidate?4() +PyQt5.QtCore.QElapsedTimer.isValid?4() -> bool +PyQt5.QtCore.QElapsedTimer.elapsed?4() -> int +PyQt5.QtCore.QElapsedTimer.hasExpired?4(int) -> bool +PyQt5.QtCore.QElapsedTimer.msecsSinceReference?4() -> int +PyQt5.QtCore.QElapsedTimer.msecsTo?4(QElapsedTimer) -> int +PyQt5.QtCore.QElapsedTimer.secsTo?4(QElapsedTimer) -> int +PyQt5.QtCore.QElapsedTimer.nsecsElapsed?4() -> int +PyQt5.QtCore.QEventLoop.ProcessEventsFlag?10 +PyQt5.QtCore.QEventLoop.AllEvents?10 +PyQt5.QtCore.QEventLoop.ExcludeUserInputEvents?10 +PyQt5.QtCore.QEventLoop.ExcludeSocketNotifiers?10 +PyQt5.QtCore.QEventLoop.WaitForMoreEvents?10 +PyQt5.QtCore.QEventLoop.X11ExcludeTimers?10 +PyQt5.QtCore.QEventLoop?1(QObject parent=None) +PyQt5.QtCore.QEventLoop.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QEventLoop.processEvents?4(QEventLoop.ProcessEventsFlags flags=QEventLoop.AllEvents) -> bool +PyQt5.QtCore.QEventLoop.processEvents?4(QEventLoop.ProcessEventsFlags, int) +PyQt5.QtCore.QEventLoop.exec_?4(QEventLoop.ProcessEventsFlags flags=QEventLoop.AllEvents) -> int +PyQt5.QtCore.QEventLoop.exec?4(QEventLoop.ProcessEventsFlags flags=QEventLoop.AllEvents) -> int +PyQt5.QtCore.QEventLoop.exit?4(int returnCode=0) +PyQt5.QtCore.QEventLoop.isRunning?4() -> bool +PyQt5.QtCore.QEventLoop.wakeUp?4() +PyQt5.QtCore.QEventLoop.quit?4() +PyQt5.QtCore.QEventLoop.event?4(QEvent) -> bool +PyQt5.QtCore.QEventLoop.ProcessEventsFlags?1(QEventLoop.ProcessEventsFlags) +PyQt5.QtCore.QEventLoop.ProcessEventsFlags.__init__?1(self, QEventLoop.ProcessEventsFlags) +PyQt5.QtCore.QEventLoop.ProcessEventsFlags?1(int) +PyQt5.QtCore.QEventLoop.ProcessEventsFlags.__init__?1(self, int) +PyQt5.QtCore.QEventLoop.ProcessEventsFlags?1() +PyQt5.QtCore.QEventLoop.ProcessEventsFlags.__init__?1(self) +PyQt5.QtCore.QEventLoopLocker?1() +PyQt5.QtCore.QEventLoopLocker.__init__?1(self) +PyQt5.QtCore.QEventLoopLocker?1(QEventLoop) +PyQt5.QtCore.QEventLoopLocker.__init__?1(self, QEventLoop) +PyQt5.QtCore.QEventLoopLocker?1(QThread) +PyQt5.QtCore.QEventLoopLocker.__init__?1(self, QThread) +PyQt5.QtCore.QEventTransition?1(QState sourceState=None) +PyQt5.QtCore.QEventTransition.__init__?1(self, QState sourceState=None) +PyQt5.QtCore.QEventTransition?1(QObject, QEvent.Type, QState sourceState=None) +PyQt5.QtCore.QEventTransition.__init__?1(self, QObject, QEvent.Type, QState sourceState=None) +PyQt5.QtCore.QEventTransition.eventSource?4() -> QObject +PyQt5.QtCore.QEventTransition.setEventSource?4(QObject) +PyQt5.QtCore.QEventTransition.eventType?4() -> QEvent.Type +PyQt5.QtCore.QEventTransition.setEventType?4(QEvent.Type) +PyQt5.QtCore.QEventTransition.eventTest?4(QEvent) -> bool +PyQt5.QtCore.QEventTransition.onTransition?4(QEvent) +PyQt5.QtCore.QEventTransition.event?4(QEvent) -> bool +PyQt5.QtCore.QFileDevice.MemoryMapFlags?10 +PyQt5.QtCore.QFileDevice.NoOptions?10 +PyQt5.QtCore.QFileDevice.FileHandleFlag?10 +PyQt5.QtCore.QFileDevice.AutoCloseHandle?10 +PyQt5.QtCore.QFileDevice.DontCloseHandle?10 +PyQt5.QtCore.QFileDevice.Permission?10 +PyQt5.QtCore.QFileDevice.ReadOwner?10 +PyQt5.QtCore.QFileDevice.WriteOwner?10 +PyQt5.QtCore.QFileDevice.ExeOwner?10 +PyQt5.QtCore.QFileDevice.ReadUser?10 +PyQt5.QtCore.QFileDevice.WriteUser?10 +PyQt5.QtCore.QFileDevice.ExeUser?10 +PyQt5.QtCore.QFileDevice.ReadGroup?10 +PyQt5.QtCore.QFileDevice.WriteGroup?10 +PyQt5.QtCore.QFileDevice.ExeGroup?10 +PyQt5.QtCore.QFileDevice.ReadOther?10 +PyQt5.QtCore.QFileDevice.WriteOther?10 +PyQt5.QtCore.QFileDevice.ExeOther?10 +PyQt5.QtCore.QFileDevice.FileError?10 +PyQt5.QtCore.QFileDevice.NoError?10 +PyQt5.QtCore.QFileDevice.ReadError?10 +PyQt5.QtCore.QFileDevice.WriteError?10 +PyQt5.QtCore.QFileDevice.FatalError?10 +PyQt5.QtCore.QFileDevice.ResourceError?10 +PyQt5.QtCore.QFileDevice.OpenError?10 +PyQt5.QtCore.QFileDevice.AbortError?10 +PyQt5.QtCore.QFileDevice.TimeOutError?10 +PyQt5.QtCore.QFileDevice.UnspecifiedError?10 +PyQt5.QtCore.QFileDevice.RemoveError?10 +PyQt5.QtCore.QFileDevice.RenameError?10 +PyQt5.QtCore.QFileDevice.PositionError?10 +PyQt5.QtCore.QFileDevice.ResizeError?10 +PyQt5.QtCore.QFileDevice.PermissionsError?10 +PyQt5.QtCore.QFileDevice.CopyError?10 +PyQt5.QtCore.QFileDevice.error?4() -> QFileDevice.FileError +PyQt5.QtCore.QFileDevice.unsetError?4() +PyQt5.QtCore.QFileDevice.close?4() +PyQt5.QtCore.QFileDevice.isSequential?4() -> bool +PyQt5.QtCore.QFileDevice.handle?4() -> int +PyQt5.QtCore.QFileDevice.fileName?4() -> str +PyQt5.QtCore.QFileDevice.pos?4() -> int +PyQt5.QtCore.QFileDevice.seek?4(int) -> bool +PyQt5.QtCore.QFileDevice.atEnd?4() -> bool +PyQt5.QtCore.QFileDevice.flush?4() -> bool +PyQt5.QtCore.QFileDevice.size?4() -> int +PyQt5.QtCore.QFileDevice.resize?4(int) -> bool +PyQt5.QtCore.QFileDevice.permissions?4() -> QFileDevice.Permissions +PyQt5.QtCore.QFileDevice.setPermissions?4(QFileDevice.Permissions) -> bool +PyQt5.QtCore.QFileDevice.map?4(int, int, QFileDevice.MemoryMapFlags flags=QFileDevice.NoOptions) -> sip.voidptr +PyQt5.QtCore.QFileDevice.unmap?4(sip.voidptr) -> bool +PyQt5.QtCore.QFileDevice.readData?4(int) -> bytes +PyQt5.QtCore.QFileDevice.writeData?4(str) -> int +PyQt5.QtCore.QFileDevice.readLineData?4(int) -> bytes +PyQt5.QtCore.QFile?1() +PyQt5.QtCore.QFile.__init__?1(self) +PyQt5.QtCore.QFile?1(str) +PyQt5.QtCore.QFile.__init__?1(self, str) +PyQt5.QtCore.QFile?1(QObject) +PyQt5.QtCore.QFile.__init__?1(self, QObject) +PyQt5.QtCore.QFile?1(str, QObject) +PyQt5.QtCore.QFile.__init__?1(self, str, QObject) +PyQt5.QtCore.QFile.fileName?4() -> str +PyQt5.QtCore.QFile.setFileName?4(str) +PyQt5.QtCore.QFile.encodeName?4(str) -> QByteArray +PyQt5.QtCore.QFile.decodeName?4(QByteArray) -> str +PyQt5.QtCore.QFile.decodeName?4(str) -> str +PyQt5.QtCore.QFile.exists?4() -> bool +PyQt5.QtCore.QFile.exists?4(str) -> bool +PyQt5.QtCore.QFile.symLinkTarget?4() -> str +PyQt5.QtCore.QFile.symLinkTarget?4(str) -> str +PyQt5.QtCore.QFile.remove?4() -> bool +PyQt5.QtCore.QFile.remove?4(str) -> bool +PyQt5.QtCore.QFile.rename?4(str) -> bool +PyQt5.QtCore.QFile.rename?4(str, str) -> bool +PyQt5.QtCore.QFile.link?4(str) -> bool +PyQt5.QtCore.QFile.link?4(str, str) -> bool +PyQt5.QtCore.QFile.copy?4(str) -> bool +PyQt5.QtCore.QFile.copy?4(str, str) -> bool +PyQt5.QtCore.QFile.open?4(QIODevice.OpenMode) -> bool +PyQt5.QtCore.QFile.open?4(int, QIODevice.OpenMode, QFileDevice.FileHandleFlags handleFlags=QFileDevice.DontCloseHandle) -> bool +PyQt5.QtCore.QFile.size?4() -> int +PyQt5.QtCore.QFile.resize?4(int) -> bool +PyQt5.QtCore.QFile.resize?4(str, int) -> bool +PyQt5.QtCore.QFile.permissions?4() -> QFileDevice.Permissions +PyQt5.QtCore.QFile.permissions?4(str) -> QFileDevice.Permissions +PyQt5.QtCore.QFile.setPermissions?4(QFileDevice.Permissions) -> bool +PyQt5.QtCore.QFile.setPermissions?4(str, QFileDevice.Permissions) -> bool +PyQt5.QtCore.QFileDevice.Permissions?1(QFileDevice.Permissions) +PyQt5.QtCore.QFileDevice.Permissions.__init__?1(self, QFileDevice.Permissions) +PyQt5.QtCore.QFileDevice.Permissions?1(int) +PyQt5.QtCore.QFileDevice.Permissions.__init__?1(self, int) +PyQt5.QtCore.QFileDevice.Permissions?1() +PyQt5.QtCore.QFileDevice.Permissions.__init__?1(self) +PyQt5.QtCore.QFileDevice.FileHandleFlags?1(QFileDevice.FileHandleFlags) +PyQt5.QtCore.QFileDevice.FileHandleFlags.__init__?1(self, QFileDevice.FileHandleFlags) +PyQt5.QtCore.QFileDevice.FileHandleFlags?1(int) +PyQt5.QtCore.QFileDevice.FileHandleFlags.__init__?1(self, int) +PyQt5.QtCore.QFileDevice.FileHandleFlags?1() +PyQt5.QtCore.QFileDevice.FileHandleFlags.__init__?1(self) +PyQt5.QtCore.QFileInfo?1() +PyQt5.QtCore.QFileInfo.__init__?1(self) +PyQt5.QtCore.QFileInfo?1(str) +PyQt5.QtCore.QFileInfo.__init__?1(self, str) +PyQt5.QtCore.QFileInfo?1(QFile) +PyQt5.QtCore.QFileInfo.__init__?1(self, QFile) +PyQt5.QtCore.QFileInfo?1(QDir, str) +PyQt5.QtCore.QFileInfo.__init__?1(self, QDir, str) +PyQt5.QtCore.QFileInfo?1(QFileInfo) +PyQt5.QtCore.QFileInfo.__init__?1(self, QFileInfo) +PyQt5.QtCore.QFileInfo.setFile?4(str) +PyQt5.QtCore.QFileInfo.setFile?4(QFile) +PyQt5.QtCore.QFileInfo.setFile?4(QDir, str) +PyQt5.QtCore.QFileInfo.exists?4() -> bool +PyQt5.QtCore.QFileInfo.refresh?4() +PyQt5.QtCore.QFileInfo.filePath?4() -> str +PyQt5.QtCore.QFileInfo.absoluteFilePath?4() -> str +PyQt5.QtCore.QFileInfo.canonicalFilePath?4() -> str +PyQt5.QtCore.QFileInfo.fileName?4() -> str +PyQt5.QtCore.QFileInfo.baseName?4() -> str +PyQt5.QtCore.QFileInfo.completeBaseName?4() -> str +PyQt5.QtCore.QFileInfo.suffix?4() -> str +PyQt5.QtCore.QFileInfo.completeSuffix?4() -> str +PyQt5.QtCore.QFileInfo.path?4() -> str +PyQt5.QtCore.QFileInfo.absolutePath?4() -> str +PyQt5.QtCore.QFileInfo.canonicalPath?4() -> str +PyQt5.QtCore.QFileInfo.dir?4() -> QDir +PyQt5.QtCore.QFileInfo.absoluteDir?4() -> QDir +PyQt5.QtCore.QFileInfo.isReadable?4() -> bool +PyQt5.QtCore.QFileInfo.isWritable?4() -> bool +PyQt5.QtCore.QFileInfo.isExecutable?4() -> bool +PyQt5.QtCore.QFileInfo.isHidden?4() -> bool +PyQt5.QtCore.QFileInfo.isRelative?4() -> bool +PyQt5.QtCore.QFileInfo.isAbsolute?4() -> bool +PyQt5.QtCore.QFileInfo.makeAbsolute?4() -> bool +PyQt5.QtCore.QFileInfo.isFile?4() -> bool +PyQt5.QtCore.QFileInfo.isDir?4() -> bool +PyQt5.QtCore.QFileInfo.isSymLink?4() -> bool +PyQt5.QtCore.QFileInfo.isRoot?4() -> bool +PyQt5.QtCore.QFileInfo.owner?4() -> str +PyQt5.QtCore.QFileInfo.ownerId?4() -> int +PyQt5.QtCore.QFileInfo.group?4() -> str +PyQt5.QtCore.QFileInfo.groupId?4() -> int +PyQt5.QtCore.QFileInfo.permission?4(QFileDevice.Permissions) -> bool +PyQt5.QtCore.QFileInfo.permissions?4() -> QFileDevice.Permissions +PyQt5.QtCore.QFileInfo.size?4() -> int +PyQt5.QtCore.QFileInfo.created?4() -> QDateTime +PyQt5.QtCore.QFileInfo.lastModified?4() -> QDateTime +PyQt5.QtCore.QFileInfo.lastRead?4() -> QDateTime +PyQt5.QtCore.QFileInfo.caching?4() -> bool +PyQt5.QtCore.QFileInfo.setCaching?4(bool) +PyQt5.QtCore.QFileInfo.symLinkTarget?4() -> str +PyQt5.QtCore.QFileInfo.bundleName?4() -> str +PyQt5.QtCore.QFileInfo.isBundle?4() -> bool +PyQt5.QtCore.QFileInfo.isNativePath?4() -> bool +PyQt5.QtCore.QFileInfo.swap?4(QFileInfo) +PyQt5.QtCore.QFileInfo.exists?4(str) -> bool +PyQt5.QtCore.QFileSelector?1(QObject parent=None) +PyQt5.QtCore.QFileSelector.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QFileSelector.select?4(str) -> str +PyQt5.QtCore.QFileSelector.select?4(QUrl) -> QUrl +PyQt5.QtCore.QFileSelector.extraSelectors?4() -> list-of-str +PyQt5.QtCore.QFileSelector.setExtraSelectors?4(list-of-str) +PyQt5.QtCore.QFileSelector.allSelectors?4() -> list-of-str +PyQt5.QtCore.QFileSystemWatcher?1(QObject parent=None) +PyQt5.QtCore.QFileSystemWatcher.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QFileSystemWatcher?1(list-of-str, QObject parent=None) +PyQt5.QtCore.QFileSystemWatcher.__init__?1(self, list-of-str, QObject parent=None) +PyQt5.QtCore.QFileSystemWatcher.addPath?4(str) -> bool +PyQt5.QtCore.QFileSystemWatcher.addPaths?4(list-of-str) -> list-of-str +PyQt5.QtCore.QFileSystemWatcher.directories?4() -> list-of-str +PyQt5.QtCore.QFileSystemWatcher.files?4() -> list-of-str +PyQt5.QtCore.QFileSystemWatcher.removePath?4(str) -> bool +PyQt5.QtCore.QFileSystemWatcher.removePaths?4(list-of-str) -> list-of-str +PyQt5.QtCore.QFileSystemWatcher.directoryChanged?4(str) +PyQt5.QtCore.QFileSystemWatcher.fileChanged?4(str) +PyQt5.QtCore.QFinalState?1(QState parent=None) +PyQt5.QtCore.QFinalState.__init__?1(self, QState parent=None) +PyQt5.QtCore.QFinalState.onEntry?4(QEvent) +PyQt5.QtCore.QFinalState.onExit?4(QEvent) +PyQt5.QtCore.QFinalState.event?4(QEvent) -> bool +PyQt5.QtCore.QHistoryState.HistoryType?10 +PyQt5.QtCore.QHistoryState.ShallowHistory?10 +PyQt5.QtCore.QHistoryState.DeepHistory?10 +PyQt5.QtCore.QHistoryState?1(QState parent=None) +PyQt5.QtCore.QHistoryState.__init__?1(self, QState parent=None) +PyQt5.QtCore.QHistoryState?1(QHistoryState.HistoryType, QState parent=None) +PyQt5.QtCore.QHistoryState.__init__?1(self, QHistoryState.HistoryType, QState parent=None) +PyQt5.QtCore.QHistoryState.defaultState?4() -> QAbstractState +PyQt5.QtCore.QHistoryState.setDefaultState?4(QAbstractState) +PyQt5.QtCore.QHistoryState.historyType?4() -> QHistoryState.HistoryType +PyQt5.QtCore.QHistoryState.setHistoryType?4(QHistoryState.HistoryType) +PyQt5.QtCore.QHistoryState.onEntry?4(QEvent) +PyQt5.QtCore.QHistoryState.onExit?4(QEvent) +PyQt5.QtCore.QHistoryState.event?4(QEvent) -> bool +PyQt5.QtCore.QIdentityProxyModel?1(QObject parent=None) +PyQt5.QtCore.QIdentityProxyModel.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QIdentityProxyModel.columnCount?4(QModelIndex parent=QModelIndex()) -> int +PyQt5.QtCore.QIdentityProxyModel.index?4(int, int, QModelIndex parent=QModelIndex()) -> QModelIndex +PyQt5.QtCore.QIdentityProxyModel.mapFromSource?4(QModelIndex) -> QModelIndex +PyQt5.QtCore.QIdentityProxyModel.mapToSource?4(QModelIndex) -> QModelIndex +PyQt5.QtCore.QIdentityProxyModel.parent?4(QModelIndex) -> QModelIndex +PyQt5.QtCore.QIdentityProxyModel.rowCount?4(QModelIndex parent=QModelIndex()) -> int +PyQt5.QtCore.QIdentityProxyModel.dropMimeData?4(QMimeData, Qt.DropAction, int, int, QModelIndex) -> bool +PyQt5.QtCore.QIdentityProxyModel.mapSelectionFromSource?4(QItemSelection) -> QItemSelection +PyQt5.QtCore.QIdentityProxyModel.mapSelectionToSource?4(QItemSelection) -> QItemSelection +PyQt5.QtCore.QIdentityProxyModel.match?4(QModelIndex, int, QVariant, int hits=1, Qt.MatchFlags flags=Qt.MatchStartsWith|Qt.MatchWrap) -> list-of-QModelIndex +PyQt5.QtCore.QIdentityProxyModel.setSourceModel?4(QAbstractItemModel) +PyQt5.QtCore.QIdentityProxyModel.insertColumns?4(int, int, QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtCore.QIdentityProxyModel.insertRows?4(int, int, QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtCore.QIdentityProxyModel.removeColumns?4(int, int, QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtCore.QIdentityProxyModel.removeRows?4(int, int, QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtCore.QIdentityProxyModel.headerData?4(int, Qt.Orientation, int) -> QVariant +PyQt5.QtCore.QIdentityProxyModel.sibling?4(int, int, QModelIndex) -> QModelIndex +PyQt5.QtCore.QIODevice.OpenMode?1(QIODevice.OpenMode) +PyQt5.QtCore.QIODevice.OpenMode.__init__?1(self, QIODevice.OpenMode) +PyQt5.QtCore.QIODevice.OpenMode?1(int) +PyQt5.QtCore.QIODevice.OpenMode.__init__?1(self, int) +PyQt5.QtCore.QIODevice.OpenMode?1() +PyQt5.QtCore.QIODevice.OpenMode.__init__?1(self) +PyQt5.QtCore.QItemSelectionRange?1() +PyQt5.QtCore.QItemSelectionRange.__init__?1(self) +PyQt5.QtCore.QItemSelectionRange?1(QItemSelectionRange) +PyQt5.QtCore.QItemSelectionRange.__init__?1(self, QItemSelectionRange) +PyQt5.QtCore.QItemSelectionRange?1(QModelIndex, QModelIndex) +PyQt5.QtCore.QItemSelectionRange.__init__?1(self, QModelIndex, QModelIndex) +PyQt5.QtCore.QItemSelectionRange?1(QModelIndex) +PyQt5.QtCore.QItemSelectionRange.__init__?1(self, QModelIndex) +PyQt5.QtCore.QItemSelectionRange.top?4() -> int +PyQt5.QtCore.QItemSelectionRange.left?4() -> int +PyQt5.QtCore.QItemSelectionRange.bottom?4() -> int +PyQt5.QtCore.QItemSelectionRange.right?4() -> int +PyQt5.QtCore.QItemSelectionRange.width?4() -> int +PyQt5.QtCore.QItemSelectionRange.height?4() -> int +PyQt5.QtCore.QItemSelectionRange.topLeft?4() -> QPersistentModelIndex +PyQt5.QtCore.QItemSelectionRange.bottomRight?4() -> QPersistentModelIndex +PyQt5.QtCore.QItemSelectionRange.parent?4() -> QModelIndex +PyQt5.QtCore.QItemSelectionRange.model?4() -> QAbstractItemModel +PyQt5.QtCore.QItemSelectionRange.contains?4(QModelIndex) -> bool +PyQt5.QtCore.QItemSelectionRange.contains?4(int, int, QModelIndex) -> bool +PyQt5.QtCore.QItemSelectionRange.intersects?4(QItemSelectionRange) -> bool +PyQt5.QtCore.QItemSelectionRange.isValid?4() -> bool +PyQt5.QtCore.QItemSelectionRange.indexes?4() -> list-of-QModelIndex +PyQt5.QtCore.QItemSelectionRange.intersected?4(QItemSelectionRange) -> QItemSelectionRange +PyQt5.QtCore.QItemSelectionRange.isEmpty?4() -> bool +PyQt5.QtCore.QItemSelectionModel.SelectionFlag?10 +PyQt5.QtCore.QItemSelectionModel.NoUpdate?10 +PyQt5.QtCore.QItemSelectionModel.Clear?10 +PyQt5.QtCore.QItemSelectionModel.Select?10 +PyQt5.QtCore.QItemSelectionModel.Deselect?10 +PyQt5.QtCore.QItemSelectionModel.Toggle?10 +PyQt5.QtCore.QItemSelectionModel.Current?10 +PyQt5.QtCore.QItemSelectionModel.Rows?10 +PyQt5.QtCore.QItemSelectionModel.Columns?10 +PyQt5.QtCore.QItemSelectionModel.SelectCurrent?10 +PyQt5.QtCore.QItemSelectionModel.ToggleCurrent?10 +PyQt5.QtCore.QItemSelectionModel.ClearAndSelect?10 +PyQt5.QtCore.QItemSelectionModel?1(QAbstractItemModel) +PyQt5.QtCore.QItemSelectionModel.__init__?1(self, QAbstractItemModel) +PyQt5.QtCore.QItemSelectionModel?1(QAbstractItemModel, QObject) +PyQt5.QtCore.QItemSelectionModel.__init__?1(self, QAbstractItemModel, QObject) +PyQt5.QtCore.QItemSelectionModel.currentIndex?4() -> QModelIndex +PyQt5.QtCore.QItemSelectionModel.isSelected?4(QModelIndex) -> bool +PyQt5.QtCore.QItemSelectionModel.isRowSelected?4(int, QModelIndex) -> bool +PyQt5.QtCore.QItemSelectionModel.isColumnSelected?4(int, QModelIndex) -> bool +PyQt5.QtCore.QItemSelectionModel.rowIntersectsSelection?4(int, QModelIndex) -> bool +PyQt5.QtCore.QItemSelectionModel.columnIntersectsSelection?4(int, QModelIndex) -> bool +PyQt5.QtCore.QItemSelectionModel.selectedIndexes?4() -> list-of-QModelIndex +PyQt5.QtCore.QItemSelectionModel.selection?4() -> QItemSelection +PyQt5.QtCore.QItemSelectionModel.model?4() -> QAbstractItemModel +PyQt5.QtCore.QItemSelectionModel.clear?4() +PyQt5.QtCore.QItemSelectionModel.clearSelection?4() +PyQt5.QtCore.QItemSelectionModel.reset?4() +PyQt5.QtCore.QItemSelectionModel.select?4(QModelIndex, QItemSelectionModel.SelectionFlags) +PyQt5.QtCore.QItemSelectionModel.select?4(QItemSelection, QItemSelectionModel.SelectionFlags) +PyQt5.QtCore.QItemSelectionModel.setCurrentIndex?4(QModelIndex, QItemSelectionModel.SelectionFlags) +PyQt5.QtCore.QItemSelectionModel.clearCurrentIndex?4() +PyQt5.QtCore.QItemSelectionModel.selectionChanged?4(QItemSelection, QItemSelection) +PyQt5.QtCore.QItemSelectionModel.currentChanged?4(QModelIndex, QModelIndex) +PyQt5.QtCore.QItemSelectionModel.currentRowChanged?4(QModelIndex, QModelIndex) +PyQt5.QtCore.QItemSelectionModel.currentColumnChanged?4(QModelIndex, QModelIndex) +PyQt5.QtCore.QItemSelectionModel.emitSelectionChanged?4(QItemSelection, QItemSelection) +PyQt5.QtCore.QItemSelectionModel.hasSelection?4() -> bool +PyQt5.QtCore.QItemSelectionModel.selectedRows?4(int column=0) -> list-of-QModelIndex +PyQt5.QtCore.QItemSelectionModel.selectedColumns?4(int row=0) -> list-of-QModelIndex +PyQt5.QtCore.QItemSelectionModel.SelectionFlags?1(QItemSelectionModel.SelectionFlags) +PyQt5.QtCore.QItemSelectionModel.SelectionFlags.__init__?1(self, QItemSelectionModel.SelectionFlags) +PyQt5.QtCore.QItemSelectionModel.SelectionFlags?1(int) +PyQt5.QtCore.QItemSelectionModel.SelectionFlags.__init__?1(self, int) +PyQt5.QtCore.QItemSelectionModel.SelectionFlags?1() +PyQt5.QtCore.QItemSelectionModel.SelectionFlags.__init__?1(self) +PyQt5.QtCore.QItemSelection?1() +PyQt5.QtCore.QItemSelection.__init__?1(self) +PyQt5.QtCore.QItemSelection?1(QModelIndex, QModelIndex) +PyQt5.QtCore.QItemSelection.__init__?1(self, QModelIndex, QModelIndex) +PyQt5.QtCore.QItemSelection?1(QItemSelection) +PyQt5.QtCore.QItemSelection.__init__?1(self, QItemSelection) +PyQt5.QtCore.QItemSelection.select?4(QModelIndex, QModelIndex) +PyQt5.QtCore.QItemSelection.contains?4(QModelIndex) -> bool +PyQt5.QtCore.QItemSelection.indexes?4() -> list-of-QModelIndex +PyQt5.QtCore.QItemSelection.merge?4(QItemSelection, QItemSelectionModel.SelectionFlags) +PyQt5.QtCore.QItemSelection.split?4(QItemSelectionRange, QItemSelectionRange, QItemSelection) +PyQt5.QtCore.QItemSelection.clear?4() +PyQt5.QtCore.QItemSelection.isEmpty?4() -> bool +PyQt5.QtCore.QItemSelection.append?4(QItemSelectionRange) +PyQt5.QtCore.QItemSelection.prepend?4(QItemSelectionRange) +PyQt5.QtCore.QItemSelection.insert?4(int, QItemSelectionRange) +PyQt5.QtCore.QItemSelection.replace?4(int, QItemSelectionRange) +PyQt5.QtCore.QItemSelection.removeAt?4(int) +PyQt5.QtCore.QItemSelection.removeAll?4(QItemSelectionRange) -> int +PyQt5.QtCore.QItemSelection.takeAt?4(int) -> QItemSelectionRange +PyQt5.QtCore.QItemSelection.takeFirst?4() -> QItemSelectionRange +PyQt5.QtCore.QItemSelection.takeLast?4() -> QItemSelectionRange +PyQt5.QtCore.QItemSelection.move?4(int, int) +PyQt5.QtCore.QItemSelection.swap?4(int, int) +PyQt5.QtCore.QItemSelection.count?4(QItemSelectionRange) -> int +PyQt5.QtCore.QItemSelection.count?4() -> int +PyQt5.QtCore.QItemSelection.first?4() -> QItemSelectionRange +PyQt5.QtCore.QItemSelection.last?4() -> QItemSelectionRange +PyQt5.QtCore.QItemSelection.indexOf?4(QItemSelectionRange, int from=0) -> int +PyQt5.QtCore.QItemSelection.lastIndexOf?4(QItemSelectionRange, int from=-1) -> int +PyQt5.QtCore.QJsonParseError.ParseError?10 +PyQt5.QtCore.QJsonParseError.NoError?10 +PyQt5.QtCore.QJsonParseError.UnterminatedObject?10 +PyQt5.QtCore.QJsonParseError.MissingNameSeparator?10 +PyQt5.QtCore.QJsonParseError.UnterminatedArray?10 +PyQt5.QtCore.QJsonParseError.MissingValueSeparator?10 +PyQt5.QtCore.QJsonParseError.IllegalValue?10 +PyQt5.QtCore.QJsonParseError.TerminationByNumber?10 +PyQt5.QtCore.QJsonParseError.IllegalNumber?10 +PyQt5.QtCore.QJsonParseError.IllegalEscapeSequence?10 +PyQt5.QtCore.QJsonParseError.IllegalUTF8String?10 +PyQt5.QtCore.QJsonParseError.UnterminatedString?10 +PyQt5.QtCore.QJsonParseError.MissingObject?10 +PyQt5.QtCore.QJsonParseError.DeepNesting?10 +PyQt5.QtCore.QJsonParseError.DocumentTooLarge?10 +PyQt5.QtCore.QJsonParseError.error?7 +PyQt5.QtCore.QJsonParseError.offset?7 +PyQt5.QtCore.QJsonParseError?1() +PyQt5.QtCore.QJsonParseError.__init__?1(self) +PyQt5.QtCore.QJsonParseError?1(QJsonParseError) +PyQt5.QtCore.QJsonParseError.__init__?1(self, QJsonParseError) +PyQt5.QtCore.QJsonParseError.errorString?4() -> str +PyQt5.QtCore.QJsonDocument.JsonFormat?10 +PyQt5.QtCore.QJsonDocument.Indented?10 +PyQt5.QtCore.QJsonDocument.Compact?10 +PyQt5.QtCore.QJsonDocument.DataValidation?10 +PyQt5.QtCore.QJsonDocument.Validate?10 +PyQt5.QtCore.QJsonDocument.BypassValidation?10 +PyQt5.QtCore.QJsonDocument?1() +PyQt5.QtCore.QJsonDocument.__init__?1(self) +PyQt5.QtCore.QJsonDocument?1(dict-of-str-QJsonValue) +PyQt5.QtCore.QJsonDocument.__init__?1(self, dict-of-str-QJsonValue) +PyQt5.QtCore.QJsonDocument?1(list-of-QJsonValue) +PyQt5.QtCore.QJsonDocument.__init__?1(self, list-of-QJsonValue) +PyQt5.QtCore.QJsonDocument?1(QJsonDocument) +PyQt5.QtCore.QJsonDocument.__init__?1(self, QJsonDocument) +PyQt5.QtCore.QJsonDocument.fromRawData?4(str, int, QJsonDocument.DataValidation validation=QJsonDocument.Validate) -> QJsonDocument +PyQt5.QtCore.QJsonDocument.rawData?4() -> (str, int) +PyQt5.QtCore.QJsonDocument.fromBinaryData?4(QByteArray, QJsonDocument.DataValidation validation=QJsonDocument.Validate) -> QJsonDocument +PyQt5.QtCore.QJsonDocument.toBinaryData?4() -> QByteArray +PyQt5.QtCore.QJsonDocument.fromVariant?4(QVariant) -> QJsonDocument +PyQt5.QtCore.QJsonDocument.toVariant?4() -> QVariant +PyQt5.QtCore.QJsonDocument.fromJson?4(QByteArray, QJsonParseError error=None) -> QJsonDocument +PyQt5.QtCore.QJsonDocument.toJson?4() -> QByteArray +PyQt5.QtCore.QJsonDocument.toJson?4(QJsonDocument.JsonFormat) -> QByteArray +PyQt5.QtCore.QJsonDocument.isEmpty?4() -> bool +PyQt5.QtCore.QJsonDocument.isArray?4() -> bool +PyQt5.QtCore.QJsonDocument.isObject?4() -> bool +PyQt5.QtCore.QJsonDocument.object?4() -> dict-of-str-QJsonValue +PyQt5.QtCore.QJsonDocument.array?4() -> list-of-QJsonValue +PyQt5.QtCore.QJsonDocument.setObject?4(dict-of-str-QJsonValue) +PyQt5.QtCore.QJsonDocument.setArray?4(list-of-QJsonValue) +PyQt5.QtCore.QJsonDocument.isNull?4() -> bool +PyQt5.QtCore.QJsonValue.Type?10 +PyQt5.QtCore.QJsonValue.Null?10 +PyQt5.QtCore.QJsonValue.Bool?10 +PyQt5.QtCore.QJsonValue.Double?10 +PyQt5.QtCore.QJsonValue.String?10 +PyQt5.QtCore.QJsonValue.Array?10 +PyQt5.QtCore.QJsonValue.Object?10 +PyQt5.QtCore.QJsonValue.Undefined?10 +PyQt5.QtCore.QJsonValue?1(QJsonValue.Type type=QJsonValue.Null) +PyQt5.QtCore.QJsonValue.__init__?1(self, QJsonValue.Type type=QJsonValue.Null) +PyQt5.QtCore.QJsonValue?1(QJsonValue) +PyQt5.QtCore.QJsonValue.__init__?1(self, QJsonValue) +PyQt5.QtCore.QJsonValue.fromVariant?4(QVariant) -> QJsonValue +PyQt5.QtCore.QJsonValue.toVariant?4() -> QVariant +PyQt5.QtCore.QJsonValue.type?4() -> QJsonValue.Type +PyQt5.QtCore.QJsonValue.isNull?4() -> bool +PyQt5.QtCore.QJsonValue.isBool?4() -> bool +PyQt5.QtCore.QJsonValue.isDouble?4() -> bool +PyQt5.QtCore.QJsonValue.isString?4() -> bool +PyQt5.QtCore.QJsonValue.isArray?4() -> bool +PyQt5.QtCore.QJsonValue.isObject?4() -> bool +PyQt5.QtCore.QJsonValue.isUndefined?4() -> bool +PyQt5.QtCore.QJsonValue.toBool?4(bool defaultValue=False) -> bool +PyQt5.QtCore.QJsonValue.toInt?4(int defaultValue=0) -> int +PyQt5.QtCore.QJsonValue.toDouble?4(float defaultValue=0) -> float +PyQt5.QtCore.QJsonValue.toString?4(str defaultValue=QString()) -> str +PyQt5.QtCore.QJsonValue.toArray?4() -> list-of-QJsonValue +PyQt5.QtCore.QJsonValue.toArray?4(list-of-QJsonValue) -> list-of-QJsonValue +PyQt5.QtCore.QJsonValue.toObject?4() -> dict-of-str-QJsonValue +PyQt5.QtCore.QJsonValue.toObject?4(dict-of-str-QJsonValue) -> dict-of-str-QJsonValue +PyQt5.QtCore.QLibrary.LoadHint?10 +PyQt5.QtCore.QLibrary.ResolveAllSymbolsHint?10 +PyQt5.QtCore.QLibrary.ExportExternalSymbolsHint?10 +PyQt5.QtCore.QLibrary.LoadArchiveMemberHint?10 +PyQt5.QtCore.QLibrary.PreventUnloadHint?10 +PyQt5.QtCore.QLibrary?1(QObject parent=None) +PyQt5.QtCore.QLibrary.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QLibrary?1(str, QObject parent=None) +PyQt5.QtCore.QLibrary.__init__?1(self, str, QObject parent=None) +PyQt5.QtCore.QLibrary?1(str, int, QObject parent=None) +PyQt5.QtCore.QLibrary.__init__?1(self, str, int, QObject parent=None) +PyQt5.QtCore.QLibrary?1(str, str, QObject parent=None) +PyQt5.QtCore.QLibrary.__init__?1(self, str, str, QObject parent=None) +PyQt5.QtCore.QLibrary.errorString?4() -> str +PyQt5.QtCore.QLibrary.fileName?4() -> str +PyQt5.QtCore.QLibrary.isLoaded?4() -> bool +PyQt5.QtCore.QLibrary.load?4() -> bool +PyQt5.QtCore.QLibrary.loadHints?4() -> QLibrary.LoadHints +PyQt5.QtCore.QLibrary.resolve?4(str) -> sip.voidptr +PyQt5.QtCore.QLibrary.resolve?4(str, str) -> sip.voidptr +PyQt5.QtCore.QLibrary.resolve?4(str, int, str) -> sip.voidptr +PyQt5.QtCore.QLibrary.resolve?4(str, str, str) -> sip.voidptr +PyQt5.QtCore.QLibrary.unload?4() -> bool +PyQt5.QtCore.QLibrary.isLibrary?4(str) -> bool +PyQt5.QtCore.QLibrary.setFileName?4(str) +PyQt5.QtCore.QLibrary.setFileNameAndVersion?4(str, int) +PyQt5.QtCore.QLibrary.setFileNameAndVersion?4(str, str) +PyQt5.QtCore.QLibrary.setLoadHints?4(QLibrary.LoadHints) +PyQt5.QtCore.QLibrary.LoadHints?1(QLibrary.LoadHints) +PyQt5.QtCore.QLibrary.LoadHints.__init__?1(self, QLibrary.LoadHints) +PyQt5.QtCore.QLibrary.LoadHints?1(int) +PyQt5.QtCore.QLibrary.LoadHints.__init__?1(self, int) +PyQt5.QtCore.QLibrary.LoadHints?1() +PyQt5.QtCore.QLibrary.LoadHints.__init__?1(self) +PyQt5.QtCore.QLibraryInfo.LibraryLocation?10 +PyQt5.QtCore.QLibraryInfo.PrefixPath?10 +PyQt5.QtCore.QLibraryInfo.DocumentationPath?10 +PyQt5.QtCore.QLibraryInfo.HeadersPath?10 +PyQt5.QtCore.QLibraryInfo.LibrariesPath?10 +PyQt5.QtCore.QLibraryInfo.BinariesPath?10 +PyQt5.QtCore.QLibraryInfo.PluginsPath?10 +PyQt5.QtCore.QLibraryInfo.DataPath?10 +PyQt5.QtCore.QLibraryInfo.TranslationsPath?10 +PyQt5.QtCore.QLibraryInfo.SettingsPath?10 +PyQt5.QtCore.QLibraryInfo.ExamplesPath?10 +PyQt5.QtCore.QLibraryInfo.ImportsPath?10 +PyQt5.QtCore.QLibraryInfo.TestsPath?10 +PyQt5.QtCore.QLibraryInfo.LibraryExecutablesPath?10 +PyQt5.QtCore.QLibraryInfo.Qml2ImportsPath?10 +PyQt5.QtCore.QLibraryInfo.ArchDataPath?10 +PyQt5.QtCore.QLibraryInfo?1(QLibraryInfo) +PyQt5.QtCore.QLibraryInfo.__init__?1(self, QLibraryInfo) +PyQt5.QtCore.QLibraryInfo.licensee?4() -> str +PyQt5.QtCore.QLibraryInfo.licensedProducts?4() -> str +PyQt5.QtCore.QLibraryInfo.location?4(QLibraryInfo.LibraryLocation) -> str +PyQt5.QtCore.QLibraryInfo.buildDate?4() -> QDate +PyQt5.QtCore.QLibraryInfo.isDebugBuild?4() -> bool +PyQt5.QtCore.QLine?1() +PyQt5.QtCore.QLine.__init__?1(self) +PyQt5.QtCore.QLine?1(QPoint, QPoint) +PyQt5.QtCore.QLine.__init__?1(self, QPoint, QPoint) +PyQt5.QtCore.QLine?1(int, int, int, int) +PyQt5.QtCore.QLine.__init__?1(self, int, int, int, int) +PyQt5.QtCore.QLine?1(QLine) +PyQt5.QtCore.QLine.__init__?1(self, QLine) +PyQt5.QtCore.QLine.isNull?4() -> bool +PyQt5.QtCore.QLine.x1?4() -> int +PyQt5.QtCore.QLine.y1?4() -> int +PyQt5.QtCore.QLine.x2?4() -> int +PyQt5.QtCore.QLine.y2?4() -> int +PyQt5.QtCore.QLine.p1?4() -> QPoint +PyQt5.QtCore.QLine.p2?4() -> QPoint +PyQt5.QtCore.QLine.dx?4() -> int +PyQt5.QtCore.QLine.dy?4() -> int +PyQt5.QtCore.QLine.translate?4(QPoint) +PyQt5.QtCore.QLine.translate?4(int, int) +PyQt5.QtCore.QLine.translated?4(QPoint) -> QLine +PyQt5.QtCore.QLine.translated?4(int, int) -> QLine +PyQt5.QtCore.QLine.setP1?4(QPoint) +PyQt5.QtCore.QLine.setP2?4(QPoint) +PyQt5.QtCore.QLine.setPoints?4(QPoint, QPoint) +PyQt5.QtCore.QLine.setLine?4(int, int, int, int) +PyQt5.QtCore.QLineF.IntersectType?10 +PyQt5.QtCore.QLineF.NoIntersection?10 +PyQt5.QtCore.QLineF.BoundedIntersection?10 +PyQt5.QtCore.QLineF.UnboundedIntersection?10 +PyQt5.QtCore.QLineF?1(QLine) +PyQt5.QtCore.QLineF.__init__?1(self, QLine) +PyQt5.QtCore.QLineF?1() +PyQt5.QtCore.QLineF.__init__?1(self) +PyQt5.QtCore.QLineF?1(QPointF, QPointF) +PyQt5.QtCore.QLineF.__init__?1(self, QPointF, QPointF) +PyQt5.QtCore.QLineF?1(float, float, float, float) +PyQt5.QtCore.QLineF.__init__?1(self, float, float, float, float) +PyQt5.QtCore.QLineF?1(QLineF) +PyQt5.QtCore.QLineF.__init__?1(self, QLineF) +PyQt5.QtCore.QLineF.isNull?4() -> bool +PyQt5.QtCore.QLineF.length?4() -> float +PyQt5.QtCore.QLineF.unitVector?4() -> QLineF +PyQt5.QtCore.QLineF.intersect?4(QLineF, QPointF) -> QLineF.IntersectType +PyQt5.QtCore.QLineF.x1?4() -> float +PyQt5.QtCore.QLineF.y1?4() -> float +PyQt5.QtCore.QLineF.x2?4() -> float +PyQt5.QtCore.QLineF.y2?4() -> float +PyQt5.QtCore.QLineF.p1?4() -> QPointF +PyQt5.QtCore.QLineF.p2?4() -> QPointF +PyQt5.QtCore.QLineF.dx?4() -> float +PyQt5.QtCore.QLineF.dy?4() -> float +PyQt5.QtCore.QLineF.normalVector?4() -> QLineF +PyQt5.QtCore.QLineF.translate?4(QPointF) +PyQt5.QtCore.QLineF.translate?4(float, float) +PyQt5.QtCore.QLineF.setLength?4(float) +PyQt5.QtCore.QLineF.pointAt?4(float) -> QPointF +PyQt5.QtCore.QLineF.toLine?4() -> QLine +PyQt5.QtCore.QLineF.fromPolar?4(float, float) -> QLineF +PyQt5.QtCore.QLineF.angle?4() -> float +PyQt5.QtCore.QLineF.setAngle?4(float) +PyQt5.QtCore.QLineF.angleTo?4(QLineF) -> float +PyQt5.QtCore.QLineF.translated?4(QPointF) -> QLineF +PyQt5.QtCore.QLineF.translated?4(float, float) -> QLineF +PyQt5.QtCore.QLineF.setP1?4(QPointF) +PyQt5.QtCore.QLineF.setP2?4(QPointF) +PyQt5.QtCore.QLineF.setPoints?4(QPointF, QPointF) +PyQt5.QtCore.QLineF.setLine?4(float, float, float, float) +PyQt5.QtCore.QLocale.QuotationStyle?10 +PyQt5.QtCore.QLocale.StandardQuotation?10 +PyQt5.QtCore.QLocale.AlternateQuotation?10 +PyQt5.QtCore.QLocale.CurrencySymbolFormat?10 +PyQt5.QtCore.QLocale.CurrencyIsoCode?10 +PyQt5.QtCore.QLocale.CurrencySymbol?10 +PyQt5.QtCore.QLocale.CurrencyDisplayName?10 +PyQt5.QtCore.QLocale.Script?10 +PyQt5.QtCore.QLocale.AnyScript?10 +PyQt5.QtCore.QLocale.ArabicScript?10 +PyQt5.QtCore.QLocale.CyrillicScript?10 +PyQt5.QtCore.QLocale.DeseretScript?10 +PyQt5.QtCore.QLocale.GurmukhiScript?10 +PyQt5.QtCore.QLocale.SimplifiedHanScript?10 +PyQt5.QtCore.QLocale.TraditionalHanScript?10 +PyQt5.QtCore.QLocale.LatinScript?10 +PyQt5.QtCore.QLocale.MongolianScript?10 +PyQt5.QtCore.QLocale.TifinaghScript?10 +PyQt5.QtCore.QLocale.SimplifiedChineseScript?10 +PyQt5.QtCore.QLocale.TraditionalChineseScript?10 +PyQt5.QtCore.QLocale.ArmenianScript?10 +PyQt5.QtCore.QLocale.BengaliScript?10 +PyQt5.QtCore.QLocale.CherokeeScript?10 +PyQt5.QtCore.QLocale.DevanagariScript?10 +PyQt5.QtCore.QLocale.EthiopicScript?10 +PyQt5.QtCore.QLocale.GeorgianScript?10 +PyQt5.QtCore.QLocale.GreekScript?10 +PyQt5.QtCore.QLocale.GujaratiScript?10 +PyQt5.QtCore.QLocale.HebrewScript?10 +PyQt5.QtCore.QLocale.JapaneseScript?10 +PyQt5.QtCore.QLocale.KhmerScript?10 +PyQt5.QtCore.QLocale.KannadaScript?10 +PyQt5.QtCore.QLocale.KoreanScript?10 +PyQt5.QtCore.QLocale.LaoScript?10 +PyQt5.QtCore.QLocale.MalayalamScript?10 +PyQt5.QtCore.QLocale.MyanmarScript?10 +PyQt5.QtCore.QLocale.OriyaScript?10 +PyQt5.QtCore.QLocale.TamilScript?10 +PyQt5.QtCore.QLocale.TeluguScript?10 +PyQt5.QtCore.QLocale.ThaanaScript?10 +PyQt5.QtCore.QLocale.ThaiScript?10 +PyQt5.QtCore.QLocale.TibetanScript?10 +PyQt5.QtCore.QLocale.SinhalaScript?10 +PyQt5.QtCore.QLocale.SyriacScript?10 +PyQt5.QtCore.QLocale.YiScript?10 +PyQt5.QtCore.QLocale.VaiScript?10 +PyQt5.QtCore.QLocale.AvestanScript?10 +PyQt5.QtCore.QLocale.BalineseScript?10 +PyQt5.QtCore.QLocale.BamumScript?10 +PyQt5.QtCore.QLocale.BatakScript?10 +PyQt5.QtCore.QLocale.BopomofoScript?10 +PyQt5.QtCore.QLocale.BrahmiScript?10 +PyQt5.QtCore.QLocale.BugineseScript?10 +PyQt5.QtCore.QLocale.BuhidScript?10 +PyQt5.QtCore.QLocale.CanadianAboriginalScript?10 +PyQt5.QtCore.QLocale.CarianScript?10 +PyQt5.QtCore.QLocale.ChakmaScript?10 +PyQt5.QtCore.QLocale.ChamScript?10 +PyQt5.QtCore.QLocale.CopticScript?10 +PyQt5.QtCore.QLocale.CypriotScript?10 +PyQt5.QtCore.QLocale.EgyptianHieroglyphsScript?10 +PyQt5.QtCore.QLocale.FraserScript?10 +PyQt5.QtCore.QLocale.GlagoliticScript?10 +PyQt5.QtCore.QLocale.GothicScript?10 +PyQt5.QtCore.QLocale.HanScript?10 +PyQt5.QtCore.QLocale.HangulScript?10 +PyQt5.QtCore.QLocale.HanunooScript?10 +PyQt5.QtCore.QLocale.ImperialAramaicScript?10 +PyQt5.QtCore.QLocale.InscriptionalPahlaviScript?10 +PyQt5.QtCore.QLocale.InscriptionalParthianScript?10 +PyQt5.QtCore.QLocale.JavaneseScript?10 +PyQt5.QtCore.QLocale.KaithiScript?10 +PyQt5.QtCore.QLocale.KatakanaScript?10 +PyQt5.QtCore.QLocale.KayahLiScript?10 +PyQt5.QtCore.QLocale.KharoshthiScript?10 +PyQt5.QtCore.QLocale.LannaScript?10 +PyQt5.QtCore.QLocale.LepchaScript?10 +PyQt5.QtCore.QLocale.LimbuScript?10 +PyQt5.QtCore.QLocale.LinearBScript?10 +PyQt5.QtCore.QLocale.LycianScript?10 +PyQt5.QtCore.QLocale.LydianScript?10 +PyQt5.QtCore.QLocale.MandaeanScript?10 +PyQt5.QtCore.QLocale.MeiteiMayekScript?10 +PyQt5.QtCore.QLocale.MeroiticScript?10 +PyQt5.QtCore.QLocale.MeroiticCursiveScript?10 +PyQt5.QtCore.QLocale.NkoScript?10 +PyQt5.QtCore.QLocale.NewTaiLueScript?10 +PyQt5.QtCore.QLocale.OghamScript?10 +PyQt5.QtCore.QLocale.OlChikiScript?10 +PyQt5.QtCore.QLocale.OldItalicScript?10 +PyQt5.QtCore.QLocale.OldPersianScript?10 +PyQt5.QtCore.QLocale.OldSouthArabianScript?10 +PyQt5.QtCore.QLocale.OrkhonScript?10 +PyQt5.QtCore.QLocale.OsmanyaScript?10 +PyQt5.QtCore.QLocale.PhagsPaScript?10 +PyQt5.QtCore.QLocale.PhoenicianScript?10 +PyQt5.QtCore.QLocale.PollardPhoneticScript?10 +PyQt5.QtCore.QLocale.RejangScript?10 +PyQt5.QtCore.QLocale.RunicScript?10 +PyQt5.QtCore.QLocale.SamaritanScript?10 +PyQt5.QtCore.QLocale.SaurashtraScript?10 +PyQt5.QtCore.QLocale.SharadaScript?10 +PyQt5.QtCore.QLocale.ShavianScript?10 +PyQt5.QtCore.QLocale.SoraSompengScript?10 +PyQt5.QtCore.QLocale.CuneiformScript?10 +PyQt5.QtCore.QLocale.SundaneseScript?10 +PyQt5.QtCore.QLocale.SylotiNagriScript?10 +PyQt5.QtCore.QLocale.TagalogScript?10 +PyQt5.QtCore.QLocale.TagbanwaScript?10 +PyQt5.QtCore.QLocale.TaiLeScript?10 +PyQt5.QtCore.QLocale.TaiVietScript?10 +PyQt5.QtCore.QLocale.TakriScript?10 +PyQt5.QtCore.QLocale.UgariticScript?10 +PyQt5.QtCore.QLocale.BrailleScript?10 +PyQt5.QtCore.QLocale.HiraganaScript?10 +PyQt5.QtCore.QLocale.MeasurementSystem?10 +PyQt5.QtCore.QLocale.MetricSystem?10 +PyQt5.QtCore.QLocale.ImperialSystem?10 +PyQt5.QtCore.QLocale.ImperialUSSystem?10 +PyQt5.QtCore.QLocale.ImperialUKSystem?10 +PyQt5.QtCore.QLocale.FormatType?10 +PyQt5.QtCore.QLocale.LongFormat?10 +PyQt5.QtCore.QLocale.ShortFormat?10 +PyQt5.QtCore.QLocale.NarrowFormat?10 +PyQt5.QtCore.QLocale.NumberOption?10 +PyQt5.QtCore.QLocale.OmitGroupSeparator?10 +PyQt5.QtCore.QLocale.RejectGroupSeparator?10 +PyQt5.QtCore.QLocale.Country?10 +PyQt5.QtCore.QLocale.AnyCountry?10 +PyQt5.QtCore.QLocale.Afghanistan?10 +PyQt5.QtCore.QLocale.Albania?10 +PyQt5.QtCore.QLocale.Algeria?10 +PyQt5.QtCore.QLocale.AmericanSamoa?10 +PyQt5.QtCore.QLocale.Andorra?10 +PyQt5.QtCore.QLocale.Angola?10 +PyQt5.QtCore.QLocale.Anguilla?10 +PyQt5.QtCore.QLocale.Antarctica?10 +PyQt5.QtCore.QLocale.AntiguaAndBarbuda?10 +PyQt5.QtCore.QLocale.Argentina?10 +PyQt5.QtCore.QLocale.Armenia?10 +PyQt5.QtCore.QLocale.Aruba?10 +PyQt5.QtCore.QLocale.Australia?10 +PyQt5.QtCore.QLocale.Austria?10 +PyQt5.QtCore.QLocale.Azerbaijan?10 +PyQt5.QtCore.QLocale.Bahamas?10 +PyQt5.QtCore.QLocale.Bahrain?10 +PyQt5.QtCore.QLocale.Bangladesh?10 +PyQt5.QtCore.QLocale.Barbados?10 +PyQt5.QtCore.QLocale.Belarus?10 +PyQt5.QtCore.QLocale.Belgium?10 +PyQt5.QtCore.QLocale.Belize?10 +PyQt5.QtCore.QLocale.Benin?10 +PyQt5.QtCore.QLocale.Bermuda?10 +PyQt5.QtCore.QLocale.Bhutan?10 +PyQt5.QtCore.QLocale.Bolivia?10 +PyQt5.QtCore.QLocale.BosniaAndHerzegowina?10 +PyQt5.QtCore.QLocale.Botswana?10 +PyQt5.QtCore.QLocale.BouvetIsland?10 +PyQt5.QtCore.QLocale.Brazil?10 +PyQt5.QtCore.QLocale.BritishIndianOceanTerritory?10 +PyQt5.QtCore.QLocale.Bulgaria?10 +PyQt5.QtCore.QLocale.BurkinaFaso?10 +PyQt5.QtCore.QLocale.Burundi?10 +PyQt5.QtCore.QLocale.Cambodia?10 +PyQt5.QtCore.QLocale.Cameroon?10 +PyQt5.QtCore.QLocale.Canada?10 +PyQt5.QtCore.QLocale.CapeVerde?10 +PyQt5.QtCore.QLocale.CaymanIslands?10 +PyQt5.QtCore.QLocale.CentralAfricanRepublic?10 +PyQt5.QtCore.QLocale.Chad?10 +PyQt5.QtCore.QLocale.Chile?10 +PyQt5.QtCore.QLocale.China?10 +PyQt5.QtCore.QLocale.ChristmasIsland?10 +PyQt5.QtCore.QLocale.CocosIslands?10 +PyQt5.QtCore.QLocale.Colombia?10 +PyQt5.QtCore.QLocale.Comoros?10 +PyQt5.QtCore.QLocale.DemocraticRepublicOfCongo?10 +PyQt5.QtCore.QLocale.PeoplesRepublicOfCongo?10 +PyQt5.QtCore.QLocale.CookIslands?10 +PyQt5.QtCore.QLocale.CostaRica?10 +PyQt5.QtCore.QLocale.IvoryCoast?10 +PyQt5.QtCore.QLocale.Croatia?10 +PyQt5.QtCore.QLocale.Cuba?10 +PyQt5.QtCore.QLocale.Cyprus?10 +PyQt5.QtCore.QLocale.CzechRepublic?10 +PyQt5.QtCore.QLocale.Denmark?10 +PyQt5.QtCore.QLocale.Djibouti?10 +PyQt5.QtCore.QLocale.Dominica?10 +PyQt5.QtCore.QLocale.DominicanRepublic?10 +PyQt5.QtCore.QLocale.EastTimor?10 +PyQt5.QtCore.QLocale.Ecuador?10 +PyQt5.QtCore.QLocale.Egypt?10 +PyQt5.QtCore.QLocale.ElSalvador?10 +PyQt5.QtCore.QLocale.EquatorialGuinea?10 +PyQt5.QtCore.QLocale.Eritrea?10 +PyQt5.QtCore.QLocale.Estonia?10 +PyQt5.QtCore.QLocale.Ethiopia?10 +PyQt5.QtCore.QLocale.FalklandIslands?10 +PyQt5.QtCore.QLocale.FaroeIslands?10 +PyQt5.QtCore.QLocale.Finland?10 +PyQt5.QtCore.QLocale.France?10 +PyQt5.QtCore.QLocale.FrenchGuiana?10 +PyQt5.QtCore.QLocale.FrenchPolynesia?10 +PyQt5.QtCore.QLocale.FrenchSouthernTerritories?10 +PyQt5.QtCore.QLocale.Gabon?10 +PyQt5.QtCore.QLocale.Gambia?10 +PyQt5.QtCore.QLocale.Georgia?10 +PyQt5.QtCore.QLocale.Germany?10 +PyQt5.QtCore.QLocale.Ghana?10 +PyQt5.QtCore.QLocale.Gibraltar?10 +PyQt5.QtCore.QLocale.Greece?10 +PyQt5.QtCore.QLocale.Greenland?10 +PyQt5.QtCore.QLocale.Grenada?10 +PyQt5.QtCore.QLocale.Guadeloupe?10 +PyQt5.QtCore.QLocale.Guam?10 +PyQt5.QtCore.QLocale.Guatemala?10 +PyQt5.QtCore.QLocale.Guinea?10 +PyQt5.QtCore.QLocale.GuineaBissau?10 +PyQt5.QtCore.QLocale.Guyana?10 +PyQt5.QtCore.QLocale.Haiti?10 +PyQt5.QtCore.QLocale.HeardAndMcDonaldIslands?10 +PyQt5.QtCore.QLocale.Honduras?10 +PyQt5.QtCore.QLocale.HongKong?10 +PyQt5.QtCore.QLocale.Hungary?10 +PyQt5.QtCore.QLocale.Iceland?10 +PyQt5.QtCore.QLocale.India?10 +PyQt5.QtCore.QLocale.Indonesia?10 +PyQt5.QtCore.QLocale.Iran?10 +PyQt5.QtCore.QLocale.Iraq?10 +PyQt5.QtCore.QLocale.Ireland?10 +PyQt5.QtCore.QLocale.Israel?10 +PyQt5.QtCore.QLocale.Italy?10 +PyQt5.QtCore.QLocale.Jamaica?10 +PyQt5.QtCore.QLocale.Japan?10 +PyQt5.QtCore.QLocale.Jordan?10 +PyQt5.QtCore.QLocale.Kazakhstan?10 +PyQt5.QtCore.QLocale.Kenya?10 +PyQt5.QtCore.QLocale.Kiribati?10 +PyQt5.QtCore.QLocale.DemocraticRepublicOfKorea?10 +PyQt5.QtCore.QLocale.RepublicOfKorea?10 +PyQt5.QtCore.QLocale.Kuwait?10 +PyQt5.QtCore.QLocale.Kyrgyzstan?10 +PyQt5.QtCore.QLocale.Latvia?10 +PyQt5.QtCore.QLocale.Lebanon?10 +PyQt5.QtCore.QLocale.Lesotho?10 +PyQt5.QtCore.QLocale.Liberia?10 +PyQt5.QtCore.QLocale.Liechtenstein?10 +PyQt5.QtCore.QLocale.Lithuania?10 +PyQt5.QtCore.QLocale.Luxembourg?10 +PyQt5.QtCore.QLocale.Macau?10 +PyQt5.QtCore.QLocale.Macedonia?10 +PyQt5.QtCore.QLocale.Madagascar?10 +PyQt5.QtCore.QLocale.Malawi?10 +PyQt5.QtCore.QLocale.Malaysia?10 +PyQt5.QtCore.QLocale.Maldives?10 +PyQt5.QtCore.QLocale.Mali?10 +PyQt5.QtCore.QLocale.Malta?10 +PyQt5.QtCore.QLocale.MarshallIslands?10 +PyQt5.QtCore.QLocale.Martinique?10 +PyQt5.QtCore.QLocale.Mauritania?10 +PyQt5.QtCore.QLocale.Mauritius?10 +PyQt5.QtCore.QLocale.Mayotte?10 +PyQt5.QtCore.QLocale.Mexico?10 +PyQt5.QtCore.QLocale.Micronesia?10 +PyQt5.QtCore.QLocale.Moldova?10 +PyQt5.QtCore.QLocale.Monaco?10 +PyQt5.QtCore.QLocale.Mongolia?10 +PyQt5.QtCore.QLocale.Montserrat?10 +PyQt5.QtCore.QLocale.Morocco?10 +PyQt5.QtCore.QLocale.Mozambique?10 +PyQt5.QtCore.QLocale.Myanmar?10 +PyQt5.QtCore.QLocale.Namibia?10 +PyQt5.QtCore.QLocale.NauruCountry?10 +PyQt5.QtCore.QLocale.Nepal?10 +PyQt5.QtCore.QLocale.Netherlands?10 +PyQt5.QtCore.QLocale.NewCaledonia?10 +PyQt5.QtCore.QLocale.NewZealand?10 +PyQt5.QtCore.QLocale.Nicaragua?10 +PyQt5.QtCore.QLocale.Niger?10 +PyQt5.QtCore.QLocale.Nigeria?10 +PyQt5.QtCore.QLocale.Niue?10 +PyQt5.QtCore.QLocale.NorfolkIsland?10 +PyQt5.QtCore.QLocale.NorthernMarianaIslands?10 +PyQt5.QtCore.QLocale.Norway?10 +PyQt5.QtCore.QLocale.Oman?10 +PyQt5.QtCore.QLocale.Pakistan?10 +PyQt5.QtCore.QLocale.Palau?10 +PyQt5.QtCore.QLocale.Panama?10 +PyQt5.QtCore.QLocale.PapuaNewGuinea?10 +PyQt5.QtCore.QLocale.Paraguay?10 +PyQt5.QtCore.QLocale.Peru?10 +PyQt5.QtCore.QLocale.Philippines?10 +PyQt5.QtCore.QLocale.Pitcairn?10 +PyQt5.QtCore.QLocale.Poland?10 +PyQt5.QtCore.QLocale.Portugal?10 +PyQt5.QtCore.QLocale.PuertoRico?10 +PyQt5.QtCore.QLocale.Qatar?10 +PyQt5.QtCore.QLocale.Reunion?10 +PyQt5.QtCore.QLocale.Romania?10 +PyQt5.QtCore.QLocale.RussianFederation?10 +PyQt5.QtCore.QLocale.Rwanda?10 +PyQt5.QtCore.QLocale.SaintKittsAndNevis?10 +PyQt5.QtCore.QLocale.Samoa?10 +PyQt5.QtCore.QLocale.SanMarino?10 +PyQt5.QtCore.QLocale.SaoTomeAndPrincipe?10 +PyQt5.QtCore.QLocale.SaudiArabia?10 +PyQt5.QtCore.QLocale.Senegal?10 +PyQt5.QtCore.QLocale.Seychelles?10 +PyQt5.QtCore.QLocale.SierraLeone?10 +PyQt5.QtCore.QLocale.Singapore?10 +PyQt5.QtCore.QLocale.Slovakia?10 +PyQt5.QtCore.QLocale.Slovenia?10 +PyQt5.QtCore.QLocale.SolomonIslands?10 +PyQt5.QtCore.QLocale.Somalia?10 +PyQt5.QtCore.QLocale.SouthAfrica?10 +PyQt5.QtCore.QLocale.SouthGeorgiaAndTheSouthSandwichIslands?10 +PyQt5.QtCore.QLocale.Spain?10 +PyQt5.QtCore.QLocale.SriLanka?10 +PyQt5.QtCore.QLocale.Sudan?10 +PyQt5.QtCore.QLocale.Suriname?10 +PyQt5.QtCore.QLocale.SvalbardAndJanMayenIslands?10 +PyQt5.QtCore.QLocale.Swaziland?10 +PyQt5.QtCore.QLocale.Sweden?10 +PyQt5.QtCore.QLocale.Switzerland?10 +PyQt5.QtCore.QLocale.SyrianArabRepublic?10 +PyQt5.QtCore.QLocale.Taiwan?10 +PyQt5.QtCore.QLocale.Tajikistan?10 +PyQt5.QtCore.QLocale.Tanzania?10 +PyQt5.QtCore.QLocale.Thailand?10 +PyQt5.QtCore.QLocale.Togo?10 +PyQt5.QtCore.QLocale.Tokelau?10 +PyQt5.QtCore.QLocale.TrinidadAndTobago?10 +PyQt5.QtCore.QLocale.Tunisia?10 +PyQt5.QtCore.QLocale.Turkey?10 +PyQt5.QtCore.QLocale.Turkmenistan?10 +PyQt5.QtCore.QLocale.TurksAndCaicosIslands?10 +PyQt5.QtCore.QLocale.Tuvalu?10 +PyQt5.QtCore.QLocale.Uganda?10 +PyQt5.QtCore.QLocale.Ukraine?10 +PyQt5.QtCore.QLocale.UnitedArabEmirates?10 +PyQt5.QtCore.QLocale.UnitedKingdom?10 +PyQt5.QtCore.QLocale.UnitedStates?10 +PyQt5.QtCore.QLocale.UnitedStatesMinorOutlyingIslands?10 +PyQt5.QtCore.QLocale.Uruguay?10 +PyQt5.QtCore.QLocale.Uzbekistan?10 +PyQt5.QtCore.QLocale.Vanuatu?10 +PyQt5.QtCore.QLocale.VaticanCityState?10 +PyQt5.QtCore.QLocale.Venezuela?10 +PyQt5.QtCore.QLocale.BritishVirginIslands?10 +PyQt5.QtCore.QLocale.WallisAndFutunaIslands?10 +PyQt5.QtCore.QLocale.WesternSahara?10 +PyQt5.QtCore.QLocale.Yemen?10 +PyQt5.QtCore.QLocale.Zambia?10 +PyQt5.QtCore.QLocale.Zimbabwe?10 +PyQt5.QtCore.QLocale.Montenegro?10 +PyQt5.QtCore.QLocale.Serbia?10 +PyQt5.QtCore.QLocale.SaintBarthelemy?10 +PyQt5.QtCore.QLocale.SaintMartin?10 +PyQt5.QtCore.QLocale.LatinAmericaAndTheCaribbean?10 +PyQt5.QtCore.QLocale.LastCountry?10 +PyQt5.QtCore.QLocale.Brunei?10 +PyQt5.QtCore.QLocale.CongoKinshasa?10 +PyQt5.QtCore.QLocale.CongoBrazzaville?10 +PyQt5.QtCore.QLocale.Fiji?10 +PyQt5.QtCore.QLocale.Guernsey?10 +PyQt5.QtCore.QLocale.NorthKorea?10 +PyQt5.QtCore.QLocale.SouthKorea?10 +PyQt5.QtCore.QLocale.Laos?10 +PyQt5.QtCore.QLocale.Libya?10 +PyQt5.QtCore.QLocale.CuraSao?10 +PyQt5.QtCore.QLocale.PalestinianTerritories?10 +PyQt5.QtCore.QLocale.Russia?10 +PyQt5.QtCore.QLocale.SaintLucia?10 +PyQt5.QtCore.QLocale.SaintVincentAndTheGrenadines?10 +PyQt5.QtCore.QLocale.SaintHelena?10 +PyQt5.QtCore.QLocale.SaintPierreAndMiquelon?10 +PyQt5.QtCore.QLocale.Syria?10 +PyQt5.QtCore.QLocale.Tonga?10 +PyQt5.QtCore.QLocale.Vietnam?10 +PyQt5.QtCore.QLocale.UnitedStatesVirginIslands?10 +PyQt5.QtCore.QLocale.CanaryIslands?10 +PyQt5.QtCore.QLocale.ClippertonIsland?10 +PyQt5.QtCore.QLocale.AscensionIsland?10 +PyQt5.QtCore.QLocale.AlandIslands?10 +PyQt5.QtCore.QLocale.DiegoGarcia?10 +PyQt5.QtCore.QLocale.CeutaAndMelilla?10 +PyQt5.QtCore.QLocale.IsleOfMan?10 +PyQt5.QtCore.QLocale.Jersey?10 +PyQt5.QtCore.QLocale.TristanDaCunha?10 +PyQt5.QtCore.QLocale.SouthSudan?10 +PyQt5.QtCore.QLocale.Bonaire?10 +PyQt5.QtCore.QLocale.SintMaarten?10 +PyQt5.QtCore.QLocale.Kosovo?10 +PyQt5.QtCore.QLocale.Language?10 +PyQt5.QtCore.QLocale.C?10 +PyQt5.QtCore.QLocale.Abkhazian?10 +PyQt5.QtCore.QLocale.Afan?10 +PyQt5.QtCore.QLocale.Afar?10 +PyQt5.QtCore.QLocale.Afrikaans?10 +PyQt5.QtCore.QLocale.Albanian?10 +PyQt5.QtCore.QLocale.Amharic?10 +PyQt5.QtCore.QLocale.Arabic?10 +PyQt5.QtCore.QLocale.Armenian?10 +PyQt5.QtCore.QLocale.Assamese?10 +PyQt5.QtCore.QLocale.Aymara?10 +PyQt5.QtCore.QLocale.Azerbaijani?10 +PyQt5.QtCore.QLocale.Bashkir?10 +PyQt5.QtCore.QLocale.Basque?10 +PyQt5.QtCore.QLocale.Bengali?10 +PyQt5.QtCore.QLocale.Bhutani?10 +PyQt5.QtCore.QLocale.Bihari?10 +PyQt5.QtCore.QLocale.Bislama?10 +PyQt5.QtCore.QLocale.Breton?10 +PyQt5.QtCore.QLocale.Bulgarian?10 +PyQt5.QtCore.QLocale.Burmese?10 +PyQt5.QtCore.QLocale.Byelorussian?10 +PyQt5.QtCore.QLocale.Cambodian?10 +PyQt5.QtCore.QLocale.Catalan?10 +PyQt5.QtCore.QLocale.Chinese?10 +PyQt5.QtCore.QLocale.Corsican?10 +PyQt5.QtCore.QLocale.Croatian?10 +PyQt5.QtCore.QLocale.Czech?10 +PyQt5.QtCore.QLocale.Danish?10 +PyQt5.QtCore.QLocale.Dutch?10 +PyQt5.QtCore.QLocale.English?10 +PyQt5.QtCore.QLocale.Esperanto?10 +PyQt5.QtCore.QLocale.Estonian?10 +PyQt5.QtCore.QLocale.Faroese?10 +PyQt5.QtCore.QLocale.Finnish?10 +PyQt5.QtCore.QLocale.French?10 +PyQt5.QtCore.QLocale.Frisian?10 +PyQt5.QtCore.QLocale.Gaelic?10 +PyQt5.QtCore.QLocale.Galician?10 +PyQt5.QtCore.QLocale.Georgian?10 +PyQt5.QtCore.QLocale.German?10 +PyQt5.QtCore.QLocale.Greek?10 +PyQt5.QtCore.QLocale.Greenlandic?10 +PyQt5.QtCore.QLocale.Guarani?10 +PyQt5.QtCore.QLocale.Gujarati?10 +PyQt5.QtCore.QLocale.Hausa?10 +PyQt5.QtCore.QLocale.Hebrew?10 +PyQt5.QtCore.QLocale.Hindi?10 +PyQt5.QtCore.QLocale.Hungarian?10 +PyQt5.QtCore.QLocale.Icelandic?10 +PyQt5.QtCore.QLocale.Indonesian?10 +PyQt5.QtCore.QLocale.Interlingua?10 +PyQt5.QtCore.QLocale.Interlingue?10 +PyQt5.QtCore.QLocale.Inuktitut?10 +PyQt5.QtCore.QLocale.Inupiak?10 +PyQt5.QtCore.QLocale.Irish?10 +PyQt5.QtCore.QLocale.Italian?10 +PyQt5.QtCore.QLocale.Japanese?10 +PyQt5.QtCore.QLocale.Javanese?10 +PyQt5.QtCore.QLocale.Kannada?10 +PyQt5.QtCore.QLocale.Kashmiri?10 +PyQt5.QtCore.QLocale.Kazakh?10 +PyQt5.QtCore.QLocale.Kinyarwanda?10 +PyQt5.QtCore.QLocale.Kirghiz?10 +PyQt5.QtCore.QLocale.Korean?10 +PyQt5.QtCore.QLocale.Kurdish?10 +PyQt5.QtCore.QLocale.Kurundi?10 +PyQt5.QtCore.QLocale.Latin?10 +PyQt5.QtCore.QLocale.Latvian?10 +PyQt5.QtCore.QLocale.Lingala?10 +PyQt5.QtCore.QLocale.Lithuanian?10 +PyQt5.QtCore.QLocale.Macedonian?10 +PyQt5.QtCore.QLocale.Malagasy?10 +PyQt5.QtCore.QLocale.Malay?10 +PyQt5.QtCore.QLocale.Malayalam?10 +PyQt5.QtCore.QLocale.Maltese?10 +PyQt5.QtCore.QLocale.Maori?10 +PyQt5.QtCore.QLocale.Marathi?10 +PyQt5.QtCore.QLocale.Moldavian?10 +PyQt5.QtCore.QLocale.Mongolian?10 +PyQt5.QtCore.QLocale.NauruLanguage?10 +PyQt5.QtCore.QLocale.Nepali?10 +PyQt5.QtCore.QLocale.Norwegian?10 +PyQt5.QtCore.QLocale.Occitan?10 +PyQt5.QtCore.QLocale.Oriya?10 +PyQt5.QtCore.QLocale.Pashto?10 +PyQt5.QtCore.QLocale.Persian?10 +PyQt5.QtCore.QLocale.Polish?10 +PyQt5.QtCore.QLocale.Portuguese?10 +PyQt5.QtCore.QLocale.Punjabi?10 +PyQt5.QtCore.QLocale.Quechua?10 +PyQt5.QtCore.QLocale.RhaetoRomance?10 +PyQt5.QtCore.QLocale.Romanian?10 +PyQt5.QtCore.QLocale.Russian?10 +PyQt5.QtCore.QLocale.Samoan?10 +PyQt5.QtCore.QLocale.Sanskrit?10 +PyQt5.QtCore.QLocale.Serbian?10 +PyQt5.QtCore.QLocale.SerboCroatian?10 +PyQt5.QtCore.QLocale.Shona?10 +PyQt5.QtCore.QLocale.Sindhi?10 +PyQt5.QtCore.QLocale.Slovak?10 +PyQt5.QtCore.QLocale.Slovenian?10 +PyQt5.QtCore.QLocale.Somali?10 +PyQt5.QtCore.QLocale.Spanish?10 +PyQt5.QtCore.QLocale.Sundanese?10 +PyQt5.QtCore.QLocale.Swahili?10 +PyQt5.QtCore.QLocale.Swedish?10 +PyQt5.QtCore.QLocale.Tagalog?10 +PyQt5.QtCore.QLocale.Tajik?10 +PyQt5.QtCore.QLocale.Tamil?10 +PyQt5.QtCore.QLocale.Tatar?10 +PyQt5.QtCore.QLocale.Telugu?10 +PyQt5.QtCore.QLocale.Thai?10 +PyQt5.QtCore.QLocale.Tibetan?10 +PyQt5.QtCore.QLocale.Tigrinya?10 +PyQt5.QtCore.QLocale.Tsonga?10 +PyQt5.QtCore.QLocale.Turkish?10 +PyQt5.QtCore.QLocale.Turkmen?10 +PyQt5.QtCore.QLocale.Twi?10 +PyQt5.QtCore.QLocale.Uigur?10 +PyQt5.QtCore.QLocale.Ukrainian?10 +PyQt5.QtCore.QLocale.Urdu?10 +PyQt5.QtCore.QLocale.Uzbek?10 +PyQt5.QtCore.QLocale.Vietnamese?10 +PyQt5.QtCore.QLocale.Volapuk?10 +PyQt5.QtCore.QLocale.Welsh?10 +PyQt5.QtCore.QLocale.Wolof?10 +PyQt5.QtCore.QLocale.Xhosa?10 +PyQt5.QtCore.QLocale.Yiddish?10 +PyQt5.QtCore.QLocale.Yoruba?10 +PyQt5.QtCore.QLocale.Zhuang?10 +PyQt5.QtCore.QLocale.Zulu?10 +PyQt5.QtCore.QLocale.Bosnian?10 +PyQt5.QtCore.QLocale.Divehi?10 +PyQt5.QtCore.QLocale.Manx?10 +PyQt5.QtCore.QLocale.Cornish?10 +PyQt5.QtCore.QLocale.LastLanguage?10 +PyQt5.QtCore.QLocale.NorwegianBokmal?10 +PyQt5.QtCore.QLocale.NorwegianNynorsk?10 +PyQt5.QtCore.QLocale.Akan?10 +PyQt5.QtCore.QLocale.Konkani?10 +PyQt5.QtCore.QLocale.Ga?10 +PyQt5.QtCore.QLocale.Igbo?10 +PyQt5.QtCore.QLocale.Kamba?10 +PyQt5.QtCore.QLocale.Syriac?10 +PyQt5.QtCore.QLocale.Blin?10 +PyQt5.QtCore.QLocale.Geez?10 +PyQt5.QtCore.QLocale.Koro?10 +PyQt5.QtCore.QLocale.Sidamo?10 +PyQt5.QtCore.QLocale.Atsam?10 +PyQt5.QtCore.QLocale.Tigre?10 +PyQt5.QtCore.QLocale.Jju?10 +PyQt5.QtCore.QLocale.Friulian?10 +PyQt5.QtCore.QLocale.Venda?10 +PyQt5.QtCore.QLocale.Ewe?10 +PyQt5.QtCore.QLocale.Walamo?10 +PyQt5.QtCore.QLocale.Hawaiian?10 +PyQt5.QtCore.QLocale.Tyap?10 +PyQt5.QtCore.QLocale.Chewa?10 +PyQt5.QtCore.QLocale.Filipino?10 +PyQt5.QtCore.QLocale.SwissGerman?10 +PyQt5.QtCore.QLocale.SichuanYi?10 +PyQt5.QtCore.QLocale.Kpelle?10 +PyQt5.QtCore.QLocale.LowGerman?10 +PyQt5.QtCore.QLocale.SouthNdebele?10 +PyQt5.QtCore.QLocale.NorthernSotho?10 +PyQt5.QtCore.QLocale.NorthernSami?10 +PyQt5.QtCore.QLocale.Taroko?10 +PyQt5.QtCore.QLocale.Gusii?10 +PyQt5.QtCore.QLocale.Taita?10 +PyQt5.QtCore.QLocale.Fulah?10 +PyQt5.QtCore.QLocale.Kikuyu?10 +PyQt5.QtCore.QLocale.Samburu?10 +PyQt5.QtCore.QLocale.Sena?10 +PyQt5.QtCore.QLocale.NorthNdebele?10 +PyQt5.QtCore.QLocale.Rombo?10 +PyQt5.QtCore.QLocale.Tachelhit?10 +PyQt5.QtCore.QLocale.Kabyle?10 +PyQt5.QtCore.QLocale.Nyankole?10 +PyQt5.QtCore.QLocale.Bena?10 +PyQt5.QtCore.QLocale.Vunjo?10 +PyQt5.QtCore.QLocale.Bambara?10 +PyQt5.QtCore.QLocale.Embu?10 +PyQt5.QtCore.QLocale.Cherokee?10 +PyQt5.QtCore.QLocale.Morisyen?10 +PyQt5.QtCore.QLocale.Makonde?10 +PyQt5.QtCore.QLocale.Langi?10 +PyQt5.QtCore.QLocale.Ganda?10 +PyQt5.QtCore.QLocale.Bemba?10 +PyQt5.QtCore.QLocale.Kabuverdianu?10 +PyQt5.QtCore.QLocale.Meru?10 +PyQt5.QtCore.QLocale.Kalenjin?10 +PyQt5.QtCore.QLocale.Nama?10 +PyQt5.QtCore.QLocale.Machame?10 +PyQt5.QtCore.QLocale.Colognian?10 +PyQt5.QtCore.QLocale.Masai?10 +PyQt5.QtCore.QLocale.Soga?10 +PyQt5.QtCore.QLocale.Luyia?10 +PyQt5.QtCore.QLocale.Asu?10 +PyQt5.QtCore.QLocale.Teso?10 +PyQt5.QtCore.QLocale.Saho?10 +PyQt5.QtCore.QLocale.KoyraChiini?10 +PyQt5.QtCore.QLocale.Rwa?10 +PyQt5.QtCore.QLocale.Luo?10 +PyQt5.QtCore.QLocale.Chiga?10 +PyQt5.QtCore.QLocale.CentralMoroccoTamazight?10 +PyQt5.QtCore.QLocale.KoyraboroSenni?10 +PyQt5.QtCore.QLocale.Shambala?10 +PyQt5.QtCore.QLocale.AnyLanguage?10 +PyQt5.QtCore.QLocale.Rundi?10 +PyQt5.QtCore.QLocale.Bodo?10 +PyQt5.QtCore.QLocale.Aghem?10 +PyQt5.QtCore.QLocale.Basaa?10 +PyQt5.QtCore.QLocale.Zarma?10 +PyQt5.QtCore.QLocale.Duala?10 +PyQt5.QtCore.QLocale.JolaFonyi?10 +PyQt5.QtCore.QLocale.Ewondo?10 +PyQt5.QtCore.QLocale.Bafia?10 +PyQt5.QtCore.QLocale.LubaKatanga?10 +PyQt5.QtCore.QLocale.MakhuwaMeetto?10 +PyQt5.QtCore.QLocale.Mundang?10 +PyQt5.QtCore.QLocale.Kwasio?10 +PyQt5.QtCore.QLocale.Nuer?10 +PyQt5.QtCore.QLocale.Sakha?10 +PyQt5.QtCore.QLocale.Sangu?10 +PyQt5.QtCore.QLocale.CongoSwahili?10 +PyQt5.QtCore.QLocale.Tasawaq?10 +PyQt5.QtCore.QLocale.Vai?10 +PyQt5.QtCore.QLocale.Walser?10 +PyQt5.QtCore.QLocale.Yangben?10 +PyQt5.QtCore.QLocale.Oromo?10 +PyQt5.QtCore.QLocale.Dzongkha?10 +PyQt5.QtCore.QLocale.Belarusian?10 +PyQt5.QtCore.QLocale.Khmer?10 +PyQt5.QtCore.QLocale.Fijian?10 +PyQt5.QtCore.QLocale.WesternFrisian?10 +PyQt5.QtCore.QLocale.Lao?10 +PyQt5.QtCore.QLocale.Marshallese?10 +PyQt5.QtCore.QLocale.Romansh?10 +PyQt5.QtCore.QLocale.Sango?10 +PyQt5.QtCore.QLocale.Ossetic?10 +PyQt5.QtCore.QLocale.SouthernSotho?10 +PyQt5.QtCore.QLocale.Tswana?10 +PyQt5.QtCore.QLocale.Sinhala?10 +PyQt5.QtCore.QLocale.Swati?10 +PyQt5.QtCore.QLocale.Sardinian?10 +PyQt5.QtCore.QLocale.Tongan?10 +PyQt5.QtCore.QLocale.Tahitian?10 +PyQt5.QtCore.QLocale.Nyanja?10 +PyQt5.QtCore.QLocale.Avaric?10 +PyQt5.QtCore.QLocale.Chamorro?10 +PyQt5.QtCore.QLocale.Chechen?10 +PyQt5.QtCore.QLocale.Church?10 +PyQt5.QtCore.QLocale.Chuvash?10 +PyQt5.QtCore.QLocale.Cree?10 +PyQt5.QtCore.QLocale.Haitian?10 +PyQt5.QtCore.QLocale.Herero?10 +PyQt5.QtCore.QLocale.HiriMotu?10 +PyQt5.QtCore.QLocale.Kanuri?10 +PyQt5.QtCore.QLocale.Komi?10 +PyQt5.QtCore.QLocale.Kongo?10 +PyQt5.QtCore.QLocale.Kwanyama?10 +PyQt5.QtCore.QLocale.Limburgish?10 +PyQt5.QtCore.QLocale.Luxembourgish?10 +PyQt5.QtCore.QLocale.Navaho?10 +PyQt5.QtCore.QLocale.Ndonga?10 +PyQt5.QtCore.QLocale.Ojibwa?10 +PyQt5.QtCore.QLocale.Pali?10 +PyQt5.QtCore.QLocale.Walloon?10 +PyQt5.QtCore.QLocale.Avestan?10 +PyQt5.QtCore.QLocale.Asturian?10 +PyQt5.QtCore.QLocale.Ngomba?10 +PyQt5.QtCore.QLocale.Kako?10 +PyQt5.QtCore.QLocale.Meta?10 +PyQt5.QtCore.QLocale.Ngiemboon?10 +PyQt5.QtCore.QLocale.Uighur?10 +PyQt5.QtCore.QLocale.Aragonese?10 +PyQt5.QtCore.QLocale.Akkadian?10 +PyQt5.QtCore.QLocale.AncientEgyptian?10 +PyQt5.QtCore.QLocale.AncientGreek?10 +PyQt5.QtCore.QLocale.Aramaic?10 +PyQt5.QtCore.QLocale.Balinese?10 +PyQt5.QtCore.QLocale.Bamun?10 +PyQt5.QtCore.QLocale.BatakToba?10 +PyQt5.QtCore.QLocale.Buginese?10 +PyQt5.QtCore.QLocale.Buhid?10 +PyQt5.QtCore.QLocale.Carian?10 +PyQt5.QtCore.QLocale.Chakma?10 +PyQt5.QtCore.QLocale.ClassicalMandaic?10 +PyQt5.QtCore.QLocale.Coptic?10 +PyQt5.QtCore.QLocale.Dogri?10 +PyQt5.QtCore.QLocale.EasternCham?10 +PyQt5.QtCore.QLocale.EasternKayah?10 +PyQt5.QtCore.QLocale.Etruscan?10 +PyQt5.QtCore.QLocale.Gothic?10 +PyQt5.QtCore.QLocale.Hanunoo?10 +PyQt5.QtCore.QLocale.Ingush?10 +PyQt5.QtCore.QLocale.LargeFloweryMiao?10 +PyQt5.QtCore.QLocale.Lepcha?10 +PyQt5.QtCore.QLocale.Limbu?10 +PyQt5.QtCore.QLocale.Lisu?10 +PyQt5.QtCore.QLocale.Lu?10 +PyQt5.QtCore.QLocale.Lycian?10 +PyQt5.QtCore.QLocale.Lydian?10 +PyQt5.QtCore.QLocale.Mandingo?10 +PyQt5.QtCore.QLocale.Manipuri?10 +PyQt5.QtCore.QLocale.Meroitic?10 +PyQt5.QtCore.QLocale.NorthernThai?10 +PyQt5.QtCore.QLocale.OldIrish?10 +PyQt5.QtCore.QLocale.OldNorse?10 +PyQt5.QtCore.QLocale.OldPersian?10 +PyQt5.QtCore.QLocale.OldTurkish?10 +PyQt5.QtCore.QLocale.Pahlavi?10 +PyQt5.QtCore.QLocale.Parthian?10 +PyQt5.QtCore.QLocale.Phoenician?10 +PyQt5.QtCore.QLocale.PrakritLanguage?10 +PyQt5.QtCore.QLocale.Rejang?10 +PyQt5.QtCore.QLocale.Sabaean?10 +PyQt5.QtCore.QLocale.Samaritan?10 +PyQt5.QtCore.QLocale.Santali?10 +PyQt5.QtCore.QLocale.Saurashtra?10 +PyQt5.QtCore.QLocale.Sora?10 +PyQt5.QtCore.QLocale.Sylheti?10 +PyQt5.QtCore.QLocale.Tagbanwa?10 +PyQt5.QtCore.QLocale.TaiDam?10 +PyQt5.QtCore.QLocale.TaiNua?10 +PyQt5.QtCore.QLocale.Ugaritic?10 +PyQt5.QtCore.QLocale.Akoose?10 +PyQt5.QtCore.QLocale.Lakota?10 +PyQt5.QtCore.QLocale.StandardMoroccanTamazight?10 +PyQt5.QtCore.QLocale?1() +PyQt5.QtCore.QLocale.__init__?1(self) +PyQt5.QtCore.QLocale?1(str) +PyQt5.QtCore.QLocale.__init__?1(self, str) +PyQt5.QtCore.QLocale?1(QLocale.Language, QLocale.Country country=QLocale.AnyCountry) +PyQt5.QtCore.QLocale.__init__?1(self, QLocale.Language, QLocale.Country country=QLocale.AnyCountry) +PyQt5.QtCore.QLocale?1(QLocale) +PyQt5.QtCore.QLocale.__init__?1(self, QLocale) +PyQt5.QtCore.QLocale?1(QLocale.Language, QLocale.Script, QLocale.Country) +PyQt5.QtCore.QLocale.__init__?1(self, QLocale.Language, QLocale.Script, QLocale.Country) +PyQt5.QtCore.QLocale.language?4() -> QLocale.Language +PyQt5.QtCore.QLocale.country?4() -> QLocale.Country +PyQt5.QtCore.QLocale.name?4() -> str +PyQt5.QtCore.QLocale.toShort?4(str) -> (int, bool) +PyQt5.QtCore.QLocale.toUShort?4(str) -> (int, bool) +PyQt5.QtCore.QLocale.toInt?4(str) -> (int, bool) +PyQt5.QtCore.QLocale.toUInt?4(str) -> (int, bool) +PyQt5.QtCore.QLocale.toLongLong?4(str) -> (int, bool) +PyQt5.QtCore.QLocale.toULongLong?4(str) -> (int, bool) +PyQt5.QtCore.QLocale.toFloat?4(str) -> (float, bool) +PyQt5.QtCore.QLocale.toDouble?4(str) -> (float, bool) +PyQt5.QtCore.QLocale.toString?4(int) -> str +PyQt5.QtCore.QLocale.toString?4(float, str format='g', int precision=6) -> str +PyQt5.QtCore.QLocale.toString?4(int) -> str +PyQt5.QtCore.QLocale.toString?4(int) -> str +PyQt5.QtCore.QLocale.languageToString?4(QLocale.Language) -> str +PyQt5.QtCore.QLocale.countryToString?4(QLocale.Country) -> str +PyQt5.QtCore.QLocale.setDefault?4(QLocale) +PyQt5.QtCore.QLocale.c?4() -> QLocale +PyQt5.QtCore.QLocale.system?4() -> QLocale +PyQt5.QtCore.QLocale.toString?4(QDateTime, str) -> str +PyQt5.QtCore.QLocale.toString?4(QDateTime, QLocale.FormatType format=QLocale.LongFormat) -> str +PyQt5.QtCore.QLocale.toString?4(QDate, str) -> str +PyQt5.QtCore.QLocale.toString?4(QDate, QLocale.FormatType format=QLocale.LongFormat) -> str +PyQt5.QtCore.QLocale.toString?4(QTime, str) -> str +PyQt5.QtCore.QLocale.toString?4(QTime, QLocale.FormatType format=QLocale.LongFormat) -> str +PyQt5.QtCore.QLocale.dateFormat?4(QLocale.FormatType format=QLocale.LongFormat) -> str +PyQt5.QtCore.QLocale.timeFormat?4(QLocale.FormatType format=QLocale.LongFormat) -> str +PyQt5.QtCore.QLocale.dateTimeFormat?4(QLocale.FormatType format=QLocale.LongFormat) -> str +PyQt5.QtCore.QLocale.toDate?4(str, QLocale.FormatType format=QLocale.LongFormat) -> QDate +PyQt5.QtCore.QLocale.toDate?4(str, str) -> QDate +PyQt5.QtCore.QLocale.toTime?4(str, QLocale.FormatType format=QLocale.LongFormat) -> QTime +PyQt5.QtCore.QLocale.toTime?4(str, str) -> QTime +PyQt5.QtCore.QLocale.toDateTime?4(str, QLocale.FormatType format=QLocale.LongFormat) -> QDateTime +PyQt5.QtCore.QLocale.toDateTime?4(str, str) -> QDateTime +PyQt5.QtCore.QLocale.decimalPoint?4() -> str +PyQt5.QtCore.QLocale.groupSeparator?4() -> str +PyQt5.QtCore.QLocale.percent?4() -> str +PyQt5.QtCore.QLocale.zeroDigit?4() -> str +PyQt5.QtCore.QLocale.negativeSign?4() -> str +PyQt5.QtCore.QLocale.exponential?4() -> str +PyQt5.QtCore.QLocale.monthName?4(int, QLocale.FormatType format=QLocale.LongFormat) -> str +PyQt5.QtCore.QLocale.dayName?4(int, QLocale.FormatType format=QLocale.LongFormat) -> str +PyQt5.QtCore.QLocale.setNumberOptions?4(QLocale.NumberOptions) +PyQt5.QtCore.QLocale.numberOptions?4() -> QLocale.NumberOptions +PyQt5.QtCore.QLocale.measurementSystem?4() -> QLocale.MeasurementSystem +PyQt5.QtCore.QLocale.positiveSign?4() -> str +PyQt5.QtCore.QLocale.standaloneMonthName?4(int, QLocale.FormatType format=QLocale.LongFormat) -> str +PyQt5.QtCore.QLocale.standaloneDayName?4(int, QLocale.FormatType format=QLocale.LongFormat) -> str +PyQt5.QtCore.QLocale.amText?4() -> str +PyQt5.QtCore.QLocale.pmText?4() -> str +PyQt5.QtCore.QLocale.textDirection?4() -> Qt.LayoutDirection +PyQt5.QtCore.QLocale.script?4() -> QLocale.Script +PyQt5.QtCore.QLocale.bcp47Name?4() -> str +PyQt5.QtCore.QLocale.nativeLanguageName?4() -> str +PyQt5.QtCore.QLocale.nativeCountryName?4() -> str +PyQt5.QtCore.QLocale.firstDayOfWeek?4() -> Qt.DayOfWeek +PyQt5.QtCore.QLocale.weekdays?4() -> list-of-Qt.DayOfWeek +PyQt5.QtCore.QLocale.toUpper?4(str) -> str +PyQt5.QtCore.QLocale.toLower?4(str) -> str +PyQt5.QtCore.QLocale.currencySymbol?4(QLocale.CurrencySymbolFormat format=QLocale.CurrencySymbol) -> str +PyQt5.QtCore.QLocale.toCurrencyString?4(int, str symbol='') -> str +PyQt5.QtCore.QLocale.toCurrencyString?4(float, str symbol='') -> str +PyQt5.QtCore.QLocale.toCurrencyString?4(int, str symbol='') -> str +PyQt5.QtCore.QLocale.toCurrencyString?4(int, str symbol='') -> str +PyQt5.QtCore.QLocale.uiLanguages?4() -> list-of-str +PyQt5.QtCore.QLocale.scriptToString?4(QLocale.Script) -> str +PyQt5.QtCore.QLocale.matchingLocales?4(QLocale.Language, QLocale.Script, QLocale.Country) -> list-of-QLocale +PyQt5.QtCore.QLocale.quoteString?4(str, QLocale.QuotationStyle style=QLocale.StandardQuotation) -> str +PyQt5.QtCore.QLocale.createSeparatedList?4(list-of-str) -> str +PyQt5.QtCore.QLocale.NumberOptions?1(QLocale.NumberOptions) +PyQt5.QtCore.QLocale.NumberOptions.__init__?1(self, QLocale.NumberOptions) +PyQt5.QtCore.QLocale.NumberOptions?1(int) +PyQt5.QtCore.QLocale.NumberOptions.__init__?1(self, int) +PyQt5.QtCore.QLocale.NumberOptions?1() +PyQt5.QtCore.QLocale.NumberOptions.__init__?1(self) +PyQt5.QtCore.QLockFile.LockError?10 +PyQt5.QtCore.QLockFile.NoError?10 +PyQt5.QtCore.QLockFile.LockFailedError?10 +PyQt5.QtCore.QLockFile.PermissionError?10 +PyQt5.QtCore.QLockFile.UnknownError?10 +PyQt5.QtCore.QLockFile?1(str) +PyQt5.QtCore.QLockFile.__init__?1(self, str) +PyQt5.QtCore.QLockFile.lock?4() -> bool +PyQt5.QtCore.QLockFile.tryLock?4(int timeout=0) -> bool +PyQt5.QtCore.QLockFile.unlock?4() +PyQt5.QtCore.QLockFile.setStaleLockTime?4(int) +PyQt5.QtCore.QLockFile.staleLockTime?4() -> int +PyQt5.QtCore.QLockFile.isLocked?4() -> bool +PyQt5.QtCore.QLockFile.getLockInfo?4() -> (bool, int, str, str) +PyQt5.QtCore.QLockFile.removeStaleLockFile?4() -> bool +PyQt5.QtCore.QLockFile.error?4() -> QLockFile.LockError +PyQt5.QtCore.QMessageLogContext.category?7 +PyQt5.QtCore.QMessageLogContext.file?7 +PyQt5.QtCore.QMessageLogContext.function?7 +PyQt5.QtCore.QMessageLogContext.line?7 +PyQt5.QtCore.QMessageLogger?1() +PyQt5.QtCore.QMessageLogger.__init__?1(self) +PyQt5.QtCore.QMessageLogger?1(str, int, str) +PyQt5.QtCore.QMessageLogger.__init__?1(self, str, int, str) +PyQt5.QtCore.QMessageLogger?1(str, int, str, str) +PyQt5.QtCore.QMessageLogger.__init__?1(self, str, int, str, str) +PyQt5.QtCore.QMessageLogger.debug?4(str) +PyQt5.QtCore.QMessageLogger.warning?4(str) +PyQt5.QtCore.QMessageLogger.critical?4(str) +PyQt5.QtCore.QMessageLogger.fatal?4(str) +PyQt5.QtCore.QMargins?1() +PyQt5.QtCore.QMargins.__init__?1(self) +PyQt5.QtCore.QMargins?1(int, int, int, int) +PyQt5.QtCore.QMargins.__init__?1(self, int, int, int, int) +PyQt5.QtCore.QMargins?1(QMargins) +PyQt5.QtCore.QMargins.__init__?1(self, QMargins) +PyQt5.QtCore.QMargins.isNull?4() -> bool +PyQt5.QtCore.QMargins.left?4() -> int +PyQt5.QtCore.QMargins.top?4() -> int +PyQt5.QtCore.QMargins.right?4() -> int +PyQt5.QtCore.QMargins.bottom?4() -> int +PyQt5.QtCore.QMargins.setLeft?4(int) +PyQt5.QtCore.QMargins.setTop?4(int) +PyQt5.QtCore.QMargins.setRight?4(int) +PyQt5.QtCore.QMargins.setBottom?4(int) +PyQt5.QtCore.QMarginsF?1() +PyQt5.QtCore.QMarginsF.__init__?1(self) +PyQt5.QtCore.QMarginsF?1(float, float, float, float) +PyQt5.QtCore.QMarginsF.__init__?1(self, float, float, float, float) +PyQt5.QtCore.QMarginsF?1(QMargins) +PyQt5.QtCore.QMarginsF.__init__?1(self, QMargins) +PyQt5.QtCore.QMarginsF?1(QMarginsF) +PyQt5.QtCore.QMarginsF.__init__?1(self, QMarginsF) +PyQt5.QtCore.QMarginsF.isNull?4() -> bool +PyQt5.QtCore.QMarginsF.left?4() -> float +PyQt5.QtCore.QMarginsF.top?4() -> float +PyQt5.QtCore.QMarginsF.right?4() -> float +PyQt5.QtCore.QMarginsF.bottom?4() -> float +PyQt5.QtCore.QMarginsF.setLeft?4(float) +PyQt5.QtCore.QMarginsF.setTop?4(float) +PyQt5.QtCore.QMarginsF.setRight?4(float) +PyQt5.QtCore.QMarginsF.setBottom?4(float) +PyQt5.QtCore.QMarginsF.toMargins?4() -> QMargins +PyQt5.QtCore.QMessageAuthenticationCode?1(QCryptographicHash.Algorithm, QByteArray key=QByteArray()) +PyQt5.QtCore.QMessageAuthenticationCode.__init__?1(self, QCryptographicHash.Algorithm, QByteArray key=QByteArray()) +PyQt5.QtCore.QMessageAuthenticationCode.reset?4() +PyQt5.QtCore.QMessageAuthenticationCode.setKey?4(QByteArray) +PyQt5.QtCore.QMessageAuthenticationCode.addData?4(str, int) +PyQt5.QtCore.QMessageAuthenticationCode.addData?4(QByteArray) +PyQt5.QtCore.QMessageAuthenticationCode.addData?4(QIODevice) -> bool +PyQt5.QtCore.QMessageAuthenticationCode.result?4() -> QByteArray +PyQt5.QtCore.QMessageAuthenticationCode.hash?4(QByteArray, QByteArray, QCryptographicHash.Algorithm) -> QByteArray +PyQt5.QtCore.QMetaMethod.MethodType?10 +PyQt5.QtCore.QMetaMethod.Method?10 +PyQt5.QtCore.QMetaMethod.Signal?10 +PyQt5.QtCore.QMetaMethod.Slot?10 +PyQt5.QtCore.QMetaMethod.Constructor?10 +PyQt5.QtCore.QMetaMethod.Access?10 +PyQt5.QtCore.QMetaMethod.Private?10 +PyQt5.QtCore.QMetaMethod.Protected?10 +PyQt5.QtCore.QMetaMethod.Public?10 +PyQt5.QtCore.QMetaMethod?1() +PyQt5.QtCore.QMetaMethod.__init__?1(self) +PyQt5.QtCore.QMetaMethod?1(QMetaMethod) +PyQt5.QtCore.QMetaMethod.__init__?1(self, QMetaMethod) +PyQt5.QtCore.QMetaMethod.typeName?4() -> str +PyQt5.QtCore.QMetaMethod.parameterTypes?4() -> list-of-QByteArray +PyQt5.QtCore.QMetaMethod.parameterNames?4() -> list-of-QByteArray +PyQt5.QtCore.QMetaMethod.tag?4() -> str +PyQt5.QtCore.QMetaMethod.access?4() -> QMetaMethod.Access +PyQt5.QtCore.QMetaMethod.methodType?4() -> QMetaMethod.MethodType +PyQt5.QtCore.QMetaMethod.invoke?4(QObject, Qt.ConnectionType, QGenericReturnArgument, QGenericArgument value0=QGenericArgument(0,0), QGenericArgument value1=QGenericArgument(0,0), QGenericArgument value2=QGenericArgument(0,0), QGenericArgument value3=QGenericArgument(0,0), QGenericArgument value4=QGenericArgument(0,0), QGenericArgument value5=QGenericArgument(0,0), QGenericArgument value6=QGenericArgument(0,0), QGenericArgument value7=QGenericArgument(0,0), QGenericArgument value8=QGenericArgument(0,0), QGenericArgument value9=QGenericArgument(0,0)) -> object +PyQt5.QtCore.QMetaMethod.invoke?4(QObject, QGenericReturnArgument, QGenericArgument value0=QGenericArgument(0,0), QGenericArgument value1=QGenericArgument(0,0), QGenericArgument value2=QGenericArgument(0,0), QGenericArgument value3=QGenericArgument(0,0), QGenericArgument value4=QGenericArgument(0,0), QGenericArgument value5=QGenericArgument(0,0), QGenericArgument value6=QGenericArgument(0,0), QGenericArgument value7=QGenericArgument(0,0), QGenericArgument value8=QGenericArgument(0,0), QGenericArgument value9=QGenericArgument(0,0)) -> object +PyQt5.QtCore.QMetaMethod.invoke?4(QObject, Qt.ConnectionType, QGenericArgument value0=QGenericArgument(0,0), QGenericArgument value1=QGenericArgument(0,0), QGenericArgument value2=QGenericArgument(0,0), QGenericArgument value3=QGenericArgument(0,0), QGenericArgument value4=QGenericArgument(0,0), QGenericArgument value5=QGenericArgument(0,0), QGenericArgument value6=QGenericArgument(0,0), QGenericArgument value7=QGenericArgument(0,0), QGenericArgument value8=QGenericArgument(0,0), QGenericArgument value9=QGenericArgument(0,0)) -> object +PyQt5.QtCore.QMetaMethod.invoke?4(QObject, QGenericArgument value0=QGenericArgument(0,0), QGenericArgument value1=QGenericArgument(0,0), QGenericArgument value2=QGenericArgument(0,0), QGenericArgument value3=QGenericArgument(0,0), QGenericArgument value4=QGenericArgument(0,0), QGenericArgument value5=QGenericArgument(0,0), QGenericArgument value6=QGenericArgument(0,0), QGenericArgument value7=QGenericArgument(0,0), QGenericArgument value8=QGenericArgument(0,0), QGenericArgument value9=QGenericArgument(0,0)) -> object +PyQt5.QtCore.QMetaMethod.methodIndex?4() -> int +PyQt5.QtCore.QMetaMethod.isValid?4() -> bool +PyQt5.QtCore.QMetaMethod.methodSignature?4() -> QByteArray +PyQt5.QtCore.QMetaMethod.name?4() -> QByteArray +PyQt5.QtCore.QMetaMethod.returnType?4() -> int +PyQt5.QtCore.QMetaMethod.parameterCount?4() -> int +PyQt5.QtCore.QMetaMethod.parameterType?4(int) -> int +PyQt5.QtCore.QMetaEnum?1() +PyQt5.QtCore.QMetaEnum.__init__?1(self) +PyQt5.QtCore.QMetaEnum?1(QMetaEnum) +PyQt5.QtCore.QMetaEnum.__init__?1(self, QMetaEnum) +PyQt5.QtCore.QMetaEnum.name?4() -> str +PyQt5.QtCore.QMetaEnum.isFlag?4() -> bool +PyQt5.QtCore.QMetaEnum.keyCount?4() -> int +PyQt5.QtCore.QMetaEnum.key?4(int) -> str +PyQt5.QtCore.QMetaEnum.value?4(int) -> int +PyQt5.QtCore.QMetaEnum.scope?4() -> str +PyQt5.QtCore.QMetaEnum.keyToValue?4(str) -> (int, bool) +PyQt5.QtCore.QMetaEnum.valueToKey?4(int) -> str +PyQt5.QtCore.QMetaEnum.keysToValue?4(str) -> (int, bool) +PyQt5.QtCore.QMetaEnum.valueToKeys?4(int) -> QByteArray +PyQt5.QtCore.QMetaEnum.isValid?4() -> bool +PyQt5.QtCore.QMetaProperty?1() +PyQt5.QtCore.QMetaProperty.__init__?1(self) +PyQt5.QtCore.QMetaProperty?1(QMetaProperty) +PyQt5.QtCore.QMetaProperty.__init__?1(self, QMetaProperty) +PyQt5.QtCore.QMetaProperty.name?4() -> str +PyQt5.QtCore.QMetaProperty.typeName?4() -> str +PyQt5.QtCore.QMetaProperty.type?4() -> QVariant.Type +PyQt5.QtCore.QMetaProperty.isReadable?4() -> bool +PyQt5.QtCore.QMetaProperty.isWritable?4() -> bool +PyQt5.QtCore.QMetaProperty.isDesignable?4(QObject object=None) -> bool +PyQt5.QtCore.QMetaProperty.isScriptable?4(QObject object=None) -> bool +PyQt5.QtCore.QMetaProperty.isStored?4(QObject object=None) -> bool +PyQt5.QtCore.QMetaProperty.isFlagType?4() -> bool +PyQt5.QtCore.QMetaProperty.isEnumType?4() -> bool +PyQt5.QtCore.QMetaProperty.enumerator?4() -> QMetaEnum +PyQt5.QtCore.QMetaProperty.read?4(QObject) -> QVariant +PyQt5.QtCore.QMetaProperty.write?4(QObject, QVariant) -> bool +PyQt5.QtCore.QMetaProperty.reset?4(QObject) -> bool +PyQt5.QtCore.QMetaProperty.hasStdCppSet?4() -> bool +PyQt5.QtCore.QMetaProperty.isValid?4() -> bool +PyQt5.QtCore.QMetaProperty.isResettable?4() -> bool +PyQt5.QtCore.QMetaProperty.isUser?4(QObject object=None) -> bool +PyQt5.QtCore.QMetaProperty.userType?4() -> int +PyQt5.QtCore.QMetaProperty.hasNotifySignal?4() -> bool +PyQt5.QtCore.QMetaProperty.notifySignal?4() -> QMetaMethod +PyQt5.QtCore.QMetaProperty.notifySignalIndex?4() -> int +PyQt5.QtCore.QMetaProperty.propertyIndex?4() -> int +PyQt5.QtCore.QMetaProperty.isConstant?4() -> bool +PyQt5.QtCore.QMetaProperty.isFinal?4() -> bool +PyQt5.QtCore.QMetaClassInfo?1() +PyQt5.QtCore.QMetaClassInfo.__init__?1(self) +PyQt5.QtCore.QMetaClassInfo?1(QMetaClassInfo) +PyQt5.QtCore.QMetaClassInfo.__init__?1(self, QMetaClassInfo) +PyQt5.QtCore.QMetaClassInfo.name?4() -> str +PyQt5.QtCore.QMetaClassInfo.value?4() -> str +PyQt5.QtCore.QMetaType.TypeFlag?10 +PyQt5.QtCore.QMetaType.NeedsConstruction?10 +PyQt5.QtCore.QMetaType.NeedsDestruction?10 +PyQt5.QtCore.QMetaType.MovableType?10 +PyQt5.QtCore.QMetaType.Type?10 +PyQt5.QtCore.QMetaType.UnknownType?10 +PyQt5.QtCore.QMetaType.Void?10 +PyQt5.QtCore.QMetaType.Bool?10 +PyQt5.QtCore.QMetaType.Int?10 +PyQt5.QtCore.QMetaType.UInt?10 +PyQt5.QtCore.QMetaType.LongLong?10 +PyQt5.QtCore.QMetaType.ULongLong?10 +PyQt5.QtCore.QMetaType.Double?10 +PyQt5.QtCore.QMetaType.QChar?10 +PyQt5.QtCore.QMetaType.QVariantMap?10 +PyQt5.QtCore.QMetaType.QVariantList?10 +PyQt5.QtCore.QMetaType.QVariantHash?10 +PyQt5.QtCore.QMetaType.QString?10 +PyQt5.QtCore.QMetaType.QStringList?10 +PyQt5.QtCore.QMetaType.QByteArray?10 +PyQt5.QtCore.QMetaType.QBitArray?10 +PyQt5.QtCore.QMetaType.QDate?10 +PyQt5.QtCore.QMetaType.QTime?10 +PyQt5.QtCore.QMetaType.QDateTime?10 +PyQt5.QtCore.QMetaType.QUrl?10 +PyQt5.QtCore.QMetaType.QLocale?10 +PyQt5.QtCore.QMetaType.QRect?10 +PyQt5.QtCore.QMetaType.QRectF?10 +PyQt5.QtCore.QMetaType.QSize?10 +PyQt5.QtCore.QMetaType.QSizeF?10 +PyQt5.QtCore.QMetaType.QLine?10 +PyQt5.QtCore.QMetaType.QLineF?10 +PyQt5.QtCore.QMetaType.QPoint?10 +PyQt5.QtCore.QMetaType.QPointF?10 +PyQt5.QtCore.QMetaType.QRegExp?10 +PyQt5.QtCore.QMetaType.LastCoreType?10 +PyQt5.QtCore.QMetaType.FirstGuiType?10 +PyQt5.QtCore.QMetaType.QFont?10 +PyQt5.QtCore.QMetaType.QPixmap?10 +PyQt5.QtCore.QMetaType.QBrush?10 +PyQt5.QtCore.QMetaType.QColor?10 +PyQt5.QtCore.QMetaType.QPalette?10 +PyQt5.QtCore.QMetaType.QIcon?10 +PyQt5.QtCore.QMetaType.QImage?10 +PyQt5.QtCore.QMetaType.QPolygon?10 +PyQt5.QtCore.QMetaType.QRegion?10 +PyQt5.QtCore.QMetaType.QBitmap?10 +PyQt5.QtCore.QMetaType.QCursor?10 +PyQt5.QtCore.QMetaType.QSizePolicy?10 +PyQt5.QtCore.QMetaType.QKeySequence?10 +PyQt5.QtCore.QMetaType.QPen?10 +PyQt5.QtCore.QMetaType.QTextLength?10 +PyQt5.QtCore.QMetaType.QTextFormat?10 +PyQt5.QtCore.QMetaType.QMatrix?10 +PyQt5.QtCore.QMetaType.QTransform?10 +PyQt5.QtCore.QMetaType.VoidStar?10 +PyQt5.QtCore.QMetaType.Long?10 +PyQt5.QtCore.QMetaType.Short?10 +PyQt5.QtCore.QMetaType.Char?10 +PyQt5.QtCore.QMetaType.ULong?10 +PyQt5.QtCore.QMetaType.UShort?10 +PyQt5.QtCore.QMetaType.UChar?10 +PyQt5.QtCore.QMetaType.Float?10 +PyQt5.QtCore.QMetaType.QObjectStar?10 +PyQt5.QtCore.QMetaType.QMatrix4x4?10 +PyQt5.QtCore.QMetaType.QVector2D?10 +PyQt5.QtCore.QMetaType.QVector3D?10 +PyQt5.QtCore.QMetaType.QVector4D?10 +PyQt5.QtCore.QMetaType.QQuaternion?10 +PyQt5.QtCore.QMetaType.QEasingCurve?10 +PyQt5.QtCore.QMetaType.QVariant?10 +PyQt5.QtCore.QMetaType.QUuid?10 +PyQt5.QtCore.QMetaType.QModelIndex?10 +PyQt5.QtCore.QMetaType.QPolygonF?10 +PyQt5.QtCore.QMetaType.SChar?10 +PyQt5.QtCore.QMetaType.QRegularExpression?10 +PyQt5.QtCore.QMetaType.QJsonValue?10 +PyQt5.QtCore.QMetaType.QJsonObject?10 +PyQt5.QtCore.QMetaType.QJsonArray?10 +PyQt5.QtCore.QMetaType.QJsonDocument?10 +PyQt5.QtCore.QMetaType.User?10 +PyQt5.QtCore.QMetaType?1(int) +PyQt5.QtCore.QMetaType.__init__?1(self, int) +PyQt5.QtCore.QMetaType.type?4(str) -> int +PyQt5.QtCore.QMetaType.typeName?4(int) -> str +PyQt5.QtCore.QMetaType.isRegistered?4(int) -> bool +PyQt5.QtCore.QMetaType.typeFlags?4(int) -> QMetaType.TypeFlags +PyQt5.QtCore.QMetaType.isValid?4() -> bool +PyQt5.QtCore.QMetaType.isRegistered?4() -> bool +PyQt5.QtCore.QMetaType.flags?4() -> QMetaType.TypeFlags +PyQt5.QtCore.QMetaType.metaObjectForType?4(int) -> QMetaObject +PyQt5.QtCore.QMetaType.TypeFlags?1(QMetaType.TypeFlags) +PyQt5.QtCore.QMetaType.TypeFlags.__init__?1(self, QMetaType.TypeFlags) +PyQt5.QtCore.QMetaType.TypeFlags?1(int) +PyQt5.QtCore.QMetaType.TypeFlags.__init__?1(self, int) +PyQt5.QtCore.QMetaType.TypeFlags?1() +PyQt5.QtCore.QMetaType.TypeFlags.__init__?1(self) +PyQt5.QtCore.QMimeData?1() +PyQt5.QtCore.QMimeData.__init__?1(self) +PyQt5.QtCore.QMimeData.urls?4() -> list-of-QUrl +PyQt5.QtCore.QMimeData.setUrls?4(list-of-QUrl) +PyQt5.QtCore.QMimeData.hasUrls?4() -> bool +PyQt5.QtCore.QMimeData.text?4() -> str +PyQt5.QtCore.QMimeData.setText?4(str) +PyQt5.QtCore.QMimeData.hasText?4() -> bool +PyQt5.QtCore.QMimeData.html?4() -> str +PyQt5.QtCore.QMimeData.setHtml?4(str) +PyQt5.QtCore.QMimeData.hasHtml?4() -> bool +PyQt5.QtCore.QMimeData.imageData?4() -> QVariant +PyQt5.QtCore.QMimeData.setImageData?4(QVariant) +PyQt5.QtCore.QMimeData.hasImage?4() -> bool +PyQt5.QtCore.QMimeData.colorData?4() -> QVariant +PyQt5.QtCore.QMimeData.setColorData?4(QVariant) +PyQt5.QtCore.QMimeData.hasColor?4() -> bool +PyQt5.QtCore.QMimeData.data?4(str) -> QByteArray +PyQt5.QtCore.QMimeData.setData?4(str, QByteArray) +PyQt5.QtCore.QMimeData.hasFormat?4(str) -> bool +PyQt5.QtCore.QMimeData.formats?4() -> list-of-str +PyQt5.QtCore.QMimeData.clear?4() +PyQt5.QtCore.QMimeData.removeFormat?4(str) +PyQt5.QtCore.QMimeData.retrieveData?4(str, QVariant.Type) -> QVariant +PyQt5.QtCore.QMimeDatabase.MatchMode?10 +PyQt5.QtCore.QMimeDatabase.MatchDefault?10 +PyQt5.QtCore.QMimeDatabase.MatchExtension?10 +PyQt5.QtCore.QMimeDatabase.MatchContent?10 +PyQt5.QtCore.QMimeDatabase?1() +PyQt5.QtCore.QMimeDatabase.__init__?1(self) +PyQt5.QtCore.QMimeDatabase.mimeTypeForName?4(str) -> QMimeType +PyQt5.QtCore.QMimeDatabase.mimeTypeForFile?4(str, QMimeDatabase.MatchMode mode=QMimeDatabase.MatchDefault) -> QMimeType +PyQt5.QtCore.QMimeDatabase.mimeTypeForFile?4(QFileInfo, QMimeDatabase.MatchMode mode=QMimeDatabase.MatchDefault) -> QMimeType +PyQt5.QtCore.QMimeDatabase.mimeTypesForFileName?4(str) -> list-of-QMimeType +PyQt5.QtCore.QMimeDatabase.mimeTypeForData?4(QByteArray) -> QMimeType +PyQt5.QtCore.QMimeDatabase.mimeTypeForData?4(QIODevice) -> QMimeType +PyQt5.QtCore.QMimeDatabase.mimeTypeForUrl?4(QUrl) -> QMimeType +PyQt5.QtCore.QMimeDatabase.mimeTypeForFileNameAndData?4(str, QIODevice) -> QMimeType +PyQt5.QtCore.QMimeDatabase.mimeTypeForFileNameAndData?4(str, QByteArray) -> QMimeType +PyQt5.QtCore.QMimeDatabase.suffixForFileName?4(str) -> str +PyQt5.QtCore.QMimeDatabase.allMimeTypes?4() -> list-of-QMimeType +PyQt5.QtCore.QMimeType?1() +PyQt5.QtCore.QMimeType.__init__?1(self) +PyQt5.QtCore.QMimeType?1(QMimeType) +PyQt5.QtCore.QMimeType.__init__?1(self, QMimeType) +PyQt5.QtCore.QMimeType.swap?4(QMimeType) +PyQt5.QtCore.QMimeType.isValid?4() -> bool +PyQt5.QtCore.QMimeType.isDefault?4() -> bool +PyQt5.QtCore.QMimeType.name?4() -> str +PyQt5.QtCore.QMimeType.comment?4() -> str +PyQt5.QtCore.QMimeType.genericIconName?4() -> str +PyQt5.QtCore.QMimeType.iconName?4() -> str +PyQt5.QtCore.QMimeType.globPatterns?4() -> list-of-str +PyQt5.QtCore.QMimeType.parentMimeTypes?4() -> list-of-str +PyQt5.QtCore.QMimeType.allAncestors?4() -> list-of-str +PyQt5.QtCore.QMimeType.aliases?4() -> list-of-str +PyQt5.QtCore.QMimeType.suffixes?4() -> list-of-str +PyQt5.QtCore.QMimeType.preferredSuffix?4() -> str +PyQt5.QtCore.QMimeType.inherits?4(str) -> bool +PyQt5.QtCore.QMimeType.filterString?4() -> str +PyQt5.QtCore.QMutexLocker?1(QMutex) +PyQt5.QtCore.QMutexLocker.__init__?1(self, QMutex) +PyQt5.QtCore.QMutexLocker.unlock?4() +PyQt5.QtCore.QMutexLocker.relock?4() +PyQt5.QtCore.QMutexLocker.mutex?4() -> QMutex +PyQt5.QtCore.QMutexLocker.__enter__?4() -> object +PyQt5.QtCore.QMutexLocker.__exit__?4(object, object, object) +PyQt5.QtCore.QMutex.RecursionMode?10 +PyQt5.QtCore.QMutex.NonRecursive?10 +PyQt5.QtCore.QMutex.Recursive?10 +PyQt5.QtCore.QMutex?1(QMutex.RecursionMode mode=QMutex.NonRecursive) +PyQt5.QtCore.QMutex.__init__?1(self, QMutex.RecursionMode mode=QMutex.NonRecursive) +PyQt5.QtCore.QMutex.lock?4() +PyQt5.QtCore.QMutex.tryLock?4(int timeout=0) -> bool +PyQt5.QtCore.QMutex.unlock?4() +PyQt5.QtCore.QMutex.isRecursive?4() -> bool +PyQt5.QtCore.QSignalBlocker?1(QObject) +PyQt5.QtCore.QSignalBlocker.__init__?1(self, QObject) +PyQt5.QtCore.QSignalBlocker.reblock?4() +PyQt5.QtCore.QSignalBlocker.unblock?4() +PyQt5.QtCore.QSignalBlocker.__enter__?4() -> object +PyQt5.QtCore.QSignalBlocker.__exit__?4(object, object, object) +PyQt5.QtCore.QObjectCleanupHandler?1() +PyQt5.QtCore.QObjectCleanupHandler.__init__?1(self) +PyQt5.QtCore.QObjectCleanupHandler.add?4(QObject) -> QObject +PyQt5.QtCore.QObjectCleanupHandler.remove?4(QObject) +PyQt5.QtCore.QObjectCleanupHandler.isEmpty?4() -> bool +PyQt5.QtCore.QObjectCleanupHandler.clear?4() +PyQt5.QtCore.QMetaObject?1() +PyQt5.QtCore.QMetaObject.__init__?1(self) +PyQt5.QtCore.QMetaObject?1(QMetaObject) +PyQt5.QtCore.QMetaObject.__init__?1(self, QMetaObject) +PyQt5.QtCore.QMetaObject.className?4() -> str +PyQt5.QtCore.QMetaObject.superClass?4() -> QMetaObject +PyQt5.QtCore.QMetaObject.userProperty?4() -> QMetaProperty +PyQt5.QtCore.QMetaObject.methodOffset?4() -> int +PyQt5.QtCore.QMetaObject.enumeratorOffset?4() -> int +PyQt5.QtCore.QMetaObject.propertyOffset?4() -> int +PyQt5.QtCore.QMetaObject.classInfoOffset?4() -> int +PyQt5.QtCore.QMetaObject.methodCount?4() -> int +PyQt5.QtCore.QMetaObject.enumeratorCount?4() -> int +PyQt5.QtCore.QMetaObject.propertyCount?4() -> int +PyQt5.QtCore.QMetaObject.classInfoCount?4() -> int +PyQt5.QtCore.QMetaObject.indexOfMethod?4(str) -> int +PyQt5.QtCore.QMetaObject.indexOfSignal?4(str) -> int +PyQt5.QtCore.QMetaObject.indexOfSlot?4(str) -> int +PyQt5.QtCore.QMetaObject.indexOfEnumerator?4(str) -> int +PyQt5.QtCore.QMetaObject.indexOfProperty?4(str) -> int +PyQt5.QtCore.QMetaObject.indexOfClassInfo?4(str) -> int +PyQt5.QtCore.QMetaObject.method?4(int) -> QMetaMethod +PyQt5.QtCore.QMetaObject.enumerator?4(int) -> QMetaEnum +PyQt5.QtCore.QMetaObject.property?4(int) -> QMetaProperty +PyQt5.QtCore.QMetaObject.classInfo?4(int) -> QMetaClassInfo +PyQt5.QtCore.QMetaObject.checkConnectArgs?4(str, str) -> bool +PyQt5.QtCore.QMetaObject.connectSlotsByName?4(QObject) +PyQt5.QtCore.QMetaObject.normalizedSignature?4(str) -> QByteArray +PyQt5.QtCore.QMetaObject.normalizedType?4(str) -> QByteArray +PyQt5.QtCore.QMetaObject.invokeMethod?4(QObject, str, Qt.ConnectionType, QGenericReturnArgument, QGenericArgument value0=QGenericArgument(0,0), QGenericArgument value1=QGenericArgument(0,0), QGenericArgument value2=QGenericArgument(0,0), QGenericArgument value3=QGenericArgument(0,0), QGenericArgument value4=QGenericArgument(0,0), QGenericArgument value5=QGenericArgument(0,0), QGenericArgument value6=QGenericArgument(0,0), QGenericArgument value7=QGenericArgument(0,0), QGenericArgument value8=QGenericArgument(0,0), QGenericArgument value9=QGenericArgument(0,0)) -> object +PyQt5.QtCore.QMetaObject.invokeMethod?4(QObject, str, QGenericReturnArgument, QGenericArgument value0=QGenericArgument(0,0), QGenericArgument value1=QGenericArgument(0,0), QGenericArgument value2=QGenericArgument(0,0), QGenericArgument value3=QGenericArgument(0,0), QGenericArgument value4=QGenericArgument(0,0), QGenericArgument value5=QGenericArgument(0,0), QGenericArgument value6=QGenericArgument(0,0), QGenericArgument value7=QGenericArgument(0,0), QGenericArgument value8=QGenericArgument(0,0), QGenericArgument value9=QGenericArgument(0,0)) -> object +PyQt5.QtCore.QMetaObject.invokeMethod?4(QObject, str, Qt.ConnectionType, QGenericArgument value0=QGenericArgument(0,0), QGenericArgument value1=QGenericArgument(0,0), QGenericArgument value2=QGenericArgument(0,0), QGenericArgument value3=QGenericArgument(0,0), QGenericArgument value4=QGenericArgument(0,0), QGenericArgument value5=QGenericArgument(0,0), QGenericArgument value6=QGenericArgument(0,0), QGenericArgument value7=QGenericArgument(0,0), QGenericArgument value8=QGenericArgument(0,0), QGenericArgument value9=QGenericArgument(0,0)) -> object +PyQt5.QtCore.QMetaObject.invokeMethod?4(QObject, str, QGenericArgument value0=QGenericArgument(0,0), QGenericArgument value1=QGenericArgument(0,0), QGenericArgument value2=QGenericArgument(0,0), QGenericArgument value3=QGenericArgument(0,0), QGenericArgument value4=QGenericArgument(0,0), QGenericArgument value5=QGenericArgument(0,0), QGenericArgument value6=QGenericArgument(0,0), QGenericArgument value7=QGenericArgument(0,0), QGenericArgument value8=QGenericArgument(0,0), QGenericArgument value9=QGenericArgument(0,0)) -> object +PyQt5.QtCore.QMetaObject.constructorCount?4() -> int +PyQt5.QtCore.QMetaObject.indexOfConstructor?4(str) -> int +PyQt5.QtCore.QMetaObject.constructor?4(int) -> QMetaMethod +PyQt5.QtCore.QMetaObject.checkConnectArgs?4(QMetaMethod, QMetaMethod) -> bool +PyQt5.QtCore.QParallelAnimationGroup?1(QObject parent=None) +PyQt5.QtCore.QParallelAnimationGroup.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QParallelAnimationGroup.duration?4() -> int +PyQt5.QtCore.QParallelAnimationGroup.event?4(QEvent) -> bool +PyQt5.QtCore.QParallelAnimationGroup.updateCurrentTime?4(int) +PyQt5.QtCore.QParallelAnimationGroup.updateState?4(QAbstractAnimation.State, QAbstractAnimation.State) +PyQt5.QtCore.QParallelAnimationGroup.updateDirection?4(QAbstractAnimation.Direction) +PyQt5.QtCore.QPauseAnimation?1(QObject parent=None) +PyQt5.QtCore.QPauseAnimation.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QPauseAnimation?1(int, QObject parent=None) +PyQt5.QtCore.QPauseAnimation.__init__?1(self, int, QObject parent=None) +PyQt5.QtCore.QPauseAnimation.duration?4() -> int +PyQt5.QtCore.QPauseAnimation.setDuration?4(int) +PyQt5.QtCore.QPauseAnimation.event?4(QEvent) -> bool +PyQt5.QtCore.QPauseAnimation.updateCurrentTime?4(int) +PyQt5.QtCore.QVariantAnimation?1(QObject parent=None) +PyQt5.QtCore.QVariantAnimation.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QVariantAnimation.startValue?4() -> QVariant +PyQt5.QtCore.QVariantAnimation.setStartValue?4(QVariant) +PyQt5.QtCore.QVariantAnimation.endValue?4() -> QVariant +PyQt5.QtCore.QVariantAnimation.setEndValue?4(QVariant) +PyQt5.QtCore.QVariantAnimation.keyValueAt?4(float) -> QVariant +PyQt5.QtCore.QVariantAnimation.setKeyValueAt?4(float, QVariant) +PyQt5.QtCore.QVariantAnimation.keyValues?4() -> list-of-tuple-of-float-QVariant +PyQt5.QtCore.QVariantAnimation.setKeyValues?4(list-of-tuple-of-float-QVariant) +PyQt5.QtCore.QVariantAnimation.currentValue?4() -> QVariant +PyQt5.QtCore.QVariantAnimation.duration?4() -> int +PyQt5.QtCore.QVariantAnimation.setDuration?4(int) +PyQt5.QtCore.QVariantAnimation.easingCurve?4() -> QEasingCurve +PyQt5.QtCore.QVariantAnimation.setEasingCurve?4(QEasingCurve) +PyQt5.QtCore.QVariantAnimation.valueChanged?4(QVariant) +PyQt5.QtCore.QVariantAnimation.event?4(QEvent) -> bool +PyQt5.QtCore.QVariantAnimation.updateCurrentTime?4(int) +PyQt5.QtCore.QVariantAnimation.updateState?4(QAbstractAnimation.State, QAbstractAnimation.State) +PyQt5.QtCore.QVariantAnimation.updateCurrentValue?4(QVariant) +PyQt5.QtCore.QVariantAnimation.interpolated?4(QVariant, QVariant, float) -> QVariant +PyQt5.QtCore.QPropertyAnimation?1(QObject parent=None) +PyQt5.QtCore.QPropertyAnimation.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QPropertyAnimation?1(QObject, QByteArray, QObject parent=None) +PyQt5.QtCore.QPropertyAnimation.__init__?1(self, QObject, QByteArray, QObject parent=None) +PyQt5.QtCore.QPropertyAnimation.targetObject?4() -> QObject +PyQt5.QtCore.QPropertyAnimation.setTargetObject?4(QObject) +PyQt5.QtCore.QPropertyAnimation.propertyName?4() -> QByteArray +PyQt5.QtCore.QPropertyAnimation.setPropertyName?4(QByteArray) +PyQt5.QtCore.QPropertyAnimation.event?4(QEvent) -> bool +PyQt5.QtCore.QPropertyAnimation.updateCurrentValue?4(QVariant) +PyQt5.QtCore.QPropertyAnimation.updateState?4(QAbstractAnimation.State, QAbstractAnimation.State) +PyQt5.QtCore.QPluginLoader?1(QObject parent=None) +PyQt5.QtCore.QPluginLoader.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QPluginLoader?1(str, QObject parent=None) +PyQt5.QtCore.QPluginLoader.__init__?1(self, str, QObject parent=None) +PyQt5.QtCore.QPluginLoader.instance?4() -> QObject +PyQt5.QtCore.QPluginLoader.staticInstances?4() -> list-of-QObject +PyQt5.QtCore.QPluginLoader.load?4() -> bool +PyQt5.QtCore.QPluginLoader.unload?4() -> bool +PyQt5.QtCore.QPluginLoader.isLoaded?4() -> bool +PyQt5.QtCore.QPluginLoader.setFileName?4(str) +PyQt5.QtCore.QPluginLoader.fileName?4() -> str +PyQt5.QtCore.QPluginLoader.errorString?4() -> str +PyQt5.QtCore.QPluginLoader.setLoadHints?4(QLibrary.LoadHints) +PyQt5.QtCore.QPluginLoader.loadHints?4() -> QLibrary.LoadHints +PyQt5.QtCore.QPoint?1() +PyQt5.QtCore.QPoint.__init__?1(self) +PyQt5.QtCore.QPoint?1(int, int) +PyQt5.QtCore.QPoint.__init__?1(self, int, int) +PyQt5.QtCore.QPoint?1(QPoint) +PyQt5.QtCore.QPoint.__init__?1(self, QPoint) +PyQt5.QtCore.QPoint.manhattanLength?4() -> int +PyQt5.QtCore.QPoint.isNull?4() -> bool +PyQt5.QtCore.QPoint.x?4() -> int +PyQt5.QtCore.QPoint.y?4() -> int +PyQt5.QtCore.QPoint.setX?4(int) +PyQt5.QtCore.QPoint.setY?4(int) +PyQt5.QtCore.QPoint.dotProduct?4(QPoint, QPoint) -> int +PyQt5.QtCore.QPointF?1() +PyQt5.QtCore.QPointF.__init__?1(self) +PyQt5.QtCore.QPointF?1(float, float) +PyQt5.QtCore.QPointF.__init__?1(self, float, float) +PyQt5.QtCore.QPointF?1(QPoint) +PyQt5.QtCore.QPointF.__init__?1(self, QPoint) +PyQt5.QtCore.QPointF?1(QPointF) +PyQt5.QtCore.QPointF.__init__?1(self, QPointF) +PyQt5.QtCore.QPointF.isNull?4() -> bool +PyQt5.QtCore.QPointF.x?4() -> float +PyQt5.QtCore.QPointF.y?4() -> float +PyQt5.QtCore.QPointF.setX?4(float) +PyQt5.QtCore.QPointF.setY?4(float) +PyQt5.QtCore.QPointF.toPoint?4() -> QPoint +PyQt5.QtCore.QPointF.manhattanLength?4() -> float +PyQt5.QtCore.QPointF.dotProduct?4(QPointF, QPointF) -> float +PyQt5.QtCore.QProcess.InputChannelMode?10 +PyQt5.QtCore.QProcess.ManagedInputChannel?10 +PyQt5.QtCore.QProcess.ForwardedInputChannel?10 +PyQt5.QtCore.QProcess.ProcessChannelMode?10 +PyQt5.QtCore.QProcess.SeparateChannels?10 +PyQt5.QtCore.QProcess.MergedChannels?10 +PyQt5.QtCore.QProcess.ForwardedChannels?10 +PyQt5.QtCore.QProcess.ForwardedOutputChannel?10 +PyQt5.QtCore.QProcess.ForwardedErrorChannel?10 +PyQt5.QtCore.QProcess.ProcessChannel?10 +PyQt5.QtCore.QProcess.StandardOutput?10 +PyQt5.QtCore.QProcess.StandardError?10 +PyQt5.QtCore.QProcess.ProcessState?10 +PyQt5.QtCore.QProcess.NotRunning?10 +PyQt5.QtCore.QProcess.Starting?10 +PyQt5.QtCore.QProcess.Running?10 +PyQt5.QtCore.QProcess.ProcessError?10 +PyQt5.QtCore.QProcess.FailedToStart?10 +PyQt5.QtCore.QProcess.Crashed?10 +PyQt5.QtCore.QProcess.Timedout?10 +PyQt5.QtCore.QProcess.ReadError?10 +PyQt5.QtCore.QProcess.WriteError?10 +PyQt5.QtCore.QProcess.UnknownError?10 +PyQt5.QtCore.QProcess.ExitStatus?10 +PyQt5.QtCore.QProcess.NormalExit?10 +PyQt5.QtCore.QProcess.CrashExit?10 +PyQt5.QtCore.QProcess?1(QObject parent=None) +PyQt5.QtCore.QProcess.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QProcess.start?4(str, list-of-str, QIODevice.OpenMode mode=QIODevice.ReadWrite) +PyQt5.QtCore.QProcess.start?4(str, QIODevice.OpenMode mode=QIODevice.ReadWrite) +PyQt5.QtCore.QProcess.start?4(QIODevice.OpenMode mode=QIODevice.ReadWrite) +PyQt5.QtCore.QProcess.readChannel?4() -> QProcess.ProcessChannel +PyQt5.QtCore.QProcess.setReadChannel?4(QProcess.ProcessChannel) +PyQt5.QtCore.QProcess.closeReadChannel?4(QProcess.ProcessChannel) +PyQt5.QtCore.QProcess.closeWriteChannel?4() +PyQt5.QtCore.QProcess.workingDirectory?4() -> str +PyQt5.QtCore.QProcess.setWorkingDirectory?4(str) +PyQt5.QtCore.QProcess.error?4() -> QProcess.ProcessError +PyQt5.QtCore.QProcess.state?4() -> QProcess.ProcessState +PyQt5.QtCore.QProcess.pid?4() -> int +PyQt5.QtCore.QProcess.waitForStarted?4(int msecs=30000) -> bool +PyQt5.QtCore.QProcess.waitForReadyRead?4(int msecs=30000) -> bool +PyQt5.QtCore.QProcess.waitForBytesWritten?4(int msecs=30000) -> bool +PyQt5.QtCore.QProcess.waitForFinished?4(int msecs=30000) -> bool +PyQt5.QtCore.QProcess.readAllStandardOutput?4() -> QByteArray +PyQt5.QtCore.QProcess.readAllStandardError?4() -> QByteArray +PyQt5.QtCore.QProcess.exitCode?4() -> int +PyQt5.QtCore.QProcess.exitStatus?4() -> QProcess.ExitStatus +PyQt5.QtCore.QProcess.bytesAvailable?4() -> int +PyQt5.QtCore.QProcess.bytesToWrite?4() -> int +PyQt5.QtCore.QProcess.isSequential?4() -> bool +PyQt5.QtCore.QProcess.canReadLine?4() -> bool +PyQt5.QtCore.QProcess.close?4() +PyQt5.QtCore.QProcess.atEnd?4() -> bool +PyQt5.QtCore.QProcess.execute?4(str, list-of-str) -> int +PyQt5.QtCore.QProcess.execute?4(str) -> int +PyQt5.QtCore.QProcess.startDetached?4(str, list-of-str, str) -> (bool, int) +PyQt5.QtCore.QProcess.startDetached?4(str, list-of-str) -> bool +PyQt5.QtCore.QProcess.startDetached?4(str) -> bool +PyQt5.QtCore.QProcess.systemEnvironment?4() -> list-of-str +PyQt5.QtCore.QProcess.processChannelMode?4() -> QProcess.ProcessChannelMode +PyQt5.QtCore.QProcess.setProcessChannelMode?4(QProcess.ProcessChannelMode) +PyQt5.QtCore.QProcess.setStandardInputFile?4(str) +PyQt5.QtCore.QProcess.setStandardOutputFile?4(str, QIODevice.OpenMode mode=QIODevice.Truncate) +PyQt5.QtCore.QProcess.setStandardErrorFile?4(str, QIODevice.OpenMode mode=QIODevice.Truncate) +PyQt5.QtCore.QProcess.setStandardOutputProcess?4(QProcess) +PyQt5.QtCore.QProcess.terminate?4() +PyQt5.QtCore.QProcess.kill?4() +PyQt5.QtCore.QProcess.started?4() +PyQt5.QtCore.QProcess.finished?4(int, QProcess.ExitStatus) +PyQt5.QtCore.QProcess.error?4(QProcess.ProcessError) +PyQt5.QtCore.QProcess.stateChanged?4(QProcess.ProcessState) +PyQt5.QtCore.QProcess.readyReadStandardOutput?4() +PyQt5.QtCore.QProcess.readyReadStandardError?4() +PyQt5.QtCore.QProcess.setProcessState?4(QProcess.ProcessState) +PyQt5.QtCore.QProcess.setupChildProcess?4() +PyQt5.QtCore.QProcess.readData?4(int) -> bytes +PyQt5.QtCore.QProcess.writeData?4(str) -> int +PyQt5.QtCore.QProcess.setProcessEnvironment?4(QProcessEnvironment) +PyQt5.QtCore.QProcess.processEnvironment?4() -> QProcessEnvironment +PyQt5.QtCore.QProcess.program?4() -> str +PyQt5.QtCore.QProcess.setProgram?4(str) +PyQt5.QtCore.QProcess.arguments?4() -> list-of-str +PyQt5.QtCore.QProcess.setArguments?4(list-of-str) +PyQt5.QtCore.QProcess.open?4(QIODevice.OpenMode mode=QIODevice.ReadWrite) -> bool +PyQt5.QtCore.QProcess.inputChannelMode?4() -> QProcess.InputChannelMode +PyQt5.QtCore.QProcess.setInputChannelMode?4(QProcess.InputChannelMode) +PyQt5.QtCore.QProcess.nullDevice?4() -> str +PyQt5.QtCore.QProcess.processId?4() -> int +PyQt5.QtCore.QProcessEnvironment?1() +PyQt5.QtCore.QProcessEnvironment.__init__?1(self) +PyQt5.QtCore.QProcessEnvironment?1(QProcessEnvironment) +PyQt5.QtCore.QProcessEnvironment.__init__?1(self, QProcessEnvironment) +PyQt5.QtCore.QProcessEnvironment.isEmpty?4() -> bool +PyQt5.QtCore.QProcessEnvironment.clear?4() +PyQt5.QtCore.QProcessEnvironment.contains?4(str) -> bool +PyQt5.QtCore.QProcessEnvironment.insert?4(str, str) +PyQt5.QtCore.QProcessEnvironment.insert?4(QProcessEnvironment) +PyQt5.QtCore.QProcessEnvironment.remove?4(str) +PyQt5.QtCore.QProcessEnvironment.value?4(str, str defaultValue='') -> str +PyQt5.QtCore.QProcessEnvironment.toStringList?4() -> list-of-str +PyQt5.QtCore.QProcessEnvironment.systemEnvironment?4() -> QProcessEnvironment +PyQt5.QtCore.QProcessEnvironment.keys?4() -> list-of-str +PyQt5.QtCore.QProcessEnvironment.swap?4(QProcessEnvironment) +PyQt5.QtCore.QReadWriteLock.RecursionMode?10 +PyQt5.QtCore.QReadWriteLock.NonRecursive?10 +PyQt5.QtCore.QReadWriteLock.Recursive?10 +PyQt5.QtCore.QReadWriteLock?1(QReadWriteLock.RecursionMode recursionMode=QReadWriteLock.NonRecursive) +PyQt5.QtCore.QReadWriteLock.__init__?1(self, QReadWriteLock.RecursionMode recursionMode=QReadWriteLock.NonRecursive) +PyQt5.QtCore.QReadWriteLock.lockForRead?4() +PyQt5.QtCore.QReadWriteLock.tryLockForRead?4() -> bool +PyQt5.QtCore.QReadWriteLock.tryLockForRead?4(int) -> bool +PyQt5.QtCore.QReadWriteLock.lockForWrite?4() +PyQt5.QtCore.QReadWriteLock.tryLockForWrite?4() -> bool +PyQt5.QtCore.QReadWriteLock.tryLockForWrite?4(int) -> bool +PyQt5.QtCore.QReadWriteLock.unlock?4() +PyQt5.QtCore.QReadLocker?1(QReadWriteLock) +PyQt5.QtCore.QReadLocker.__init__?1(self, QReadWriteLock) +PyQt5.QtCore.QReadLocker.unlock?4() +PyQt5.QtCore.QReadLocker.relock?4() +PyQt5.QtCore.QReadLocker.readWriteLock?4() -> QReadWriteLock +PyQt5.QtCore.QReadLocker.__enter__?4() -> object +PyQt5.QtCore.QReadLocker.__exit__?4(object, object, object) +PyQt5.QtCore.QWriteLocker?1(QReadWriteLock) +PyQt5.QtCore.QWriteLocker.__init__?1(self, QReadWriteLock) +PyQt5.QtCore.QWriteLocker.unlock?4() +PyQt5.QtCore.QWriteLocker.relock?4() +PyQt5.QtCore.QWriteLocker.readWriteLock?4() -> QReadWriteLock +PyQt5.QtCore.QWriteLocker.__enter__?4() -> object +PyQt5.QtCore.QWriteLocker.__exit__?4(object, object, object) +PyQt5.QtCore.QRect?1() +PyQt5.QtCore.QRect.__init__?1(self) +PyQt5.QtCore.QRect?1(int, int, int, int) +PyQt5.QtCore.QRect.__init__?1(self, int, int, int, int) +PyQt5.QtCore.QRect?1(QPoint, QPoint) +PyQt5.QtCore.QRect.__init__?1(self, QPoint, QPoint) +PyQt5.QtCore.QRect?1(QPoint, QSize) +PyQt5.QtCore.QRect.__init__?1(self, QPoint, QSize) +PyQt5.QtCore.QRect?1(QRect) +PyQt5.QtCore.QRect.__init__?1(self, QRect) +PyQt5.QtCore.QRect.normalized?4() -> QRect +PyQt5.QtCore.QRect.moveCenter?4(QPoint) +PyQt5.QtCore.QRect.contains?4(QPoint, bool proper=False) -> bool +PyQt5.QtCore.QRect.contains?4(QRect, bool proper=False) -> bool +PyQt5.QtCore.QRect.intersects?4(QRect) -> bool +PyQt5.QtCore.QRect.isNull?4() -> bool +PyQt5.QtCore.QRect.isEmpty?4() -> bool +PyQt5.QtCore.QRect.isValid?4() -> bool +PyQt5.QtCore.QRect.left?4() -> int +PyQt5.QtCore.QRect.top?4() -> int +PyQt5.QtCore.QRect.right?4() -> int +PyQt5.QtCore.QRect.bottom?4() -> int +PyQt5.QtCore.QRect.x?4() -> int +PyQt5.QtCore.QRect.y?4() -> int +PyQt5.QtCore.QRect.setLeft?4(int) +PyQt5.QtCore.QRect.setTop?4(int) +PyQt5.QtCore.QRect.setRight?4(int) +PyQt5.QtCore.QRect.setBottom?4(int) +PyQt5.QtCore.QRect.setTopLeft?4(QPoint) +PyQt5.QtCore.QRect.setBottomRight?4(QPoint) +PyQt5.QtCore.QRect.setTopRight?4(QPoint) +PyQt5.QtCore.QRect.setBottomLeft?4(QPoint) +PyQt5.QtCore.QRect.setX?4(int) +PyQt5.QtCore.QRect.setY?4(int) +PyQt5.QtCore.QRect.topLeft?4() -> QPoint +PyQt5.QtCore.QRect.bottomRight?4() -> QPoint +PyQt5.QtCore.QRect.topRight?4() -> QPoint +PyQt5.QtCore.QRect.bottomLeft?4() -> QPoint +PyQt5.QtCore.QRect.center?4() -> QPoint +PyQt5.QtCore.QRect.width?4() -> int +PyQt5.QtCore.QRect.height?4() -> int +PyQt5.QtCore.QRect.size?4() -> QSize +PyQt5.QtCore.QRect.translate?4(int, int) +PyQt5.QtCore.QRect.translate?4(QPoint) +PyQt5.QtCore.QRect.translated?4(int, int) -> QRect +PyQt5.QtCore.QRect.translated?4(QPoint) -> QRect +PyQt5.QtCore.QRect.moveTo?4(int, int) +PyQt5.QtCore.QRect.moveTo?4(QPoint) +PyQt5.QtCore.QRect.moveLeft?4(int) +PyQt5.QtCore.QRect.moveTop?4(int) +PyQt5.QtCore.QRect.moveRight?4(int) +PyQt5.QtCore.QRect.moveBottom?4(int) +PyQt5.QtCore.QRect.moveTopLeft?4(QPoint) +PyQt5.QtCore.QRect.moveBottomRight?4(QPoint) +PyQt5.QtCore.QRect.moveTopRight?4(QPoint) +PyQt5.QtCore.QRect.moveBottomLeft?4(QPoint) +PyQt5.QtCore.QRect.getRect?4() -> (int, int, int, int) +PyQt5.QtCore.QRect.setRect?4(int, int, int, int) +PyQt5.QtCore.QRect.getCoords?4() -> (int, int, int, int) +PyQt5.QtCore.QRect.setCoords?4(int, int, int, int) +PyQt5.QtCore.QRect.adjusted?4(int, int, int, int) -> QRect +PyQt5.QtCore.QRect.adjust?4(int, int, int, int) +PyQt5.QtCore.QRect.setWidth?4(int) +PyQt5.QtCore.QRect.setHeight?4(int) +PyQt5.QtCore.QRect.setSize?4(QSize) +PyQt5.QtCore.QRect.contains?4(int, int, bool) -> bool +PyQt5.QtCore.QRect.contains?4(int, int) -> bool +PyQt5.QtCore.QRect.intersected?4(QRect) -> QRect +PyQt5.QtCore.QRect.united?4(QRect) -> QRect +PyQt5.QtCore.QRect.marginsAdded?4(QMargins) -> QRect +PyQt5.QtCore.QRect.marginsRemoved?4(QMargins) -> QRect +PyQt5.QtCore.QRectF?1() +PyQt5.QtCore.QRectF.__init__?1(self) +PyQt5.QtCore.QRectF?1(QPointF, QSizeF) +PyQt5.QtCore.QRectF.__init__?1(self, QPointF, QSizeF) +PyQt5.QtCore.QRectF?1(QPointF, QPointF) +PyQt5.QtCore.QRectF.__init__?1(self, QPointF, QPointF) +PyQt5.QtCore.QRectF?1(float, float, float, float) +PyQt5.QtCore.QRectF.__init__?1(self, float, float, float, float) +PyQt5.QtCore.QRectF?1(QRect) +PyQt5.QtCore.QRectF.__init__?1(self, QRect) +PyQt5.QtCore.QRectF?1(QRectF) +PyQt5.QtCore.QRectF.__init__?1(self, QRectF) +PyQt5.QtCore.QRectF.normalized?4() -> QRectF +PyQt5.QtCore.QRectF.left?4() -> float +PyQt5.QtCore.QRectF.top?4() -> float +PyQt5.QtCore.QRectF.right?4() -> float +PyQt5.QtCore.QRectF.bottom?4() -> float +PyQt5.QtCore.QRectF.setX?4(float) +PyQt5.QtCore.QRectF.setY?4(float) +PyQt5.QtCore.QRectF.topLeft?4() -> QPointF +PyQt5.QtCore.QRectF.bottomRight?4() -> QPointF +PyQt5.QtCore.QRectF.topRight?4() -> QPointF +PyQt5.QtCore.QRectF.bottomLeft?4() -> QPointF +PyQt5.QtCore.QRectF.contains?4(QPointF) -> bool +PyQt5.QtCore.QRectF.contains?4(QRectF) -> bool +PyQt5.QtCore.QRectF.intersects?4(QRectF) -> bool +PyQt5.QtCore.QRectF.isNull?4() -> bool +PyQt5.QtCore.QRectF.isEmpty?4() -> bool +PyQt5.QtCore.QRectF.isValid?4() -> bool +PyQt5.QtCore.QRectF.x?4() -> float +PyQt5.QtCore.QRectF.y?4() -> float +PyQt5.QtCore.QRectF.setLeft?4(float) +PyQt5.QtCore.QRectF.setRight?4(float) +PyQt5.QtCore.QRectF.setTop?4(float) +PyQt5.QtCore.QRectF.setBottom?4(float) +PyQt5.QtCore.QRectF.setTopLeft?4(QPointF) +PyQt5.QtCore.QRectF.setTopRight?4(QPointF) +PyQt5.QtCore.QRectF.setBottomLeft?4(QPointF) +PyQt5.QtCore.QRectF.setBottomRight?4(QPointF) +PyQt5.QtCore.QRectF.center?4() -> QPointF +PyQt5.QtCore.QRectF.moveLeft?4(float) +PyQt5.QtCore.QRectF.moveTop?4(float) +PyQt5.QtCore.QRectF.moveRight?4(float) +PyQt5.QtCore.QRectF.moveBottom?4(float) +PyQt5.QtCore.QRectF.moveTopLeft?4(QPointF) +PyQt5.QtCore.QRectF.moveTopRight?4(QPointF) +PyQt5.QtCore.QRectF.moveBottomLeft?4(QPointF) +PyQt5.QtCore.QRectF.moveBottomRight?4(QPointF) +PyQt5.QtCore.QRectF.moveCenter?4(QPointF) +PyQt5.QtCore.QRectF.width?4() -> float +PyQt5.QtCore.QRectF.height?4() -> float +PyQt5.QtCore.QRectF.size?4() -> QSizeF +PyQt5.QtCore.QRectF.translate?4(float, float) +PyQt5.QtCore.QRectF.translate?4(QPointF) +PyQt5.QtCore.QRectF.moveTo?4(float, float) +PyQt5.QtCore.QRectF.moveTo?4(QPointF) +PyQt5.QtCore.QRectF.translated?4(float, float) -> QRectF +PyQt5.QtCore.QRectF.translated?4(QPointF) -> QRectF +PyQt5.QtCore.QRectF.getRect?4() -> (float, float, float, float) +PyQt5.QtCore.QRectF.setRect?4(float, float, float, float) +PyQt5.QtCore.QRectF.getCoords?4() -> (float, float, float, float) +PyQt5.QtCore.QRectF.setCoords?4(float, float, float, float) +PyQt5.QtCore.QRectF.adjust?4(float, float, float, float) +PyQt5.QtCore.QRectF.adjusted?4(float, float, float, float) -> QRectF +PyQt5.QtCore.QRectF.setWidth?4(float) +PyQt5.QtCore.QRectF.setHeight?4(float) +PyQt5.QtCore.QRectF.setSize?4(QSizeF) +PyQt5.QtCore.QRectF.contains?4(float, float) -> bool +PyQt5.QtCore.QRectF.intersected?4(QRectF) -> QRectF +PyQt5.QtCore.QRectF.united?4(QRectF) -> QRectF +PyQt5.QtCore.QRectF.toAlignedRect?4() -> QRect +PyQt5.QtCore.QRectF.toRect?4() -> QRect +PyQt5.QtCore.QRectF.marginsAdded?4(QMarginsF) -> QRectF +PyQt5.QtCore.QRectF.marginsRemoved?4(QMarginsF) -> QRectF +PyQt5.QtCore.QRegExp.CaretMode?10 +PyQt5.QtCore.QRegExp.CaretAtZero?10 +PyQt5.QtCore.QRegExp.CaretAtOffset?10 +PyQt5.QtCore.QRegExp.CaretWontMatch?10 +PyQt5.QtCore.QRegExp.PatternSyntax?10 +PyQt5.QtCore.QRegExp.RegExp?10 +PyQt5.QtCore.QRegExp.RegExp2?10 +PyQt5.QtCore.QRegExp.Wildcard?10 +PyQt5.QtCore.QRegExp.FixedString?10 +PyQt5.QtCore.QRegExp.WildcardUnix?10 +PyQt5.QtCore.QRegExp.W3CXmlSchema11?10 +PyQt5.QtCore.QRegExp?1() +PyQt5.QtCore.QRegExp.__init__?1(self) +PyQt5.QtCore.QRegExp?1(str, Qt.CaseSensitivity cs=Qt.CaseSensitive, QRegExp.PatternSyntax syntax=QRegExp.RegExp) +PyQt5.QtCore.QRegExp.__init__?1(self, str, Qt.CaseSensitivity cs=Qt.CaseSensitive, QRegExp.PatternSyntax syntax=QRegExp.RegExp) +PyQt5.QtCore.QRegExp?1(QRegExp) +PyQt5.QtCore.QRegExp.__init__?1(self, QRegExp) +PyQt5.QtCore.QRegExp.isEmpty?4() -> bool +PyQt5.QtCore.QRegExp.isValid?4() -> bool +PyQt5.QtCore.QRegExp.pattern?4() -> str +PyQt5.QtCore.QRegExp.setPattern?4(str) +PyQt5.QtCore.QRegExp.caseSensitivity?4() -> Qt.CaseSensitivity +PyQt5.QtCore.QRegExp.setCaseSensitivity?4(Qt.CaseSensitivity) +PyQt5.QtCore.QRegExp.patternSyntax?4() -> QRegExp.PatternSyntax +PyQt5.QtCore.QRegExp.setPatternSyntax?4(QRegExp.PatternSyntax) +PyQt5.QtCore.QRegExp.isMinimal?4() -> bool +PyQt5.QtCore.QRegExp.setMinimal?4(bool) +PyQt5.QtCore.QRegExp.exactMatch?4(str) -> bool +PyQt5.QtCore.QRegExp.indexIn?4(str, int offset=0, QRegExp.CaretMode caretMode=QRegExp.CaretAtZero) -> int +PyQt5.QtCore.QRegExp.lastIndexIn?4(str, int offset=-1, QRegExp.CaretMode caretMode=QRegExp.CaretAtZero) -> int +PyQt5.QtCore.QRegExp.matchedLength?4() -> int +PyQt5.QtCore.QRegExp.capturedTexts?4() -> list-of-str +PyQt5.QtCore.QRegExp.cap?4(int nth=0) -> str +PyQt5.QtCore.QRegExp.pos?4(int nth=0) -> int +PyQt5.QtCore.QRegExp.errorString?4() -> str +PyQt5.QtCore.QRegExp.escape?4(str) -> str +PyQt5.QtCore.QRegExp.captureCount?4() -> int +PyQt5.QtCore.QRegExp.swap?4(QRegExp) +PyQt5.QtCore.QRegularExpression.MatchOption?10 +PyQt5.QtCore.QRegularExpression.NoMatchOption?10 +PyQt5.QtCore.QRegularExpression.AnchoredMatchOption?10 +PyQt5.QtCore.QRegularExpression.MatchType?10 +PyQt5.QtCore.QRegularExpression.NormalMatch?10 +PyQt5.QtCore.QRegularExpression.PartialPreferCompleteMatch?10 +PyQt5.QtCore.QRegularExpression.PartialPreferFirstMatch?10 +PyQt5.QtCore.QRegularExpression.NoMatch?10 +PyQt5.QtCore.QRegularExpression.PatternOption?10 +PyQt5.QtCore.QRegularExpression.NoPatternOption?10 +PyQt5.QtCore.QRegularExpression.CaseInsensitiveOption?10 +PyQt5.QtCore.QRegularExpression.DotMatchesEverythingOption?10 +PyQt5.QtCore.QRegularExpression.MultilineOption?10 +PyQt5.QtCore.QRegularExpression.ExtendedPatternSyntaxOption?10 +PyQt5.QtCore.QRegularExpression.InvertedGreedinessOption?10 +PyQt5.QtCore.QRegularExpression.DontCaptureOption?10 +PyQt5.QtCore.QRegularExpression.UseUnicodePropertiesOption?10 +PyQt5.QtCore.QRegularExpression?1() +PyQt5.QtCore.QRegularExpression.__init__?1(self) +PyQt5.QtCore.QRegularExpression?1(str, QRegularExpression.PatternOptions options=QRegularExpression.NoPatternOption) +PyQt5.QtCore.QRegularExpression.__init__?1(self, str, QRegularExpression.PatternOptions options=QRegularExpression.NoPatternOption) +PyQt5.QtCore.QRegularExpression?1(QRegularExpression) +PyQt5.QtCore.QRegularExpression.__init__?1(self, QRegularExpression) +PyQt5.QtCore.QRegularExpression.patternOptions?4() -> QRegularExpression.PatternOptions +PyQt5.QtCore.QRegularExpression.setPatternOptions?4(QRegularExpression.PatternOptions) +PyQt5.QtCore.QRegularExpression.swap?4(QRegularExpression) +PyQt5.QtCore.QRegularExpression.pattern?4() -> str +PyQt5.QtCore.QRegularExpression.setPattern?4(str) +PyQt5.QtCore.QRegularExpression.isValid?4() -> bool +PyQt5.QtCore.QRegularExpression.patternErrorOffset?4() -> int +PyQt5.QtCore.QRegularExpression.errorString?4() -> str +PyQt5.QtCore.QRegularExpression.captureCount?4() -> int +PyQt5.QtCore.QRegularExpression.match?4(str, int offset=0, QRegularExpression.MatchType matchType=QRegularExpression.NormalMatch, QRegularExpression.MatchOptions matchOptions=QRegularExpression.NoMatchOption) -> QRegularExpressionMatch +PyQt5.QtCore.QRegularExpression.globalMatch?4(str, int offset=0, QRegularExpression.MatchType matchType=QRegularExpression.NormalMatch, QRegularExpression.MatchOptions matchOptions=QRegularExpression.NoMatchOption) -> QRegularExpressionMatchIterator +PyQt5.QtCore.QRegularExpression.escape?4(str) -> str +PyQt5.QtCore.QRegularExpression.namedCaptureGroups?4() -> list-of-str +PyQt5.QtCore.QRegularExpression.PatternOptions?1(QRegularExpression.PatternOptions) +PyQt5.QtCore.QRegularExpression.PatternOptions.__init__?1(self, QRegularExpression.PatternOptions) +PyQt5.QtCore.QRegularExpression.PatternOptions?1(int) +PyQt5.QtCore.QRegularExpression.PatternOptions.__init__?1(self, int) +PyQt5.QtCore.QRegularExpression.PatternOptions?1() +PyQt5.QtCore.QRegularExpression.PatternOptions.__init__?1(self) +PyQt5.QtCore.QRegularExpression.MatchOptions?1(QRegularExpression.MatchOptions) +PyQt5.QtCore.QRegularExpression.MatchOptions.__init__?1(self, QRegularExpression.MatchOptions) +PyQt5.QtCore.QRegularExpression.MatchOptions?1(int) +PyQt5.QtCore.QRegularExpression.MatchOptions.__init__?1(self, int) +PyQt5.QtCore.QRegularExpression.MatchOptions?1() +PyQt5.QtCore.QRegularExpression.MatchOptions.__init__?1(self) +PyQt5.QtCore.QRegularExpressionMatch?1() +PyQt5.QtCore.QRegularExpressionMatch.__init__?1(self) +PyQt5.QtCore.QRegularExpressionMatch?1(QRegularExpressionMatch) +PyQt5.QtCore.QRegularExpressionMatch.__init__?1(self, QRegularExpressionMatch) +PyQt5.QtCore.QRegularExpressionMatch.swap?4(QRegularExpressionMatch) +PyQt5.QtCore.QRegularExpressionMatch.regularExpression?4() -> QRegularExpression +PyQt5.QtCore.QRegularExpressionMatch.matchType?4() -> QRegularExpression.MatchType +PyQt5.QtCore.QRegularExpressionMatch.matchOptions?4() -> QRegularExpression.MatchOptions +PyQt5.QtCore.QRegularExpressionMatch.hasMatch?4() -> bool +PyQt5.QtCore.QRegularExpressionMatch.hasPartialMatch?4() -> bool +PyQt5.QtCore.QRegularExpressionMatch.isValid?4() -> bool +PyQt5.QtCore.QRegularExpressionMatch.lastCapturedIndex?4() -> int +PyQt5.QtCore.QRegularExpressionMatch.captured?4(int nth=0) -> str +PyQt5.QtCore.QRegularExpressionMatch.captured?4(str) -> str +PyQt5.QtCore.QRegularExpressionMatch.capturedTexts?4() -> list-of-str +PyQt5.QtCore.QRegularExpressionMatch.capturedStart?4(int nth=0) -> int +PyQt5.QtCore.QRegularExpressionMatch.capturedLength?4(int nth=0) -> int +PyQt5.QtCore.QRegularExpressionMatch.capturedEnd?4(int nth=0) -> int +PyQt5.QtCore.QRegularExpressionMatch.capturedStart?4(str) -> int +PyQt5.QtCore.QRegularExpressionMatch.capturedLength?4(str) -> int +PyQt5.QtCore.QRegularExpressionMatch.capturedEnd?4(str) -> int +PyQt5.QtCore.QRegularExpressionMatchIterator?1() +PyQt5.QtCore.QRegularExpressionMatchIterator.__init__?1(self) +PyQt5.QtCore.QRegularExpressionMatchIterator?1(QRegularExpressionMatchIterator) +PyQt5.QtCore.QRegularExpressionMatchIterator.__init__?1(self, QRegularExpressionMatchIterator) +PyQt5.QtCore.QRegularExpressionMatchIterator.swap?4(QRegularExpressionMatchIterator) +PyQt5.QtCore.QRegularExpressionMatchIterator.isValid?4() -> bool +PyQt5.QtCore.QRegularExpressionMatchIterator.hasNext?4() -> bool +PyQt5.QtCore.QRegularExpressionMatchIterator.next?4() -> QRegularExpressionMatch +PyQt5.QtCore.QRegularExpressionMatchIterator.peekNext?4() -> QRegularExpressionMatch +PyQt5.QtCore.QRegularExpressionMatchIterator.regularExpression?4() -> QRegularExpression +PyQt5.QtCore.QRegularExpressionMatchIterator.matchType?4() -> QRegularExpression.MatchType +PyQt5.QtCore.QRegularExpressionMatchIterator.matchOptions?4() -> QRegularExpression.MatchOptions +PyQt5.QtCore.QResource?1(str fileName='', QLocale locale=QLocale()) +PyQt5.QtCore.QResource.__init__?1(self, str fileName='', QLocale locale=QLocale()) +PyQt5.QtCore.QResource.absoluteFilePath?4() -> str +PyQt5.QtCore.QResource.data?4() -> bytes +PyQt5.QtCore.QResource.fileName?4() -> str +PyQt5.QtCore.QResource.isCompressed?4() -> bool +PyQt5.QtCore.QResource.isValid?4() -> bool +PyQt5.QtCore.QResource.locale?4() -> QLocale +PyQt5.QtCore.QResource.setFileName?4(str) +PyQt5.QtCore.QResource.setLocale?4(QLocale) +PyQt5.QtCore.QResource.size?4() -> int +PyQt5.QtCore.QResource.registerResource?4(str, str mapRoot='') -> bool +PyQt5.QtCore.QResource.registerResourceData?4(str, str mapRoot='') -> bool +PyQt5.QtCore.QResource.unregisterResource?4(str, str mapRoot='') -> bool +PyQt5.QtCore.QResource.unregisterResourceData?4(str, str mapRoot='') -> bool +PyQt5.QtCore.QResource.children?4() -> list-of-str +PyQt5.QtCore.QResource.isDir?4() -> bool +PyQt5.QtCore.QResource.isFile?4() -> bool +PyQt5.QtCore.QRunnable?1() +PyQt5.QtCore.QRunnable.__init__?1(self) +PyQt5.QtCore.QRunnable?1(QRunnable) +PyQt5.QtCore.QRunnable.__init__?1(self, QRunnable) +PyQt5.QtCore.QRunnable.run?4() +PyQt5.QtCore.QRunnable.autoDelete?4() -> bool +PyQt5.QtCore.QRunnable.setAutoDelete?4(bool) +PyQt5.QtCore.QSaveFile?1(str) +PyQt5.QtCore.QSaveFile.__init__?1(self, str) +PyQt5.QtCore.QSaveFile?1(QObject parent=None) +PyQt5.QtCore.QSaveFile.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QSaveFile?1(str, QObject) +PyQt5.QtCore.QSaveFile.__init__?1(self, str, QObject) +PyQt5.QtCore.QSaveFile.fileName?4() -> str +PyQt5.QtCore.QSaveFile.setFileName?4(str) +PyQt5.QtCore.QSaveFile.open?4(QIODevice.OpenMode) -> bool +PyQt5.QtCore.QSaveFile.commit?4() -> bool +PyQt5.QtCore.QSaveFile.cancelWriting?4() +PyQt5.QtCore.QSaveFile.setDirectWriteFallback?4(bool) +PyQt5.QtCore.QSaveFile.directWriteFallback?4() -> bool +PyQt5.QtCore.QSaveFile.writeData?4(str) -> int +PyQt5.QtCore.QSemaphore?1(int n=0) +PyQt5.QtCore.QSemaphore.__init__?1(self, int n=0) +PyQt5.QtCore.QSemaphore.acquire?4(int n=1) +PyQt5.QtCore.QSemaphore.tryAcquire?4(int n=1) -> bool +PyQt5.QtCore.QSemaphore.tryAcquire?4(int, int) -> bool +PyQt5.QtCore.QSemaphore.release?4(int n=1) +PyQt5.QtCore.QSemaphore.available?4() -> int +PyQt5.QtCore.QSequentialAnimationGroup?1(QObject parent=None) +PyQt5.QtCore.QSequentialAnimationGroup.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QSequentialAnimationGroup.addPause?4(int) -> QPauseAnimation +PyQt5.QtCore.QSequentialAnimationGroup.insertPause?4(int, int) -> QPauseAnimation +PyQt5.QtCore.QSequentialAnimationGroup.currentAnimation?4() -> QAbstractAnimation +PyQt5.QtCore.QSequentialAnimationGroup.duration?4() -> int +PyQt5.QtCore.QSequentialAnimationGroup.currentAnimationChanged?4(QAbstractAnimation) +PyQt5.QtCore.QSequentialAnimationGroup.event?4(QEvent) -> bool +PyQt5.QtCore.QSequentialAnimationGroup.updateCurrentTime?4(int) +PyQt5.QtCore.QSequentialAnimationGroup.updateState?4(QAbstractAnimation.State, QAbstractAnimation.State) +PyQt5.QtCore.QSequentialAnimationGroup.updateDirection?4(QAbstractAnimation.Direction) +PyQt5.QtCore.QSettings.Scope?10 +PyQt5.QtCore.QSettings.UserScope?10 +PyQt5.QtCore.QSettings.SystemScope?10 +PyQt5.QtCore.QSettings.Format?10 +PyQt5.QtCore.QSettings.NativeFormat?10 +PyQt5.QtCore.QSettings.IniFormat?10 +PyQt5.QtCore.QSettings.InvalidFormat?10 +PyQt5.QtCore.QSettings.Status?10 +PyQt5.QtCore.QSettings.NoError?10 +PyQt5.QtCore.QSettings.AccessError?10 +PyQt5.QtCore.QSettings.FormatError?10 +PyQt5.QtCore.QSettings?1(str, str application='', QObject parent=None) +PyQt5.QtCore.QSettings.__init__?1(self, str, str application='', QObject parent=None) +PyQt5.QtCore.QSettings?1(QSettings.Scope, str, str application='', QObject parent=None) +PyQt5.QtCore.QSettings.__init__?1(self, QSettings.Scope, str, str application='', QObject parent=None) +PyQt5.QtCore.QSettings?1(QSettings.Format, QSettings.Scope, str, str application='', QObject parent=None) +PyQt5.QtCore.QSettings.__init__?1(self, QSettings.Format, QSettings.Scope, str, str application='', QObject parent=None) +PyQt5.QtCore.QSettings?1(str, QSettings.Format, QObject parent=None) +PyQt5.QtCore.QSettings.__init__?1(self, str, QSettings.Format, QObject parent=None) +PyQt5.QtCore.QSettings?1(QObject parent=None) +PyQt5.QtCore.QSettings.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QSettings.clear?4() +PyQt5.QtCore.QSettings.sync?4() +PyQt5.QtCore.QSettings.status?4() -> QSettings.Status +PyQt5.QtCore.QSettings.beginGroup?4(str) +PyQt5.QtCore.QSettings.endGroup?4() +PyQt5.QtCore.QSettings.group?4() -> str +PyQt5.QtCore.QSettings.beginReadArray?4(str) -> int +PyQt5.QtCore.QSettings.beginWriteArray?4(str, int size=-1) +PyQt5.QtCore.QSettings.endArray?4() +PyQt5.QtCore.QSettings.setArrayIndex?4(int) +PyQt5.QtCore.QSettings.allKeys?4() -> list-of-str +PyQt5.QtCore.QSettings.childKeys?4() -> list-of-str +PyQt5.QtCore.QSettings.childGroups?4() -> list-of-str +PyQt5.QtCore.QSettings.isWritable?4() -> bool +PyQt5.QtCore.QSettings.setValue?4(str, QVariant) +PyQt5.QtCore.QSettings.value?4(str, QVariant defaultValue=None, object type=None) -> object +PyQt5.QtCore.QSettings.remove?4(str) +PyQt5.QtCore.QSettings.contains?4(str) -> bool +PyQt5.QtCore.QSettings.setFallbacksEnabled?4(bool) +PyQt5.QtCore.QSettings.fallbacksEnabled?4() -> bool +PyQt5.QtCore.QSettings.fileName?4() -> str +PyQt5.QtCore.QSettings.setPath?4(QSettings.Format, QSettings.Scope, str) +PyQt5.QtCore.QSettings.format?4() -> QSettings.Format +PyQt5.QtCore.QSettings.scope?4() -> QSettings.Scope +PyQt5.QtCore.QSettings.organizationName?4() -> str +PyQt5.QtCore.QSettings.applicationName?4() -> str +PyQt5.QtCore.QSettings.setDefaultFormat?4(QSettings.Format) +PyQt5.QtCore.QSettings.defaultFormat?4() -> QSettings.Format +PyQt5.QtCore.QSettings.setIniCodec?4(QTextCodec) +PyQt5.QtCore.QSettings.setIniCodec?4(str) +PyQt5.QtCore.QSettings.iniCodec?4() -> QTextCodec +PyQt5.QtCore.QSettings.event?4(QEvent) -> bool +PyQt5.QtCore.QSharedMemory.SharedMemoryError?10 +PyQt5.QtCore.QSharedMemory.NoError?10 +PyQt5.QtCore.QSharedMemory.PermissionDenied?10 +PyQt5.QtCore.QSharedMemory.InvalidSize?10 +PyQt5.QtCore.QSharedMemory.KeyError?10 +PyQt5.QtCore.QSharedMemory.AlreadyExists?10 +PyQt5.QtCore.QSharedMemory.NotFound?10 +PyQt5.QtCore.QSharedMemory.LockError?10 +PyQt5.QtCore.QSharedMemory.OutOfResources?10 +PyQt5.QtCore.QSharedMemory.UnknownError?10 +PyQt5.QtCore.QSharedMemory.AccessMode?10 +PyQt5.QtCore.QSharedMemory.ReadOnly?10 +PyQt5.QtCore.QSharedMemory.ReadWrite?10 +PyQt5.QtCore.QSharedMemory?1(QObject parent=None) +PyQt5.QtCore.QSharedMemory.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QSharedMemory?1(str, QObject parent=None) +PyQt5.QtCore.QSharedMemory.__init__?1(self, str, QObject parent=None) +PyQt5.QtCore.QSharedMemory.setKey?4(str) +PyQt5.QtCore.QSharedMemory.key?4() -> str +PyQt5.QtCore.QSharedMemory.create?4(int, QSharedMemory.AccessMode mode=QSharedMemory.ReadWrite) -> bool +PyQt5.QtCore.QSharedMemory.size?4() -> int +PyQt5.QtCore.QSharedMemory.attach?4(QSharedMemory.AccessMode mode=QSharedMemory.ReadWrite) -> bool +PyQt5.QtCore.QSharedMemory.isAttached?4() -> bool +PyQt5.QtCore.QSharedMemory.detach?4() -> bool +PyQt5.QtCore.QSharedMemory.data?4() -> sip.voidptr +PyQt5.QtCore.QSharedMemory.constData?4() -> sip.voidptr +PyQt5.QtCore.QSharedMemory.lock?4() -> bool +PyQt5.QtCore.QSharedMemory.unlock?4() -> bool +PyQt5.QtCore.QSharedMemory.error?4() -> QSharedMemory.SharedMemoryError +PyQt5.QtCore.QSharedMemory.errorString?4() -> str +PyQt5.QtCore.QSharedMemory.setNativeKey?4(str) +PyQt5.QtCore.QSharedMemory.nativeKey?4() -> str +PyQt5.QtCore.QSignalMapper?1(QObject parent=None) +PyQt5.QtCore.QSignalMapper.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QSignalMapper.setMapping?4(QObject, int) +PyQt5.QtCore.QSignalMapper.setMapping?4(QObject, str) +PyQt5.QtCore.QSignalMapper.setMapping?4(QObject, QWidget) +PyQt5.QtCore.QSignalMapper.setMapping?4(QObject, QObject) +PyQt5.QtCore.QSignalMapper.removeMappings?4(QObject) +PyQt5.QtCore.QSignalMapper.mapping?4(int) -> QObject +PyQt5.QtCore.QSignalMapper.mapping?4(str) -> QObject +PyQt5.QtCore.QSignalMapper.mapping?4(QWidget) -> QObject +PyQt5.QtCore.QSignalMapper.mapping?4(QObject) -> QObject +PyQt5.QtCore.QSignalMapper.mapped?4(int) +PyQt5.QtCore.QSignalMapper.mapped?4(str) +PyQt5.QtCore.QSignalMapper.mapped?4(QWidget) +PyQt5.QtCore.QSignalMapper.mapped?4(QObject) +PyQt5.QtCore.QSignalMapper.map?4() +PyQt5.QtCore.QSignalMapper.map?4(QObject) +PyQt5.QtCore.QSignalTransition?1(QState sourceState=None) +PyQt5.QtCore.QSignalTransition.__init__?1(self, QState sourceState=None) +PyQt5.QtCore.QSignalTransition?1(signal, QState sourceState=None) +PyQt5.QtCore.QSignalTransition.__init__?1(self, signal, QState sourceState=None) +PyQt5.QtCore.QSignalTransition.senderObject?4() -> QObject +PyQt5.QtCore.QSignalTransition.setSenderObject?4(QObject) +PyQt5.QtCore.QSignalTransition.signal?4() -> QByteArray +PyQt5.QtCore.QSignalTransition.setSignal?4(QByteArray) +PyQt5.QtCore.QSignalTransition.eventTest?4(QEvent) -> bool +PyQt5.QtCore.QSignalTransition.onTransition?4(QEvent) +PyQt5.QtCore.QSignalTransition.event?4(QEvent) -> bool +PyQt5.QtCore.QSize?1() +PyQt5.QtCore.QSize.__init__?1(self) +PyQt5.QtCore.QSize?1(int, int) +PyQt5.QtCore.QSize.__init__?1(self, int, int) +PyQt5.QtCore.QSize?1(QSize) +PyQt5.QtCore.QSize.__init__?1(self, QSize) +PyQt5.QtCore.QSize.transpose?4() +PyQt5.QtCore.QSize.scale?4(QSize, Qt.AspectRatioMode) +PyQt5.QtCore.QSize.isNull?4() -> bool +PyQt5.QtCore.QSize.isEmpty?4() -> bool +PyQt5.QtCore.QSize.isValid?4() -> bool +PyQt5.QtCore.QSize.width?4() -> int +PyQt5.QtCore.QSize.height?4() -> int +PyQt5.QtCore.QSize.setWidth?4(int) +PyQt5.QtCore.QSize.setHeight?4(int) +PyQt5.QtCore.QSize.scale?4(int, int, Qt.AspectRatioMode) +PyQt5.QtCore.QSize.expandedTo?4(QSize) -> QSize +PyQt5.QtCore.QSize.boundedTo?4(QSize) -> QSize +PyQt5.QtCore.QSize.scaled?4(QSize, Qt.AspectRatioMode) -> QSize +PyQt5.QtCore.QSize.scaled?4(int, int, Qt.AspectRatioMode) -> QSize +PyQt5.QtCore.QSize.transposed?4() -> QSize +PyQt5.QtCore.QSizeF?1() +PyQt5.QtCore.QSizeF.__init__?1(self) +PyQt5.QtCore.QSizeF?1(QSize) +PyQt5.QtCore.QSizeF.__init__?1(self, QSize) +PyQt5.QtCore.QSizeF?1(float, float) +PyQt5.QtCore.QSizeF.__init__?1(self, float, float) +PyQt5.QtCore.QSizeF?1(QSizeF) +PyQt5.QtCore.QSizeF.__init__?1(self, QSizeF) +PyQt5.QtCore.QSizeF.transpose?4() +PyQt5.QtCore.QSizeF.scale?4(QSizeF, Qt.AspectRatioMode) +PyQt5.QtCore.QSizeF.isNull?4() -> bool +PyQt5.QtCore.QSizeF.isEmpty?4() -> bool +PyQt5.QtCore.QSizeF.isValid?4() -> bool +PyQt5.QtCore.QSizeF.width?4() -> float +PyQt5.QtCore.QSizeF.height?4() -> float +PyQt5.QtCore.QSizeF.setWidth?4(float) +PyQt5.QtCore.QSizeF.setHeight?4(float) +PyQt5.QtCore.QSizeF.scale?4(float, float, Qt.AspectRatioMode) +PyQt5.QtCore.QSizeF.expandedTo?4(QSizeF) -> QSizeF +PyQt5.QtCore.QSizeF.boundedTo?4(QSizeF) -> QSizeF +PyQt5.QtCore.QSizeF.toSize?4() -> QSize +PyQt5.QtCore.QSizeF.scaled?4(QSizeF, Qt.AspectRatioMode) -> QSizeF +PyQt5.QtCore.QSizeF.scaled?4(float, float, Qt.AspectRatioMode) -> QSizeF +PyQt5.QtCore.QSizeF.transposed?4() -> QSizeF +PyQt5.QtCore.QSocketNotifier.Type?10 +PyQt5.QtCore.QSocketNotifier.Read?10 +PyQt5.QtCore.QSocketNotifier.Write?10 +PyQt5.QtCore.QSocketNotifier.Exception?10 +PyQt5.QtCore.QSocketNotifier?1(sip.voidptr, QSocketNotifier.Type, QObject parent=None) +PyQt5.QtCore.QSocketNotifier.__init__?1(self, sip.voidptr, QSocketNotifier.Type, QObject parent=None) +PyQt5.QtCore.QSocketNotifier.socket?4() -> sip.voidptr +PyQt5.QtCore.QSocketNotifier.type?4() -> QSocketNotifier.Type +PyQt5.QtCore.QSocketNotifier.isEnabled?4() -> bool +PyQt5.QtCore.QSocketNotifier.setEnabled?4(bool) +PyQt5.QtCore.QSocketNotifier.activated?4(int) +PyQt5.QtCore.QSocketNotifier.event?4(QEvent) -> bool +PyQt5.QtCore.QSortFilterProxyModel?1(QObject parent=None) +PyQt5.QtCore.QSortFilterProxyModel.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QSortFilterProxyModel.setSourceModel?4(QAbstractItemModel) +PyQt5.QtCore.QSortFilterProxyModel.mapToSource?4(QModelIndex) -> QModelIndex +PyQt5.QtCore.QSortFilterProxyModel.mapFromSource?4(QModelIndex) -> QModelIndex +PyQt5.QtCore.QSortFilterProxyModel.mapSelectionToSource?4(QItemSelection) -> QItemSelection +PyQt5.QtCore.QSortFilterProxyModel.mapSelectionFromSource?4(QItemSelection) -> QItemSelection +PyQt5.QtCore.QSortFilterProxyModel.filterRegExp?4() -> QRegExp +PyQt5.QtCore.QSortFilterProxyModel.setFilterRegExp?4(QRegExp) +PyQt5.QtCore.QSortFilterProxyModel.filterKeyColumn?4() -> int +PyQt5.QtCore.QSortFilterProxyModel.setFilterKeyColumn?4(int) +PyQt5.QtCore.QSortFilterProxyModel.filterCaseSensitivity?4() -> Qt.CaseSensitivity +PyQt5.QtCore.QSortFilterProxyModel.setFilterCaseSensitivity?4(Qt.CaseSensitivity) +PyQt5.QtCore.QSortFilterProxyModel.setFilterRegExp?4(str) +PyQt5.QtCore.QSortFilterProxyModel.setFilterWildcard?4(str) +PyQt5.QtCore.QSortFilterProxyModel.setFilterFixedString?4(str) +PyQt5.QtCore.QSortFilterProxyModel.filterAcceptsRow?4(int, QModelIndex) -> bool +PyQt5.QtCore.QSortFilterProxyModel.filterAcceptsColumn?4(int, QModelIndex) -> bool +PyQt5.QtCore.QSortFilterProxyModel.lessThan?4(QModelIndex, QModelIndex) -> bool +PyQt5.QtCore.QSortFilterProxyModel.index?4(int, int, QModelIndex parent=QModelIndex()) -> QModelIndex +PyQt5.QtCore.QSortFilterProxyModel.parent?4(QModelIndex) -> QModelIndex +PyQt5.QtCore.QSortFilterProxyModel.parent?4() -> QObject +PyQt5.QtCore.QSortFilterProxyModel.rowCount?4(QModelIndex parent=QModelIndex()) -> int +PyQt5.QtCore.QSortFilterProxyModel.columnCount?4(QModelIndex parent=QModelIndex()) -> int +PyQt5.QtCore.QSortFilterProxyModel.hasChildren?4(QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtCore.QSortFilterProxyModel.data?4(QModelIndex, int role=Qt.DisplayRole) -> QVariant +PyQt5.QtCore.QSortFilterProxyModel.setData?4(QModelIndex, QVariant, int role=Qt.EditRole) -> bool +PyQt5.QtCore.QSortFilterProxyModel.headerData?4(int, Qt.Orientation, int role=Qt.EditRole) -> QVariant +PyQt5.QtCore.QSortFilterProxyModel.setHeaderData?4(int, Qt.Orientation, QVariant, int role=Qt.EditRole) -> bool +PyQt5.QtCore.QSortFilterProxyModel.mimeData?4(list-of-QModelIndex) -> QMimeData +PyQt5.QtCore.QSortFilterProxyModel.dropMimeData?4(QMimeData, Qt.DropAction, int, int, QModelIndex) -> bool +PyQt5.QtCore.QSortFilterProxyModel.insertRows?4(int, int, QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtCore.QSortFilterProxyModel.insertColumns?4(int, int, QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtCore.QSortFilterProxyModel.removeRows?4(int, int, QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtCore.QSortFilterProxyModel.removeColumns?4(int, int, QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtCore.QSortFilterProxyModel.fetchMore?4(QModelIndex) +PyQt5.QtCore.QSortFilterProxyModel.canFetchMore?4(QModelIndex) -> bool +PyQt5.QtCore.QSortFilterProxyModel.flags?4(QModelIndex) -> Qt.ItemFlags +PyQt5.QtCore.QSortFilterProxyModel.buddy?4(QModelIndex) -> QModelIndex +PyQt5.QtCore.QSortFilterProxyModel.span?4(QModelIndex) -> QSize +PyQt5.QtCore.QSortFilterProxyModel.match?4(QModelIndex, int, QVariant, int hits=1, Qt.MatchFlags flags=Qt.MatchStartsWith|Qt.MatchWrap) -> list-of-QModelIndex +PyQt5.QtCore.QSortFilterProxyModel.sort?4(int, Qt.SortOrder order=Qt.AscendingOrder) +PyQt5.QtCore.QSortFilterProxyModel.sortCaseSensitivity?4() -> Qt.CaseSensitivity +PyQt5.QtCore.QSortFilterProxyModel.setSortCaseSensitivity?4(Qt.CaseSensitivity) +PyQt5.QtCore.QSortFilterProxyModel.dynamicSortFilter?4() -> bool +PyQt5.QtCore.QSortFilterProxyModel.setDynamicSortFilter?4(bool) +PyQt5.QtCore.QSortFilterProxyModel.sortRole?4() -> int +PyQt5.QtCore.QSortFilterProxyModel.setSortRole?4(int) +PyQt5.QtCore.QSortFilterProxyModel.sortColumn?4() -> int +PyQt5.QtCore.QSortFilterProxyModel.sortOrder?4() -> Qt.SortOrder +PyQt5.QtCore.QSortFilterProxyModel.filterRole?4() -> int +PyQt5.QtCore.QSortFilterProxyModel.setFilterRole?4(int) +PyQt5.QtCore.QSortFilterProxyModel.mimeTypes?4() -> list-of-str +PyQt5.QtCore.QSortFilterProxyModel.supportedDropActions?4() -> Qt.DropActions +PyQt5.QtCore.QSortFilterProxyModel.isSortLocaleAware?4() -> bool +PyQt5.QtCore.QSortFilterProxyModel.setSortLocaleAware?4(bool) +PyQt5.QtCore.QSortFilterProxyModel.sibling?4(int, int, QModelIndex) -> QModelIndex +PyQt5.QtCore.QSortFilterProxyModel.invalidate?4() +PyQt5.QtCore.QSortFilterProxyModel.invalidateFilter?4() +PyQt5.QtCore.QStandardPaths.LocateOption?10 +PyQt5.QtCore.QStandardPaths.LocateFile?10 +PyQt5.QtCore.QStandardPaths.LocateDirectory?10 +PyQt5.QtCore.QStandardPaths.StandardLocation?10 +PyQt5.QtCore.QStandardPaths.DesktopLocation?10 +PyQt5.QtCore.QStandardPaths.DocumentsLocation?10 +PyQt5.QtCore.QStandardPaths.FontsLocation?10 +PyQt5.QtCore.QStandardPaths.ApplicationsLocation?10 +PyQt5.QtCore.QStandardPaths.MusicLocation?10 +PyQt5.QtCore.QStandardPaths.MoviesLocation?10 +PyQt5.QtCore.QStandardPaths.PicturesLocation?10 +PyQt5.QtCore.QStandardPaths.TempLocation?10 +PyQt5.QtCore.QStandardPaths.HomeLocation?10 +PyQt5.QtCore.QStandardPaths.DataLocation?10 +PyQt5.QtCore.QStandardPaths.CacheLocation?10 +PyQt5.QtCore.QStandardPaths.GenericDataLocation?10 +PyQt5.QtCore.QStandardPaths.RuntimeLocation?10 +PyQt5.QtCore.QStandardPaths.ConfigLocation?10 +PyQt5.QtCore.QStandardPaths.DownloadLocation?10 +PyQt5.QtCore.QStandardPaths.GenericCacheLocation?10 +PyQt5.QtCore.QStandardPaths.GenericConfigLocation?10 +PyQt5.QtCore.QStandardPaths?1(QStandardPaths) +PyQt5.QtCore.QStandardPaths.__init__?1(self, QStandardPaths) +PyQt5.QtCore.QStandardPaths.writableLocation?4(QStandardPaths.StandardLocation) -> str +PyQt5.QtCore.QStandardPaths.standardLocations?4(QStandardPaths.StandardLocation) -> list-of-str +PyQt5.QtCore.QStandardPaths.locate?4(QStandardPaths.StandardLocation, str, QStandardPaths.LocateOptions options=QStandardPaths.LocateFile) -> str +PyQt5.QtCore.QStandardPaths.locateAll?4(QStandardPaths.StandardLocation, str, QStandardPaths.LocateOptions options=QStandardPaths.LocateFile) -> list-of-str +PyQt5.QtCore.QStandardPaths.displayName?4(QStandardPaths.StandardLocation) -> str +PyQt5.QtCore.QStandardPaths.findExecutable?4(str, list-of-str paths=QStringList()) -> str +PyQt5.QtCore.QStandardPaths.enableTestMode?4(bool) +PyQt5.QtCore.QStandardPaths.setTestModeEnabled?4(bool) +PyQt5.QtCore.QStandardPaths.LocateOptions?1(QStandardPaths.LocateOptions) +PyQt5.QtCore.QStandardPaths.LocateOptions.__init__?1(self, QStandardPaths.LocateOptions) +PyQt5.QtCore.QStandardPaths.LocateOptions?1(int) +PyQt5.QtCore.QStandardPaths.LocateOptions.__init__?1(self, int) +PyQt5.QtCore.QStandardPaths.LocateOptions?1() +PyQt5.QtCore.QStandardPaths.LocateOptions.__init__?1(self) +PyQt5.QtCore.QState.RestorePolicy?10 +PyQt5.QtCore.QState.DontRestoreProperties?10 +PyQt5.QtCore.QState.RestoreProperties?10 +PyQt5.QtCore.QState.ChildMode?10 +PyQt5.QtCore.QState.ExclusiveStates?10 +PyQt5.QtCore.QState.ParallelStates?10 +PyQt5.QtCore.QState?1(QState parent=None) +PyQt5.QtCore.QState.__init__?1(self, QState parent=None) +PyQt5.QtCore.QState?1(QState.ChildMode, QState parent=None) +PyQt5.QtCore.QState.__init__?1(self, QState.ChildMode, QState parent=None) +PyQt5.QtCore.QState.errorState?4() -> QAbstractState +PyQt5.QtCore.QState.setErrorState?4(QAbstractState) +PyQt5.QtCore.QState.addTransition?4(QAbstractTransition) +PyQt5.QtCore.QState.addTransition?4(signal, QAbstractState) -> QSignalTransition +PyQt5.QtCore.QState.addTransition?4(QAbstractState) -> QAbstractTransition +PyQt5.QtCore.QState.removeTransition?4(QAbstractTransition) +PyQt5.QtCore.QState.transitions?4() -> list-of-QAbstractTransition +PyQt5.QtCore.QState.initialState?4() -> QAbstractState +PyQt5.QtCore.QState.setInitialState?4(QAbstractState) +PyQt5.QtCore.QState.childMode?4() -> QState.ChildMode +PyQt5.QtCore.QState.setChildMode?4(QState.ChildMode) +PyQt5.QtCore.QState.assignProperty?4(QObject, str, QVariant) +PyQt5.QtCore.QState.finished?4() +PyQt5.QtCore.QState.propertiesAssigned?4() +PyQt5.QtCore.QState.onEntry?4(QEvent) +PyQt5.QtCore.QState.onExit?4(QEvent) +PyQt5.QtCore.QState.event?4(QEvent) -> bool +PyQt5.QtCore.QStateMachine.Error?10 +PyQt5.QtCore.QStateMachine.NoError?10 +PyQt5.QtCore.QStateMachine.NoInitialStateError?10 +PyQt5.QtCore.QStateMachine.NoDefaultStateInHistoryStateError?10 +PyQt5.QtCore.QStateMachine.NoCommonAncestorForTransitionError?10 +PyQt5.QtCore.QStateMachine.EventPriority?10 +PyQt5.QtCore.QStateMachine.NormalPriority?10 +PyQt5.QtCore.QStateMachine.HighPriority?10 +PyQt5.QtCore.QStateMachine?1(QObject parent=None) +PyQt5.QtCore.QStateMachine.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QStateMachine?1(QState.ChildMode, QObject parent=None) +PyQt5.QtCore.QStateMachine.__init__?1(self, QState.ChildMode, QObject parent=None) +PyQt5.QtCore.QStateMachine.addState?4(QAbstractState) +PyQt5.QtCore.QStateMachine.removeState?4(QAbstractState) +PyQt5.QtCore.QStateMachine.error?4() -> QStateMachine.Error +PyQt5.QtCore.QStateMachine.errorString?4() -> str +PyQt5.QtCore.QStateMachine.clearError?4() +PyQt5.QtCore.QStateMachine.isRunning?4() -> bool +PyQt5.QtCore.QStateMachine.isAnimated?4() -> bool +PyQt5.QtCore.QStateMachine.setAnimated?4(bool) +PyQt5.QtCore.QStateMachine.addDefaultAnimation?4(QAbstractAnimation) +PyQt5.QtCore.QStateMachine.defaultAnimations?4() -> list-of-QAbstractAnimation +PyQt5.QtCore.QStateMachine.removeDefaultAnimation?4(QAbstractAnimation) +PyQt5.QtCore.QStateMachine.globalRestorePolicy?4() -> QState.RestorePolicy +PyQt5.QtCore.QStateMachine.setGlobalRestorePolicy?4(QState.RestorePolicy) +PyQt5.QtCore.QStateMachine.postEvent?4(QEvent, QStateMachine.EventPriority priority=QStateMachine.NormalPriority) +PyQt5.QtCore.QStateMachine.postDelayedEvent?4(QEvent, int) -> int +PyQt5.QtCore.QStateMachine.cancelDelayedEvent?4(int) -> bool +PyQt5.QtCore.QStateMachine.configuration?4() -> set-of-QAbstractState +PyQt5.QtCore.QStateMachine.eventFilter?4(QObject, QEvent) -> bool +PyQt5.QtCore.QStateMachine.start?4() +PyQt5.QtCore.QStateMachine.stop?4() +PyQt5.QtCore.QStateMachine.started?4() +PyQt5.QtCore.QStateMachine.stopped?4() +PyQt5.QtCore.QStateMachine.onEntry?4(QEvent) +PyQt5.QtCore.QStateMachine.onExit?4(QEvent) +PyQt5.QtCore.QStateMachine.event?4(QEvent) -> bool +PyQt5.QtCore.QStateMachine.SignalEvent.sender?4() -> QObject +PyQt5.QtCore.QStateMachine.SignalEvent.signalIndex?4() -> int +PyQt5.QtCore.QStateMachine.SignalEvent.arguments?4() -> list-of-QVariant +PyQt5.QtCore.QStateMachine.WrappedEvent.object?4() -> QObject +PyQt5.QtCore.QStateMachine.WrappedEvent.event?4() -> QEvent +PyQt5.QtCore.QStringListModel?1(QObject parent=None) +PyQt5.QtCore.QStringListModel.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QStringListModel?1(list-of-str, QObject parent=None) +PyQt5.QtCore.QStringListModel.__init__?1(self, list-of-str, QObject parent=None) +PyQt5.QtCore.QStringListModel.rowCount?4(QModelIndex parent=QModelIndex()) -> int +PyQt5.QtCore.QStringListModel.data?4(QModelIndex, int) -> QVariant +PyQt5.QtCore.QStringListModel.setData?4(QModelIndex, QVariant, int role=Qt.EditRole) -> bool +PyQt5.QtCore.QStringListModel.flags?4(QModelIndex) -> Qt.ItemFlags +PyQt5.QtCore.QStringListModel.insertRows?4(int, int, QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtCore.QStringListModel.removeRows?4(int, int, QModelIndex parent=QModelIndex()) -> bool +PyQt5.QtCore.QStringListModel.stringList?4() -> list-of-str +PyQt5.QtCore.QStringListModel.setStringList?4(list-of-str) +PyQt5.QtCore.QStringListModel.sort?4(int, Qt.SortOrder order=Qt.AscendingOrder) +PyQt5.QtCore.QStringListModel.supportedDropActions?4() -> Qt.DropActions +PyQt5.QtCore.QStringListModel.sibling?4(int, int, QModelIndex) -> QModelIndex +PyQt5.QtCore.QSystemSemaphore.SystemSemaphoreError?10 +PyQt5.QtCore.QSystemSemaphore.NoError?10 +PyQt5.QtCore.QSystemSemaphore.PermissionDenied?10 +PyQt5.QtCore.QSystemSemaphore.KeyError?10 +PyQt5.QtCore.QSystemSemaphore.AlreadyExists?10 +PyQt5.QtCore.QSystemSemaphore.NotFound?10 +PyQt5.QtCore.QSystemSemaphore.OutOfResources?10 +PyQt5.QtCore.QSystemSemaphore.UnknownError?10 +PyQt5.QtCore.QSystemSemaphore.AccessMode?10 +PyQt5.QtCore.QSystemSemaphore.Open?10 +PyQt5.QtCore.QSystemSemaphore.Create?10 +PyQt5.QtCore.QSystemSemaphore?1(str, int initialValue=0, QSystemSemaphore.AccessMode mode=QSystemSemaphore.Open) +PyQt5.QtCore.QSystemSemaphore.__init__?1(self, str, int initialValue=0, QSystemSemaphore.AccessMode mode=QSystemSemaphore.Open) +PyQt5.QtCore.QSystemSemaphore.setKey?4(str, int initialValue=0, QSystemSemaphore.AccessMode mode=QSystemSemaphore.Open) +PyQt5.QtCore.QSystemSemaphore.key?4() -> str +PyQt5.QtCore.QSystemSemaphore.acquire?4() -> bool +PyQt5.QtCore.QSystemSemaphore.release?4(int n=1) -> bool +PyQt5.QtCore.QSystemSemaphore.error?4() -> QSystemSemaphore.SystemSemaphoreError +PyQt5.QtCore.QSystemSemaphore.errorString?4() -> str +PyQt5.QtCore.QTemporaryDir?1() +PyQt5.QtCore.QTemporaryDir.__init__?1(self) +PyQt5.QtCore.QTemporaryDir?1(str) +PyQt5.QtCore.QTemporaryDir.__init__?1(self, str) +PyQt5.QtCore.QTemporaryDir.isValid?4() -> bool +PyQt5.QtCore.QTemporaryDir.autoRemove?4() -> bool +PyQt5.QtCore.QTemporaryDir.setAutoRemove?4(bool) +PyQt5.QtCore.QTemporaryDir.remove?4() -> bool +PyQt5.QtCore.QTemporaryDir.path?4() -> str +PyQt5.QtCore.QTemporaryFile?1() +PyQt5.QtCore.QTemporaryFile.__init__?1(self) +PyQt5.QtCore.QTemporaryFile?1(str) +PyQt5.QtCore.QTemporaryFile.__init__?1(self, str) +PyQt5.QtCore.QTemporaryFile?1(QObject) +PyQt5.QtCore.QTemporaryFile.__init__?1(self, QObject) +PyQt5.QtCore.QTemporaryFile?1(str, QObject) +PyQt5.QtCore.QTemporaryFile.__init__?1(self, str, QObject) +PyQt5.QtCore.QTemporaryFile.autoRemove?4() -> bool +PyQt5.QtCore.QTemporaryFile.setAutoRemove?4(bool) +PyQt5.QtCore.QTemporaryFile.open?4() -> bool +PyQt5.QtCore.QTemporaryFile.fileName?4() -> str +PyQt5.QtCore.QTemporaryFile.fileTemplate?4() -> str +PyQt5.QtCore.QTemporaryFile.setFileTemplate?4(str) +PyQt5.QtCore.QTemporaryFile.createNativeFile?4(str) -> QTemporaryFile +PyQt5.QtCore.QTemporaryFile.createNativeFile?4(QFile) -> QTemporaryFile +PyQt5.QtCore.QTemporaryFile.open?4(QIODevice.OpenMode) -> bool +PyQt5.QtCore.QTextBoundaryFinder.BoundaryType?10 +PyQt5.QtCore.QTextBoundaryFinder.Grapheme?10 +PyQt5.QtCore.QTextBoundaryFinder.Word?10 +PyQt5.QtCore.QTextBoundaryFinder.Line?10 +PyQt5.QtCore.QTextBoundaryFinder.Sentence?10 +PyQt5.QtCore.QTextBoundaryFinder.BoundaryReason?10 +PyQt5.QtCore.QTextBoundaryFinder.NotAtBoundary?10 +PyQt5.QtCore.QTextBoundaryFinder.SoftHyphen?10 +PyQt5.QtCore.QTextBoundaryFinder.BreakOpportunity?10 +PyQt5.QtCore.QTextBoundaryFinder.StartOfItem?10 +PyQt5.QtCore.QTextBoundaryFinder.EndOfItem?10 +PyQt5.QtCore.QTextBoundaryFinder.MandatoryBreak?10 +PyQt5.QtCore.QTextBoundaryFinder?1() +PyQt5.QtCore.QTextBoundaryFinder.__init__?1(self) +PyQt5.QtCore.QTextBoundaryFinder?1(QTextBoundaryFinder) +PyQt5.QtCore.QTextBoundaryFinder.__init__?1(self, QTextBoundaryFinder) +PyQt5.QtCore.QTextBoundaryFinder?1(QTextBoundaryFinder.BoundaryType, str) +PyQt5.QtCore.QTextBoundaryFinder.__init__?1(self, QTextBoundaryFinder.BoundaryType, str) +PyQt5.QtCore.QTextBoundaryFinder.isValid?4() -> bool +PyQt5.QtCore.QTextBoundaryFinder.type?4() -> QTextBoundaryFinder.BoundaryType +PyQt5.QtCore.QTextBoundaryFinder.string?4() -> str +PyQt5.QtCore.QTextBoundaryFinder.toStart?4() +PyQt5.QtCore.QTextBoundaryFinder.toEnd?4() +PyQt5.QtCore.QTextBoundaryFinder.position?4() -> int +PyQt5.QtCore.QTextBoundaryFinder.setPosition?4(int) +PyQt5.QtCore.QTextBoundaryFinder.toNextBoundary?4() -> int +PyQt5.QtCore.QTextBoundaryFinder.toPreviousBoundary?4() -> int +PyQt5.QtCore.QTextBoundaryFinder.isAtBoundary?4() -> bool +PyQt5.QtCore.QTextBoundaryFinder.boundaryReasons?4() -> QTextBoundaryFinder.BoundaryReasons +PyQt5.QtCore.QTextBoundaryFinder.BoundaryReasons?1(QTextBoundaryFinder.BoundaryReasons) +PyQt5.QtCore.QTextBoundaryFinder.BoundaryReasons.__init__?1(self, QTextBoundaryFinder.BoundaryReasons) +PyQt5.QtCore.QTextBoundaryFinder.BoundaryReasons?1(int) +PyQt5.QtCore.QTextBoundaryFinder.BoundaryReasons.__init__?1(self, int) +PyQt5.QtCore.QTextBoundaryFinder.BoundaryReasons?1() +PyQt5.QtCore.QTextBoundaryFinder.BoundaryReasons.__init__?1(self) +PyQt5.QtCore.QTextCodec.ConversionFlag?10 +PyQt5.QtCore.QTextCodec.DefaultConversion?10 +PyQt5.QtCore.QTextCodec.ConvertInvalidToNull?10 +PyQt5.QtCore.QTextCodec.IgnoreHeader?10 +PyQt5.QtCore.QTextCodec?1() +PyQt5.QtCore.QTextCodec.__init__?1(self) +PyQt5.QtCore.QTextCodec.codecForName?4(QByteArray) -> QTextCodec +PyQt5.QtCore.QTextCodec.codecForName?4(str) -> QTextCodec +PyQt5.QtCore.QTextCodec.codecForMib?4(int) -> QTextCodec +PyQt5.QtCore.QTextCodec.codecForHtml?4(QByteArray) -> QTextCodec +PyQt5.QtCore.QTextCodec.codecForHtml?4(QByteArray, QTextCodec) -> QTextCodec +PyQt5.QtCore.QTextCodec.codecForUtfText?4(QByteArray) -> QTextCodec +PyQt5.QtCore.QTextCodec.codecForUtfText?4(QByteArray, QTextCodec) -> QTextCodec +PyQt5.QtCore.QTextCodec.availableCodecs?4() -> list-of-QByteArray +PyQt5.QtCore.QTextCodec.availableMibs?4() -> list-of-int +PyQt5.QtCore.QTextCodec.codecForLocale?4() -> QTextCodec +PyQt5.QtCore.QTextCodec.setCodecForLocale?4(QTextCodec) +PyQt5.QtCore.QTextCodec.makeDecoder?4(QTextCodec.ConversionFlags flags=QTextCodec.DefaultConversion) -> QTextDecoder +PyQt5.QtCore.QTextCodec.makeEncoder?4(QTextCodec.ConversionFlags flags=QTextCodec.DefaultConversion) -> QTextEncoder +PyQt5.QtCore.QTextCodec.canEncode?4(str) -> bool +PyQt5.QtCore.QTextCodec.toUnicode?4(QByteArray) -> str +PyQt5.QtCore.QTextCodec.toUnicode?4(str) -> str +PyQt5.QtCore.QTextCodec.fromUnicode?4(str) -> QByteArray +PyQt5.QtCore.QTextCodec.toUnicode?4(str, QTextCodec.ConverterState state=None) -> str +PyQt5.QtCore.QTextCodec.name?4() -> QByteArray +PyQt5.QtCore.QTextCodec.aliases?4() -> list-of-QByteArray +PyQt5.QtCore.QTextCodec.mibEnum?4() -> int +PyQt5.QtCore.QTextCodec.convertToUnicode?4(str, QTextCodec.ConverterState) -> str +PyQt5.QtCore.QTextCodec.ConversionFlags?1(QTextCodec.ConversionFlags) +PyQt5.QtCore.QTextCodec.ConversionFlags.__init__?1(self, QTextCodec.ConversionFlags) +PyQt5.QtCore.QTextCodec.ConversionFlags?1(int) +PyQt5.QtCore.QTextCodec.ConversionFlags.__init__?1(self, int) +PyQt5.QtCore.QTextCodec.ConversionFlags?1() +PyQt5.QtCore.QTextCodec.ConversionFlags.__init__?1(self) +PyQt5.QtCore.QTextCodec.ConverterState?1(QTextCodec.ConversionFlags flags=QTextCodec.DefaultConversion) +PyQt5.QtCore.QTextCodec.ConverterState.__init__?1(self, QTextCodec.ConversionFlags flags=QTextCodec.DefaultConversion) +PyQt5.QtCore.QTextEncoder?1(QTextCodec) +PyQt5.QtCore.QTextEncoder.__init__?1(self, QTextCodec) +PyQt5.QtCore.QTextEncoder?1(QTextCodec, QTextCodec.ConversionFlags) +PyQt5.QtCore.QTextEncoder.__init__?1(self, QTextCodec, QTextCodec.ConversionFlags) +PyQt5.QtCore.QTextEncoder.fromUnicode?4(str) -> QByteArray +PyQt5.QtCore.QTextDecoder?1(QTextCodec) +PyQt5.QtCore.QTextDecoder.__init__?1(self, QTextCodec) +PyQt5.QtCore.QTextDecoder?1(QTextCodec, QTextCodec.ConversionFlags) +PyQt5.QtCore.QTextDecoder.__init__?1(self, QTextCodec, QTextCodec.ConversionFlags) +PyQt5.QtCore.QTextDecoder.toUnicode?4(str) -> str +PyQt5.QtCore.QTextDecoder.toUnicode?4(QByteArray) -> str +PyQt5.QtCore.QTextStream.Status?10 +PyQt5.QtCore.QTextStream.Ok?10 +PyQt5.QtCore.QTextStream.ReadPastEnd?10 +PyQt5.QtCore.QTextStream.ReadCorruptData?10 +PyQt5.QtCore.QTextStream.WriteFailed?10 +PyQt5.QtCore.QTextStream.NumberFlag?10 +PyQt5.QtCore.QTextStream.ShowBase?10 +PyQt5.QtCore.QTextStream.ForcePoint?10 +PyQt5.QtCore.QTextStream.ForceSign?10 +PyQt5.QtCore.QTextStream.UppercaseBase?10 +PyQt5.QtCore.QTextStream.UppercaseDigits?10 +PyQt5.QtCore.QTextStream.FieldAlignment?10 +PyQt5.QtCore.QTextStream.AlignLeft?10 +PyQt5.QtCore.QTextStream.AlignRight?10 +PyQt5.QtCore.QTextStream.AlignCenter?10 +PyQt5.QtCore.QTextStream.AlignAccountingStyle?10 +PyQt5.QtCore.QTextStream.RealNumberNotation?10 +PyQt5.QtCore.QTextStream.SmartNotation?10 +PyQt5.QtCore.QTextStream.FixedNotation?10 +PyQt5.QtCore.QTextStream.ScientificNotation?10 +PyQt5.QtCore.QTextStream?1() +PyQt5.QtCore.QTextStream.__init__?1(self) +PyQt5.QtCore.QTextStream?1(QIODevice) +PyQt5.QtCore.QTextStream.__init__?1(self, QIODevice) +PyQt5.QtCore.QTextStream?1(QByteArray, QIODevice.OpenMode mode=QIODevice.ReadWrite) +PyQt5.QtCore.QTextStream.__init__?1(self, QByteArray, QIODevice.OpenMode mode=QIODevice.ReadWrite) +PyQt5.QtCore.QTextStream.setCodec?4(QTextCodec) +PyQt5.QtCore.QTextStream.setCodec?4(str) +PyQt5.QtCore.QTextStream.codec?4() -> QTextCodec +PyQt5.QtCore.QTextStream.setAutoDetectUnicode?4(bool) +PyQt5.QtCore.QTextStream.autoDetectUnicode?4() -> bool +PyQt5.QtCore.QTextStream.setGenerateByteOrderMark?4(bool) +PyQt5.QtCore.QTextStream.generateByteOrderMark?4() -> bool +PyQt5.QtCore.QTextStream.setDevice?4(QIODevice) +PyQt5.QtCore.QTextStream.device?4() -> QIODevice +PyQt5.QtCore.QTextStream.atEnd?4() -> bool +PyQt5.QtCore.QTextStream.reset?4() +PyQt5.QtCore.QTextStream.flush?4() +PyQt5.QtCore.QTextStream.seek?4(int) -> bool +PyQt5.QtCore.QTextStream.skipWhiteSpace?4() +PyQt5.QtCore.QTextStream.read?4(int) -> str +PyQt5.QtCore.QTextStream.readLine?4(int maxLength=0) -> str +PyQt5.QtCore.QTextStream.readAll?4() -> str +PyQt5.QtCore.QTextStream.setFieldAlignment?4(QTextStream.FieldAlignment) +PyQt5.QtCore.QTextStream.fieldAlignment?4() -> QTextStream.FieldAlignment +PyQt5.QtCore.QTextStream.setPadChar?4(str) +PyQt5.QtCore.QTextStream.padChar?4() -> str +PyQt5.QtCore.QTextStream.setFieldWidth?4(int) +PyQt5.QtCore.QTextStream.fieldWidth?4() -> int +PyQt5.QtCore.QTextStream.setNumberFlags?4(QTextStream.NumberFlags) +PyQt5.QtCore.QTextStream.numberFlags?4() -> QTextStream.NumberFlags +PyQt5.QtCore.QTextStream.setIntegerBase?4(int) +PyQt5.QtCore.QTextStream.integerBase?4() -> int +PyQt5.QtCore.QTextStream.setRealNumberNotation?4(QTextStream.RealNumberNotation) +PyQt5.QtCore.QTextStream.realNumberNotation?4() -> QTextStream.RealNumberNotation +PyQt5.QtCore.QTextStream.setRealNumberPrecision?4(int) +PyQt5.QtCore.QTextStream.realNumberPrecision?4() -> int +PyQt5.QtCore.QTextStream.status?4() -> QTextStream.Status +PyQt5.QtCore.QTextStream.setStatus?4(QTextStream.Status) +PyQt5.QtCore.QTextStream.resetStatus?4() +PyQt5.QtCore.QTextStream.pos?4() -> int +PyQt5.QtCore.QTextStream.setLocale?4(QLocale) +PyQt5.QtCore.QTextStream.locale?4() -> QLocale +PyQt5.QtCore.QTextStream.NumberFlags?1(QTextStream.NumberFlags) +PyQt5.QtCore.QTextStream.NumberFlags.__init__?1(self, QTextStream.NumberFlags) +PyQt5.QtCore.QTextStream.NumberFlags?1(int) +PyQt5.QtCore.QTextStream.NumberFlags.__init__?1(self, int) +PyQt5.QtCore.QTextStream.NumberFlags?1() +PyQt5.QtCore.QTextStream.NumberFlags.__init__?1(self) +PyQt5.QtCore.QThread.Priority?10 +PyQt5.QtCore.QThread.IdlePriority?10 +PyQt5.QtCore.QThread.LowestPriority?10 +PyQt5.QtCore.QThread.LowPriority?10 +PyQt5.QtCore.QThread.NormalPriority?10 +PyQt5.QtCore.QThread.HighPriority?10 +PyQt5.QtCore.QThread.HighestPriority?10 +PyQt5.QtCore.QThread.TimeCriticalPriority?10 +PyQt5.QtCore.QThread.InheritPriority?10 +PyQt5.QtCore.QThread?1(QObject parent=None) +PyQt5.QtCore.QThread.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QThread.currentThread?4() -> QThread +PyQt5.QtCore.QThread.currentThreadId?4() -> sip.voidptr +PyQt5.QtCore.QThread.idealThreadCount?4() -> int +PyQt5.QtCore.QThread.yieldCurrentThread?4() +PyQt5.QtCore.QThread.isFinished?4() -> bool +PyQt5.QtCore.QThread.isRunning?4() -> bool +PyQt5.QtCore.QThread.setPriority?4(QThread.Priority) +PyQt5.QtCore.QThread.priority?4() -> QThread.Priority +PyQt5.QtCore.QThread.setStackSize?4(int) +PyQt5.QtCore.QThread.stackSize?4() -> int +PyQt5.QtCore.QThread.exit?4(int returnCode=0) +PyQt5.QtCore.QThread.start?4(QThread.Priority priority=QThread.InheritPriority) +PyQt5.QtCore.QThread.terminate?4() +PyQt5.QtCore.QThread.quit?4() +PyQt5.QtCore.QThread.wait?4(int msecs=ULONG_MAX) -> bool +PyQt5.QtCore.QThread.started?4() +PyQt5.QtCore.QThread.finished?4() +PyQt5.QtCore.QThread.run?4() +PyQt5.QtCore.QThread.exec_?4() -> int +PyQt5.QtCore.QThread.exec?4() -> int +PyQt5.QtCore.QThread.setTerminationEnabled?4(bool enabled=True) +PyQt5.QtCore.QThread.event?4(QEvent) -> bool +PyQt5.QtCore.QThread.sleep?4(int) +PyQt5.QtCore.QThread.msleep?4(int) +PyQt5.QtCore.QThread.usleep?4(int) +PyQt5.QtCore.QThread.eventDispatcher?4() -> QAbstractEventDispatcher +PyQt5.QtCore.QThread.setEventDispatcher?4(QAbstractEventDispatcher) +PyQt5.QtCore.QThread.requestInterruption?4() +PyQt5.QtCore.QThread.isInterruptionRequested?4() -> bool +PyQt5.QtCore.QThreadPool?1(QObject parent=None) +PyQt5.QtCore.QThreadPool.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QThreadPool.globalInstance?4() -> QThreadPool +PyQt5.QtCore.QThreadPool.start?4(QRunnable, int priority=0) +PyQt5.QtCore.QThreadPool.tryStart?4(QRunnable) -> bool +PyQt5.QtCore.QThreadPool.expiryTimeout?4() -> int +PyQt5.QtCore.QThreadPool.setExpiryTimeout?4(int) +PyQt5.QtCore.QThreadPool.maxThreadCount?4() -> int +PyQt5.QtCore.QThreadPool.setMaxThreadCount?4(int) +PyQt5.QtCore.QThreadPool.activeThreadCount?4() -> int +PyQt5.QtCore.QThreadPool.reserveThread?4() +PyQt5.QtCore.QThreadPool.releaseThread?4() +PyQt5.QtCore.QThreadPool.waitForDone?4(int msecs=-1) -> bool +PyQt5.QtCore.QThreadPool.clear?4() +PyQt5.QtCore.QTimeLine.State?10 +PyQt5.QtCore.QTimeLine.NotRunning?10 +PyQt5.QtCore.QTimeLine.Paused?10 +PyQt5.QtCore.QTimeLine.Running?10 +PyQt5.QtCore.QTimeLine.Direction?10 +PyQt5.QtCore.QTimeLine.Forward?10 +PyQt5.QtCore.QTimeLine.Backward?10 +PyQt5.QtCore.QTimeLine.CurveShape?10 +PyQt5.QtCore.QTimeLine.EaseInCurve?10 +PyQt5.QtCore.QTimeLine.EaseOutCurve?10 +PyQt5.QtCore.QTimeLine.EaseInOutCurve?10 +PyQt5.QtCore.QTimeLine.LinearCurve?10 +PyQt5.QtCore.QTimeLine.SineCurve?10 +PyQt5.QtCore.QTimeLine.CosineCurve?10 +PyQt5.QtCore.QTimeLine?1(int duration=1000, QObject parent=None) +PyQt5.QtCore.QTimeLine.__init__?1(self, int duration=1000, QObject parent=None) +PyQt5.QtCore.QTimeLine.state?4() -> QTimeLine.State +PyQt5.QtCore.QTimeLine.loopCount?4() -> int +PyQt5.QtCore.QTimeLine.setLoopCount?4(int) +PyQt5.QtCore.QTimeLine.direction?4() -> QTimeLine.Direction +PyQt5.QtCore.QTimeLine.setDirection?4(QTimeLine.Direction) +PyQt5.QtCore.QTimeLine.duration?4() -> int +PyQt5.QtCore.QTimeLine.setDuration?4(int) +PyQt5.QtCore.QTimeLine.startFrame?4() -> int +PyQt5.QtCore.QTimeLine.setStartFrame?4(int) +PyQt5.QtCore.QTimeLine.endFrame?4() -> int +PyQt5.QtCore.QTimeLine.setEndFrame?4(int) +PyQt5.QtCore.QTimeLine.setFrameRange?4(int, int) +PyQt5.QtCore.QTimeLine.updateInterval?4() -> int +PyQt5.QtCore.QTimeLine.setUpdateInterval?4(int) +PyQt5.QtCore.QTimeLine.curveShape?4() -> QTimeLine.CurveShape +PyQt5.QtCore.QTimeLine.setCurveShape?4(QTimeLine.CurveShape) +PyQt5.QtCore.QTimeLine.currentTime?4() -> int +PyQt5.QtCore.QTimeLine.currentFrame?4() -> int +PyQt5.QtCore.QTimeLine.currentValue?4() -> float +PyQt5.QtCore.QTimeLine.frameForTime?4(int) -> int +PyQt5.QtCore.QTimeLine.valueForTime?4(int) -> float +PyQt5.QtCore.QTimeLine.resume?4() +PyQt5.QtCore.QTimeLine.setCurrentTime?4(int) +PyQt5.QtCore.QTimeLine.setPaused?4(bool) +PyQt5.QtCore.QTimeLine.start?4() +PyQt5.QtCore.QTimeLine.stop?4() +PyQt5.QtCore.QTimeLine.toggleDirection?4() +PyQt5.QtCore.QTimeLine.finished?4() +PyQt5.QtCore.QTimeLine.frameChanged?4(int) +PyQt5.QtCore.QTimeLine.stateChanged?4(QTimeLine.State) +PyQt5.QtCore.QTimeLine.valueChanged?4(float) +PyQt5.QtCore.QTimeLine.timerEvent?4(QTimerEvent) +PyQt5.QtCore.QTimeLine.easingCurve?4() -> QEasingCurve +PyQt5.QtCore.QTimeLine.setEasingCurve?4(QEasingCurve) +PyQt5.QtCore.QTimer?1(QObject parent=None) +PyQt5.QtCore.QTimer.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QTimer.isActive?4() -> bool +PyQt5.QtCore.QTimer.timerId?4() -> int +PyQt5.QtCore.QTimer.setInterval?4(int) +PyQt5.QtCore.QTimer.interval?4() -> int +PyQt5.QtCore.QTimer.isSingleShot?4() -> bool +PyQt5.QtCore.QTimer.setSingleShot?4(bool) +PyQt5.QtCore.QTimer.singleShot?4(int, callable-or-signal) +PyQt5.QtCore.QTimer.singleShot?4(int, Qt.TimerType, callable-or-signal) +PyQt5.QtCore.QTimer.start?4(int) +PyQt5.QtCore.QTimer.start?4() +PyQt5.QtCore.QTimer.stop?4() +PyQt5.QtCore.QTimer.timeout?4() +PyQt5.QtCore.QTimer.timerEvent?4(QTimerEvent) +PyQt5.QtCore.QTimer.setTimerType?4(Qt.TimerType) +PyQt5.QtCore.QTimer.timerType?4() -> Qt.TimerType +PyQt5.QtCore.QTimer.remainingTime?4() -> int +PyQt5.QtCore.QTimeZone.NameType?10 +PyQt5.QtCore.QTimeZone.DefaultName?10 +PyQt5.QtCore.QTimeZone.LongName?10 +PyQt5.QtCore.QTimeZone.ShortName?10 +PyQt5.QtCore.QTimeZone.OffsetName?10 +PyQt5.QtCore.QTimeZone.TimeType?10 +PyQt5.QtCore.QTimeZone.StandardTime?10 +PyQt5.QtCore.QTimeZone.DaylightTime?10 +PyQt5.QtCore.QTimeZone.GenericTime?10 +PyQt5.QtCore.QTimeZone?1() +PyQt5.QtCore.QTimeZone.__init__?1(self) +PyQt5.QtCore.QTimeZone?1(QByteArray) +PyQt5.QtCore.QTimeZone.__init__?1(self, QByteArray) +PyQt5.QtCore.QTimeZone?1(int) +PyQt5.QtCore.QTimeZone.__init__?1(self, int) +PyQt5.QtCore.QTimeZone?1(QByteArray, int, str, str, QLocale.Country country=QLocale.AnyCountry, str comment=QString()) +PyQt5.QtCore.QTimeZone.__init__?1(self, QByteArray, int, str, str, QLocale.Country country=QLocale.AnyCountry, str comment=QString()) +PyQt5.QtCore.QTimeZone?1(QTimeZone) +PyQt5.QtCore.QTimeZone.__init__?1(self, QTimeZone) +PyQt5.QtCore.QTimeZone.swap?4(QTimeZone) +PyQt5.QtCore.QTimeZone.isValid?4() -> bool +PyQt5.QtCore.QTimeZone.id?4() -> QByteArray +PyQt5.QtCore.QTimeZone.country?4() -> QLocale.Country +PyQt5.QtCore.QTimeZone.comment?4() -> str +PyQt5.QtCore.QTimeZone.displayName?4(QDateTime, QTimeZone.NameType nameType=QTimeZone.DefaultName, QLocale locale=QLocale()) -> str +PyQt5.QtCore.QTimeZone.displayName?4(QTimeZone.TimeType, QTimeZone.NameType nameType=QTimeZone.DefaultName, QLocale locale=QLocale()) -> str +PyQt5.QtCore.QTimeZone.abbreviation?4(QDateTime) -> str +PyQt5.QtCore.QTimeZone.offsetFromUtc?4(QDateTime) -> int +PyQt5.QtCore.QTimeZone.standardTimeOffset?4(QDateTime) -> int +PyQt5.QtCore.QTimeZone.daylightTimeOffset?4(QDateTime) -> int +PyQt5.QtCore.QTimeZone.hasDaylightTime?4() -> bool +PyQt5.QtCore.QTimeZone.isDaylightTime?4(QDateTime) -> bool +PyQt5.QtCore.QTimeZone.offsetData?4(QDateTime) -> QTimeZone.OffsetData +PyQt5.QtCore.QTimeZone.hasTransitions?4() -> bool +PyQt5.QtCore.QTimeZone.nextTransition?4(QDateTime) -> QTimeZone.OffsetData +PyQt5.QtCore.QTimeZone.previousTransition?4(QDateTime) -> QTimeZone.OffsetData +PyQt5.QtCore.QTimeZone.transitions?4(QDateTime, QDateTime) -> list-of-QTimeZone.OffsetData +PyQt5.QtCore.QTimeZone.systemTimeZoneId?4() -> QByteArray +PyQt5.QtCore.QTimeZone.isTimeZoneIdAvailable?4(QByteArray) -> bool +PyQt5.QtCore.QTimeZone.availableTimeZoneIds?4() -> list-of-QByteArray +PyQt5.QtCore.QTimeZone.availableTimeZoneIds?4(QLocale.Country) -> list-of-QByteArray +PyQt5.QtCore.QTimeZone.availableTimeZoneIds?4(int) -> list-of-QByteArray +PyQt5.QtCore.QTimeZone.ianaIdToWindowsId?4(QByteArray) -> QByteArray +PyQt5.QtCore.QTimeZone.windowsIdToDefaultIanaId?4(QByteArray) -> QByteArray +PyQt5.QtCore.QTimeZone.windowsIdToDefaultIanaId?4(QByteArray, QLocale.Country) -> QByteArray +PyQt5.QtCore.QTimeZone.windowsIdToIanaIds?4(QByteArray) -> list-of-QByteArray +PyQt5.QtCore.QTimeZone.windowsIdToIanaIds?4(QByteArray, QLocale.Country) -> list-of-QByteArray +PyQt5.QtCore.QTimeZone.OffsetData.abbreviation?7 +PyQt5.QtCore.QTimeZone.OffsetData.atUtc?7 +PyQt5.QtCore.QTimeZone.OffsetData.daylightTimeOffset?7 +PyQt5.QtCore.QTimeZone.OffsetData.offsetFromUtc?7 +PyQt5.QtCore.QTimeZone.OffsetData.standardTimeOffset?7 +PyQt5.QtCore.QTimeZone.OffsetData?1() +PyQt5.QtCore.QTimeZone.OffsetData.__init__?1(self) +PyQt5.QtCore.QTimeZone.OffsetData?1(QTimeZone.OffsetData) +PyQt5.QtCore.QTimeZone.OffsetData.__init__?1(self, QTimeZone.OffsetData) +PyQt5.QtCore.QTranslator?1(QObject parent=None) +PyQt5.QtCore.QTranslator.__init__?1(self, QObject parent=None) +PyQt5.QtCore.QTranslator.translate?4(str, str, str disambiguation=None, int n=-1) -> str +PyQt5.QtCore.QTranslator.isEmpty?4() -> bool +PyQt5.QtCore.QTranslator.load?4(str, str directory='', str searchDelimiters='', str suffix='') -> bool +PyQt5.QtCore.QTranslator.load?4(QLocale, str, str prefix='', str directory='', str suffix='') -> bool +PyQt5.QtCore.QTranslator.loadFromData?4(str, str directory=QString()) -> bool +PyQt5.QtCore.QUrl.ComponentFormattingOption?10 +PyQt5.QtCore.QUrl.PrettyDecoded?10 +PyQt5.QtCore.QUrl.EncodeSpaces?10 +PyQt5.QtCore.QUrl.EncodeUnicode?10 +PyQt5.QtCore.QUrl.EncodeDelimiters?10 +PyQt5.QtCore.QUrl.EncodeReserved?10 +PyQt5.QtCore.QUrl.DecodeReserved?10 +PyQt5.QtCore.QUrl.FullyEncoded?10 +PyQt5.QtCore.QUrl.FullyDecoded?10 +PyQt5.QtCore.QUrl.UrlFormattingOption?10 +PyQt5.QtCore.QUrl.None?10 +PyQt5.QtCore.QUrl.RemoveScheme?10 +PyQt5.QtCore.QUrl.RemovePassword?10 +PyQt5.QtCore.QUrl.RemoveUserInfo?10 +PyQt5.QtCore.QUrl.RemovePort?10 +PyQt5.QtCore.QUrl.RemoveAuthority?10 +PyQt5.QtCore.QUrl.RemovePath?10 +PyQt5.QtCore.QUrl.RemoveQuery?10 +PyQt5.QtCore.QUrl.RemoveFragment?10 +PyQt5.QtCore.QUrl.PreferLocalFile?10 +PyQt5.QtCore.QUrl.StripTrailingSlash?10 +PyQt5.QtCore.QUrl.RemoveFilename?10 +PyQt5.QtCore.QUrl.NormalizePathSegments?10 +PyQt5.QtCore.QUrl.ParsingMode?10 +PyQt5.QtCore.QUrl.TolerantMode?10 +PyQt5.QtCore.QUrl.StrictMode?10 +PyQt5.QtCore.QUrl.DecodedMode?10 +PyQt5.QtCore.QUrl?1() +PyQt5.QtCore.QUrl.__init__?1(self) +PyQt5.QtCore.QUrl?1(str, QUrl.ParsingMode mode=QUrl.TolerantMode) +PyQt5.QtCore.QUrl.__init__?1(self, str, QUrl.ParsingMode mode=QUrl.TolerantMode) +PyQt5.QtCore.QUrl?1(QUrl) +PyQt5.QtCore.QUrl.__init__?1(self, QUrl) +PyQt5.QtCore.QUrl.url?4(QUrl.FormattingOptions options=QUrl.PrettyDecoded) -> str +PyQt5.QtCore.QUrl.setUrl?4(str, QUrl.ParsingMode mode=QUrl.TolerantMode) +PyQt5.QtCore.QUrl.isValid?4() -> bool +PyQt5.QtCore.QUrl.isEmpty?4() -> bool +PyQt5.QtCore.QUrl.clear?4() +PyQt5.QtCore.QUrl.setScheme?4(str) +PyQt5.QtCore.QUrl.scheme?4() -> str +PyQt5.QtCore.QUrl.setAuthority?4(str, QUrl.ParsingMode mode=QUrl.TolerantMode) +PyQt5.QtCore.QUrl.authority?4(QUrl.ComponentFormattingOptions options=QUrl.PrettyDecoded) -> str +PyQt5.QtCore.QUrl.setUserInfo?4(str, QUrl.ParsingMode mode=QUrl.TolerantMode) +PyQt5.QtCore.QUrl.userInfo?4(QUrl.ComponentFormattingOptions options=QUrl.PrettyDecoded) -> str +PyQt5.QtCore.QUrl.setUserName?4(str, QUrl.ParsingMode mode=QUrl.DecodedMode) +PyQt5.QtCore.QUrl.userName?4(QUrl.ComponentFormattingOptions options=QUrl.FullyDecoded) -> str +PyQt5.QtCore.QUrl.setPassword?4(str, QUrl.ParsingMode mode=QUrl.DecodedMode) +PyQt5.QtCore.QUrl.password?4(QUrl.ComponentFormattingOptions options=QUrl.FullyDecoded) -> str +PyQt5.QtCore.QUrl.setHost?4(str, QUrl.ParsingMode mode=QUrl.DecodedMode) +PyQt5.QtCore.QUrl.host?4(QUrl.ComponentFormattingOptions options=QUrl.FullyDecoded) -> str +PyQt5.QtCore.QUrl.setPort?4(int) +PyQt5.QtCore.QUrl.port?4(int defaultPort=-1) -> int +PyQt5.QtCore.QUrl.setPath?4(str, QUrl.ParsingMode mode=QUrl.DecodedMode) +PyQt5.QtCore.QUrl.path?4(QUrl.ComponentFormattingOptions options=QUrl.FullyDecoded) -> str +PyQt5.QtCore.QUrl.setFragment?4(str, QUrl.ParsingMode mode=QUrl.TolerantMode) +PyQt5.QtCore.QUrl.fragment?4(QUrl.ComponentFormattingOptions options=QUrl.PrettyDecoded) -> str +PyQt5.QtCore.QUrl.resolved?4(QUrl) -> QUrl +PyQt5.QtCore.QUrl.isRelative?4() -> bool +PyQt5.QtCore.QUrl.isParentOf?4(QUrl) -> bool +PyQt5.QtCore.QUrl.fromLocalFile?4(str) -> QUrl +PyQt5.QtCore.QUrl.toLocalFile?4() -> str +PyQt5.QtCore.QUrl.toString?4(QUrl.FormattingOptions options=QUrl.PrettyDecoded) -> str +PyQt5.QtCore.QUrl.toEncoded?4(QUrl.FormattingOptions options=QUrl.FullyEncoded) -> QByteArray +PyQt5.QtCore.QUrl.fromEncoded?4(QByteArray, QUrl.ParsingMode mode=QUrl.TolerantMode) -> QUrl +PyQt5.QtCore.QUrl.detach?4() +PyQt5.QtCore.QUrl.isDetached?4() -> bool +PyQt5.QtCore.QUrl.fromPercentEncoding?4(QByteArray) -> str +PyQt5.QtCore.QUrl.toPercentEncoding?4(str, QByteArray exclude=QByteArray(), QByteArray include=QByteArray()) -> QByteArray +PyQt5.QtCore.QUrl.hasQuery?4() -> bool +PyQt5.QtCore.QUrl.hasFragment?4() -> bool +PyQt5.QtCore.QUrl.errorString?4() -> str +PyQt5.QtCore.QUrl.fromAce?4(QByteArray) -> str +PyQt5.QtCore.QUrl.toAce?4(str) -> QByteArray +PyQt5.QtCore.QUrl.idnWhitelist?4() -> list-of-str +PyQt5.QtCore.QUrl.setIdnWhitelist?4(list-of-str) +PyQt5.QtCore.QUrl.fromUserInput?4(str) -> QUrl +PyQt5.QtCore.QUrl.swap?4(QUrl) +PyQt5.QtCore.QUrl.topLevelDomain?4(QUrl.ComponentFormattingOptions options=QUrl.FullyDecoded) -> str +PyQt5.QtCore.QUrl.isLocalFile?4() -> bool +PyQt5.QtCore.QUrl.toDisplayString?4(QUrl.FormattingOptions options=QUrl.PrettyDecoded) -> str +PyQt5.QtCore.QUrl.setQuery?4(str, QUrl.ParsingMode mode=QUrl.TolerantMode) +PyQt5.QtCore.QUrl.setQuery?4(QUrlQuery) +PyQt5.QtCore.QUrl.query?4(QUrl.ComponentFormattingOptions options=QUrl.PrettyDecoded) -> str +PyQt5.QtCore.QUrl.toStringList?4(list-of-QUrl, QUrl.FormattingOptions options=QUrl.PrettyDecoded) -> list-of-str +PyQt5.QtCore.QUrl.fromStringList?4(list-of-str, QUrl.ParsingMode mode=QUrl.TolerantMode) -> list-of-QUrl +PyQt5.QtCore.QUrl.adjusted?4(QUrl.FormattingOptions) -> QUrl +PyQt5.QtCore.QUrl.fileName?4(QUrl.ComponentFormattingOptions options=QUrl.FullyDecoded) -> str +PyQt5.QtCore.QUrl.matches?4(QUrl, QUrl.FormattingOptions) -> bool +PyQt5.QtCore.QUrl.FormattingOptions?1(QUrl.FormattingOptions) +PyQt5.QtCore.QUrl.FormattingOptions.__init__?1(self, QUrl.FormattingOptions) +PyQt5.QtCore.QUrl.ComponentFormattingOptions?1(QUrl.ComponentFormattingOptions) +PyQt5.QtCore.QUrl.ComponentFormattingOptions.__init__?1(self, QUrl.ComponentFormattingOptions) +PyQt5.QtCore.QUrl.ComponentFormattingOptions?1(int) +PyQt5.QtCore.QUrl.ComponentFormattingOptions.__init__?1(self, int) +PyQt5.QtCore.QUrl.ComponentFormattingOptions?1() +PyQt5.QtCore.QUrl.ComponentFormattingOptions.__init__?1(self) +PyQt5.QtCore.QUrlQuery?1() +PyQt5.QtCore.QUrlQuery.__init__?1(self) +PyQt5.QtCore.QUrlQuery?1(QUrl) +PyQt5.QtCore.QUrlQuery.__init__?1(self, QUrl) +PyQt5.QtCore.QUrlQuery?1(str) +PyQt5.QtCore.QUrlQuery.__init__?1(self, str) +PyQt5.QtCore.QUrlQuery?1(QUrlQuery) +PyQt5.QtCore.QUrlQuery.__init__?1(self, QUrlQuery) +PyQt5.QtCore.QUrlQuery.swap?4(QUrlQuery) +PyQt5.QtCore.QUrlQuery.isEmpty?4() -> bool +PyQt5.QtCore.QUrlQuery.isDetached?4() -> bool +PyQt5.QtCore.QUrlQuery.clear?4() +PyQt5.QtCore.QUrlQuery.query?4(QUrl.ComponentFormattingOptions options=QUrl.PrettyDecoded) -> str +PyQt5.QtCore.QUrlQuery.setQuery?4(str) +PyQt5.QtCore.QUrlQuery.toString?4(QUrl.ComponentFormattingOptions options=QUrl.PrettyDecoded) -> str +PyQt5.QtCore.QUrlQuery.setQueryDelimiters?4(str, str) +PyQt5.QtCore.QUrlQuery.queryValueDelimiter?4() -> str +PyQt5.QtCore.QUrlQuery.queryPairDelimiter?4() -> str +PyQt5.QtCore.QUrlQuery.setQueryItems?4(list-of-tuple-of-QString-QString) +PyQt5.QtCore.QUrlQuery.queryItems?4(QUrl.ComponentFormattingOptions options=QUrl.PrettyDecoded) -> list-of-tuple-of-QString-QString +PyQt5.QtCore.QUrlQuery.hasQueryItem?4(str) -> bool +PyQt5.QtCore.QUrlQuery.addQueryItem?4(str, str) +PyQt5.QtCore.QUrlQuery.removeQueryItem?4(str) +PyQt5.QtCore.QUrlQuery.queryItemValue?4(str, QUrl.ComponentFormattingOptions options=QUrl.PrettyDecoded) -> str +PyQt5.QtCore.QUrlQuery.allQueryItemValues?4(str, QUrl.ComponentFormattingOptions options=QUrl.PrettyDecoded) -> list-of-str +PyQt5.QtCore.QUrlQuery.removeAllQueryItems?4(str) +PyQt5.QtCore.QUrlQuery.defaultQueryValueDelimiter?4() -> str +PyQt5.QtCore.QUrlQuery.defaultQueryPairDelimiter?4() -> str +PyQt5.QtCore.QUuid.Version?10 +PyQt5.QtCore.QUuid.VerUnknown?10 +PyQt5.QtCore.QUuid.Time?10 +PyQt5.QtCore.QUuid.EmbeddedPOSIX?10 +PyQt5.QtCore.QUuid.Md5?10 +PyQt5.QtCore.QUuid.Name?10 +PyQt5.QtCore.QUuid.Random?10 +PyQt5.QtCore.QUuid.Sha1?10 +PyQt5.QtCore.QUuid.Variant?10 +PyQt5.QtCore.QUuid.VarUnknown?10 +PyQt5.QtCore.QUuid.NCS?10 +PyQt5.QtCore.QUuid.DCE?10 +PyQt5.QtCore.QUuid.Microsoft?10 +PyQt5.QtCore.QUuid.Reserved?10 +PyQt5.QtCore.QUuid?1() +PyQt5.QtCore.QUuid.__init__?1(self) +PyQt5.QtCore.QUuid?1(int, int, int, int, int, int, int, int, int, int, int) +PyQt5.QtCore.QUuid.__init__?1(self, int, int, int, int, int, int, int, int, int, int, int) +PyQt5.QtCore.QUuid?1(str) +PyQt5.QtCore.QUuid.__init__?1(self, str) +PyQt5.QtCore.QUuid?1(QByteArray) +PyQt5.QtCore.QUuid.__init__?1(self, QByteArray) +PyQt5.QtCore.QUuid?1(QUuid) +PyQt5.QtCore.QUuid.__init__?1(self, QUuid) +PyQt5.QtCore.QUuid.toString?4() -> str +PyQt5.QtCore.QUuid.isNull?4() -> bool +PyQt5.QtCore.QUuid.createUuid?4() -> QUuid +PyQt5.QtCore.QUuid.createUuidV3?4(QUuid, QByteArray) -> QUuid +PyQt5.QtCore.QUuid.createUuidV5?4(QUuid, QByteArray) -> QUuid +PyQt5.QtCore.QUuid.createUuidV3?4(QUuid, str) -> QUuid +PyQt5.QtCore.QUuid.createUuidV5?4(QUuid, str) -> QUuid +PyQt5.QtCore.QUuid.variant?4() -> QUuid.Variant +PyQt5.QtCore.QUuid.version?4() -> QUuid.Version +PyQt5.QtCore.QUuid.toByteArray?4() -> QByteArray +PyQt5.QtCore.QUuid.toRfc4122?4() -> QByteArray +PyQt5.QtCore.QUuid.fromRfc4122?4(QByteArray) -> QUuid +PyQt5.QtCore.QVariant.Type?10 +PyQt5.QtCore.QVariant.Invalid?10 +PyQt5.QtCore.QVariant.Bool?10 +PyQt5.QtCore.QVariant.Int?10 +PyQt5.QtCore.QVariant.UInt?10 +PyQt5.QtCore.QVariant.LongLong?10 +PyQt5.QtCore.QVariant.ULongLong?10 +PyQt5.QtCore.QVariant.Double?10 +PyQt5.QtCore.QVariant.Char?10 +PyQt5.QtCore.QVariant.Map?10 +PyQt5.QtCore.QVariant.List?10 +PyQt5.QtCore.QVariant.String?10 +PyQt5.QtCore.QVariant.StringList?10 +PyQt5.QtCore.QVariant.ByteArray?10 +PyQt5.QtCore.QVariant.BitArray?10 +PyQt5.QtCore.QVariant.Date?10 +PyQt5.QtCore.QVariant.Time?10 +PyQt5.QtCore.QVariant.DateTime?10 +PyQt5.QtCore.QVariant.Url?10 +PyQt5.QtCore.QVariant.Locale?10 +PyQt5.QtCore.QVariant.Rect?10 +PyQt5.QtCore.QVariant.RectF?10 +PyQt5.QtCore.QVariant.Size?10 +PyQt5.QtCore.QVariant.SizeF?10 +PyQt5.QtCore.QVariant.Line?10 +PyQt5.QtCore.QVariant.LineF?10 +PyQt5.QtCore.QVariant.Point?10 +PyQt5.QtCore.QVariant.PointF?10 +PyQt5.QtCore.QVariant.RegExp?10 +PyQt5.QtCore.QVariant.Font?10 +PyQt5.QtCore.QVariant.Pixmap?10 +PyQt5.QtCore.QVariant.Brush?10 +PyQt5.QtCore.QVariant.Color?10 +PyQt5.QtCore.QVariant.Palette?10 +PyQt5.QtCore.QVariant.Icon?10 +PyQt5.QtCore.QVariant.Image?10 +PyQt5.QtCore.QVariant.Polygon?10 +PyQt5.QtCore.QVariant.Region?10 +PyQt5.QtCore.QVariant.Bitmap?10 +PyQt5.QtCore.QVariant.Cursor?10 +PyQt5.QtCore.QVariant.SizePolicy?10 +PyQt5.QtCore.QVariant.KeySequence?10 +PyQt5.QtCore.QVariant.Pen?10 +PyQt5.QtCore.QVariant.TextLength?10 +PyQt5.QtCore.QVariant.TextFormat?10 +PyQt5.QtCore.QVariant.Matrix?10 +PyQt5.QtCore.QVariant.Transform?10 +PyQt5.QtCore.QVariant.Hash?10 +PyQt5.QtCore.QVariant.Matrix4x4?10 +PyQt5.QtCore.QVariant.Vector2D?10 +PyQt5.QtCore.QVariant.Vector3D?10 +PyQt5.QtCore.QVariant.Vector4D?10 +PyQt5.QtCore.QVariant.Quaternion?10 +PyQt5.QtCore.QVariant.EasingCurve?10 +PyQt5.QtCore.QVariant.Uuid?10 +PyQt5.QtCore.QVariant.ModelIndex?10 +PyQt5.QtCore.QVariant.PolygonF?10 +PyQt5.QtCore.QVariant.RegularExpression?10 +PyQt5.QtCore.QVariant.UserType?10 +PyQt5.QtCore.QVariant?1() +PyQt5.QtCore.QVariant.__init__?1(self) +PyQt5.QtCore.QVariant?1(QVariant.Type) +PyQt5.QtCore.QVariant.__init__?1(self, QVariant.Type) +PyQt5.QtCore.QVariant?1(object) +PyQt5.QtCore.QVariant.__init__?1(self, object) +PyQt5.QtCore.QVariant?1(QVariant) +PyQt5.QtCore.QVariant.__init__?1(self, QVariant) +PyQt5.QtCore.QVariant.value?4() -> object +PyQt5.QtCore.QVariant.type?4() -> QVariant.Type +PyQt5.QtCore.QVariant.userType?4() -> int +PyQt5.QtCore.QVariant.typeName?4() -> str +PyQt5.QtCore.QVariant.canConvert?4(int) -> bool +PyQt5.QtCore.QVariant.convert?4(int) -> bool +PyQt5.QtCore.QVariant.isValid?4() -> bool +PyQt5.QtCore.QVariant.isNull?4() -> bool +PyQt5.QtCore.QVariant.clear?4() +PyQt5.QtCore.QVariant.load?4(QDataStream) +PyQt5.QtCore.QVariant.save?4(QDataStream) +PyQt5.QtCore.QVariant.typeToName?4(int) -> str +PyQt5.QtCore.QVariant.nameToType?4(str) -> QVariant.Type +PyQt5.QtCore.QVariant.swap?4(QVariant) +PyQt5.QtCore.QWaitCondition?1() +PyQt5.QtCore.QWaitCondition.__init__?1(self) +PyQt5.QtCore.QWaitCondition.wait?4(QMutex, int msecs=ULONG_MAX) -> bool +PyQt5.QtCore.QWaitCondition.wait?4(QReadWriteLock, int msecs=ULONG_MAX) -> bool +PyQt5.QtCore.QWaitCondition.wakeOne?4() +PyQt5.QtCore.QWaitCondition.wakeAll?4() +PyQt5.QtCore.QXmlStreamAttribute?1() +PyQt5.QtCore.QXmlStreamAttribute.__init__?1(self) +PyQt5.QtCore.QXmlStreamAttribute?1(str, str) +PyQt5.QtCore.QXmlStreamAttribute.__init__?1(self, str, str) +PyQt5.QtCore.QXmlStreamAttribute?1(str, str, str) +PyQt5.QtCore.QXmlStreamAttribute.__init__?1(self, str, str, str) +PyQt5.QtCore.QXmlStreamAttribute?1(QXmlStreamAttribute) +PyQt5.QtCore.QXmlStreamAttribute.__init__?1(self, QXmlStreamAttribute) +PyQt5.QtCore.QXmlStreamAttribute.namespaceUri?4() -> QStringRef +PyQt5.QtCore.QXmlStreamAttribute.name?4() -> QStringRef +PyQt5.QtCore.QXmlStreamAttribute.qualifiedName?4() -> QStringRef +PyQt5.QtCore.QXmlStreamAttribute.prefix?4() -> QStringRef +PyQt5.QtCore.QXmlStreamAttribute.value?4() -> QStringRef +PyQt5.QtCore.QXmlStreamAttribute.isDefault?4() -> bool +PyQt5.QtCore.QXmlStreamAttributes?1() +PyQt5.QtCore.QXmlStreamAttributes.__init__?1(self) +PyQt5.QtCore.QXmlStreamAttributes?1(QXmlStreamAttributes) +PyQt5.QtCore.QXmlStreamAttributes.__init__?1(self, QXmlStreamAttributes) +PyQt5.QtCore.QXmlStreamAttributes.value?4(str, str) -> QStringRef +PyQt5.QtCore.QXmlStreamAttributes.value?4(str) -> QStringRef +PyQt5.QtCore.QXmlStreamAttributes.append?4(str, str, str) +PyQt5.QtCore.QXmlStreamAttributes.append?4(str, str) +PyQt5.QtCore.QXmlStreamAttributes.append?4(QXmlStreamAttribute) +PyQt5.QtCore.QXmlStreamAttributes.hasAttribute?4(str) -> bool +PyQt5.QtCore.QXmlStreamAttributes.hasAttribute?4(str, str) -> bool +PyQt5.QtCore.QXmlStreamAttributes.at?4(int) -> QXmlStreamAttribute +PyQt5.QtCore.QXmlStreamAttributes.clear?4() +PyQt5.QtCore.QXmlStreamAttributes.contains?4(QXmlStreamAttribute) -> bool +PyQt5.QtCore.QXmlStreamAttributes.count?4(QXmlStreamAttribute) -> int +PyQt5.QtCore.QXmlStreamAttributes.count?4() -> int +PyQt5.QtCore.QXmlStreamAttributes.data?4() -> sip.voidptr +PyQt5.QtCore.QXmlStreamAttributes.fill?4(QXmlStreamAttribute, int size=-1) +PyQt5.QtCore.QXmlStreamAttributes.first?4() -> QXmlStreamAttribute +PyQt5.QtCore.QXmlStreamAttributes.indexOf?4(QXmlStreamAttribute, int from=0) -> int +PyQt5.QtCore.QXmlStreamAttributes.insert?4(int, QXmlStreamAttribute) +PyQt5.QtCore.QXmlStreamAttributes.isEmpty?4() -> bool +PyQt5.QtCore.QXmlStreamAttributes.last?4() -> QXmlStreamAttribute +PyQt5.QtCore.QXmlStreamAttributes.lastIndexOf?4(QXmlStreamAttribute, int from=-1) -> int +PyQt5.QtCore.QXmlStreamAttributes.prepend?4(QXmlStreamAttribute) +PyQt5.QtCore.QXmlStreamAttributes.remove?4(int) +PyQt5.QtCore.QXmlStreamAttributes.remove?4(int, int) +PyQt5.QtCore.QXmlStreamAttributes.replace?4(int, QXmlStreamAttribute) +PyQt5.QtCore.QXmlStreamAttributes.size?4() -> int +PyQt5.QtCore.QXmlStreamNamespaceDeclaration?1() +PyQt5.QtCore.QXmlStreamNamespaceDeclaration.__init__?1(self) +PyQt5.QtCore.QXmlStreamNamespaceDeclaration?1(QXmlStreamNamespaceDeclaration) +PyQt5.QtCore.QXmlStreamNamespaceDeclaration.__init__?1(self, QXmlStreamNamespaceDeclaration) +PyQt5.QtCore.QXmlStreamNamespaceDeclaration?1(str, str) +PyQt5.QtCore.QXmlStreamNamespaceDeclaration.__init__?1(self, str, str) +PyQt5.QtCore.QXmlStreamNamespaceDeclaration.prefix?4() -> QStringRef +PyQt5.QtCore.QXmlStreamNamespaceDeclaration.namespaceUri?4() -> QStringRef +PyQt5.QtCore.QXmlStreamNotationDeclaration?1() +PyQt5.QtCore.QXmlStreamNotationDeclaration.__init__?1(self) +PyQt5.QtCore.QXmlStreamNotationDeclaration?1(QXmlStreamNotationDeclaration) +PyQt5.QtCore.QXmlStreamNotationDeclaration.__init__?1(self, QXmlStreamNotationDeclaration) +PyQt5.QtCore.QXmlStreamNotationDeclaration.name?4() -> QStringRef +PyQt5.QtCore.QXmlStreamNotationDeclaration.systemId?4() -> QStringRef +PyQt5.QtCore.QXmlStreamNotationDeclaration.publicId?4() -> QStringRef +PyQt5.QtCore.QXmlStreamEntityDeclaration?1() +PyQt5.QtCore.QXmlStreamEntityDeclaration.__init__?1(self) +PyQt5.QtCore.QXmlStreamEntityDeclaration?1(QXmlStreamEntityDeclaration) +PyQt5.QtCore.QXmlStreamEntityDeclaration.__init__?1(self, QXmlStreamEntityDeclaration) +PyQt5.QtCore.QXmlStreamEntityDeclaration.name?4() -> QStringRef +PyQt5.QtCore.QXmlStreamEntityDeclaration.notationName?4() -> QStringRef +PyQt5.QtCore.QXmlStreamEntityDeclaration.systemId?4() -> QStringRef +PyQt5.QtCore.QXmlStreamEntityDeclaration.publicId?4() -> QStringRef +PyQt5.QtCore.QXmlStreamEntityDeclaration.value?4() -> QStringRef +PyQt5.QtCore.QXmlStreamEntityResolver?1() +PyQt5.QtCore.QXmlStreamEntityResolver.__init__?1(self) +PyQt5.QtCore.QXmlStreamEntityResolver?1(QXmlStreamEntityResolver) +PyQt5.QtCore.QXmlStreamEntityResolver.__init__?1(self, QXmlStreamEntityResolver) +PyQt5.QtCore.QXmlStreamEntityResolver.resolveUndeclaredEntity?4(str) -> str +PyQt5.QtCore.QXmlStreamReader.Error?10 +PyQt5.QtCore.QXmlStreamReader.NoError?10 +PyQt5.QtCore.QXmlStreamReader.UnexpectedElementError?10 +PyQt5.QtCore.QXmlStreamReader.CustomError?10 +PyQt5.QtCore.QXmlStreamReader.NotWellFormedError?10 +PyQt5.QtCore.QXmlStreamReader.PrematureEndOfDocumentError?10 +PyQt5.QtCore.QXmlStreamReader.ReadElementTextBehaviour?10 +PyQt5.QtCore.QXmlStreamReader.ErrorOnUnexpectedElement?10 +PyQt5.QtCore.QXmlStreamReader.IncludeChildElements?10 +PyQt5.QtCore.QXmlStreamReader.SkipChildElements?10 +PyQt5.QtCore.QXmlStreamReader.TokenType?10 +PyQt5.QtCore.QXmlStreamReader.NoToken?10 +PyQt5.QtCore.QXmlStreamReader.Invalid?10 +PyQt5.QtCore.QXmlStreamReader.StartDocument?10 +PyQt5.QtCore.QXmlStreamReader.EndDocument?10 +PyQt5.QtCore.QXmlStreamReader.StartElement?10 +PyQt5.QtCore.QXmlStreamReader.EndElement?10 +PyQt5.QtCore.QXmlStreamReader.Characters?10 +PyQt5.QtCore.QXmlStreamReader.Comment?10 +PyQt5.QtCore.QXmlStreamReader.DTD?10 +PyQt5.QtCore.QXmlStreamReader.EntityReference?10 +PyQt5.QtCore.QXmlStreamReader.ProcessingInstruction?10 +PyQt5.QtCore.QXmlStreamReader?1() +PyQt5.QtCore.QXmlStreamReader.__init__?1(self) +PyQt5.QtCore.QXmlStreamReader?1(QIODevice) +PyQt5.QtCore.QXmlStreamReader.__init__?1(self, QIODevice) +PyQt5.QtCore.QXmlStreamReader?1(QByteArray) +PyQt5.QtCore.QXmlStreamReader.__init__?1(self, QByteArray) +PyQt5.QtCore.QXmlStreamReader?1(str) +PyQt5.QtCore.QXmlStreamReader.__init__?1(self, str) +PyQt5.QtCore.QXmlStreamReader.setDevice?4(QIODevice) +PyQt5.QtCore.QXmlStreamReader.device?4() -> QIODevice +PyQt5.QtCore.QXmlStreamReader.addData?4(QByteArray) +PyQt5.QtCore.QXmlStreamReader.addData?4(str) +PyQt5.QtCore.QXmlStreamReader.clear?4() +PyQt5.QtCore.QXmlStreamReader.atEnd?4() -> bool +PyQt5.QtCore.QXmlStreamReader.readNext?4() -> QXmlStreamReader.TokenType +PyQt5.QtCore.QXmlStreamReader.tokenType?4() -> QXmlStreamReader.TokenType +PyQt5.QtCore.QXmlStreamReader.tokenString?4() -> str +PyQt5.QtCore.QXmlStreamReader.setNamespaceProcessing?4(bool) +PyQt5.QtCore.QXmlStreamReader.namespaceProcessing?4() -> bool +PyQt5.QtCore.QXmlStreamReader.isStartDocument?4() -> bool +PyQt5.QtCore.QXmlStreamReader.isEndDocument?4() -> bool +PyQt5.QtCore.QXmlStreamReader.isStartElement?4() -> bool +PyQt5.QtCore.QXmlStreamReader.isEndElement?4() -> bool +PyQt5.QtCore.QXmlStreamReader.isCharacters?4() -> bool +PyQt5.QtCore.QXmlStreamReader.isWhitespace?4() -> bool +PyQt5.QtCore.QXmlStreamReader.isCDATA?4() -> bool +PyQt5.QtCore.QXmlStreamReader.isComment?4() -> bool +PyQt5.QtCore.QXmlStreamReader.isDTD?4() -> bool +PyQt5.QtCore.QXmlStreamReader.isEntityReference?4() -> bool +PyQt5.QtCore.QXmlStreamReader.isProcessingInstruction?4() -> bool +PyQt5.QtCore.QXmlStreamReader.isStandaloneDocument?4() -> bool +PyQt5.QtCore.QXmlStreamReader.documentVersion?4() -> QStringRef +PyQt5.QtCore.QXmlStreamReader.documentEncoding?4() -> QStringRef +PyQt5.QtCore.QXmlStreamReader.lineNumber?4() -> int +PyQt5.QtCore.QXmlStreamReader.columnNumber?4() -> int +PyQt5.QtCore.QXmlStreamReader.characterOffset?4() -> int +PyQt5.QtCore.QXmlStreamReader.attributes?4() -> QXmlStreamAttributes +PyQt5.QtCore.QXmlStreamReader.readElementText?4(QXmlStreamReader.ReadElementTextBehaviour behaviour=QXmlStreamReader.ErrorOnUnexpectedElement) -> str +PyQt5.QtCore.QXmlStreamReader.name?4() -> QStringRef +PyQt5.QtCore.QXmlStreamReader.namespaceUri?4() -> QStringRef +PyQt5.QtCore.QXmlStreamReader.qualifiedName?4() -> QStringRef +PyQt5.QtCore.QXmlStreamReader.prefix?4() -> QStringRef +PyQt5.QtCore.QXmlStreamReader.processingInstructionTarget?4() -> QStringRef +PyQt5.QtCore.QXmlStreamReader.processingInstructionData?4() -> QStringRef +PyQt5.QtCore.QXmlStreamReader.text?4() -> QStringRef +PyQt5.QtCore.QXmlStreamReader.namespaceDeclarations?4() -> list-of-QXmlStreamNamespaceDeclaration +PyQt5.QtCore.QXmlStreamReader.addExtraNamespaceDeclaration?4(QXmlStreamNamespaceDeclaration) +PyQt5.QtCore.QXmlStreamReader.addExtraNamespaceDeclarations?4(list-of-QXmlStreamNamespaceDeclaration) +PyQt5.QtCore.QXmlStreamReader.notationDeclarations?4() -> list-of-QXmlStreamNotationDeclaration +PyQt5.QtCore.QXmlStreamReader.entityDeclarations?4() -> list-of-QXmlStreamEntityDeclaration +PyQt5.QtCore.QXmlStreamReader.dtdName?4() -> QStringRef +PyQt5.QtCore.QXmlStreamReader.dtdPublicId?4() -> QStringRef +PyQt5.QtCore.QXmlStreamReader.dtdSystemId?4() -> QStringRef +PyQt5.QtCore.QXmlStreamReader.raiseError?4(str message='') +PyQt5.QtCore.QXmlStreamReader.errorString?4() -> str +PyQt5.QtCore.QXmlStreamReader.error?4() -> QXmlStreamReader.Error +PyQt5.QtCore.QXmlStreamReader.hasError?4() -> bool +PyQt5.QtCore.QXmlStreamReader.setEntityResolver?4(QXmlStreamEntityResolver) +PyQt5.QtCore.QXmlStreamReader.entityResolver?4() -> QXmlStreamEntityResolver +PyQt5.QtCore.QXmlStreamReader.readNextStartElement?4() -> bool +PyQt5.QtCore.QXmlStreamReader.skipCurrentElement?4() +PyQt5.QtCore.QXmlStreamWriter?1() +PyQt5.QtCore.QXmlStreamWriter.__init__?1(self) +PyQt5.QtCore.QXmlStreamWriter?1(QIODevice) +PyQt5.QtCore.QXmlStreamWriter.__init__?1(self, QIODevice) +PyQt5.QtCore.QXmlStreamWriter?1(QByteArray) +PyQt5.QtCore.QXmlStreamWriter.__init__?1(self, QByteArray) +PyQt5.QtCore.QXmlStreamWriter.setDevice?4(QIODevice) +PyQt5.QtCore.QXmlStreamWriter.device?4() -> QIODevice +PyQt5.QtCore.QXmlStreamWriter.setCodec?4(QTextCodec) +PyQt5.QtCore.QXmlStreamWriter.setCodec?4(str) +PyQt5.QtCore.QXmlStreamWriter.codec?4() -> QTextCodec +PyQt5.QtCore.QXmlStreamWriter.setAutoFormatting?4(bool) +PyQt5.QtCore.QXmlStreamWriter.autoFormatting?4() -> bool +PyQt5.QtCore.QXmlStreamWriter.setAutoFormattingIndent?4(int) +PyQt5.QtCore.QXmlStreamWriter.autoFormattingIndent?4() -> int +PyQt5.QtCore.QXmlStreamWriter.writeAttribute?4(str, str) +PyQt5.QtCore.QXmlStreamWriter.writeAttribute?4(str, str, str) +PyQt5.QtCore.QXmlStreamWriter.writeAttribute?4(QXmlStreamAttribute) +PyQt5.QtCore.QXmlStreamWriter.writeAttributes?4(QXmlStreamAttributes) +PyQt5.QtCore.QXmlStreamWriter.writeCDATA?4(str) +PyQt5.QtCore.QXmlStreamWriter.writeCharacters?4(str) +PyQt5.QtCore.QXmlStreamWriter.writeComment?4(str) +PyQt5.QtCore.QXmlStreamWriter.writeDTD?4(str) +PyQt5.QtCore.QXmlStreamWriter.writeEmptyElement?4(str) +PyQt5.QtCore.QXmlStreamWriter.writeEmptyElement?4(str, str) +PyQt5.QtCore.QXmlStreamWriter.writeTextElement?4(str, str) +PyQt5.QtCore.QXmlStreamWriter.writeTextElement?4(str, str, str) +PyQt5.QtCore.QXmlStreamWriter.writeEndDocument?4() +PyQt5.QtCore.QXmlStreamWriter.writeEndElement?4() +PyQt5.QtCore.QXmlStreamWriter.writeEntityReference?4(str) +PyQt5.QtCore.QXmlStreamWriter.writeNamespace?4(str, str prefix='') +PyQt5.QtCore.QXmlStreamWriter.writeDefaultNamespace?4(str) +PyQt5.QtCore.QXmlStreamWriter.writeProcessingInstruction?4(str, str data='') +PyQt5.QtCore.QXmlStreamWriter.writeStartDocument?4() +PyQt5.QtCore.QXmlStreamWriter.writeStartDocument?4(str) +PyQt5.QtCore.QXmlStreamWriter.writeStartDocument?4(str, bool) +PyQt5.QtCore.QXmlStreamWriter.writeStartElement?4(str) +PyQt5.QtCore.QXmlStreamWriter.writeStartElement?4(str, str) +PyQt5.QtCore.QXmlStreamWriter.writeCurrentToken?4(QXmlStreamReader) +PyQt5.QtCore.QXmlStreamWriter.hasError?4() -> bool +PyQt5.QtCore.QSysInfo.Endian?10 +PyQt5.QtCore.QSysInfo.BigEndian?10 +PyQt5.QtCore.QSysInfo.LittleEndian?10 +PyQt5.QtCore.QSysInfo.ByteOrder?10 +PyQt5.QtCore.QSysInfo.Sizes?10 +PyQt5.QtCore.QSysInfo.WordSize?10 +PyQt5.QtCore.QSysInfo?1() +PyQt5.QtCore.QSysInfo.__init__?1(self) +PyQt5.QtCore.QSysInfo?1(QSysInfo) +PyQt5.QtCore.QSysInfo.__init__?1(self, QSysInfo) +PyQt5.QtGui.qFuzzyCompare?4(QMatrix4x4, QMatrix4x4) -> bool +PyQt5.QtGui.qFuzzyCompare?4(QQuaternion, QQuaternion) -> bool +PyQt5.QtGui.qRed?4(int) -> int +PyQt5.QtGui.qGreen?4(int) -> int +PyQt5.QtGui.qBlue?4(int) -> int +PyQt5.QtGui.qAlpha?4(int) -> int +PyQt5.QtGui.qRgb?4(int, int, int) -> int +PyQt5.QtGui.qRgba?4(int, int, int, int) -> int +PyQt5.QtGui.qGray?4(int, int, int) -> int +PyQt5.QtGui.qGray?4(int) -> int +PyQt5.QtGui.qIsGray?4(int) -> bool +PyQt5.QtGui.qPremultiply?4(int) -> int +PyQt5.QtGui.qUnpremultiply?4(int) -> int +PyQt5.QtGui.qFuzzyCompare?4(QTransform, QTransform) -> bool +PyQt5.QtGui.qFuzzyCompare?4(QVector2D, QVector2D) -> bool +PyQt5.QtGui.qFuzzyCompare?4(QVector3D, QVector3D) -> bool +PyQt5.QtGui.qFuzzyCompare?4(QVector4D, QVector4D) -> bool +PyQt5.QtGui.QAbstractTextDocumentLayout?1(QTextDocument) +PyQt5.QtGui.QAbstractTextDocumentLayout.__init__?1(self, QTextDocument) +PyQt5.QtGui.QAbstractTextDocumentLayout.draw?4(QPainter, QAbstractTextDocumentLayout.PaintContext) +PyQt5.QtGui.QAbstractTextDocumentLayout.hitTest?4(QPointF, Qt.HitTestAccuracy) -> int +PyQt5.QtGui.QAbstractTextDocumentLayout.anchorAt?4(QPointF) -> str +PyQt5.QtGui.QAbstractTextDocumentLayout.pageCount?4() -> int +PyQt5.QtGui.QAbstractTextDocumentLayout.documentSize?4() -> QSizeF +PyQt5.QtGui.QAbstractTextDocumentLayout.frameBoundingRect?4(QTextFrame) -> QRectF +PyQt5.QtGui.QAbstractTextDocumentLayout.blockBoundingRect?4(QTextBlock) -> QRectF +PyQt5.QtGui.QAbstractTextDocumentLayout.setPaintDevice?4(QPaintDevice) +PyQt5.QtGui.QAbstractTextDocumentLayout.paintDevice?4() -> QPaintDevice +PyQt5.QtGui.QAbstractTextDocumentLayout.document?4() -> QTextDocument +PyQt5.QtGui.QAbstractTextDocumentLayout.registerHandler?4(int, QObject) +PyQt5.QtGui.QAbstractTextDocumentLayout.unregisterHandler?4(int, QObject component=None) +PyQt5.QtGui.QAbstractTextDocumentLayout.handlerForObject?4(int) -> QTextObjectInterface +PyQt5.QtGui.QAbstractTextDocumentLayout.update?4(QRectF rect=QRectF(0,0,1e+09,1e+09)) +PyQt5.QtGui.QAbstractTextDocumentLayout.documentSizeChanged?4(QSizeF) +PyQt5.QtGui.QAbstractTextDocumentLayout.pageCountChanged?4(int) +PyQt5.QtGui.QAbstractTextDocumentLayout.updateBlock?4(QTextBlock) +PyQt5.QtGui.QAbstractTextDocumentLayout.documentChanged?4(int, int, int) +PyQt5.QtGui.QAbstractTextDocumentLayout.resizeInlineObject?4(QTextInlineObject, int, QTextFormat) +PyQt5.QtGui.QAbstractTextDocumentLayout.positionInlineObject?4(QTextInlineObject, int, QTextFormat) +PyQt5.QtGui.QAbstractTextDocumentLayout.drawInlineObject?4(QPainter, QRectF, QTextInlineObject, int, QTextFormat) +PyQt5.QtGui.QAbstractTextDocumentLayout.format?4(int) -> QTextCharFormat +PyQt5.QtGui.QAbstractTextDocumentLayout.Selection.cursor?7 +PyQt5.QtGui.QAbstractTextDocumentLayout.Selection.format?7 +PyQt5.QtGui.QAbstractTextDocumentLayout.Selection?1() +PyQt5.QtGui.QAbstractTextDocumentLayout.Selection.__init__?1(self) +PyQt5.QtGui.QAbstractTextDocumentLayout.Selection?1(QAbstractTextDocumentLayout.Selection) +PyQt5.QtGui.QAbstractTextDocumentLayout.Selection.__init__?1(self, QAbstractTextDocumentLayout.Selection) +PyQt5.QtGui.QAbstractTextDocumentLayout.PaintContext.clip?7 +PyQt5.QtGui.QAbstractTextDocumentLayout.PaintContext.cursorPosition?7 +PyQt5.QtGui.QAbstractTextDocumentLayout.PaintContext.palette?7 +PyQt5.QtGui.QAbstractTextDocumentLayout.PaintContext.selections?7 +PyQt5.QtGui.QAbstractTextDocumentLayout.PaintContext?1() +PyQt5.QtGui.QAbstractTextDocumentLayout.PaintContext.__init__?1(self) +PyQt5.QtGui.QAbstractTextDocumentLayout.PaintContext?1(QAbstractTextDocumentLayout.PaintContext) +PyQt5.QtGui.QAbstractTextDocumentLayout.PaintContext.__init__?1(self, QAbstractTextDocumentLayout.PaintContext) +PyQt5.QtGui.QTextObjectInterface?1() +PyQt5.QtGui.QTextObjectInterface.__init__?1(self) +PyQt5.QtGui.QTextObjectInterface?1(QTextObjectInterface) +PyQt5.QtGui.QTextObjectInterface.__init__?1(self, QTextObjectInterface) +PyQt5.QtGui.QTextObjectInterface.intrinsicSize?4(QTextDocument, int, QTextFormat) -> QSizeF +PyQt5.QtGui.QTextObjectInterface.drawObject?4(QPainter, QRectF, QTextDocument, int, QTextFormat) +PyQt5.QtGui.QBackingStore?1(QWindow) +PyQt5.QtGui.QBackingStore.__init__?1(self, QWindow) +PyQt5.QtGui.QBackingStore.window?4() -> QWindow +PyQt5.QtGui.QBackingStore.paintDevice?4() -> QPaintDevice +PyQt5.QtGui.QBackingStore.flush?4(QRegion, QWindow window=None, QPoint offset=QPoint()) +PyQt5.QtGui.QBackingStore.resize?4(QSize) +PyQt5.QtGui.QBackingStore.size?4() -> QSize +PyQt5.QtGui.QBackingStore.scroll?4(QRegion, int, int) -> bool +PyQt5.QtGui.QBackingStore.beginPaint?4(QRegion) +PyQt5.QtGui.QBackingStore.endPaint?4() +PyQt5.QtGui.QBackingStore.setStaticContents?4(QRegion) +PyQt5.QtGui.QBackingStore.staticContents?4() -> QRegion +PyQt5.QtGui.QBackingStore.hasStaticContents?4() -> bool +PyQt5.QtGui.QPaintDevice.PaintDeviceMetric?10 +PyQt5.QtGui.QPaintDevice.PdmWidth?10 +PyQt5.QtGui.QPaintDevice.PdmHeight?10 +PyQt5.QtGui.QPaintDevice.PdmWidthMM?10 +PyQt5.QtGui.QPaintDevice.PdmHeightMM?10 +PyQt5.QtGui.QPaintDevice.PdmNumColors?10 +PyQt5.QtGui.QPaintDevice.PdmDepth?10 +PyQt5.QtGui.QPaintDevice.PdmDpiX?10 +PyQt5.QtGui.QPaintDevice.PdmDpiY?10 +PyQt5.QtGui.QPaintDevice.PdmPhysicalDpiX?10 +PyQt5.QtGui.QPaintDevice.PdmPhysicalDpiY?10 +PyQt5.QtGui.QPaintDevice.PdmDevicePixelRatio?10 +PyQt5.QtGui.QPaintDevice?1() +PyQt5.QtGui.QPaintDevice.__init__?1(self) +PyQt5.QtGui.QPaintDevice.paintEngine?4() -> QPaintEngine +PyQt5.QtGui.QPaintDevice.width?4() -> int +PyQt5.QtGui.QPaintDevice.height?4() -> int +PyQt5.QtGui.QPaintDevice.widthMM?4() -> int +PyQt5.QtGui.QPaintDevice.heightMM?4() -> int +PyQt5.QtGui.QPaintDevice.logicalDpiX?4() -> int +PyQt5.QtGui.QPaintDevice.logicalDpiY?4() -> int +PyQt5.QtGui.QPaintDevice.physicalDpiX?4() -> int +PyQt5.QtGui.QPaintDevice.physicalDpiY?4() -> int +PyQt5.QtGui.QPaintDevice.depth?4() -> int +PyQt5.QtGui.QPaintDevice.paintingActive?4() -> bool +PyQt5.QtGui.QPaintDevice.colorCount?4() -> int +PyQt5.QtGui.QPaintDevice.devicePixelRatio?4() -> int +PyQt5.QtGui.QPaintDevice.metric?4(QPaintDevice.PaintDeviceMetric) -> int +PyQt5.QtGui.QPixmap?1() +PyQt5.QtGui.QPixmap.__init__?1(self) +PyQt5.QtGui.QPixmap?1(int, int) +PyQt5.QtGui.QPixmap.__init__?1(self, int, int) +PyQt5.QtGui.QPixmap?1(QSize) +PyQt5.QtGui.QPixmap.__init__?1(self, QSize) +PyQt5.QtGui.QPixmap?1(str, str format=None, Qt.ImageConversionFlags flags=Qt.AutoColor) +PyQt5.QtGui.QPixmap.__init__?1(self, str, str format=None, Qt.ImageConversionFlags flags=Qt.AutoColor) +PyQt5.QtGui.QPixmap?1(list-of-str) +PyQt5.QtGui.QPixmap.__init__?1(self, list-of-str) +PyQt5.QtGui.QPixmap?1(QPixmap) +PyQt5.QtGui.QPixmap.__init__?1(self, QPixmap) +PyQt5.QtGui.QPixmap?1(QVariant) +PyQt5.QtGui.QPixmap.__init__?1(self, QVariant) +PyQt5.QtGui.QPixmap.isNull?4() -> bool +PyQt5.QtGui.QPixmap.devType?4() -> int +PyQt5.QtGui.QPixmap.width?4() -> int +PyQt5.QtGui.QPixmap.height?4() -> int +PyQt5.QtGui.QPixmap.size?4() -> QSize +PyQt5.QtGui.QPixmap.rect?4() -> QRect +PyQt5.QtGui.QPixmap.depth?4() -> int +PyQt5.QtGui.QPixmap.defaultDepth?4() -> int +PyQt5.QtGui.QPixmap.fill?4(QColor color=Qt.white) +PyQt5.QtGui.QPixmap.mask?4() -> QBitmap +PyQt5.QtGui.QPixmap.setMask?4(QBitmap) +PyQt5.QtGui.QPixmap.hasAlpha?4() -> bool +PyQt5.QtGui.QPixmap.hasAlphaChannel?4() -> bool +PyQt5.QtGui.QPixmap.createHeuristicMask?4(bool clipTight=True) -> QBitmap +PyQt5.QtGui.QPixmap.createMaskFromColor?4(QColor, Qt.MaskMode mode=Qt.MaskInColor) -> QBitmap +PyQt5.QtGui.QPixmap.scaled?4(int, int, Qt.AspectRatioMode aspectRatioMode=Qt.IgnoreAspectRatio, Qt.TransformationMode transformMode=Qt.FastTransformation) -> QPixmap +PyQt5.QtGui.QPixmap.scaled?4(QSize, Qt.AspectRatioMode aspectRatioMode=Qt.IgnoreAspectRatio, Qt.TransformationMode transformMode=Qt.FastTransformation) -> QPixmap +PyQt5.QtGui.QPixmap.scaledToWidth?4(int, Qt.TransformationMode mode=Qt.FastTransformation) -> QPixmap +PyQt5.QtGui.QPixmap.scaledToHeight?4(int, Qt.TransformationMode mode=Qt.FastTransformation) -> QPixmap +PyQt5.QtGui.QPixmap.toImage?4() -> QImage +PyQt5.QtGui.QPixmap.fromImage?4(QImage, Qt.ImageConversionFlags flags=Qt.AutoColor) -> QPixmap +PyQt5.QtGui.QPixmap.fromImageReader?4(QImageReader, Qt.ImageConversionFlags flags=Qt.AutoColor) -> QPixmap +PyQt5.QtGui.QPixmap.convertFromImage?4(QImage, Qt.ImageConversionFlags flags=Qt.AutoColor) -> bool +PyQt5.QtGui.QPixmap.load?4(str, str format=None, Qt.ImageConversionFlags flags=Qt.AutoColor) -> bool +PyQt5.QtGui.QPixmap.loadFromData?4(str, str format=None, Qt.ImageConversionFlags flags=Qt.AutoColor) -> bool +PyQt5.QtGui.QPixmap.loadFromData?4(QByteArray, str format=None, Qt.ImageConversionFlags flags=Qt.AutoColor) -> bool +PyQt5.QtGui.QPixmap.save?4(str, str format=None, int quality=-1) -> bool +PyQt5.QtGui.QPixmap.save?4(QIODevice, str format=None, int quality=-1) -> bool +PyQt5.QtGui.QPixmap.copy?4(QRect rect=QRect()) -> QPixmap +PyQt5.QtGui.QPixmap.detach?4() +PyQt5.QtGui.QPixmap.isQBitmap?4() -> bool +PyQt5.QtGui.QPixmap.paintEngine?4() -> QPaintEngine +PyQt5.QtGui.QPixmap.metric?4(QPaintDevice.PaintDeviceMetric) -> int +PyQt5.QtGui.QPixmap.copy?4(int, int, int, int) -> QPixmap +PyQt5.QtGui.QPixmap.transformed?4(QTransform, Qt.TransformationMode mode=Qt.FastTransformation) -> QPixmap +PyQt5.QtGui.QPixmap.trueMatrix?4(QTransform, int, int) -> QTransform +PyQt5.QtGui.QPixmap.cacheKey?4() -> int +PyQt5.QtGui.QPixmap.scroll?4(int, int, QRect) -> QRegion +PyQt5.QtGui.QPixmap.scroll?4(int, int, int, int, int, int) -> QRegion +PyQt5.QtGui.QPixmap.swap?4(QPixmap) +PyQt5.QtGui.QPixmap.devicePixelRatio?4() -> float +PyQt5.QtGui.QPixmap.setDevicePixelRatio?4(float) +PyQt5.QtGui.QBitmap?1() +PyQt5.QtGui.QBitmap.__init__?1(self) +PyQt5.QtGui.QBitmap?1(QPixmap) +PyQt5.QtGui.QBitmap.__init__?1(self, QPixmap) +PyQt5.QtGui.QBitmap?1(int, int) +PyQt5.QtGui.QBitmap.__init__?1(self, int, int) +PyQt5.QtGui.QBitmap?1(QSize) +PyQt5.QtGui.QBitmap.__init__?1(self, QSize) +PyQt5.QtGui.QBitmap?1(str, str format=None) +PyQt5.QtGui.QBitmap.__init__?1(self, str, str format=None) +PyQt5.QtGui.QBitmap?1(QVariant) +PyQt5.QtGui.QBitmap.__init__?1(self, QVariant) +PyQt5.QtGui.QBitmap?1(QBitmap) +PyQt5.QtGui.QBitmap.__init__?1(self, QBitmap) +PyQt5.QtGui.QBitmap.clear?4() +PyQt5.QtGui.QBitmap.fromImage?4(QImage, Qt.ImageConversionFlags flags=Qt.AutoColor) -> QBitmap +PyQt5.QtGui.QBitmap.fromData?4(QSize, str, QImage.Format format=QImage.Format_MonoLSB) -> QBitmap +PyQt5.QtGui.QBitmap.transformed?4(QTransform) -> QBitmap +PyQt5.QtGui.QBitmap.swap?4(QBitmap) +PyQt5.QtGui.QColor.NameFormat?10 +PyQt5.QtGui.QColor.HexRgb?10 +PyQt5.QtGui.QColor.HexArgb?10 +PyQt5.QtGui.QColor.Spec?10 +PyQt5.QtGui.QColor.Invalid?10 +PyQt5.QtGui.QColor.Rgb?10 +PyQt5.QtGui.QColor.Hsv?10 +PyQt5.QtGui.QColor.Cmyk?10 +PyQt5.QtGui.QColor.Hsl?10 +PyQt5.QtGui.QColor?1(Qt.GlobalColor) +PyQt5.QtGui.QColor.__init__?1(self, Qt.GlobalColor) +PyQt5.QtGui.QColor?1(int) +PyQt5.QtGui.QColor.__init__?1(self, int) +PyQt5.QtGui.QColor?1(QVariant) +PyQt5.QtGui.QColor.__init__?1(self, QVariant) +PyQt5.QtGui.QColor?1() +PyQt5.QtGui.QColor.__init__?1(self) +PyQt5.QtGui.QColor?1(int, int, int, int alpha=255) +PyQt5.QtGui.QColor.__init__?1(self, int, int, int, int alpha=255) +PyQt5.QtGui.QColor?1(str) +PyQt5.QtGui.QColor.__init__?1(self, str) +PyQt5.QtGui.QColor?1(QColor) +PyQt5.QtGui.QColor.__init__?1(self, QColor) +PyQt5.QtGui.QColor.name?4() -> str +PyQt5.QtGui.QColor.setNamedColor?4(str) +PyQt5.QtGui.QColor.colorNames?4() -> list-of-str +PyQt5.QtGui.QColor.spec?4() -> QColor.Spec +PyQt5.QtGui.QColor.alpha?4() -> int +PyQt5.QtGui.QColor.setAlpha?4(int) +PyQt5.QtGui.QColor.alphaF?4() -> float +PyQt5.QtGui.QColor.setAlphaF?4(float) +PyQt5.QtGui.QColor.red?4() -> int +PyQt5.QtGui.QColor.green?4() -> int +PyQt5.QtGui.QColor.blue?4() -> int +PyQt5.QtGui.QColor.setRed?4(int) +PyQt5.QtGui.QColor.setGreen?4(int) +PyQt5.QtGui.QColor.setBlue?4(int) +PyQt5.QtGui.QColor.redF?4() -> float +PyQt5.QtGui.QColor.greenF?4() -> float +PyQt5.QtGui.QColor.blueF?4() -> float +PyQt5.QtGui.QColor.setRedF?4(float) +PyQt5.QtGui.QColor.setGreenF?4(float) +PyQt5.QtGui.QColor.setBlueF?4(float) +PyQt5.QtGui.QColor.getRgb?4() -> (int, int, int, int) +PyQt5.QtGui.QColor.setRgb?4(int, int, int, int alpha=255) +PyQt5.QtGui.QColor.getRgbF?4() -> (float, float, float, float) +PyQt5.QtGui.QColor.setRgbF?4(float, float, float, float alpha=1) +PyQt5.QtGui.QColor.rgba?4() -> int +PyQt5.QtGui.QColor.setRgba?4(int) +PyQt5.QtGui.QColor.rgb?4() -> int +PyQt5.QtGui.QColor.setRgb?4(int) +PyQt5.QtGui.QColor.hue?4() -> int +PyQt5.QtGui.QColor.saturation?4() -> int +PyQt5.QtGui.QColor.value?4() -> int +PyQt5.QtGui.QColor.hueF?4() -> float +PyQt5.QtGui.QColor.saturationF?4() -> float +PyQt5.QtGui.QColor.valueF?4() -> float +PyQt5.QtGui.QColor.getHsv?4() -> (int, int, int, int) +PyQt5.QtGui.QColor.setHsv?4(int, int, int, int alpha=255) +PyQt5.QtGui.QColor.getHsvF?4() -> (float, float, float, float) +PyQt5.QtGui.QColor.setHsvF?4(float, float, float, float alpha=1) +PyQt5.QtGui.QColor.cyan?4() -> int +PyQt5.QtGui.QColor.magenta?4() -> int +PyQt5.QtGui.QColor.yellow?4() -> int +PyQt5.QtGui.QColor.black?4() -> int +PyQt5.QtGui.QColor.cyanF?4() -> float +PyQt5.QtGui.QColor.magentaF?4() -> float +PyQt5.QtGui.QColor.yellowF?4() -> float +PyQt5.QtGui.QColor.blackF?4() -> float +PyQt5.QtGui.QColor.getCmyk?4() -> (int, int, int, int, int) +PyQt5.QtGui.QColor.setCmyk?4(int, int, int, int, int alpha=255) +PyQt5.QtGui.QColor.getCmykF?4() -> (float, float, float, float, float) +PyQt5.QtGui.QColor.setCmykF?4(float, float, float, float, float alpha=1) +PyQt5.QtGui.QColor.toRgb?4() -> QColor +PyQt5.QtGui.QColor.toHsv?4() -> QColor +PyQt5.QtGui.QColor.toCmyk?4() -> QColor +PyQt5.QtGui.QColor.convertTo?4(QColor.Spec) -> QColor +PyQt5.QtGui.QColor.fromRgb?4(int) -> QColor +PyQt5.QtGui.QColor.fromRgba?4(int) -> QColor +PyQt5.QtGui.QColor.fromRgb?4(int, int, int, int alpha=255) -> QColor +PyQt5.QtGui.QColor.fromRgbF?4(float, float, float, float alpha=1) -> QColor +PyQt5.QtGui.QColor.fromHsv?4(int, int, int, int alpha=255) -> QColor +PyQt5.QtGui.QColor.fromHsvF?4(float, float, float, float alpha=1) -> QColor +PyQt5.QtGui.QColor.fromCmyk?4(int, int, int, int, int alpha=255) -> QColor +PyQt5.QtGui.QColor.fromCmykF?4(float, float, float, float, float alpha=1) -> QColor +PyQt5.QtGui.QColor.isValid?4() -> bool +PyQt5.QtGui.QColor.lighter?4(int factor=150) -> QColor +PyQt5.QtGui.QColor.darker?4(int factor=200) -> QColor +PyQt5.QtGui.QColor.hsvHue?4() -> int +PyQt5.QtGui.QColor.hsvSaturation?4() -> int +PyQt5.QtGui.QColor.hsvHueF?4() -> float +PyQt5.QtGui.QColor.hsvSaturationF?4() -> float +PyQt5.QtGui.QColor.hslHue?4() -> int +PyQt5.QtGui.QColor.hslSaturation?4() -> int +PyQt5.QtGui.QColor.lightness?4() -> int +PyQt5.QtGui.QColor.hslHueF?4() -> float +PyQt5.QtGui.QColor.hslSaturationF?4() -> float +PyQt5.QtGui.QColor.lightnessF?4() -> float +PyQt5.QtGui.QColor.getHsl?4() -> (int, int, int, int) +PyQt5.QtGui.QColor.setHsl?4(int, int, int, int alpha=255) +PyQt5.QtGui.QColor.getHslF?4() -> (float, float, float, float) +PyQt5.QtGui.QColor.setHslF?4(float, float, float, float alpha=1) +PyQt5.QtGui.QColor.toHsl?4() -> QColor +PyQt5.QtGui.QColor.fromHsl?4(int, int, int, int alpha=255) -> QColor +PyQt5.QtGui.QColor.fromHslF?4(float, float, float, float alpha=1) -> QColor +PyQt5.QtGui.QColor.isValidColor?4(str) -> bool +PyQt5.QtGui.QColor.name?4(QColor.NameFormat) -> str +PyQt5.QtGui.QBrush?1() +PyQt5.QtGui.QBrush.__init__?1(self) +PyQt5.QtGui.QBrush?1(Qt.BrushStyle) +PyQt5.QtGui.QBrush.__init__?1(self, Qt.BrushStyle) +PyQt5.QtGui.QBrush?1(QColor, Qt.BrushStyle style=Qt.SolidPattern) +PyQt5.QtGui.QBrush.__init__?1(self, QColor, Qt.BrushStyle style=Qt.SolidPattern) +PyQt5.QtGui.QBrush?1(Qt.GlobalColor, Qt.BrushStyle style=Qt.SolidPattern) +PyQt5.QtGui.QBrush.__init__?1(self, Qt.GlobalColor, Qt.BrushStyle style=Qt.SolidPattern) +PyQt5.QtGui.QBrush?1(QColor, QPixmap) +PyQt5.QtGui.QBrush.__init__?1(self, QColor, QPixmap) +PyQt5.QtGui.QBrush?1(Qt.GlobalColor, QPixmap) +PyQt5.QtGui.QBrush.__init__?1(self, Qt.GlobalColor, QPixmap) +PyQt5.QtGui.QBrush?1(QPixmap) +PyQt5.QtGui.QBrush.__init__?1(self, QPixmap) +PyQt5.QtGui.QBrush?1(QImage) +PyQt5.QtGui.QBrush.__init__?1(self, QImage) +PyQt5.QtGui.QBrush?1(QGradient) +PyQt5.QtGui.QBrush.__init__?1(self, QGradient) +PyQt5.QtGui.QBrush?1(QBrush) +PyQt5.QtGui.QBrush.__init__?1(self, QBrush) +PyQt5.QtGui.QBrush?1(QVariant) +PyQt5.QtGui.QBrush.__init__?1(self, QVariant) +PyQt5.QtGui.QBrush.setStyle?4(Qt.BrushStyle) +PyQt5.QtGui.QBrush.texture?4() -> QPixmap +PyQt5.QtGui.QBrush.setTexture?4(QPixmap) +PyQt5.QtGui.QBrush.setColor?4(QColor) +PyQt5.QtGui.QBrush.gradient?4() -> QGradient +PyQt5.QtGui.QBrush.isOpaque?4() -> bool +PyQt5.QtGui.QBrush.setColor?4(Qt.GlobalColor) +PyQt5.QtGui.QBrush.style?4() -> Qt.BrushStyle +PyQt5.QtGui.QBrush.color?4() -> QColor +PyQt5.QtGui.QBrush.setTextureImage?4(QImage) +PyQt5.QtGui.QBrush.textureImage?4() -> QImage +PyQt5.QtGui.QBrush.setTransform?4(QTransform) +PyQt5.QtGui.QBrush.transform?4() -> QTransform +PyQt5.QtGui.QBrush.swap?4(QBrush) +PyQt5.QtGui.QGradient.Spread?10 +PyQt5.QtGui.QGradient.PadSpread?10 +PyQt5.QtGui.QGradient.ReflectSpread?10 +PyQt5.QtGui.QGradient.RepeatSpread?10 +PyQt5.QtGui.QGradient.Type?10 +PyQt5.QtGui.QGradient.LinearGradient?10 +PyQt5.QtGui.QGradient.RadialGradient?10 +PyQt5.QtGui.QGradient.ConicalGradient?10 +PyQt5.QtGui.QGradient.NoGradient?10 +PyQt5.QtGui.QGradient.CoordinateMode?10 +PyQt5.QtGui.QGradient.LogicalMode?10 +PyQt5.QtGui.QGradient.StretchToDeviceMode?10 +PyQt5.QtGui.QGradient.ObjectBoundingMode?10 +PyQt5.QtGui.QGradient?1() +PyQt5.QtGui.QGradient.__init__?1(self) +PyQt5.QtGui.QGradient?1(QGradient) +PyQt5.QtGui.QGradient.__init__?1(self, QGradient) +PyQt5.QtGui.QGradient.type?4() -> QGradient.Type +PyQt5.QtGui.QGradient.spread?4() -> QGradient.Spread +PyQt5.QtGui.QGradient.setColorAt?4(float, QColor) +PyQt5.QtGui.QGradient.setStops?4(list-of-tuple-of-float-QColor) +PyQt5.QtGui.QGradient.stops?4() -> list-of-tuple-of-float-QColor +PyQt5.QtGui.QGradient.setSpread?4(QGradient.Spread) +PyQt5.QtGui.QGradient.coordinateMode?4() -> QGradient.CoordinateMode +PyQt5.QtGui.QGradient.setCoordinateMode?4(QGradient.CoordinateMode) +PyQt5.QtGui.QLinearGradient?1() +PyQt5.QtGui.QLinearGradient.__init__?1(self) +PyQt5.QtGui.QLinearGradient?1(QPointF, QPointF) +PyQt5.QtGui.QLinearGradient.__init__?1(self, QPointF, QPointF) +PyQt5.QtGui.QLinearGradient?1(float, float, float, float) +PyQt5.QtGui.QLinearGradient.__init__?1(self, float, float, float, float) +PyQt5.QtGui.QLinearGradient?1(QLinearGradient) +PyQt5.QtGui.QLinearGradient.__init__?1(self, QLinearGradient) +PyQt5.QtGui.QLinearGradient.start?4() -> QPointF +PyQt5.QtGui.QLinearGradient.finalStop?4() -> QPointF +PyQt5.QtGui.QLinearGradient.setStart?4(QPointF) +PyQt5.QtGui.QLinearGradient.setStart?4(float, float) +PyQt5.QtGui.QLinearGradient.setFinalStop?4(QPointF) +PyQt5.QtGui.QLinearGradient.setFinalStop?4(float, float) +PyQt5.QtGui.QRadialGradient?1() +PyQt5.QtGui.QRadialGradient.__init__?1(self) +PyQt5.QtGui.QRadialGradient?1(QPointF, float, QPointF) +PyQt5.QtGui.QRadialGradient.__init__?1(self, QPointF, float, QPointF) +PyQt5.QtGui.QRadialGradient?1(QPointF, float, QPointF, float) +PyQt5.QtGui.QRadialGradient.__init__?1(self, QPointF, float, QPointF, float) +PyQt5.QtGui.QRadialGradient?1(QPointF, float) +PyQt5.QtGui.QRadialGradient.__init__?1(self, QPointF, float) +PyQt5.QtGui.QRadialGradient?1(float, float, float, float, float) +PyQt5.QtGui.QRadialGradient.__init__?1(self, float, float, float, float, float) +PyQt5.QtGui.QRadialGradient?1(float, float, float, float, float, float) +PyQt5.QtGui.QRadialGradient.__init__?1(self, float, float, float, float, float, float) +PyQt5.QtGui.QRadialGradient?1(float, float, float) +PyQt5.QtGui.QRadialGradient.__init__?1(self, float, float, float) +PyQt5.QtGui.QRadialGradient?1(QRadialGradient) +PyQt5.QtGui.QRadialGradient.__init__?1(self, QRadialGradient) +PyQt5.QtGui.QRadialGradient.center?4() -> QPointF +PyQt5.QtGui.QRadialGradient.focalPoint?4() -> QPointF +PyQt5.QtGui.QRadialGradient.radius?4() -> float +PyQt5.QtGui.QRadialGradient.setCenter?4(QPointF) +PyQt5.QtGui.QRadialGradient.setCenter?4(float, float) +PyQt5.QtGui.QRadialGradient.setFocalPoint?4(QPointF) +PyQt5.QtGui.QRadialGradient.setFocalPoint?4(float, float) +PyQt5.QtGui.QRadialGradient.setRadius?4(float) +PyQt5.QtGui.QRadialGradient.centerRadius?4() -> float +PyQt5.QtGui.QRadialGradient.setCenterRadius?4(float) +PyQt5.QtGui.QRadialGradient.focalRadius?4() -> float +PyQt5.QtGui.QRadialGradient.setFocalRadius?4(float) +PyQt5.QtGui.QConicalGradient?1() +PyQt5.QtGui.QConicalGradient.__init__?1(self) +PyQt5.QtGui.QConicalGradient?1(QPointF, float) +PyQt5.QtGui.QConicalGradient.__init__?1(self, QPointF, float) +PyQt5.QtGui.QConicalGradient?1(float, float, float) +PyQt5.QtGui.QConicalGradient.__init__?1(self, float, float, float) +PyQt5.QtGui.QConicalGradient?1(QConicalGradient) +PyQt5.QtGui.QConicalGradient.__init__?1(self, QConicalGradient) +PyQt5.QtGui.QConicalGradient.center?4() -> QPointF +PyQt5.QtGui.QConicalGradient.angle?4() -> float +PyQt5.QtGui.QConicalGradient.setCenter?4(QPointF) +PyQt5.QtGui.QConicalGradient.setCenter?4(float, float) +PyQt5.QtGui.QConicalGradient.setAngle?4(float) +PyQt5.QtGui.QClipboard.Mode?10 +PyQt5.QtGui.QClipboard.Clipboard?10 +PyQt5.QtGui.QClipboard.Selection?10 +PyQt5.QtGui.QClipboard.FindBuffer?10 +PyQt5.QtGui.QClipboard.clear?4(QClipboard.Mode mode=QClipboard.Clipboard) +PyQt5.QtGui.QClipboard.supportsFindBuffer?4() -> bool +PyQt5.QtGui.QClipboard.supportsSelection?4() -> bool +PyQt5.QtGui.QClipboard.ownsClipboard?4() -> bool +PyQt5.QtGui.QClipboard.ownsFindBuffer?4() -> bool +PyQt5.QtGui.QClipboard.ownsSelection?4() -> bool +PyQt5.QtGui.QClipboard.text?4(QClipboard.Mode mode=QClipboard.Clipboard) -> str +PyQt5.QtGui.QClipboard.text?4(str, QClipboard.Mode mode=QClipboard.Clipboard) -> (str, str) +PyQt5.QtGui.QClipboard.setText?4(str, QClipboard.Mode mode=QClipboard.Clipboard) +PyQt5.QtGui.QClipboard.mimeData?4(QClipboard.Mode mode=QClipboard.Clipboard) -> QMimeData +PyQt5.QtGui.QClipboard.setMimeData?4(QMimeData, QClipboard.Mode mode=QClipboard.Clipboard) +PyQt5.QtGui.QClipboard.image?4(QClipboard.Mode mode=QClipboard.Clipboard) -> QImage +PyQt5.QtGui.QClipboard.pixmap?4(QClipboard.Mode mode=QClipboard.Clipboard) -> QPixmap +PyQt5.QtGui.QClipboard.setImage?4(QImage, QClipboard.Mode mode=QClipboard.Clipboard) +PyQt5.QtGui.QClipboard.setPixmap?4(QPixmap, QClipboard.Mode mode=QClipboard.Clipboard) +PyQt5.QtGui.QClipboard.changed?4(QClipboard.Mode) +PyQt5.QtGui.QClipboard.dataChanged?4() +PyQt5.QtGui.QClipboard.findBufferChanged?4() +PyQt5.QtGui.QClipboard.selectionChanged?4() +PyQt5.QtGui.QCursor?1() +PyQt5.QtGui.QCursor.__init__?1(self) +PyQt5.QtGui.QCursor?1(Qt.CursorShape) +PyQt5.QtGui.QCursor.__init__?1(self, Qt.CursorShape) +PyQt5.QtGui.QCursor?1(QBitmap, QBitmap, int hotX=-1, int hotY=-1) +PyQt5.QtGui.QCursor.__init__?1(self, QBitmap, QBitmap, int hotX=-1, int hotY=-1) +PyQt5.QtGui.QCursor?1(QPixmap, int hotX=-1, int hotY=-1) +PyQt5.QtGui.QCursor.__init__?1(self, QPixmap, int hotX=-1, int hotY=-1) +PyQt5.QtGui.QCursor?1(QCursor) +PyQt5.QtGui.QCursor.__init__?1(self, QCursor) +PyQt5.QtGui.QCursor?1(QVariant) +PyQt5.QtGui.QCursor.__init__?1(self, QVariant) +PyQt5.QtGui.QCursor.shape?4() -> Qt.CursorShape +PyQt5.QtGui.QCursor.setShape?4(Qt.CursorShape) +PyQt5.QtGui.QCursor.bitmap?4() -> QBitmap +PyQt5.QtGui.QCursor.mask?4() -> QBitmap +PyQt5.QtGui.QCursor.pixmap?4() -> QPixmap +PyQt5.QtGui.QCursor.hotSpot?4() -> QPoint +PyQt5.QtGui.QCursor.pos?4() -> QPoint +PyQt5.QtGui.QCursor.setPos?4(int, int) +PyQt5.QtGui.QCursor.setPos?4(QPoint) +PyQt5.QtGui.QDesktopServices?1() +PyQt5.QtGui.QDesktopServices.__init__?1(self) +PyQt5.QtGui.QDesktopServices?1(QDesktopServices) +PyQt5.QtGui.QDesktopServices.__init__?1(self, QDesktopServices) +PyQt5.QtGui.QDesktopServices.openUrl?4(QUrl) -> bool +PyQt5.QtGui.QDesktopServices.setUrlHandler?4(str, QObject, str) +PyQt5.QtGui.QDesktopServices.setUrlHandler?4(str, callable) +PyQt5.QtGui.QDesktopServices.unsetUrlHandler?4(str) +PyQt5.QtGui.QDrag?1(QObject) +PyQt5.QtGui.QDrag.__init__?1(self, QObject) +PyQt5.QtGui.QDrag.exec_?4(Qt.DropActions supportedActions=Qt.MoveAction) -> Qt.DropAction +PyQt5.QtGui.QDrag.exec?4(Qt.DropActions supportedActions=Qt.MoveAction) -> Qt.DropAction +PyQt5.QtGui.QDrag.exec_?4(Qt.DropActions, Qt.DropAction) -> Qt.DropAction +PyQt5.QtGui.QDrag.exec?4(Qt.DropActions, Qt.DropAction) -> Qt.DropAction +PyQt5.QtGui.QDrag.setMimeData?4(QMimeData) +PyQt5.QtGui.QDrag.mimeData?4() -> QMimeData +PyQt5.QtGui.QDrag.setPixmap?4(QPixmap) +PyQt5.QtGui.QDrag.pixmap?4() -> QPixmap +PyQt5.QtGui.QDrag.setHotSpot?4(QPoint) +PyQt5.QtGui.QDrag.hotSpot?4() -> QPoint +PyQt5.QtGui.QDrag.source?4() -> QObject +PyQt5.QtGui.QDrag.target?4() -> QObject +PyQt5.QtGui.QDrag.setDragCursor?4(QPixmap, Qt.DropAction) +PyQt5.QtGui.QDrag.actionChanged?4(Qt.DropAction) +PyQt5.QtGui.QDrag.targetChanged?4(QObject) +PyQt5.QtGui.QDrag.dragCursor?4(Qt.DropAction) -> QPixmap +PyQt5.QtGui.QDrag.supportedActions?4() -> Qt.DropActions +PyQt5.QtGui.QDrag.defaultAction?4() -> Qt.DropAction +PyQt5.QtGui.QInputEvent.modifiers?4() -> Qt.KeyboardModifiers +PyQt5.QtGui.QInputEvent.timestamp?4() -> int +PyQt5.QtGui.QInputEvent.setTimestamp?4(int) +PyQt5.QtGui.QMouseEvent?1(QEvent.Type, QPointF, Qt.MouseButton, Qt.MouseButtons, Qt.KeyboardModifiers) +PyQt5.QtGui.QMouseEvent.__init__?1(self, QEvent.Type, QPointF, Qt.MouseButton, Qt.MouseButtons, Qt.KeyboardModifiers) +PyQt5.QtGui.QMouseEvent?1(QEvent.Type, QPointF, QPointF, Qt.MouseButton, Qt.MouseButtons, Qt.KeyboardModifiers) +PyQt5.QtGui.QMouseEvent.__init__?1(self, QEvent.Type, QPointF, QPointF, Qt.MouseButton, Qt.MouseButtons, Qt.KeyboardModifiers) +PyQt5.QtGui.QMouseEvent?1(QEvent.Type, QPointF, QPointF, QPointF, Qt.MouseButton, Qt.MouseButtons, Qt.KeyboardModifiers) +PyQt5.QtGui.QMouseEvent.__init__?1(self, QEvent.Type, QPointF, QPointF, QPointF, Qt.MouseButton, Qt.MouseButtons, Qt.KeyboardModifiers) +PyQt5.QtGui.QMouseEvent?1(QMouseEvent) +PyQt5.QtGui.QMouseEvent.__init__?1(self, QMouseEvent) +PyQt5.QtGui.QMouseEvent.pos?4() -> QPoint +PyQt5.QtGui.QMouseEvent.globalPos?4() -> QPoint +PyQt5.QtGui.QMouseEvent.x?4() -> int +PyQt5.QtGui.QMouseEvent.y?4() -> int +PyQt5.QtGui.QMouseEvent.globalX?4() -> int +PyQt5.QtGui.QMouseEvent.globalY?4() -> int +PyQt5.QtGui.QMouseEvent.button?4() -> Qt.MouseButton +PyQt5.QtGui.QMouseEvent.buttons?4() -> Qt.MouseButtons +PyQt5.QtGui.QMouseEvent.localPos?4() -> QPointF +PyQt5.QtGui.QMouseEvent.windowPos?4() -> QPointF +PyQt5.QtGui.QMouseEvent.screenPos?4() -> QPointF +PyQt5.QtGui.QMouseEvent.source?4() -> Qt.MouseEventSource +PyQt5.QtGui.QMouseEvent.flags?4() -> Qt.MouseEventFlags +PyQt5.QtGui.QHoverEvent?1(QEvent.Type, QPointF, QPointF, Qt.KeyboardModifiers modifiers=Qt.NoModifier) +PyQt5.QtGui.QHoverEvent.__init__?1(self, QEvent.Type, QPointF, QPointF, Qt.KeyboardModifiers modifiers=Qt.NoModifier) +PyQt5.QtGui.QHoverEvent?1(QHoverEvent) +PyQt5.QtGui.QHoverEvent.__init__?1(self, QHoverEvent) +PyQt5.QtGui.QHoverEvent.pos?4() -> QPoint +PyQt5.QtGui.QHoverEvent.oldPos?4() -> QPoint +PyQt5.QtGui.QHoverEvent.posF?4() -> QPointF +PyQt5.QtGui.QHoverEvent.oldPosF?4() -> QPointF +PyQt5.QtGui.QWheelEvent?1(QPointF, QPointF, QPoint, QPoint, int, Qt.Orientation, Qt.MouseButtons, Qt.KeyboardModifiers) +PyQt5.QtGui.QWheelEvent.__init__?1(self, QPointF, QPointF, QPoint, QPoint, int, Qt.Orientation, Qt.MouseButtons, Qt.KeyboardModifiers) +PyQt5.QtGui.QWheelEvent?1(QPointF, QPointF, QPoint, QPoint, int, Qt.Orientation, Qt.MouseButtons, Qt.KeyboardModifiers, Qt.ScrollPhase) +PyQt5.QtGui.QWheelEvent.__init__?1(self, QPointF, QPointF, QPoint, QPoint, int, Qt.Orientation, Qt.MouseButtons, Qt.KeyboardModifiers, Qt.ScrollPhase) +PyQt5.QtGui.QWheelEvent?1(QWheelEvent) +PyQt5.QtGui.QWheelEvent.__init__?1(self, QWheelEvent) +PyQt5.QtGui.QWheelEvent.pos?4() -> QPoint +PyQt5.QtGui.QWheelEvent.globalPos?4() -> QPoint +PyQt5.QtGui.QWheelEvent.x?4() -> int +PyQt5.QtGui.QWheelEvent.y?4() -> int +PyQt5.QtGui.QWheelEvent.globalX?4() -> int +PyQt5.QtGui.QWheelEvent.globalY?4() -> int +PyQt5.QtGui.QWheelEvent.buttons?4() -> Qt.MouseButtons +PyQt5.QtGui.QWheelEvent.pixelDelta?4() -> QPoint +PyQt5.QtGui.QWheelEvent.angleDelta?4() -> QPoint +PyQt5.QtGui.QWheelEvent.posF?4() -> QPointF +PyQt5.QtGui.QWheelEvent.globalPosF?4() -> QPointF +PyQt5.QtGui.QWheelEvent.phase?4() -> Qt.ScrollPhase +PyQt5.QtGui.QTabletEvent.PointerType?10 +PyQt5.QtGui.QTabletEvent.UnknownPointer?10 +PyQt5.QtGui.QTabletEvent.Pen?10 +PyQt5.QtGui.QTabletEvent.Cursor?10 +PyQt5.QtGui.QTabletEvent.Eraser?10 +PyQt5.QtGui.QTabletEvent.TabletDevice?10 +PyQt5.QtGui.QTabletEvent.NoDevice?10 +PyQt5.QtGui.QTabletEvent.Puck?10 +PyQt5.QtGui.QTabletEvent.Stylus?10 +PyQt5.QtGui.QTabletEvent.Airbrush?10 +PyQt5.QtGui.QTabletEvent.FourDMouse?10 +PyQt5.QtGui.QTabletEvent.XFreeEraser?10 +PyQt5.QtGui.QTabletEvent.RotationStylus?10 +PyQt5.QtGui.QTabletEvent?1(QEvent.Type, QPointF, QPointF, int, int, float, int, int, float, float, int, Qt.KeyboardModifiers, int) +PyQt5.QtGui.QTabletEvent.__init__?1(self, QEvent.Type, QPointF, QPointF, int, int, float, int, int, float, float, int, Qt.KeyboardModifiers, int) +PyQt5.QtGui.QTabletEvent?1(QTabletEvent) +PyQt5.QtGui.QTabletEvent.__init__?1(self, QTabletEvent) +PyQt5.QtGui.QTabletEvent.pos?4() -> QPoint +PyQt5.QtGui.QTabletEvent.globalPos?4() -> QPoint +PyQt5.QtGui.QTabletEvent.x?4() -> int +PyQt5.QtGui.QTabletEvent.y?4() -> int +PyQt5.QtGui.QTabletEvent.globalX?4() -> int +PyQt5.QtGui.QTabletEvent.globalY?4() -> int +PyQt5.QtGui.QTabletEvent.hiResGlobalX?4() -> float +PyQt5.QtGui.QTabletEvent.hiResGlobalY?4() -> float +PyQt5.QtGui.QTabletEvent.device?4() -> QTabletEvent.TabletDevice +PyQt5.QtGui.QTabletEvent.pointerType?4() -> QTabletEvent.PointerType +PyQt5.QtGui.QTabletEvent.uniqueId?4() -> int +PyQt5.QtGui.QTabletEvent.pressure?4() -> float +PyQt5.QtGui.QTabletEvent.z?4() -> int +PyQt5.QtGui.QTabletEvent.tangentialPressure?4() -> float +PyQt5.QtGui.QTabletEvent.rotation?4() -> float +PyQt5.QtGui.QTabletEvent.xTilt?4() -> int +PyQt5.QtGui.QTabletEvent.yTilt?4() -> int +PyQt5.QtGui.QTabletEvent.posF?4() -> QPointF +PyQt5.QtGui.QTabletEvent.globalPosF?4() -> QPointF +PyQt5.QtGui.QKeyEvent?1(QEvent.Type, int, Qt.KeyboardModifiers, int, int, int, str text=QString(), bool autorep=False, int count=1) +PyQt5.QtGui.QKeyEvent.__init__?1(self, QEvent.Type, int, Qt.KeyboardModifiers, int, int, int, str text=QString(), bool autorep=False, int count=1) +PyQt5.QtGui.QKeyEvent?1(QEvent.Type, int, Qt.KeyboardModifiers, str text='', bool autorep=False, int count=1) +PyQt5.QtGui.QKeyEvent.__init__?1(self, QEvent.Type, int, Qt.KeyboardModifiers, str text='', bool autorep=False, int count=1) +PyQt5.QtGui.QKeyEvent?1(QKeyEvent) +PyQt5.QtGui.QKeyEvent.__init__?1(self, QKeyEvent) +PyQt5.QtGui.QKeyEvent.key?4() -> int +PyQt5.QtGui.QKeyEvent.modifiers?4() -> Qt.KeyboardModifiers +PyQt5.QtGui.QKeyEvent.text?4() -> str +PyQt5.QtGui.QKeyEvent.isAutoRepeat?4() -> bool +PyQt5.QtGui.QKeyEvent.count?4() -> int +PyQt5.QtGui.QKeyEvent.matches?4(QKeySequence.StandardKey) -> bool +PyQt5.QtGui.QKeyEvent.nativeModifiers?4() -> int +PyQt5.QtGui.QKeyEvent.nativeScanCode?4() -> int +PyQt5.QtGui.QKeyEvent.nativeVirtualKey?4() -> int +PyQt5.QtGui.QFocusEvent?1(QEvent.Type, Qt.FocusReason reason=Qt.OtherFocusReason) +PyQt5.QtGui.QFocusEvent.__init__?1(self, QEvent.Type, Qt.FocusReason reason=Qt.OtherFocusReason) +PyQt5.QtGui.QFocusEvent?1(QFocusEvent) +PyQt5.QtGui.QFocusEvent.__init__?1(self, QFocusEvent) +PyQt5.QtGui.QFocusEvent.gotFocus?4() -> bool +PyQt5.QtGui.QFocusEvent.lostFocus?4() -> bool +PyQt5.QtGui.QFocusEvent.reason?4() -> Qt.FocusReason +PyQt5.QtGui.QPaintEvent?1(QRegion) +PyQt5.QtGui.QPaintEvent.__init__?1(self, QRegion) +PyQt5.QtGui.QPaintEvent?1(QRect) +PyQt5.QtGui.QPaintEvent.__init__?1(self, QRect) +PyQt5.QtGui.QPaintEvent?1(QPaintEvent) +PyQt5.QtGui.QPaintEvent.__init__?1(self, QPaintEvent) +PyQt5.QtGui.QPaintEvent.rect?4() -> QRect +PyQt5.QtGui.QPaintEvent.region?4() -> QRegion +PyQt5.QtGui.QMoveEvent?1(QPoint, QPoint) +PyQt5.QtGui.QMoveEvent.__init__?1(self, QPoint, QPoint) +PyQt5.QtGui.QMoveEvent?1(QMoveEvent) +PyQt5.QtGui.QMoveEvent.__init__?1(self, QMoveEvent) +PyQt5.QtGui.QMoveEvent.pos?4() -> QPoint +PyQt5.QtGui.QMoveEvent.oldPos?4() -> QPoint +PyQt5.QtGui.QResizeEvent?1(QSize, QSize) +PyQt5.QtGui.QResizeEvent.__init__?1(self, QSize, QSize) +PyQt5.QtGui.QResizeEvent?1(QResizeEvent) +PyQt5.QtGui.QResizeEvent.__init__?1(self, QResizeEvent) +PyQt5.QtGui.QResizeEvent.size?4() -> QSize +PyQt5.QtGui.QResizeEvent.oldSize?4() -> QSize +PyQt5.QtGui.QCloseEvent?1() +PyQt5.QtGui.QCloseEvent.__init__?1(self) +PyQt5.QtGui.QCloseEvent?1(QCloseEvent) +PyQt5.QtGui.QCloseEvent.__init__?1(self, QCloseEvent) +PyQt5.QtGui.QIconDragEvent?1() +PyQt5.QtGui.QIconDragEvent.__init__?1(self) +PyQt5.QtGui.QIconDragEvent?1(QIconDragEvent) +PyQt5.QtGui.QIconDragEvent.__init__?1(self, QIconDragEvent) +PyQt5.QtGui.QShowEvent?1() +PyQt5.QtGui.QShowEvent.__init__?1(self) +PyQt5.QtGui.QShowEvent?1(QShowEvent) +PyQt5.QtGui.QShowEvent.__init__?1(self, QShowEvent) +PyQt5.QtGui.QHideEvent?1() +PyQt5.QtGui.QHideEvent.__init__?1(self) +PyQt5.QtGui.QHideEvent?1(QHideEvent) +PyQt5.QtGui.QHideEvent.__init__?1(self, QHideEvent) +PyQt5.QtGui.QContextMenuEvent.Reason?10 +PyQt5.QtGui.QContextMenuEvent.Mouse?10 +PyQt5.QtGui.QContextMenuEvent.Keyboard?10 +PyQt5.QtGui.QContextMenuEvent.Other?10 +PyQt5.QtGui.QContextMenuEvent?1(QContextMenuEvent.Reason, QPoint, QPoint, Qt.KeyboardModifiers) +PyQt5.QtGui.QContextMenuEvent.__init__?1(self, QContextMenuEvent.Reason, QPoint, QPoint, Qt.KeyboardModifiers) +PyQt5.QtGui.QContextMenuEvent?1(QContextMenuEvent.Reason, QPoint, QPoint) +PyQt5.QtGui.QContextMenuEvent.__init__?1(self, QContextMenuEvent.Reason, QPoint, QPoint) +PyQt5.QtGui.QContextMenuEvent?1(QContextMenuEvent.Reason, QPoint) +PyQt5.QtGui.QContextMenuEvent.__init__?1(self, QContextMenuEvent.Reason, QPoint) +PyQt5.QtGui.QContextMenuEvent?1(QContextMenuEvent) +PyQt5.QtGui.QContextMenuEvent.__init__?1(self, QContextMenuEvent) +PyQt5.QtGui.QContextMenuEvent.x?4() -> int +PyQt5.QtGui.QContextMenuEvent.y?4() -> int +PyQt5.QtGui.QContextMenuEvent.globalX?4() -> int +PyQt5.QtGui.QContextMenuEvent.globalY?4() -> int +PyQt5.QtGui.QContextMenuEvent.pos?4() -> QPoint +PyQt5.QtGui.QContextMenuEvent.globalPos?4() -> QPoint +PyQt5.QtGui.QContextMenuEvent.reason?4() -> QContextMenuEvent.Reason +PyQt5.QtGui.QInputMethodEvent.AttributeType?10 +PyQt5.QtGui.QInputMethodEvent.TextFormat?10 +PyQt5.QtGui.QInputMethodEvent.Cursor?10 +PyQt5.QtGui.QInputMethodEvent.Language?10 +PyQt5.QtGui.QInputMethodEvent.Ruby?10 +PyQt5.QtGui.QInputMethodEvent.Selection?10 +PyQt5.QtGui.QInputMethodEvent?1() +PyQt5.QtGui.QInputMethodEvent.__init__?1(self) +PyQt5.QtGui.QInputMethodEvent?1(str, list-of-QInputMethodEvent.Attribute) +PyQt5.QtGui.QInputMethodEvent.__init__?1(self, str, list-of-QInputMethodEvent.Attribute) +PyQt5.QtGui.QInputMethodEvent?1(QInputMethodEvent) +PyQt5.QtGui.QInputMethodEvent.__init__?1(self, QInputMethodEvent) +PyQt5.QtGui.QInputMethodEvent.setCommitString?4(str, int from=0, int length=0) +PyQt5.QtGui.QInputMethodEvent.attributes?4() -> list-of-QInputMethodEvent.Attribute +PyQt5.QtGui.QInputMethodEvent.preeditString?4() -> str +PyQt5.QtGui.QInputMethodEvent.commitString?4() -> str +PyQt5.QtGui.QInputMethodEvent.replacementStart?4() -> int +PyQt5.QtGui.QInputMethodEvent.replacementLength?4() -> int +PyQt5.QtGui.QInputMethodEvent.Attribute.length?7 +PyQt5.QtGui.QInputMethodEvent.Attribute.start?7 +PyQt5.QtGui.QInputMethodEvent.Attribute.type?7 +PyQt5.QtGui.QInputMethodEvent.Attribute.value?7 +PyQt5.QtGui.QInputMethodEvent.Attribute?1(QInputMethodEvent.AttributeType, int, int, QVariant) +PyQt5.QtGui.QInputMethodEvent.Attribute.__init__?1(self, QInputMethodEvent.AttributeType, int, int, QVariant) +PyQt5.QtGui.QInputMethodEvent.Attribute?1(QInputMethodEvent.Attribute) +PyQt5.QtGui.QInputMethodEvent.Attribute.__init__?1(self, QInputMethodEvent.Attribute) +PyQt5.QtGui.QInputMethodQueryEvent?1(Qt.InputMethodQueries) +PyQt5.QtGui.QInputMethodQueryEvent.__init__?1(self, Qt.InputMethodQueries) +PyQt5.QtGui.QInputMethodQueryEvent?1(QInputMethodQueryEvent) +PyQt5.QtGui.QInputMethodQueryEvent.__init__?1(self, QInputMethodQueryEvent) +PyQt5.QtGui.QInputMethodQueryEvent.queries?4() -> Qt.InputMethodQueries +PyQt5.QtGui.QInputMethodQueryEvent.setValue?4(Qt.InputMethodQuery, QVariant) +PyQt5.QtGui.QInputMethodQueryEvent.value?4(Qt.InputMethodQuery) -> QVariant +PyQt5.QtGui.QDropEvent?1(QPointF, Qt.DropActions, QMimeData, Qt.MouseButtons, Qt.KeyboardModifiers, QEvent.Type type=QEvent.Drop) +PyQt5.QtGui.QDropEvent.__init__?1(self, QPointF, Qt.DropActions, QMimeData, Qt.MouseButtons, Qt.KeyboardModifiers, QEvent.Type type=QEvent.Drop) +PyQt5.QtGui.QDropEvent?1(QDropEvent) +PyQt5.QtGui.QDropEvent.__init__?1(self, QDropEvent) +PyQt5.QtGui.QDropEvent.pos?4() -> QPoint +PyQt5.QtGui.QDropEvent.posF?4() -> QPointF +PyQt5.QtGui.QDropEvent.mouseButtons?4() -> Qt.MouseButtons +PyQt5.QtGui.QDropEvent.keyboardModifiers?4() -> Qt.KeyboardModifiers +PyQt5.QtGui.QDropEvent.possibleActions?4() -> Qt.DropActions +PyQt5.QtGui.QDropEvent.proposedAction?4() -> Qt.DropAction +PyQt5.QtGui.QDropEvent.acceptProposedAction?4() +PyQt5.QtGui.QDropEvent.dropAction?4() -> Qt.DropAction +PyQt5.QtGui.QDropEvent.setDropAction?4(Qt.DropAction) +PyQt5.QtGui.QDropEvent.source?4() -> QObject +PyQt5.QtGui.QDropEvent.mimeData?4() -> QMimeData +PyQt5.QtGui.QDragMoveEvent?1(QPoint, Qt.DropActions, QMimeData, Qt.MouseButtons, Qt.KeyboardModifiers, QEvent.Type type=QEvent.DragMove) +PyQt5.QtGui.QDragMoveEvent.__init__?1(self, QPoint, Qt.DropActions, QMimeData, Qt.MouseButtons, Qt.KeyboardModifiers, QEvent.Type type=QEvent.DragMove) +PyQt5.QtGui.QDragMoveEvent?1(QDragMoveEvent) +PyQt5.QtGui.QDragMoveEvent.__init__?1(self, QDragMoveEvent) +PyQt5.QtGui.QDragMoveEvent.answerRect?4() -> QRect +PyQt5.QtGui.QDragMoveEvent.accept?4() +PyQt5.QtGui.QDragMoveEvent.ignore?4() +PyQt5.QtGui.QDragMoveEvent.accept?4(QRect) +PyQt5.QtGui.QDragMoveEvent.ignore?4(QRect) +PyQt5.QtGui.QDragEnterEvent?1(QPoint, Qt.DropActions, QMimeData, Qt.MouseButtons, Qt.KeyboardModifiers) +PyQt5.QtGui.QDragEnterEvent.__init__?1(self, QPoint, Qt.DropActions, QMimeData, Qt.MouseButtons, Qt.KeyboardModifiers) +PyQt5.QtGui.QDragEnterEvent?1(QDragEnterEvent) +PyQt5.QtGui.QDragEnterEvent.__init__?1(self, QDragEnterEvent) +PyQt5.QtGui.QDragLeaveEvent?1() +PyQt5.QtGui.QDragLeaveEvent.__init__?1(self) +PyQt5.QtGui.QDragLeaveEvent?1(QDragLeaveEvent) +PyQt5.QtGui.QDragLeaveEvent.__init__?1(self, QDragLeaveEvent) +PyQt5.QtGui.QHelpEvent?1(QEvent.Type, QPoint, QPoint) +PyQt5.QtGui.QHelpEvent.__init__?1(self, QEvent.Type, QPoint, QPoint) +PyQt5.QtGui.QHelpEvent?1(QHelpEvent) +PyQt5.QtGui.QHelpEvent.__init__?1(self, QHelpEvent) +PyQt5.QtGui.QHelpEvent.x?4() -> int +PyQt5.QtGui.QHelpEvent.y?4() -> int +PyQt5.QtGui.QHelpEvent.globalX?4() -> int +PyQt5.QtGui.QHelpEvent.globalY?4() -> int +PyQt5.QtGui.QHelpEvent.pos?4() -> QPoint +PyQt5.QtGui.QHelpEvent.globalPos?4() -> QPoint +PyQt5.QtGui.QStatusTipEvent?1(str) +PyQt5.QtGui.QStatusTipEvent.__init__?1(self, str) +PyQt5.QtGui.QStatusTipEvent?1(QStatusTipEvent) +PyQt5.QtGui.QStatusTipEvent.__init__?1(self, QStatusTipEvent) +PyQt5.QtGui.QStatusTipEvent.tip?4() -> str +PyQt5.QtGui.QWhatsThisClickedEvent?1(str) +PyQt5.QtGui.QWhatsThisClickedEvent.__init__?1(self, str) +PyQt5.QtGui.QWhatsThisClickedEvent?1(QWhatsThisClickedEvent) +PyQt5.QtGui.QWhatsThisClickedEvent.__init__?1(self, QWhatsThisClickedEvent) +PyQt5.QtGui.QWhatsThisClickedEvent.href?4() -> str +PyQt5.QtGui.QActionEvent?1(int, QAction, QAction before=None) +PyQt5.QtGui.QActionEvent.__init__?1(self, int, QAction, QAction before=None) +PyQt5.QtGui.QActionEvent?1(QActionEvent) +PyQt5.QtGui.QActionEvent.__init__?1(self, QActionEvent) +PyQt5.QtGui.QActionEvent.action?4() -> QAction +PyQt5.QtGui.QActionEvent.before?4() -> QAction +PyQt5.QtGui.QFileOpenEvent.file?4() -> str +PyQt5.QtGui.QFileOpenEvent.url?4() -> QUrl +PyQt5.QtGui.QFileOpenEvent.openFile?4(QFile, QIODevice.OpenMode) -> bool +PyQt5.QtGui.QShortcutEvent?1(QKeySequence, int, bool ambiguous=False) +PyQt5.QtGui.QShortcutEvent.__init__?1(self, QKeySequence, int, bool ambiguous=False) +PyQt5.QtGui.QShortcutEvent?1(QShortcutEvent) +PyQt5.QtGui.QShortcutEvent.__init__?1(self, QShortcutEvent) +PyQt5.QtGui.QShortcutEvent.isAmbiguous?4() -> bool +PyQt5.QtGui.QShortcutEvent.key?4() -> QKeySequence +PyQt5.QtGui.QShortcutEvent.shortcutId?4() -> int +PyQt5.QtGui.QWindowStateChangeEvent.oldState?4() -> Qt.WindowStates +PyQt5.QtGui.QTouchEvent?1(QEvent.Type, QTouchDevice device=None, Qt.KeyboardModifiers modifiers=Qt.NoModifier, Qt.TouchPointStates touchPointStates=0, list-of-QTouchEvent.TouchPoint touchPoints=QList<QTouchEvent.TouchPoint>()) +PyQt5.QtGui.QTouchEvent.__init__?1(self, QEvent.Type, QTouchDevice device=None, Qt.KeyboardModifiers modifiers=Qt.NoModifier, Qt.TouchPointStates touchPointStates=0, list-of-QTouchEvent.TouchPoint touchPoints=QList<QTouchEvent.TouchPoint>()) +PyQt5.QtGui.QTouchEvent?1(QTouchEvent) +PyQt5.QtGui.QTouchEvent.__init__?1(self, QTouchEvent) +PyQt5.QtGui.QTouchEvent.target?4() -> QObject +PyQt5.QtGui.QTouchEvent.touchPointStates?4() -> Qt.TouchPointStates +PyQt5.QtGui.QTouchEvent.touchPoints?4() -> list-of-QTouchEvent.TouchPoint +PyQt5.QtGui.QTouchEvent.window?4() -> QWindow +PyQt5.QtGui.QTouchEvent.device?4() -> QTouchDevice +PyQt5.QtGui.QTouchEvent.setDevice?4(QTouchDevice) +PyQt5.QtGui.QTouchEvent.TouchPoint.InfoFlag?10 +PyQt5.QtGui.QTouchEvent.TouchPoint.Pen?10 +PyQt5.QtGui.QTouchEvent.TouchPoint.id?4() -> int +PyQt5.QtGui.QTouchEvent.TouchPoint.state?4() -> Qt.TouchPointState +PyQt5.QtGui.QTouchEvent.TouchPoint.pos?4() -> QPointF +PyQt5.QtGui.QTouchEvent.TouchPoint.startPos?4() -> QPointF +PyQt5.QtGui.QTouchEvent.TouchPoint.lastPos?4() -> QPointF +PyQt5.QtGui.QTouchEvent.TouchPoint.scenePos?4() -> QPointF +PyQt5.QtGui.QTouchEvent.TouchPoint.startScenePos?4() -> QPointF +PyQt5.QtGui.QTouchEvent.TouchPoint.lastScenePos?4() -> QPointF +PyQt5.QtGui.QTouchEvent.TouchPoint.screenPos?4() -> QPointF +PyQt5.QtGui.QTouchEvent.TouchPoint.startScreenPos?4() -> QPointF +PyQt5.QtGui.QTouchEvent.TouchPoint.lastScreenPos?4() -> QPointF +PyQt5.QtGui.QTouchEvent.TouchPoint.normalizedPos?4() -> QPointF +PyQt5.QtGui.QTouchEvent.TouchPoint.startNormalizedPos?4() -> QPointF +PyQt5.QtGui.QTouchEvent.TouchPoint.lastNormalizedPos?4() -> QPointF +PyQt5.QtGui.QTouchEvent.TouchPoint.rect?4() -> QRectF +PyQt5.QtGui.QTouchEvent.TouchPoint.sceneRect?4() -> QRectF +PyQt5.QtGui.QTouchEvent.TouchPoint.screenRect?4() -> QRectF +PyQt5.QtGui.QTouchEvent.TouchPoint.pressure?4() -> float +PyQt5.QtGui.QTouchEvent.TouchPoint.velocity?4() -> QVector2D +PyQt5.QtGui.QTouchEvent.TouchPoint.flags?4() -> QTouchEvent.TouchPoint.InfoFlags +PyQt5.QtGui.QTouchEvent.TouchPoint.rawScreenPositions?4() -> list-of-QPointF +PyQt5.QtGui.QTouchEvent.TouchPoint.InfoFlags?1(QTouchEvent.TouchPoint.InfoFlags) +PyQt5.QtGui.QTouchEvent.TouchPoint.InfoFlags.__init__?1(self, QTouchEvent.TouchPoint.InfoFlags) +PyQt5.QtGui.QTouchEvent.TouchPoint.InfoFlags?1(int) +PyQt5.QtGui.QTouchEvent.TouchPoint.InfoFlags.__init__?1(self, int) +PyQt5.QtGui.QTouchEvent.TouchPoint.InfoFlags?1() +PyQt5.QtGui.QTouchEvent.TouchPoint.InfoFlags.__init__?1(self) +PyQt5.QtGui.QExposeEvent?1(QRegion) +PyQt5.QtGui.QExposeEvent.__init__?1(self, QRegion) +PyQt5.QtGui.QExposeEvent?1(QExposeEvent) +PyQt5.QtGui.QExposeEvent.__init__?1(self, QExposeEvent) +PyQt5.QtGui.QExposeEvent.region?4() -> QRegion +PyQt5.QtGui.QScrollPrepareEvent?1(QPointF) +PyQt5.QtGui.QScrollPrepareEvent.__init__?1(self, QPointF) +PyQt5.QtGui.QScrollPrepareEvent?1(QScrollPrepareEvent) +PyQt5.QtGui.QScrollPrepareEvent.__init__?1(self, QScrollPrepareEvent) +PyQt5.QtGui.QScrollPrepareEvent.startPos?4() -> QPointF +PyQt5.QtGui.QScrollPrepareEvent.viewportSize?4() -> QSizeF +PyQt5.QtGui.QScrollPrepareEvent.contentPosRange?4() -> QRectF +PyQt5.QtGui.QScrollPrepareEvent.contentPos?4() -> QPointF +PyQt5.QtGui.QScrollPrepareEvent.setViewportSize?4(QSizeF) +PyQt5.QtGui.QScrollPrepareEvent.setContentPosRange?4(QRectF) +PyQt5.QtGui.QScrollPrepareEvent.setContentPos?4(QPointF) +PyQt5.QtGui.QScrollEvent.ScrollState?10 +PyQt5.QtGui.QScrollEvent.ScrollStarted?10 +PyQt5.QtGui.QScrollEvent.ScrollUpdated?10 +PyQt5.QtGui.QScrollEvent.ScrollFinished?10 +PyQt5.QtGui.QScrollEvent?1(QPointF, QPointF, QScrollEvent.ScrollState) +PyQt5.QtGui.QScrollEvent.__init__?1(self, QPointF, QPointF, QScrollEvent.ScrollState) +PyQt5.QtGui.QScrollEvent?1(QScrollEvent) +PyQt5.QtGui.QScrollEvent.__init__?1(self, QScrollEvent) +PyQt5.QtGui.QScrollEvent.contentPos?4() -> QPointF +PyQt5.QtGui.QScrollEvent.overshootDistance?4() -> QPointF +PyQt5.QtGui.QScrollEvent.scrollState?4() -> QScrollEvent.ScrollState +PyQt5.QtGui.QEnterEvent?1(QPointF, QPointF, QPointF) +PyQt5.QtGui.QEnterEvent.__init__?1(self, QPointF, QPointF, QPointF) +PyQt5.QtGui.QEnterEvent?1(QEnterEvent) +PyQt5.QtGui.QEnterEvent.__init__?1(self, QEnterEvent) +PyQt5.QtGui.QEnterEvent.pos?4() -> QPoint +PyQt5.QtGui.QEnterEvent.globalPos?4() -> QPoint +PyQt5.QtGui.QEnterEvent.x?4() -> int +PyQt5.QtGui.QEnterEvent.y?4() -> int +PyQt5.QtGui.QEnterEvent.globalX?4() -> int +PyQt5.QtGui.QEnterEvent.globalY?4() -> int +PyQt5.QtGui.QEnterEvent.localPos?4() -> QPointF +PyQt5.QtGui.QEnterEvent.windowPos?4() -> QPointF +PyQt5.QtGui.QEnterEvent.screenPos?4() -> QPointF +PyQt5.QtGui.QNativeGestureEvent?1(Qt.NativeGestureType, QPointF, QPointF, QPointF, float, int, int) +PyQt5.QtGui.QNativeGestureEvent.__init__?1(self, Qt.NativeGestureType, QPointF, QPointF, QPointF, float, int, int) +PyQt5.QtGui.QNativeGestureEvent?1(QNativeGestureEvent) +PyQt5.QtGui.QNativeGestureEvent.__init__?1(self, QNativeGestureEvent) +PyQt5.QtGui.QNativeGestureEvent.gestureType?4() -> Qt.NativeGestureType +PyQt5.QtGui.QNativeGestureEvent.value?4() -> float +PyQt5.QtGui.QNativeGestureEvent.pos?4() -> QPoint +PyQt5.QtGui.QNativeGestureEvent.globalPos?4() -> QPoint +PyQt5.QtGui.QNativeGestureEvent.localPos?4() -> QPointF +PyQt5.QtGui.QNativeGestureEvent.windowPos?4() -> QPointF +PyQt5.QtGui.QNativeGestureEvent.screenPos?4() -> QPointF +PyQt5.QtGui.QFont.HintingPreference?10 +PyQt5.QtGui.QFont.PreferDefaultHinting?10 +PyQt5.QtGui.QFont.PreferNoHinting?10 +PyQt5.QtGui.QFont.PreferVerticalHinting?10 +PyQt5.QtGui.QFont.PreferFullHinting?10 +PyQt5.QtGui.QFont.SpacingType?10 +PyQt5.QtGui.QFont.PercentageSpacing?10 +PyQt5.QtGui.QFont.AbsoluteSpacing?10 +PyQt5.QtGui.QFont.Capitalization?10 +PyQt5.QtGui.QFont.MixedCase?10 +PyQt5.QtGui.QFont.AllUppercase?10 +PyQt5.QtGui.QFont.AllLowercase?10 +PyQt5.QtGui.QFont.SmallCaps?10 +PyQt5.QtGui.QFont.Capitalize?10 +PyQt5.QtGui.QFont.Stretch?10 +PyQt5.QtGui.QFont.UltraCondensed?10 +PyQt5.QtGui.QFont.ExtraCondensed?10 +PyQt5.QtGui.QFont.Condensed?10 +PyQt5.QtGui.QFont.SemiCondensed?10 +PyQt5.QtGui.QFont.Unstretched?10 +PyQt5.QtGui.QFont.SemiExpanded?10 +PyQt5.QtGui.QFont.Expanded?10 +PyQt5.QtGui.QFont.ExtraExpanded?10 +PyQt5.QtGui.QFont.UltraExpanded?10 +PyQt5.QtGui.QFont.Style?10 +PyQt5.QtGui.QFont.StyleNormal?10 +PyQt5.QtGui.QFont.StyleItalic?10 +PyQt5.QtGui.QFont.StyleOblique?10 +PyQt5.QtGui.QFont.Weight?10 +PyQt5.QtGui.QFont.Light?10 +PyQt5.QtGui.QFont.Normal?10 +PyQt5.QtGui.QFont.DemiBold?10 +PyQt5.QtGui.QFont.Bold?10 +PyQt5.QtGui.QFont.Black?10 +PyQt5.QtGui.QFont.StyleStrategy?10 +PyQt5.QtGui.QFont.PreferDefault?10 +PyQt5.QtGui.QFont.PreferBitmap?10 +PyQt5.QtGui.QFont.PreferDevice?10 +PyQt5.QtGui.QFont.PreferOutline?10 +PyQt5.QtGui.QFont.ForceOutline?10 +PyQt5.QtGui.QFont.PreferMatch?10 +PyQt5.QtGui.QFont.PreferQuality?10 +PyQt5.QtGui.QFont.PreferAntialias?10 +PyQt5.QtGui.QFont.NoAntialias?10 +PyQt5.QtGui.QFont.OpenGLCompatible?10 +PyQt5.QtGui.QFont.NoFontMerging?10 +PyQt5.QtGui.QFont.ForceIntegerMetrics?10 +PyQt5.QtGui.QFont.StyleHint?10 +PyQt5.QtGui.QFont.Helvetica?10 +PyQt5.QtGui.QFont.SansSerif?10 +PyQt5.QtGui.QFont.Times?10 +PyQt5.QtGui.QFont.Serif?10 +PyQt5.QtGui.QFont.Courier?10 +PyQt5.QtGui.QFont.TypeWriter?10 +PyQt5.QtGui.QFont.OldEnglish?10 +PyQt5.QtGui.QFont.Decorative?10 +PyQt5.QtGui.QFont.System?10 +PyQt5.QtGui.QFont.AnyStyle?10 +PyQt5.QtGui.QFont.Cursive?10 +PyQt5.QtGui.QFont.Monospace?10 +PyQt5.QtGui.QFont.Fantasy?10 +PyQt5.QtGui.QFont?1() +PyQt5.QtGui.QFont.__init__?1(self) +PyQt5.QtGui.QFont?1(str, int pointSize=-1, int weight=-1, bool italic=False) +PyQt5.QtGui.QFont.__init__?1(self, str, int pointSize=-1, int weight=-1, bool italic=False) +PyQt5.QtGui.QFont?1(QFont, QPaintDevice) +PyQt5.QtGui.QFont.__init__?1(self, QFont, QPaintDevice) +PyQt5.QtGui.QFont?1(QFont) +PyQt5.QtGui.QFont.__init__?1(self, QFont) +PyQt5.QtGui.QFont?1(QVariant) +PyQt5.QtGui.QFont.__init__?1(self, QVariant) +PyQt5.QtGui.QFont.family?4() -> str +PyQt5.QtGui.QFont.setFamily?4(str) +PyQt5.QtGui.QFont.pointSize?4() -> int +PyQt5.QtGui.QFont.setPointSize?4(int) +PyQt5.QtGui.QFont.pointSizeF?4() -> float +PyQt5.QtGui.QFont.setPointSizeF?4(float) +PyQt5.QtGui.QFont.pixelSize?4() -> int +PyQt5.QtGui.QFont.setPixelSize?4(int) +PyQt5.QtGui.QFont.weight?4() -> int +PyQt5.QtGui.QFont.setWeight?4(int) +PyQt5.QtGui.QFont.setStyle?4(QFont.Style) +PyQt5.QtGui.QFont.style?4() -> QFont.Style +PyQt5.QtGui.QFont.underline?4() -> bool +PyQt5.QtGui.QFont.setUnderline?4(bool) +PyQt5.QtGui.QFont.overline?4() -> bool +PyQt5.QtGui.QFont.setOverline?4(bool) +PyQt5.QtGui.QFont.strikeOut?4() -> bool +PyQt5.QtGui.QFont.setStrikeOut?4(bool) +PyQt5.QtGui.QFont.fixedPitch?4() -> bool +PyQt5.QtGui.QFont.setFixedPitch?4(bool) +PyQt5.QtGui.QFont.kerning?4() -> bool +PyQt5.QtGui.QFont.setKerning?4(bool) +PyQt5.QtGui.QFont.styleHint?4() -> QFont.StyleHint +PyQt5.QtGui.QFont.styleStrategy?4() -> QFont.StyleStrategy +PyQt5.QtGui.QFont.setStyleHint?4(QFont.StyleHint, QFont.StyleStrategy strategy=QFont.PreferDefault) +PyQt5.QtGui.QFont.setStyleStrategy?4(QFont.StyleStrategy) +PyQt5.QtGui.QFont.stretch?4() -> int +PyQt5.QtGui.QFont.setStretch?4(int) +PyQt5.QtGui.QFont.rawMode?4() -> bool +PyQt5.QtGui.QFont.setRawMode?4(bool) +PyQt5.QtGui.QFont.exactMatch?4() -> bool +PyQt5.QtGui.QFont.isCopyOf?4(QFont) -> bool +PyQt5.QtGui.QFont.setRawName?4(str) +PyQt5.QtGui.QFont.rawName?4() -> str +PyQt5.QtGui.QFont.key?4() -> str +PyQt5.QtGui.QFont.toString?4() -> str +PyQt5.QtGui.QFont.fromString?4(str) -> bool +PyQt5.QtGui.QFont.substitute?4(str) -> str +PyQt5.QtGui.QFont.substitutes?4(str) -> list-of-str +PyQt5.QtGui.QFont.substitutions?4() -> list-of-str +PyQt5.QtGui.QFont.insertSubstitution?4(str, str) +PyQt5.QtGui.QFont.insertSubstitutions?4(str, list-of-str) +PyQt5.QtGui.QFont.removeSubstitutions?4(str) +PyQt5.QtGui.QFont.initialize?4() +PyQt5.QtGui.QFont.cleanup?4() +PyQt5.QtGui.QFont.cacheStatistics?4() +PyQt5.QtGui.QFont.defaultFamily?4() -> str +PyQt5.QtGui.QFont.lastResortFamily?4() -> str +PyQt5.QtGui.QFont.lastResortFont?4() -> str +PyQt5.QtGui.QFont.resolve?4(QFont) -> QFont +PyQt5.QtGui.QFont.bold?4() -> bool +PyQt5.QtGui.QFont.setBold?4(bool) +PyQt5.QtGui.QFont.italic?4() -> bool +PyQt5.QtGui.QFont.setItalic?4(bool) +PyQt5.QtGui.QFont.letterSpacing?4() -> float +PyQt5.QtGui.QFont.letterSpacingType?4() -> QFont.SpacingType +PyQt5.QtGui.QFont.setLetterSpacing?4(QFont.SpacingType, float) +PyQt5.QtGui.QFont.wordSpacing?4() -> float +PyQt5.QtGui.QFont.setWordSpacing?4(float) +PyQt5.QtGui.QFont.setCapitalization?4(QFont.Capitalization) +PyQt5.QtGui.QFont.capitalization?4() -> QFont.Capitalization +PyQt5.QtGui.QFont.styleName?4() -> str +PyQt5.QtGui.QFont.setStyleName?4(str) +PyQt5.QtGui.QFont.setHintingPreference?4(QFont.HintingPreference) +PyQt5.QtGui.QFont.hintingPreference?4() -> QFont.HintingPreference +PyQt5.QtGui.QFont.swap?4(QFont) +PyQt5.QtGui.QFontDatabase.SystemFont?10 +PyQt5.QtGui.QFontDatabase.GeneralFont?10 +PyQt5.QtGui.QFontDatabase.FixedFont?10 +PyQt5.QtGui.QFontDatabase.TitleFont?10 +PyQt5.QtGui.QFontDatabase.SmallestReadableFont?10 +PyQt5.QtGui.QFontDatabase.WritingSystem?10 +PyQt5.QtGui.QFontDatabase.Any?10 +PyQt5.QtGui.QFontDatabase.Latin?10 +PyQt5.QtGui.QFontDatabase.Greek?10 +PyQt5.QtGui.QFontDatabase.Cyrillic?10 +PyQt5.QtGui.QFontDatabase.Armenian?10 +PyQt5.QtGui.QFontDatabase.Hebrew?10 +PyQt5.QtGui.QFontDatabase.Arabic?10 +PyQt5.QtGui.QFontDatabase.Syriac?10 +PyQt5.QtGui.QFontDatabase.Thaana?10 +PyQt5.QtGui.QFontDatabase.Devanagari?10 +PyQt5.QtGui.QFontDatabase.Bengali?10 +PyQt5.QtGui.QFontDatabase.Gurmukhi?10 +PyQt5.QtGui.QFontDatabase.Gujarati?10 +PyQt5.QtGui.QFontDatabase.Oriya?10 +PyQt5.QtGui.QFontDatabase.Tamil?10 +PyQt5.QtGui.QFontDatabase.Telugu?10 +PyQt5.QtGui.QFontDatabase.Kannada?10 +PyQt5.QtGui.QFontDatabase.Malayalam?10 +PyQt5.QtGui.QFontDatabase.Sinhala?10 +PyQt5.QtGui.QFontDatabase.Thai?10 +PyQt5.QtGui.QFontDatabase.Lao?10 +PyQt5.QtGui.QFontDatabase.Tibetan?10 +PyQt5.QtGui.QFontDatabase.Myanmar?10 +PyQt5.QtGui.QFontDatabase.Georgian?10 +PyQt5.QtGui.QFontDatabase.Khmer?10 +PyQt5.QtGui.QFontDatabase.SimplifiedChinese?10 +PyQt5.QtGui.QFontDatabase.TraditionalChinese?10 +PyQt5.QtGui.QFontDatabase.Japanese?10 +PyQt5.QtGui.QFontDatabase.Korean?10 +PyQt5.QtGui.QFontDatabase.Vietnamese?10 +PyQt5.QtGui.QFontDatabase.Other?10 +PyQt5.QtGui.QFontDatabase.Symbol?10 +PyQt5.QtGui.QFontDatabase.Ogham?10 +PyQt5.QtGui.QFontDatabase.Runic?10 +PyQt5.QtGui.QFontDatabase.Nko?10 +PyQt5.QtGui.QFontDatabase?1() +PyQt5.QtGui.QFontDatabase.__init__?1(self) +PyQt5.QtGui.QFontDatabase?1(QFontDatabase) +PyQt5.QtGui.QFontDatabase.__init__?1(self, QFontDatabase) +PyQt5.QtGui.QFontDatabase.standardSizes?4() -> list-of-int +PyQt5.QtGui.QFontDatabase.writingSystems?4() -> list-of-QFontDatabase.WritingSystem +PyQt5.QtGui.QFontDatabase.writingSystems?4(str) -> list-of-QFontDatabase.WritingSystem +PyQt5.QtGui.QFontDatabase.families?4(QFontDatabase.WritingSystem writingSystem=QFontDatabase.Any) -> list-of-str +PyQt5.QtGui.QFontDatabase.styles?4(str) -> list-of-str +PyQt5.QtGui.QFontDatabase.pointSizes?4(str, str style='') -> list-of-int +PyQt5.QtGui.QFontDatabase.smoothSizes?4(str, str) -> list-of-int +PyQt5.QtGui.QFontDatabase.styleString?4(QFont) -> str +PyQt5.QtGui.QFontDatabase.styleString?4(QFontInfo) -> str +PyQt5.QtGui.QFontDatabase.font?4(str, str, int) -> QFont +PyQt5.QtGui.QFontDatabase.isBitmapScalable?4(str, str style='') -> bool +PyQt5.QtGui.QFontDatabase.isSmoothlyScalable?4(str, str style='') -> bool +PyQt5.QtGui.QFontDatabase.isScalable?4(str, str style='') -> bool +PyQt5.QtGui.QFontDatabase.isFixedPitch?4(str, str style='') -> bool +PyQt5.QtGui.QFontDatabase.italic?4(str, str) -> bool +PyQt5.QtGui.QFontDatabase.bold?4(str, str) -> bool +PyQt5.QtGui.QFontDatabase.weight?4(str, str) -> int +PyQt5.QtGui.QFontDatabase.writingSystemName?4(QFontDatabase.WritingSystem) -> str +PyQt5.QtGui.QFontDatabase.writingSystemSample?4(QFontDatabase.WritingSystem) -> str +PyQt5.QtGui.QFontDatabase.addApplicationFont?4(str) -> int +PyQt5.QtGui.QFontDatabase.addApplicationFontFromData?4(QByteArray) -> int +PyQt5.QtGui.QFontDatabase.applicationFontFamilies?4(int) -> list-of-str +PyQt5.QtGui.QFontDatabase.removeApplicationFont?4(int) -> bool +PyQt5.QtGui.QFontDatabase.removeAllApplicationFonts?4() -> bool +PyQt5.QtGui.QFontDatabase.supportsThreadedFontRendering?4() -> bool +PyQt5.QtGui.QFontDatabase.systemFont?4(QFontDatabase.SystemFont) -> QFont +PyQt5.QtGui.QFontInfo?1(QFont) +PyQt5.QtGui.QFontInfo.__init__?1(self, QFont) +PyQt5.QtGui.QFontInfo?1(QFontInfo) +PyQt5.QtGui.QFontInfo.__init__?1(self, QFontInfo) +PyQt5.QtGui.QFontInfo.family?4() -> str +PyQt5.QtGui.QFontInfo.pixelSize?4() -> int +PyQt5.QtGui.QFontInfo.pointSize?4() -> int +PyQt5.QtGui.QFontInfo.pointSizeF?4() -> float +PyQt5.QtGui.QFontInfo.italic?4() -> bool +PyQt5.QtGui.QFontInfo.style?4() -> QFont.Style +PyQt5.QtGui.QFontInfo.weight?4() -> int +PyQt5.QtGui.QFontInfo.bold?4() -> bool +PyQt5.QtGui.QFontInfo.fixedPitch?4() -> bool +PyQt5.QtGui.QFontInfo.styleHint?4() -> QFont.StyleHint +PyQt5.QtGui.QFontInfo.rawMode?4() -> bool +PyQt5.QtGui.QFontInfo.exactMatch?4() -> bool +PyQt5.QtGui.QFontInfo.styleName?4() -> str +PyQt5.QtGui.QFontInfo.swap?4(QFontInfo) +PyQt5.QtGui.QFontMetrics?1(QFont) +PyQt5.QtGui.QFontMetrics.__init__?1(self, QFont) +PyQt5.QtGui.QFontMetrics?1(QFont, QPaintDevice) +PyQt5.QtGui.QFontMetrics.__init__?1(self, QFont, QPaintDevice) +PyQt5.QtGui.QFontMetrics?1(QFontMetrics) +PyQt5.QtGui.QFontMetrics.__init__?1(self, QFontMetrics) +PyQt5.QtGui.QFontMetrics.ascent?4() -> int +PyQt5.QtGui.QFontMetrics.descent?4() -> int +PyQt5.QtGui.QFontMetrics.height?4() -> int +PyQt5.QtGui.QFontMetrics.leading?4() -> int +PyQt5.QtGui.QFontMetrics.lineSpacing?4() -> int +PyQt5.QtGui.QFontMetrics.minLeftBearing?4() -> int +PyQt5.QtGui.QFontMetrics.minRightBearing?4() -> int +PyQt5.QtGui.QFontMetrics.maxWidth?4() -> int +PyQt5.QtGui.QFontMetrics.xHeight?4() -> int +PyQt5.QtGui.QFontMetrics.inFont?4(str) -> bool +PyQt5.QtGui.QFontMetrics.leftBearing?4(str) -> int +PyQt5.QtGui.QFontMetrics.rightBearing?4(str) -> int +PyQt5.QtGui.QFontMetrics.widthChar?4(str) -> int +PyQt5.QtGui.QFontMetrics.width?4(str, int length=-1) -> int +PyQt5.QtGui.QFontMetrics.boundingRectChar?4(str) -> QRect +PyQt5.QtGui.QFontMetrics.boundingRect?4(str) -> QRect +PyQt5.QtGui.QFontMetrics.boundingRect?4(QRect, int, str, int tabStops=0, list-of-int tabArray=0) -> QRect +PyQt5.QtGui.QFontMetrics.boundingRect?4(int, int, int, int, int, str, int tabStops=0, list-of-int tabArray=0) -> QRect +PyQt5.QtGui.QFontMetrics.size?4(int, str, int tabStops=0, list-of-int tabArray=0) -> QSize +PyQt5.QtGui.QFontMetrics.underlinePos?4() -> int +PyQt5.QtGui.QFontMetrics.overlinePos?4() -> int +PyQt5.QtGui.QFontMetrics.strikeOutPos?4() -> int +PyQt5.QtGui.QFontMetrics.lineWidth?4() -> int +PyQt5.QtGui.QFontMetrics.averageCharWidth?4() -> int +PyQt5.QtGui.QFontMetrics.elidedText?4(str, Qt.TextElideMode, int, int flags=0) -> str +PyQt5.QtGui.QFontMetrics.tightBoundingRect?4(str) -> QRect +PyQt5.QtGui.QFontMetrics.inFontUcs4?4(int) -> bool +PyQt5.QtGui.QFontMetrics.swap?4(QFontMetrics) +PyQt5.QtGui.QFontMetricsF?1(QFont) +PyQt5.QtGui.QFontMetricsF.__init__?1(self, QFont) +PyQt5.QtGui.QFontMetricsF?1(QFont, QPaintDevice) +PyQt5.QtGui.QFontMetricsF.__init__?1(self, QFont, QPaintDevice) +PyQt5.QtGui.QFontMetricsF?1(QFontMetrics) +PyQt5.QtGui.QFontMetricsF.__init__?1(self, QFontMetrics) +PyQt5.QtGui.QFontMetricsF?1(QFontMetricsF) +PyQt5.QtGui.QFontMetricsF.__init__?1(self, QFontMetricsF) +PyQt5.QtGui.QFontMetricsF.ascent?4() -> float +PyQt5.QtGui.QFontMetricsF.descent?4() -> float +PyQt5.QtGui.QFontMetricsF.height?4() -> float +PyQt5.QtGui.QFontMetricsF.leading?4() -> float +PyQt5.QtGui.QFontMetricsF.lineSpacing?4() -> float +PyQt5.QtGui.QFontMetricsF.minLeftBearing?4() -> float +PyQt5.QtGui.QFontMetricsF.minRightBearing?4() -> float +PyQt5.QtGui.QFontMetricsF.maxWidth?4() -> float +PyQt5.QtGui.QFontMetricsF.xHeight?4() -> float +PyQt5.QtGui.QFontMetricsF.inFont?4(str) -> bool +PyQt5.QtGui.QFontMetricsF.leftBearing?4(str) -> float +PyQt5.QtGui.QFontMetricsF.rightBearing?4(str) -> float +PyQt5.QtGui.QFontMetricsF.widthChar?4(str) -> float +PyQt5.QtGui.QFontMetricsF.width?4(str) -> float +PyQt5.QtGui.QFontMetricsF.boundingRectChar?4(str) -> QRectF +PyQt5.QtGui.QFontMetricsF.boundingRect?4(str) -> QRectF +PyQt5.QtGui.QFontMetricsF.boundingRect?4(QRectF, int, str, int tabStops=0, list-of-int tabArray=0) -> QRectF +PyQt5.QtGui.QFontMetricsF.size?4(int, str, int tabStops=0, list-of-int tabArray=0) -> QSizeF +PyQt5.QtGui.QFontMetricsF.underlinePos?4() -> float +PyQt5.QtGui.QFontMetricsF.overlinePos?4() -> float +PyQt5.QtGui.QFontMetricsF.strikeOutPos?4() -> float +PyQt5.QtGui.QFontMetricsF.lineWidth?4() -> float +PyQt5.QtGui.QFontMetricsF.averageCharWidth?4() -> float +PyQt5.QtGui.QFontMetricsF.elidedText?4(str, Qt.TextElideMode, float, int flags=0) -> str +PyQt5.QtGui.QFontMetricsF.tightBoundingRect?4(str) -> QRectF +PyQt5.QtGui.QFontMetricsF.inFontUcs4?4(int) -> bool +PyQt5.QtGui.QFontMetricsF.swap?4(QFontMetricsF) +PyQt5.QtGui.QMatrix4x3?1() +PyQt5.QtGui.QMatrix4x3.__init__?1(self) +PyQt5.QtGui.QMatrix4x3?1(QMatrix4x3) +PyQt5.QtGui.QMatrix4x3.__init__?1(self, QMatrix4x3) +PyQt5.QtGui.QMatrix4x3?1(sequence-of-float) +PyQt5.QtGui.QMatrix4x3.__init__?1(self, sequence-of-float) +PyQt5.QtGui.QMatrix4x3.data?4() -> list-of-float +PyQt5.QtGui.QMatrix4x3.copyDataTo?4() -> list-of-float +PyQt5.QtGui.QMatrix4x3.isIdentity?4() -> bool +PyQt5.QtGui.QMatrix4x3.setToIdentity?4() +PyQt5.QtGui.QMatrix4x3.fill?4(float) +PyQt5.QtGui.QMatrix4x3.transposed?4() -> QMatrix3x4 +PyQt5.QtGui.QMatrix4x2?1() +PyQt5.QtGui.QMatrix4x2.__init__?1(self) +PyQt5.QtGui.QMatrix4x2?1(QMatrix4x2) +PyQt5.QtGui.QMatrix4x2.__init__?1(self, QMatrix4x2) +PyQt5.QtGui.QMatrix4x2?1(sequence-of-float) +PyQt5.QtGui.QMatrix4x2.__init__?1(self, sequence-of-float) +PyQt5.QtGui.QMatrix4x2.data?4() -> list-of-float +PyQt5.QtGui.QMatrix4x2.copyDataTo?4() -> list-of-float +PyQt5.QtGui.QMatrix4x2.isIdentity?4() -> bool +PyQt5.QtGui.QMatrix4x2.setToIdentity?4() +PyQt5.QtGui.QMatrix4x2.fill?4(float) +PyQt5.QtGui.QMatrix4x2.transposed?4() -> QMatrix2x4 +PyQt5.QtGui.QMatrix3x4?1() +PyQt5.QtGui.QMatrix3x4.__init__?1(self) +PyQt5.QtGui.QMatrix3x4?1(QMatrix3x4) +PyQt5.QtGui.QMatrix3x4.__init__?1(self, QMatrix3x4) +PyQt5.QtGui.QMatrix3x4?1(sequence-of-float) +PyQt5.QtGui.QMatrix3x4.__init__?1(self, sequence-of-float) +PyQt5.QtGui.QMatrix3x4.data?4() -> list-of-float +PyQt5.QtGui.QMatrix3x4.copyDataTo?4() -> list-of-float +PyQt5.QtGui.QMatrix3x4.isIdentity?4() -> bool +PyQt5.QtGui.QMatrix3x4.setToIdentity?4() +PyQt5.QtGui.QMatrix3x4.fill?4(float) +PyQt5.QtGui.QMatrix3x4.transposed?4() -> QMatrix4x3 +PyQt5.QtGui.QMatrix3x3?1() +PyQt5.QtGui.QMatrix3x3.__init__?1(self) +PyQt5.QtGui.QMatrix3x3?1(QMatrix3x3) +PyQt5.QtGui.QMatrix3x3.__init__?1(self, QMatrix3x3) +PyQt5.QtGui.QMatrix3x3?1(sequence-of-float) +PyQt5.QtGui.QMatrix3x3.__init__?1(self, sequence-of-float) +PyQt5.QtGui.QMatrix3x3.data?4() -> list-of-float +PyQt5.QtGui.QMatrix3x3.copyDataTo?4() -> list-of-float +PyQt5.QtGui.QMatrix3x3.isIdentity?4() -> bool +PyQt5.QtGui.QMatrix3x3.setToIdentity?4() +PyQt5.QtGui.QMatrix3x3.fill?4(float) +PyQt5.QtGui.QMatrix3x3.transposed?4() -> QMatrix3x3 +PyQt5.QtGui.QMatrix3x2?1() +PyQt5.QtGui.QMatrix3x2.__init__?1(self) +PyQt5.QtGui.QMatrix3x2?1(QMatrix3x2) +PyQt5.QtGui.QMatrix3x2.__init__?1(self, QMatrix3x2) +PyQt5.QtGui.QMatrix3x2?1(sequence-of-float) +PyQt5.QtGui.QMatrix3x2.__init__?1(self, sequence-of-float) +PyQt5.QtGui.QMatrix3x2.data?4() -> list-of-float +PyQt5.QtGui.QMatrix3x2.copyDataTo?4() -> list-of-float +PyQt5.QtGui.QMatrix3x2.isIdentity?4() -> bool +PyQt5.QtGui.QMatrix3x2.setToIdentity?4() +PyQt5.QtGui.QMatrix3x2.fill?4(float) +PyQt5.QtGui.QMatrix3x2.transposed?4() -> QMatrix2x3 +PyQt5.QtGui.QMatrix2x4?1() +PyQt5.QtGui.QMatrix2x4.__init__?1(self) +PyQt5.QtGui.QMatrix2x4?1(QMatrix2x4) +PyQt5.QtGui.QMatrix2x4.__init__?1(self, QMatrix2x4) +PyQt5.QtGui.QMatrix2x4?1(sequence-of-float) +PyQt5.QtGui.QMatrix2x4.__init__?1(self, sequence-of-float) +PyQt5.QtGui.QMatrix2x4.data?4() -> list-of-float +PyQt5.QtGui.QMatrix2x4.copyDataTo?4() -> list-of-float +PyQt5.QtGui.QMatrix2x4.isIdentity?4() -> bool +PyQt5.QtGui.QMatrix2x4.setToIdentity?4() +PyQt5.QtGui.QMatrix2x4.fill?4(float) +PyQt5.QtGui.QMatrix2x4.transposed?4() -> QMatrix4x2 +PyQt5.QtGui.QMatrix2x3?1() +PyQt5.QtGui.QMatrix2x3.__init__?1(self) +PyQt5.QtGui.QMatrix2x3?1(QMatrix2x3) +PyQt5.QtGui.QMatrix2x3.__init__?1(self, QMatrix2x3) +PyQt5.QtGui.QMatrix2x3?1(sequence-of-float) +PyQt5.QtGui.QMatrix2x3.__init__?1(self, sequence-of-float) +PyQt5.QtGui.QMatrix2x3.data?4() -> list-of-float +PyQt5.QtGui.QMatrix2x3.copyDataTo?4() -> list-of-float +PyQt5.QtGui.QMatrix2x3.isIdentity?4() -> bool +PyQt5.QtGui.QMatrix2x3.setToIdentity?4() +PyQt5.QtGui.QMatrix2x3.fill?4(float) +PyQt5.QtGui.QMatrix2x3.transposed?4() -> QMatrix3x2 +PyQt5.QtGui.QMatrix2x2?1() +PyQt5.QtGui.QMatrix2x2.__init__?1(self) +PyQt5.QtGui.QMatrix2x2?1(QMatrix2x2) +PyQt5.QtGui.QMatrix2x2.__init__?1(self, QMatrix2x2) +PyQt5.QtGui.QMatrix2x2?1(sequence-of-float) +PyQt5.QtGui.QMatrix2x2.__init__?1(self, sequence-of-float) +PyQt5.QtGui.QMatrix2x2.data?4() -> list-of-float +PyQt5.QtGui.QMatrix2x2.copyDataTo?4() -> list-of-float +PyQt5.QtGui.QMatrix2x2.isIdentity?4() -> bool +PyQt5.QtGui.QMatrix2x2.setToIdentity?4() +PyQt5.QtGui.QMatrix2x2.fill?4(float) +PyQt5.QtGui.QMatrix2x2.transposed?4() -> QMatrix2x2 +PyQt5.QtGui.QGlyphRun.GlyphRunFlag?10 +PyQt5.QtGui.QGlyphRun.Overline?10 +PyQt5.QtGui.QGlyphRun.Underline?10 +PyQt5.QtGui.QGlyphRun.StrikeOut?10 +PyQt5.QtGui.QGlyphRun.RightToLeft?10 +PyQt5.QtGui.QGlyphRun.SplitLigature?10 +PyQt5.QtGui.QGlyphRun?1() +PyQt5.QtGui.QGlyphRun.__init__?1(self) +PyQt5.QtGui.QGlyphRun?1(QGlyphRun) +PyQt5.QtGui.QGlyphRun.__init__?1(self, QGlyphRun) +PyQt5.QtGui.QGlyphRun.rawFont?4() -> QRawFont +PyQt5.QtGui.QGlyphRun.setRawFont?4(QRawFont) +PyQt5.QtGui.QGlyphRun.glyphIndexes?4() -> list-of-int +PyQt5.QtGui.QGlyphRun.setGlyphIndexes?4(list-of-int) +PyQt5.QtGui.QGlyphRun.positions?4() -> list-of-QPointF +PyQt5.QtGui.QGlyphRun.setPositions?4(list-of-QPointF) +PyQt5.QtGui.QGlyphRun.clear?4() +PyQt5.QtGui.QGlyphRun.setOverline?4(bool) +PyQt5.QtGui.QGlyphRun.overline?4() -> bool +PyQt5.QtGui.QGlyphRun.setUnderline?4(bool) +PyQt5.QtGui.QGlyphRun.underline?4() -> bool +PyQt5.QtGui.QGlyphRun.setStrikeOut?4(bool) +PyQt5.QtGui.QGlyphRun.strikeOut?4() -> bool +PyQt5.QtGui.QGlyphRun.setRightToLeft?4(bool) +PyQt5.QtGui.QGlyphRun.isRightToLeft?4() -> bool +PyQt5.QtGui.QGlyphRun.setFlag?4(QGlyphRun.GlyphRunFlag, bool enabled=True) +PyQt5.QtGui.QGlyphRun.setFlags?4(QGlyphRun.GlyphRunFlags) +PyQt5.QtGui.QGlyphRun.flags?4() -> QGlyphRun.GlyphRunFlags +PyQt5.QtGui.QGlyphRun.setBoundingRect?4(QRectF) +PyQt5.QtGui.QGlyphRun.boundingRect?4() -> QRectF +PyQt5.QtGui.QGlyphRun.isEmpty?4() -> bool +PyQt5.QtGui.QGlyphRun.swap?4(QGlyphRun) +PyQt5.QtGui.QGlyphRun.GlyphRunFlags?1(QGlyphRun.GlyphRunFlags) +PyQt5.QtGui.QGlyphRun.GlyphRunFlags.__init__?1(self, QGlyphRun.GlyphRunFlags) +PyQt5.QtGui.QGlyphRun.GlyphRunFlags?1(int) +PyQt5.QtGui.QGlyphRun.GlyphRunFlags.__init__?1(self, int) +PyQt5.QtGui.QGlyphRun.GlyphRunFlags?1() +PyQt5.QtGui.QGlyphRun.GlyphRunFlags.__init__?1(self) +PyQt5.QtGui.QGuiApplication?1(list-of-str) +PyQt5.QtGui.QGuiApplication.__init__?1(self, list-of-str) +PyQt5.QtGui.QGuiApplication.allWindows?4() -> list-of-QWindow +PyQt5.QtGui.QGuiApplication.topLevelWindows?4() -> list-of-QWindow +PyQt5.QtGui.QGuiApplication.topLevelAt?4(QPoint) -> QWindow +PyQt5.QtGui.QGuiApplication.platformName?4() -> str +PyQt5.QtGui.QGuiApplication.focusWindow?4() -> QWindow +PyQt5.QtGui.QGuiApplication.focusObject?4() -> QObject +PyQt5.QtGui.QGuiApplication.primaryScreen?4() -> QScreen +PyQt5.QtGui.QGuiApplication.screens?4() -> list-of-QScreen +PyQt5.QtGui.QGuiApplication.overrideCursor?4() -> QCursor +PyQt5.QtGui.QGuiApplication.setOverrideCursor?4(QCursor) +PyQt5.QtGui.QGuiApplication.changeOverrideCursor?4(QCursor) +PyQt5.QtGui.QGuiApplication.restoreOverrideCursor?4() +PyQt5.QtGui.QGuiApplication.font?4() -> QFont +PyQt5.QtGui.QGuiApplication.setFont?4(QFont) +PyQt5.QtGui.QGuiApplication.clipboard?4() -> QClipboard +PyQt5.QtGui.QGuiApplication.palette?4() -> QPalette +PyQt5.QtGui.QGuiApplication.setPalette?4(QPalette) +PyQt5.QtGui.QGuiApplication.keyboardModifiers?4() -> Qt.KeyboardModifiers +PyQt5.QtGui.QGuiApplication.queryKeyboardModifiers?4() -> Qt.KeyboardModifiers +PyQt5.QtGui.QGuiApplication.mouseButtons?4() -> Qt.MouseButtons +PyQt5.QtGui.QGuiApplication.setLayoutDirection?4(Qt.LayoutDirection) +PyQt5.QtGui.QGuiApplication.layoutDirection?4() -> Qt.LayoutDirection +PyQt5.QtGui.QGuiApplication.isRightToLeft?4() -> bool +PyQt5.QtGui.QGuiApplication.isLeftToRight?4() -> bool +PyQt5.QtGui.QGuiApplication.setDesktopSettingsAware?4(bool) +PyQt5.QtGui.QGuiApplication.desktopSettingsAware?4() -> bool +PyQt5.QtGui.QGuiApplication.setQuitOnLastWindowClosed?4(bool) +PyQt5.QtGui.QGuiApplication.quitOnLastWindowClosed?4() -> bool +PyQt5.QtGui.QGuiApplication.exec_?4() -> int +PyQt5.QtGui.QGuiApplication.exec?4() -> int +PyQt5.QtGui.QGuiApplication.notify?4(QObject, QEvent) -> bool +PyQt5.QtGui.QGuiApplication.fontDatabaseChanged?4() +PyQt5.QtGui.QGuiApplication.screenAdded?4(QScreen) +PyQt5.QtGui.QGuiApplication.lastWindowClosed?4() +PyQt5.QtGui.QGuiApplication.focusObjectChanged?4(QObject) +PyQt5.QtGui.QGuiApplication.commitDataRequest?4(QSessionManager) +PyQt5.QtGui.QGuiApplication.saveStateRequest?4(QSessionManager) +PyQt5.QtGui.QGuiApplication.focusWindowChanged?4(QWindow) +PyQt5.QtGui.QGuiApplication.applicationStateChanged?4(Qt.ApplicationState) +PyQt5.QtGui.QGuiApplication.setApplicationDisplayName?4(str) +PyQt5.QtGui.QGuiApplication.applicationDisplayName?4() -> str +PyQt5.QtGui.QGuiApplication.modalWindow?4() -> QWindow +PyQt5.QtGui.QGuiApplication.devicePixelRatio?4() -> float +PyQt5.QtGui.QGuiApplication.isSessionRestored?4() -> bool +PyQt5.QtGui.QGuiApplication.sessionId?4() -> str +PyQt5.QtGui.QGuiApplication.sessionKey?4() -> str +PyQt5.QtGui.QGuiApplication.isSavingSession?4() -> bool +PyQt5.QtGui.QGuiApplication.applicationState?4() -> Qt.ApplicationState +PyQt5.QtGui.QGuiApplication.sync?4() +PyQt5.QtGui.QGuiApplication.setWindowIcon?4(QIcon) +PyQt5.QtGui.QGuiApplication.windowIcon?4() -> QIcon +PyQt5.QtGui.QGuiApplication.event?4(QEvent) -> bool +PyQt5.QtGui.QIcon.State?10 +PyQt5.QtGui.QIcon.On?10 +PyQt5.QtGui.QIcon.Off?10 +PyQt5.QtGui.QIcon.Mode?10 +PyQt5.QtGui.QIcon.Normal?10 +PyQt5.QtGui.QIcon.Disabled?10 +PyQt5.QtGui.QIcon.Active?10 +PyQt5.QtGui.QIcon.Selected?10 +PyQt5.QtGui.QIcon?1() +PyQt5.QtGui.QIcon.__init__?1(self) +PyQt5.QtGui.QIcon?1(QPixmap) +PyQt5.QtGui.QIcon.__init__?1(self, QPixmap) +PyQt5.QtGui.QIcon?1(QIcon) +PyQt5.QtGui.QIcon.__init__?1(self, QIcon) +PyQt5.QtGui.QIcon?1(str) +PyQt5.QtGui.QIcon.__init__?1(self, str) +PyQt5.QtGui.QIcon?1(QIconEngine) +PyQt5.QtGui.QIcon.__init__?1(self, QIconEngine) +PyQt5.QtGui.QIcon?1(QVariant) +PyQt5.QtGui.QIcon.__init__?1(self, QVariant) +PyQt5.QtGui.QIcon.pixmap?4(QSize, QIcon.Mode mode=QIcon.Normal, QIcon.State state=QIcon.Off) -> QPixmap +PyQt5.QtGui.QIcon.pixmap?4(int, int, QIcon.Mode mode=QIcon.Normal, QIcon.State state=QIcon.Off) -> QPixmap +PyQt5.QtGui.QIcon.pixmap?4(int, QIcon.Mode mode=QIcon.Normal, QIcon.State state=QIcon.Off) -> QPixmap +PyQt5.QtGui.QIcon.pixmap?4(QWindow, QSize, QIcon.Mode mode=QIcon.Normal, QIcon.State state=QIcon.Off) -> QPixmap +PyQt5.QtGui.QIcon.actualSize?4(QSize, QIcon.Mode mode=QIcon.Normal, QIcon.State state=QIcon.Off) -> QSize +PyQt5.QtGui.QIcon.actualSize?4(QWindow, QSize, QIcon.Mode mode=QIcon.Normal, QIcon.State state=QIcon.Off) -> QSize +PyQt5.QtGui.QIcon.availableSizes?4(QIcon.Mode mode=QIcon.Normal, QIcon.State state=QIcon.Off) -> list-of-QSize +PyQt5.QtGui.QIcon.paint?4(QPainter, QRect, Qt.Alignment alignment=Qt.AlignCenter, QIcon.Mode mode=QIcon.Normal, QIcon.State state=QIcon.Off) +PyQt5.QtGui.QIcon.paint?4(QPainter, int, int, int, int, Qt.Alignment alignment=Qt.AlignCenter, QIcon.Mode mode=QIcon.Normal, QIcon.State state=QIcon.Off) +PyQt5.QtGui.QIcon.isNull?4() -> bool +PyQt5.QtGui.QIcon.isDetached?4() -> bool +PyQt5.QtGui.QIcon.addPixmap?4(QPixmap, QIcon.Mode mode=QIcon.Normal, QIcon.State state=QIcon.Off) +PyQt5.QtGui.QIcon.addFile?4(str, QSize size=QSize(), QIcon.Mode mode=QIcon.Normal, QIcon.State state=QIcon.Off) +PyQt5.QtGui.QIcon.cacheKey?4() -> int +PyQt5.QtGui.QIcon.fromTheme?4(str, QIcon fallback=QIcon()) -> QIcon +PyQt5.QtGui.QIcon.hasThemeIcon?4(str) -> bool +PyQt5.QtGui.QIcon.themeSearchPaths?4() -> list-of-str +PyQt5.QtGui.QIcon.setThemeSearchPaths?4(list-of-str) +PyQt5.QtGui.QIcon.themeName?4() -> str +PyQt5.QtGui.QIcon.setThemeName?4(str) +PyQt5.QtGui.QIcon.name?4() -> str +PyQt5.QtGui.QIcon.swap?4(QIcon) +PyQt5.QtGui.QIconEngine.IconEngineHook?10 +PyQt5.QtGui.QIconEngine.AvailableSizesHook?10 +PyQt5.QtGui.QIconEngine.IconNameHook?10 +PyQt5.QtGui.QIconEngine?1() +PyQt5.QtGui.QIconEngine.__init__?1(self) +PyQt5.QtGui.QIconEngine?1(QIconEngine) +PyQt5.QtGui.QIconEngine.__init__?1(self, QIconEngine) +PyQt5.QtGui.QIconEngine.paint?4(QPainter, QRect, QIcon.Mode, QIcon.State) +PyQt5.QtGui.QIconEngine.actualSize?4(QSize, QIcon.Mode, QIcon.State) -> QSize +PyQt5.QtGui.QIconEngine.pixmap?4(QSize, QIcon.Mode, QIcon.State) -> QPixmap +PyQt5.QtGui.QIconEngine.addPixmap?4(QPixmap, QIcon.Mode, QIcon.State) +PyQt5.QtGui.QIconEngine.addFile?4(str, QSize, QIcon.Mode, QIcon.State) +PyQt5.QtGui.QIconEngine.key?4() -> str +PyQt5.QtGui.QIconEngine.clone?4() -> QIconEngine +PyQt5.QtGui.QIconEngine.read?4(QDataStream) -> bool +PyQt5.QtGui.QIconEngine.write?4(QDataStream) -> bool +PyQt5.QtGui.QIconEngine.availableSizes?4(QIcon.Mode mode=QIcon.Normal, QIcon.State state=QIcon.Off) -> list-of-QSize +PyQt5.QtGui.QIconEngine.iconName?4() -> str +PyQt5.QtGui.QIconEngine.AvailableSizesArgument.mode?7 +PyQt5.QtGui.QIconEngine.AvailableSizesArgument.sizes?7 +PyQt5.QtGui.QIconEngine.AvailableSizesArgument.state?7 +PyQt5.QtGui.QIconEngine.AvailableSizesArgument?1() +PyQt5.QtGui.QIconEngine.AvailableSizesArgument.__init__?1(self) +PyQt5.QtGui.QIconEngine.AvailableSizesArgument?1(QIconEngine.AvailableSizesArgument) +PyQt5.QtGui.QIconEngine.AvailableSizesArgument.__init__?1(self, QIconEngine.AvailableSizesArgument) +PyQt5.QtGui.QImage.Format?10 +PyQt5.QtGui.QImage.Format_Invalid?10 +PyQt5.QtGui.QImage.Format_Mono?10 +PyQt5.QtGui.QImage.Format_MonoLSB?10 +PyQt5.QtGui.QImage.Format_Indexed8?10 +PyQt5.QtGui.QImage.Format_RGB32?10 +PyQt5.QtGui.QImage.Format_ARGB32?10 +PyQt5.QtGui.QImage.Format_ARGB32_Premultiplied?10 +PyQt5.QtGui.QImage.Format_RGB16?10 +PyQt5.QtGui.QImage.Format_ARGB8565_Premultiplied?10 +PyQt5.QtGui.QImage.Format_RGB666?10 +PyQt5.QtGui.QImage.Format_ARGB6666_Premultiplied?10 +PyQt5.QtGui.QImage.Format_RGB555?10 +PyQt5.QtGui.QImage.Format_ARGB8555_Premultiplied?10 +PyQt5.QtGui.QImage.Format_RGB888?10 +PyQt5.QtGui.QImage.Format_RGB444?10 +PyQt5.QtGui.QImage.Format_ARGB4444_Premultiplied?10 +PyQt5.QtGui.QImage.Format_RGBX8888?10 +PyQt5.QtGui.QImage.Format_RGBA8888?10 +PyQt5.QtGui.QImage.Format_RGBA8888_Premultiplied?10 +PyQt5.QtGui.QImage.InvertMode?10 +PyQt5.QtGui.QImage.InvertRgb?10 +PyQt5.QtGui.QImage.InvertRgba?10 +PyQt5.QtGui.QImage?1() +PyQt5.QtGui.QImage.__init__?1(self) +PyQt5.QtGui.QImage?1(QSize, QImage.Format) +PyQt5.QtGui.QImage.__init__?1(self, QSize, QImage.Format) +PyQt5.QtGui.QImage?1(int, int, QImage.Format) +PyQt5.QtGui.QImage.__init__?1(self, int, int, QImage.Format) +PyQt5.QtGui.QImage?1(str, int, int, QImage.Format) +PyQt5.QtGui.QImage.__init__?1(self, str, int, int, QImage.Format) +PyQt5.QtGui.QImage?1(sip.voidptr, int, int, QImage.Format) +PyQt5.QtGui.QImage.__init__?1(self, sip.voidptr, int, int, QImage.Format) +PyQt5.QtGui.QImage?1(str, int, int, int, QImage.Format) +PyQt5.QtGui.QImage.__init__?1(self, str, int, int, int, QImage.Format) +PyQt5.QtGui.QImage?1(sip.voidptr, int, int, int, QImage.Format) +PyQt5.QtGui.QImage.__init__?1(self, sip.voidptr, int, int, int, QImage.Format) +PyQt5.QtGui.QImage?1(list-of-str) +PyQt5.QtGui.QImage.__init__?1(self, list-of-str) +PyQt5.QtGui.QImage?1(str, str format=None) +PyQt5.QtGui.QImage.__init__?1(self, str, str format=None) +PyQt5.QtGui.QImage?1(QImage) +PyQt5.QtGui.QImage.__init__?1(self, QImage) +PyQt5.QtGui.QImage?1(QVariant) +PyQt5.QtGui.QImage.__init__?1(self, QVariant) +PyQt5.QtGui.QImage.isNull?4() -> bool +PyQt5.QtGui.QImage.devType?4() -> int +PyQt5.QtGui.QImage.detach?4() +PyQt5.QtGui.QImage.isDetached?4() -> bool +PyQt5.QtGui.QImage.copy?4(QRect rect=QRect()) -> QImage +PyQt5.QtGui.QImage.copy?4(int, int, int, int) -> QImage +PyQt5.QtGui.QImage.format?4() -> QImage.Format +PyQt5.QtGui.QImage.convertToFormat?4(QImage.Format, Qt.ImageConversionFlags flags=Qt.AutoColor) -> QImage +PyQt5.QtGui.QImage.convertToFormat?4(QImage.Format, list-of-int, Qt.ImageConversionFlags flags=Qt.AutoColor) -> QImage +PyQt5.QtGui.QImage.width?4() -> int +PyQt5.QtGui.QImage.height?4() -> int +PyQt5.QtGui.QImage.size?4() -> QSize +PyQt5.QtGui.QImage.rect?4() -> QRect +PyQt5.QtGui.QImage.depth?4() -> int +PyQt5.QtGui.QImage.color?4(int) -> int +PyQt5.QtGui.QImage.setColor?4(int, int) +PyQt5.QtGui.QImage.allGray?4() -> bool +PyQt5.QtGui.QImage.isGrayscale?4() -> bool +PyQt5.QtGui.QImage.bits?4() -> sip.voidptr +PyQt5.QtGui.QImage.constBits?4() -> sip.voidptr +PyQt5.QtGui.QImage.scanLine?4(int) -> sip.voidptr +PyQt5.QtGui.QImage.constScanLine?4(int) -> sip.voidptr +PyQt5.QtGui.QImage.bytesPerLine?4() -> int +PyQt5.QtGui.QImage.valid?4(QPoint) -> bool +PyQt5.QtGui.QImage.valid?4(int, int) -> bool +PyQt5.QtGui.QImage.pixelIndex?4(QPoint) -> int +PyQt5.QtGui.QImage.pixelIndex?4(int, int) -> int +PyQt5.QtGui.QImage.pixel?4(QPoint) -> int +PyQt5.QtGui.QImage.pixel?4(int, int) -> int +PyQt5.QtGui.QImage.setPixel?4(QPoint, int) +PyQt5.QtGui.QImage.setPixel?4(int, int, int) +PyQt5.QtGui.QImage.colorTable?4() -> list-of-int +PyQt5.QtGui.QImage.setColorTable?4(list-of-int) +PyQt5.QtGui.QImage.fill?4(Qt.GlobalColor) +PyQt5.QtGui.QImage.fill?4(QColor) +PyQt5.QtGui.QImage.fill?4(int) +PyQt5.QtGui.QImage.hasAlphaChannel?4() -> bool +PyQt5.QtGui.QImage.createAlphaMask?4(Qt.ImageConversionFlags flags=Qt.AutoColor) -> QImage +PyQt5.QtGui.QImage.createHeuristicMask?4(bool clipTight=True) -> QImage +PyQt5.QtGui.QImage.scaled?4(int, int, Qt.AspectRatioMode aspectRatioMode=Qt.IgnoreAspectRatio, Qt.TransformationMode transformMode=Qt.FastTransformation) -> QImage +PyQt5.QtGui.QImage.scaled?4(QSize, Qt.AspectRatioMode aspectRatioMode=Qt.IgnoreAspectRatio, Qt.TransformationMode transformMode=Qt.FastTransformation) -> QImage +PyQt5.QtGui.QImage.scaledToWidth?4(int, Qt.TransformationMode mode=Qt.FastTransformation) -> QImage +PyQt5.QtGui.QImage.scaledToHeight?4(int, Qt.TransformationMode mode=Qt.FastTransformation) -> QImage +PyQt5.QtGui.QImage.mirrored?4(bool horizontal=False, bool vertical=True) -> QImage +PyQt5.QtGui.QImage.rgbSwapped?4() -> QImage +PyQt5.QtGui.QImage.invertPixels?4(QImage.InvertMode mode=QImage.InvertRgb) +PyQt5.QtGui.QImage.load?4(QIODevice, str) -> bool +PyQt5.QtGui.QImage.load?4(str, str format=None) -> bool +PyQt5.QtGui.QImage.loadFromData?4(str, str format=None) -> bool +PyQt5.QtGui.QImage.loadFromData?4(QByteArray, str format=None) -> bool +PyQt5.QtGui.QImage.save?4(str, str format=None, int quality=-1) -> bool +PyQt5.QtGui.QImage.save?4(QIODevice, str format=None, int quality=-1) -> bool +PyQt5.QtGui.QImage.fromData?4(str, str format=None) -> QImage +PyQt5.QtGui.QImage.fromData?4(QByteArray, str format=None) -> QImage +PyQt5.QtGui.QImage.paintEngine?4() -> QPaintEngine +PyQt5.QtGui.QImage.dotsPerMeterX?4() -> int +PyQt5.QtGui.QImage.dotsPerMeterY?4() -> int +PyQt5.QtGui.QImage.setDotsPerMeterX?4(int) +PyQt5.QtGui.QImage.setDotsPerMeterY?4(int) +PyQt5.QtGui.QImage.offset?4() -> QPoint +PyQt5.QtGui.QImage.setOffset?4(QPoint) +PyQt5.QtGui.QImage.textKeys?4() -> list-of-str +PyQt5.QtGui.QImage.text?4(str key='') -> str +PyQt5.QtGui.QImage.setText?4(str, str) +PyQt5.QtGui.QImage.metric?4(QPaintDevice.PaintDeviceMetric) -> int +PyQt5.QtGui.QImage.createMaskFromColor?4(int, Qt.MaskMode mode=Qt.MaskInColor) -> QImage +PyQt5.QtGui.QImage.transformed?4(QTransform, Qt.TransformationMode mode=Qt.FastTransformation) -> QImage +PyQt5.QtGui.QImage.trueMatrix?4(QTransform, int, int) -> QTransform +PyQt5.QtGui.QImage.cacheKey?4() -> int +PyQt5.QtGui.QImage.colorCount?4() -> int +PyQt5.QtGui.QImage.setColorCount?4(int) +PyQt5.QtGui.QImage.byteCount?4() -> int +PyQt5.QtGui.QImage.bitPlaneCount?4() -> int +PyQt5.QtGui.QImage.swap?4(QImage) +PyQt5.QtGui.QImage.devicePixelRatio?4() -> float +PyQt5.QtGui.QImage.setDevicePixelRatio?4(float) +PyQt5.QtGui.QImageIOHandler.ImageOption?10 +PyQt5.QtGui.QImageIOHandler.Size?10 +PyQt5.QtGui.QImageIOHandler.ClipRect?10 +PyQt5.QtGui.QImageIOHandler.Description?10 +PyQt5.QtGui.QImageIOHandler.ScaledClipRect?10 +PyQt5.QtGui.QImageIOHandler.ScaledSize?10 +PyQt5.QtGui.QImageIOHandler.CompressionRatio?10 +PyQt5.QtGui.QImageIOHandler.Gamma?10 +PyQt5.QtGui.QImageIOHandler.Quality?10 +PyQt5.QtGui.QImageIOHandler.Name?10 +PyQt5.QtGui.QImageIOHandler.SubType?10 +PyQt5.QtGui.QImageIOHandler.IncrementalReading?10 +PyQt5.QtGui.QImageIOHandler.Endianness?10 +PyQt5.QtGui.QImageIOHandler.Animation?10 +PyQt5.QtGui.QImageIOHandler.BackgroundColor?10 +PyQt5.QtGui.QImageIOHandler?1() +PyQt5.QtGui.QImageIOHandler.__init__?1(self) +PyQt5.QtGui.QImageIOHandler.setDevice?4(QIODevice) +PyQt5.QtGui.QImageIOHandler.device?4() -> QIODevice +PyQt5.QtGui.QImageIOHandler.setFormat?4(QByteArray) +PyQt5.QtGui.QImageIOHandler.format?4() -> QByteArray +PyQt5.QtGui.QImageIOHandler.canRead?4() -> bool +PyQt5.QtGui.QImageIOHandler.read?4(QImage) -> bool +PyQt5.QtGui.QImageIOHandler.write?4(QImage) -> bool +PyQt5.QtGui.QImageIOHandler.option?4(QImageIOHandler.ImageOption) -> QVariant +PyQt5.QtGui.QImageIOHandler.setOption?4(QImageIOHandler.ImageOption, QVariant) +PyQt5.QtGui.QImageIOHandler.supportsOption?4(QImageIOHandler.ImageOption) -> bool +PyQt5.QtGui.QImageIOHandler.jumpToNextImage?4() -> bool +PyQt5.QtGui.QImageIOHandler.jumpToImage?4(int) -> bool +PyQt5.QtGui.QImageIOHandler.loopCount?4() -> int +PyQt5.QtGui.QImageIOHandler.imageCount?4() -> int +PyQt5.QtGui.QImageIOHandler.nextImageDelay?4() -> int +PyQt5.QtGui.QImageIOHandler.currentImageNumber?4() -> int +PyQt5.QtGui.QImageIOHandler.currentImageRect?4() -> QRect +PyQt5.QtGui.QImageReader.ImageReaderError?10 +PyQt5.QtGui.QImageReader.UnknownError?10 +PyQt5.QtGui.QImageReader.FileNotFoundError?10 +PyQt5.QtGui.QImageReader.DeviceError?10 +PyQt5.QtGui.QImageReader.UnsupportedFormatError?10 +PyQt5.QtGui.QImageReader.InvalidDataError?10 +PyQt5.QtGui.QImageReader?1() +PyQt5.QtGui.QImageReader.__init__?1(self) +PyQt5.QtGui.QImageReader?1(QIODevice, QByteArray format=QByteArray()) +PyQt5.QtGui.QImageReader.__init__?1(self, QIODevice, QByteArray format=QByteArray()) +PyQt5.QtGui.QImageReader?1(str, QByteArray format=QByteArray()) +PyQt5.QtGui.QImageReader.__init__?1(self, str, QByteArray format=QByteArray()) +PyQt5.QtGui.QImageReader.setFormat?4(QByteArray) +PyQt5.QtGui.QImageReader.format?4() -> QByteArray +PyQt5.QtGui.QImageReader.setDevice?4(QIODevice) +PyQt5.QtGui.QImageReader.device?4() -> QIODevice +PyQt5.QtGui.QImageReader.setFileName?4(str) +PyQt5.QtGui.QImageReader.fileName?4() -> str +PyQt5.QtGui.QImageReader.size?4() -> QSize +PyQt5.QtGui.QImageReader.setClipRect?4(QRect) +PyQt5.QtGui.QImageReader.clipRect?4() -> QRect +PyQt5.QtGui.QImageReader.setScaledSize?4(QSize) +PyQt5.QtGui.QImageReader.scaledSize?4() -> QSize +PyQt5.QtGui.QImageReader.setScaledClipRect?4(QRect) +PyQt5.QtGui.QImageReader.scaledClipRect?4() -> QRect +PyQt5.QtGui.QImageReader.canRead?4() -> bool +PyQt5.QtGui.QImageReader.read?4() -> QImage +PyQt5.QtGui.QImageReader.read?4(QImage) -> bool +PyQt5.QtGui.QImageReader.jumpToNextImage?4() -> bool +PyQt5.QtGui.QImageReader.jumpToImage?4(int) -> bool +PyQt5.QtGui.QImageReader.loopCount?4() -> int +PyQt5.QtGui.QImageReader.imageCount?4() -> int +PyQt5.QtGui.QImageReader.nextImageDelay?4() -> int +PyQt5.QtGui.QImageReader.currentImageNumber?4() -> int +PyQt5.QtGui.QImageReader.currentImageRect?4() -> QRect +PyQt5.QtGui.QImageReader.error?4() -> QImageReader.ImageReaderError +PyQt5.QtGui.QImageReader.errorString?4() -> str +PyQt5.QtGui.QImageReader.imageFormat?4(str) -> QByteArray +PyQt5.QtGui.QImageReader.imageFormat?4(QIODevice) -> QByteArray +PyQt5.QtGui.QImageReader.supportedImageFormats?4() -> list-of-QByteArray +PyQt5.QtGui.QImageReader.textKeys?4() -> list-of-str +PyQt5.QtGui.QImageReader.text?4(str) -> str +PyQt5.QtGui.QImageReader.setBackgroundColor?4(QColor) +PyQt5.QtGui.QImageReader.backgroundColor?4() -> QColor +PyQt5.QtGui.QImageReader.supportsAnimation?4() -> bool +PyQt5.QtGui.QImageReader.setQuality?4(int) +PyQt5.QtGui.QImageReader.quality?4() -> int +PyQt5.QtGui.QImageReader.supportsOption?4(QImageIOHandler.ImageOption) -> bool +PyQt5.QtGui.QImageReader.setAutoDetectImageFormat?4(bool) +PyQt5.QtGui.QImageReader.autoDetectImageFormat?4() -> bool +PyQt5.QtGui.QImageReader.imageFormat?4() -> QImage.Format +PyQt5.QtGui.QImageReader.setDecideFormatFromContent?4(bool) +PyQt5.QtGui.QImageReader.decideFormatFromContent?4() -> bool +PyQt5.QtGui.QImageReader.supportedMimeTypes?4() -> list-of-QByteArray +PyQt5.QtGui.QImageWriter.ImageWriterError?10 +PyQt5.QtGui.QImageWriter.UnknownError?10 +PyQt5.QtGui.QImageWriter.DeviceError?10 +PyQt5.QtGui.QImageWriter.UnsupportedFormatError?10 +PyQt5.QtGui.QImageWriter?1() +PyQt5.QtGui.QImageWriter.__init__?1(self) +PyQt5.QtGui.QImageWriter?1(QIODevice, QByteArray) +PyQt5.QtGui.QImageWriter.__init__?1(self, QIODevice, QByteArray) +PyQt5.QtGui.QImageWriter?1(str, QByteArray format=QByteArray()) +PyQt5.QtGui.QImageWriter.__init__?1(self, str, QByteArray format=QByteArray()) +PyQt5.QtGui.QImageWriter.setFormat?4(QByteArray) +PyQt5.QtGui.QImageWriter.format?4() -> QByteArray +PyQt5.QtGui.QImageWriter.setDevice?4(QIODevice) +PyQt5.QtGui.QImageWriter.device?4() -> QIODevice +PyQt5.QtGui.QImageWriter.setFileName?4(str) +PyQt5.QtGui.QImageWriter.fileName?4() -> str +PyQt5.QtGui.QImageWriter.setQuality?4(int) +PyQt5.QtGui.QImageWriter.quality?4() -> int +PyQt5.QtGui.QImageWriter.setGamma?4(float) +PyQt5.QtGui.QImageWriter.gamma?4() -> float +PyQt5.QtGui.QImageWriter.canWrite?4() -> bool +PyQt5.QtGui.QImageWriter.write?4(QImage) -> bool +PyQt5.QtGui.QImageWriter.error?4() -> QImageWriter.ImageWriterError +PyQt5.QtGui.QImageWriter.errorString?4() -> str +PyQt5.QtGui.QImageWriter.supportedImageFormats?4() -> list-of-QByteArray +PyQt5.QtGui.QImageWriter.setText?4(str, str) +PyQt5.QtGui.QImageWriter.supportsOption?4(QImageIOHandler.ImageOption) -> bool +PyQt5.QtGui.QImageWriter.setCompression?4(int) +PyQt5.QtGui.QImageWriter.compression?4() -> int +PyQt5.QtGui.QImageWriter.supportedMimeTypes?4() -> list-of-QByteArray +PyQt5.QtGui.QInputMethod.Action?10 +PyQt5.QtGui.QInputMethod.Click?10 +PyQt5.QtGui.QInputMethod.ContextMenu?10 +PyQt5.QtGui.QInputMethod.inputItemTransform?4() -> QTransform +PyQt5.QtGui.QInputMethod.setInputItemTransform?4(QTransform) +PyQt5.QtGui.QInputMethod.cursorRectangle?4() -> QRectF +PyQt5.QtGui.QInputMethod.keyboardRectangle?4() -> QRectF +PyQt5.QtGui.QInputMethod.isVisible?4() -> bool +PyQt5.QtGui.QInputMethod.setVisible?4(bool) +PyQt5.QtGui.QInputMethod.isAnimating?4() -> bool +PyQt5.QtGui.QInputMethod.locale?4() -> QLocale +PyQt5.QtGui.QInputMethod.inputDirection?4() -> Qt.LayoutDirection +PyQt5.QtGui.QInputMethod.inputItemRectangle?4() -> QRectF +PyQt5.QtGui.QInputMethod.setInputItemRectangle?4(QRectF) +PyQt5.QtGui.QInputMethod.queryFocusObject?4(Qt.InputMethodQuery, QVariant) -> QVariant +PyQt5.QtGui.QInputMethod.show?4() +PyQt5.QtGui.QInputMethod.hide?4() +PyQt5.QtGui.QInputMethod.update?4(Qt.InputMethodQueries) +PyQt5.QtGui.QInputMethod.reset?4() +PyQt5.QtGui.QInputMethod.commit?4() +PyQt5.QtGui.QInputMethod.invokeAction?4(QInputMethod.Action, int) +PyQt5.QtGui.QInputMethod.cursorRectangleChanged?4() +PyQt5.QtGui.QInputMethod.keyboardRectangleChanged?4() +PyQt5.QtGui.QInputMethod.visibleChanged?4() +PyQt5.QtGui.QInputMethod.animatingChanged?4() +PyQt5.QtGui.QInputMethod.localeChanged?4() +PyQt5.QtGui.QInputMethod.inputDirectionChanged?4(Qt.LayoutDirection) +PyQt5.QtGui.QKeySequence.StandardKey?10 +PyQt5.QtGui.QKeySequence.UnknownKey?10 +PyQt5.QtGui.QKeySequence.HelpContents?10 +PyQt5.QtGui.QKeySequence.WhatsThis?10 +PyQt5.QtGui.QKeySequence.Open?10 +PyQt5.QtGui.QKeySequence.Close?10 +PyQt5.QtGui.QKeySequence.Save?10 +PyQt5.QtGui.QKeySequence.New?10 +PyQt5.QtGui.QKeySequence.Delete?10 +PyQt5.QtGui.QKeySequence.Cut?10 +PyQt5.QtGui.QKeySequence.Copy?10 +PyQt5.QtGui.QKeySequence.Paste?10 +PyQt5.QtGui.QKeySequence.Undo?10 +PyQt5.QtGui.QKeySequence.Redo?10 +PyQt5.QtGui.QKeySequence.Back?10 +PyQt5.QtGui.QKeySequence.Forward?10 +PyQt5.QtGui.QKeySequence.Refresh?10 +PyQt5.QtGui.QKeySequence.ZoomIn?10 +PyQt5.QtGui.QKeySequence.ZoomOut?10 +PyQt5.QtGui.QKeySequence.Print?10 +PyQt5.QtGui.QKeySequence.AddTab?10 +PyQt5.QtGui.QKeySequence.NextChild?10 +PyQt5.QtGui.QKeySequence.PreviousChild?10 +PyQt5.QtGui.QKeySequence.Find?10 +PyQt5.QtGui.QKeySequence.FindNext?10 +PyQt5.QtGui.QKeySequence.FindPrevious?10 +PyQt5.QtGui.QKeySequence.Replace?10 +PyQt5.QtGui.QKeySequence.SelectAll?10 +PyQt5.QtGui.QKeySequence.Bold?10 +PyQt5.QtGui.QKeySequence.Italic?10 +PyQt5.QtGui.QKeySequence.Underline?10 +PyQt5.QtGui.QKeySequence.MoveToNextChar?10 +PyQt5.QtGui.QKeySequence.MoveToPreviousChar?10 +PyQt5.QtGui.QKeySequence.MoveToNextWord?10 +PyQt5.QtGui.QKeySequence.MoveToPreviousWord?10 +PyQt5.QtGui.QKeySequence.MoveToNextLine?10 +PyQt5.QtGui.QKeySequence.MoveToPreviousLine?10 +PyQt5.QtGui.QKeySequence.MoveToNextPage?10 +PyQt5.QtGui.QKeySequence.MoveToPreviousPage?10 +PyQt5.QtGui.QKeySequence.MoveToStartOfLine?10 +PyQt5.QtGui.QKeySequence.MoveToEndOfLine?10 +PyQt5.QtGui.QKeySequence.MoveToStartOfBlock?10 +PyQt5.QtGui.QKeySequence.MoveToEndOfBlock?10 +PyQt5.QtGui.QKeySequence.MoveToStartOfDocument?10 +PyQt5.QtGui.QKeySequence.MoveToEndOfDocument?10 +PyQt5.QtGui.QKeySequence.SelectNextChar?10 +PyQt5.QtGui.QKeySequence.SelectPreviousChar?10 +PyQt5.QtGui.QKeySequence.SelectNextWord?10 +PyQt5.QtGui.QKeySequence.SelectPreviousWord?10 +PyQt5.QtGui.QKeySequence.SelectNextLine?10 +PyQt5.QtGui.QKeySequence.SelectPreviousLine?10 +PyQt5.QtGui.QKeySequence.SelectNextPage?10 +PyQt5.QtGui.QKeySequence.SelectPreviousPage?10 +PyQt5.QtGui.QKeySequence.SelectStartOfLine?10 +PyQt5.QtGui.QKeySequence.SelectEndOfLine?10 +PyQt5.QtGui.QKeySequence.SelectStartOfBlock?10 +PyQt5.QtGui.QKeySequence.SelectEndOfBlock?10 +PyQt5.QtGui.QKeySequence.SelectStartOfDocument?10 +PyQt5.QtGui.QKeySequence.SelectEndOfDocument?10 +PyQt5.QtGui.QKeySequence.DeleteStartOfWord?10 +PyQt5.QtGui.QKeySequence.DeleteEndOfWord?10 +PyQt5.QtGui.QKeySequence.DeleteEndOfLine?10 +PyQt5.QtGui.QKeySequence.InsertParagraphSeparator?10 +PyQt5.QtGui.QKeySequence.InsertLineSeparator?10 +PyQt5.QtGui.QKeySequence.SaveAs?10 +PyQt5.QtGui.QKeySequence.Preferences?10 +PyQt5.QtGui.QKeySequence.Quit?10 +PyQt5.QtGui.QKeySequence.FullScreen?10 +PyQt5.QtGui.QKeySequence.Deselect?10 +PyQt5.QtGui.QKeySequence.DeleteCompleteLine?10 +PyQt5.QtGui.QKeySequence.SequenceMatch?10 +PyQt5.QtGui.QKeySequence.NoMatch?10 +PyQt5.QtGui.QKeySequence.PartialMatch?10 +PyQt5.QtGui.QKeySequence.ExactMatch?10 +PyQt5.QtGui.QKeySequence.SequenceFormat?10 +PyQt5.QtGui.QKeySequence.NativeText?10 +PyQt5.QtGui.QKeySequence.PortableText?10 +PyQt5.QtGui.QKeySequence?1() +PyQt5.QtGui.QKeySequence.__init__?1(self) +PyQt5.QtGui.QKeySequence?1(QKeySequence) +PyQt5.QtGui.QKeySequence.__init__?1(self, QKeySequence) +PyQt5.QtGui.QKeySequence?1(str, QKeySequence.SequenceFormat format=QKeySequence.NativeText) +PyQt5.QtGui.QKeySequence.__init__?1(self, str, QKeySequence.SequenceFormat format=QKeySequence.NativeText) +PyQt5.QtGui.QKeySequence?1(int, int key2=0, int key3=0, int key4=0) +PyQt5.QtGui.QKeySequence.__init__?1(self, int, int key2=0, int key3=0, int key4=0) +PyQt5.QtGui.QKeySequence?1(QVariant) +PyQt5.QtGui.QKeySequence.__init__?1(self, QVariant) +PyQt5.QtGui.QKeySequence.count?4() -> int +PyQt5.QtGui.QKeySequence.isEmpty?4() -> bool +PyQt5.QtGui.QKeySequence.matches?4(QKeySequence) -> QKeySequence.SequenceMatch +PyQt5.QtGui.QKeySequence.mnemonic?4(str) -> QKeySequence +PyQt5.QtGui.QKeySequence.isDetached?4() -> bool +PyQt5.QtGui.QKeySequence.swap?4(QKeySequence) +PyQt5.QtGui.QKeySequence.toString?4(QKeySequence.SequenceFormat format=QKeySequence.PortableText) -> str +PyQt5.QtGui.QKeySequence.fromString?4(str, QKeySequence.SequenceFormat format=QKeySequence.PortableText) -> QKeySequence +PyQt5.QtGui.QKeySequence.keyBindings?4(QKeySequence.StandardKey) -> list-of-QKeySequence +PyQt5.QtGui.QKeySequence.listFromString?4(str, QKeySequence.SequenceFormat format=QKeySequence.PortableText) -> list-of-QKeySequence +PyQt5.QtGui.QKeySequence.listToString?4(list-of-QKeySequence, QKeySequence.SequenceFormat format=QKeySequence.PortableText) -> str +PyQt5.QtGui.QMatrix4x4?1() +PyQt5.QtGui.QMatrix4x4.__init__?1(self) +PyQt5.QtGui.QMatrix4x4?1(sequence-of-float) +PyQt5.QtGui.QMatrix4x4.__init__?1(self, sequence-of-float) +PyQt5.QtGui.QMatrix4x4?1(float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) +PyQt5.QtGui.QMatrix4x4.__init__?1(self, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float) +PyQt5.QtGui.QMatrix4x4?1(QTransform) +PyQt5.QtGui.QMatrix4x4.__init__?1(self, QTransform) +PyQt5.QtGui.QMatrix4x4?1(QMatrix4x4) +PyQt5.QtGui.QMatrix4x4.__init__?1(self, QMatrix4x4) +PyQt5.QtGui.QMatrix4x4.determinant?4() -> float +PyQt5.QtGui.QMatrix4x4.inverted?4() -> (QMatrix4x4, bool) +PyQt5.QtGui.QMatrix4x4.transposed?4() -> QMatrix4x4 +PyQt5.QtGui.QMatrix4x4.normalMatrix?4() -> QMatrix3x3 +PyQt5.QtGui.QMatrix4x4.scale?4(QVector3D) +PyQt5.QtGui.QMatrix4x4.scale?4(float, float) +PyQt5.QtGui.QMatrix4x4.scale?4(float, float, float) +PyQt5.QtGui.QMatrix4x4.scale?4(float) +PyQt5.QtGui.QMatrix4x4.translate?4(QVector3D) +PyQt5.QtGui.QMatrix4x4.translate?4(float, float) +PyQt5.QtGui.QMatrix4x4.translate?4(float, float, float) +PyQt5.QtGui.QMatrix4x4.rotate?4(float, QVector3D) +PyQt5.QtGui.QMatrix4x4.rotate?4(float, float, float, float z=0) +PyQt5.QtGui.QMatrix4x4.rotate?4(QQuaternion) +PyQt5.QtGui.QMatrix4x4.ortho?4(QRect) +PyQt5.QtGui.QMatrix4x4.ortho?4(QRectF) +PyQt5.QtGui.QMatrix4x4.ortho?4(float, float, float, float, float, float) +PyQt5.QtGui.QMatrix4x4.frustum?4(float, float, float, float, float, float) +PyQt5.QtGui.QMatrix4x4.perspective?4(float, float, float, float) +PyQt5.QtGui.QMatrix4x4.lookAt?4(QVector3D, QVector3D, QVector3D) +PyQt5.QtGui.QMatrix4x4.copyDataTo?4() -> list-of-float +PyQt5.QtGui.QMatrix4x4.toTransform?4() -> QTransform +PyQt5.QtGui.QMatrix4x4.toTransform?4(float) -> QTransform +PyQt5.QtGui.QMatrix4x4.mapRect?4(QRect) -> QRect +PyQt5.QtGui.QMatrix4x4.mapRect?4(QRectF) -> QRectF +PyQt5.QtGui.QMatrix4x4.data?4() -> list-of-float +PyQt5.QtGui.QMatrix4x4.optimize?4() +PyQt5.QtGui.QMatrix4x4.column?4(int) -> QVector4D +PyQt5.QtGui.QMatrix4x4.setColumn?4(int, QVector4D) +PyQt5.QtGui.QMatrix4x4.row?4(int) -> QVector4D +PyQt5.QtGui.QMatrix4x4.setRow?4(int, QVector4D) +PyQt5.QtGui.QMatrix4x4.isIdentity?4() -> bool +PyQt5.QtGui.QMatrix4x4.setToIdentity?4() +PyQt5.QtGui.QMatrix4x4.fill?4(float) +PyQt5.QtGui.QMatrix4x4.map?4(QPoint) -> QPoint +PyQt5.QtGui.QMatrix4x4.map?4(QPointF) -> QPointF +PyQt5.QtGui.QMatrix4x4.map?4(QVector3D) -> QVector3D +PyQt5.QtGui.QMatrix4x4.mapVector?4(QVector3D) -> QVector3D +PyQt5.QtGui.QMatrix4x4.map?4(QVector4D) -> QVector4D +PyQt5.QtGui.QMovie.CacheMode?10 +PyQt5.QtGui.QMovie.CacheNone?10 +PyQt5.QtGui.QMovie.CacheAll?10 +PyQt5.QtGui.QMovie.MovieState?10 +PyQt5.QtGui.QMovie.NotRunning?10 +PyQt5.QtGui.QMovie.Paused?10 +PyQt5.QtGui.QMovie.Running?10 +PyQt5.QtGui.QMovie?1(QObject parent=None) +PyQt5.QtGui.QMovie.__init__?1(self, QObject parent=None) +PyQt5.QtGui.QMovie?1(QIODevice, QByteArray format=QByteArray(), QObject parent=None) +PyQt5.QtGui.QMovie.__init__?1(self, QIODevice, QByteArray format=QByteArray(), QObject parent=None) +PyQt5.QtGui.QMovie?1(str, QByteArray format=QByteArray(), QObject parent=None) +PyQt5.QtGui.QMovie.__init__?1(self, str, QByteArray format=QByteArray(), QObject parent=None) +PyQt5.QtGui.QMovie.supportedFormats?4() -> list-of-QByteArray +PyQt5.QtGui.QMovie.setDevice?4(QIODevice) +PyQt5.QtGui.QMovie.device?4() -> QIODevice +PyQt5.QtGui.QMovie.setFileName?4(str) +PyQt5.QtGui.QMovie.fileName?4() -> str +PyQt5.QtGui.QMovie.setFormat?4(QByteArray) +PyQt5.QtGui.QMovie.format?4() -> QByteArray +PyQt5.QtGui.QMovie.setBackgroundColor?4(QColor) +PyQt5.QtGui.QMovie.backgroundColor?4() -> QColor +PyQt5.QtGui.QMovie.state?4() -> QMovie.MovieState +PyQt5.QtGui.QMovie.frameRect?4() -> QRect +PyQt5.QtGui.QMovie.currentImage?4() -> QImage +PyQt5.QtGui.QMovie.currentPixmap?4() -> QPixmap +PyQt5.QtGui.QMovie.isValid?4() -> bool +PyQt5.QtGui.QMovie.jumpToFrame?4(int) -> bool +PyQt5.QtGui.QMovie.loopCount?4() -> int +PyQt5.QtGui.QMovie.frameCount?4() -> int +PyQt5.QtGui.QMovie.nextFrameDelay?4() -> int +PyQt5.QtGui.QMovie.currentFrameNumber?4() -> int +PyQt5.QtGui.QMovie.setSpeed?4(int) +PyQt5.QtGui.QMovie.speed?4() -> int +PyQt5.QtGui.QMovie.scaledSize?4() -> QSize +PyQt5.QtGui.QMovie.setScaledSize?4(QSize) +PyQt5.QtGui.QMovie.cacheMode?4() -> QMovie.CacheMode +PyQt5.QtGui.QMovie.setCacheMode?4(QMovie.CacheMode) +PyQt5.QtGui.QMovie.started?4() +PyQt5.QtGui.QMovie.resized?4(QSize) +PyQt5.QtGui.QMovie.updated?4(QRect) +PyQt5.QtGui.QMovie.stateChanged?4(QMovie.MovieState) +PyQt5.QtGui.QMovie.error?4(QImageReader.ImageReaderError) +PyQt5.QtGui.QMovie.finished?4() +PyQt5.QtGui.QMovie.frameChanged?4(int) +PyQt5.QtGui.QMovie.start?4() +PyQt5.QtGui.QMovie.jumpToNextFrame?4() -> bool +PyQt5.QtGui.QMovie.setPaused?4(bool) +PyQt5.QtGui.QMovie.stop?4() +PyQt5.QtGui.QSurface.SurfaceType?10 +PyQt5.QtGui.QSurface.RasterSurface?10 +PyQt5.QtGui.QSurface.OpenGLSurface?10 +PyQt5.QtGui.QSurface.RasterGLSurface?10 +PyQt5.QtGui.QSurface.SurfaceClass?10 +PyQt5.QtGui.QSurface.Window?10 +PyQt5.QtGui.QSurface.Offscreen?10 +PyQt5.QtGui.QSurface?1(QSurface.SurfaceClass) +PyQt5.QtGui.QSurface.__init__?1(self, QSurface.SurfaceClass) +PyQt5.QtGui.QSurface?1(QSurface) +PyQt5.QtGui.QSurface.__init__?1(self, QSurface) +PyQt5.QtGui.QSurface.surfaceClass?4() -> QSurface.SurfaceClass +PyQt5.QtGui.QSurface.format?4() -> QSurfaceFormat +PyQt5.QtGui.QSurface.surfaceType?4() -> QSurface.SurfaceType +PyQt5.QtGui.QSurface.size?4() -> QSize +PyQt5.QtGui.QSurface.supportsOpenGL?4() -> bool +PyQt5.QtGui.QOffscreenSurface?1(QScreen screen=None) +PyQt5.QtGui.QOffscreenSurface.__init__?1(self, QScreen screen=None) +PyQt5.QtGui.QOffscreenSurface.surfaceType?4() -> QSurface.SurfaceType +PyQt5.QtGui.QOffscreenSurface.create?4() +PyQt5.QtGui.QOffscreenSurface.destroy?4() +PyQt5.QtGui.QOffscreenSurface.isValid?4() -> bool +PyQt5.QtGui.QOffscreenSurface.setFormat?4(QSurfaceFormat) +PyQt5.QtGui.QOffscreenSurface.format?4() -> QSurfaceFormat +PyQt5.QtGui.QOffscreenSurface.requestedFormat?4() -> QSurfaceFormat +PyQt5.QtGui.QOffscreenSurface.size?4() -> QSize +PyQt5.QtGui.QOffscreenSurface.screen?4() -> QScreen +PyQt5.QtGui.QOffscreenSurface.setScreen?4(QScreen) +PyQt5.QtGui.QOffscreenSurface.screenChanged?4(QScreen) +PyQt5.QtGui.QOpenGLBuffer.Access?10 +PyQt5.QtGui.QOpenGLBuffer.ReadOnly?10 +PyQt5.QtGui.QOpenGLBuffer.WriteOnly?10 +PyQt5.QtGui.QOpenGLBuffer.ReadWrite?10 +PyQt5.QtGui.QOpenGLBuffer.UsagePattern?10 +PyQt5.QtGui.QOpenGLBuffer.StreamDraw?10 +PyQt5.QtGui.QOpenGLBuffer.StreamRead?10 +PyQt5.QtGui.QOpenGLBuffer.StreamCopy?10 +PyQt5.QtGui.QOpenGLBuffer.StaticDraw?10 +PyQt5.QtGui.QOpenGLBuffer.StaticRead?10 +PyQt5.QtGui.QOpenGLBuffer.StaticCopy?10 +PyQt5.QtGui.QOpenGLBuffer.DynamicDraw?10 +PyQt5.QtGui.QOpenGLBuffer.DynamicRead?10 +PyQt5.QtGui.QOpenGLBuffer.DynamicCopy?10 +PyQt5.QtGui.QOpenGLBuffer.Type?10 +PyQt5.QtGui.QOpenGLBuffer.VertexBuffer?10 +PyQt5.QtGui.QOpenGLBuffer.IndexBuffer?10 +PyQt5.QtGui.QOpenGLBuffer.PixelPackBuffer?10 +PyQt5.QtGui.QOpenGLBuffer.PixelUnpackBuffer?10 +PyQt5.QtGui.QOpenGLBuffer?1() +PyQt5.QtGui.QOpenGLBuffer.__init__?1(self) +PyQt5.QtGui.QOpenGLBuffer?1(QOpenGLBuffer.Type) +PyQt5.QtGui.QOpenGLBuffer.__init__?1(self, QOpenGLBuffer.Type) +PyQt5.QtGui.QOpenGLBuffer?1(QOpenGLBuffer) +PyQt5.QtGui.QOpenGLBuffer.__init__?1(self, QOpenGLBuffer) +PyQt5.QtGui.QOpenGLBuffer.type?4() -> QOpenGLBuffer.Type +PyQt5.QtGui.QOpenGLBuffer.usagePattern?4() -> QOpenGLBuffer.UsagePattern +PyQt5.QtGui.QOpenGLBuffer.setUsagePattern?4(QOpenGLBuffer.UsagePattern) +PyQt5.QtGui.QOpenGLBuffer.create?4() -> bool +PyQt5.QtGui.QOpenGLBuffer.isCreated?4() -> bool +PyQt5.QtGui.QOpenGLBuffer.destroy?4() +PyQt5.QtGui.QOpenGLBuffer.bind?4() -> bool +PyQt5.QtGui.QOpenGLBuffer.release?4() +PyQt5.QtGui.QOpenGLBuffer.release?4(QOpenGLBuffer.Type) +PyQt5.QtGui.QOpenGLBuffer.bufferId?4() -> int +PyQt5.QtGui.QOpenGLBuffer.size?4() -> int +PyQt5.QtGui.QOpenGLBuffer.read?4(int, sip.voidptr, int) -> bool +PyQt5.QtGui.QOpenGLBuffer.write?4(int, sip.voidptr, int) +PyQt5.QtGui.QOpenGLBuffer.allocate?4(sip.voidptr, int) +PyQt5.QtGui.QOpenGLBuffer.allocate?4(int) +PyQt5.QtGui.QOpenGLBuffer.map?4(QOpenGLBuffer.Access) -> sip.voidptr +PyQt5.QtGui.QOpenGLBuffer.unmap?4() -> bool +PyQt5.QtGui.QOpenGLContextGroup.shares?4() -> list-of-QOpenGLContext +PyQt5.QtGui.QOpenGLContextGroup.currentContextGroup?4() -> QOpenGLContextGroup +PyQt5.QtGui.QOpenGLContext.OpenGLModuleType?10 +PyQt5.QtGui.QOpenGLContext.LibGL?10 +PyQt5.QtGui.QOpenGLContext.LibGLES?10 +PyQt5.QtGui.QOpenGLContext?1(QObject parent=None) +PyQt5.QtGui.QOpenGLContext.__init__?1(self, QObject parent=None) +PyQt5.QtGui.QOpenGLContext.setFormat?4(QSurfaceFormat) +PyQt5.QtGui.QOpenGLContext.setShareContext?4(QOpenGLContext) +PyQt5.QtGui.QOpenGLContext.setScreen?4(QScreen) +PyQt5.QtGui.QOpenGLContext.create?4() -> bool +PyQt5.QtGui.QOpenGLContext.isValid?4() -> bool +PyQt5.QtGui.QOpenGLContext.format?4() -> QSurfaceFormat +PyQt5.QtGui.QOpenGLContext.shareContext?4() -> QOpenGLContext +PyQt5.QtGui.QOpenGLContext.shareGroup?4() -> QOpenGLContextGroup +PyQt5.QtGui.QOpenGLContext.screen?4() -> QScreen +PyQt5.QtGui.QOpenGLContext.defaultFramebufferObject?4() -> int +PyQt5.QtGui.QOpenGLContext.makeCurrent?4(QSurface) -> bool +PyQt5.QtGui.QOpenGLContext.doneCurrent?4() +PyQt5.QtGui.QOpenGLContext.swapBuffers?4(QSurface) +PyQt5.QtGui.QOpenGLContext.surface?4() -> QSurface +PyQt5.QtGui.QOpenGLContext.currentContext?4() -> QOpenGLContext +PyQt5.QtGui.QOpenGLContext.areSharing?4(QOpenGLContext, QOpenGLContext) -> bool +PyQt5.QtGui.QOpenGLContext.extensions?4() -> set-of-QByteArray +PyQt5.QtGui.QOpenGLContext.hasExtension?4(QByteArray) -> bool +PyQt5.QtGui.QOpenGLContext.aboutToBeDestroyed?4() +PyQt5.QtGui.QOpenGLContext.versionFunctions?4(QOpenGLVersionProfile versionProfile=None) -> object +PyQt5.QtGui.QOpenGLContext.openGLModuleHandle?4() -> sip.voidptr +PyQt5.QtGui.QOpenGLContext.openGLModuleType?4() -> QOpenGLContext.OpenGLModuleType +PyQt5.QtGui.QOpenGLContext.isOpenGLES?4() -> bool +PyQt5.QtGui.QOpenGLVersionProfile?1() +PyQt5.QtGui.QOpenGLVersionProfile.__init__?1(self) +PyQt5.QtGui.QOpenGLVersionProfile?1(QSurfaceFormat) +PyQt5.QtGui.QOpenGLVersionProfile.__init__?1(self, QSurfaceFormat) +PyQt5.QtGui.QOpenGLVersionProfile?1(QOpenGLVersionProfile) +PyQt5.QtGui.QOpenGLVersionProfile.__init__?1(self, QOpenGLVersionProfile) +PyQt5.QtGui.QOpenGLVersionProfile.version?4() -> tuple-of-int-int +PyQt5.QtGui.QOpenGLVersionProfile.setVersion?4(int, int) +PyQt5.QtGui.QOpenGLVersionProfile.profile?4() -> QSurfaceFormat.OpenGLContextProfile +PyQt5.QtGui.QOpenGLVersionProfile.setProfile?4(QSurfaceFormat.OpenGLContextProfile) +PyQt5.QtGui.QOpenGLVersionProfile.hasProfiles?4() -> bool +PyQt5.QtGui.QOpenGLVersionProfile.isLegacyVersion?4() -> bool +PyQt5.QtGui.QOpenGLVersionProfile.isValid?4() -> bool +PyQt5.QtGui.QOpenGLDebugMessage.Severity?10 +PyQt5.QtGui.QOpenGLDebugMessage.InvalidSeverity?10 +PyQt5.QtGui.QOpenGLDebugMessage.HighSeverity?10 +PyQt5.QtGui.QOpenGLDebugMessage.MediumSeverity?10 +PyQt5.QtGui.QOpenGLDebugMessage.LowSeverity?10 +PyQt5.QtGui.QOpenGLDebugMessage.NotificationSeverity?10 +PyQt5.QtGui.QOpenGLDebugMessage.AnySeverity?10 +PyQt5.QtGui.QOpenGLDebugMessage.Type?10 +PyQt5.QtGui.QOpenGLDebugMessage.InvalidType?10 +PyQt5.QtGui.QOpenGLDebugMessage.ErrorType?10 +PyQt5.QtGui.QOpenGLDebugMessage.DeprecatedBehaviorType?10 +PyQt5.QtGui.QOpenGLDebugMessage.UndefinedBehaviorType?10 +PyQt5.QtGui.QOpenGLDebugMessage.PortabilityType?10 +PyQt5.QtGui.QOpenGLDebugMessage.PerformanceType?10 +PyQt5.QtGui.QOpenGLDebugMessage.OtherType?10 +PyQt5.QtGui.QOpenGLDebugMessage.MarkerType?10 +PyQt5.QtGui.QOpenGLDebugMessage.GroupPushType?10 +PyQt5.QtGui.QOpenGLDebugMessage.GroupPopType?10 +PyQt5.QtGui.QOpenGLDebugMessage.AnyType?10 +PyQt5.QtGui.QOpenGLDebugMessage.Source?10 +PyQt5.QtGui.QOpenGLDebugMessage.InvalidSource?10 +PyQt5.QtGui.QOpenGLDebugMessage.APISource?10 +PyQt5.QtGui.QOpenGLDebugMessage.WindowSystemSource?10 +PyQt5.QtGui.QOpenGLDebugMessage.ShaderCompilerSource?10 +PyQt5.QtGui.QOpenGLDebugMessage.ThirdPartySource?10 +PyQt5.QtGui.QOpenGLDebugMessage.ApplicationSource?10 +PyQt5.QtGui.QOpenGLDebugMessage.OtherSource?10 +PyQt5.QtGui.QOpenGLDebugMessage.AnySource?10 +PyQt5.QtGui.QOpenGLDebugMessage?1() +PyQt5.QtGui.QOpenGLDebugMessage.__init__?1(self) +PyQt5.QtGui.QOpenGLDebugMessage?1(QOpenGLDebugMessage) +PyQt5.QtGui.QOpenGLDebugMessage.__init__?1(self, QOpenGLDebugMessage) +PyQt5.QtGui.QOpenGLDebugMessage.swap?4(QOpenGLDebugMessage) +PyQt5.QtGui.QOpenGLDebugMessage.source?4() -> QOpenGLDebugMessage.Source +PyQt5.QtGui.QOpenGLDebugMessage.type?4() -> QOpenGLDebugMessage.Type +PyQt5.QtGui.QOpenGLDebugMessage.severity?4() -> QOpenGLDebugMessage.Severity +PyQt5.QtGui.QOpenGLDebugMessage.id?4() -> int +PyQt5.QtGui.QOpenGLDebugMessage.message?4() -> str +PyQt5.QtGui.QOpenGLDebugMessage.createApplicationMessage?4(str, int id=0, QOpenGLDebugMessage.Severity severity=QOpenGLDebugMessage.NotificationSeverity, QOpenGLDebugMessage.Type type=QOpenGLDebugMessage.OtherType) -> QOpenGLDebugMessage +PyQt5.QtGui.QOpenGLDebugMessage.createThirdPartyMessage?4(str, int id=0, QOpenGLDebugMessage.Severity severity=QOpenGLDebugMessage.NotificationSeverity, QOpenGLDebugMessage.Type type=QOpenGLDebugMessage.OtherType) -> QOpenGLDebugMessage +PyQt5.QtGui.QOpenGLDebugMessage.Sources?1(QOpenGLDebugMessage.Sources) +PyQt5.QtGui.QOpenGLDebugMessage.Sources.__init__?1(self, QOpenGLDebugMessage.Sources) +PyQt5.QtGui.QOpenGLDebugMessage.Sources?1(int) +PyQt5.QtGui.QOpenGLDebugMessage.Sources.__init__?1(self, int) +PyQt5.QtGui.QOpenGLDebugMessage.Sources?1() +PyQt5.QtGui.QOpenGLDebugMessage.Sources.__init__?1(self) +PyQt5.QtGui.QOpenGLDebugMessage.Types?1(QOpenGLDebugMessage.Types) +PyQt5.QtGui.QOpenGLDebugMessage.Types.__init__?1(self, QOpenGLDebugMessage.Types) +PyQt5.QtGui.QOpenGLDebugMessage.Types?1(int) +PyQt5.QtGui.QOpenGLDebugMessage.Types.__init__?1(self, int) +PyQt5.QtGui.QOpenGLDebugMessage.Types?1() +PyQt5.QtGui.QOpenGLDebugMessage.Types.__init__?1(self) +PyQt5.QtGui.QOpenGLDebugMessage.Severities?1(QOpenGLDebugMessage.Severities) +PyQt5.QtGui.QOpenGLDebugMessage.Severities.__init__?1(self, QOpenGLDebugMessage.Severities) +PyQt5.QtGui.QOpenGLDebugMessage.Severities?1(int) +PyQt5.QtGui.QOpenGLDebugMessage.Severities.__init__?1(self, int) +PyQt5.QtGui.QOpenGLDebugMessage.Severities?1() +PyQt5.QtGui.QOpenGLDebugMessage.Severities.__init__?1(self) +PyQt5.QtGui.QOpenGLDebugLogger.LoggingMode?10 +PyQt5.QtGui.QOpenGLDebugLogger.AsynchronousLogging?10 +PyQt5.QtGui.QOpenGLDebugLogger.SynchronousLogging?10 +PyQt5.QtGui.QOpenGLDebugLogger?1(QObject parent=None) +PyQt5.QtGui.QOpenGLDebugLogger.__init__?1(self, QObject parent=None) +PyQt5.QtGui.QOpenGLDebugLogger.initialize?4() -> bool +PyQt5.QtGui.QOpenGLDebugLogger.isLogging?4() -> bool +PyQt5.QtGui.QOpenGLDebugLogger.loggingMode?4() -> QOpenGLDebugLogger.LoggingMode +PyQt5.QtGui.QOpenGLDebugLogger.maximumMessageLength?4() -> int +PyQt5.QtGui.QOpenGLDebugLogger.pushGroup?4(str, int id=0, QOpenGLDebugMessage.Source source=QOpenGLDebugMessage.ApplicationSource) +PyQt5.QtGui.QOpenGLDebugLogger.popGroup?4() +PyQt5.QtGui.QOpenGLDebugLogger.enableMessages?4(QOpenGLDebugMessage.Sources sources=QOpenGLDebugMessage.AnySource, QOpenGLDebugMessage.Types types=QOpenGLDebugMessage.AnyType, QOpenGLDebugMessage.Severities severities=QOpenGLDebugMessage.AnySeverity) +PyQt5.QtGui.QOpenGLDebugLogger.enableMessages?4(list-of-int, QOpenGLDebugMessage.Sources sources=QOpenGLDebugMessage.AnySource, QOpenGLDebugMessage.Types types=QOpenGLDebugMessage.AnyType) +PyQt5.QtGui.QOpenGLDebugLogger.disableMessages?4(QOpenGLDebugMessage.Sources sources=QOpenGLDebugMessage.AnySource, QOpenGLDebugMessage.Types types=QOpenGLDebugMessage.AnyType, QOpenGLDebugMessage.Severities severities=QOpenGLDebugMessage.AnySeverity) +PyQt5.QtGui.QOpenGLDebugLogger.disableMessages?4(list-of-int, QOpenGLDebugMessage.Sources sources=QOpenGLDebugMessage.AnySource, QOpenGLDebugMessage.Types types=QOpenGLDebugMessage.AnyType) +PyQt5.QtGui.QOpenGLDebugLogger.loggedMessages?4() -> list-of-QOpenGLDebugMessage +PyQt5.QtGui.QOpenGLDebugLogger.logMessage?4(QOpenGLDebugMessage) +PyQt5.QtGui.QOpenGLDebugLogger.startLogging?4(QOpenGLDebugLogger.LoggingMode loggingMode=QOpenGLDebugLogger.AsynchronousLogging) +PyQt5.QtGui.QOpenGLDebugLogger.stopLogging?4() +PyQt5.QtGui.QOpenGLDebugLogger.messageLogged?4(QOpenGLDebugMessage) +PyQt5.QtGui.QOpenGLFramebufferObject.Attachment?10 +PyQt5.QtGui.QOpenGLFramebufferObject.NoAttachment?10 +PyQt5.QtGui.QOpenGLFramebufferObject.CombinedDepthStencil?10 +PyQt5.QtGui.QOpenGLFramebufferObject.Depth?10 +PyQt5.QtGui.QOpenGLFramebufferObject?1(QSize, int target=GL_TEXTURE_2D) +PyQt5.QtGui.QOpenGLFramebufferObject.__init__?1(self, QSize, int target=GL_TEXTURE_2D) +PyQt5.QtGui.QOpenGLFramebufferObject?1(int, int, int target=GL_TEXTURE_2D) +PyQt5.QtGui.QOpenGLFramebufferObject.__init__?1(self, int, int, int target=GL_TEXTURE_2D) +PyQt5.QtGui.QOpenGLFramebufferObject?1(QSize, QOpenGLFramebufferObject.Attachment, int target=GL_TEXTURE_2D, int internal_format=GL_RGBA8) +PyQt5.QtGui.QOpenGLFramebufferObject.__init__?1(self, QSize, QOpenGLFramebufferObject.Attachment, int target=GL_TEXTURE_2D, int internal_format=GL_RGBA8) +PyQt5.QtGui.QOpenGLFramebufferObject?1(int, int, QOpenGLFramebufferObject.Attachment, int target=GL_TEXTURE_2D, int internal_format=GL_RGBA8) +PyQt5.QtGui.QOpenGLFramebufferObject.__init__?1(self, int, int, QOpenGLFramebufferObject.Attachment, int target=GL_TEXTURE_2D, int internal_format=GL_RGBA8) +PyQt5.QtGui.QOpenGLFramebufferObject?1(QSize, QOpenGLFramebufferObjectFormat) +PyQt5.QtGui.QOpenGLFramebufferObject.__init__?1(self, QSize, QOpenGLFramebufferObjectFormat) +PyQt5.QtGui.QOpenGLFramebufferObject?1(int, int, QOpenGLFramebufferObjectFormat) +PyQt5.QtGui.QOpenGLFramebufferObject.__init__?1(self, int, int, QOpenGLFramebufferObjectFormat) +PyQt5.QtGui.QOpenGLFramebufferObject.format?4() -> QOpenGLFramebufferObjectFormat +PyQt5.QtGui.QOpenGLFramebufferObject.isValid?4() -> bool +PyQt5.QtGui.QOpenGLFramebufferObject.isBound?4() -> bool +PyQt5.QtGui.QOpenGLFramebufferObject.bind?4() -> bool +PyQt5.QtGui.QOpenGLFramebufferObject.release?4() -> bool +PyQt5.QtGui.QOpenGLFramebufferObject.width?4() -> int +PyQt5.QtGui.QOpenGLFramebufferObject.height?4() -> int +PyQt5.QtGui.QOpenGLFramebufferObject.texture?4() -> int +PyQt5.QtGui.QOpenGLFramebufferObject.size?4() -> QSize +PyQt5.QtGui.QOpenGLFramebufferObject.toImage?4() -> QImage +PyQt5.QtGui.QOpenGLFramebufferObject.attachment?4() -> QOpenGLFramebufferObject.Attachment +PyQt5.QtGui.QOpenGLFramebufferObject.setAttachment?4(QOpenGLFramebufferObject.Attachment) +PyQt5.QtGui.QOpenGLFramebufferObject.handle?4() -> int +PyQt5.QtGui.QOpenGLFramebufferObject.bindDefault?4() -> bool +PyQt5.QtGui.QOpenGLFramebufferObject.hasOpenGLFramebufferObjects?4() -> bool +PyQt5.QtGui.QOpenGLFramebufferObject.hasOpenGLFramebufferBlit?4() -> bool +PyQt5.QtGui.QOpenGLFramebufferObject.blitFramebuffer?4(QOpenGLFramebufferObject, QRect, QOpenGLFramebufferObject, QRect, int buffers=GL_COLOR_BUFFER_BIT, int filter=GL_NEAREST) +PyQt5.QtGui.QOpenGLFramebufferObject.blitFramebuffer?4(QOpenGLFramebufferObject, QOpenGLFramebufferObject, int buffers=GL_COLOR_BUFFER_BIT, int filter=GL_NEAREST) +PyQt5.QtGui.QOpenGLFramebufferObject.takeTexture?4() -> int +PyQt5.QtGui.QOpenGLFramebufferObjectFormat?1() +PyQt5.QtGui.QOpenGLFramebufferObjectFormat.__init__?1(self) +PyQt5.QtGui.QOpenGLFramebufferObjectFormat?1(QOpenGLFramebufferObjectFormat) +PyQt5.QtGui.QOpenGLFramebufferObjectFormat.__init__?1(self, QOpenGLFramebufferObjectFormat) +PyQt5.QtGui.QOpenGLFramebufferObjectFormat.setSamples?4(int) +PyQt5.QtGui.QOpenGLFramebufferObjectFormat.samples?4() -> int +PyQt5.QtGui.QOpenGLFramebufferObjectFormat.setMipmap?4(bool) +PyQt5.QtGui.QOpenGLFramebufferObjectFormat.mipmap?4() -> bool +PyQt5.QtGui.QOpenGLFramebufferObjectFormat.setAttachment?4(QOpenGLFramebufferObject.Attachment) +PyQt5.QtGui.QOpenGLFramebufferObjectFormat.attachment?4() -> QOpenGLFramebufferObject.Attachment +PyQt5.QtGui.QOpenGLFramebufferObjectFormat.setTextureTarget?4(int) +PyQt5.QtGui.QOpenGLFramebufferObjectFormat.textureTarget?4() -> int +PyQt5.QtGui.QOpenGLFramebufferObjectFormat.setInternalTextureFormat?4(int) +PyQt5.QtGui.QOpenGLFramebufferObjectFormat.internalTextureFormat?4() -> int +PyQt5.QtGui.QOpenGLPaintDevice?1() +PyQt5.QtGui.QOpenGLPaintDevice.__init__?1(self) +PyQt5.QtGui.QOpenGLPaintDevice?1(QSize) +PyQt5.QtGui.QOpenGLPaintDevice.__init__?1(self, QSize) +PyQt5.QtGui.QOpenGLPaintDevice?1(int, int) +PyQt5.QtGui.QOpenGLPaintDevice.__init__?1(self, int, int) +PyQt5.QtGui.QOpenGLPaintDevice.paintEngine?4() -> QPaintEngine +PyQt5.QtGui.QOpenGLPaintDevice.context?4() -> QOpenGLContext +PyQt5.QtGui.QOpenGLPaintDevice.size?4() -> QSize +PyQt5.QtGui.QOpenGLPaintDevice.setSize?4(QSize) +PyQt5.QtGui.QOpenGLPaintDevice.dotsPerMeterX?4() -> float +PyQt5.QtGui.QOpenGLPaintDevice.dotsPerMeterY?4() -> float +PyQt5.QtGui.QOpenGLPaintDevice.setDotsPerMeterX?4(float) +PyQt5.QtGui.QOpenGLPaintDevice.setDotsPerMeterY?4(float) +PyQt5.QtGui.QOpenGLPaintDevice.setPaintFlipped?4(bool) +PyQt5.QtGui.QOpenGLPaintDevice.paintFlipped?4() -> bool +PyQt5.QtGui.QOpenGLPaintDevice.ensureActiveTarget?4() +PyQt5.QtGui.QOpenGLPaintDevice.setDevicePixelRatio?4(float) +PyQt5.QtGui.QOpenGLPaintDevice.metric?4(QPaintDevice.PaintDeviceMetric) -> int +PyQt5.QtGui.QOpenGLPixelTransferOptions?1() +PyQt5.QtGui.QOpenGLPixelTransferOptions.__init__?1(self) +PyQt5.QtGui.QOpenGLPixelTransferOptions?1(QOpenGLPixelTransferOptions) +PyQt5.QtGui.QOpenGLPixelTransferOptions.__init__?1(self, QOpenGLPixelTransferOptions) +PyQt5.QtGui.QOpenGLPixelTransferOptions.swap?4(QOpenGLPixelTransferOptions) +PyQt5.QtGui.QOpenGLPixelTransferOptions.setAlignment?4(int) +PyQt5.QtGui.QOpenGLPixelTransferOptions.alignment?4() -> int +PyQt5.QtGui.QOpenGLPixelTransferOptions.setSkipImages?4(int) +PyQt5.QtGui.QOpenGLPixelTransferOptions.skipImages?4() -> int +PyQt5.QtGui.QOpenGLPixelTransferOptions.setSkipRows?4(int) +PyQt5.QtGui.QOpenGLPixelTransferOptions.skipRows?4() -> int +PyQt5.QtGui.QOpenGLPixelTransferOptions.setSkipPixels?4(int) +PyQt5.QtGui.QOpenGLPixelTransferOptions.skipPixels?4() -> int +PyQt5.QtGui.QOpenGLPixelTransferOptions.setImageHeight?4(int) +PyQt5.QtGui.QOpenGLPixelTransferOptions.imageHeight?4() -> int +PyQt5.QtGui.QOpenGLPixelTransferOptions.setRowLength?4(int) +PyQt5.QtGui.QOpenGLPixelTransferOptions.rowLength?4() -> int +PyQt5.QtGui.QOpenGLPixelTransferOptions.setLeastSignificantByteFirst?4(bool) +PyQt5.QtGui.QOpenGLPixelTransferOptions.isLeastSignificantBitFirst?4() -> bool +PyQt5.QtGui.QOpenGLPixelTransferOptions.setSwapBytesEnabled?4(bool) +PyQt5.QtGui.QOpenGLPixelTransferOptions.isSwapBytesEnabled?4() -> bool +PyQt5.QtGui.QOpenGLShader.ShaderTypeBit?10 +PyQt5.QtGui.QOpenGLShader.Vertex?10 +PyQt5.QtGui.QOpenGLShader.Fragment?10 +PyQt5.QtGui.QOpenGLShader.Geometry?10 +PyQt5.QtGui.QOpenGLShader.TessellationControl?10 +PyQt5.QtGui.QOpenGLShader.TessellationEvaluation?10 +PyQt5.QtGui.QOpenGLShader.Compute?10 +PyQt5.QtGui.QOpenGLShader?1(QOpenGLShader.ShaderType, QObject parent=None) +PyQt5.QtGui.QOpenGLShader.__init__?1(self, QOpenGLShader.ShaderType, QObject parent=None) +PyQt5.QtGui.QOpenGLShader.shaderType?4() -> QOpenGLShader.ShaderType +PyQt5.QtGui.QOpenGLShader.compileSourceCode?4(QByteArray) -> bool +PyQt5.QtGui.QOpenGLShader.compileSourceCode?4(str) -> bool +PyQt5.QtGui.QOpenGLShader.compileSourceFile?4(str) -> bool +PyQt5.QtGui.QOpenGLShader.sourceCode?4() -> QByteArray +PyQt5.QtGui.QOpenGLShader.isCompiled?4() -> bool +PyQt5.QtGui.QOpenGLShader.log?4() -> str +PyQt5.QtGui.QOpenGLShader.shaderId?4() -> int +PyQt5.QtGui.QOpenGLShader.hasOpenGLShaders?4(QOpenGLShader.ShaderType, QOpenGLContext context=None) -> bool +PyQt5.QtGui.QOpenGLShader.ShaderType?1(QOpenGLShader.ShaderType) +PyQt5.QtGui.QOpenGLShader.ShaderType.__init__?1(self, QOpenGLShader.ShaderType) +PyQt5.QtGui.QOpenGLShader.ShaderType?1(int) +PyQt5.QtGui.QOpenGLShader.ShaderType.__init__?1(self, int) +PyQt5.QtGui.QOpenGLShader.ShaderType?1() +PyQt5.QtGui.QOpenGLShader.ShaderType.__init__?1(self) +PyQt5.QtGui.QOpenGLShaderProgram?1(QObject parent=None) +PyQt5.QtGui.QOpenGLShaderProgram.__init__?1(self, QObject parent=None) +PyQt5.QtGui.QOpenGLShaderProgram.addShader?4(QOpenGLShader) -> bool +PyQt5.QtGui.QOpenGLShaderProgram.removeShader?4(QOpenGLShader) +PyQt5.QtGui.QOpenGLShaderProgram.shaders?4() -> list-of-QOpenGLShader +PyQt5.QtGui.QOpenGLShaderProgram.addShaderFromSourceCode?4(QOpenGLShader.ShaderType, QByteArray) -> bool +PyQt5.QtGui.QOpenGLShaderProgram.addShaderFromSourceCode?4(QOpenGLShader.ShaderType, str) -> bool +PyQt5.QtGui.QOpenGLShaderProgram.addShaderFromSourceFile?4(QOpenGLShader.ShaderType, str) -> bool +PyQt5.QtGui.QOpenGLShaderProgram.removeAllShaders?4() +PyQt5.QtGui.QOpenGLShaderProgram.link?4() -> bool +PyQt5.QtGui.QOpenGLShaderProgram.isLinked?4() -> bool +PyQt5.QtGui.QOpenGLShaderProgram.log?4() -> str +PyQt5.QtGui.QOpenGLShaderProgram.bind?4() -> bool +PyQt5.QtGui.QOpenGLShaderProgram.release?4() +PyQt5.QtGui.QOpenGLShaderProgram.programId?4() -> int +PyQt5.QtGui.QOpenGLShaderProgram.bindAttributeLocation?4(QByteArray, int) +PyQt5.QtGui.QOpenGLShaderProgram.bindAttributeLocation?4(str, int) +PyQt5.QtGui.QOpenGLShaderProgram.attributeLocation?4(QByteArray) -> int +PyQt5.QtGui.QOpenGLShaderProgram.attributeLocation?4(str) -> int +PyQt5.QtGui.QOpenGLShaderProgram.setAttributeValue?4(int, float) +PyQt5.QtGui.QOpenGLShaderProgram.setAttributeValue?4(int, float, float) +PyQt5.QtGui.QOpenGLShaderProgram.setAttributeValue?4(int, float, float, float) +PyQt5.QtGui.QOpenGLShaderProgram.setAttributeValue?4(int, float, float, float, float) +PyQt5.QtGui.QOpenGLShaderProgram.setAttributeValue?4(int, QVector2D) +PyQt5.QtGui.QOpenGLShaderProgram.setAttributeValue?4(int, QVector3D) +PyQt5.QtGui.QOpenGLShaderProgram.setAttributeValue?4(int, QVector4D) +PyQt5.QtGui.QOpenGLShaderProgram.setAttributeValue?4(int, QColor) +PyQt5.QtGui.QOpenGLShaderProgram.setAttributeValue?4(str, float) +PyQt5.QtGui.QOpenGLShaderProgram.setAttributeValue?4(str, float, float) +PyQt5.QtGui.QOpenGLShaderProgram.setAttributeValue?4(str, float, float, float) +PyQt5.QtGui.QOpenGLShaderProgram.setAttributeValue?4(str, float, float, float, float) +PyQt5.QtGui.QOpenGLShaderProgram.setAttributeValue?4(str, QVector2D) +PyQt5.QtGui.QOpenGLShaderProgram.setAttributeValue?4(str, QVector3D) +PyQt5.QtGui.QOpenGLShaderProgram.setAttributeValue?4(str, QVector4D) +PyQt5.QtGui.QOpenGLShaderProgram.setAttributeValue?4(str, QColor) +PyQt5.QtGui.QOpenGLShaderProgram.setAttributeArray?4(int, sequence) +PyQt5.QtGui.QOpenGLShaderProgram.setAttributeArray?4(str, sequence) +PyQt5.QtGui.QOpenGLShaderProgram.setAttributeBuffer?4(int, int, int, int, int stride=0) +PyQt5.QtGui.QOpenGLShaderProgram.setAttributeBuffer?4(str, int, int, int, int stride=0) +PyQt5.QtGui.QOpenGLShaderProgram.enableAttributeArray?4(int) +PyQt5.QtGui.QOpenGLShaderProgram.enableAttributeArray?4(str) +PyQt5.QtGui.QOpenGLShaderProgram.disableAttributeArray?4(int) +PyQt5.QtGui.QOpenGLShaderProgram.disableAttributeArray?4(str) +PyQt5.QtGui.QOpenGLShaderProgram.uniformLocation?4(QByteArray) -> int +PyQt5.QtGui.QOpenGLShaderProgram.uniformLocation?4(str) -> int +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(int, int) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(int, float) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(int, float, float) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(int, float, float, float) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(int, float, float, float, float) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(int, QVector2D) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(int, QVector3D) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(int, QVector4D) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(int, QColor) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(int, QPoint) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(int, QPointF) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(int, QSize) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(int, QSizeF) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(int, QMatrix2x2) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(int, QMatrix2x3) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(int, QMatrix2x4) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(int, QMatrix3x2) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(int, QMatrix3x3) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(int, QMatrix3x4) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(int, QMatrix4x2) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(int, QMatrix4x3) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(int, QMatrix4x4) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(int, QTransform) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(str, int) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(str, float) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(str, float, float) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(str, float, float, float) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(str, float, float, float, float) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(str, QVector2D) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(str, QVector3D) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(str, QVector4D) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(str, QColor) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(str, QPoint) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(str, QPointF) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(str, QSize) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(str, QSizeF) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(str, QMatrix2x2) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(str, QMatrix2x3) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(str, QMatrix2x4) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(str, QMatrix3x2) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(str, QMatrix3x3) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(str, QMatrix3x4) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(str, QMatrix4x2) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(str, QMatrix4x3) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(str, QMatrix4x4) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValue?4(str, QTransform) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValueArray?4(int, sequence) +PyQt5.QtGui.QOpenGLShaderProgram.setUniformValueArray?4(str, sequence) +PyQt5.QtGui.QOpenGLShaderProgram.hasOpenGLShaderPrograms?4(QOpenGLContext context=None) -> bool +PyQt5.QtGui.QOpenGLShaderProgram.maxGeometryOutputVertices?4() -> int +PyQt5.QtGui.QOpenGLShaderProgram.setPatchVertexCount?4(int) +PyQt5.QtGui.QOpenGLShaderProgram.patchVertexCount?4() -> int +PyQt5.QtGui.QOpenGLShaderProgram.setDefaultOuterTessellationLevels?4(list-of-float) +PyQt5.QtGui.QOpenGLShaderProgram.defaultOuterTessellationLevels?4() -> list-of-float +PyQt5.QtGui.QOpenGLShaderProgram.setDefaultInnerTessellationLevels?4(list-of-float) +PyQt5.QtGui.QOpenGLShaderProgram.defaultInnerTessellationLevels?4() -> list-of-float +PyQt5.QtGui.QOpenGLShaderProgram.create?4() -> bool +PyQt5.QtGui.QOpenGLTexture.CoordinateDirection?10 +PyQt5.QtGui.QOpenGLTexture.DirectionS?10 +PyQt5.QtGui.QOpenGLTexture.DirectionT?10 +PyQt5.QtGui.QOpenGLTexture.DirectionR?10 +PyQt5.QtGui.QOpenGLTexture.WrapMode?10 +PyQt5.QtGui.QOpenGLTexture.Repeat?10 +PyQt5.QtGui.QOpenGLTexture.MirroredRepeat?10 +PyQt5.QtGui.QOpenGLTexture.ClampToEdge?10 +PyQt5.QtGui.QOpenGLTexture.ClampToBorder?10 +PyQt5.QtGui.QOpenGLTexture.Filter?10 +PyQt5.QtGui.QOpenGLTexture.Nearest?10 +PyQt5.QtGui.QOpenGLTexture.Linear?10 +PyQt5.QtGui.QOpenGLTexture.NearestMipMapNearest?10 +PyQt5.QtGui.QOpenGLTexture.NearestMipMapLinear?10 +PyQt5.QtGui.QOpenGLTexture.LinearMipMapNearest?10 +PyQt5.QtGui.QOpenGLTexture.LinearMipMapLinear?10 +PyQt5.QtGui.QOpenGLTexture.DepthStencilMode?10 +PyQt5.QtGui.QOpenGLTexture.DepthMode?10 +PyQt5.QtGui.QOpenGLTexture.StencilMode?10 +PyQt5.QtGui.QOpenGLTexture.SwizzleValue?10 +PyQt5.QtGui.QOpenGLTexture.RedValue?10 +PyQt5.QtGui.QOpenGLTexture.GreenValue?10 +PyQt5.QtGui.QOpenGLTexture.BlueValue?10 +PyQt5.QtGui.QOpenGLTexture.AlphaValue?10 +PyQt5.QtGui.QOpenGLTexture.ZeroValue?10 +PyQt5.QtGui.QOpenGLTexture.OneValue?10 +PyQt5.QtGui.QOpenGLTexture.SwizzleComponent?10 +PyQt5.QtGui.QOpenGLTexture.SwizzleRed?10 +PyQt5.QtGui.QOpenGLTexture.SwizzleGreen?10 +PyQt5.QtGui.QOpenGLTexture.SwizzleBlue?10 +PyQt5.QtGui.QOpenGLTexture.SwizzleAlpha?10 +PyQt5.QtGui.QOpenGLTexture.Feature?10 +PyQt5.QtGui.QOpenGLTexture.ImmutableStorage?10 +PyQt5.QtGui.QOpenGLTexture.ImmutableMultisampleStorage?10 +PyQt5.QtGui.QOpenGLTexture.TextureRectangle?10 +PyQt5.QtGui.QOpenGLTexture.TextureArrays?10 +PyQt5.QtGui.QOpenGLTexture.Texture3D?10 +PyQt5.QtGui.QOpenGLTexture.TextureMultisample?10 +PyQt5.QtGui.QOpenGLTexture.TextureBuffer?10 +PyQt5.QtGui.QOpenGLTexture.TextureCubeMapArrays?10 +PyQt5.QtGui.QOpenGLTexture.Swizzle?10 +PyQt5.QtGui.QOpenGLTexture.StencilTexturing?10 +PyQt5.QtGui.QOpenGLTexture.AnisotropicFiltering?10 +PyQt5.QtGui.QOpenGLTexture.NPOTTextures?10 +PyQt5.QtGui.QOpenGLTexture.NPOTTextureRepeat?10 +PyQt5.QtGui.QOpenGLTexture.Texture1D?10 +PyQt5.QtGui.QOpenGLTexture.PixelType?10 +PyQt5.QtGui.QOpenGLTexture.NoPixelType?10 +PyQt5.QtGui.QOpenGLTexture.Int8?10 +PyQt5.QtGui.QOpenGLTexture.UInt8?10 +PyQt5.QtGui.QOpenGLTexture.Int16?10 +PyQt5.QtGui.QOpenGLTexture.UInt16?10 +PyQt5.QtGui.QOpenGLTexture.Int32?10 +PyQt5.QtGui.QOpenGLTexture.UInt32?10 +PyQt5.QtGui.QOpenGLTexture.Float16?10 +PyQt5.QtGui.QOpenGLTexture.Float16OES?10 +PyQt5.QtGui.QOpenGLTexture.Float32?10 +PyQt5.QtGui.QOpenGLTexture.UInt32_RGB9_E5?10 +PyQt5.QtGui.QOpenGLTexture.UInt32_RG11B10F?10 +PyQt5.QtGui.QOpenGLTexture.UInt8_RG3B2?10 +PyQt5.QtGui.QOpenGLTexture.UInt8_RG3B2_Rev?10 +PyQt5.QtGui.QOpenGLTexture.UInt16_RGB5A1?10 +PyQt5.QtGui.QOpenGLTexture.UInt16_RGB5A1_Rev?10 +PyQt5.QtGui.QOpenGLTexture.UInt16_R5G6B5?10 +PyQt5.QtGui.QOpenGLTexture.UInt16_R5G6B5_Rev?10 +PyQt5.QtGui.QOpenGLTexture.UInt16_RGBA4?10 +PyQt5.QtGui.QOpenGLTexture.UInt16_RGBA4_Rev?10 +PyQt5.QtGui.QOpenGLTexture.UInt32_RGB10A2?10 +PyQt5.QtGui.QOpenGLTexture.UInt32_RGB10A2_Rev?10 +PyQt5.QtGui.QOpenGLTexture.PixelFormat?10 +PyQt5.QtGui.QOpenGLTexture.NoSourceFormat?10 +PyQt5.QtGui.QOpenGLTexture.Red?10 +PyQt5.QtGui.QOpenGLTexture.RG?10 +PyQt5.QtGui.QOpenGLTexture.RGB?10 +PyQt5.QtGui.QOpenGLTexture.BGR?10 +PyQt5.QtGui.QOpenGLTexture.RGBA?10 +PyQt5.QtGui.QOpenGLTexture.BGRA?10 +PyQt5.QtGui.QOpenGLTexture.Red_Integer?10 +PyQt5.QtGui.QOpenGLTexture.RG_Integer?10 +PyQt5.QtGui.QOpenGLTexture.RGB_Integer?10 +PyQt5.QtGui.QOpenGLTexture.BGR_Integer?10 +PyQt5.QtGui.QOpenGLTexture.RGBA_Integer?10 +PyQt5.QtGui.QOpenGLTexture.BGRA_Integer?10 +PyQt5.QtGui.QOpenGLTexture.Depth?10 +PyQt5.QtGui.QOpenGLTexture.DepthStencil?10 +PyQt5.QtGui.QOpenGLTexture.Alpha?10 +PyQt5.QtGui.QOpenGLTexture.Luminance?10 +PyQt5.QtGui.QOpenGLTexture.LuminanceAlpha?10 +PyQt5.QtGui.QOpenGLTexture.CubeMapFace?10 +PyQt5.QtGui.QOpenGLTexture.CubeMapPositiveX?10 +PyQt5.QtGui.QOpenGLTexture.CubeMapNegativeX?10 +PyQt5.QtGui.QOpenGLTexture.CubeMapPositiveY?10 +PyQt5.QtGui.QOpenGLTexture.CubeMapNegativeY?10 +PyQt5.QtGui.QOpenGLTexture.CubeMapPositiveZ?10 +PyQt5.QtGui.QOpenGLTexture.CubeMapNegativeZ?10 +PyQt5.QtGui.QOpenGLTexture.TextureFormat?10 +PyQt5.QtGui.QOpenGLTexture.NoFormat?10 +PyQt5.QtGui.QOpenGLTexture.R8_UNorm?10 +PyQt5.QtGui.QOpenGLTexture.RG8_UNorm?10 +PyQt5.QtGui.QOpenGLTexture.RGB8_UNorm?10 +PyQt5.QtGui.QOpenGLTexture.RGBA8_UNorm?10 +PyQt5.QtGui.QOpenGLTexture.R16_UNorm?10 +PyQt5.QtGui.QOpenGLTexture.RG16_UNorm?10 +PyQt5.QtGui.QOpenGLTexture.RGB16_UNorm?10 +PyQt5.QtGui.QOpenGLTexture.RGBA16_UNorm?10 +PyQt5.QtGui.QOpenGLTexture.R8_SNorm?10 +PyQt5.QtGui.QOpenGLTexture.RG8_SNorm?10 +PyQt5.QtGui.QOpenGLTexture.RGB8_SNorm?10 +PyQt5.QtGui.QOpenGLTexture.RGBA8_SNorm?10 +PyQt5.QtGui.QOpenGLTexture.R16_SNorm?10 +PyQt5.QtGui.QOpenGLTexture.RG16_SNorm?10 +PyQt5.QtGui.QOpenGLTexture.RGB16_SNorm?10 +PyQt5.QtGui.QOpenGLTexture.RGBA16_SNorm?10 +PyQt5.QtGui.QOpenGLTexture.R8U?10 +PyQt5.QtGui.QOpenGLTexture.RG8U?10 +PyQt5.QtGui.QOpenGLTexture.RGB8U?10 +PyQt5.QtGui.QOpenGLTexture.RGBA8U?10 +PyQt5.QtGui.QOpenGLTexture.R16U?10 +PyQt5.QtGui.QOpenGLTexture.RG16U?10 +PyQt5.QtGui.QOpenGLTexture.RGB16U?10 +PyQt5.QtGui.QOpenGLTexture.RGBA16U?10 +PyQt5.QtGui.QOpenGLTexture.R32U?10 +PyQt5.QtGui.QOpenGLTexture.RG32U?10 +PyQt5.QtGui.QOpenGLTexture.RGB32U?10 +PyQt5.QtGui.QOpenGLTexture.RGBA32U?10 +PyQt5.QtGui.QOpenGLTexture.R8I?10 +PyQt5.QtGui.QOpenGLTexture.RG8I?10 +PyQt5.QtGui.QOpenGLTexture.RGB8I?10 +PyQt5.QtGui.QOpenGLTexture.RGBA8I?10 +PyQt5.QtGui.QOpenGLTexture.R16I?10 +PyQt5.QtGui.QOpenGLTexture.RG16I?10 +PyQt5.QtGui.QOpenGLTexture.RGB16I?10 +PyQt5.QtGui.QOpenGLTexture.RGBA16I?10 +PyQt5.QtGui.QOpenGLTexture.R32I?10 +PyQt5.QtGui.QOpenGLTexture.RG32I?10 +PyQt5.QtGui.QOpenGLTexture.RGB32I?10 +PyQt5.QtGui.QOpenGLTexture.RGBA32I?10 +PyQt5.QtGui.QOpenGLTexture.R16F?10 +PyQt5.QtGui.QOpenGLTexture.RG16F?10 +PyQt5.QtGui.QOpenGLTexture.RGB16F?10 +PyQt5.QtGui.QOpenGLTexture.RGBA16F?10 +PyQt5.QtGui.QOpenGLTexture.R32F?10 +PyQt5.QtGui.QOpenGLTexture.RG32F?10 +PyQt5.QtGui.QOpenGLTexture.RGB32F?10 +PyQt5.QtGui.QOpenGLTexture.RGBA32F?10 +PyQt5.QtGui.QOpenGLTexture.RGB9E5?10 +PyQt5.QtGui.QOpenGLTexture.RG11B10F?10 +PyQt5.QtGui.QOpenGLTexture.RG3B2?10 +PyQt5.QtGui.QOpenGLTexture.R5G6B5?10 +PyQt5.QtGui.QOpenGLTexture.RGB5A1?10 +PyQt5.QtGui.QOpenGLTexture.RGBA4?10 +PyQt5.QtGui.QOpenGLTexture.RGB10A2?10 +PyQt5.QtGui.QOpenGLTexture.D16?10 +PyQt5.QtGui.QOpenGLTexture.D24?10 +PyQt5.QtGui.QOpenGLTexture.D24S8?10 +PyQt5.QtGui.QOpenGLTexture.D32?10 +PyQt5.QtGui.QOpenGLTexture.D32F?10 +PyQt5.QtGui.QOpenGLTexture.D32FS8X24?10 +PyQt5.QtGui.QOpenGLTexture.RGB_DXT1?10 +PyQt5.QtGui.QOpenGLTexture.RGBA_DXT1?10 +PyQt5.QtGui.QOpenGLTexture.RGBA_DXT3?10 +PyQt5.QtGui.QOpenGLTexture.RGBA_DXT5?10 +PyQt5.QtGui.QOpenGLTexture.R_ATI1N_UNorm?10 +PyQt5.QtGui.QOpenGLTexture.R_ATI1N_SNorm?10 +PyQt5.QtGui.QOpenGLTexture.RG_ATI2N_UNorm?10 +PyQt5.QtGui.QOpenGLTexture.RG_ATI2N_SNorm?10 +PyQt5.QtGui.QOpenGLTexture.RGB_BP_UNSIGNED_FLOAT?10 +PyQt5.QtGui.QOpenGLTexture.RGB_BP_SIGNED_FLOAT?10 +PyQt5.QtGui.QOpenGLTexture.RGB_BP_UNorm?10 +PyQt5.QtGui.QOpenGLTexture.SRGB8?10 +PyQt5.QtGui.QOpenGLTexture.SRGB8_Alpha8?10 +PyQt5.QtGui.QOpenGLTexture.SRGB_DXT1?10 +PyQt5.QtGui.QOpenGLTexture.SRGB_Alpha_DXT1?10 +PyQt5.QtGui.QOpenGLTexture.SRGB_Alpha_DXT3?10 +PyQt5.QtGui.QOpenGLTexture.SRGB_Alpha_DXT5?10 +PyQt5.QtGui.QOpenGLTexture.SRGB_BP_UNorm?10 +PyQt5.QtGui.QOpenGLTexture.DepthFormat?10 +PyQt5.QtGui.QOpenGLTexture.AlphaFormat?10 +PyQt5.QtGui.QOpenGLTexture.RGBFormat?10 +PyQt5.QtGui.QOpenGLTexture.RGBAFormat?10 +PyQt5.QtGui.QOpenGLTexture.LuminanceFormat?10 +PyQt5.QtGui.QOpenGLTexture.LuminanceAlphaFormat?10 +PyQt5.QtGui.QOpenGLTexture.TextureUnitReset?10 +PyQt5.QtGui.QOpenGLTexture.ResetTextureUnit?10 +PyQt5.QtGui.QOpenGLTexture.DontResetTextureUnit?10 +PyQt5.QtGui.QOpenGLTexture.MipMapGeneration?10 +PyQt5.QtGui.QOpenGLTexture.GenerateMipMaps?10 +PyQt5.QtGui.QOpenGLTexture.DontGenerateMipMaps?10 +PyQt5.QtGui.QOpenGLTexture.BindingTarget?10 +PyQt5.QtGui.QOpenGLTexture.BindingTarget1D?10 +PyQt5.QtGui.QOpenGLTexture.BindingTarget1DArray?10 +PyQt5.QtGui.QOpenGLTexture.BindingTarget2D?10 +PyQt5.QtGui.QOpenGLTexture.BindingTarget2DArray?10 +PyQt5.QtGui.QOpenGLTexture.BindingTarget3D?10 +PyQt5.QtGui.QOpenGLTexture.BindingTargetCubeMap?10 +PyQt5.QtGui.QOpenGLTexture.BindingTargetCubeMapArray?10 +PyQt5.QtGui.QOpenGLTexture.BindingTarget2DMultisample?10 +PyQt5.QtGui.QOpenGLTexture.BindingTarget2DMultisampleArray?10 +PyQt5.QtGui.QOpenGLTexture.BindingTargetRectangle?10 +PyQt5.QtGui.QOpenGLTexture.BindingTargetBuffer?10 +PyQt5.QtGui.QOpenGLTexture.Target?10 +PyQt5.QtGui.QOpenGLTexture.Target1D?10 +PyQt5.QtGui.QOpenGLTexture.Target1DArray?10 +PyQt5.QtGui.QOpenGLTexture.Target2D?10 +PyQt5.QtGui.QOpenGLTexture.Target2DArray?10 +PyQt5.QtGui.QOpenGLTexture.Target3D?10 +PyQt5.QtGui.QOpenGLTexture.TargetCubeMap?10 +PyQt5.QtGui.QOpenGLTexture.TargetCubeMapArray?10 +PyQt5.QtGui.QOpenGLTexture.Target2DMultisample?10 +PyQt5.QtGui.QOpenGLTexture.Target2DMultisampleArray?10 +PyQt5.QtGui.QOpenGLTexture.TargetRectangle?10 +PyQt5.QtGui.QOpenGLTexture.TargetBuffer?10 +PyQt5.QtGui.QOpenGLTexture?1(QOpenGLTexture.Target) +PyQt5.QtGui.QOpenGLTexture.__init__?1(self, QOpenGLTexture.Target) +PyQt5.QtGui.QOpenGLTexture?1(QImage, QOpenGLTexture.MipMapGeneration genMipMaps=QOpenGLTexture.GenerateMipMaps) +PyQt5.QtGui.QOpenGLTexture.__init__?1(self, QImage, QOpenGLTexture.MipMapGeneration genMipMaps=QOpenGLTexture.GenerateMipMaps) +PyQt5.QtGui.QOpenGLTexture.create?4() -> bool +PyQt5.QtGui.QOpenGLTexture.destroy?4() +PyQt5.QtGui.QOpenGLTexture.isCreated?4() -> bool +PyQt5.QtGui.QOpenGLTexture.textureId?4() -> int +PyQt5.QtGui.QOpenGLTexture.bind?4() +PyQt5.QtGui.QOpenGLTexture.bind?4(int, QOpenGLTexture.TextureUnitReset reset=QOpenGLTexture.DontResetTextureUnit) +PyQt5.QtGui.QOpenGLTexture.release?4() +PyQt5.QtGui.QOpenGLTexture.release?4(int, QOpenGLTexture.TextureUnitReset reset=QOpenGLTexture.DontResetTextureUnit) +PyQt5.QtGui.QOpenGLTexture.isBound?4() -> bool +PyQt5.QtGui.QOpenGLTexture.isBound?4(int) -> bool +PyQt5.QtGui.QOpenGLTexture.boundTextureId?4(QOpenGLTexture.BindingTarget) -> int +PyQt5.QtGui.QOpenGLTexture.boundTextureId?4(int, QOpenGLTexture.BindingTarget) -> int +PyQt5.QtGui.QOpenGLTexture.setFormat?4(QOpenGLTexture.TextureFormat) +PyQt5.QtGui.QOpenGLTexture.format?4() -> QOpenGLTexture.TextureFormat +PyQt5.QtGui.QOpenGLTexture.setSize?4(int, int height=1, int depth=1) +PyQt5.QtGui.QOpenGLTexture.width?4() -> int +PyQt5.QtGui.QOpenGLTexture.height?4() -> int +PyQt5.QtGui.QOpenGLTexture.depth?4() -> int +PyQt5.QtGui.QOpenGLTexture.setMipLevels?4(int) +PyQt5.QtGui.QOpenGLTexture.mipLevels?4() -> int +PyQt5.QtGui.QOpenGLTexture.maximumMipLevels?4() -> int +PyQt5.QtGui.QOpenGLTexture.setLayers?4(int) +PyQt5.QtGui.QOpenGLTexture.layers?4() -> int +PyQt5.QtGui.QOpenGLTexture.faces?4() -> int +PyQt5.QtGui.QOpenGLTexture.allocateStorage?4() +PyQt5.QtGui.QOpenGLTexture.isStorageAllocated?4() -> bool +PyQt5.QtGui.QOpenGLTexture.createTextureView?4(QOpenGLTexture.Target, QOpenGLTexture.TextureFormat, int, int, int, int) -> QOpenGLTexture +PyQt5.QtGui.QOpenGLTexture.isTextureView?4() -> bool +PyQt5.QtGui.QOpenGLTexture.setData?4(QImage, QOpenGLTexture.MipMapGeneration genMipMaps=QOpenGLTexture.GenerateMipMaps) +PyQt5.QtGui.QOpenGLTexture.hasFeature?4(QOpenGLTexture.Feature) -> bool +PyQt5.QtGui.QOpenGLTexture.setMipBaseLevel?4(int) +PyQt5.QtGui.QOpenGLTexture.mipBaseLevel?4() -> int +PyQt5.QtGui.QOpenGLTexture.setMipMaxLevel?4(int) +PyQt5.QtGui.QOpenGLTexture.mipMaxLevel?4() -> int +PyQt5.QtGui.QOpenGLTexture.setMipLevelRange?4(int, int) +PyQt5.QtGui.QOpenGLTexture.mipLevelRange?4() -> tuple-of-int-int +PyQt5.QtGui.QOpenGLTexture.setAutoMipMapGenerationEnabled?4(bool) +PyQt5.QtGui.QOpenGLTexture.isAutoMipMapGenerationEnabled?4() -> bool +PyQt5.QtGui.QOpenGLTexture.generateMipMaps?4() +PyQt5.QtGui.QOpenGLTexture.generateMipMaps?4(int, bool resetBaseLevel=True) +PyQt5.QtGui.QOpenGLTexture.setSwizzleMask?4(QOpenGLTexture.SwizzleComponent, QOpenGLTexture.SwizzleValue) +PyQt5.QtGui.QOpenGLTexture.setSwizzleMask?4(QOpenGLTexture.SwizzleValue, QOpenGLTexture.SwizzleValue, QOpenGLTexture.SwizzleValue, QOpenGLTexture.SwizzleValue) +PyQt5.QtGui.QOpenGLTexture.swizzleMask?4(QOpenGLTexture.SwizzleComponent) -> QOpenGLTexture.SwizzleValue +PyQt5.QtGui.QOpenGLTexture.setDepthStencilMode?4(QOpenGLTexture.DepthStencilMode) +PyQt5.QtGui.QOpenGLTexture.depthStencilMode?4() -> QOpenGLTexture.DepthStencilMode +PyQt5.QtGui.QOpenGLTexture.setMinificationFilter?4(QOpenGLTexture.Filter) +PyQt5.QtGui.QOpenGLTexture.minificationFilter?4() -> QOpenGLTexture.Filter +PyQt5.QtGui.QOpenGLTexture.setMagnificationFilter?4(QOpenGLTexture.Filter) +PyQt5.QtGui.QOpenGLTexture.magnificationFilter?4() -> QOpenGLTexture.Filter +PyQt5.QtGui.QOpenGLTexture.setMinMagFilters?4(QOpenGLTexture.Filter, QOpenGLTexture.Filter) +PyQt5.QtGui.QOpenGLTexture.minMagFilters?4() -> tuple-of-QOpenGLTexture.Filter-QOpenGLTexture.Filter +PyQt5.QtGui.QOpenGLTexture.setMaximumAnisotropy?4(float) +PyQt5.QtGui.QOpenGLTexture.maximumAnisotropy?4() -> float +PyQt5.QtGui.QOpenGLTexture.setWrapMode?4(QOpenGLTexture.WrapMode) +PyQt5.QtGui.QOpenGLTexture.setWrapMode?4(QOpenGLTexture.CoordinateDirection, QOpenGLTexture.WrapMode) +PyQt5.QtGui.QOpenGLTexture.wrapMode?4(QOpenGLTexture.CoordinateDirection) -> QOpenGLTexture.WrapMode +PyQt5.QtGui.QOpenGLTexture.setBorderColor?4(QColor) +PyQt5.QtGui.QOpenGLTexture.borderColor?4() -> QColor +PyQt5.QtGui.QOpenGLTexture.setMinimumLevelOfDetail?4(float) +PyQt5.QtGui.QOpenGLTexture.minimumLevelOfDetail?4() -> float +PyQt5.QtGui.QOpenGLTexture.setMaximumLevelOfDetail?4(float) +PyQt5.QtGui.QOpenGLTexture.maximumLevelOfDetail?4() -> float +PyQt5.QtGui.QOpenGLTexture.setLevelOfDetailRange?4(float, float) +PyQt5.QtGui.QOpenGLTexture.levelOfDetailRange?4() -> tuple-of-float-float +PyQt5.QtGui.QOpenGLTexture.setLevelofDetailBias?4(float) +PyQt5.QtGui.QOpenGLTexture.levelofDetailBias?4() -> float +PyQt5.QtGui.QOpenGLTexture.setData?4(int, int, QOpenGLTexture.CubeMapFace, QOpenGLTexture.PixelFormat, QOpenGLTexture.PixelType, sip.voidptr, QOpenGLPixelTransferOptions options=None) +PyQt5.QtGui.QOpenGLTexture.setData?4(int, int, QOpenGLTexture.PixelFormat, QOpenGLTexture.PixelType, sip.voidptr, QOpenGLPixelTransferOptions options=None) +PyQt5.QtGui.QOpenGLTexture.setData?4(int, QOpenGLTexture.PixelFormat, QOpenGLTexture.PixelType, sip.voidptr, QOpenGLPixelTransferOptions options=None) +PyQt5.QtGui.QOpenGLTexture.setData?4(QOpenGLTexture.PixelFormat, QOpenGLTexture.PixelType, sip.voidptr, QOpenGLPixelTransferOptions options=None) +PyQt5.QtGui.QOpenGLTexture.setCompressedData?4(int, int, QOpenGLTexture.CubeMapFace, int, sip.voidptr, QOpenGLPixelTransferOptions optio